html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 110px;
}

body {
  font-family: 'Inter', sans-serif;
  background: #05070b;
}

.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;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 120;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: #2f6bff;
  color: #ffffff;
  font-family: 'Archivo', sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid rgba(124, 151, 227, 0.95);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px rgba(47, 107, 255, 0.22);
}

h1,
h2,
h3,
.font-headline {
  font-family: 'Archivo', sans-serif;
}

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.glass-card {
  background: rgba(12, 16, 39, 0.68);
  backdrop-filter: blur(16px);
}

.availability-section {
  position: relative;
  background:
    radial-gradient(circle at 50% 0%, rgba(47, 107, 255, 0.12), transparent 42%),
    linear-gradient(180deg, #101010 0%, rgba(15, 19, 29, 0.96) 100%);
}

.availability-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(96, 117, 194, 0.2);
  background:
    linear-gradient(180deg, rgba(13, 17, 33, 0.92), rgba(9, 12, 24, 0.88)),
    rgba(10, 14, 24, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 28px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.availability-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(47, 107, 255, 0.42), rgba(47, 107, 255, 0.08), rgba(255, 255, 255, 0.04));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.availability-accent-line {
  width: clamp(72px, 9vw, 112px);
  height: 2px;
  margin: 0 auto;
  background: linear-gradient(90deg, transparent, rgba(47, 107, 255, 0.95), transparent);
  box-shadow: 0 0 24px rgba(47, 107, 255, 0.42);
}

.availability-map {
  position: absolute;
  inset: 0;
  opacity: 0.9;
  pointer-events: none;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.2));
}

.availability-map-grid,
.availability-map-routes,
.availability-map-connectors,
.availability-map-highlight,
.availability-map-nodes {
  position: absolute;
  inset: 0;
}

.availability-map-grid {
  background-image:
    linear-gradient(rgba(132, 132, 132, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(132, 132, 132, 0.11) 1px, transparent 1px);
  background-size: 64px 64px;
  background-position: center center;
  opacity: 0.38;
}

.availability-map-routes {
  background-image:
    linear-gradient(90deg, transparent 18%, rgba(47, 107, 255, 0.15) 18%, rgba(47, 107, 255, 0.15) 58%, transparent 58%),
    linear-gradient(90deg, transparent 34%, rgba(47, 107, 255, 0.1) 34%, rgba(47, 107, 255, 0.1) 78%, transparent 78%),
    linear-gradient(180deg, transparent 24%, rgba(104, 128, 217, 0.12) 24%, rgba(104, 128, 217, 0.12) 72%, transparent 72%);
  background-size: 100% 1px, 100% 1px, 1px 100%;
  background-position: center 34%, center 68%, 66% center;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 18px rgba(47, 107, 255, 0.16));
  opacity: 0.9;
}

.availability-map-connectors::before,
.availability-map-connectors::after {
  content: "";
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(120, 144, 235, 0.34), transparent);
  transform-origin: center;
  filter: blur(0.2px);
}

.availability-map-connectors::before {
  width: 180px;
  top: 36%;
  left: 18%;
  transform: rotate(-12deg);
}

.availability-map-connectors::after {
  width: 220px;
  top: 64%;
  right: 14%;
  transform: rotate(8deg);
}

.availability-map-highlight {
  display: flex;
  align-items: center;
  justify-content: center;
}

.availability-map-highlight::before {
  content: "";
  width: clamp(180px, 24vw, 280px);
  aspect-ratio: 1.7 / 1;
  border: 1px solid rgba(135, 160, 255, 0.44);
  background:
    radial-gradient(circle at 50% 55%, rgba(47, 107, 255, 0.26), rgba(47, 107, 255, 0.05) 48%, transparent 72%),
    linear-gradient(180deg, rgba(47, 107, 255, 0.12), rgba(47, 107, 255, 0.03));
  clip-path: polygon(2% 26%, 10% 12%, 42% 10%, 71% 14%, 94% 22%, 99% 39%, 97% 63%, 88% 82%, 56% 90%, 27% 87%, 7% 72%, 0% 49%);
  box-shadow: 0 0 34px rgba(47, 107, 255, 0.24), inset 0 0 22px rgba(47, 107, 255, 0.11);
  opacity: 0.96;
  transform: translateX(26%);
}

.availability-map-highlight::after {
  content: "CONNECTICUT";
  position: absolute;
  left: calc(50% + 12%);
  top: 50%;
  transform: translate(-50%, 180%);
  font-family: 'Archivo', sans-serif;
  font-size: 10px;
  letter-spacing: 0.32em;
  color: rgba(198, 210, 255, 0.76);
}

.availability-map-nodes {
  background-image:
    radial-gradient(circle at 18% 28%, rgba(143, 166, 255, 0.78) 0 3px, transparent 4px),
    radial-gradient(circle at 34% 62%, rgba(143, 166, 255, 0.72) 0 3px, transparent 4px),
    radial-gradient(circle at 56% 38%, rgba(143, 166, 255, 0.8) 0 3px, transparent 4px),
    radial-gradient(circle at 69% 54%, rgba(143, 166, 255, 0.76) 0 4px, transparent 5px),
    radial-gradient(circle at 82% 34%, rgba(143, 166, 255, 0.7) 0 3px, transparent 4px);
  filter: drop-shadow(0 0 12px rgba(47, 107, 255, 0.35));
  opacity: 0.9;
}

.availability-note {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(194, 198, 216, 0.92);
}

.availability-note::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #2f6bff;
  box-shadow: 0 0 16px rgba(47, 107, 255, 0.64);
  flex: 0 0 auto;
}

.hero-routing-scene {
  --route-grid-edge: clamp(12px, 2.2vw, 28px);
  --route-grid-size: calc((100vw - (var(--route-grid-edge) * 2)) / 12);
  --route-grid-offset-x: var(--route-grid-edge);
  --route-grid-offset-y: clamp(56px, 8vw, 72px);
}

.hero-network {
  background:
    radial-gradient(620px 260px at 50% 14%, rgba(47, 107, 255, 0.12), transparent 64%),
    linear-gradient(180deg, #05070b 0%, #06080d 46%, #05070b 100%);
}

.route-grid {
  background-image:
    linear-gradient(rgba(148, 148, 148, 0.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 148, 148, 0.28) 1px, transparent 1px),
    linear-gradient(135deg, rgba(47, 107, 255, 0.08) 0%, transparent 36%),
    linear-gradient(225deg, rgba(47, 107, 255, 0.06) 0%, transparent 34%);
  background-size: var(--route-grid-size) var(--route-grid-size), var(--route-grid-size) var(--route-grid-size), 100% 100%, 100% 100%;
  background-position: var(--route-grid-offset-x) var(--route-grid-offset-y), var(--route-grid-offset-x) var(--route-grid-offset-y), 0 0, 0 0;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.28));
  opacity: 0.72;
}

.route-path-h,
.route-path-v {
  position: absolute;
  left: var(--x);
  top: var(--y);
  overflow: hidden;
  opacity: 0.7;
  z-index: 1;
  animation: routePulse var(--duration, 8s) ease-in-out infinite;
}

.route-path-h {
  width: var(--length);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(110, 141, 255, 0.18), rgba(47, 107, 255, 0.78), rgba(110, 141, 255, 0.18), transparent);
  box-shadow: 0 0 22px rgba(47, 107, 255, 0.28);
}

.route-path-v {
  height: var(--length);
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(110, 141, 255, 0.18), rgba(47, 107, 255, 0.78), rgba(110, 141, 255, 0.18), transparent);
  box-shadow: 0 0 22px rgba(47, 107, 255, 0.28);
}

.route-node {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #7f9cff;
  transform: translate(-50%, -50%);
  z-index: 2;
  box-shadow: 0 0 0 5px rgba(47, 107, 255, 0.08), 0 0 18px rgba(47, 107, 255, 0.72);
  animation: nodePulse var(--duration, 4.8s) ease-in-out infinite;
}

.route-node-small {
  width: 6px;
  height: 6px;
  box-shadow: 0 0 0 4px rgba(47, 107, 255, 0.07), 0 0 14px rgba(47, 107, 255, 0.55);
}

.route-signal {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 3;
  pointer-events: none;
  opacity: 0;
}

.route-signal::before,
.route-signal::after {
  content: "";
  position: absolute;
  display: block;
}

.route-signal::before {
  width: 8px;
  height: 8px;
  left: 0;
  top: 0;
  border-radius: 999px;
  background: #a9bbff;
  box-shadow: 0 0 0 5px rgba(47, 107, 255, 0.08), 0 0 18px rgba(47, 107, 255, 0.82);
}

.route-signal-h {
  animation: routeSignalX var(--signal-duration, 5.4s) linear infinite;
  animation-delay: var(--signal-delay, 0s);
}

.route-signal-h::before {
  transform: translate(-50%, -50%);
}

