@import url("https://fonts.googleapis.com/css2?family=Wallpoet&display=swap");
@import url("https://fonts.googleapis.com/css2?family=VT323&display=swap");
.Hero_hero__sbIHl {
  position: relative;
  display: flex;
  align-items: center;
  height: 100vh;
  max-height: 100vh;
  padding: var(--spacing-xl);
  overflow: hidden;
  width: 100%;
}
.Hero_parallaxWrapper__ccIEW {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.Hero_heroOverlay__e_xcM {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  transform: translateZ(-5px) scale(1.5);
  transition: transform 0.1s ease-out;
}
.Hero_heroOverlay__e_xcM:before {
  background: linear-gradient(#101010 50%, hsla(0, 0%, 6%, 0.2) 0),
    linear-gradient(
      90deg,
      rgba(255, 0, 0, 0.02),
      rgba(0, 255, 0, 0.03),
      rgba(0, 0, 255, 0.02)
    );
  background-size: 100% 2px, 3px 100%;
  opacity: 0.12;
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: Hero_heroFlicker__Efinv 0.15s infinite;
}
@keyframes Hero_heroFlicker__Efinv {
  0% {
    opacity: 0.15795;
  }
  5% {
    opacity: 0.21511;
  }
  25% {
    opacity: 0.1293;
  }
  50% {
    opacity: 0.2223;
  }
  75% {
    opacity: 0.15749;
  }
  to {
    opacity: 0.24813;
  }
}
.Hero_animationCanvas__8KUcW {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.Hero_backgroundImageWrapper__P7duD {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  transform: translateZ(-10px) scale(2);
  transition: transform 0.1s ease-out;
}
.Hero_backgroundImage__9sKeT {
  object-fit: contain;
  object-position: center;
  opacity: 0.2;
  filter: brightness(0.4) blur(3px);
}
.Hero_content__pgel1 {
  position: absolute;
  top: 20%;
  left: 5%;
  width: 80%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  transform: translateZ(0);
  transition: transform 0.1s ease-out;
}
.Hero_subtitle__k63Rl {
  font-size: 4.2rem;
  color: var(--color-foreground);
  font-family: var(--font-accent);
  max-width: 85%;
}
.Hero_subtitle__k63Rl p {
  margin: 0;
  line-height: 1.3;
}
.Hero_explainer__JbjV8 {
  font-size: 2rem;
  margin-top: 0;
  color: var(--color-foreground);
  opacity: 0.8;
  max-width: 80%;
  font-family: var(--font-sans);
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.5px;
  border-left: 3px solid var(--color-secondary);
  text-shadow: none;
  background: rgba(0, 0, 0, 0.3);
  padding: 15px 20px;
  border-radius: 5px;
}
.Hero_explainer__JbjV8 p {
  margin: 0;
}
.Hero_metrics__gOfM4 {
  display: flex;
  gap: 5rem;
  font-family: var(--font-accent);
  margin-top: -1rem;
}
.Hero_metricItem__UepKs {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.Hero_metricItem__UepKs:after {
  content: "";
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background: hsla(0, 0%, 100%, 0.2);
  opacity: 0.3;
}
.Hero_metricItem__UepKs:last-child:after {
  display: none;
}
.Hero_metricNumber__B427d {
  font-size: 4.5rem;
  font-weight: 700;
  color: var(--color-foreground);
  text-shadow: 0 0 5px var(--color-secondary), 0 0 10px var(--color-secondary);
  margin-bottom: 0.5rem;
  letter-spacing: 2px;
  opacity: 0;
}
.Hero_metricNumber__B427d:empty:before {
  content: "-";
  animation: Hero_metricPulse__He1fU 1.5s ease-in-out infinite;
}
.Hero_metricLabel__9sBuC {
  font-size: 1.6rem;
  color: var(--color-foreground);
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.Hero_metricIcon__LeuRO {
  font-size: 1.4rem;
  color: var(--color-secondary);
  opacity: 0.9;
}
@keyframes Hero_metricPulse__He1fU {
  0% {
    opacity: 0.3;
    text-shadow: 0 0 5px var(--color-secondary), 0 0 10px var(--color-secondary);
  }
  50% {
    opacity: 0.7;
    text-shadow: 0 0 8px var(--color-secondary), 0 0 15px var(--color-secondary);
  }
  to {
    opacity: 0.3;
    text-shadow: 0 0 5px var(--color-secondary), 0 0 10px var(--color-secondary);
  }
}
@keyframes Hero_fadeInRight__aZspe {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.Hero_metricNumber__B427d.Hero_animate__DxycR {
  animation: Hero_fadeInRight__aZspe 0.6s ease forwards;
}
.Hero_metrics__gOfM4
  > div:first-child
  .Hero_metricNumber__B427d.Hero_animate__DxycR {
  animation-delay: 0.1s;
}
.Hero_metrics__gOfM4
  > div:nth-child(2)
  .Hero_metricNumber__B427d.Hero_animate__DxycR {
  animation-delay: 0.5s;
}
.Hero_metrics__gOfM4
  > div:nth-child(3)
  .Hero_metricNumber__B427d.Hero_animate__DxycR {
  animation-delay: 0.9s;
}
.Hero_metrics__gOfM4
  > div:nth-child(4)
  .Hero_metricNumber__B427d.Hero_animate__DxycR {
  animation-delay: 1.3s;
}
.Hero_fadeOut__j_rdZ,
.Hero_typingBand__U2QJ8,
.Hero_typingBand__U2QJ8 span,
.Hero_typingBand__U2QJ8:after {
  display: none;
}
@media (max-width: 768px) {
  .Hero_hero__sbIHl {
    height: 100vh;
    padding: var(--spacing-lg) var(--spacing-md);
    align-items: flex-start;
    justify-content: center;
    perspective: none;
  }
  .Hero_content__pgel1 {
    top: 15%;
    left: 5%;
    width: 90%;
    gap: 1.5rem;
    padding-top: 2rem;
  }
  .Hero_subtitle__k63Rl {
    font-size: 3rem;
    margin-top: 0;
    max-width: 100%;
  }
  .Hero_explainer__JbjV8 {
    font-size: 1.6rem;
    max-width: 100%;
    padding: 12px 15px;
    border-top: 2px solid var(--color-secondary);
  }
  .Hero_metrics__gOfM4 {
    gap: 1.5rem 3rem;
    margin-top: 1rem;
  }
  .Hero_metricItem__UepKs {
    width: 40%;
  }
  .Hero_metricNumber__B427d {
    font-size: 3.2rem;
  }
  .Hero_title__IAc43 {
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
  .Hero_eidon__GsqIy {
    font-size: 5rem;
    display: inline;
    margin-bottom: 0;
  }
  .Hero_aiMobile__tvlka {
    font-size: 3.5rem;
    position: relative;
    top: 0.7rem;
    left: 0.5;
  }
  .Hero_subtitle__k63Rl {
    font-size: 1.6rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    text-align: center;
    max-width: 90%;
  }
  .Hero_explainer__JbjV8 {
    font-size: 1.2rem;
    text-align: center;
    max-width: 85%;
    padding: 10px 15px;
    margin: 0 auto 1.5rem;
    border-left: none;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
  }
  .Hero_metrics__gOfM4 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem 1.75rem;
    width: 90%;
    margin: 0 auto 1.5rem;
    position: relative;
    z-index: 2;
  }
  .Hero_metricItem__UepKs {
    width: 45%;
    margin-bottom: 0.5rem;
    padding: 0;
    border-radius: 0;
  }
  .Hero_metricNumber__B427d {
    font-size: 2.2rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 0 0 5px var(--color-secondary);
  }
  .Hero_actionButton__dbCNz {
    font-size: 1.5rem;
    width: 100%;
    max-width: 300px;
    padding: 1rem 2rem;
    animation: Hero_buttonGlow__XDSco 4s ease-in-out infinite;
  }
  .Hero_actionButton__dbCNz:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 6px 20px rgba(255, 0, 136, 0.3),
      0 0 10px rgba(255, 0, 136, 0.2);
  }
  .Hero_arrow__DBbgw,
  .Hero_externalIcon__WRT0R {
    display: none;
  }
  .Hero_bottomContent__ewFQg {
    bottom: 5%;
    padding-left: 0;
    align-items: center;
    justify-content: center;
  }
  .Hero_metricIcon__LeuRO {
    font-size: 1.1rem;
  }
  .Hero_metricItem__UepKs:after {
    display: none;
  }
  .Hero_animationContainer__CmkCZ {
    position: fixed;
    bottom: 18rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 220px;
    z-index: -1;
    opacity: 0.4;
  }
  .Hero_actionButtons__cu_Nf {
    flex-direction: row;
    gap: 1.5rem;
    margin-left: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .Hero_content__pgel1 {
    top: 12%;
  }
  .Hero_title__IAc43 {
    font-size: 3.5rem;
    margin-top: 0;
  }
  .Hero_eidon__GsqIy {
    font-size: 4rem;
  }
  .Hero_aiMobile__tvlka {
    font-size: 3rem;
  }
  .Hero_subtitle__k63Rl {
    font-size: 1.3rem;
    max-width: 90%;
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
  .Hero_explainer__JbjV8 {
    font-size: 1rem;
    max-width: 85%;
    padding: 8px 12px;
    margin-bottom: 1rem;
  }
  .Hero_metricNumber__B427d {
    font-size: 2rem;
  }
  .Hero_metricLabel__9sBuC {
    font-size: 0.9rem;
  }
  .Hero_metrics__gOfM4 {
    gap: 1rem 1.5rem;
    margin-bottom: 1rem;
  }
  .Hero_metricIcon__LeuRO {
    font-size: 0.9rem;
  }
  .Hero_animationContainer__CmkCZ {
    bottom: 27rem;
    height: 180px;
    opacity: 0.35;
  }
  .Hero_bottomContent__ewFQg {
    bottom: 4%;
    padding-left: 0 !important;
  }
  .Hero_actionButtons__cu_Nf {
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    margin-left: 0 !important;
  }
  @keyframes Hero_buttonGlow__XDSco {
    0% {
      box-shadow: 0 3px 10px rgba(255, 0, 136, 0.2);
    }
    50% {
      box-shadow: 0 3px 15px rgba(255, 0, 136, 0.3),
        0 0 8px rgba(255, 0, 136, 0.2);
    }
    to {
      box-shadow: 0 3px 10px rgba(255, 0, 136, 0.2);
    }
  }
  .Hero_actionButton__dbCNz {
    font-size: 1.3rem;
    padding: 0.9rem 1.8rem;
    animation: Hero_buttonGlow__XDSco 5s ease-in-out infinite;
  }
  .Hero_actionButton__dbCNz:hover {
    transform: translateY(-2px) scale(1.01);
  }
  .Hero_arrow__DBbgw,
  .Hero_externalIcon__WRT0R {
    display: inline-block;
    font-size: 0.9rem;
    margin-left: 0.3rem;
  }
}
@keyframes Hero_shimmer__pSe2n {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.8;
  }
  to {
    opacity: 0.5;
  }
}
.Hero_loading__A3AiW {
  animation: Hero_shimmer__pSe2n 1s ease-in-out infinite;
}
.Hero_voidLink__djB0V {
  color: var(--color-secondary);
  text-decoration: none;
  position: relative;
  padding: 0 0.5rem;
  transition: all 0.3s ease;
  font-size: 2.2rem;
  cursor: pointer;
}
.Hero_voidLink__djB0V:after,
.Hero_voidLink__djB0V:before {
  content: "";
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease;
}
.Hero_voidLink__djB0V:hover {
  transform: scale(1.05);
  color: var(--color-foreground);
}
.Hero_voidLink__djB0V:hover:before {
  opacity: 1;
  left: -10px;
}
.Hero_voidLink__djB0V:hover:after {
  opacity: 1;
  right: -10px;
}
.Hero_linkContainer__9yjQf {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.Hero_separator__zyyhD {
  opacity: 0.6;
}
.Hero_bottomContent__ewFQg {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0;
  z-index: 5;
}
.Hero_actionButtons__cu_Nf {
  display: flex;
  gap: 2rem;
  opacity: 0;
  transform: translateY(20px);
  animation: Hero_fadeInUp__rjysM 0.5s ease-out forwards;
  animation-delay: 2s;
}
@keyframes Hero_buttonGlow__XDSco {
  0% {
    box-shadow: 0 5px 15px rgba(255, 0, 136, 0.2);
  }
  50% {
    box-shadow: 0 5px 20px rgba(255, 0, 136, 0.4),
      0 0 10px rgba(255, 0, 136, 0.3);
  }
  to {
    box-shadow: 0 5px 15px rgba(255, 0, 136, 0.2);
  }
}
.Hero_actionButton__dbCNz {
  font-size: 1.8rem;
  padding: 1.2rem 2.4rem;
  border: 2px solid var(--color-primary);
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: var(--font-sans);
  font-weight: 600;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(255, 0, 136, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  animation: Hero_buttonGlow__XDSco 3s ease-in-out infinite;
}
.Hero_actionButton__dbCNz:before {
  content: "";
  position: absolute;
  top: 500%;
  left: -100%;
  width: 320%;
  height: 430%;
  background-color: var(--color-primary);
  transition: all 0.5s ease;
  transform: rotate(45deg);
  z-index: -1;
}
.Hero_actionButton__dbCNz:hover:before {
  top: -100%;
  left: -100%;
}
.Hero_actionButton__dbCNz:hover {
  transform: translateY(-5px) scale(1.03);
  color: #fff;
  box-shadow: 0 8px 25px rgba(255, 0, 136, 0.4), 0 0 15px rgba(255, 0, 136, 0.3);
  border-color: rgba(255, 0, 136, 0.8);
  text-decoration: none;
}
.Hero_actionButton__dbCNz:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 10%;
  width: 80%;
  height: 2px;
  background: linear-gradient(
    to right,
    transparent,
    var(--color-primary),
    transparent
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}
.Hero_actionButton__dbCNz:hover:after {
  opacity: 1;
}
.Hero_arrow__DBbgw {
  margin-left: 0.6rem;
  transition: transform 0.2s ease;
  color: var(--color-secondary);
}
.Hero_actionButton__dbCNz:hover .Hero_arrow__DBbgw {
  transform: translateX(4px) translateY(-4px);
  color: #fff;
  animation: none;
}
.Hero_externalIcon__WRT0R {
  margin-left: 0.6rem;
  transition: transform 0.2s ease;
  color: var(--color-secondary);
}
.Hero_actionButton__dbCNz:hover .Hero_externalIcon__WRT0R {
  transform: translateX(3px) translateY(-3px);
  color: #fff;
  animation: none;
}
@keyframes Hero_fadeInUp__rjysM {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.labeling_section__qf94D {
  position: relative;
  padding: 4rem 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.labeling_content__Qa7KF {
  width: 100%;
  max-width: 1200px;
  margin: 7rem auto 0;
  padding: 0 2rem;
}
.labeling_section__qf94D h2 {
  font-size: 3rem;
  color: var(--color-primary);
  margin-bottom: 2rem;
  margin-top: 0;
  text-align: center;
  font-family: var(--font-heading);
}
.labeling_terminalForm__gnMKt {
  background: var(--terminal-bg);
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  padding: 2.5rem;
  box-shadow: 0 0 20px rgba(255, 0, 136, 0.2);
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.labeling_terminalHeader___tryI {
  background: var(--color-primary);
  margin: -2.5rem -2.5rem 2.5rem;
  padding: 0.5rem 2rem;
}
.labeling_terminalTitle__8fDxr {
  color: var(--terminal-bg);
  font-family: var(--font-terminal);
  font-size: 1.5rem;
}
.labeling_topCommandLine__iRDnb {
  padding: 1rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 1px solid var(--color-secondary);
  border-bottom: none;
  background: #000;
}
.labeling_commandLine__AqY78,
.labeling_topCommandLine__iRDnb {
  font-family: var(--font-terminal);
  display: flex;
  gap: 0.75rem;
  font-size: 1.5rem;
}
.labeling_commandLine__AqY78 {
  margin-bottom: 2rem;
}
.labeling_prompt__VpBYo {
  color: var(--color-secondary);
  font-family: var(--font-terminal);
}
.labeling_command__HK73H {
  color: var(--color-foreground);
}
.labeling_inputGroup__KgfOC {
  margin-bottom: 1.5rem;
}
.labeling_inputGroup__KgfOC label {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.5rem;
}
.labeling_inputLabel__yZb5x {
  color: var(--color-foreground);
  font-family: var(--font-terminal);
  font-size: 1.5rem;
}
.labeling_required__E3YZ_ {
  color: var(--color-primary);
  font-weight: 700;
  margin-left: 0.3rem;
}
.labeling_inputGroup__KgfOC input,
.labeling_inputGroup__KgfOC select,
.labeling_inputGroup__KgfOC textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid var(--color-secondary);
  color: var(--color-foreground);
  padding: 1rem;
  font-family: var(--font-terminal);
  font-size: 1.5rem;
  border-radius: 4px;
}
.labeling_checkboxGroup__FRM_8 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 0.5rem;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid var(--color-secondary);
  border-radius: 4px;
  padding: 1rem;
}
.labeling_helperText__TH9Uy {
  color: var(--color-foreground);
  opacity: 0.7;
  font-family: var(--font-terminal);
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
  font-style: italic;
}
.labeling_checkboxRow__i7oWr {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.labeling_checkboxItem__xQy8s {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 150px;
}
.labeling_checkboxItem__xQy8s input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: var(--color-secondary);
}
.labeling_checkboxItem__xQy8s label {
  font-family: var(--font-terminal);
  font-size: 1.4rem;
  color: var(--color-foreground);
  cursor: pointer;
}
.labeling_inputRowGroup__St129 {
  display: flex;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
.labeling_inputHalf__cMNZN {
  flex: 1 1;
}
.labeling_inputWithUnit__mBFfq {
  position: relative;
  display: flex;
  align-items: center;
}
.labeling_inputWithUnit__mBFfq input {
  padding-right: 3.5rem;
}
.labeling_unitLabel__OANib {
  position: absolute;
  right: 1rem;
  font-family: var(--font-terminal);
  font-size: 1.2rem;
  color: var(--color-foreground);
  opacity: 0.7;
}
.labeling_inputGroup__KgfOC textarea {
  min-height: 100px;
  resize: vertical;
}
.labeling_inputGroup__KgfOC input:focus,
.labeling_inputGroup__KgfOC select:focus,
.labeling_inputGroup__KgfOC textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 10px rgba(255, 0, 136, 0.2);
}
.labeling_submitButton__lvnVx {
  background: transparent;
  border: 1px solid var(--color-primary);
  color: var(--color-foreground);
  padding: 1rem 2rem;
  font-family: var(--font-terminal);
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
  display: block;
  width: 100%;
}
.labeling_submitButton__lvnVx:hover:not(:disabled) {
  background-color: var(--color-primary);
  color: var(--terminal-bg);
  box-shadow: 0 0 10px rgba(255, 0, 136, 0.5);
}
.labeling_submitButton__lvnVx:disabled {
  opacity: 0.5;
  cursor: default;
}
.labeling_successMessage__pr0Xn {
  background: var(--terminal-bg);
  border: 1px solid var(--color-secondary);
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
}
.labeling_successMessage__pr0Xn p {
  font-family: var(--font-terminal);
  font-size: 1.5rem;
  color: var(--color-foreground);
}
.labeling_introText__E_VvP {
  background: var(--terminal-bg);
  border: 1px solid var(--color-secondary);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}
.labeling_introText__E_VvP,
.labeling_introText__E_VvP p {
  font-family: var(--font-terminal);
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--color-foreground);
}
.labeling_introText__E_VvP p {
  margin: 0 0 1.5rem;
}
.labeling_introText__E_VvP p:first-child {
  margin-top: 0;
}
.labeling_introText__E_VvP p:last-child {
  margin-bottom: 0;
}
.labeling_highlight__b7W_2 {
  color: var(--color-primary);
  font-weight: 700;
}
@media (max-width: 768px) {
  .labeling_section__qf94D {
    padding: 2rem 0;
    min-height: auto;
  }
  .labeling_content__Qa7KF {
    margin-top: 5rem;
  }
  .labeling_section__qf94D h2 {
    font-size: 2.5rem;
    text-align: center;
  }
  .labeling_terminalForm__gnMKt {
    padding: 1.5rem;
  }
  .labeling_terminalForm__gnMKt form {
    padding: 0;
  }
  .labeling_terminalHeader___tryI {
    margin: -1.5rem -1.5rem 1.5rem;
    padding: 0.3rem 1rem;
  }
  .labeling_terminalTitle__8fDxr {
    font-size: 1.2rem;
  }
  .labeling_commandLine__AqY78,
  .labeling_inputLabel__yZb5x {
    font-size: 1.3rem;
  }
  .labeling_inputGroup__KgfOC input,
  .labeling_inputGroup__KgfOC select,
  .labeling_inputGroup__KgfOC textarea {
    font-size: 1.3rem;
    padding: 0.8rem;
  }
  .labeling_introText__E_VvP {
    padding: 1.5rem;
  }
  .labeling_introText__E_VvP p {
    font-size: 1.4rem;
  }
  .labeling_submitButton__lvnVx {
    font-size: 1.3rem;
    padding: 0.8rem 1.5rem;
  }
  .labeling_checkboxItem__xQy8s label {
    font-size: 1.2rem;
  }
  .labeling_checkboxItem__xQy8s input[type="checkbox"] {
    width: 18px;
    height: 18px;
  }
  .labeling_dateHelperText__00WaI,
  .labeling_helperText__TH9Uy {
    font-size: 1.1rem;
  }
  .labeling_inputRowGroup__St129 {
    flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .labeling_section__qf94D h2 {
    font-size: 2rem;
  }
  .labeling_terminalForm__gnMKt {
    padding: 1rem;
  }
  .labeling_terminalHeader___tryI {
    margin: -1rem -1rem 1rem;
  }
  .labeling_commandLine__AqY78 {
    font-size: 1.1rem;
  }
  .labeling_checkboxRow__i7oWr {
    flex-direction: column;
    gap: 0.8rem;
  }
  .labeling_checkboxItem__xQy8s {
    min-width: unset;
  }
  .labeling_inputLabel__yZb5x {
    font-size: 1.1rem;
  }
  .labeling_dateHelperText__00WaI,
  .labeling_helperText__TH9Uy {
    font-size: 1rem;
  }
}
.Header_header__MvnS2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 3rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease;
  font-family: var(--font-accent);
}
.Header_scrolled__s9Ifj {
  background-color: rgba(0, 0, 0, 0.95);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(0);
}
.Header_logoContainer__gxrJO {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.Header_logo__j7oID {
  display: flex;
  align-items: center;
  transform-origin: center;
}
.Header_logoImage__hE07D {
  max-width: 250px;
  height: auto;
  object-fit: contain;
}
.Header_headerTitle__9spW1 {
  display: flex;
  align-items: baseline;
  font-family: Wallpoet, cursive;
  font-weight: 400;
  margin-left: -0.5rem;
}
.Header_titleEidon__LR4ew {
  font-size: 2.3rem;
  color: var(--color-secondary);
  text-shadow: 0 0 5px var(--color-secondary), 0 0 2px var(--color-secondary);
  -webkit-text-stroke: 1px #000;
}
.Header_titleAi__SEcY3 {
  font-size: 2rem;
  color: var(--color-primary);
  text-shadow: 0 0 1px var(--color-primary), 0 0 2px var(--color-primary);
  position: relative;
  margin-left: 3px;
}
@media (max-width: 768px) {
  .Header_logoImage__hE07D {
    max-width: 40px;
  }
  .Header_headerTitle__9spW1 {
    margin-left: 0.1rem;
  }
  .Header_titleAi__SEcY3,
  .Header_titleEidon__LR4ew {
    font-size: 2rem;
  }
}
.Header_nav__EE71E {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.Header_navLink__Q_hTB {
  font-family: var(--font-accent);
  font-size: 1.7rem;
  font-weight: 400;
  color: var(--color-foreground);
  transition: all 0.2s ease;
  text-decoration: none;
  position: relative;
  padding: 0.7rem;
  cursor: pointer;
}
.Header_navLink__Q_hTB:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: var(--color-primary);
  transition: all 0.2s ease;
}
.Header_navLink__Q_hTB:hover {
  color: var(--color-primary);
}
.Header_navLink__Q_hTB:hover:after {
  width: 100%;
  left: 0;
}
.Header_ctaButton__0jILQ {
  font-size: 1.5rem !important;
  padding: 0.75rem 2rem !important;
  border: 2px solid var(--color-primary);
  background-color: transparent;
  color: var(--color-foreground);
  position: relative;
  overflow: hidden;
  z-index: 1;
  letter-spacing: 1px;
  cursor: pointer;
}
.Header_ctaButton__0jILQ:before {
  content: "";
  position: absolute;
  top: 500%;
  left: -100%;
  width: 300%;
  height: 400%;
  background-color: var(--color-primary);
  transition: all 0.3s ease;
  transform: rotate(45deg);
  z-index: -1;
}
.Header_ctaButton__0jILQ:hover:before {
  top: -100%;
  left: -100%;
}
.Header_ctaButton__0jILQ:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(255, 0, 136, 0.5);
}
.Header_mobileMenuButton__mHqbR {
  display: none;
}
@media (max-width: 768px) {
  .Header_mobileOpen__EYD4J {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.95);
    padding: 2rem 1.5rem;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    transform: translateY(0);
    transition: all 0.3s ease;
  }
  .Header_mobileMenuButton__mHqbR {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
  }
  .Header_mobileMenuButton__mHqbR span {
    display: block;
    width: 28px;
    height: 2px;
    background-color: var(--color-foreground);
    margin: 6px 0;
    transition: all 0.3s ease;
  }
  .Header_mobileOpen__EYD4J .Header_mobileMenuButton__mHqbR span:first-child {
    transform: rotate(-45deg) translate(-5px, 6px);
  }
  .Header_mobileOpen__EYD4J .Header_mobileMenuButton__mHqbR span:nth-child(2) {
    opacity: 0;
  }
  .Header_mobileOpen__EYD4J .Header_mobileMenuButton__mHqbR span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
  }
  .Header_nav__EE71E {
    display: none;
    gap: 2rem;
  }
  .Header_nav__EE71E.Header_mobileOpen__EYD4J {
    display: flex;
  }
  .Header_navLink__Q_hTB {
    font-size: 2rem;
    padding: 1.5rem 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  }
  .Header_navLink__Q_hTB:last-child {
    border-bottom: none;
  }
  .Header_ctaButton__0jILQ {
    font-size: 1.8rem !important;
    padding: 1rem 2.5rem !important;
    width: 75%;
    margin: 1.5rem 0 0.5rem;
    text-align: center;
  }
  .Header_ctaButton__0jILQ:before {
    top: 500%;
    left: -250%;
    width: 500%;
    height: 650%;
  }
  .Header_ctaButton__0jILQ:hover:before {
    top: -100%;
    left: -100%;
  }
  .Header_ctaButton__0jILQ:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(255, 0, 136, 0.5);
  }
  .Header_mobileMenuButton__mHqbR {
    padding: 0.5rem;
    margin-left: 1rem;
    z-index: 1001;
  }
  .Header_externalLink__Jq_2_ {
    justify-content: center;
  }
}
.Header_externalLink__Jq_2_ {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  cursor: pointer;
}
.Header_externalIcon__SnNlf {
  font-size: 0.8em;
  transition: transform 0.2s ease;
}
.Header_externalLink__Jq_2_:hover .Header_externalIcon__SnNlf {
  transform: translate(2px, -2px);
}
.Header_animate__CzvJm {
  animation: Header_oscillate__RaFQh 2s ease-in-out;
}
@keyframes Header_oscillate__RaFQh {
  0%,
  to {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(20deg);
  }
  30% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(20deg);
  }
  70% {
    transform: rotate(-20deg);
  }
  90% {
    transform: rotate(20deg);
  }
}
@keyframes Header_slideIn__pUvuL {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.Header_dropdownContainer__MHjvJ {
  position: relative;
  display: inline-block;
}
.Header_dropdownButton__yS6zs {
  font-family: var(--font-accent);
  font-size: 1.7rem;
  font-weight: 400;
  color: var(--color-foreground);
  transition: all 0.2s ease;
  text-decoration: none;
  position: relative;
  padding: 0.7rem;
  cursor: pointer;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.Header_dropdownButton__yS6zs:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: var(--color-primary);
  transition: all 0.2s ease;
}
.Header_dropdownButton__yS6zs:hover {
  color: var(--color-primary);
}
.Header_dropdownButton__yS6zs:hover:after {
  width: 100%;
  left: 0;
}
.Header_dropdownIcon__Ebgbr {
  display: inline-block;
  transition: transform 0.3s ease;
}
.Header_dropdownContainer__MHjvJ:hover .Header_dropdownIcon__Ebgbr {
  transform: rotate(180deg);
}
.Header_dropdownMenu__6KeWb {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.95);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  min-width: 220px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--color-secondary);
  border-radius: 4px;
  padding: 0.5rem 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.Header_dropdownContainer__MHjvJ:hover .Header_dropdownMenu__6KeWb {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.Header_dropdownItem__dN_WM {
  display: block;
  padding: 1rem 1.5rem;
  text-decoration: none;
  color: var(--color-foreground);
  font-size: 1.5rem;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}
.Header_dropdownItem__dN_WM:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
  color: var(--color-primary);
  border-left: 3px solid var(--color-primary);
}
@media (max-width: 768px) {
  .Header_dropdownButton__yS6zs {
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size: 2rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  }
  .Header_dropdownMenu__6KeWb {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background-color: transparent;
    border: none;
    padding: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .Header_dropdownContainer__MHjvJ.Header_active__t8h51
    .Header_dropdownMenu__6KeWb {
    max-height: 300px;
  }
  .Header_dropdownItem__dN_WM {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.6rem;
    border-left: none;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
  }
  .Header_dropdownItem__dN_WM:hover {
    background-color: transparent;
    border-left: none;
  }
  .Header_dropdownIcon__Ebgbr {
    transition: transform 0.3s ease;
  }
  .Header_dropdownContainer__MHjvJ.Header_active__t8h51
    .Header_dropdownIcon__Ebgbr {
    transform: rotate(180deg);
  }
}
.Header_headerTitleLink__Enhsz {
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease;
  display: flex;
  align-items: center;
}
.Header_headerTitleLink__Enhsz:hover {
  transform: scale(1.05);
}
.Button_button__aJ0V6 {
  font-family: var(--font-body);
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
.Button_primary__NvDjW {
  background-color: var(--color-primary);
  color: var(--color-background);
}
.Button_secondary__PNkAv {
  background-color: var(--color-background);
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}
.Button_accent__3sRr1 {
  background-color: var(--color-accent);
  color: var(--color-background);
}
.Button_transparent__pVFWK {
  background-color: transparent;
}
.Button_small__Dzghh {
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
}
.Button_medium__6mHOF {
  padding: 0.75rem 2rem;
  font-size: 1rem;
}
.Button_large__P9YO9 {
  padding: 1rem 2.5rem;
  font-size: 1.125rem;
}
.EidonAnimation_animationContainer__C0w5F {
  position: absolute;
  top: 0;
  right: -30%;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateZ(0) scale(0.9);
  transition: transform 0.1s ease-out;
}
.EidonAnimation_webgl__BRnfR {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  display: block;
  outline: none;
  background: transparent;
}
@media (max-width: 768px) {
  .EidonAnimation_animationContainer__C0w5F {
    position: absolute;
    top: 10%;
    right: 0;
    transform: none;
    width: 100%;
    height: 30vh;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.TheEidonApp_section__DeHr0 {
  position: relative;
  padding: 3rem 0 4rem;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: #000;
}
.TheEidonApp_content__5O_It {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.TheEidonApp_grid__a1ZQ4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
  gap: 0;
  align-items: start;
  min-height: 100%;
}
.TheEidonApp_title__iczGz {
  font-size: 5rem;
  font-weight: 700;
  color: var(--color-primary);
  font-family: var(--font-heading);
  padding: 1rem;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}
.TheEidonApp_questInfo__P1Pm_ {
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #0f0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin-top: 0;
  font-size: 1.8rem;
  color: #fff;
}
.TheEidonApp_questInfo__P1Pm_ p {
  padding-top: 0;
  margin-top: 0;
}
.TheEidonApp_green__GN58g {
  color: var(--color-secondary);
}
.TheEidonApp_questInfo__P1Pm_ a {
  font-size: 1.7rem;
  font-weight: 500;
  color: var(--color-secondary);
  background-color: rgba(0, 255, 0, 0.1);
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
  padding: 0.3rem 0.8rem;
  cursor: pointer;
  border-radius: 4px;
  display: inline-block;
  box-shadow: 0 0 8px rgba(0, 255, 0, 0.2);
  border: 1px solid rgba(0, 255, 0, 0.3);
}
.TheEidonApp_questInfo__P1Pm_ a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: var(--color-secondary);
  transition: all 0.3s ease;
  opacity: 0.5;
}
.TheEidonApp_questInfo__P1Pm_ a:hover {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 255, 0, 0.4);
}
.TheEidonApp_questInfo__P1Pm_ a:hover .TheEidonApp_green__GN58g {
  color: #000;
  font-weight: 700;
}
.TheEidonApp_questInfo__P1Pm_ a:hover:after {
  opacity: 0;
}
.TheEidonApp_quest__Plqpf {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-primary);
  text-shadow: 0 0 5px rgba(255, 0, 136, 0.3);
  padding: 0 3px;
  background: linear-gradient(180deg, transparent 80%, rgba(255, 0, 136, 0.1));
  display: inline-block;
  transition: all 0.3s ease;
}
.TheEidonApp_steps__o7GP2 {
  list-style: none;
  padding: 0;
  counter-reset: step;
  margin: 2rem 0;
}
.TheEidonApp_steps__o7GP2 li {
  position: relative;
  padding-left: 4rem;
  margin-bottom: 2.5rem;
  counter-increment: step;
  transition: transform 0.3s ease, padding-left 0.3s ease;
}
.TheEidonApp_steps__o7GP2 li:hover {
  transform: translateX(8px);
  padding-left: 4.5rem;
}
.TheEidonApp_steps__o7GP2 li:before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--color-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
  box-shadow: 0 0 10px rgba(255, 0, 136, 0.3);
  z-index: 2;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.TheEidonApp_steps__o7GP2 li:hover:before {
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(255, 0, 136, 0.6);
  background: rgba(255, 0, 136, 0.15);
}
.TheEidonApp_steps__o7GP2 li:after {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 3rem;
  bottom: -1.5rem;
  width: 1px;
  background: linear-gradient(
    to bottom,
    var(--color-primary),
    rgba(255, 0, 136, 0.2)
  );
  transform: translateX(-50%);
  z-index: 1;
  transition: width 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.TheEidonApp_steps__o7GP2 li:hover:after {
  width: 3px;
  background: linear-gradient(
    to bottom,
    var(--color-primary),
    rgba(255, 0, 136, 0.5)
  );
  box-shadow: 0 0 10px rgba(255, 0, 136, 0.7), 0 0 20px rgba(255, 0, 136, 0.4);
}
.TheEidonApp_steps__o7GP2 li h4 {
  font-size: 1.8rem;
  margin: 0 0 0.7rem;
  color: var(--color-secondary);
  font-family: var(--font-heading);
  letter-spacing: 0.5px;
}
.TheEidonApp_steps__o7GP2 li p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
  opacity: 0.9;
}
@media (max-width: 968px) {
  .TheEidonApp_steps__o7GP2 li {
    padding-left: 3.5rem;
    margin-bottom: 2rem;
  }
  .TheEidonApp_steps__o7GP2 li:before {
    width: 2.7rem;
    height: 2.7rem;
    font-size: 1.2rem;
  }
  .TheEidonApp_steps__o7GP2 li:not(:last-child):after {
    left: 1.35rem;
  }
  .TheEidonApp_steps__o7GP2 li h4 {
    font-size: 1.7rem;
  }
  .TheEidonApp_steps__o7GP2 li p {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .TheEidonApp_steps__o7GP2 li {
    padding-left: 3.2rem;
    margin-bottom: 1.8rem;
  }
  .TheEidonApp_steps__o7GP2 li:before {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.1rem;
  }
  .TheEidonApp_steps__o7GP2 li:not(:last-child):after {
    left: 1.25rem;
  }
  .TheEidonApp_steps__o7GP2 li h4 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .TheEidonApp_steps__o7GP2 li p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
@media (max-width: 640px) {
  .TheEidonApp_steps__o7GP2 li {
    padding-left: 3rem;
    margin-bottom: 1.5rem;
  }
  .TheEidonApp_steps__o7GP2 li:before {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 1rem;
  }
  .TheEidonApp_steps__o7GP2 li:not(:last-child):after {
    left: 1.1rem;
  }
  .TheEidonApp_steps__o7GP2 li h4 {
    font-size: 1.4rem;
  }
  .TheEidonApp_steps__o7GP2 li p {
    font-size: 1.1rem;
  }
}
.TheEidonApp_launchButton__CT3vI {
  font-size: 1.8rem !important;
  margin-top: 2rem;
  padding: 1.2rem 2.8rem !important;
  border: 2px solid var(--color-primary);
  background-color: rgba(255, 0, 136, 0.1);
  color: #fff !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  letter-spacing: 1px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(255, 0, 136, 0.2);
}
.TheEidonApp_launchButton__CT3vI:after {
  content: " ↗";
  font-size: 1.2rem;
  transition: all 0.3s ease;
  opacity: 0.7;
  color: var(--color-secondary);
}
.TheEidonApp_launchButton__CT3vI:before {
  content: "";
  position: absolute;
  top: 500%;
  left: -100%;
  width: 300%;
  height: 400%;
  background-color: var(--color-primary);
  transition: all 0.3s ease;
  transform: rotate(45deg);
  z-index: -1;
}
.TheEidonApp_launchButton__CT3vI:hover:before {
  top: -100%;
  left: -100%;
}
.TheEidonApp_launchButton__CT3vI:hover:after {
  transform: translate(3px, -3px);
  opacity: 1;
  color: #fff;
}
.TheEidonApp_launchButton__CT3vI:hover {
  transform: translateY(-3px);
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(255, 0, 136, 0.4);
  border-color: transparent;
}
.TheEidonApp_imageContent__e6EEs {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
}
.TheEidonApp_imageWrapper__68lQD {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
  width: 540px;
  margin: 0;
}
.TheEidonApp_imageWrapper__68lQD:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.4), 0 0 15px rgba(0, 255, 0, 0.3);
}
.TheEidonApp_appImage__gflvZ {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
@media (max-width: 1400px) {
  .TheEidonApp_content__5O_It {
    padding: 4rem 2rem 0;
  }
  .TheEidonApp_grid__a1ZQ4 {
    gap: 3rem;
  }
  .TheEidonApp_imageWrapper__68lQD {
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .TheEidonApp_title__iczGz {
    font-size: 4rem;
  }
  .TheEidonApp_imageWrapper__68lQD {
    width: 450px;
  }
}
@media (max-width: 1024px) {
  .TheEidonApp_grid__a1ZQ4 {
    grid-template-columns: 1fr;
  }
  .TheEidonApp_imageContent__e6EEs {
    flex-direction: row;
    margin-top: 3rem;
  }
  .TheEidonApp_imageWrapper__68lQD {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .TheEidonApp_content__5O_It {
    padding: 3rem 1.5rem 0;
  }
  .TheEidonApp_title__iczGz {
    font-size: 3.5rem;
    padding: 0.5rem;
  }
  .TheEidonApp_questInfo__P1Pm_ {
    font-size: 1.6rem;
    padding: 1.5rem;
  }
  .TheEidonApp_questInfo__P1Pm_ h3 {
    font-size: 2.4rem;
  }
  .TheEidonApp_imageContent__e6EEs {
    flex-direction: column;
  }
  .TheEidonApp_imageWrapper__68lQD {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .TheEidonApp_section__DeHr0 {
    padding: 2rem 0 3rem;
  }
  .TheEidonApp_title__iczGz {
    font-size: 3rem;
  }
  .TheEidonApp_questInfo__P1Pm_ {
    font-size: 1.4rem;
  }
  .TheEidonApp_quest__Plqpf {
    font-size: 1.6rem;
  }
  .TheEidonApp_questInfo__P1Pm_ h3 {
    font-size: 2rem;
  }
  .TheEidonApp_steps__o7GP2 li {
    padding-left: 2.5rem;
  }
  .TheEidonApp_steps__o7GP2 li:before {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }
  .TheEidonApp_steps__o7GP2 li:not(:last-child):after {
    left: 1.25rem;
  }
  .TheEidonApp_launchButton__CT3vI {
    font-size: 1.6rem !important;
    padding: 1rem 2rem !important;
  }
}
.DecentralizedRobotics_section__XTTt5 {
  position: relative;
  padding: 4rem 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: #000;
}
.DecentralizedRobotics_content__w8Tan {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.DecentralizedRobotics_title__1sI4D {
  font-size: 5rem;
  font-weight: 700;
  color: var(--color-primary);
  font-family: var(--font-heading);
  padding: 1rem;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}
.DecentralizedRobotics_grid__ngphJ {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1400px;
  align-items: start;
  grid-gap: 1rem;
  gap: 1rem;
}
.DecentralizedRobotics_grid__ngphJ:first-of-type {
  grid-template-columns: 55% 47%;
}
.DecentralizedRobotics_fullWidthGrid__gN_jM {
  grid-template-columns: 1fr !important;
}
.DecentralizedRobotics_networkInfo__vEZdp {
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(0, 255, 0, 0.7);
  background-color: #000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.DecentralizedRobotics_roboticHandContainer__qPZqc {
  position: absolute;
  right: -7.6%;
  bottom: 0;
  width: 50%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  border-radius: 15% 15% 0 15%;
  overflow: visible;
}
.DecentralizedRobotics_roboticHandImage__mWp1E {
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 100%;
}
.DecentralizedRobotics_frontierTextContent__F8Cdh {
  position: relative;
  z-index: 2;
  width: 60%;
}
.DecentralizedRobotics_dataCollectionContainer__kdphQ {
  position: absolute;
  left: -7.6%;
  bottom: 0;
  width: 50%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  border-radius: 15% 15% 15% 0;
  overflow: visible;
}
.DecentralizedRobotics_dataCollectionImage___duFc {
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 100%;
}
.DecentralizedRobotics_dataCollectionTextContent__IDVDr {
  position: relative;
  z-index: 2;
  width: 55%;
  margin-left: auto;
}
.DecentralizedRobotics_networkInfo__vEZdp h3 {
  font-size: 3.1rem;
  color: var(--color-secondary);
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.DecentralizedRobotics_sectionTitle__qVdvh {
  font-size: 3.2rem;
  display: inline-block;
}
.DecentralizedRobotics_networkInfo__vEZdp p {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.DecentralizedRobotics_hardwareFeatures__lkA2U {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem 0 1.5rem;
}
.DecentralizedRobotics_featureItem__R5W2D {
  background: #000;
  padding: 1.2rem;
  border-radius: 8px;
  border-left: 2px solid var(--color-secondary);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.DecentralizedRobotics_featureItem__R5W2D:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 255, 0, 0.2);
}
.DecentralizedRobotics_featureItem__R5W2D h4 {
  color: var(--color-secondary);
  margin: 0 0 0.6rem;
  font-size: 1.5rem;
  font-family: var(--font-accent);
  letter-spacing: 1px;
}
.DecentralizedRobotics_featureItem__R5W2D p {
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.5;
}
.DecentralizedRobotics_stats__2x8ZO {
  display: flex;
  gap: 3rem;
  margin-top: 2rem;
}
.DecentralizedRobotics_statNumber__AXMPU {
  font-size: 3rem;
  font-weight: 700;
  color: var(--color-secondary);
  text-shadow: 0 0 10px rgba(0, 255, 0, 0.5);
}
.DecentralizedRobotics_statLabel__yOsed {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.DecentralizedRobotics_chartWrapper__8_fIB {
  display: block;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 2rem;
  background: #000;
  border: 1px solid rgba(0, 255, 0, 0.7);
  border-radius: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.DecentralizedRobotics_statsGrid__eZ5As {
  display: flex;
  justify-content: space-around;
  margin-top: 2rem;
  padding: 1rem;
  border-top: 1px solid rgba(0, 255, 0, 0.2);
}
.DecentralizedRobotics_statItem__izK_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.DecentralizedRobotics_statValue__8SF_R {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-primary);
}
.DecentralizedRobotics_statLabel__yOsed {
  font-size: 1.25rem;
  color: var(--color-foreground);
  opacity: 0.8;
}
.DecentralizedRobotics_imageWrapper__yDfMT {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  width: 540px;
  margin: 0;
}
.DecentralizedRobotics_imageWrapper__yDfMT:hover {
  transform: translateY(-2px);
}
.DecentralizedRobotics_mapContainer__sVUPc {
  position: relative;
  width: 540px;
  height: 550px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  border: 2px solid rgba(0, 255, 0, 0.3);
  margin: 0;
}
.DecentralizedRobotics_mapContainer__sVUPc:hover {
  transform: translateY(-2px);
}
.DecentralizedRobotics_mapLoading__Wqi95 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 550px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 20px;
  border: 2px solid rgba(0, 255, 0, 0.3);
}
.DecentralizedRobotics_loadingIndicator__aSMSG {
  color: var(--color-secondary);
  font-size: 1.2rem;
  font-family: var(--font-accent);
}
.DecentralizedRobotics_appImage__sqFob {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.DecentralizedRobotics_imageOverlay__fO64b {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(255, 0, 136, 0.1), transparent);
  pointer-events: none;
}
.DecentralizedRobotics_docsButton__qv9bn {
  font-size: 1.5rem !important;
  margin-top: 1rem;
  padding: 0.9rem 1.8rem !important;
  border: 1px solid var(--color-primary);
  background-color: transparent;
  color: var(--color-foreground) !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  letter-spacing: 1px;
  cursor: pointer;
}
.DecentralizedRobotics_docsButton__qv9bn:before {
  content: "";
  position: absolute;
  top: 500%;
  left: -100%;
  width: 310%;
  height: 400%;
  background-color: var(--color-primary);
  transition: all 0.3s ease;
  transform: rotate(45deg);
  z-index: -1;
  opacity: 0.7;
}
.DecentralizedRobotics_docsButton__qv9bn:hover:before {
  top: -100%;
  left: -100%;
}
.DecentralizedRobotics_docsButton__qv9bn:hover {
  transform: translateY(-2px);
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 4px 6px rgba(255, 0, 136, 0.3);
}
.DecentralizedRobotics_quest__8xUqZ {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
}
.DecentralizedRobotics_imageContent__5G1vc {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0;
}
@keyframes DecentralizedRobotics_subtlePulse__RVvGt {
  0% {
    text-shadow: 0 0 12px rgba(255, 20, 147, 0.4),
      0 0 4px rgba(255, 20, 147, 0.2);
  }
  50% {
    text-shadow: 0 0 20px rgba(255, 20, 147, 0.6),
      0 0 8px rgba(255, 20, 147, 0.4);
  }
  to {
    text-shadow: 0 0 12px rgba(255, 20, 147, 0.4),
      0 0 4px rgba(255, 20, 147, 0.2);
  }
}
.DecentralizedRobotics_highlight__rziFt {
  font-weight: 700;
  animation: DecentralizedRobotics_subtlePulse__RVvGt 4s ease-in-out infinite;
}
@keyframes DecentralizedRobotics_buttonGlow__WcJ5t {
  0% {
    box-shadow: 0 5px 15px rgba(255, 0, 136, 0.2);
  }
  50% {
    box-shadow: 0 5px 20px rgba(255, 0, 136, 0.4),
      0 0 10px rgba(255, 0, 136, 0.3);
  }
  to {
    box-shadow: 0 5px 15px rgba(255, 0, 136, 0.2);
  }
}
.DecentralizedRobotics_networkButton__1yx7k {
  font-size: 1.6rem !important;
  margin-top: 1rem;
  padding: 1.1rem 2.2rem !important;
  border: 2px solid var(--color-primary);
  background-color: transparent;
  color: #fff !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 50px;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(255, 0, 136, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  animation: DecentralizedRobotics_buttonGlow__WcJ5t 3s ease-in-out infinite;
}
.DecentralizedRobotics_networkButton__1yx7k:before {
  content: "";
  position: absolute;
  top: 500%;
  left: -100%;
  width: 320%;
  height: 430%;
  background-color: var(--color-primary);
  transition: all 0.5s ease;
  transform: rotate(45deg);
  z-index: -1;
}
.DecentralizedRobotics_networkButton__1yx7k:hover:before {
  top: -100%;
  left: -100%;
}
.DecentralizedRobotics_networkButton__1yx7k:hover {
  transform: translateY(-5px) scale(1.03);
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 8px 25px rgba(255, 0, 136, 0.4), 0 0 15px rgba(255, 0, 136, 0.3);
  border-color: rgba(255, 0, 136, 0.8);
}
.DecentralizedRobotics_networkButton__1yx7k:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 10%;
  width: 80%;
  height: 2px;
  background: linear-gradient(
    to right,
    transparent,
    var(--color-primary),
    transparent
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}
.DecentralizedRobotics_networkButton__1yx7k:hover:after {
  opacity: 1;
}
.DecentralizedRobotics_externalButton__l_gBk {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
}
.DecentralizedRobotics_externalIcon__Owwta {
  font-size: 0.9em;
  transition: transform 0.3s ease;
  display: inline-block;
  color: var(--color-secondary);
}
.DecentralizedRobotics_externalButton__l_gBk:hover
  .DecentralizedRobotics_externalIcon__Owwta {
  transform: translateX(5px) translateY(-5px);
  color: #fff;
}
.DecentralizedRobotics_emojiLine__85jlk {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 2rem 0;
}
.DecentralizedRobotics_roleEmoji__CJzqT {
  font-size: 2.5rem;
  opacity: 0.8;
  transition: all 0.3s ease;
  cursor: pointer;
}
.DecentralizedRobotics_roleEmoji__CJzqT:hover {
  opacity: 1;
  transform: scale(1.2);
}
.DecentralizedRobotics_socialButtons__OMFxx {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  justify-content: center;
  align-items: center;
}
.DecentralizedRobotics_socialButton__Td_vM {
  font-size: 1.5rem !important;
  display: flex;
  justify-content: center;
  padding: 0.9rem 1.8rem !important;
  border: 1px solid var(--color-primary);
  background-color: transparent;
  color: var(--color-foreground) !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  letter-spacing: 1px;
  cursor: pointer;
}
.DecentralizedRobotics_socialButton__Td_vM:before {
  content: "";
  position: absolute;
  top: 500%;
  left: -100%;
  width: 310%;
  height: 400%;
  background-color: var(--color-primary);
  transition: all 0.3s ease;
  transform: rotate(45deg);
  z-index: -1;
  opacity: 0.7;
}
.DecentralizedRobotics_socialButton__Td_vM:hover:before {
  top: -100%;
  left: -100%;
}
.DecentralizedRobotics_socialButton__Td_vM:hover {
  transform: translateY(-2px);
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 4px 6px rgba(255, 0, 136, 0.3);
}
.DecentralizedRobotics_sequencerButton__AirpV {
  font-size: 1.6rem !important;
  margin-top: 1rem;
  padding: 1.1rem 2.2rem !important;
  border: 2px solid var(--color-primary);
  background-color: transparent;
  color: #fff !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 50px;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(255, 0, 136, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  animation: DecentralizedRobotics_buttonGlow__WcJ5t 3s ease-in-out infinite;
}
.DecentralizedRobotics_sequencerButton__AirpV:before {
  content: "";
  position: absolute;
  top: 500%;
  left: -100%;
  width: 320%;
  height: 430%;
  background-color: var(--color-primary);
  transition: all 0.5s ease;
  transform: rotate(45deg);
  z-index: -1;
}
.DecentralizedRobotics_sequencerButton__AirpV:hover:before {
  top: -100%;
  left: -100%;
}
.DecentralizedRobotics_sequencerButton__AirpV:hover {
  transform: translateY(-5px) scale(1.03);
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 8px 25px rgba(255, 0, 136, 0.4), 0 0 15px rgba(255, 0, 136, 0.3);
  border-color: rgba(255, 0, 136, 0.8);
}
.DecentralizedRobotics_sequencerButton__AirpV:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 10%;
  width: 80%;
  height: 2px;
  background: linear-gradient(
    to right,
    transparent,
    var(--color-primary),
    transparent
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}
.DecentralizedRobotics_sequencerButton__AirpV:hover:after {
  opacity: 1;
}
.DecentralizedRobotics_content__w8Tan
  > .DecentralizedRobotics_grid__ngphJ:nth-of-type(2) {
  grid-template-columns: 0.9fr 1.3fr;
  gap: 2.5rem;
}
.DecentralizedRobotics_content__w8Tan
  > .DecentralizedRobotics_grid__ngphJ:nth-of-type(3) {
  grid-template-columns: 1.2fr 0.9fr;
  gap: 2.5rem;
}
.DecentralizedRobotics_content__w8Tan
  > .DecentralizedRobotics_grid__ngphJ:nth-of-type(2)
  .DecentralizedRobotics_networkInfo__vEZdp
  h3 {
  margin-bottom: 0;
}
.DecentralizedRobotics_content__w8Tan
  > .DecentralizedRobotics_grid__ngphJ:nth-of-type(2)
  .DecentralizedRobotics_networkInfo__vEZdp
  p {
  margin-bottom: 1.5rem;
}
.DecentralizedRobotics_content__w8Tan
  > .DecentralizedRobotics_grid__ngphJ:nth-of-type(3)
  .DecentralizedRobotics_networkInfo__vEZdp
  h3 {
  margin-bottom: 0;
}
.DecentralizedRobotics_content__w8Tan
  > .DecentralizedRobotics_grid__ngphJ:nth-of-type(3)
  .DecentralizedRobotics_networkInfo__vEZdp
  p {
  margin-bottom: 1.5rem;
}
.DecentralizedRobotics_content__w8Tan
  > .DecentralizedRobotics_grid__ngphJ:nth-of-type(4)
  .DecentralizedRobotics_networkInfo__vEZdp
  h3 {
  margin-bottom: 0;
}
.DecentralizedRobotics_content__w8Tan
  > .DecentralizedRobotics_grid__ngphJ:nth-of-type(4)
  .DecentralizedRobotics_networkInfo__vEZdp
  p {
  margin-bottom: 1.5rem;
}
.DecentralizedRobotics_pilotText__U2oC2 {
  font-size: 1.3rem !important;
  font-style: italic;
  margin: 1rem 0 0.5rem;
  opacity: 0.85;
  letter-spacing: 0.5px;
}
@media (max-width: 968px) {
  .DecentralizedRobotics_grid__ngphJ {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .DecentralizedRobotics_grid__ngphJ:first-of-type {
    grid-template-columns: 1fr;
  }
  .DecentralizedRobotics_title__1sI4D {
    font-size: 3rem;
  }
  .DecentralizedRobotics_networkInfo__vEZdp h3,
  .DecentralizedRobotics_sectionTitle__qVdvh {
    font-size: 2.5rem;
    white-space: normal;
  }
  .DecentralizedRobotics_networkInfo__vEZdp p {
    font-size: 1.2rem;
  }
  .DecentralizedRobotics_statNumber__AXMPU {
    font-size: 2.5rem;
  }
  .DecentralizedRobotics_chartWrapper__8_fIB {
    padding: 1rem;
  }
  .DecentralizedRobotics_imageWrapper__yDfMT {
    width: 100%;
  }
  .DecentralizedRobotics_mapContainer__sVUPc,
  .DecentralizedRobotics_mapLoading__Wqi95 {
    width: 100%;
    height: 450px;
  }
  .DecentralizedRobotics_roboticHandContainer__qPZqc {
    right: 5%;
    bottom: -5%;
    width: 40%;
    height: 95%;
    opacity: 0.7;
    z-index: 1;
    border-radius: 15% 15% 0 15%;
  }
  .DecentralizedRobotics_roboticHandImage__mWp1E {
    height: 110% !important;
  }
  .DecentralizedRobotics_frontierTextContent__F8Cdh {
    width: 65%;
  }
  .DecentralizedRobotics_featureItem__R5W2D {
    padding: 1rem;
  }
  .DecentralizedRobotics_featureItem__R5W2D h4 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  .DecentralizedRobotics_featureItem__R5W2D p {
    font-size: 1.15rem;
  }
  .DecentralizedRobotics_content__w8Tan
    > .DecentralizedRobotics_grid__ngphJ:nth-of-type(2),
  .DecentralizedRobotics_content__w8Tan
    > .DecentralizedRobotics_grid__ngphJ:nth-of-type(3),
  .DecentralizedRobotics_content__w8Tan
    > .DecentralizedRobotics_grid__ngphJ:nth-of-type(4) {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .DecentralizedRobotics_dataCollectionContainer__kdphQ {
    right: auto;
    left: 5%;
    bottom: -5%;
    width: 40%;
    height: 95%;
    opacity: 0.7;
    z-index: 1;
    border-radius: 15% 15% 15% 0;
  }
  .DecentralizedRobotics_dataCollectionImage___duFc {
    height: 110% !important;
  }
  .DecentralizedRobotics_dataCollectionTextContent__IDVDr {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .DecentralizedRobotics_section__XTTt5 {
    padding: 2rem 0;
    min-height: auto;
  }
  .DecentralizedRobotics_content__w8Tan {
    padding: 0 !important;
    gap: 2rem;
  }
  .DecentralizedRobotics_title__1sI4D {
    font-size: 3rem;
    text-align: center;
    padding: 0.8rem;
  }
  .DecentralizedRobotics_grid__ngphJ {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 1rem;
  }
  .DecentralizedRobotics_networkInfo__vEZdp {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 2rem 1.5rem;
  }
  .DecentralizedRobotics_networkInfo__vEZdp h3 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .DecentralizedRobotics_networkInfo__vEZdp p {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
  .DecentralizedRobotics_chartWrapper__8_fIB {
    padding: 1rem;
    max-width: 100vh;
  }
  .DecentralizedRobotics_statsGrid__eZ5As {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }
  .DecentralizedRobotics_statValue__8SF_R {
    font-size: 2rem;
  }
  .DecentralizedRobotics_statLabel__yOsed {
    font-size: 1rem;
  }
  .DecentralizedRobotics_imageContent__5G1vc {
    padding: 1rem 0;
  }
  .DecentralizedRobotics_imageWrapper__yDfMT {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .DecentralizedRobotics_emojiLine__85jlk {
    gap: 1.5rem;
  }
  .DecentralizedRobotics_roleEmoji__CJzqT {
    font-size: 2rem;
  }
  .DecentralizedRobotics_socialButtons__OMFxx {
    flex-direction: column;
    gap: 1rem;
  }
  .DecentralizedRobotics_networkButton__1yx7k,
  .DecentralizedRobotics_sequencerButton__AirpV,
  .DecentralizedRobotics_socialButton__Td_vM {
    width: 80%;
    font-size: 1.3rem !important;
    padding: 0.8rem 1.6rem !important;
  }
  .DecentralizedRobotics_networkButton__1yx7k {
    margin: 1.5rem auto 0.5rem;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .DecentralizedRobotics_roboticHandContainer__qPZqc {
    position: absolute;
    right: auto;
    bottom: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 0;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .DecentralizedRobotics_roboticHandImage__mWp1E {
    width: 80%;
    height: auto;
    object-fit: contain;
    object-position: center;
    filter: brightness(0.8) contrast(0.9);
    animation: DecentralizedRobotics_mobileHandFloat__rDhhX 8s ease-in-out
      infinite;
  }
  .DecentralizedRobotics_frontierTextContent__F8Cdh {
    width: 100%;
    padding: 0 1rem;
    position: relative;
    z-index: 2;
  }
  .DecentralizedRobotics_networkInfo__vEZdp h3,
  .DecentralizedRobotics_sectionTitle__qVdvh {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }
  .DecentralizedRobotics_networkInfo__vEZdp p {
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
    font-weight: 400;
  }
  .DecentralizedRobotics_highlight__rziFt {
    color: var(--color-primary);
    text-shadow: 0 0 8px rgba(255, 0, 136, 0.6);
  }
  @keyframes DecentralizedRobotics_mobileHandFloat__rDhhX {
    0% {
      transform: scale(1) translateY(0);
    }
    50% {
      transform: scale(1.05) translateY(-5px);
    }
    to {
      transform: scale(1) translateY(0);
    }
  }
  .DecentralizedRobotics_hardwareFeatures__lkA2U {
    margin: 1rem 0 1.5rem;
  }
  .DecentralizedRobotics_featureItem__R5W2D {
    padding: 1rem 0.8rem;
  }
  .DecentralizedRobotics_featureItem__R5W2D h4 {
    font-size: 1.4rem;
  }
  .DecentralizedRobotics_featureItem__R5W2D p {
    font-size: 1.15rem;
  }
  .DecentralizedRobotics_sectionSubtitle__YtPpf {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .DecentralizedRobotics_pilotText__U2oC2 {
    font-size: 0.8rem !important;
    margin: 0.8rem 0 0.4rem;
  }
  .DecentralizedRobotics_mapContainer__sVUPc,
  .DecentralizedRobotics_mapLoading__Wqi95 {
    width: 100%;
    max-width: 350px;
    height: 300px;
    margin: 0 auto;
  }
  .DecentralizedRobotics_dataCollectionContainer__kdphQ {
    position: absolute;
    right: auto;
    bottom: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 0;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .DecentralizedRobotics_dataCollectionImage___duFc {
    width: 80%;
    height: auto;
    object-fit: contain;
    object-position: center;
    filter: brightness(0.8) contrast(0.9);
    animation: DecentralizedRobotics_mobileHandFloat__rDhhX 8s ease-in-out
      infinite;
  }
  .DecentralizedRobotics_dataCollectionTextContent__IDVDr {
    width: 100%;
    padding: 0 1rem;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 480px) {
  .DecentralizedRobotics_title__1sI4D {
    font-size: 2.5rem;
  }
  .DecentralizedRobotics_networkInfo__vEZdp h3 {
    font-size: 2rem;
  }
  .DecentralizedRobotics_networkInfo__vEZdp p {
    font-size: 1.2rem;
  }
  .DecentralizedRobotics_statValue__8SF_R {
    font-size: 1.8rem;
  }
  .DecentralizedRobotics_imageWrapper__yDfMT {
    max-width: 300px;
  }
  .DecentralizedRobotics_roleEmoji__CJzqT {
    font-size: 1.8rem;
  }
  .DecentralizedRobotics_roboticHandContainer__qPZqc {
    opacity: 0.25;
  }
  .DecentralizedRobotics_roboticHandImage__mWp1E {
    width: 90%;
  }
  .DecentralizedRobotics_frontierTextContent__F8Cdh {
    padding: 0 0.8rem;
  }
  .DecentralizedRobotics_sectionSubtitle__YtPpf {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .DecentralizedRobotics_pilotText__U2oC2 {
    font-size: 1rem;
    margin: 0.6rem 0 0.3rem;
  }
  .DecentralizedRobotics_mapContainer__sVUPc,
  .DecentralizedRobotics_mapLoading__Wqi95 {
    max-width: 300px;
    height: 250px;
  }
  .DecentralizedRobotics_dataCollectionContainer__kdphQ {
    opacity: 0.25;
  }
  .DecentralizedRobotics_dataCollectionImage___duFc {
    width: 90%;
  }
  .DecentralizedRobotics_dataCollectionTextContent__IDVDr {
    padding: 0 0.8rem;
  }
}
.DecentralizedRobotics_fullWidthMapContainer__zw2qz {
  width: 100%;
  margin: 0 auto 2rem;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  border: 2px solid rgba(0, 255, 0, 0.3);
  height: 550px;
  position: relative;
}
.DecentralizedRobotics_mapTitle__KMlA6 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0,
    rgba(0, 0, 0, 0.6) 70%,
    transparent
  );
  padding: 25px 20px;
  z-index: 1000;
  text-align: center;
  box-sizing: border-box;
  height: 27% !important;
}
.DecentralizedRobotics_mapTitle__KMlA6 h3 {
  font-size: 2.2rem;
  color: var(--color-secondary);
  margin: 0 0 5px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.DecentralizedRobotics_mapTitle__KMlA6 p {
  font-size: 1.2rem;
  color: hsla(0, 0%, 100%, 0.9);
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.DecentralizedRobotics_fullWidthMapContainer__zw2qz > div {
  width: 100%;
  height: 100%;
}
@media (max-width: 968px) {
  .DecentralizedRobotics_fullWidthMapContainer__zw2qz {
    width: 90%;
    height: 500px;
  }
  .DecentralizedRobotics_mapTitle__KMlA6 h3 {
    font-size: 1.8rem;
  }
  .DecentralizedRobotics_mapTitle__KMlA6 p {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .DecentralizedRobotics_fullWidthMapContainer__zw2qz {
    width: 95%;
    height: 450px;
    margin: 0 auto 1.5rem;
  }
  .DecentralizedRobotics_mapTitle__KMlA6 {
    padding: 12px 15px;
  }
  .DecentralizedRobotics_mapTitle__KMlA6 h3 {
    font-size: 1.5rem;
    margin: 0 0 3px;
  }
  .DecentralizedRobotics_mapTitle__KMlA6 p {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .DecentralizedRobotics_fullWidthMapContainer__zw2qz {
    width: 100%;
    height: 380px;
    margin: 0 auto 1rem;
    border-radius: 15px;
  }
  .DecentralizedRobotics_mapTitle__KMlA6 {
    padding: 10px;
  }
  .DecentralizedRobotics_mapTitle__KMlA6 h3 {
    font-size: 1.3rem;
  }
  .DecentralizedRobotics_mapTitle__KMlA6 p {
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  .DecentralizedRobotics_networkButton__1yx7k,
  .DecentralizedRobotics_sequencerButton__AirpV {
    width: 100%;
    max-width: 300px;
    font-size: 1.5rem !important;
    padding: 1rem 2rem !important;
    animation: DecentralizedRobotics_buttonGlow__WcJ5t 4s ease-in-out infinite;
  }
  .DecentralizedRobotics_networkButton__1yx7k:hover,
  .DecentralizedRobotics_sequencerButton__AirpV:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 6px 20px rgba(255, 0, 136, 0.3),
      0 0 10px rgba(255, 0, 136, 0.2);
  }
}
@media (max-width: 480px) {
  @keyframes DecentralizedRobotics_buttonGlow__WcJ5t {
    0% {
      box-shadow: 0 3px 10px rgba(255, 0, 136, 0.2);
    }
    50% {
      box-shadow: 0 3px 15px rgba(255, 0, 136, 0.3),
        0 0 8px rgba(255, 0, 136, 0.2);
    }
    to {
      box-shadow: 0 3px 10px rgba(255, 0, 136, 0.2);
    }
  }
  .DecentralizedRobotics_networkButton__1yx7k,
  .DecentralizedRobotics_sequencerButton__AirpV {
    font-size: 1.3rem !important;
    padding: 0.9rem 1.8rem !important;
    animation: DecentralizedRobotics_buttonGlow__WcJ5t 5s ease-in-out infinite;
  }
  .DecentralizedRobotics_networkButton__1yx7k:hover,
  .DecentralizedRobotics_sequencerButton__AirpV:hover {
    transform: translateY(-2px) scale(1.01);
  }
}
.OurServices_section__35H17 {
  position: relative;
  padding: 4rem 0;
  min-height: 80vh;
  display: flex;
  align-items: center;
  background-color: #000;
  overflow: hidden;
  font-family: var(--font-sans);
}
.OurServices_content__61oRk {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 2;
  padding: 0 2rem;
}
.OurServices_title__TvAXr {
  font-size: 5rem;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-family: var(--font-accent);
  color: var(--color-primary);
  position: relative;
}
.OurServices_title__TvAXr:after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: var(--color-primary);
  margin: 1rem auto 0;
}
.OurServices_subtitle__O4MB8 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  color: var(--color-foreground);
  opacity: 0.8;
}
.OurServices_servicesGrid__RH5sj {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 3rem;
  gap: 3rem;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.OurServices_serviceCard__KO49V {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid var(--color-secondary);
  border-radius: 8px;
  padding: 2.5rem;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.OurServices_serviceCard__KO49V:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}
.OurServices_serviceIconWrapper__qtyZR {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.OurServices_serviceIcon__2VwqD {
  color: var(--color-secondary);
  font-size: 2.5rem;
}
.OurServices_serviceTitle__IS2Jk {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  font-family: var(--font-accent);
  color: var(--color-foreground);
}
.OurServices_serviceDescription__JGXSr {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  flex-grow: 1;
  color: var(--color-foreground);
  opacity: 0.8;
}
.OurServices_serviceButton__44yEb {
  display: inline-block;
  padding: 1rem 1.8rem;
  background-color: transparent;
  border: 2px solid var(--color-primary);
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 5px 15px rgba(255, 0, 136, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  animation: OurServices_buttonGlow__0av_H 3s ease-in-out infinite;
}
.OurServices_serviceButton__44yEb:before {
  content: "";
  position: absolute;
  top: 500%;
  left: -100%;
  width: 320%;
  height: 430%;
  background-color: var(--color-primary);
  transition: all 0.5s ease;
  transform: rotate(45deg);
  z-index: -1;
}
.OurServices_serviceButton__44yEb:hover:before {
  top: -100%;
  left: -100%;
}
.OurServices_serviceButton__44yEb:hover {
  background-color: transparent;
  color: #fff;
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 8px 25px rgba(255, 0, 136, 0.4), 0 0 15px rgba(255, 0, 136, 0.3);
  border-color: rgba(255, 0, 136, 0.8);
  text-decoration: none;
}
.OurServices_serviceButton__44yEb:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 10%;
  width: 80%;
  height: 2px;
  background: linear-gradient(
    to right,
    transparent,
    var(--color-primary),
    transparent
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}
.OurServices_serviceButton__44yEb:hover:after {
  opacity: 1;
}
.OurServices_serviceButton__44yEb .OurServices_arrow__ulnL5 {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}
.OurServices_serviceButton__44yEb:hover .OurServices_arrow__ulnL5 {
  transform: translateX(4px);
  color: #fff;
}
.OurServices_serviceButton__44yEb .OurServices_externalIcon__1SFVj {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
  color: var(--color-secondary);
}
.OurServices_serviceButton__44yEb:hover .OurServices_externalIcon__1SFVj {
  transform: translateX(5px) translateY(-5px);
  color: #fff;
}
.OurServices_serviceButtonMuted__OuIPn {
  border-color: hsla(0, 0%, 100%, 0.3);
  color: hsla(0, 0%, 100%, 0.8);
}
.OurServices_serviceButtonMuted__OuIPn:hover {
  background-color: transparent;
  color: var(--color-foreground);
  border-color: transparent;
}
.OurServices_detailedServiceSection__CXCzA {
  width: 100%;
  margin-top: 9.5rem;
  border-radius: 10px;
  padding: 2.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(0, 255, 0, 0.7);
  background-color: #000;
  color: #fff;
  overflow: hidden;
  position: relative;
  min-height: 500px;
  display: flex;
  flex-direction: column;
}
.OurServices_firstRow__0A5dc {
  width: 100%;
  margin-bottom: 1rem;
}
.OurServices_firstRow__0A5dc h3 {
  font-size: 3.2rem;
  color: var(--color-secondary);
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.OurServices_firstRow__0A5dc p {
  font-size: 1.7rem;
  line-height: 1.6;
  max-width: 100%;
}
.OurServices_firstRow__0A5dc p:not(:last-child) {
  margin-bottom: 1rem;
}
.OurServices_contentRow__v2gC5 {
  display: flex;
  width: 100%;
  gap: 2rem;
}
.OurServices_dataCollectionContainer__7NAe2 {
  width: 40%;
  height: auto;
  pointer-events: none;
  z-index: 1;
  border-radius: 15% 15% 15% 0;
  overflow: visible;
  align-self: flex-start;
  margin: 0;
}
.OurServices_dataCollectionImage__XWItx {
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 100%;
  margin-bottom: 0;
}
.OurServices_dataCollectionTextContent__AVNeY {
  position: relative;
  z-index: 2;
  width: 60%;
  margin-top: -3rem;
}
.OurServices_dataCollectionTextContent__AVNeY p {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.OurServices_buttonContainer__lqwLO {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
  justify-content: flex-start;
}
@keyframes OurServices_buttonGlow__0av_H {
  0% {
    box-shadow: 0 5px 15px rgba(255, 0, 136, 0.2);
  }
  50% {
    box-shadow: 0 5px 20px rgba(255, 0, 136, 0.4),
      0 0 10px rgba(255, 0, 136, 0.3);
  }
  to {
    box-shadow: 0 5px 15px rgba(255, 0, 136, 0.2);
  }
}
.OurServices_dataCollectionButton__XgqAF {
  font-size: 1.8rem;
  padding: 1.2rem 2.5rem;
  border: 2px solid var(--color-primary);
  color: #fff;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  min-width: 200px;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(255, 0, 136, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  animation: OurServices_buttonGlow__0av_H 3s ease-in-out infinite;
}
.OurServices_dataCollectionButton__XgqAF:before {
  content: "";
  position: absolute;
  top: 500%;
  left: -100%;
  width: 320%;
  height: 430%;
  background-color: var(--color-primary);
  transition: all 0.5s ease;
  transform: rotate(45deg);
  z-index: -1;
}
.OurServices_dataCollectionButton__XgqAF:hover {
  transform: translateY(-5px) scale(1.03);
  color: #fff;
  box-shadow: 0 8px 25px rgba(255, 0, 136, 0.4), 0 0 15px rgba(255, 0, 136, 0.3);
  border-color: rgba(255, 0, 136, 0.8);
  text-decoration: none;
}
.OurServices_dataCollectionButton__XgqAF:hover:before {
  top: -100%;
  left: -100%;
}
.OurServices_dataCollectionButton__XgqAF:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 10%;
  width: 80%;
  height: 2px;
  background: linear-gradient(
    to right,
    transparent,
    var(--color-primary),
    transparent
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}
.OurServices_dataCollectionButton__XgqAF:hover:after {
  opacity: 1;
}
.OurServices_externalIcon__1SFVj {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
  color: var(--color-secondary);
}
.OurServices_dataCollectionButton__XgqAF:hover
  .OurServices_externalIcon__1SFVj {
  transform: translateX(5px) translateY(-5px);
  color: #fff;
}
.OurServices_workflowSteps__xHENC {
  list-style: none;
  padding: 0;
  counter-reset: step;
  margin: 2rem 0;
}
.OurServices_workflowSteps__xHENC li {
  position: relative;
  padding-left: 4rem;
  margin-bottom: 2.5rem;
  counter-increment: step;
  transition: transform 0.3s ease, padding-left 0.3s ease;
}
.OurServices_workflowSteps__xHENC li:hover {
  transform: translateX(8px);
  padding-left: 4.5rem;
}
.OurServices_workflowSteps__xHENC li:before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--color-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
  box-shadow: 0 0 10px rgba(255, 0, 136, 0.3);
  z-index: 2;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.OurServices_workflowSteps__xHENC li:hover:before {
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(255, 0, 136, 0.6);
  background: rgba(255, 0, 136, 0.15);
}
.OurServices_workflowSteps__xHENC li h4 {
  font-size: 1.8rem;
  margin: 0 0 0.7rem;
  color: var(--color-secondary);
  font-family: var(--font-heading);
  letter-spacing: 0.5px;
}
.OurServices_workflowSteps__xHENC li p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
  opacity: 0.9;
}
.OurServices_workflowSteps__xHENC li:after {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 3rem;
  bottom: -1.5rem;
  width: 1px;
  background: linear-gradient(
    to bottom,
    var(--color-primary),
    rgba(255, 0, 136, 0.2)
  );
  transform: translateX(-50%);
  z-index: 1;
  transition: width 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.OurServices_workflowSteps__xHENC li:hover:after {
  width: 3px;
  background: linear-gradient(
    to bottom,
    var(--color-primary),
    rgba(255, 0, 136, 0.5)
  );
  box-shadow: 0 0 10px rgba(255, 0, 136, 0.7), 0 0 20px rgba(255, 0, 136, 0.4);
}
.OurServices_featureGrid__NFsaY {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem 0 1.5rem;
}
.OurServices_featureItem__ydp5_ {
  background: rgba(0, 0, 0, 0.3);
  padding: 1.2rem;
  border-radius: 8px;
  border-left: 2px solid var(--color-secondary);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.OurServices_featureItem__ydp5_:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 255, 0, 0.2);
}
.OurServices_featureIconWrapper__RFHZr {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 255, 0, 0.2);
}
.OurServices_featureIcon__mgS3P {
  font-size: 1.6rem;
  color: #fff;
}
.OurServices_featureContent__e8o8v {
  flex-grow: 1;
}
.OurServices_featureContent__e8o8v h4 {
  color: var(--color-secondary);
  margin: 0 0 0.6rem;
  font-size: 1.5rem;
  font-family: var(--font-accent);
  letter-spacing: 1px;
}
.OurServices_featureContent__e8o8v p {
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.5;
}
.OurServices_fullWidthMapContainer__uOCNM {
  width: 100%;
  height: 600px;
  margin: 5rem 0 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  border: 2px solid rgba(0, 255, 0, 0.7);
}
.OurServices_mapContainer__bZtfI {
  position: relative;
  width: 100%;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  border: 2px solid rgba(0, 255, 0, 0.3);
  margin: 0;
}
.OurServices_mapContainer__bZtfI:hover {
  transform: translateY(-2px);
}
.OurServices_mapTitle__rZ3lc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0,
    rgba(0, 0, 0, 0.6) 70%,
    transparent
  );
  z-index: 1000;
  text-align: center;
  box-sizing: border-box;
  height: 25% !important;
  padding: 25px 20px 20px;
}
.OurServices_mapTitle__rZ3lc h3 {
  font-size: 2.5rem;
  color: var(--color-secondary);
  margin: 0 0 10px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.OurServices_mapTitle__rZ3lc p {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, 0.9);
  font-weight: 300;
  letter-spacing: 0.5px;
  max-width: 100%;
  margin: 0 auto;
}
.OurServices_fullWidthMapContainer__uOCNM > div {
  width: 100%;
  height: 100%;
}
.OurServices_mapLoading__ByIes {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.OurServices_loadingIndicator__lrAQA {
  font-size: 1.8rem;
  color: var(--color-foreground);
  padding: 1rem 2rem;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
}
.OurServices_loadingText__fCHV0 {
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  border: 1px solid rgba(0, 255, 0, 0.3);
}
@media (max-width: 968px) {
  .OurServices_contentRow__v2gC5 {
    flex-direction: column;
  }
  .OurServices_dataCollectionContainer__7NAe2 {
    width: 80%;
    margin: 0 auto 2rem;
  }
  .OurServices_dataCollectionTextContent__AVNeY {
    width: 100%;
  }
  .OurServices_firstRow__0A5dc p {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .OurServices_section__35H17 {
    padding: 5rem 2rem;
  }
  .OurServices_title__TvAXr {
    font-size: 2.8rem;
  }
  .OurServices_subtitle__O4MB8 {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
  .OurServices_servicesGrid__RH5sj {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
  }
  .OurServices_serviceCard__KO49V {
    padding: 1.8rem;
  }
  .OurServices_serviceTitle__IS2Jk {
    font-size: 1.8rem;
  }
  .OurServices_serviceDescription__JGXSr {
    font-size: 1.4rem;
  }
  .OurServices_serviceButton__44yEb {
    font-size: 1.5rem;
    width: 100%;
    max-width: 300px;
    border-radius: 50px;
    padding: 1rem 2rem;
    animation: OurServices_buttonGlow__0av_H 4s ease-in-out infinite;
  }
  .OurServices_buttonContainer__lqwLO {
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
  }
  .OurServices_dataCollectionButton__XgqAF {
    width: 100%;
    max-width: 300px;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    padding: 1rem 2rem;
    animation: OurServices_buttonGlow__0av_H 4s ease-in-out infinite;
  }
  .OurServices_dataCollectionButton__XgqAF:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 6px 20px rgba(255, 0, 136, 0.3),
      0 0 10px rgba(255, 0, 136, 0.2);
  }
  .OurServices_dataCollectionContainer__7NAe2 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .OurServices_section__35H17 {
    padding: 4rem 1rem;
  }
  .OurServices_title__TvAXr {
    font-size: 2.4rem;
  }
  .OurServices_firstRow__0A5dc h3 {
    font-size: 2.6rem;
  }
  .OurServices_firstRow__0A5dc p {
    font-size: 1.4rem;
  }
  .OurServices_dataCollectionContainer__7NAe2 {
    height: 250px;
  }
  .OurServices_fullWidthMapContainer__uOCNM {
    height: 350px;
    margin: 4rem 0 2rem;
  }
  .OurServices_mapTitle__rZ3lc h3 {
    font-size: 1.8rem;
  }
  .OurServices_mapTitle__rZ3lc p {
    font-size: 1rem;
  }
  .OurServices_mapContainer__bZtfI,
  .OurServices_mapLoading__ByIes {
    max-width: 300px;
    height: 250px;
  }
  .OurServices_servicesGrid__RH5sj {
    margin-bottom: 2rem;
  }
  .OurServices_featureItem__ydp5_ {
    padding: 0.8rem;
    gap: 0.6rem;
  }
  .OurServices_featureIconWrapper__RFHZr {
    width: 30px;
    height: 30px;
  }
  .OurServices_featureIcon__mgS3P {
    font-size: 1.1rem;
  }
  .OurServices_featureContent__e8o8v h4 {
    font-size: 1.2rem;
  }
  .OurServices_featureContent__e8o8v p {
    font-size: 1rem;
  }
  @keyframes OurServices_buttonGlow__0av_H {
    0% {
      box-shadow: 0 3px 10px rgba(255, 0, 136, 0.2);
    }
    50% {
      box-shadow: 0 3px 15px rgba(255, 0, 136, 0.3),
        0 0 8px rgba(255, 0, 136, 0.2);
    }
    to {
      box-shadow: 0 3px 10px rgba(255, 0, 136, 0.2);
    }
  }
  .OurServices_serviceButton__44yEb {
    font-size: 1.3rem;
    padding: 0.9rem 1.8rem;
    border-radius: 50px;
    animation: OurServices_buttonGlow__0av_H 5s ease-in-out infinite;
  }
  .OurServices_serviceButton__44yEb:hover {
    transform: translateY(-2px) scale(1.01);
  }
  .OurServices_dataCollectionButton__XgqAF {
    font-size: 1.3rem;
    padding: 0.9rem 1.8rem;
    border-radius: 50px;
    animation: OurServices_buttonGlow__0av_H 5s ease-in-out infinite;
  }
  .OurServices_dataCollectionButton__XgqAF:hover {
    transform: translateY(-2px) scale(1.01);
  }
  .OurServices_workflowSteps__xHENC li {
    padding-left: 3rem;
    margin-bottom: 1.5rem;
  }
  .OurServices_workflowSteps__xHENC li:before {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 1rem;
  }
  .OurServices_workflowSteps__xHENC li h4 {
    font-size: 1.3rem;
  }
  .OurServices_workflowSteps__xHENC li p {
    font-size: 1.1rem;
  }
  .OurServices_workflowSteps__xHENC li:not(:last-child):after {
    left: 1.1rem;
  }
}
.Footer_footer__UaG1g {
  position: relative;
  background: #000;
  border-top: 1px solid rgba(0, 255, 0, 0.2);
  padding: 2rem 0;
  z-index: 2;
}
.Footer_content__Fi1S7 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.Footer_terminalPrompt__1cyNF {
  font-family: var(--font-terminal);
  font-size: 1.4rem;
  color: var(--color-secondary);
  opacity: 0.8;
}
.Footer_promptSymbol__WRKzQ {
  color: var(--color-primary);
  margin-right: 0.75rem;
  font-family: var(--font-terminal);
}
.Footer_commandText__W7j4q {
  color: var(--color-secondary);
  font-family: var(--font-terminal);
}
.Footer_terminalOutput__8hn01 {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 1rem;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
}
.Footer_linksGrid__AIy78 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
  gap: 1.5rem;
}
.Footer_linkColumn__iAZOP {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.Footer_link__EWWOW {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--color-foreground);
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 0.4rem;
  font-family: var(--font-terminal);
  font-size: 1.25rem;
}
.Footer_link__EWWOW:hover {
  background: rgba(0, 255, 0, 0.1);
  transform: translateX(5px);
}
.Footer_copyright__j5CNb {
  font-family: var(--font-terminal);
  text-align: center;
  color: var(--color-foreground);
  opacity: 0.7;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .Footer_linksGrid__AIy78 {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .Footer_linkColumn__iAZOP {
    align-items: center;
  }
}
