body {
  overflow-x: clip;
}

.hero {
  --scene-x: 0px;
  --scene-y: 0px;
  --scene-scale: 1;
  position: relative;
  display: block;
  width: 100%;
  min-height: clamp(720px, calc(100svh - 82px), 920px);
  padding: clamp(118px, 17vh, 170px) max(24px, calc((100vw - 1160px) / 2)) 118px;
  overflow: hidden;
  isolation: isolate;
  background: radial-gradient(ellipse 75% 88% at calc(50% + 400px) 44%, #e8f3ff 0%, #f2f7ff 59%, #f2f7ff 100%);
}

.hero::after {
  content: '';
  position: absolute;
  right: -15%;
  bottom: -47%;
  width: 70vw;
  height: 70vw;
  border: 1px solid rgba(29,111,204,.07);
  border-radius: 50%;
  pointer-events: none;
}

.hero__wash {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, #f2f7ff 0%, rgba(242,247,255,.98) 26%, rgba(242,247,255,.54) 42%, rgba(242,247,255,0) 60%);
  opacity: var(--wash-opacity, 1);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 4;
  width: min(610px, 50vw);
  max-width: none;
  opacity: var(--copy-opacity, 1);
  transform: translate3d(0, var(--copy-y, 0px), 0);
}

.hero-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  color: #2467ae;
  font-size: .68rem;
  letter-spacing: .23em;
}

.hero-copy h1 {
  max-width: 640px;
  margin-bottom: 26px;
  color: #122d4e;
  font-size: clamp(3.7rem, 5.55vw, 5.8rem);
  line-height: 1.035;
  letter-spacing: -.065em;
  text-wrap: balance;
}

.hero-copy h1 em {
  position: relative;
  color: #0873df;
  font-style: normal;
  white-space: nowrap;
}

.hero-copy h1 em::after {
  content: '';
  position: absolute;
  right: 2%;
  bottom: .04em;
  left: 2%;
  height: .085em;
  border-radius: 100%;
  background: linear-gradient(90deg, rgba(0,109,239,.12), rgba(0,109,239,.4), rgba(0,109,239,.08));
  transform: rotate(-2deg);
}

.hero-copy > p:not(.eyebrow) {
  max-width: 490px;
  margin-bottom: 30px;
  color: #526981;
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
  line-height: 1.7;
}

.hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
}

.hero__actions .button {
  min-height: 54px;
  padding-inline: 24px;
  border-radius: 3px;
  box-shadow: 0 12px 29px rgba(0,109,239,.17);
}

.hero__actions .button span {
  display: inline-block;
  margin-left: 14px;
  font-size: 1.25em;
  line-height: 1;
  transition: transform .3s ease;
}

.hero__actions .button:hover span {
  transform: translate(3px, -3px);
}

.hero__secondary {
  color: #25517f;
  font-size: .91rem;
  font-weight: 700;
  text-decoration-color: #9cbfe5;
  text-underline-offset: 6px;
}

.hero__secondary span {
  margin-left: 6px;
}

.hero__secondary:hover {
  color: var(--blue);
}

.hero__scene {
  position: absolute;
  top: 52%;
  right: max(-2vw, calc((100vw - 1560px) / 2));
  z-index: 1;
  width: min(68vw, 860px);
  aspect-ratio: 1;
  translate: 0 -50%;
  transform: translate3d(var(--scene-x), var(--scene-y), 0) scale(var(--scene-scale));
  transform-origin: center;
  will-change: transform;
}

.hero__scene::before {
  content: '';
  position: absolute;
  inset: 2%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.83) 0 28%, rgba(183,221,255,.22) 53%, rgba(106,177,250,.08) 66%, transparent 76%);
  filter: blur(17px);
  pointer-events: none;
}

.hero__globe {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  margin: 0;
  isolation: isolate;
  touch-action: pan-y;
  cursor: grab;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.5) 14%, #000 34%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.5) 14%, #000 34%);
}

.hero__globe.is-dragging {
  cursor: grabbing;
}

.hero__globe:focus-visible {
  outline: 3px solid #ffb342;
  outline-offset: -35px;
}