.route-signal-h::after {
  width: 56px;
  height: 2px;
  left: -56px;
  top: 0;
  transform: translateY(-50%);
  background: linear-gradient(90deg, transparent, rgba(108, 138, 255, 0.12), rgba(108, 138, 255, 0.8));
  filter: blur(0.4px);
}

.route-signal-v {
  animation: routeSignalY var(--signal-duration, 5.8s) linear infinite;
  animation-delay: var(--signal-delay, 0s);
}

.route-signal-v::before {
  transform: translate(-50%, -50%);
}

.route-signal-v::after {
  width: 2px;
  height: 56px;
  left: 0;
  top: -56px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, transparent, rgba(108, 138, 255, 0.12), rgba(108, 138, 255, 0.8));
  filter: blur(0.4px);
}

.mobile-route-overlay {
  display: none;
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.mobile-route-angle-group {
  position: absolute;
  width: var(--mobile-angle-length, 120px);
  height: 1px;
  left: var(--mobile-angle-x, 20%);
  top: var(--mobile-angle-y, 30%);
  transform: rotate(var(--mobile-angle-rotate, -12deg));
  transform-origin: left center;
  opacity: 0.24;
  animation: mobileAngleDrift var(--mobile-angle-duration, 16s) ease-in-out infinite;
  will-change: transform, opacity, filter;
}

.mobile-route-angle-line {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(108, 138, 255, 0.2), rgba(47, 107, 255, 0.62), transparent);
  box-shadow: 0 0 10px rgba(47, 107, 255, 0.14);
}

.mobile-route-angle-signal {
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(169, 187, 255, 0.88);
  box-shadow: 0 0 0 4px rgba(47, 107, 255, 0.06), 0 0 14px rgba(47, 107, 255, 0.28);
  transform: translate(-50%, -50%);
  animation: mobileRouteSignal var(--mobile-signal-duration, 13s) linear infinite;
  animation-delay: var(--mobile-signal-delay, 0s);
  opacity: 0;
  will-change: transform, opacity;
}

.mobile-route-angle-signal::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 2px;
  left: -38px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(90deg, transparent, rgba(108, 138, 255, 0.1), rgba(108, 138, 255, 0.58));
  filter: blur(0.3px);
}

.mobile-route-dot {
  position: absolute;
  left: var(--mobile-dot-x, 20%);
  top: var(--mobile-dot-y, 30%);
  width: var(--mobile-dot-size, 6px);
  height: var(--mobile-dot-size, 6px);
  border-radius: 999px;
  background: rgba(133, 158, 255, 0.86);
  box-shadow: 0 0 0 4px rgba(47, 107, 255, 0.04), 0 0 12px rgba(47, 107, 255, 0.22);
  transform: translate(-50%, -50%);
  opacity: 0.72;
  animation: mobileDotGlow var(--mobile-dot-glow-duration, 6.4s) ease-in-out infinite;
  animation-delay: var(--mobile-dot-glow-delay, 0s);
  will-change: transform, opacity, box-shadow;
}

.mobile-route-dot.is-pulsing {
  animation:
    mobileDotGlow var(--mobile-dot-glow-duration, 6.4s) ease-in-out infinite,
    mobileNodePulse var(--mobile-dot-duration, 8.8s) ease-in-out infinite;
  animation-delay: var(--mobile-dot-glow-delay, 0s), var(--mobile-dot-delay, 0s);
}

.route-cluster {
  position: absolute;
  inset: 0;
  opacity: 0;
  filter: blur(var(--reveal-blur, 0px));
  will-change: transform, opacity, filter;
  animation: routeClusterReveal var(--reveal-duration, 1.2s) cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: var(--reveal-delay, 0s);
}

.route-cluster {
  pointer-events: none;
}

@keyframes routePulse {

  0%,
  100% {
    opacity: 0.34;
    filter: brightness(0.95);
  }

  50% {
    opacity: 0.92;
    filter: brightness(1.18);
  }
}

@keyframes nodePulse {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.74;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.28);
    opacity: 1;
  }
}

@keyframes routeClusterReveal {
  0% {
    opacity: 0;
    transform: translate3d(var(--reveal-x, 0px), var(--reveal-y, 10px), 0) scale(var(--reveal-scale, 0.985));
    filter: blur(var(--reveal-blur, 6px));
  }

  58% {
    opacity: 0.88;
  }

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

.scroll-reveal {
  opacity: 0;
  filter: blur(var(--scroll-reveal-blur, 0px));
  transform: translate3d(var(--scroll-reveal-x, 0px), var(--scroll-reveal-y, 26px), 0) scale(var(--scroll-reveal-scale, 0.985));
  transition:
    opacity var(--scroll-reveal-duration, 0.9s) cubic-bezier(0.22, 1, 0.36, 1),
    transform var(--scroll-reveal-duration, 0.9s) cubic-bezier(0.22, 1, 0.36, 1),
    filter var(--scroll-reveal-duration, 0.9s) cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--scroll-reveal-delay, 0s);
  will-change: transform, opacity, filter;
}

.scroll-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.scroll-reveal[data-reveal-style="soft"] {
  --scroll-reveal-y: 18px;
  --scroll-reveal-scale: 0.992;
  --scroll-reveal-duration: 0.82s;
  --scroll-reveal-blur: 2px;
}

.scroll-reveal[data-reveal-style="dramatic"] {
  --scroll-reveal-y: 46px;
  --scroll-reveal-scale: 0.965;
  --scroll-reveal-duration: 1.08s;
  --scroll-reveal-blur: 10px;
}

.scroll-reveal[data-reveal-style="side-left"] {
  --scroll-reveal-x: -36px;
  --scroll-reveal-y: 14px;
  --scroll-reveal-duration: 0.96s;
  --scroll-reveal-blur: 6px;
}

.scroll-reveal[data-reveal-style="side-right"] {
  --scroll-reveal-x: 36px;
  --scroll-reveal-y: 14px;
  --scroll-reveal-duration: 0.96s;
  --scroll-reveal-blur: 6px;
}

.hero-intro-stack {
  position: relative;
  isolation: isolate;
  max-width: 72rem;
}

.hero-intro-stack h1 {
  letter-spacing: -0.028em;
  text-wrap: balance;
}

.hero-intro-stack p {
  color: rgba(231, 238, 250, 0.9);
  font-weight: 400;
  line-height: 1.55;
  max-width: 60ch;
}

.hero-intro-stack::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: none;
  pointer-events: none;
  z-index: 1;
}

.hero-intro-stack::after {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  height: 2px;
  top: 24%;
  background: linear-gradient(90deg,
      transparent,
      rgba(92, 126, 255, 0.1),
      rgba(136, 163, 255, 0.9),
      rgba(92, 126, 255, 0.12),
      transparent);
  filter: blur(0.25px) drop-shadow(0 0 14px rgba(47, 107, 255, 0.55));
  opacity: 0;
  animation: introScanline 0.95s linear 0.2s both;
  pointer-events: none;
  z-index: 2;
}

.hero-intro-item {
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.99);
  filter: blur(6px);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  animation: introMaskRise 0.88s cubic-bezier(0.2, 1, 0.3, 1) both;
  animation-delay: calc(0.24s + (var(--intro-order, 0) * 120ms));
  will-change: transform, opacity, filter, clip-path;
  position: relative;
  z-index: 3;
}

.hero-intro-image {
  animation: introTowFocus 1.08s cubic-bezier(0.22, 0.94, 0.24, 1) 0.08s both;
  transform-origin: center center;
  will-change: transform, filter, opacity;
}

@keyframes introMaskRise {
  0% {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.99);
    filter: blur(6px);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }

  55% {
    opacity: 1;
  }

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

@keyframes introTowFocus {
  0% {
    opacity: 0;
    transform: translate3d(0, 14px, 0) scale(1.06);
    filter: contrast(1.3) saturate(1.22) brightness(0.74) blur(5px);
  }

  58% {
    opacity: 1;
    transform: translate3d(0, -2px, 0) scale(1.01);
    filter: contrast(1.06) saturate(1.06) brightness(1.03) blur(0);
  }

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

@keyframes introPulseRing {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.6);
  }

  34% {
    opacity: 0.78;
  }

  78% {
    opacity: 0.34;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.28);
  }
}

