.ait-hero,
.ait-hero * {
  box-sizing: border-box;
}

.ait-hero {
  --ait-bg: #020610;
  --ait-text: #f7f9fc;
  --ait-muted: #a9b6c9;
  --ait-blue: #0c78ff;
  --ait-cyan: #28d6ff;
  position: relative;
  z-index: 1;
  isolation: isolate;
  width: 100%;
  height: max(780px, calc(100svh - 72px));
  min-height: calc(100svh - 72px);
  padding: 44px 24px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  color: var(--ait-text);
  text-align: center;
  background:
    radial-gradient(ellipse 52% 30% at 50% 67%, rgba(0, 103, 255, 0.25), transparent 70%),
    linear-gradient(180deg, #02050d 0%, #030814 53%, #020711 74%, #01030a 100%);
}

/* Neutralize the glow attached to the previous global .hero treatment. */
.ait-hero::after {
  content: none !important;
  display: none !important;
}

.ait-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(1, 3, 10, 0.5) 64%, #01030a 100%);
  pointer-events: none;
}

.ait-hero__stars {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  opacity: 0.9;
  pointer-events: none;
  user-select: none;
}

.ait-hero__content {
  position: relative;
  z-index: 5;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.ait-hero__title {
  margin: 29px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: #fff;
  font-size: clamp(56px, 6.1vw, 94px);
  font-weight: 520;
  letter-spacing: 0.026em;
  line-height: 0.96;
  text-transform: uppercase;
  white-space: nowrap;
  transform: scaleX(1.11);
  transform-origin: center;
}

.ait-hero__title-word {
  text-shadow: 0 3px 16px rgba(255, 255, 255, 0.06);
}

.ait-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ait-transformer {
  position: relative;
  width: clamp(180px, 14.5vw, 220px);
  aspect-ratio: 16 / 10;
  flex: none;
  display: inline-block;
  overflow: visible;
  contain: layout style;
  pointer-events: none;
}

.ait-transformer__poster,
.ait-transformer__canvas-frame,
.ait-transformer__canvas-frame canvas {
  position: absolute;
  inset: 0;
}

.ait-transformer__canvas-frame {
  display: block;
}

.ait-transformer__poster {
  display: grid;
  place-items: center;
  color: #199dff;
  font-size: 0.82em;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  text-shadow:
    0 0 5px rgba(48, 209, 255, 0.9),
    0 0 17px rgba(0, 120, 255, 0.72),
    0 0 34px rgba(0, 102, 255, 0.36);
  transition: opacity 180ms ease;
}

.ait-transformer__poster img {
  width: auto;
  height: 62%;
  max-width: 72%;
  object-fit: contain;
  mix-blend-mode: normal;
  filter: saturate(1.12);
}

.ait-transformer canvas {
  width: 100%;
  height: 100%;
  max-width: none;
  opacity: 0;
  mix-blend-mode: normal;
  transition: opacity 220ms ease;
  will-change: filter, transform;
}

.ait-transformer[data-ready="true"] canvas {
  opacity: 0;
}

.ait-transformer[data-ready="true"] .ait-transformer__poster {
  opacity: 1;
}

.ait-transformer[data-phase="idle"] .ait-transformer__poster img {
  animation: ait-it-pulse 4.2s ease-in-out infinite;
}

.ait-transformer[data-phase="transforming"] canvas,
.ait-transformer[data-phase="complete"] canvas {
  opacity: 1;
}

.ait-transformer[data-phase="transforming"] .ait-transformer__poster,
.ait-transformer[data-phase="complete"] .ait-transformer__poster {
  opacity: 0;
}

.ait-transformer[data-phase="transforming"] canvas {
  animation: ait-transformer-energy 2.4s ease-in-out both;
}

.ait-transformer[data-phase="returning"] canvas {
  opacity: 0;
  transition-duration: 650ms;
}

.ait-transformer[data-phase="returning"] .ait-transformer__poster {
  opacity: 1;
  transition-duration: 650ms;
}

.ait-transformer[data-phase="complete"] canvas {
  filter: brightness(1.06) saturate(1.12) drop-shadow(0 0 12px rgba(15, 120, 255, 0.26));
}

.ait-hero__tagline {
  margin: 17px 0 0;
  color: #c3ccda;
  font-size: clamp(26px, 2.45vw, 38px);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.ait-hero__tagline strong {
  color: inherit;
  font-weight: 300;
}

.ait-hero__description {
  margin: 15px auto 0;
  color: #d0d6e0;
  font-size: clamp(16px, 1.3vw, 20px);
  font-weight: 350;
  line-height: 1.5;
}

.ait-hero__actions {
  margin-top: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.ait-hero__button {
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.ait-hero__button--primary {
  min-width: 236px;
  border: 1px solid #25d9ff;
  background: linear-gradient(108deg, #08c5f7 0%, #0879ff 58%, #0869ef 100%);
  box-shadow:
    0 0 0 1px rgba(86, 225, 255, 0.22) inset,
    0 13px 40px rgba(0, 103, 255, 0.31),
    0 0 38px rgba(0, 168, 255, 0.15);
  text-transform: uppercase;
}

.ait-hero__button--primary img {
  width: 21px;
  height: 21px;
}

.ait-hero__button--secondary {
  border: 1px solid rgba(80, 168, 255, 0.34);
  background: rgba(6, 20, 42, 0.74);
  color: #d9ecff;
}

.ait-hero__button:hover {
  transform: translateY(-2px);
  filter: brightness(1.07);
}

.ait-hero__earth {
  position: absolute;
  left: 50%;
  bottom: 105px;
  z-index: 1;
  width: max(100%, 1100px);
  display: block;
  transform: translateX(-50%);
  pointer-events: none;
  user-select: none;
}

.ait-hero__earth::before {
  content: "";
  position: absolute;
  top: -46%;
  left: 50%;
  z-index: -1;
  width: min(760px, 72vw);
  height: 100%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center bottom, rgba(5, 95, 255, 0.22), transparent 69%);
}

.ait-hero__earth img {
  width: 100%;
  height: auto;
  max-width: none;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.14) 6%, #000 24%, #000 87%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.14) 6%, #000 24%, #000 87%, transparent 100%);
}

.ait-hero__services {
  position: relative;
  z-index: 6;
  width: min(1328px, calc(100% - 32px));
  margin-top: auto;
}

.ait-hero__services-label {
  display: none;
}

.ait-hero__service-grid {
  min-height: 82px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.ait-hero__service {
  min-width: 0;
  padding: 0 15px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  color: inherit;
  text-align: left;
  text-decoration: none;
}

.ait-hero__service + .ait-hero__service {
  border-left: 1px solid rgba(112, 144, 194, 0.17);
}

.ait-hero__service > img {
  width: 58px;
  height: 58px;
}

.ait-hero__service h2 {
  margin: 0 0 7px;
  color: #f7f8fb;
  font-size: 17px;
  font-weight: 550;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
}

.ait-hero__service p {
  max-width: 220px;
  margin: 0;
  color: #aab3c5;
  font-size: 13.5px;
  line-height: 1.42;
}

.ait-hero__button:focus-visible,
.ait-hero__service:focus-visible {
  outline: 3px solid rgba(35, 213, 255, 0.78);
  outline-offset: 4px;
}

@keyframes ait-it-pulse {
  0%,
  100% {
    filter: brightness(0.94) saturate(1.08) drop-shadow(0 0 3px rgba(22, 136, 255, 0.36));
  }
  50% {
    filter: brightness(1.13) saturate(1.2) drop-shadow(0 0 8px rgba(38, 201, 255, 0.56)) drop-shadow(0 0 17px rgba(0, 103, 255, 0.22));
  }
}

@keyframes ait-transformer-energy {
  0%,
  100% {
    transform: scale(1);
  }
  48% {
    transform: scale(1.025);
    filter: brightness(1.18) saturate(1.26) drop-shadow(0 0 17px rgba(24, 166, 255, 0.54));
  }
}

@media (max-width: 980px) {
  .ait-hero {
    min-height: max(850px, calc(100svh - 64px));
    height: auto;
  }

  .ait-hero__title {
    transform: none;
  }
}

@media (max-width: 700px) {
  .ait-hero {
    /* Preserve a complete first-screen composition on phones. Space is
       redistributed inside the hero instead of shortening the section. */
    min-height: clamp(700px, calc(100svh - 64px), 720px);
    padding: 40px 16px max(32px, env(safe-area-inset-bottom));
    background:
      radial-gradient(ellipse 78% 34% at 50% 63%, rgba(12, 91, 210, 0.19), transparent 73%),
      linear-gradient(180deg, #020610 0%, #040b17 57%, #020711 100%);
  }

  .ait-hero__stars {
    height: 78%;
    opacity: 0.56;
    object-position: center top;
  }

  .ait-hero__title {
    margin-top: 18px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: clamp(8px, 2.4vw, 11px);
    font-size: clamp(31px, 8.8vw, 38px);
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1;
    white-space: nowrap;
  }

  .ait-hero__title-word {
    display: inline-block;
    line-height: 1;
  }

  .ait-transformer {
    width: clamp(50px, 13.5vw, 58px);
    aspect-ratio: 16 / 10;
    margin: 0;
    display: inline-block;
  }

  .ait-transformer__poster {
    place-items: center;
    font-size: 1.05em;
    transform: translateY(-0.21em);
  }

  .ait-transformer__poster img {
    width: 100%;
    height: auto;
    max-width: none;
  }

  .ait-transformer__canvas-frame {
    inset: auto;
    top: 50%;
    left: 0;
    width: clamp(98px, 29vw, 112px);
    aspect-ratio: 16 / 10;
    transform: translateY(-50%);
  }

  .ait-hero__tagline {
    margin-top: 16px;
    color: #eef6ff;
    font-size: clamp(19px, 5.4vw, 21px);
    font-weight: 630;
    letter-spacing: -0.005em;
    line-height: 1.25;
    transition: margin-top 240ms ease;
  }

  .ait-hero__title:has(.ait-transformer[data-phase="transforming"]) + .ait-hero__tagline,
  .ait-hero__title:has(.ait-transformer[data-phase="complete"]) + .ait-hero__tagline,
  .ait-hero__title:has(.ait-transformer[data-phase="returning"]) + .ait-hero__tagline {
    margin-top: 24px;
  }

  .ait-hero__tagline strong {
    color: #57b8ff;
    font-weight: 630;
  }

  .ait-hero__description {
    width: 342px;
    max-width: 100%;
    margin-top: 16px;
    color: var(--ait-muted);
    font-size: 13.5px;
    font-weight: 410;
    line-height: 1.58;
  }

  .ait-desktop-break {
    display: none;
  }

  .ait-hero__actions {
    margin-top: 20px;
    gap: 8px;
    flex-wrap: nowrap;
  }

  .ait-hero__button {
    min-height: 44px;
    padding: 0 13px;
    border-radius: 8px;
    font-size: 11px;
    letter-spacing: 0.015em;
  }

  .ait-hero__button--primary {
    min-width: 176px;
    letter-spacing: 0.025em;
    box-shadow:
      0 0 0 1px rgba(86, 225, 255, 0.18) inset,
      0 8px 24px rgba(0, 103, 255, 0.25),
      0 0 20px rgba(0, 168, 255, 0.11);
  }

  .ait-hero__button--secondary {
    min-width: 94px;
    background: rgba(6, 20, 42, 0.42);
  }

  .ait-hero__earth {
    bottom: 136px;
    width: clamp(1080px, 300vw, 1300px);
  }

  .ait-hero__earth::before {
    top: -66%;
    width: 540px;
    height: 145%;
  }

  .ait-hero__earth img {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.08) 7%, #000 29%, #000 82%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.08) 7%, #000 29%, #000 82%, transparent 100%);
  }

  .ait-hero__services {
    width: 100%;
  }

  .ait-hero__services-label {
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(211, 228, 246, 0.64);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.19em;
    text-transform: uppercase;
  }

  .ait-hero__services-label::before,
  .ait-hero__services-label::after {
    content: "";
    width: 32px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(94, 162, 239, 0.45));
  }

  .ait-hero__services-label::after {
    transform: rotate(180deg);
  }

  .ait-hero__service-grid {
    min-height: 72px;
    overflow: hidden;
    border: 1px solid rgba(93, 157, 230, 0.19);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(8, 22, 44, 0.88), rgba(4, 13, 28, 0.94));
    box-shadow: 0 15px 44px rgba(0, 0, 0, 0.45), inset 0 1px rgba(255, 255, 255, 0.045);
    backdrop-filter: blur(12px);
  }

  .ait-hero__service {
    position: relative;
    min-height: 72px;
    padding: 7px 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-align: center;
  }

  .ait-hero__service + .ait-hero__service {
    border: 0;
  }

  .ait-hero__service + .ait-hero__service::before {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 0;
    width: 1px;
    background: rgba(127, 174, 229, 0.11);
  }

  .ait-hero__service > img {
    width: 21px;
    height: 21px;
    filter: drop-shadow(0 0 8px rgba(0, 119, 255, 0.28));
  }

  .ait-hero__service h2 {
    margin: 0;
    color: #dbeaff;
    font-size: 9px;
    font-weight: 650;
    letter-spacing: 0.015em;
    text-transform: none;
  }

  .ait-hero__service p {
    display: none;
  }
}

@media (max-width: 370px) {
  .ait-hero__button {
    padding: 0 12px;
    font-size: 11px;
  }

  .ait-hero__button--primary {
    min-width: 168px;
  }
}

@media (max-width: 330px) {
  .ait-hero__actions {
    width: 100%;
  }

  .ait-hero__button--primary {
    min-width: 0;
    flex: 1 1 auto;
  }

  .ait-hero__button--secondary {
    min-width: 0;
    flex: 0 0 86px;
  }
}

@media (orientation: landscape) and (max-width: 980px) and (max-height: 600px) {
  .ait-hero {
    min-height: max(520px, calc(100svh - 64px));
    height: auto;
    padding-top: 14px;
    padding-bottom: max(32px, env(safe-area-inset-bottom));
  }

  .ait-hero__title {
    margin-top: 8px;
    gap: 5px;
    font-size: clamp(31px, 5vw, 43px);
  }

  .ait-transformer {
    width: clamp(54px, 7vw, 60px);
  }

  .ait-transformer__poster {
    place-items: center;
    transform: translateY(-0.16em);
  }

  .ait-transformer__poster img {
    width: 100%;
    height: auto;
    max-width: none;
  }

  .ait-transformer__canvas-frame {
    inset: auto;
    top: 50%;
    left: 0;
    width: clamp(104px, 15vw, 122px);
    aspect-ratio: 16 / 10;
    transform: translateY(-50%);
  }

  .ait-hero__tagline {
    margin-top: 8px;
    font-size: 19px;
  }

  .ait-hero__description {
    margin-top: 5px;
    font-size: 13px;
  }

  .ait-hero__actions {
    margin-top: 7px;
  }

  .ait-hero__title:has(.ait-transformer[data-phase="transforming"]) + .ait-hero__tagline,
  .ait-hero__title:has(.ait-transformer[data-phase="complete"]) + .ait-hero__tagline,
  .ait-hero__title:has(.ait-transformer[data-phase="returning"]) + .ait-hero__tagline {
    margin-top: 18px;
  }

  .ait-hero__earth {
    bottom: 132px;
    width: 720px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ait-hero *,
  .ait-hero *::before,
  .ait-hero *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