.globe-canvas, .globe-fallback {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.globe-fallback[hidden] {
  display: none;
}

.hero__orbit {
  position: absolute;
  inset: 7.3%;
  z-index: 2;
  border: 1px solid rgba(13,109,222,.16);
  border-radius: 50%;
  pointer-events: none;
}

.hero__orbit--outer {
  transform: rotate(-21deg) scaleY(.58);
  box-shadow: 0 1px 0 rgba(255,255,255,.72);
  animation: orbit-drift 36s linear infinite;
}

.hero__orbit--inner {
  inset: 17.5%;
  border-color: rgba(15,113,230,.085);
  transform: rotate(24deg) scaleY(.77);
  animation: orbit-drift-reverse 50s linear infinite;
}

@keyframes orbit-drift {
  to {
    transform: rotate(339deg) scaleY(.58);
  }

}

@keyframes orbit-drift-reverse {
  to {
    transform: rotate(-336deg) scaleY(.77);
  }

}

.globe-hint {
  position: absolute;
  right: 13%;
  bottom: 18%;
  z-index: 4;
  padding: .45rem .8rem;
  border: 1px solid rgba(31,115,208,.13);
  border-radius: 100px;
  background: #fff;
  color: #406a94;
  font-family: Arial, sans-serif;
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .01em;
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none;
}

.hero__globe[data-globe-ready] .globe-hint {
  opacity: 1;
}

.hero__signals {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: var(--signal-opacity, 1);
  transform: translate3d(0, var(--signal-y, 0px), 0);
  pointer-events: none;
}

.hero__signal {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 175px;
  padding: 10px 13px;
  border: 1px solid rgba(24,110,215,.14);
  border-radius: 4px;
  background: rgba(255,255,255,.74);
  box-shadow: 0 15px 40px rgba(35,93,157,.075);
  color: #183e67;
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.28;
  text-decoration: none;
  pointer-events: auto;
  backdrop-filter: blur(18px);
  transition: transform .35s cubic-bezier(.2,.8,.2,1), background .25s ease, box-shadow .25s ease;
}

.hero__signal:hover, .hero__signal:focus-visible {
  transform: translateY(-5px);
  background: #fff;
  box-shadow: 0 18px 44px rgba(35,93,157,.16);
}

.hero__signal small {
  display: block;
  margin-bottom: 3px;
  color: #6f95be;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .18em;
}

.hero__signal-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #0878e9;
  box-shadow: 0 0 0 5px rgba(0,109,239,.12), 0 0 16px rgba(0,109,239,.6);
}

.hero__signal--network {
  top: 16%;
  left: 30%;
}

.hero__signal--security {
  top: 43%;
  right: 5%;
}

.hero__signal--support {
  bottom: 16%;
  left: 28%;
}

.hero__scene-caption {
  position: absolute;
  right: 35%;
  bottom: 9%;
  margin: 0;
  color: #7fa2c4;
  font-size: .56rem;
  font-weight: 700;
  letter-spacing: .24em;
  pointer-events: none;
}

.hero--standalone .hero-copy {
  width: min(520px, 48vw);
}

.hero--standalone .hero-copy h1 {
  font-size: clamp(3.2rem, 5vw, 5rem);
}

.hero--standalone .hero__scene {
  right: 0;
}

.hero__brand-reveal {
  position: fixed;
  inset: 0;
  z-index: 45;
  display: grid;
  place-items: center;
  background: #f2f7ff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero__brand-reveal img {
  position: relative;
  z-index: 2;
  width: clamp(230px, 32vw, 390px);
  max-width: 80vw;
  height: auto;
}

.hero__brand-reveal > span {
  position: absolute;
  top: calc(50% + 120px);
  color: #4d81b5;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .32em;
}

.hero__brand-ring {
  position: absolute;
  width: min(32vw, 340px);
  aspect-ratio: 1;
  border: 1px solid rgba(0,109,239,.3);
  border-radius: 50%;
  box-shadow: 0 0 0 25px rgba(0,109,239,.025), 0 0 90px rgba(0,109,239,.13);
  opacity: 0;
}

html.intro-pending .hero__brand-reveal {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

html.intro-pending .hero {
  z-index: 30;
}

html.intro-pending .hero-copy, html.intro-pending .hero__scene {
  opacity: 0;
}

html.intro-playing .hero__brand-reveal {
  animation: intro-cover 1850ms ease both;
}

html.intro-playing .hero__brand-reveal img {
  animation: intro-logo 1850ms cubic-bezier(.2,.8,.2,1) both;
}

html.intro-playing .hero__brand-reveal > span {
  animation: intro-subtitle 1850ms ease both;
}

html.intro-playing .hero__brand-ring {
  animation: intro-ring 1850ms cubic-bezier(.2,.8,.2,1) both;
}

html.intro-playing .hero__scene {
  animation: intro-globe 1850ms cubic-bezier(.18,.82,.2,1) both;
}

html.intro-playing .hero-copy {
  animation: intro-copy 1850ms cubic-bezier(.2,.8,.2,1) both;
}

@keyframes intro-cover {
  0%, 34% {
    background: rgba(242,247,255,1);
    opacity: 1;
  }

  62% {
    background: rgba(242,247,255,.72);
    opacity: 1;
  }

  87% {
    background: rgba(242,247,255,0);
    opacity: 1;
  }

  100% {
    background: rgba(242,247,255,0);
    opacity: 0;
    visibility: hidden;
  }

}

@keyframes intro-logo {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(.86);
    filter: blur(7px);
  }

  17%, 35% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }

  56% {
    opacity: .8;
    transform: translate3d(var(--intro-logo-x-near), var(--intro-logo-y-near), 0) scale(.78);
  }

  77%, 100% {
    opacity: 0;
    transform: translate3d(var(--intro-logo-x), var(--intro-logo-y), 0) scale(.08);
    filter: blur(8px);
  }

}