@keyframes introScanline {
  0% {
    opacity: 0;
    transform: translateY(-22%);
  }

  14% {
    opacity: 0.9;
  }

  80% {
    opacity: 0.46;
  }

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

@keyframes routeSignalX {
  0% {
    transform: translateX(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    transform: translateX(var(--travel));
    opacity: 0;
  }
}

@keyframes routeSignalY {
  0% {
    transform: translateY(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    transform: translateY(var(--travel));
    opacity: 0;
  }
}

@keyframes mobileAngleDrift {

  0%,
  100% {
    transform: rotate(var(--mobile-angle-rotate, -12deg)) translate3d(0, 0, 0);
    opacity: 0.16;
    filter: brightness(0.94);
  }

  50% {
    transform: rotate(var(--mobile-angle-rotate, -12deg)) translate3d(5px, -2px, 0);
    opacity: 0.28;
    filter: brightness(1.08);
  }
}

@keyframes mobileRouteSignal {
  0% {
    transform: translate(-50%, -50%) translateX(0);
    opacity: 0;
  }

  10% {
    opacity: 0.74;
  }

  82% {
    opacity: 0.74;
  }

  100% {
    transform: translate(-50%, -50%) translateX(calc(var(--mobile-angle-length, 120px) - 8px));
    opacity: 0;
  }
}

@keyframes mobileNodePulse {

  0%,
  100% {
    opacity: 0.54;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1.18);
  }
}

@keyframes mobileDotGlow {

  0%,
  100% {
    opacity: 0.46;
    box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.03), 0 0 10px rgba(47, 107, 255, 0.16);
  }

  50% {
    opacity: 0.86;
    box-shadow: 0 0 0 4px rgba(47, 107, 255, 0.06), 0 0 16px rgba(47, 107, 255, 0.3);
  }
}

@media (max-width: 767px) {
  .availability-card {
    border-radius: 1.5rem;
  }

  .availability-map-highlight::before {
    transform: translateX(10%) scale(0.92);
  }

  .availability-map-highlight::after {
    left: 50%;
    transform: translate(-50%, 230%);
    font-size: 9px;
  }

  .hero-routing-scene {
    --route-grid-edge: 12px;
    --route-grid-size: calc((100vw - (var(--route-grid-edge) * 2)) / 12);
    --route-grid-offset-x: var(--route-grid-edge);
    --route-grid-offset-y: 68px;
    min-height: 100svh !important;
    justify-content: flex-start !important;
    padding-top: clamp(5.5rem, 17vw, 6.75rem) !important;
    padding-bottom: 3rem !important;
  }

  .hero-network {
    background:
      radial-gradient(420px 190px at 50% 16%, rgba(47, 107, 255, 0.1), transparent 66%),
      linear-gradient(180deg, #05070b 0%, #06080d 52%, #05070b 100%);
  }

  .mobile-route-overlay {
    display: block;
  }

  .mobile-route-angle-group-a {
    --mobile-angle-length: 108px;
    --mobile-angle-x: 10%;
    --mobile-angle-y: 34%;
    --mobile-angle-rotate: -17deg;
    --mobile-angle-duration: 9.6s;
  }

  .mobile-route-angle-group-b {
    --mobile-angle-length: 92px;
    --mobile-angle-x: 62%;
    --mobile-angle-y: 27%;
    --mobile-angle-rotate: 14deg;
    --mobile-angle-duration: 10.7s;
  }

  .mobile-route-angle-group-c {
    --mobile-angle-length: 126px;
    --mobile-angle-x: 34%;
    --mobile-angle-y: 68%;
    --mobile-angle-rotate: -11deg;
    --mobile-angle-duration: 9.4s;
  }

  .mobile-route-angle-group-d {
    --mobile-angle-length: 84px;
    --mobile-angle-x: 18%;
    --mobile-angle-y: 20%;
    --mobile-angle-rotate: 10deg;
    --mobile-angle-duration: 8.8s;
  }

  .mobile-route-angle-group-e {
    --mobile-angle-length: 104px;
    --mobile-angle-x: 58%;
    --mobile-angle-y: 74%;
    --mobile-angle-rotate: -18deg;
    --mobile-angle-duration: 9.9s;
  }

  .mobile-route-angle-group-f {
    --mobile-angle-length: 118px;
    --mobile-angle-x: 8%;
    --mobile-angle-y: 82%;
    --mobile-angle-rotate: 12deg;
    --mobile-angle-duration: 10.4s;
  }

  .mobile-route-angle-group-g {
    --mobile-angle-length: 96px;
    --mobile-angle-x: 60%;
    --mobile-angle-y: 86%;
    --mobile-angle-rotate: -14deg;
    --mobile-angle-duration: 9.2s;
  }

  .mobile-route-angle-group-a .mobile-route-angle-signal {
    --mobile-signal-duration: 8.4s;
    --mobile-signal-delay: 0.6s;
  }

  .mobile-route-angle-group-b .mobile-route-angle-signal {
    --mobile-signal-duration: 7.8s;
    --mobile-signal-delay: 2.8s;
  }

  .mobile-route-angle-group-c .mobile-route-angle-signal {
    --mobile-signal-duration: 7.4s;
    --mobile-signal-delay: 5.4s;
  }

  .mobile-route-angle-group-d .mobile-route-angle-signal {
    --mobile-signal-duration: 7.1s;
    --mobile-signal-delay: 1.4s;
  }

  .mobile-route-angle-group-e .mobile-route-angle-signal {
    --mobile-signal-duration: 8.2s;
    --mobile-signal-delay: 4.1s;
  }

  .mobile-route-angle-group-f .mobile-route-angle-signal {
    --mobile-signal-duration: 7.6s;
    --mobile-signal-delay: 1.1s;
  }

  .mobile-route-angle-group-g .mobile-route-angle-signal {
    --mobile-signal-duration: 7.9s;
    --mobile-signal-delay: 3.6s;
  }

  .mobile-route-dot-a {
    --mobile-dot-x: 18%;
    --mobile-dot-y: 56%;
    --mobile-dot-glow-duration: 4.9s;
  }

  .mobile-route-dot-b {
    --mobile-dot-x: 74%;
    --mobile-dot-y: 46%;
    --mobile-dot-size: 5px;
    --mobile-dot-glow-duration: 5.6s;
    --mobile-dot-glow-delay: 1.2s;
  }

  .mobile-route-dot-c {
    --mobile-dot-x: 56%;
    --mobile-dot-y: 79%;
    --mobile-dot-size: 5px;
    --mobile-dot-glow-duration: 5s;
  }

  .mobile-route-dot-d {
    --mobile-dot-x: 84%;
    --mobile-dot-y: 68%;
    --mobile-dot-size: 4px;
    --mobile-dot-glow-duration: 6s;
    --mobile-dot-glow-delay: 0.7s;
  }

  .mobile-route-dot-e {
    --mobile-dot-x: 28%;
    --mobile-dot-y: 24%;
    --mobile-dot-size: 5px;
    --mobile-dot-glow-duration: 4.7s;
  }

  .mobile-route-dot-f {
    --mobile-dot-x: 68%;
    --mobile-dot-y: 18%;
    --mobile-dot-size: 4px;
    --mobile-dot-glow-duration: 5.4s;
    --mobile-dot-glow-delay: 1.9s;
  }

  .mobile-route-dot-g {
    --mobile-dot-x: 38%;
    --mobile-dot-y: 88%;
    --mobile-dot-size: 5px;
    --mobile-dot-glow-duration: 5.1s;
  }

  .mobile-route-dot-h {
    --mobile-dot-x: 16%;
    --mobile-dot-y: 82%;
    --mobile-dot-size: 4px;
    --mobile-dot-glow-duration: 5s;
  }

  .mobile-route-dot-i {
    --mobile-dot-x: 72%;
    --mobile-dot-y: 84%;
    --mobile-dot-size: 5px;
    --mobile-dot-glow-duration: 4.8s;
    --mobile-dot-glow-delay: 1.5s;
  }

  .mobile-route-dot-j {
    --mobile-dot-x: 52%;
    --mobile-dot-y: 92%;
    --mobile-dot-size: 4px;
    --mobile-dot-glow-duration: 5.7s;
    --mobile-dot-glow-delay: 0.9s;
  }

  .route-grid {
    background-image:
      linear-gradient(rgba(148, 148, 148, 0.28) 1px, transparent 1px),
      linear-gradient(90deg, rgba(148, 148, 148, 0.28) 1px, transparent 1px),
      linear-gradient(135deg, rgba(47, 107, 255, 0.08) 0%, transparent 36%),
      linear-gradient(225deg, rgba(47, 107, 255, 0.06) 0%, transparent 34%);
    background-size: var(--route-grid-size) var(--route-grid-size), var(--route-grid-size) var(--route-grid-size), 100% 100%, 100% 100%;
    background-position: var(--route-grid-offset-x) var(--route-grid-offset-y), var(--route-grid-offset-x) var(--route-grid-offset-y), 0 0, 0 0;
    opacity: 0.72;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.2));
  }

  .route-cluster {
    animation-duration: calc(var(--reveal-duration, 1.2s) * 0.82);
  }

  .hero-network .cluster-center,
  .hero-network .cluster-east {
    display: none;
  }

  .route-path-h,
  .route-path-v {
    opacity: 0.34;
    animation-duration: calc(var(--duration, 8s) * 1.05);
    box-shadow: 0 0 10px rgba(47, 107, 255, 0.08);
  }

  .route-node {
    display: none;
  }

  .route-node-small {
    display: none;
  }

  .route-signal-h,
  .route-signal-v {
    animation-duration: calc(var(--signal-duration, 5.8s) * 1.25);
  }

  .hero-network .route-signal-h,
  .hero-network .route-signal-v {
    display: none;
  }

  .hero-network .cluster-west .route-signal-v,
  .hero-network .cluster-southwest .route-signal-h,
  .hero-network .cluster-bottom-west .route-signal-h,
  .hero-network .cluster-bottom-east .route-signal-v {
    display: block;
    opacity: 0.32;
  }

  .scroll-reveal[data-reveal-style="dramatic"],
  .scroll-reveal[data-reveal-style="side-left"],
  .scroll-reveal[data-reveal-style="side-right"] {
    --scroll-reveal-x: 0px;
    --scroll-reveal-y: 24px;
    --scroll-reveal-scale: 0.98;
  }
}

@media (max-width: 920px) {
  .hero-routing-scene {
    min-height: auto !important;
    justify-content: flex-start !important;
    padding-top: clamp(7.5rem, 16vw, 6.75rem) !important;
    padding-bottom: 4.75rem !important;
  }

  .hero-intro-stack {
    width: 100%;
  }

  .hero-intro-image {
    width: min(108vw, 680px) !important;
    max-width: none !important;
    transform: translateX(-4vw);
  }

  .how-it-works-number {
    font-size: clamp(6.5rem, 30vw, 9rem);
  }
}

@media (prefers-reduced-motion: reduce) {

  html {
    scroll-behavior: auto;
  }

  .hero-intro-stack::before {
    animation: none;
  }

  .hero-intro-item,
  .hero-intro-image {
    opacity: 1;
    transform: none;
    filter: none;
    animation: none;
  }

  .route-cluster {
    opacity: 1;
    filter: none;
    animation: none;
  }

  .scroll-reveal {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
}

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  background: rgba(5, 7, 11, 0.9);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.mobile-nav-panel {
  max-width: 1536px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 1.5rem;
  background: rgba(15, 19, 29, 0.95);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  transform: translateY(-1.5rem);
  opacity: 0;
  pointer-events: none;
  transition: transform 300ms ease, opacity 300ms ease;
}

.mobile-nav-panel>div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
}

.mobile-nav-panel[data-open="true"] {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.mobile-nav-link {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #c2c6d8;
  font-family: 'Archivo', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0;
  transform: translateY(-0.75rem);
  transition: transform 300ms ease, opacity 300ms ease, color 220ms ease;
}

.mobile-nav-link:hover {
  color: #2f6bff;
}

.mobile-nav-link.is-active {
  color: #2f6bff;
  font-weight: 700;
}

.mobile-nav-link:last-child {
  width: 100%;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  border-bottom: 0;
  border-radius: 999px;
  background: #2f6bff;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.08em;
}

.mobile-nav-panel[data-open="true"] .mobile-nav-link {
  opacity: 1;
  transform: translateY(0);
}

.mobile-nav-panel[data-open="true"] .mobile-nav-link:nth-child(1) {
  transition-delay: 40ms;
}

.mobile-nav-panel[data-open="true"] .mobile-nav-link:nth-child(2) {
  transition-delay: 90ms;
}

.mobile-nav-panel[data-open="true"] .mobile-nav-link:nth-child(3) {
  transition-delay: 140ms;
}

.mobile-nav-panel[data-open="true"] .mobile-nav-link:nth-child(4) {
  transition-delay: 190ms;
}

.mobile-nav-panel[data-open="true"] .mobile-nav-link:nth-child(5) {
  transition-delay: 240ms;
}

.mobile-nav-toggle {
  color: #2f6bff;
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  transition: opacity 220ms ease;
}

.mobile-nav-toggle:hover {
  opacity: 0.8;
}

.mobile-nav-toggle-bars {
  width: 100%;
  max-width: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4.5px;
}

.mobile-nav-toggle-bar {
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 999px;
  background: currentColor;
  transition: transform 250ms ease, opacity 250ms ease, width 250ms ease;
}

.mobile-nav-toggle[data-open="true"] .mobile-nav-toggle-bar:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}

.mobile-nav-toggle[data-open="true"] .mobile-nav-toggle-bar:nth-child(2) {
  opacity: 0;
}

.mobile-nav-toggle[data-open="true"] .mobile-nav-toggle-bar:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

.top-nav-shell {
  width: 100%;
  max-width: 1536px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-nav-shell img {
  width: auto;
  height: 1.75rem;
  object-fit: contain;
}

.top-nav-desktop-links,
.top-nav-desktop-login {
  display: none;
}

.top-nav-mobile-toggle {
  display: inline-flex;
}

.top-nav-mobile-panel-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.75rem);
  padding: 0 1rem;
  display: block;
}

@media (min-width: 921px) {
  .top-nav-shell {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 2rem;
    padding: 1.5rem 2rem;
  }

  .top-nav-shell img {
    height: 1.9rem;
  }

  .top-nav-desktop-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    justify-self: center;
    white-space: nowrap;
  }

  .top-nav-desktop-links a {
    color: #cbd5e1;
    font-family: 'Archivo', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 220ms ease, opacity 220ms ease;
  }

  .top-nav-desktop-links a.is-active {
    border-bottom: 2px solid #2f6bff;
    color: #2f6bff;
    font-weight: 700;
  }

  .top-nav-desktop-links a:hover {
    color: #2f6bff;
    opacity: 0.8;
  }

  .top-nav-desktop-login {
    display: inline-flex;
    justify-self: end;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #2f6bff;
    padding: 0.5rem 2rem;
    color: #ffffff;
    font-family: 'Archivo', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .top-nav-desktop-login:hover {
    opacity: 0.8;
  }

  .top-nav-desktop-login:active {
    transform: scale(0.95);
  }

  .top-nav-mobile-toggle,
  .top-nav-mobile-panel-wrap {
    display: none;
  }
}

.how-it-works-section,
.industries-section,
.market-split-section,
.solutions-section,
.trust-section,
.coverage-section,
.final-cta-section {
  position: relative;
  isolation: isolate;
  box-shadow: inset 0 1px 0 rgba(var(--section-divider-rgb, 92, 125, 255), 0.16), inset 0 -1px 0 rgba(255, 255, 255, 0.03);
}

.how-it-works-section::after,
.industries-section::after,
.market-split-section::after,
.solutions-section::after,
.trust-section::after,
.coverage-section::after,
.final-cta-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--section-divider-rgb, 92, 125, 255), 0.62), transparent);
  pointer-events: none;
  z-index: 2;
}

.market-split-section {
  --section-divider-rgb: 64, 94, 164;
  background:
    radial-gradient(780px 260px at 50% -8%, rgba(47, 107, 255, 0.08), transparent 68%),
    linear-gradient(180deg, #f8faff 0%, #eef3fb 100%);
  color: #101827;
  padding: 5.2rem 1rem;
  box-shadow: inset 0 1px 0 rgba(80, 108, 160, 0.16), inset 0 -1px 0 rgba(80, 108, 160, 0.12);
}

.market-split-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  pointer-events: none;
  z-index: -1;
}

.market-split-shell {
  max-width: 1160px;
  margin: 0 auto;
}

.market-split-grid {
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid rgba(73, 104, 166, 0.18);
  border-radius: 1.25rem;
  background: #ffffff;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 10px 24px rgba(30, 52, 91, 0.07);
}

.market-split-col {
  padding: 2rem 1.4rem;
}

.market-split-media {
  position: relative;
  width: 100%;
  height: 160px;
  border-radius: 0.9rem;
  overflow: hidden;
  margin-bottom: 1.15rem;
  border: 1px solid rgba(73, 104, 166, 0.18);
  background: #eef3fb;
  box-shadow: 0 8px 18px rgba(30, 52, 91, 0.1);
}

.market-split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.05) contrast(1.03);
  transform: scale(1.02);
}

.market-split-media-companies img {
  object-position: center 38%;
}

.market-split-media-providers img {
  object-position: center 54%;
}

.market-split-col-primary {
  background: #ffffff;
  border-bottom: 1px solid rgba(73, 104, 166, 0.14);
}

.market-split-kicker {
  margin: 0 0 0.9rem;
  color: rgba(47, 84, 157, 0.78);
  font-family: 'Archivo', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  font-weight: 700;
  text-transform: uppercase;
}

.market-split-title {
  margin: 0;
  font-family: 'Archivo', sans-serif;
  font-size: clamp(1.58rem, 2.45vw, 2.2rem);
  line-height: 1.12;
  letter-spacing: -0.015em;
  font-weight: 700;
  text-wrap: balance;
}

.market-split-copy {
  margin: 1rem 0 1.2rem;
  color: rgba(41, 53, 74, 0.82);
  font-size: 1.02rem;
  line-height: 1.62;
  max-width: 54ch;
}

.market-split-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.66rem;
}

.market-split-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.62rem;
  color: rgba(20, 31, 51, 0.9);
  font-size: 0.96rem;
  line-height: 1.52;
}