@keyframes intro-subtitle {
  0%, 12% {
    opacity: 0;
    transform: translateY(10px);
  }

  25%, 38% {
    opacity: .7;
    transform: translateY(0);
  }

  55%, 100% {
    opacity: 0;
    transform: translateY(-10px);
  }

}

@keyframes intro-ring {
  0%, 34% {
    opacity: 0;
    transform: scale(.45);
  }

  52% {
    opacity: .7;
    transform: scale(.8);
  }

  78%, 100% {
    opacity: 0;
    transform: scale(3.1);
  }

}

@keyframes intro-globe {
  0%, 34% {
    opacity: 0;
    transform: translate3d(var(--intro-x), var(--intro-y), 0) scale(.12);
    filter: blur(13px);
  }

  49% {
    opacity: .45;
    transform: translate3d(var(--intro-x-near), var(--intro-y-near), 0) scale(.22);
    filter: blur(2px);
  }

  100% {
    opacity: 1;
    transform: translate3d(0,0,0) scale(1);
    filter: blur(0);
  }

}

@keyframes intro-copy {
  0%, 54% {
    opacity: 0;
    transform: translateY(26px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }

}

html.has-scroll-effects .scroll-reveal {
  opacity: 0;
  transform: translateY(27px);
  transition: opacity .8s ease, transform .9s cubic-bezier(.2,.8,.2,1);
  transition-delay: var(--reveal-delay, 0ms);
}

html.has-scroll-effects .scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .hero-copy {
    width: min(540px, 53vw);
  }

  .hero-copy h1 {
    font-size: clamp(3.5rem, 5.4vw, 4.6rem);
  }

  .hero__scene {
    right: -6%;
    width: min(70vw, 780px);
  }

  .hero__signal--security {
    right: 8%;
  }

}

@media (max-width: 740px) {
  .hero {
    min-height: 0;
    padding: 75px 18px 92px;
    background: radial-gradient(ellipse 115% 65% at 75% 75%, #e8f3ff 0%, #f2f7ff 68%);
  }

  .hero::after {
    display: none;
  }

  .hero__wash {
    background: linear-gradient(180deg, #f2f7ff 0%, rgba(242,247,255,.65) 35%, transparent 65%);
  }

  .hero-copy {
    width: min(100%, 580px);
    padding: 0;
  }

  .hero-copy .eyebrow {
    margin-bottom: 18px;
    font-size: .62rem;
  }

  .hero-copy h1 {
    max-width: 590px;
    font-size: clamp(3.2rem, 10.5vw, 4.8rem);
    line-height: 1.06;
  }

  .hero-copy > p:not(.eyebrow) {
    max-width: 520px;
    font-size: 1.05rem;
  }

  .hero__scene {
    position: relative;
    top: auto;
    right: auto;
    width: min(128vw, 620px);
    margin: -10px 0 -34px -6vw;
    translate: none;
  }

  .hero__globe {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero__signal {
    min-width: 0;
    padding: 8px 10px;
    font-size: .72rem;
  }

  .hero__signal small {
    font-size: .5rem;
  }

  .hero__signal--network {
    top: 13%;
    left: 10%;
  }

  .hero__signal--security {
    top: 39%;
    right: auto;
    left: 40%;
  }

  .hero__signal--support {
    bottom: 15%;
    left: 12%;
  }

  .hero__scene-caption {
    right: auto;
    bottom: 1%;
    left: 30%;
    font-size: .48rem;
  }

  .globe-hint {
    right: auto;
    bottom: 10%;
    left: 47%;
  }

  .hero--standalone .hero-copy {
    width: 100%;
  }

  .hero--standalone .hero__scene {
    right: auto;
  }

}

@media (max-width: 430px) {
  .hero {
    padding-top: 62px;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 11vw, 3.8rem);
  }

  .hero__actions {
    gap: 18px;
  }

  .hero__actions .button {
    min-height: 51px;
    padding-inline: 18px;
  }

  .hero__secondary {
    font-size: .84rem;
  }

  .hero__scene {
    width: 134vw;
    margin-left: -9vw;
  }

  .hero__signal--network {
    left: 10%;
  }

  .hero__signal--security {
    left: 40%;
  }

  .hero__signal--support {
    left: 13%;
  }

}

@media (prefers-reduced-motion: reduce) {
  .hero__scene {
    transform: none !important;
  }

  .hero-copy, .hero__signals {
    transform: none !important;
  }

  .hero__orbit {
    animation: none !important;
  }

  .scroll-reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  .hero__brand-reveal {
    display: none;
  }

}