.market-split-check {
  width: 1.08rem;
  height: 1.08rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(47, 107, 255, 0.12);
  border: 1px solid rgba(47, 107, 255, 0.35);
  color: #2f6bff;
  font-size: 0.72rem;
  font-weight: 700;
  margin-top: 0.18rem;
  box-shadow: none;
  flex: 0 0 auto;
}

.market-split-actions {
  margin-top: 1.3rem;
}

.market-split-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.84rem 1.35rem;
  font-family: 'Archivo', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.market-split-btn:hover {
  transform: translateY(-2px);
}

.market-split-btn-primary {
  background: #2f6bff;
  color: #ffffff;
  box-shadow: none;
}

.market-split-btn-primary:hover {
  box-shadow: none;
}

.market-split-btn-outline {
  border: 1px solid rgba(47, 107, 255, 0.72);
  color: #2f6bff;
  background: rgba(47, 107, 255, 0.05);
  box-shadow: none;
}

.market-split-btn-outline:hover {
  background: rgba(47, 107, 255, 0.15);
  border-color: rgba(113, 153, 255, 0.95);
  box-shadow: none;
}

.how-it-works-section {
  --section-divider-rgb: 64, 94, 164;
  position: relative;
  background:
    radial-gradient(780px 260px at 50% -8%, rgba(47, 107, 255, 0.08), transparent 68%),
    linear-gradient(180deg, #f8faff 0%, #eef3fb 100%);
  padding: 5.2rem 1rem;
  box-shadow: inset 0 1px 0 rgba(80, 108, 160, 0.16), inset 0 -1px 0 rgba(80, 108, 160, 0.12);
  /* border-top: 1px solid rgba(120, 147, 230, 0.12);
  border-bottom: 1px solid rgba(120, 147, 230, 0.12); */
}

.how-it-works-shell {
  max-width: 1200px;
  margin: 0 auto;
}

.how-it-works-header {
  text-align: center;
  margin-bottom: 2.2rem;
}

.how-it-works-title {
  margin: 0;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 3.2vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #101827;
}

.how-it-works-subtitle {
  margin: 0.9rem auto 0;
  max-width: 62ch;
  color: rgba(41, 53, 74, 0.82);
  font-size: 1rem;
  line-height: 1.6;
}

.how-it-works-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.how-it-works-card {
  position: relative;
  border-radius: 0.95rem;
  border: 1px solid rgba(73, 104, 166, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 246, 253, 0.94));
  padding: 1.6rem 1.4rem 1.45rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 10px 24px rgba(30, 52, 91, 0.07);
  transition: none;
  cursor: default;
  overflow: hidden;
  min-height: 240px;
}

.how-it-works-number {
  position: absolute;
  right: 0.6rem;
  top: -0.42rem;
  font-family: 'Archivo', sans-serif;
  font-size: clamp(3.1rem, 6vw, 4.8rem);
  line-height: 1;
  font-weight: 900;
  color: #2f6bff;
  text-shadow: none;
  -webkit-text-stroke: 1px rgba(47, 107, 255, 0.2);
  pointer-events: none;
  user-select: none;
}

.how-it-works-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background: rgba(47, 107, 255, 0.14);
  border: 0;
  box-shadow: none;
}

.how-it-works-icon .material-symbols-outlined {
  color: #2f6bff;
  font-size: 1.45rem;
  font-variation-settings: 'FILL' 1, 'wght' 580, 'GRAD' 0, 'opsz' 24;
  text-shadow: 0 0 14px rgba(47, 107, 255, 0.35);
}

.how-it-works-step-title {
  margin: 0;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 1.45rem;
  line-height: 1.22;
  letter-spacing: -0.01em;
  color: #101827;
  max-width: 18ch;
}

.how-it-works-step-copy {
  margin: 0.72rem 0 0;
  color: rgba(41, 53, 74, 0.82);
  font-size: 0.97rem;
  line-height: 1.62;
}

.industries-section {
  --section-divider-rgb: 92, 125, 255;
  --route-grid-edge: clamp(12px, 2.2vw, 28px);
  --route-grid-size: calc((100vw - (var(--route-grid-edge) * 2)) / 12);
  --route-grid-offset-x: var(--route-grid-edge);
  --route-grid-offset-y: clamp(56px, 8vw, 72px);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(620px 260px at 50% 14%, rgba(47, 107, 255, 0.12), transparent 64%),
    linear-gradient(180deg, #05070b 0%, #06080d 46%, #05070b 100%);
  padding: 5.2rem 1rem;
  box-shadow: inset 0 1px 0 rgba(92, 125, 255, 0.16), inset 0 -1px 0 rgba(255, 255, 255, 0.03);
}

.industries-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(148, 148, 148, 0.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 148, 148, 0.28) 1px, transparent 1px),
    linear-gradient(135deg, rgba(47, 107, 255, 0.08) 0%, transparent 36%),
    linear-gradient(225deg, rgba(47, 107, 255, 0.06) 0%, transparent 34%);
  background-size: var(--route-grid-size) var(--route-grid-size), var(--route-grid-size) var(--route-grid-size), 100% 100%, 100% 100%;
  background-position: var(--route-grid-offset-x) var(--route-grid-offset-y), var(--route-grid-offset-x) var(--route-grid-offset-y), 0 0, 0 0;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.28));
  opacity: 0.72;
}

.industries-shell {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.industries-header {
  text-align: center;
  margin-bottom: 2rem;
}

.industries-kicker {
  margin: 0;
  color: #2f6bff;
  font-family: 'Archivo', sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.22em;
  font-weight: 700;
  text-transform: uppercase;
}

.industries-title {
  margin: 0.72rem 0 0;
  color: #ffffff;
  font-family: 'Archivo', sans-serif;
  font-size: clamp(2rem, 3.2vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.industries-subtitle {
  margin: 0.9rem auto 0;
  max-width: 68ch;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 1.6;
}

.industries-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.industries-item {
  border-radius: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  padding: 1rem 1rem;
  color: rgba(255, 255, 255, 0.94);
  font-family: 'Archivo', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.industries-item::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: #2f6bff;
  box-shadow: 0 0 14px rgba(47, 107, 255, 0.55);
  flex: 0 0 auto;
}

.solutions-section {
  --section-divider-rgb: 92, 125, 255;
  --route-grid-edge: clamp(12px, 2.2vw, 28px);
  --route-grid-size: calc((100vw - (var(--route-grid-edge) * 2)) / 12);
  --route-grid-offset-x: var(--route-grid-edge);
  --route-grid-offset-y: clamp(56px, 8vw, 72px);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(620px 260px at 50% 14%, rgba(47, 107, 255, 0.12), transparent 64%),
    linear-gradient(180deg, #05070b 0%, #06080d 46%, #05070b 100%);
  padding: 5.8rem 1rem;
  box-shadow: inset 0 1px 0 rgba(92, 125, 255, 0.16), inset 0 -1px 0 rgba(255, 255, 255, 0.03);
}

.solutions-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(148, 148, 148, 0.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 148, 148, 0.28) 1px, transparent 1px),
    linear-gradient(135deg, rgba(47, 107, 255, 0.08) 0%, transparent 36%),
    linear-gradient(225deg, rgba(47, 107, 255, 0.06) 0%, transparent 34%);
  background-size: var(--route-grid-size) var(--route-grid-size), var(--route-grid-size) var(--route-grid-size), 100% 100%, 100% 100%;
  background-position: var(--route-grid-offset-x) var(--route-grid-offset-y), var(--route-grid-offset-x) var(--route-grid-offset-y), 0 0, 0 0;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.28));
  opacity: 0.72;
}

.solutions-shell {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.solutions-header {
  margin-bottom: 2.4rem;
  display: grid;
  gap: 1rem;
  align-items: end;
}

.solutions-kicker {
  margin: 0 0 0.65rem;
  color: #2f6bff;
  font-family: 'Archivo', sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.22em;
  font-weight: 700;
  text-transform: uppercase;
}

.solutions-title {
  margin: 0;
  color: #ffffff;
  font-family: 'Archivo', sans-serif;
  font-size: clamp(2rem, 3.2vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 700;
  text-wrap: balance;
}

.solutions-subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  max-width: 52ch;
  font-size: 1.02rem;
  line-height: 1.65;
}

.solutions-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 2.3vw, 2rem);
}

.solutions-card {
  position: relative;
  display: block;
  border-radius: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  padding: 1.6rem 1.4rem 1.45rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

.solutions-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.solutions-icon-wrap {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background: rgba(47, 107, 255, 0.14);
  border: 0;
  box-shadow: none;
}

.solutions-icon-wrap .material-symbols-outlined {
  color: #2f6bff;
  font-size: 1.45rem;
  font-variation-settings: 'FILL' 1, 'wght' 580, 'GRAD' 0, 'opsz' 24;
  text-shadow: 0 0 14px rgba(47, 107, 255, 0.35);
}

.solutions-card-title {
  margin: 0;
  color: #ffffff;
  font-family: 'Archivo', sans-serif;
  font-size: 1.45rem;
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.solutions-card-copy {
  margin: 0.72rem 0 1.1rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.97rem;
  line-height: 1.62;
}

.solutions-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.36rem;
  color: #2f6bff;
  font-family: 'Archivo', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  transition: text-shadow 220ms ease, gap 220ms ease;
}

.solutions-card-cta:hover {
  gap: 0.52rem;
  text-shadow: 0 0 14px rgba(47, 107, 255, 0.42);
}

.solutions-card-cta .material-symbols-outlined {
  font-size: 1rem;
}

.trust-section {
  --section-divider-rgb: 64, 94, 164;
  position: relative;
  background:
    radial-gradient(780px 260px at 50% -8%, rgba(47, 107, 255, 0.08), transparent 68%),
    linear-gradient(180deg, #f8faff 0%, #eef3fb 100%);
  padding: 5.8rem 1rem;
  box-shadow: inset 0 1px 0 rgba(80, 108, 160, 0.16), inset 0 -1px 0 rgba(80, 108, 160, 0.12);
  /* border-top: 1px solid rgba(115, 144, 230, 0.12);
  border-bottom: 1px solid rgba(115, 144, 230, 0.12); */
}

.trust-shell {
  max-width: 1200px;
  margin: 0 auto;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem;
  align-items: stretch;
}

.trust-grid>* {
  height: 100%;
}

.trust-image-wrap {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  min-height: clamp(240px, 62vw, 340px);
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(73, 104, 166, 0.18);
  box-shadow: 0 10px 24px rgba(30, 52, 91, 0.07);
  background: #eef3fb;
}

.trust-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  display: block;
  filter: saturate(1.05) contrast(1.04);
}

.trust-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 56%);
  pointer-events: none;
}

.trust-content {
  border: 1px solid rgba(73, 104, 166, 0.18);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 246, 253, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 10px 24px rgba(30, 52, 91, 0.07);
  padding: 1.6rem 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
}

.trust-title {
  margin: 0 0 0.6rem;
  color: #101827;
  font-family: 'Archivo', sans-serif;
  font-size: clamp(2rem, 3.2vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 700;
  text-wrap: balance;
}

.trust-stars {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0 0 0.7rem;
}

.trust-stars .material-symbols-outlined {
  font-size: 1.05rem;
  color: #ffd978;
  font-variation-settings: 'FILL' 1, 'wght' 650, 'GRAD' 0, 'opsz' 24;
  text-shadow: 0 0 12px rgba(255, 217, 120, 0.35);
  line-height: 1;
}

.trust-copy {
  margin: 0;
  color: rgba(41, 53, 74, 0.82);
  font-size: 1.02rem;
  line-height: 1.64;
  max-width: 55ch;
}

.trust-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.trust-feature {
  border: 1px solid rgba(73, 104, 166, 0.16);
  border-radius: 0.86rem;
  background: rgba(255, 255, 255, 0.72);
  padding: 1rem 0.95rem;
}

.trust-feature-title {
  margin: 0;
  color: #101827;
  font-family: 'Archivo', sans-serif;
  font-size: 1.05rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.trust-feature-copy {
  margin: 0.55rem 0 0;
  color: rgba(41, 53, 74, 0.82);
  font-size: 0.94rem;
  line-height: 1.58;
}

.trust-disclaimer {
  margin: 0;
  color: rgba(58, 72, 96, 0.72);
  font-size: 0.79rem;
  line-height: 1.5;
  font-style: italic;
}

.coverage-section {
  --section-divider-rgb: 92, 125, 255;
  --route-grid-edge: clamp(12px, 2.2vw, 28px);
  --route-grid-size: calc((100vw - (var(--route-grid-edge) * 2)) / 12);
  --route-grid-offset-x: var(--route-grid-edge);
  --route-grid-offset-y: clamp(56px, 8vw, 72px);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(620px 260px at 50% 14%, rgba(47, 107, 255, 0.12), transparent 64%),
    linear-gradient(180deg, #05070b 0%, #06080d 46%, #05070b 100%);
  padding: 5.8rem 1rem;
  box-shadow: inset 0 1px 0 rgba(92, 125, 255, 0.16), inset 0 -1px 0 rgba(255, 255, 255, 0.03);
  /* border-top: 1px solid rgba(115, 144, 230, 0.12);
  border-bottom: 1px solid rgba(115, 144, 230, 0.12); */
}

.coverage-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(148, 148, 148, 0.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 148, 148, 0.28) 1px, transparent 1px),
    linear-gradient(135deg, rgba(47, 107, 255, 0.08) 0%, transparent 36%),
    linear-gradient(225deg, rgba(47, 107, 255, 0.06) 0%, transparent 34%);
  background-size: var(--route-grid-size) var(--route-grid-size), var(--route-grid-size) var(--route-grid-size), 100% 100%, 100% 100%;
  background-position: var(--route-grid-offset-x) var(--route-grid-offset-y), var(--route-grid-offset-x) var(--route-grid-offset-y), 0 0, 0 0;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.28));
  opacity: 0.72;
}

.coverage-shell {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.coverage-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.3rem;
  align-items: stretch;
}

.coverage-grid>* {
  height: 100%;
}

.coverage-content {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  padding: 1.6rem 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.coverage-title {
  margin: 0;
  color: #ffffff;
  font-family: 'Archivo', sans-serif;
  font-size: clamp(2rem, 3.2vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 700;
  text-wrap: balance;
}

.coverage-kicker {
  margin: 0;
  color: #2f6bff;
  font-family: 'Archivo', sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.22em;
  font-weight: 700;
  text-transform: uppercase;
}

.coverage-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.02rem;
  line-height: 1.64;
  max-width: 54ch;
}

.coverage-waitlist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
  margin-top: 0.35rem;
}

.coverage-waitlist-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  line-height: 1.55;
}

.coverage-waitlist-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 181, 71, 0.78);
  padding: 0.45rem 0.92rem;
  color: #ffe9c3;
  background: rgba(255, 181, 71, 0.12);
  font-family: 'Archivo', sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.coverage-waitlist-btn:hover {
  background: rgba(255, 181, 71, 0.22);
  border-color: rgba(255, 197, 109, 0.98);
  transform: translateY(-1px);
}

.coverage-tags {
  list-style: none;
  margin: 0.3rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: stretch;
}

.coverage-tags li {
  display: flex;
}

.coverage-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(47, 107, 255, 0.38);
  border-radius: 999px;
  padding: 0.34rem 0.58rem;
  background: rgba(47, 107, 255, 0.11);
  color: #dbe6ff;
  font-family: 'Archivo', sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  cursor: default;
  min-width: auto;
  transition: none;
  pointer-events: none;
}

.coverage-tag:hover {
  border-color: rgba(47, 107, 255, 0.38);
  background: rgba(47, 107, 255, 0.11);
  transform: none;
}

.coverage-tag.is-active {
  background: #2f6bff;
  color: #ffffff;
  border-color: rgba(158, 185, 255, 0.95);
  box-shadow: 0 0 20px rgba(47, 107, 255, 0.34);
}

.coverage-map {
  order: -1;
  position: relative;
  min-height: clamp(240px, 62vw, 340px);
  aspect-ratio: 4 / 3;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background:
    radial-gradient(620px 240px at 25% 20%, rgba(47, 107, 255, 0.18), transparent 60%),
    linear-gradient(160deg, #070a12 0%, #080b14 48%, #06090f 100%);
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  isolation: isolate;
}

.coverage-map-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  display: block;
}

.coverage-map-grid,
.coverage-map-state,
.coverage-map-nodes {
  position: absolute;
  inset: 0;
}

.coverage-map-grid {
  background-image:
    linear-gradient(rgba(147, 170, 245, 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(147, 170, 245, 0.15) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.42;
}

.coverage-map-state {
  display: flex;
  align-items: center;
  justify-content: center;
}

.coverage-map-state::before {
  content: "";
  width: clamp(170px, 24vw, 240px);
  aspect-ratio: 1.55 / 1;
  border: 1px solid rgba(140, 170, 255, 0.46);
  background:
    radial-gradient(circle at 52% 52%, rgba(47, 107, 255, 0.28), rgba(47, 107, 255, 0.08) 48%, transparent 74%),
    linear-gradient(180deg, rgba(47, 107, 255, 0.16), rgba(47, 107, 255, 0.04));
  clip-path: polygon(8% 18%, 20% 12%, 44% 10%, 70% 13%, 89% 22%, 95% 38%, 92% 62%, 82% 82%, 58% 90%, 34% 88%, 15% 76%, 6% 57%);
  box-shadow: 0 0 30px rgba(47, 107, 255, 0.28), inset 0 0 20px rgba(47, 107, 255, 0.14);
  transform: translateX(16%);
  opacity: 0.98;
}

.coverage-map-nodes {
  background-image:
    radial-gradient(circle at 30% 38%, rgba(149, 178, 255, 0.82) 0 3px, transparent 4px),
    radial-gradient(circle at 42% 56%, rgba(149, 178, 255, 0.76) 0 3px, transparent 4px),
    radial-gradient(circle at 55% 46%, rgba(149, 178, 255, 0.74) 0 3px, transparent 4px),
    radial-gradient(circle at 67% 54%, rgba(149, 178, 255, 0.78) 0 4px, transparent 5px),
    radial-gradient(circle at 76% 40%, rgba(149, 178, 255, 0.72) 0 3px, transparent 4px);
  filter: drop-shadow(0 0 12px rgba(47, 107, 255, 0.34));
  opacity: 0.9;
}

.coverage-map-callout {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  max-width: 220px;
  border: 1px solid rgba(112, 150, 255, 0.45);
  border-radius: 0.78rem;
  padding: 0.68rem 0.72rem;
  background: rgba(10, 16, 34, 0.86);
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}

.coverage-map-callout-title {
  margin: 0;
  color: #ffffff;
  font-family: 'Archivo', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.coverage-map-callout-copy {
  margin: 0.35rem 0 0;
  color: rgba(216, 226, 248, 0.86);
  font-size: 0.82rem;
  line-height: 1.45;
}

.final-cta-section {
  --section-divider-rgb: 64, 94, 164;
  position: relative;
  padding: 5.8rem 1rem;
  background:
    radial-gradient(780px 260px at 50% -8%, rgba(47, 107, 255, 0.08), transparent 68%),
    linear-gradient(180deg, #f8faff 0%, #eef3fb 100%);
  box-shadow: inset 0 1px 0 rgba(80, 108, 160, 0.16), inset 0 -1px 0 rgba(80, 108, 160, 0.12);
  /* border-top: 1px solid rgba(115, 144, 230, 0.12);
  border-bottom: 1px solid rgba(115, 144, 230, 0.12); */
}

.final-cta-shell {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.final-cta-kicker {
  margin: 0;
  color: rgba(168, 192, 255, 0.8);
  font-family: 'Archivo', sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
}

.final-cta-section .final-cta-kicker {
  color: rgba(47, 84, 157, 0.78);
}

.final-cta-title {
  margin: 0.8rem auto 0;
  color: #ffffff;
  font-family: 'Archivo', sans-serif;
  font-size: clamp(2rem, 3.2vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 700;
  max-width: 18ch;
  text-wrap: balance;
}

.final-cta-section .final-cta-title {
  color: #101827;
}

.final-cta-copy {
  margin: 1rem auto 0;
  color: rgba(230, 238, 250, 0.9);
  font-size: 1.03rem;
  line-height: 1.65;
  max-width: 68ch;
}

.final-cta-section .final-cta-copy {
  color: rgba(41, 53, 74, 0.82);
}

.final-cta-actions {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.72rem;
}

.final-cta-btn {
  width: min(100%, 320px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.92rem 1.35rem;
  font-family: 'Archivo', sans-serif;
  font-size: 0.79rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.final-cta-btn:hover {
  transform: translateY(-2px);
}

.final-cta-btn-primary {
  background: #2f6bff;
  color: #ffffff;
  box-shadow: none;
}

.final-cta-btn-primary:hover {
  box-shadow: none;
}

.final-cta-btn-secondary {
  border: 1px solid rgba(47, 107, 255, 0.72);
  color: #ffffff;
  background: rgba(47, 107, 255, 0.06);
  box-shadow: none;
}

.final-cta-btn-secondary:hover {
  background: rgba(47, 107, 255, 0.16);
  border-color: rgba(113, 153, 255, 0.95);
  box-shadow: none;
}

.final-cta-section .final-cta-btn-secondary {
  color: #2f6bff;
}

.site-footer {
  --route-grid-edge: clamp(12px, 2.2vw, 28px);
  --route-grid-size: calc((100vw - (var(--route-grid-edge) * 2)) / 12);
  --route-grid-offset-x: var(--route-grid-edge);
  --route-grid-offset-y: clamp(56px, 8vw, 72px);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(620px 260px at 50% 14%, rgba(47, 107, 255, 0.12), transparent 64%),
    linear-gradient(180deg, #05070b 0%, #06080d 46%, #05070b 100%);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(148, 148, 148, 0.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 148, 148, 0.28) 1px, transparent 1px),
    linear-gradient(135deg, rgba(47, 107, 255, 0.08) 0%, transparent 36%),
    linear-gradient(225deg, rgba(47, 107, 255, 0.06) 0%, transparent 34%);
  background-size: var(--route-grid-size) var(--route-grid-size), var(--route-grid-size) var(--route-grid-size), 100% 100%, 100% 100%;
  background-position: var(--route-grid-offset-x) var(--route-grid-offset-y), var(--route-grid-offset-x) var(--route-grid-offset-y), 0 0, 0 0;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.28));
  opacity: 0.72;
}

.site-footer>* {
  position: relative;
  z-index: 1;
}

.legal-modal-panel {
  --route-grid-size: 64px;
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(620px 260px at 50% 14%, rgba(47, 107, 255, 0.12), transparent 64%),
    linear-gradient(180deg, #05070b 0%, #06080d 46%, #05070b 100%) !important;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(92, 125, 255, 0.16);
}

.legal-modal-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(148, 148, 148, 0.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 148, 148, 0.28) 1px, transparent 1px),
    linear-gradient(135deg, rgba(47, 107, 255, 0.08) 0%, transparent 36%),
    linear-gradient(225deg, rgba(47, 107, 255, 0.06) 0%, transparent 34%);
  background-size: var(--route-grid-size) var(--route-grid-size), var(--route-grid-size) var(--route-grid-size), 100% 100%, 100% 100%;
  background-position: center top, center top, 0 0, 0 0;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.28));
  opacity: 0.72;
}

.legal-modal-panel header {
  background: #05070b;
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

.legal-modal-panel a {
  color: #2f6bff;
}

.legal-modal-panel a:hover {
  color: #5f8cff;
}

.app-review-hero,
.app-review-waitlist-section {
  --route-grid-edge: clamp(12px, 2.2vw, 28px);
  --route-grid-size: calc((100vw - (var(--route-grid-edge) * 2)) / 12);
  --route-grid-offset-x: var(--route-grid-edge);
  --route-grid-offset-y: clamp(56px, 8vw, 72px);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(720px 320px at 50% 12%, rgba(47, 107, 255, 0.14), transparent 68%),
    linear-gradient(180deg, #05070b 0%, #06080d 46%, #05070b 100%);
}

.app-review-hero::before,
.app-review-waitlist-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(148, 148, 148, 0.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 148, 148, 0.28) 1px, transparent 1px),
    linear-gradient(135deg, rgba(47, 107, 255, 0.08) 0%, transparent 36%),
    linear-gradient(225deg, rgba(47, 107, 255, 0.06) 0%, transparent 34%);
  background-size: var(--route-grid-size) var(--route-grid-size), var(--route-grid-size) var(--route-grid-size), 100% 100%, 100% 100%;
  background-position: var(--route-grid-offset-x) var(--route-grid-offset-y), var(--route-grid-offset-x) var(--route-grid-offset-y), 0 0, 0 0;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.28));
  opacity: 0.72;
}

.app-review-hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: clamp(8.5rem, 13vw, 11rem) 1rem clamp(4.5rem, 8vw, 7rem);
}

.app-review-hero-centered {
  justify-content: center;
  text-align: center;
}

.app-review-hero-stack {
  width: min(72rem, 100%);
}

.app-review-hero-stack::before,
.app-review-hero-stack::after {
  display: none;
}

.app-review-hero-image {
  display: block;
  filter: drop-shadow(0 28px 52px rgba(0, 0, 0, 0.42));
}

.app-review-hero-stack .app-review-kicker {
  width: fit-content;
  margin: 0 auto 1.35rem;
  color: #2f6bff;
  font-family: 'Archivo', sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.app-review-hero-stack .app-review-lead,
.app-review-hero-stack .app-review-note {
  margin-left: auto;
  margin-right: auto;
}

.app-review-hero-stack .app-review-actions {
  justify-content: center;
}

.app-review-shell,
.app-review-section-shell,
.app-review-waitlist-shell,
.app-review-contact-card {
  width: min(1120px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.app-review-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.98fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}

.app-review-copy {
  max-width: 660px;
}

.app-review-kicker {
  margin: 0 0 1.35rem;
  color: #2f6bff;
  font-family: 'Archivo', sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.app-review-section .app-review-kicker,
.app-review-contact-section .app-review-kicker {
  color: rgba(47, 84, 157, 0.78);
}

.app-review-title {
  margin: 0 0 clamp(1.5rem, 3vw, 2rem);
  color: #ffffff;
  font-family: "Archivo", sans-serif;
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.028em;
  line-height: 1.1;
  text-transform: uppercase;
  text-wrap: balance;
}

.app-review-lead {
  margin: 0;
  color: rgba(226, 232, 240, 0.9);
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 400;
  line-height: 1.55;
}

.app-review-note {
  margin: 1rem 0 0;
  color: rgba(194, 198, 216, 0.78);
  font-size: 1rem;
  line-height: 1.7;
}

.app-review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.app-review-visual {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(47, 107, 255, 0.12), rgba(5, 7, 11, 0.18)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.app-review-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}

.app-review-section {
  padding: clamp(4.5rem, 8vw, 7rem) 1rem;
  background: #f7f9ff;
}

.app-review-section-heading {
  max-width: 780px;
  margin: 0 auto 2.6rem;
  text-align: center;
}

.app-review-section-heading h2,
.app-review-waitlist-copy h2,
.app-review-contact-card h2 {
  margin: 0;
  color: #0a1020;
  font-family: "Archivo", sans-serif;
  font-size: clamp(2rem, 3.2vw, 2.7rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
  text-wrap: balance;
}

.app-review-section-heading p,
.app-review-waitlist-copy p,
.app-review-contact-card p {
  margin: 1rem 0 0;
  color: rgba(41, 53, 74, 0.78);
  font-size: 1.03rem;
  line-height: 1.7;
}

.app-review-section-heading .app-review-kicker,
.app-review-waitlist-copy .app-review-kicker,
.app-review-contact-card .app-review-kicker {
  margin: 0 0 1.35rem;
  font-family: 'Archivo', sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.2;
  text-transform: uppercase;
}

.app-review-section-heading .app-review-kicker,
.app-review-contact-card .app-review-kicker {
  color: rgba(47, 84, 157, 0.78);
}

.app-review-waitlist-copy .app-review-kicker {
  color: #2f6bff;
}

.app-review-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.app-review-feature-card,
.app-review-waitlist-card,
.app-review-contact-card {
  border: 1px solid rgba(47, 107, 255, 0.16);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 70px rgba(13, 31, 74, 0.08);
}

.app-review-feature-card {
  padding: 1.6rem;
}

.app-review-feature-card .material-symbols-outlined,
.app-review-list .material-symbols-outlined {
  color: #2f6bff;
}

.app-review-feature-card .material-symbols-outlined {
  font-size: 2rem;
}

.app-review-feature-card h3 {
  margin: 1rem 0 0;
  color: #0a1020;
  font-family: "Archivo", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.app-review-feature-card p {
  margin: 0.65rem 0 0;
  color: rgba(41, 53, 74, 0.76);
  line-height: 1.65;
}

.app-review-waitlist-section {
  padding: clamp(4.5rem, 8vw, 7rem) 1rem;
}

.app-review-waitlist-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}

.app-review-waitlist-copy h2,
.app-review-waitlist-copy p {
  color: #ffffff;
}

.app-review-waitlist-copy p {
  color: rgba(226, 232, 240, 0.86);
}

.app-review-list {
  display: grid;
  gap: 1rem;
  margin: 1.7rem 0 0;
  padding: 0;
  color: rgba(226, 232, 240, 0.86);
  list-style: none;
}

.app-review-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  line-height: 1.55;
}

.app-review-list .material-symbols-outlined {
  margin-top: 0.05rem;
  font-size: 1.25rem;
}

.app-review-waitlist-card {
  padding: clamp(1.35rem, 3vw, 2rem);
  background: rgba(255, 255, 255, 0.96);
}

.app-review-waitlist-card label {
  display: block;
  color: #0a1020;
  font-family: "Archivo", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.app-review-email-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.app-review-email-row input {
  min-height: 3.25rem;
  width: 100%;
  border: 1px solid rgba(47, 107, 255, 0.22);
  border-radius: 999px;
  background: #ffffff;
  color: #0a1020;
  padding: 0 1rem;
  font: inherit;
  outline: none;
}

.app-review-email-row input:focus {
  border-color: #2f6bff;
  box-shadow: 0 0 0 4px rgba(47, 107, 255, 0.14);
}

.app-review-email-row button {
  min-height: 3.25rem;
  border: 0;
  border-radius: 999px;
  background: #2f6bff;
  color: #ffffff;
  cursor: pointer;
  font-family: "Archivo", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 0 1.35rem;
  text-transform: uppercase;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.app-review-email-row button:hover {
  opacity: 0.86;
  transform: translateY(-1px);
}

.app-review-form-status {
  min-height: 1.5rem;
  margin: 0.85rem 0 0;
  color: #2f6bff;
  font-size: 0.9rem;
  line-height: 1.5;
}

.app-review-form-note {
  margin: 0.35rem 0 0;
  color: rgba(41, 53, 74, 0.68);
  font-size: 0.88rem;
  line-height: 1.6;
}

.app-review-contact-section {
  padding: clamp(4rem, 7vw, 6rem) 1rem;
  background: #f7f9ff;
}

.app-review-contact-card {
  max-width: 840px;
  padding: clamp(1.6rem, 4vw, 2.5rem);
  text-align: center;
}

.app-review-contact-card a {
  color: #2f6bff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

@media (max-width: 920px) {
  .app-review-hero {
    min-height: auto;
    padding-top: clamp(7.5rem, 20vw, 9rem);
  }

  .app-review-hero-image {
    width: min(108vw, 680px) !important;
    max-width: none !important;
    transform: translateX(-4vw);
  }

  .app-review-shell,
  .app-review-waitlist-shell {
    grid-template-columns: 1fr;
  }

  .app-review-copy {
    text-align: center;
  }

  .app-review-actions {
    justify-content: center;
  }

  .app-review-visual img {
    min-height: 240px;
  }

  .app-review-feature-grid {
    grid-template-columns: 1fr;
  }

  .app-review-email-row {
    grid-template-columns: 1fr;
  }

  .app-review-email-row button {
    width: 100%;
  }
}

.hero-intro-stack .final-cta-btn:hover {
  transform: translateY(-3px) scale(1.01);
}

.hero-intro-item.final-cta-actions {
  clip-path: none !important;
  overflow: visible !important;
  animation: none;
  opacity: 1;
  transform: none;
  filter: none;
  will-change: auto;
}

.hero-intro-stack .final-cta-btn-primary:hover {
  background: #5a89ff;
  box-shadow: none;
}

.hero-intro-stack .final-cta-btn-secondary:hover {
  background: rgba(47, 107, 255, 0.24);
  border-color: rgba(146, 179, 255, 1);
  box-shadow: none;
}

@media (min-width: 960px) {
  .market-split-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .market-split-grid {
    grid-template-columns: 1fr 1fr;
  }

  .market-split-col {
    padding: 2.6rem 2.4rem;
  }

  .market-split-media {
    height: 190px;
  }

  .market-split-col-primary {
    border-bottom: 0;
  }

  .market-split-col-secondary {
    border-left: 1px solid rgba(73, 104, 166, 0.14);
  }

  .solutions-header {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.55fr);
    column-gap: 2rem;
  }
}

@media (min-width: 640px) {
  .how-it-works-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industries-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solutions-card {
    padding: 1.75rem 1.55rem 1.6rem;
  }

  .how-it-works-card {
    padding: 1.75rem 1.55rem 1.6rem;
  }

  .final-cta-actions {
    flex-direction: row;
    justify-content: center;
  }

  .final-cta-btn {
    width: auto;
  }

}

@media (max-width: 639px) {
  .trust-image-wrap {
    min-height: clamp(220px, 60vw, 300px);
    aspect-ratio: 5 / 4;
  }

  .trust-image-wrap img {
    object-position: center 32%;
  }

  .coverage-map {
    min-height: clamp(220px, 60vw, 300px);
    aspect-ratio: 5 / 4;
  }

  .coverage-map-image {
    object-position: center 40%;
  }
}

@media (min-width: 1080px) {
  .how-it-works-section {
    padding: 6rem 2rem;
  }

  .market-split-section {
    padding: 6rem 2rem;
  }

  .industries-section {
    padding: 6rem 2rem;
  }

  .industries-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .trust-section {
    padding: 6.1rem 2rem;
  }

  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }

  .trust-image-wrap {
    min-height: 470px;
    aspect-ratio: auto;
  }

  .trust-content {
    padding: 2.15rem 2rem;
  }

  .coverage-section {
    padding: 6.1rem 2rem;
  }

  .coverage-tags {
    flex-wrap: nowrap;
  }

  .coverage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }

  .coverage-map {
    order: 0;
  }

  .coverage-content {
    padding: 2.15rem 2rem;
  }

  .coverage-map {
    min-height: 430px;
    aspect-ratio: auto;
  }

  .final-cta-section {
    padding: 6.1rem 2rem;
  }

  .solutions-section {
    padding: 6.2rem 2rem;
  }

  .solutions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .how-it-works-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.15rem;
  }

  .how-it-works-card {
    min-height: 276px;
  }
}
