﻿
@property --ring {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
:root {
  --ease-out-expo: cubic-bezier(.16, 1, .3, 1);
  --glass-line: linear-gradient(180deg,
      rgba(255, 255, 255, .40) 0%,
      rgba(255, 255, 255, .14) 22%,
      rgba(255, 255, 255, 0) 42%,
      rgba(255, 255, 255, 0) 58%,
      rgba(255, 255, 255, .12) 80%,
      rgba(255, 255, 255, .34) 100%);
}
::selection { background: var(--cyan); color: #04121a; text-shadow: none; }
::-moz-selection { background: var(--cyan); color: #04121a; text-shadow: none; }
input::selection, textarea::selection { background: var(--cyan); color: #04121a; }
input::-moz-selection, textarea::-moz-selection { background: var(--cyan); color: #04121a; }
.grain::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: .042;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}
.aurora {
  position: absolute;
  inset: -25%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  contain: layout paint style;
}
.aurora span {
  position: absolute;
  display: block;
  border-radius: 50%;
  mix-blend-mode: screen;
  filter: blur(70px);
  will-change: transform;
}
.aurora span:nth-child(1) {
  width: 46vw; height: 46vw; min-width: 340px; min-height: 340px;
  top: 2%; left: 8%;
  background: radial-gradient(circle, rgba(18, 201, 214, .40), transparent 68%);
  animation: drift-a 26s ease-in-out infinite;
}
.aurora span:nth-child(2) {
  width: 40vw; height: 40vw; min-width: 300px; min-height: 300px;
  top: 26%; right: 4%;
  background: radial-gradient(circle, rgba(37, 110, 200, .38), transparent 68%);
  animation: drift-b 34s ease-in-out infinite;
}
.aurora span:nth-child(3) {
  width: 30vw; height: 30vw; min-width: 240px; min-height: 240px;
  bottom: 6%; left: 34%;
  background: radial-gradient(circle, rgba(244, 166, 59, .16), transparent 70%);
  animation: drift-c 44s ease-in-out infinite;
}
@keyframes drift-a {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  33%      { transform: translate3d(14%, 8%, 0) scale(1.14); }
  66%      { transform: translate3d(-8%, 16%, 0) scale(.94); }
}
@keyframes drift-b {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  40%      { transform: translate3d(-16%, 12%, 0) scale(1.18); }
  75%      { transform: translate3d(6%, -10%, 0) scale(.9); }
}
@keyframes drift-c {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50%      { transform: translate3d(18%, -14%, 0) scale(1.25); }
}
.lglass {
  position: relative;
  background: rgba(255, 255, 255, .028);
  background-blend-mode: luminosity;
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  backdrop-filter: blur(16px) saturate(150%);
  border: none;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, .10),
    0 30px 70px rgba(3, 9, 18, .40);
}
.lglass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.4px;
  background: var(--glass-line);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.progress {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  height: 2px; pointer-events: none;
  background: transparent;
}
.progress i {
  display: block; height: 100%; width: 100%;
  transform: scaleX(var(--p, 0));
  transform-origin: 0 50%;
  background: linear-gradient(90deg, var(--cyan-600), var(--cyan-400) 60%, #9df3fa);
  box-shadow: 0 0 12px rgba(47, 217, 228, .55);
}
.nav.is-open,
.nav.is-stuck.is-open {
  background: transparent;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  box-shadow: none;
}
.nav.is-stuck {
  background: rgba(6, 16, 31, .58);
  -webkit-backdrop-filter: blur(18px) saturate(170%);
  backdrop-filter: blur(18px) saturate(170%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .07),
    0 16px 40px rgba(3, 9, 18, .35);
}
.nav__links a::after { left: 50%; transform: translateX(-50%); }
.hero .aurora,
.page-hero .aurora { z-index: 0; }
.hero__inner,
.page-hero__inner { position: relative; z-index: 2; }
.hero__bg,
.page-hero .hero__bg {
  transform: none;
  scale: 1.02;
  will-change: translate;
}
.hero .aurora,
.page-hero .aurora { display: none; }
.eyebrow {
  position: relative;
  background: rgba(18, 201, 214, .07);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}
.hero__pills li {
  padding: .5em 1em;
  border-radius: 999px;
  background: rgba(255, 255, 255, .04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .10),
              inset 0 0 0 1px rgba(255, 255, 255, .07);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: background var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.hero__pills li:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .10),
              inset 0 0 0 1px rgba(47, 217, 228, .45);
}
.hero__pills { gap: .7rem; }
.hero {
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.hero .hero__veil {
  background:
    radial-gradient(120% 108% at 50% 48%,
      transparent 48%,
      rgba(2,7,14,.20) 68%,
      rgba(2,7,14,.52) 85%,
      rgba(2,7,14,.80) 100%),
    linear-gradient(180deg,
      transparent 0%,
      transparent 88%,
      rgba(7,15,28,.55) 95%,
      #070f1c 100%);
}
.hero__inner {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  max-width: none;
  padding-top: clamp(5.5rem, 11vh, 7.5rem);
  padding-bottom: clamp(1.4rem, 3.5vh, 2.4rem);
}
.hero__inner { --copy: min(41rem, 100%); }
.hero .eyebrow,
.hero .hero__title,
.hero .hero__lede,
.hero .hero__pills,
.hero .hero__cta { max-width: var(--copy); }
.hero .eyebrow { margin-bottom: 1.7rem; }
.hero .hero__title { margin-bottom: 0; }
.hero .hero__lede { margin-inline: 0; margin-bottom: 0; max-width: var(--copy); }
.lede-break, .title-break { display: none; }
.lede-keep { white-space: nowrap; }
@media (min-width: 760px) {
  .lede-break { display: inline; }
}
@media (min-width: 901px) {
  .title-break { display: inline; }
}
.hero__rule {
  display: block;
  width: 5.5rem;
  height: 3px;
  border-radius: 2px;
  margin: 1.6rem 0 1.5rem;
  background: var(--cyan-400);
  box-shadow: 0 0 14px rgba(47, 217, 228, .5);
}
.eyebrow--live { display: inline-flex; align-items: center; gap: .65em; }
.livedot {
  position: relative;
  flex: none;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--cyan-400);
  box-shadow: 0 0 8px rgba(47, 217, 228, .9);
}
.livedot::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--cyan-400);
  animation: ping 2.4s cubic-bezier(0, 0, .2, 1) infinite;
}
@keyframes ping {
  0%        { transform: scale(1);   opacity: .75; }
  70%, 100% { transform: scale(3.4); opacity: 0; }
}
.hero .hero__pills {
  justify-content: flex-start;
  margin: 0 0 clamp(1.6rem, 3.5vh, 2.4rem);
  gap: .6rem;
}
.hero .hero__pills li {
  align-items: center;
  gap: .7rem;
  padding: .7em .95em;
  border-radius: 12px;
  font-size: .82rem;
  line-height: 1.28;
  letter-spacing: .01em;
  background: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .17);
  align-self: stretch;
}
.hero .hero__pills li:hover {
  background: none;
  box-shadow: inset 0 0 0 1px rgba(47, 217, 228, .55);
}
.hero .hero__pills li span { display: block; }
.hero .hero__pills .ic { font-size: 1.15rem; }
.hero .hero__cta {
  justify-content: flex-start;
  margin: 0;
  padding-top: 0;
  gap: .7rem;
}
.btn__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 1.75em;
  height: 1.75em;
  margin-left: .3em;
  margin-right: -.75em;
  border-radius: 50%;
  background: #04121a;
  color: var(--cyan-400);
  transition: background var(--t) var(--ease), color var(--t) var(--ease);
}
.btn__mark .ic { font-size: .78em; }
.btn--ghost .btn__mark { background: var(--cyan); color: #04121a; }
.btn--ghost:hover .btn__mark { background: var(--cyan-400); }
@media (max-width: 620px) {
  .hero .hero__inner { align-items: center; text-align: center; }
  .hero .hero__lede { margin-inline: auto; }
  .hero .hero__rule { margin-inline: auto; }
  .hero .hero__pills { justify-content: center; }
  .hero .hero__cta { justify-content: center; }
  .hero .hero__pills li:nth-child(1) { order: 2; }
  .hero .hero__pills li:nth-child(2),
  .hero .hero__pills li:nth-child(3) { order: 1; }
}
.hero__strip {
  width: min(calc(var(--wrap) - 3rem), 92vw);
  margin: 0 auto clamp(1rem, 3vh, 1.8rem);
  padding: clamp(.6rem, 1.2vw, .85rem) clamp(.4rem, .9vw, .7rem);
  border-radius: 14px;
  background: rgba(7, 17, 32, .5);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .09),
              inset 0 1px 0 rgba(255, 255, 255, .07);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.hero__strip-lead {
  margin: 0 0 .5rem;
  padding-inline: clamp(.6rem, 1.3vw, .95rem);
  font-family: var(--font-body);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--cyan-400);
  opacity: .85;
}
.hero__strip-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.hero__strip-list li {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: 0 clamp(.6rem, 1.3vw, .95rem);
}
.hero__strip-list li + li { border-left: 1px solid rgba(255, 255, 255, .10); }
.hero__strip-ic {
  flex: none;
  font-size: 2.2rem;
  stroke-width: 1.6;
  color: var(--cyan-400);
}
.hero__strip-t {
  margin: 0 0 .16rem;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--white);
}
.hero__strip-d {
  margin: 0;
  font-size: .75rem;
  line-height: 1.4;
  color: var(--text-inv-2);
}
@media (max-width: 980px) {
  .hero__strip-d { display: none; }
  .hero__strip-ic { font-size: 1.8rem; }
}
@media (max-width: 620px) {
  .hero__strip { padding: .6rem .45rem; border-radius: 12px; }
  .hero__strip-lead {
    font-size: .56rem;
    letter-spacing: .16em;
    margin-bottom: .45rem;
    padding-inline: .5rem;
  }
  .hero__strip-lead { text-align: center; }
  .hero__strip-list { grid-template-columns: 1fr; gap: .45rem; }
  .hero__strip-list li { padding: 0 .5rem; gap: .7rem; justify-content: center; }
  .hero__strip-list li + li {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .10);
    padding-top: .45rem;
  }
  .hero__strip-ic { font-size: 1.5rem; }
  .hero__strip-t { font-size: .7rem; margin-bottom: 0; }
}
@media (max-width: 620px) {
  .hero .hero__title {
    font-size: clamp(1.7rem, 8.8vw, 2.7rem);
    line-height: 1.08;
    margin-bottom: .8rem;
  }
  .hero .hero__title .hero__line,
  .hero .hero__title .accent { display: block; }
  .hero .eyebrow { margin-bottom: .9rem; }
  .hero .hero__inner { padding-top: 5.4rem; }
  .hero .hero__lede { font-size: .95rem; line-height: 1.5; }
  .hero .hero__pills { margin-bottom: 1.3rem; gap: .5rem; }
  .hero .hero__pills li { font-size: .76rem; padding: .6em .8em; gap: .55rem; }
  .hero .hero__pills .ic { font-size: 1.02rem; }
  .hero .hero__cta { gap: .6rem; }
  .hero .hero__cta .btn--lg { font-size: .88rem; padding: .68em 1.2em; }
  .hero .hero__rule { margin: 1.1rem 0 1rem; width: 4rem; }
}
body { background: var(--navy-900); color: var(--text-inv); }
.section,
.section--muted { background: var(--navy-900); color: var(--text-inv); }
.section--dark { background: #070f1c; }
.darkrun { background: #070f1c; }
.darkrun--sky { background: var(--navy-900); }
.darkrun__sky {
  position: sticky;
  top: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  margin-bottom: -100vh;
  pointer-events: none;
}
.sbg__veil {
  background:
    radial-gradient(78% 62% at 50% 50%,
      rgba(10, 22, 40, .94) 0%,
      rgba(10, 22, 40, .84) 45%,
      rgba(10, 22, 40, .58) 100%),
    linear-gradient(180deg,
      #070f1c 0%, rgba(10, 22, 40, 0) 14%,
      rgba(10, 22, 40, 0) 86%, #070f1c 100%);
}
.sbg__veil--copy-left {
  background:
    linear-gradient(90deg,
      rgba(10, 22, 40, .95) 0%,
      rgba(10, 22, 40, .92) 38%,
      rgba(10, 22, 40, .55) 64%,
      rgba(10, 22, 40, .30) 100%),
    linear-gradient(180deg,
      #070f1c 0%, rgba(10, 22, 40, 0) 12%,
      rgba(10, 22, 40, 0) 88%, #070f1c 100%);
}
.sbg__veil--copy-right {
  background:
    linear-gradient(270deg,
      rgba(6, 16, 31, .95) 0%,
      rgba(6, 16, 31, .92) 38%,
      rgba(6, 16, 31, .55) 64%,
      rgba(6, 16, 31, .28) 100%),
    linear-gradient(180deg,
      #070f1c 0%, rgba(6, 16, 31, 0) 12%,
      rgba(6, 16, 31, 0) 88%, #070f1c 100%);
}
.card--solution,
.quote,
.faq__item {
  background: rgba(255, 255, 255, .028);
  border-color: rgba(255, 255, 255, .09);
  box-shadow: 0 24px 60px rgba(2, 6, 14, .5);
  color: var(--text-inv);
}
.flow__step {
  box-shadow:
    0 24px 60px rgba(2, 6, 14, .5),
    0 0 30px -6px rgba(18, 201, 214, .22);
  color: var(--text-inv);
}
.card--solution h3, .flow__step h3, .quote__name { color: var(--white); }
.card--solution p, .flow__step p, .quote blockquote { color: var(--text-inv-2); }
.quote__role { color: rgba(157, 176, 200, .72); }
.card--solution .card__num { color: rgba(47, 217, 228, .55); }
.sec-lede, .section .sec-lede { color: var(--text-inv-2); }
.kicker { color: var(--cyan-400); }
.ticklist li { color: var(--text-inv); }
.faq__item summary { color: var(--text-inv); }
.faq__item p { color: var(--text-inv-2); }
.faq__item summary::after { color: var(--cyan-400); }
.flow__step:hover { box-shadow: 0 28px 60px rgba(2, 6, 14, .6); }
.step__no { background: var(--cyan); color: #04121a; }
.section:not(.section--dark):not(.section--cta) .btn:focus-visible,
.solution__cta .btn:focus-visible,
.faq__item summary:focus-visible { box-shadow: var(--focus-ring); }
.ecg, .ecg--to-dark, .ecg--to-light {
  position: relative;
  z-index: 3;
  margin-block: calc(var(--ecg-h) / -2);
  pointer-events: none;
}
.ecg--to-light .ecg__base { stroke: rgba(157, 176, 200, .20); }
.ecg--to-light .ecg__pulse { stroke: var(--cyan-400); }
.ecg__base { stroke: rgba(157, 176, 200, .16); }
.ecg__pulse { filter: drop-shadow(0 0 8px rgba(47, 217, 228, .95)); }
#role {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
#role .wrap { position: relative; z-index: 3; }
.role-head { max-width: 800px; margin: 0 auto clamp(2.6rem, 5vw, 3.9rem); text-align: center; }
.role-head .kicker { display: block; margin-bottom: .9rem; }
.role-pulse {
  display: block;
  width: 250px; height: 30px;
  margin: 1.4rem auto 1.1rem;
  color: var(--cyan-400);
  overflow: visible;
}
.role-pulse__base { stroke: currentColor; stroke-width: 1; opacity: .3; }
.role-pulse__run {
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 150 850;
  filter: drop-shadow(0 0 6px rgba(47, 217, 228, .9));
  animation: role-trace 3.4s linear infinite;
}
@keyframes role-trace {
  from { stroke-dashoffset: 1000; }
  to   { stroke-dashoffset: 0; }
}
.role-intro {
  max-width: 680px; margin: 0 auto;
  color: var(--text-inv-2);
  font-size: clamp(.95rem, 1.05vw, 1rem); line-height: 1.75;
}
.role-layout {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(440px, 1.18fr);
  align-items: center;
  gap: clamp(2.6rem, 7vw, 6.5rem);
}
.role-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.role-glow {
  position: absolute;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: rgba(0, 205, 230, .14);
  filter: blur(65px);
}
.role-orbit {
  position: absolute;
  z-index: 1;
  width: min(400px, 78%);
  aspect-ratio: 1;
  border: 1px solid rgba(47, 217, 228, .34);
  border-radius: 50%;
  transform: translateY(-52px) rotate(-17deg);
}
.role-orbit::before {
  content: "";
  position: absolute; inset: 9%;
  border: 1px dashed rgba(47, 217, 228, .16);
  border-radius: 50%;
}
.role-orbit::after {
  content: "";
  position: absolute;
  width: 9px; height: 9px;
  right: 11%; top: 15%;
  border-radius: 50%;
  background: var(--cyan-400);
  box-shadow: 0 0 18px var(--cyan-400);
}
.role-sparks {
  position: absolute;
  z-index: 1;
  width: min(560px, 115%);
  height: auto;
  pointer-events: none;
  transform: translateY(-18px);
}
.role-sparks__dots circle {
  fill: #8fe9fb;
  opacity: .5;
  animation: role-twinkle var(--dur, 5s) ease-in-out infinite;
  animation-delay: var(--dl, 0s);
}
.role-sparks__nodes circle {
  fill: var(--cyan-400);
  opacity: .7;
  animation: role-twinkle var(--dur, 7s) ease-in-out infinite;
  animation-delay: var(--dl, 0s);
}
@keyframes role-twinkle {
  0%, 100% { opacity: .22; }
  50%      { opacity: .92; }
}
.role-nurse {
  position: relative; z-index: 2;
  width: min(560px, 115%);
  max-height: 560px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 22px 40px rgba(0, 0, 0, .4))
          drop-shadow(0 0 30px rgba(0, 210, 235, .08));
  transform: translateY(12px);
}
.role-timeline { position: relative; padding-left: 34px; }
.role-timeline::before {
  content: "";
  position: absolute;
  left: 12px; top: 25px; bottom: 25px;
  width: 1px;
  background: linear-gradient(to bottom, transparent,
              rgba(47, 217, 228, .22) 12%, rgba(47, 217, 228, .22) 88%, transparent);
}
.role-step {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 1.6rem;
  padding: 0 0 2.7rem;
}
.role-step:last-child { padding-bottom: 0; }
.role-step__ic {
  position: relative; z-index: 2;
  width: 72px; height: 72px;
  display: grid; place-items: center;
  border: 1px solid rgba(47, 217, 228, .35);
  border-radius: 50%;
  color: var(--cyan-400);
  background: rgba(5, 22, 39, .92);
  box-shadow: 0 0 26px rgba(47, 217, 228, .08);
  transition: box-shadow .4s var(--ease), transform .4s var(--ease-out-expo);
}
.role-step__ic .ic { font-size: 1.75rem; }
.role-step:hover .role-step__ic {
  box-shadow: 0 0 30px rgba(47, 217, 228, .26);
  transform: translateY(-2px);
}
.role-step h3 {
  margin: .45rem 0 .55rem;
  color: var(--white);
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.15rem, 1.8vw, 1.55rem); line-height: 1.2;
}
.role-step p {
  max-width: 650px; margin: 0;
  color: var(--text-inv-2);
  font-size: clamp(.9rem, 1vw, .97rem); line-height: 1.7;
}
.role-note {
  position: relative;
  display: flex; align-items: center; gap: 1.1rem;
  width: min(900px, 100%);
  margin: clamp(2.6rem, 5vw, 3.9rem) auto 0;
  padding: 1.2rem 1.55rem;
  border: 1px solid rgba(91, 125, 157, .22);
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(15, 35, 56, .72), rgba(8, 25, 43, .52));
  box-shadow: inset 0 1px rgba(255, 255, 255, .025);
}
.role-note__ic { flex: 0 0 43px; color: var(--cyan-400); display: grid; place-items: center; }
.role-note__ic .ic { font-size: 2.05rem; }
.role-note p { margin: 0; color: var(--text-inv-2); font-size: .87rem; line-height: 1.65; }
.role-decor { position: absolute; z-index: 1; pointer-events: none; opacity: .9; }
.role-orb {
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%,
              rgba(104, 226, 239, .42), rgba(30, 120, 147, .14) 48%, rgba(5, 22, 38, 0) 72%);
  animation: role-float 9s ease-in-out infinite;
}
.role-orb--1 { width: 120px; height: 120px; left: -35px; top: 18%; animation-delay: -2s; }
.role-orb--2 { width: 72px; height: 72px; right: 5%; top: 9%; opacity: .55; animation-delay: -6s; }
.role-orb--3 { width: 105px; height: 105px; left: 47%; bottom: 2%; opacity: .4; animation-delay: -4s; }
.role-plus {
  color: rgba(47, 217, 228, .45);
  font-size: 46px; font-weight: 200; line-height: 1;
  animation: role-float 8s ease-in-out infinite;
}
.role-plus--1 { left: 3%; bottom: 18%; }
.role-plus--2 { right: 4%; top: 41%; font-size: 58px; animation-delay: -3s; }
.role-dots {
  width: 90px; height: 65px;
  background-image: radial-gradient(circle, rgba(47, 217, 228, .65) 1.5px, transparent 1.7px);
  background-size: 18px 18px;
  opacity: .42;
}
.role-dots--1 { left: 1%; bottom: 5%; }
.role-dots--2 { right: 2%; top: 18%; opacity: .25; }
.role-wave { width: 470px; height: 170px; color: rgba(47, 217, 228, .22); }
.role-wave--1 { left: -90px; bottom: -35px; transform: rotate(-7deg); }
.role-wave--2 { right: -110px; top: 25%; transform: rotate(12deg); opacity: .5; }
@keyframes role-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50%      { transform: translate3d(0, -17px, 0); }
}
.morb {
  display: none;
  position: absolute;
  z-index: 0;
  width: var(--morb-w); aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle at 32% 28%,
              rgba(104, 226, 239, .34), rgba(30, 120, 147, .12) 48%, rgba(5, 22, 38, 0) 72%);
  animation: role-float 9s ease-in-out infinite;
}
.morb--wide { display: block; animation-delay: -2s; }
@media (min-width: 901px) {
  .morb--d { display: block; }
  .morb--wide {
    --morb-w: clamp(64px, 6.5vw, 104px);
    right: clamp(1rem, 2.6vw, 3rem);
    top: clamp(1.5rem, 5vh, 4.5rem);
    opacity: .75;
  }
  .morb--d1 {
    --morb-w: clamp(96px, 9.5vw, 150px);
    left: clamp(.5rem, 2vw, 2.5rem); top: 7%;
    opacity: .6; animation-delay: -5.3s;
  }
  .morb--d2 {
    --morb-w: clamp(48px, 4.5vw, 72px);
    right: clamp(2rem, 7vw, 7rem); top: 22%;
    opacity: .45; animation-delay: -1.7s;
  }
  .morb--d7 {
    --morb-w: clamp(84px, 8.5vw, 138px);
    right: clamp(.5rem, 2vw, 2.5rem); bottom: 9%;
    opacity: .5; animation-delay: -8.4s;
  }
  .morb--d4 {
    --morb-w: clamp(70px, 7vw, 118px);
    left: clamp(.5rem, 2vw, 2.5rem); bottom: 12%;
    opacity: .5; animation-delay: -3.2s;
  }
  .morb--d3 {
    --morb-w: clamp(72px, 7vw, 116px);
    left: clamp(.5rem, 2.4vw, 3rem); top: 6%;
    opacity: .55; animation-delay: -7.1s;
  }
  .morb--d8 {
    --morb-w: clamp(90px, 9vw, 148px);
    right: clamp(.5rem, 1.8vw, 2.25rem); top: 44%;
    opacity: .5; animation-delay: -4.6s;
  }
  .morb--d5 {
    --morb-w: clamp(90px, 9vw, 145px);
    right: calc(var(--morb-w) / -2);
    top: calc(5.2rem + 3px - var(--morb-w) / 2);
    opacity: .55; animation-delay: -6.2s;
  }
  #contact .ctashell { position: relative; z-index: 1; }
  .morb--d6 {
    --morb-w: clamp(46px, 4.4vw, 70px);
    left: clamp(1rem, 4.5vw, 5.5rem); bottom: 14%;
    opacity: .34; animation-delay: -2.9s;
  }
  #testimonials > .wrap, #faq > .wrap, #contact > .wrap {
    position: relative; z-index: 1;
  }
}
#results > .wrap { position: relative; z-index: 1; }
@media (max-width: 900px) {
  .morb:not(.morb--d) { display: block; }
  #faq > .wrap, #about > .wrap, #contact > .wrap,
  .footer > .wrap { position: relative; z-index: 1; }
  .morb--tr {
    width: min(88px, 22vw); aspect-ratio: 1;
    right: 5%; top: 2.5%;
    animation-delay: -2s;
  }
  .morb--tl {
    width: min(88px, 22vw); aspect-ratio: 1;
    left: 5%; top: 2.5%;
    opacity: .6;
    animation-delay: -4s;
  }
  #faq .faqsplit .sec-head { position: relative; }
  .morb--hl {
    width: min(70px, 18vw); aspect-ratio: 1;
    left: 2%; top: calc(100% - .6rem);
    opacity: .55;
    animation-delay: -6s;
  }
  #faq .faq { position: relative; z-index: 1; }
  #contact .morb { opacity: .5; }
}
@media (prefers-reduced-motion: reduce) {
  .morb { animation: none; }
}
@media (max-width: 1099px) {
  .role-layout { grid-template-columns: 1fr; gap: 1.4rem; }
  .role-visual { min-height: 420px; max-width: 650px; margin-inline: auto; width: 100%; }
  .role-nurse { width: min(500px, 100%); }
  .role-timeline { max-width: 720px; margin-inline: auto; }
}
@media (max-width: 560px) {
  .role-visual { min-height: 320px; }
  .role-nurse { width: 115%; }
  .role-orbit { width: min(300px, 74%); transform: translateY(-34px) rotate(-17deg); }
  .role-orbit::after { width: 7px; height: 7px; }
  .role-sparks { width: 118%; transform: translateY(-10px); }
  .role-timeline { padding-left: 0; }
  .role-timeline::before { left: 35px; top: 22px; }
  .role-step { grid-template-columns: 70px 1fr; gap: 1.1rem; padding-bottom: 2.2rem; }
  .role-step__ic { width: 70px; height: 70px; }
  .role-note { align-items: flex-start; padding: 1.05rem; }
  .role-dots, .role-wave { opacity: .25; }
}
@media (prefers-reduced-motion: reduce) {
  .role-orb, .role-plus { animation: none; }
  .role-pulse__run { animation: none; stroke-dasharray: none; opacity: .55; }
  .role-sparks__dots circle,
  .role-sparks__nodes circle { animation: none; }
  .role-sparks__dots circle { opacity: .45; }
  .role-sparks__nodes circle { opacity: .65; }
}
#requirements {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
#requirements .wrap { position: relative; z-index: 2; }
.req-scene {
  position: absolute;
  z-index: -2;
  color: rgba(47, 217, 228, .30);
  pointer-events: none;
  overflow: visible;
}
.req-scene path, .req-scene circle {
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.req-scene--chart {
  right: 2%; top: 8%;
  width: clamp(130px, 15vw, 215px); height: auto;
  opacity: .85;
}
@media (max-width: 950px) {
  .req-scene { opacity: .3; }
}
#requirements::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 50% 42%,
              rgba(4, 18, 33, .10) 0%, rgba(4, 18, 33, .28) 58%, rgba(3, 14, 27, .48) 100%);
}
.req-head { max-width: 780px; margin: 0 auto clamp(3.4rem, 6vw, 4.6rem); text-align: center; }
.req-head .kicker { display: block; margin-bottom: .9rem; }
.req-intro {
  max-width: 680px; margin: 0 auto;
  color: var(--text-inv-2);
  font-size: clamp(.93rem, 1.02vw, 1rem); line-height: 1.75;
}
.req-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  align-items: stretch;
  padding-top: 44px;
  max-width: 1010px;
  margin-inline: auto;
}
.req-card {
  position: relative;
  display: flex;
  flex-direction: column;
  aspect-ratio: 1;
  min-height: 240px;
  justify-content: center;
  padding: 3.2rem 2rem 2.2rem;
  border: 1px solid rgba(105, 225, 238, .20);
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 0%, rgba(53, 231, 246, .12), transparent 42%),
    linear-gradient(135deg, rgba(23, 57, 79, .24), rgba(4, 20, 37, .16));
  -webkit-backdrop-filter: blur(9px) saturate(125%);
  backdrop-filter: blur(9px) saturate(125%);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, .20),
    inset 0 1px 0 rgba(255, 255, 255, .055),
    inset 0 0 35px rgba(20, 211, 229, .025);
  transition: transform .4s var(--ease-out-expo), border-color .4s var(--ease),
              box-shadow .4s var(--ease);
}
.req-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(125deg,
              rgba(57, 235, 247, .60), rgba(57, 235, 247, .08) 28%,
              transparent 52%, rgba(57, 235, 247, .22) 78%, rgba(57, 235, 247, .48));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.req-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(178deg,
              rgba(255, 255, 255, .075), rgba(255, 255, 255, 0) 42%);
  opacity: .65;
}
.req-card > * { position: relative; z-index: 2; }
.req-card:hover {
  transform: translateY(-9px);
  border-color: rgba(49, 232, 245, .48);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, .28),
    0 0 42px rgba(25, 226, 242, .10),
    inset 0 1px 0 rgba(255, 255, 255, .08),
    inset 0 0 45px rgba(20, 211, 229, .045);
}
.req-card:hover::before {
  background: linear-gradient(125deg,
              rgba(57, 235, 247, .90), rgba(57, 235, 247, .12) 30%,
              transparent 52%, rgba(57, 235, 247, .30) 78%, rgba(57, 235, 247, .70));
}
.req-card__ic {
  position: absolute;
  z-index: 3;
  left: 50%; top: 0;
  transform: translate(-50%, -50%);
  width: 76px; height: 76px;
  display: grid; place-items: center;
  border: 1px solid rgba(47, 217, 228, .48);
  border-radius: 50%;
  color: var(--cyan-400);
  background:
    radial-gradient(circle at 50% 35%,
    rgba(37, 119, 141, .30), rgba(3, 19, 35, .72) 70%, rgba(3, 19, 35, .62)),
    #071827;
  box-shadow:
    0 0 28px rgba(47, 217, 228, .12),
    inset 0 0 24px rgba(47, 217, 228, .08),
    inset 0 1px rgba(255, 255, 255, .06);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: transform .4s var(--ease-out-expo);
}
.req-card__ic .ic {
  font-size: 2.3rem;
  filter: drop-shadow(0 0 7px rgba(47, 217, 228, .30));
}
.req-card__body { text-align: center; }
.req-card__bar {
  position: absolute;
  left: 50%; bottom: -1px;
  transform: translateX(-50%);
  width: 96px; height: 3px;
  border-radius: 3px;
  background: var(--cyan-400);
  box-shadow: 0 0 14px rgba(47, 217, 228, .85), 0 0 4px rgba(47, 217, 228, 1);
  transition: width .4s var(--ease-out-expo);
}
.req-card:hover .req-card__bar { width: 132px; }
.req-card__body h3 {
  margin: 0 0 .8rem;
  color: var(--white);
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(1.2rem, 1.6vw, 1.5rem); line-height: 1.2;
  text-shadow: 0 1px 18px rgba(0, 0, 0, .35);
}
.req-card__body h3::after {
  content: "";
  display: block;
  width: 34px; height: 1px;
  margin: .95rem auto 0;
  background: rgba(47, 217, 228, .55);
  box-shadow: 0 0 10px rgba(47, 217, 228, .45);
}
.req-card__body p {
  max-width: 300px; margin: 0 auto;
  color: var(--text-inv-2);
  font-size: clamp(.88rem, .98vw, .95rem); line-height: 1.75;
  text-shadow: 0 1px 14px rgba(0, 0, 0, .55);
}
.req-plus, .req-dots, .req-trail {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.req-plus {
  color: rgba(47, 217, 228, .42);
  font-size: 54px; font-weight: 200; line-height: 1;
  animation: role-float 9s ease-in-out infinite;
}
.req-plus--l { left: 2.2%; top: 56%; animation-delay: -2s; }
.req-plus--r { right: 2.4%; top: 36%; font-size: 44px; animation-delay: -5s; }
.req-dots {
  width: 96px; height: 84px;
  background-image: radial-gradient(circle, rgba(47, 217, 228, .60) 1.6px, transparent 1.8px);
  background-size: 19px 19px;
  opacity: .4;
  animation: role-float 11s ease-in-out infinite;
}
.req-dots--l { left: .6%; top: 68%; animation-delay: -4s; }
.req-dots--r { right: 1%; top: 12%; opacity: .28; animation-delay: -7s; }
.req-trail { color: rgba(47, 217, 228, .30); overflow: visible; }
.req-trail path { stroke: currentColor; stroke-width: 1.4; fill: none; }
.req-trail__dot { fill: var(--cyan-400); filter: drop-shadow(0 0 7px rgba(47, 217, 228, .9)); }
.req-trail--bl { left: -10px; bottom: 4%; width: 340px; height: 120px; }
.req-trail--br { right: -10px; bottom: 1%; width: 300px; height: 170px; }
.req-trail--tr { right: 6%; top: 0; width: 170px; height: 150px; opacity: .8; }
.req-float {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%,
              rgba(104, 226, 239, .28), rgba(35, 119, 144, .10) 48%, transparent 73%);
  animation: role-float 10s ease-in-out infinite;
}
.req-float--1 { width: 115px; height: 115px; top: 12%; left: 18%; animation-delay: -3s; }
.req-float--2 { width: 90px; height: 90px; right: 18%; bottom: 10%; opacity: .55; animation-delay: -6s; }
.req-float--3 { width: 55px; height: 55px; top: 44%; right: 4%; opacity: .5; animation-delay: -1s; }
@media (max-width: 950px) {
  .req-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; gap: 4rem; }
  .req-card { aspect-ratio: auto; min-height: 0; }
}
@media (max-width: 560px) {
  .req-card { padding: 2.9rem 1.5rem 2rem; }
  .req-card__ic { width: 66px; height: 66px; }
  .req-card__ic .ic { font-size: 2rem; }
  .req-float { opacity: .45; }
}
@media (max-width: 560px) {
  .req-plus, .req-dots { opacity: .3; }
}
@media (prefers-reduced-motion: reduce) {
  .req-float, .req-plus, .req-dots { animation: none; }
  .req-card, .req-card__ic { transition: none; }
}
#apply { position: relative; isolation: isolate; overflow: hidden; }
#apply .wrap { position: relative; z-index: 2; }
#apply::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .34;
  background-image: radial-gradient(circle, rgba(80, 211, 226, .7) 1px, transparent 1.5px);
  background-size: 115px 115px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 88%);
          mask-image: linear-gradient(to bottom, #000, transparent 88%);
}
.ap-orb {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle at 30% 25%,
              rgba(91, 224, 236, .34), rgba(24, 111, 137, .12) 48%, transparent 72%);
  animation: role-float 9s ease-in-out infinite;
}
.ap-orb--1 { width: 140px; height: 140px; left: -45px; top: 25%; }
.ap-orb--2 { width: 90px; height: 90px; right: 3%; top: 13%; animation-delay: -3s; }
.ap-orb--3 { width: 120px; height: 120px; right: 13%; bottom: 8%; opacity: .45; animation-delay: -6s; }
.ap-head { max-width: 850px; margin: 0 auto clamp(2.6rem, 5vw, 3.6rem); text-align: center; }
.ap-head .kicker { display: block; margin-bottom: .9rem; }
.ap-intro {
  max-width: 720px; margin: 1.3rem auto 1.5rem;
  color: var(--text-inv-2);
  font-size: clamp(.95rem, 1.1vw, 1.06rem); line-height: 1.7;
}
.ap-quick {
  list-style: none; margin: 0; padding: 0;
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: .7rem 1.75rem;
  color: #dce6ef; font-size: .84rem; font-weight: 600;
}
.ap-quick li { display: flex; align-items: center; gap: .5rem; }
.ap-quick .ic { color: var(--cyan-400); font-size: 1.05rem; flex: none; }
.ap-shell {
  width: min(1180px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  border: 1px solid rgba(113, 161, 188, .28);
  border-radius: 28px;
  overflow: hidden;
  background: rgba(5, 19, 34, .48);
  box-shadow: 0 35px 100px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .035);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.ap-side {
  padding: 2.4rem 1.7rem;
  border-right: 1px solid rgba(107, 155, 182, .18);
  background: linear-gradient(180deg, rgba(14, 40, 62, .44), rgba(4, 19, 34, .28));
}
.ap-side__title {
  margin: 0 0 .5rem;
  font-family: var(--font-display); font-weight: 600; font-size: 1.5rem;
  color: var(--white);
}
.ap-side__copy {
  margin: 0 0 2.2rem;
  color: var(--text-inv-2); font-size: .78rem; line-height: 1.65;
}
.ap-steps { position: relative; list-style: none; margin: 0; padding: 0; }
.ap-steps::before {
  content: "";
  position: absolute;
  left: 16px; top: 17px; bottom: 18px;
  width: 1px;
  background: linear-gradient(var(--cyan-400), rgba(47, 217, 228, .08));
}
.ap-step { position: relative; display: flex; gap: .9rem; align-items: flex-start; margin-bottom: 1.8rem; }
.ap-step:last-child { margin-bottom: 0; }
.ap-step__n {
  flex: 0 0 33px; height: 33px;
  display: grid; place-items: center;
  border: 1px solid rgba(47, 217, 228, .28);
  border-radius: 50%;
  background: #081c30;
  color: #7690a8; font-size: .74rem; font-weight: 800;
  position: relative; z-index: 1;
}
.ap-step--on .ap-step__n {
  color: #02131e;
  background: var(--cyan-400);
  border-color: var(--cyan-400);
  box-shadow: 0 0 22px rgba(47, 217, 228, .25);
}
.ap-step b { display: block; font-size: .82rem; margin: .2rem 0 .15rem; color: var(--white); }
.ap-step small { color: var(--text-inv-2); font-size: .7rem; }
.ap-form {
  max-width: none;
  margin-inline: 0;
  padding: 2.6rem 2.1rem 2.8rem;
}
.ap-form.contact__form {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.ap-form.contact__form::before { display: none; }
.ap-sec { padding: 0 0 2.2rem; margin: 0 0 2.2rem; border-bottom: 1px solid rgba(107, 155, 182, .18); }
.ap-sec:last-of-type { border-bottom: 0; margin-bottom: 0; padding-bottom: .6rem; }
.ap-sec__head { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.5rem; }
.ap-sec__ic {
  flex: none;
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border-radius: 11px;
  color: var(--cyan-400);
  border: 1px solid rgba(47, 217, 228, .25);
  background: rgba(47, 217, 228, .055);
}
.ap-sec__ic .ic { font-size: 1.2rem; }
.ap-sec__title { margin: 0; font-size: 1.05rem; font-weight: 800; letter-spacing: .01em; color: var(--white); }
.ap-sec__sub { margin: .25rem 0 0; color: var(--text-inv-2); font-size: .76rem; }
.ap-shell .field input,
.ap-shell .field textarea,
.ap-shell .cs__input,
.ap-shell .dp__input {
  background: transparent;
  border-color: rgba(255, 255, 255, .16);
}
.ap-shell .field input:hover,
.ap-shell .field textarea:hover,
.ap-shell .cs__input:hover,
.ap-shell .dp__input:hover { border-color: rgba(255, 255, 255, .26); }
.ap-shell .field input:focus,
.ap-shell .field textarea:focus,
.ap-shell .cs__input:focus-visible,
.ap-shell .cs.is-open .cs__input {
  background: rgba(255, 255, 255, .045);
  border-color: var(--cyan);
}
.ap-req { color: var(--cyan-400); }
.ap-opt { font-weight: 500; color: #667b92; }
.ap-drop {
  position: relative;
  display: flex; align-items: center; gap: 1rem;
  min-height: 104px;
  padding: 1.1rem;
  border: 1px dashed rgba(47, 217, 228, .30);
  border-radius: 14px;
  background: rgba(13, 37, 57, .30);
  transition: border-color .25s var(--ease), background .25s var(--ease);
}
.ap-drop:hover, .ap-drop:focus-within {
  border-color: rgba(47, 217, 228, .62);
  background: rgba(47, 217, 228, .035);
}
.ap-drop__ic {
  flex: none;
  width: 43px; height: 43px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: rgba(47, 217, 228, .08);
  color: var(--cyan-400);
}
.ap-drop__ic .ic { font-size: 1.3rem; }
.ap-drop__text b { display: block; font-size: .84rem; font-weight: 700; margin-bottom: .25rem; color: var(--white); }
.ap-drop__text small { font-size: .72rem; color: var(--text-inv-2); }
.ap-drop input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  opacity: 0;
  cursor: pointer;
}
.ap-drop:has(input.is-error) { border-color: var(--danger, #ff6b6b); }
.ap-submit { margin-top: 1.5rem; }
.ap-privacy {
  text-align: center;
  color: #61758c;
  font-size: .7rem;
  margin: 1rem 0 0;
}
@media (max-width: 900px) {
  .ap-shell { grid-template-columns: 1fr; }
  .ap-side {
    border-right: 0;
    border-bottom: 1px solid rgba(107, 155, 182, .18);
    padding: 1.6rem;
  }
  .ap-side__copy { margin-bottom: 1.4rem; }
  .ap-steps { display: flex; gap: .5rem; justify-content: space-between; }
  .ap-steps::before { display: none; }
  .ap-step { margin: 0; display: block; text-align: center; flex: 1; min-width: 0; }
  .ap-step__n { width: 33px; height: 33px; margin-inline: auto; }
  .ap-step b { font-size: .68rem; margin-top: .45rem; }
  .ap-step small { display: none; }
  .ap-form { padding: 2rem 1.6rem 2.2rem; }
}
@media (max-width: 560px) {
  .ap-quick { flex-direction: column; align-items: center; gap: .5rem; font-size: .78rem; }
  .ap-form { padding: 1.7rem 1.1rem 2rem; }
  .ap-side { padding: 1.4rem 1.1rem; }
  .ap-side__title { font-size: 1.3rem; }
  .ap-steps { gap: .3rem; }
  .ap-step b {
    font-size: .58rem;
    letter-spacing: .01em;
    overflow-wrap: anywhere;
  }
  .ap-step__n { width: 29px; height: 29px; font-size: .66rem; }
  .ap-sec { padding-bottom: 1.7rem; margin-bottom: 1.7rem; }
  .ap-drop { flex-direction: column; text-align: center; gap: .7rem; }
}
@media (prefers-reduced-motion: reduce) {
  .ap-orb { animation: none; }
}
.pfield {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.pfield i {
  position: absolute;
  width: 2px; height: 2px;
  border-radius: 50%;
  background: #bfe9f2;
  opacity: 0;
  animation: pdrift var(--dur, 14s) linear infinite;
  animation-delay: var(--dl, 0s);
}
.pfield i.is-warm { background: #ffc36e; width: 2.5px; height: 2.5px; }
@keyframes pdrift {
  0%   { opacity: 0;   transform: translateY(14px); }
  18%  { opacity: var(--op, .5); }
  72%  { opacity: var(--op, .5); }
  100% { opacity: 0;   transform: translateY(-26px); }
}
@media (prefers-reduced-motion: reduce) {
  .pfield i { animation: none; opacity: .3; }
}
[data-stagger] > *:not([aria-hidden="true"]) {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .65s var(--ease-out-expo), transform .65s var(--ease-out-expo);
}
[data-stagger] > *.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  [data-stagger] > * { opacity: 1; transform: none; transition: none; }
}
.orn {
  position: absolute;
  z-index: 0;
  color: rgba(157, 176, 200, .30);
  pointer-events: none;
  display: none;
}
@media (min-width: 1200px) { .orn { display: block; } }
@media (max-width: 1199px) {
  #problem .orn--plexus,
  #solution .orn--fan { display: block; }
  #problem .orn--plexus {
    left: auto;
    right: -.25rem;
    top: .5rem;
    transform: scale(.58);
    transform-origin: top right;
    opacity: .75;
  }
  #solution .orn--fan {
    right: auto;
    left: calc(var(--fan-x, -24px) + var(--fan-push, 0px));
    top: var(--fan-y, 129px);
    width: 86px;
    height: 64px;
    transform: none;
    opacity: .85;
    --fan-shift: 0px;
    --fan-lift: 0px;
  }
  #problem > .wrap, #solution > .wrap { position: relative; z-index: 1; }
  #problem .tl__rail,
  #problem .tl__progress { bottom: -2.6rem; }
}
.orn--l { left: clamp(1rem, 3vw, 3.5rem); }
.orn--r { right: clamp(1rem, 3vw, 3.5rem); }
.orn--t { top: clamp(2rem, 6vh, 5rem); }
.orn--b { bottom: clamp(2rem, 6vh, 5rem); }
.orn--mid { top: 50%; transform: translateY(-50%); }
.orn svg { display: block; overflow: visible; }
.orn circle, .orn path, .orn line, .orn rect { vector-effect: non-scaling-stroke; }
.orn__spin { animation: orn-spin 90s linear infinite; transform-origin: 50% 50%; }
.orn__spin--rev { animation-direction: reverse; animation-duration: 130s; }
@keyframes orn-spin { to { transform: rotate(360deg); } }
.orn__run { animation: orn-run 9s ease-in-out infinite; }
@keyframes orn-run {
  0%, 100% { transform: translateY(0); opacity: .25; }
  50%      { transform: translateY(88px); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .orn__spin, .orn__run { animation: none; }
}
.orn__draw {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: orn-draw 11s ease-in-out infinite;
}
@keyframes orn-draw {
  0%       { stroke-dashoffset: 1000; }
  35%, 78% { stroke-dashoffset: 0; }
  100%     { stroke-dashoffset: 0; opacity: 0; }
}
.orn__rider {
  offset-path: var(--track);
  offset-rotate: 0deg;
  animation: orn-ride 11s ease-in-out infinite;
}
@keyframes orn-ride {
  0%, 30%  { offset-distance: 0%;   opacity: 0; }
  40%      { opacity: 1; }
  78%      { offset-distance: 100%; opacity: 1; }
  86%, 100%{ offset-distance: 100%; opacity: 0; }
}
@supports not (offset-path: path("M0 0")) { .orn__rider { display: none; } }
.pulse-rule {
  display: block;
  width: min(430px, 74%);
  margin: 1rem auto 0;
}
.pulse-rule svg { display: block; width: 100%; height: auto; overflow: visible; }
.pulse-rule__dot {
  offset-path: var(--track);
  offset-rotate: 0deg;
  filter: drop-shadow(0 0 6px rgba(47, 217, 228, .9));
  animation: pulse-ride 6.5s cubic-bezier(.5, 0, .5, 1) infinite;
}
@keyframes pulse-ride {
  0%, 22%   { offset-distance: 0%;   opacity: 0; }
  30%       { opacity: 1; }
  82%       { offset-distance: 100%; opacity: 1; }
  90%, 100% { offset-distance: 100%; opacity: 0; }
}
@supports not (offset-path: path("M0 0")) { .pulse-rule__dot { display: none; } }
@media (prefers-reduced-motion: reduce) { .pulse-rule__dot { animation: none; opacity: 0; } }
.orn--helix { display: none; }
@media (min-width: 1400px) { .orn--helix { display: block; } }
.orn--helix svg { width: 148px; height: auto; overflow: visible; }
.orn__dna {
  opacity: .5;
  animation: dna-breathe 15s ease-in-out infinite;
}
@keyframes dna-breathe {
  0%, 100% { opacity: .34; }
  50%      { opacity: .62; }
}
.orn__plus use { animation: plus-breathe 9s ease-in-out infinite; }
.orn__plus use:nth-child(2) { animation-delay: -1.8s; }
.orn__plus use:nth-child(3) { animation-delay: -3.6s; }
.orn__plus use:nth-child(4) { animation-delay: -5.4s; }
.orn__plus use:nth-child(5) { animation-delay: -7.2s; }
@keyframes plus-breathe {
  0%, 100% { opacity: .35; }
  50%      { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .orn__dna, .orn__plus use { animation: none; }
}
.orn--fan { width: clamp(120px, 11vw, 176px); }
.orn--fan.orn--t { top: 0; }
.orn--fan svg { width: 100%; height: auto; display: block; }
.fan__ends circle { animation: fan-end 4.4s ease-in-out infinite; }
.fan__ends circle:nth-child(3n)   { animation-delay: .9s }
.fan__ends circle:nth-child(3n+1) { animation-delay: 1.8s }
@keyframes fan-end {
  0%, 100% { opacity: .45 }
  50%      { opacity: 1 }
}
.orn--plexus canvas { display: block; }
@media (prefers-reduced-motion: reduce) {
  .fan__ends circle { animation: none; }
}
.orn__ping { animation: orn-ping 4.5s ease-out infinite; transform-origin: 0 100%; }
.orn__ping:nth-child(2) { animation-delay: 1.1s; }
.orn__ping:nth-child(3) { animation-delay: 2.2s; }
.orn__ping:nth-child(4) { animation-delay: 3.3s; }
@keyframes orn-ping {
  0%   { transform: scale(.3); opacity: 0; }
  25%  { opacity: .9; }
  100% { transform: scale(1.25); opacity: 0; }
}
.orn__sweep { animation: orn-spin 7s linear infinite; transform-origin: 0 100%; }
@media (prefers-reduced-motion: reduce) {
  .orn__draw { animation: none; stroke-dashoffset: 0; }
  .orn__rider, .orn__ping, .orn__sweep { animation: none; }
  .orn__rider { display: none; }
}
.dotreach { position: relative; }
.dotfield {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.dotfield svg { width: 100%; height: 100%; display: block; }
.dotfield::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(470px, 42%);
  height: min(470px, 55%);
  opacity: .3;
  background-image: radial-gradient(circle at 1.5px 1.5px, #2fd9e4 1.5px, transparent 1.6px);
  background-size: 18px 18px;
  -webkit-mask-image: radial-gradient(circle 440px at 0 100%, #000 0%, rgba(0, 0, 0, .4) 55%, transparent 100%);
          mask-image: radial-gradient(circle 440px at 0 100%, #000 0%, rgba(0, 0, 0, .4) 55%, transparent 100%);
}
.dotfield__arcs path {
  stroke: rgba(47, 217, 228, .30);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 0 13;
}
.dotfield__nodes circle { opacity: .5; }
.dotfield__nodes circle:first-child { opacity: .85; }
.dotfield__run {
  stroke: #a5f3fc;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-dasharray: 0 1000;
  stroke-dashoffset: 1000;
  animation: df-run 16s cubic-bezier(.55, 0, .45, 1) infinite;
}
.dotfield__run--b { animation-duration: 21s; animation-delay: 5s; }
@keyframes df-run {
  0%        { stroke-dashoffset: 1000; opacity: 0; }
  10%       { opacity: .9; }
  70%       { opacity: .9; }
  80%, 100% { stroke-dashoffset: 0; opacity: 0; }
}
.dotfield__arcs, .dotfield__nodes { animation: df-breathe 17s ease-in-out infinite; }
.dotfield__nodes { animation-duration: 11s; animation-direction: alternate; }
@keyframes df-breathe {
  0%, 100% { opacity: .72; }
  50%      { opacity: 1; }
}
@media (max-width: 900px) {
  .dotfield { opacity: .55; }
  .dotfield__run { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .dotfield__run { animation: none; opacity: 0; }
  .dotfield__arcs, .dotfield__nodes { animation: none; }
}
.hero__field {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}
.page-hero__inner { position: relative; z-index: 2; }
.rw, .page-hero__title .w { display: inline-block; }
.rw { will-change: transform; }
@media (prefers-reduced-motion: reduce) { .rw { will-change: auto; } }
.rw--ic { display: inline-flex; flex: none; }
.page-hero__inner--stack {
  max-width: none;
  align-self: stretch;
  display: grid;
  grid-template-rows: auto 1fr auto;
  text-align: center;
}
.page-hero__inner--stack > .page-hero__col--l {
  grid-row: 1;
  max-width: 54rem;
  margin-inline: auto;
}
.page-hero__inner--stack .hero__lede { margin-inline: auto; }
.page-hero__inner--stack .hero__cta { justify-content: center; margin-bottom: 0; }
.page-hero__inner--stack .eyebrow { margin-bottom: 1.1rem; }
.page-hero__inner--stack .page-hero__title {
  font-size: clamp(2rem, 3.5vw, 2.85rem);
  margin-bottom: 1rem;
}
.page-hero__inner--stack .hero__lede {
  max-width: 34em;
  font-size: clamp(.96rem, 1.1vw, 1.08rem);
  margin-bottom: 1.7rem;
}
.page-hero__inner--stack .hero__cta .btn--ghost {
  background: rgba(6, 16, 31, .55);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.page-hero__inner--stack > .page-hero__col--r {
  grid-row: 3;
  justify-self: center;
  align-self: end;
}
.page-hero__inner--stack .hero__pills {
  display: flex;
  justify-content: center;
  gap: .6rem;
}
.page-hero__inner--stack .hero__pills li {
  font-size: .8rem;
  padding: .42em .85em;
  gap: .4rem;
}
.page-hero__inner--stack .hero__pills .ic { font-size: .92rem; }
@media (min-width: 1100px) {
  .page-hero__inner--stack .hero__pills { flex-wrap: nowrap; }
  .page-hero__inner--stack .hero__pills li { white-space: nowrap; }
}
@media (max-width: 620px) {
  .page-hero__inner--stack { display: flex; flex-direction: column; }
  .page-hero__inner--stack > .page-hero__col { display: contents; }
  .page-hero__inner--stack .eyebrow { align-self: center; }
  .page-hero__inner--stack .hero__cta { margin-top: auto; }
  .page-hero__inner--stack .hero__pills { margin-top: 1.1rem; }
  .page-hero__inner--stack .hero__pills { gap: .5em; }
  .page-hero__inner--stack .hero__pills li {
    font-size: clamp(.68rem, 3.05vw, .78rem);
    padding: .42em .6em;
    gap: .35em;
  }
  .page-hero__inner--stack .hero__pills .ic { font-size: .92em; }
}
@media (max-width: 1099px) {
  .hero__field { opacity: .72; }
}
@media (hover: hover) and (min-width: 1000px) {
  .page-hero { cursor: crosshair; }
  .page-hero__inner { cursor: auto; }
}
.rail {
  position: relative;
  height: 3px;
  margin: 2.6rem 0;
  background-image: radial-gradient(circle at 50% 50%, rgba(47, 217, 228, .30) 1.05px, transparent 1.15px);
  background-size: 9px 3px;
  background-repeat: repeat-x;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
  overflow: hidden;
}
.rail i {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 50% 50%, #a5f3fc 1.35px, transparent 1.45px);
  background-size: 9px 3px;
  background-repeat: repeat-x;
  -webkit-mask-image: linear-gradient(90deg, #000 0 46px, transparent 46px);
          mask-image: linear-gradient(90deg, #000 0 46px, transparent 46px);
  filter: drop-shadow(0 0 5px rgba(47, 217, 228, .85));
  animation: rail-run 11s cubic-bezier(.55, 0, .45, 1) infinite;
}
.rail--rev i { animation-name: rail-run-rev; animation-delay: 3.5s; }
@keyframes rail-run {
  0%        { transform: translateX(-8%); opacity: 0; }
  8%        { opacity: 1; }
  76%       { opacity: 1; }
  86%, 100% { transform: translateX(108%); opacity: 0; }
}
@keyframes rail-run-rev {
  0%        { transform: translateX(108%); opacity: 0; }
  8%        { opacity: 1; }
  76%       { opacity: 1; }
  86%, 100% { transform: translateX(-8%); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .rail i { animation: none; opacity: 0; }
}
.ctashell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.6rem);
  padding: clamp(1rem, 2vw, 1.6rem);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: clamp(18px, 2vw, 28px);
  background: rgba(10, 22, 40, .55);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 0 30px 80px rgba(2, 6, 14, .5);
}
.ctashell__media {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 1.2rem;
  min-height: 27rem;
  padding: clamp(1.2rem, 2.2vw, 1.9rem);
  border-radius: clamp(12px, 1.4vw, 20px);
  overflow: hidden;
  isolation: isolate;
  background-color: #06101f;
}
.ctashell__art {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
  display: block;
}
.ctashell__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(6, 16, 31, .30) 0%, rgba(6, 16, 31, 0) 30%, rgba(6, 16, 31, .55) 62%, rgba(6, 16, 31, .90) 100%),
    linear-gradient(90deg, rgba(6, 16, 31, .38), transparent 55%);
}
.ctashell__copy { grid-row: 3; align-self: end; }
.ctashell__copy .sec-title { margin-bottom: .6rem; }
.ctacard {
  grid-row: 1;
  justify-self: start;
  display: flex;
  align-items: center;
  gap: .85rem;
  max-width: 100%;
  padding: .7rem .85rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 13px;
  background: rgba(9, 20, 34, .62);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.ctacard__badge {
  display: grid;
  place-items: center;
  width: 36px; height: 36px;
  flex: none;
  border-radius: 10px;
  color: var(--cyan-400);
  background: rgba(47, 217, 228, .09);
  border: 1px solid rgba(93, 196, 209, .24);
}
.ctacard__badge .ic { font-size: 1.1rem; }
.ctacard__body { min-width: 0; }
.ctacard__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: .95rem;
  color: var(--white);
  line-height: 1.25;
}
.ctacard__sub {
  margin: .12rem 0 0;
  font-size: .78rem;
  color: var(--text-inv-2);
  line-height: 1.35;
}
.ctacard__chip {
  flex: none;
  align-self: flex-start;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: .58rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--cyan-400);
  padding: .22rem .42rem;
  border: 1px solid rgba(47, 217, 228, .28);
  border-radius: 5px;
}
.ctashell .ctashell__form {
  align-self: center;
  background: none;
  border: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  padding: clamp(.4rem, 1.4vw, 1.4rem);
}
.ctashell .ctashell__form::before { display: none; }
.ctashell .field input,
.ctashell .field textarea,
.ctashell .cs__input,
.ctashell .dp__input {
  background: transparent;
  border-color: rgba(255, 255, 255, .16);
}
.ctashell .field input:hover,
.ctashell .field textarea:hover,
.ctashell .cs__input:hover,
.ctashell .dp__input:hover { border-color: rgba(255, 255, 255, .26); }
.ctashell .field input:focus,
.ctashell .field textarea:focus,
.ctashell .cs__input:focus-visible,
.ctashell .cs.is-open .cs__input {
  background: rgba(255, 255, 255, .045);
  border-color: var(--cyan);
}
@media (max-width: 1000px) {
  .ctashell { grid-template-columns: 1fr; }
  .ctashell__media { min-height: 22rem; }
}
.orn__label {
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 9px;
  letter-spacing: .14em;
  fill: rgba(157, 176, 200, .5);
  text-transform: uppercase;
}
.hero__globe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}
.hero__bg.has-globe {
  background-image: none;
}
.globe-cities {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.globe-city {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: -0.5em 0 0 0;
  transform-origin: 0 0;
  white-space: nowrap;
  opacity: 0;
  will-change: transform, opacity;
}
.globe-city > i {
  width: 6px;
  height: 6px;
  flex: none;
  border-radius: 50%;
  background: #e8feff;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.28), 0 0 12px 2px rgba(34, 211, 238, 0.75);
}
.globe-city > b {
  font: 600 clamp(9px, 0.72vw, 11px)/1 var(--font-sans, system-ui, sans-serif);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #cffafe;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.85), 0 0 14px rgba(3, 12, 24, 0.9);
}
@media (max-width: 720px) {
  .globe-city > b { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .globe-city { will-change: auto; }
}
@supports (animation-timeline: view()) {
  @media (min-width: 901px) and (prefers-reduced-motion: no-preference) {
    .scene { position: relative; }
    .scene__layer {
      position: absolute;
      inset: 0;
      z-index: -1;
      overflow: hidden;
      clip-path: circle(0% at 50% 42%);
      animation: scene-open linear both;
      animation-timeline: view();
      animation-range: entry 0% cover 45%;
    }
    @keyframes scene-open {
      from { clip-path: circle(0% at 50% 42%); }
      to   { clip-path: circle(78% at 50% 42%); }
    }
    .scene__bg {
      animation: scene-settle linear both;
      animation-timeline: view();
      animation-range: entry 0% cover 55%;
      will-change: transform;
    }
    @keyframes scene-settle {
      from { transform: scale(1.28); }
      to   { transform: scale(1); }
    }
  }
}
.ecg {
  --ecg-h: clamp(38px, 5vw, 64px);
  position: relative;
  display: block;
  width: 100%;
  height: var(--ecg-h);
  overflow: visible;
  background: transparent;
}
.ecg svg { display: block; width: 100%; height: 100%; }
.ecg__base { stroke: rgba(157, 176, 200, .22); }
.ecg__pulse {
  stroke: var(--cyan-400);
  stroke-dasharray: 60 1000;
  filter: drop-shadow(0 0 6px rgba(47, 217, 228, .9));
  animation: ecg-run 5.5s linear infinite;
}
@keyframes ecg-run {
  from { stroke-dashoffset: 0; }
  to   { stroke-dashoffset: -1060; }
}
.ecg--to-light .ecg__base { stroke: rgba(16, 35, 59, .16); }
.ecg--to-light .ecg__pulse { stroke: var(--cyan-600); filter: drop-shadow(0 0 5px rgba(18, 201, 214, .5)); }
.marquee {
  position: relative;
  overflow: hidden;
  background: var(--navy-900);
  border-block: 1px solid rgba(255, 255, 255, .07);
  padding: 1.1rem 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}
.marquee__row { display: flex; width: max-content; animation: slide 46s linear infinite; }
.marquee:hover .marquee__row { animation-play-state: paused; }
.marquee__track { display: flex; align-items: center; gap: 2.6rem; padding-right: 2.6rem; }
.marquee__track span {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(.95rem, 1.5vw, 1.15rem);
  letter-spacing: .01em;
  color: rgba(232, 238, 246, .62);
  white-space: nowrap;
}
.marquee__track i {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 10px rgba(47, 217, 228, .8);
  flex: none;
}
.marquee__track > span.warm { color: rgba(244, 166, 59, .72); }
.marquee__track > span.warm + i {
  background: var(--amber);
  box-shadow: 0 0 10px rgba(244, 166, 59, .75);
}
@keyframes slide {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}
.btn {
  position: relative;
  overflow: hidden;
  transform: translate3d(var(--mgx, 0px), var(--mgy, 0px), 0);
  transition: transform .35s var(--ease-out-expo),
              box-shadow var(--t) var(--ease),
              background var(--t) var(--ease),
              color var(--t) var(--ease);
}
.btn:hover { transform: translate3d(var(--mgx, 0px), calc(var(--mgy, 0px) - 1px), 0); }
.btn:active { transform: translate3d(var(--mgx, 0px), var(--mgy, 0px), 0) scale(.985); }
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 36%, rgba(255, 255, 255, .55) 50%, transparent 64%);
  transform: translateX(-130%);
}
.btn--ghost::after { background: linear-gradient(105deg, transparent 36%, rgba(255, 255, 255, .22) 50%, transparent 64%); }
.btn:hover::after { animation: sheen .9s var(--ease) 1; }
@keyframes sheen {
  from { transform: translateX(-130%); }
  to   { transform: translateX(130%); }
}
.card, .bcard, .step, .quote {
  position: relative;
  isolation: isolate;
}
.card::before, .bcard::before, .step::before, .quote::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity .4s var(--ease);
  background: radial-gradient(320px circle at var(--mx, 50%) var(--my, 0%),
              var(--spot, rgba(47, 217, 228, .16)), transparent 62%);
}
.card:hover::before, .bcard:hover::before, .step:hover::before, .quote:hover::before { opacity: 1; }
.card--problem { --spot: rgba(244, 166, 59, .16); }
.step { --spot: rgba(18, 201, 214, .11); }
.quote { --spot: rgba(18, 201, 214, .09); }
.card--solution { --spot: rgba(18, 201, 214, .10); }
.card::after, .bcard::after, .step::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  padding: 1px;
  pointer-events: none;
  opacity: 0;
  transition: opacity .4s var(--ease);
  background: conic-gradient(from var(--ring),
              transparent 0%, var(--ring-hue, rgba(47, 217, 228, .95)) 12%,
              transparent 28%, transparent 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.card--problem { --ring-hue: rgba(244, 166, 59, .95); }
.card:hover::after, .bcard:hover::after, .step:hover::after {
  opacity: 1;
  animation: spin-ring 3.2s linear infinite;
}
@keyframes spin-ring {
  from { --ring: 0deg; }
  to   { --ring: 360deg; }
}
.js .card:not(.fan__card):hover, .js .bcard:hover, .js .step:hover {
  transform:
    perspective(1000px)
    rotateX(var(--tx, 0deg))
    rotateY(var(--ty, 0deg))
    translate3d(0, -4px, 0);
  transition: transform .45s var(--ease-out-expo), border-color var(--t) var(--ease),
              background var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.js .card:not(.fan__card), .js .bcard, .js .step {
  transition: transform .55s var(--ease-out-expo), border-color var(--t) var(--ease),
              background var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.js .step:hover { box-shadow: 0 24px 50px rgba(6, 16, 31, .16); }
.js .card--solution:hover { box-shadow: 0 24px 50px rgba(6, 16, 31, .13); }
.card__num { transition: transform .5s var(--ease-out-expo); }
.card:hover .card__num { transform: translateY(-3px); }
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .card__num {
    background: linear-gradient(180deg, currentColor 20%, transparent 135%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.bcard__ic, .step__no {
  transition: transform .55s var(--ease-out-expo);
}
.bcard:hover .bcard__ic { transform: translateY(-3px) scale(1.06); }
.step:hover .step__no { transform: rotate(-6deg) scale(1.05); }
@media (min-width: 901px) {
  .steps { position: relative; }
  .steps::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 8%; right: 8%;
    top: 3.7rem;
    height: 2px;
    background-image: linear-gradient(90deg, var(--cyan-600) 0 10px, transparent 10px 20px);
    background-size: 20px 2px;
    opacity: .45;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform 1.2s var(--ease-out-expo) .15s;
  }
  .steps.in::before, .in .steps::before { transform: scaleX(1); }
  .step { z-index: 1; }
}
.bcard {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, 0) 60%),
    var(--navy-700);
}
.quote {
  background:
    linear-gradient(180deg, rgba(18, 201, 214, .05), rgba(255, 255, 255, 0) 40%),
    var(--white);
}
.quote::after {
  content: "";
  position: absolute;
  inset: 0 14px auto 14px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  opacity: 0;
  transition: opacity .45s var(--ease);
}
.quote:hover::after { opacity: .9; }
.quote__mark { transition: opacity .4s var(--ease), transform .5s var(--ease-out-expo); }
.quote:hover .quote__mark { opacity: .7; transform: translateY(-2px); }
.section--dark { position: relative; overflow: hidden; isolation: isolate; }
.section--dark > .wrap { position: relative; z-index: 1; }
.section--dark::before {
  content: "";
  position: absolute;
  inset: -12%;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(42% 44% at 82% 8%, rgba(18, 201, 214, .11), transparent 66%),
    radial-gradient(38% 40% at 10% 92%, rgba(37, 110, 200, .14), transparent 66%);
  animation: sway 30s ease-in-out infinite alternate;
}
@keyframes sway {
  from { transform: translate3d(-2%, -1.5%, 0) scale(1); }
  to   { transform: translate3d(3%, 2%, 0) scale(1.08); }
}
.section--cta { position: relative; isolation: isolate; }
.section--cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(60% 55% at 12% 8%, rgba(18, 201, 214, .18), transparent 62%),
    radial-gradient(55% 50% at 88% 92%, rgba(37, 110, 200, .20), transparent 64%);
  animation: breathe 18s ease-in-out infinite alternate;
}
@keyframes breathe {
  from { opacity: .65; background-position: 0% 0%, 100% 100%; }
  to   { opacity: 1;   background-position: 12% 8%, 88% 92%; }
}
.contact__form, .apply__form {
  position: relative;
  background: rgba(255, 255, 255, .035);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  backdrop-filter: blur(18px) saturate(150%);
  border-color: transparent;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, .10),
    0 34px 80px rgba(3, 9, 18, .45);
}
.contact__form::before, .apply__form::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.4px;
  background: var(--glass-line);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.field input, .field textarea, .cs__input, .dp__input {
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.field input:focus, .field textarea:focus {
  background: rgba(255, 255, 255, .075);
}
.faqsplit {
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem);
}
@media (min-width: 1000px) {
  .faqsplit { grid-template-columns: minmax(0, 19rem) 1fr; }
  .faqsplit .sec-head {
    position: sticky;
    top: 6.5rem;
    margin-bottom: 0;
    align-self: start;
  }
}
@media (max-width: 999px) {
  .faqsplit .sec-head { text-align: center; margin-inline: auto; }
}
.faq { max-width: none; margin: 0; counter-reset: faq; }
.faq__item {
  position: relative;
  background: none;
  border: 0;
  border-top: 1px solid var(--line-inv);
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  overflow: visible;
  transition: border-color .3s var(--ease);
}
.faq__item:last-child { border-bottom: 1px solid var(--line-inv); }
.faq__item:hover,
.faq__item[open] { border-top-color: rgba(47, 217, 228, .38); box-shadow: none; }
.faq__item[open] + .faq__item { border-top-color: rgba(47, 217, 228, .38); }
.faq__item summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: baseline;
  gap: clamp(.9rem, 2vw, 1.6rem);
  padding: clamp(1.1rem, 2vw, 1.5rem) 0;
  color: var(--text-inv);
  transition: color .25s var(--ease);
}
.faq__item summary::before {
  counter-increment: faq;
  content: counter(faq, decimal-leading-zero);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: .7rem;
  letter-spacing: .16em;
  color: rgba(47, 217, 228, .45);
  transition: color .25s var(--ease);
}
.faq__item:hover summary,
.faq__item[open] summary { color: var(--cyan-400); }
.faq__item[open] summary::before { color: var(--cyan-400); }
.faq__item summary::after {
  color: var(--cyan-400);
  transition: transform .38s var(--ease-out-expo), color .2s ease;
}
.faq__item::before {
  content: "";
  position: absolute;
  left: calc(clamp(.9rem, 2vw, 1.6rem) * -1);
  top: .6rem;
  bottom: .6rem;
  width: 3px;
  background-image: radial-gradient(circle at 50% 50%, var(--cyan-400) 1.1px, transparent 1.2px);
  background-size: 3px 9px;
  background-repeat: repeat-y;
  opacity: 0;
  transition: opacity .4s var(--ease);
}
.faq__item[open]::before {
  opacity: .8;
  animation: faq-rail 3.4s linear infinite;
}
@keyframes faq-rail {
  from { background-position-y: 0; }
  to   { background-position-y: 9px; }
}
.faq__item p {
  padding: 0 0 clamp(1.1rem, 2vw, 1.6rem);
  margin-inline-start: calc(2ch + clamp(.9rem, 2vw, 1.6rem));
  max-width: 58ch;
  color: var(--text-inv-2);
}
@media (prefers-reduced-motion: reduce) {
  .faq__item[open]::before { animation: none; }
}
.footer {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 100vh;
  display: grid;
  grid-template-rows: 1fr auto;
  align-content: center;
  padding-top: clamp(3rem, 8vh, 6rem);
  background: var(--navy-900);
}
.footer .wrap { position: relative; z-index: 1; }
.footer__inner {
  border-radius: 0;
  padding: 0;
  border-bottom: none;
  background: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
  align-self: center;
}
.footer__terrain {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}
.footer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(120% 70% at 50% 26%, rgba(6, 16, 31, .82) 0%, rgba(6, 16, 31, 0) 62%),
    linear-gradient(180deg, rgba(6, 16, 31, .55) 0%, rgba(6, 16, 31, 0) 26%,
                    rgba(6, 16, 31, 0) 68%, rgba(6, 16, 31, .78) 100%);
}
.footer__col a { position: relative; }
.footer__col a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -2px;
  width: 100%; height: 1px;
  background: var(--cyan-400);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .35s var(--ease-out-expo);
}
.footer__col a:hover::after { transform: scaleX(1); }
.footer .btn::after { transform: translateX(-130%); }
.footer__bar {
  position: relative; z-index: 1;
  margin-top: clamp(1.6rem, 5vh, 4rem);
  padding-top: 1.4rem;
  border-top: 1px solid var(--line-inv);
}
@media (max-width: 900px) {
  .footer { min-height: 0; }
}
@media (max-width: 620px) {
  .footer__inner { padding: 2rem 1.5rem; border-radius: 22px; }
}
.js .split .w {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  padding-bottom: .16em;
  margin-bottom: -.16em;
}
.js .split .w__i {
  display: inline-block;
  opacity: 0;
  transform: translateY(112%) rotate(2deg);
  transition: transform 1.25s var(--ease-out-expo), opacity .8s ease;
  transition-delay: var(--wd, 0ms);
}
.js .split.in .w__i,
.js .in .split .w__i {
  opacity: 1;
  transform: none;
}
.js .reveal.split,
.js .reveal.reveal--fade {
  transform: none;
  scale: 1;
  filter: none;
}
.js .reveal {
  transform: translateY(30px);
  scale: .988;
  filter: blur(7px);
  transition:
    opacity 1.3s var(--ease-out-expo),
    transform 1.3s var(--ease-out-expo),
    scale 1.3s var(--ease-out-expo),
    filter 1s ease;
  transition-delay: calc(var(--d, 0) * 110ms);
}
.js .hero .reveal,
.js .page-hero .reveal {
  transition:
    opacity 1.7s var(--ease-out-expo),
    transform 1.7s var(--ease-out-expo),
    scale 1.7s var(--ease-out-expo),
    filter 1.3s ease;
  transition-delay: calc(var(--d, 0) * 190ms);
}
.js .contact__form.reveal,
.js .apply__form.reveal { filter: none; }
.js .reveal.in { transform: none; scale: 1; filter: none; }
@media (hover: none) and (pointer: coarse) {
  .js .reveal { filter: none; }
}
@media (prefers-reduced-motion: reduce) {
  .aurora span,
  .ecg__pulse,
  .marquee__row,
  .livedot::before,
  .section--dark::before,
  .section--cta::before,
  .card:hover::after, .bcard:hover::after, .step:hover::after,
  .btn:hover::after {
    animation: none !important;
  }
  .ecg__pulse { stroke-dasharray: none; opacity: .5; }
  .livedot::before { opacity: 0; }
  .js .card:hover, .js .bcard:hover, .js .step:hover { transform: none; }
  .js .btn, .js .btn:hover, .js .btn:active { transform: none; }
  .steps::before { transform: scaleX(1); transition: none; }
  .js .split .w__i { opacity: 1; transform: none; transition: none; }
  .js .reveal { opacity: 1; transform: none; scale: 1; filter: none; transition: none; }
}
#testimonials {
  min-height: 100vh;
  display: grid;
  align-content: center;
  padding-block: clamp(1.5rem, 3.6vh, 3.25rem);
}
#testimonials .sec-head { margin-bottom: clamp(.9rem, 2.2vh, 2.5rem); }
.tv-src { display: flex; flex-direction: column; align-items: center;
          gap: clamp(.3rem, .9vh, .7rem); }
.tv-fig { width: clamp(94px, 12vh, 138px); }
.tv-fig svg { width: 100%; height: auto; display: block; overflow: visible; }
.tv-name { margin: 0; font-weight: 600; font-size: .95rem; color: var(--white);
           line-height: 1.3; text-align: center; }
.tv-name small { display: block; font-weight: 400; font-size: .68rem;
                 letter-spacing: .2em; text-transform: uppercase;
                 color: var(--text-inv-2); margin-top: .4rem; }
.tv-sig { list-style: none; margin: clamp(.35rem, .9vh, .7rem) 0 0; padding: 0;
          display: flex; flex-wrap: wrap; justify-content: center;
          gap: clamp(.45rem, .9vw, .8rem); }
.tv-sig li { display: flex; align-items: center; gap: .55rem; font-size: .72rem;
             letter-spacing: .11em; color: var(--text-inv-2);
             padding: .5rem 1rem; border-radius: 99px;
             background: rgba(255,255,255,.022);
             border: 1px solid rgba(47,217,228,.10); }
.tv-sig i { width: 4px; height: 4px; border-radius: 50%; flex: none;
            background: var(--cyan-400); box-shadow: 0 0 7px rgba(47,217,228,.85);
            animation: tv-sig 4.4s ease-in-out infinite; }
.tv-sig li:nth-child(2) i { animation-delay: .55s; }
.tv-sig li:nth-child(3) i { animation-delay: 1.1s; }
.tv-sig li:nth-child(4) i { animation-delay: 1.65s; }
@keyframes tv-sig { 0%, 100% { opacity: .3 } 50% { opacity: 1 } }
.tv-net { height: clamp(122px, 19.5vh, 224px); }
@media (min-height: 820px) { .tv-net { height: clamp(122px, 23vh, 290px); } }
.tv-net svg { width: 100%; height: 100%; display: block; }
.tv-lnk    { stroke: var(--cyan-400); stroke-width: .5; opacity: .16; }
.tv-fil    { stroke: var(--cyan-400); stroke-width: .5; opacity: .11; fill: none; }
.tv-nd--a  { stroke: #7ceaf4; stroke-width: 1.8; opacity: .5; }
.tv-nd--b  { stroke: var(--cyan-400); stroke-width: 1.3; opacity: .3; }
.tv-trunk  { stroke: url(#tvTrunk); stroke-width: .9; fill: none; }
.tv-spine  { stroke: var(--cyan-400); stroke-width: .7; opacity: .34; }
.tv-arc    { stroke: var(--cyan-400); stroke-width: .6; fill: none; }
.tv-drop   { stroke: var(--cyan-400); stroke-width: .8; opacity: .34; }
.tv-cards { list-style: none; margin: 0; padding: 0;
            display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.tv-card {
  position: relative; display: flex; flex-direction: column;
  padding: clamp(.85rem, 1.9vh, 1.6rem) clamp(1.05rem, 1.1vw, 1.45rem)
           clamp(.8rem, 1.6vh, 1.3rem);
  border-radius: 14px;
  background: linear-gradient(165deg, rgba(20,38,60,.55), rgba(10,20,34,.5));
  border: 1px solid rgba(47,217,228,.11);
  box-shadow: 0 0 0 1px rgba(255,255,255,.014) inset, 0 18px 44px rgba(3,8,16,.5);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  backdrop-filter: blur(14px) saturate(150%);
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}
.tv-card:hover {
  border-color: rgba(47,217,228,.26);
  transform: translateY(-3px);
  box-shadow: 0 0 0 1px rgba(255,255,255,.02) inset,
              0 0 34px rgba(18,201,214,.10), 0 24px 52px rgba(3,8,16,.55);
}
.tv-card::before { content: ""; position: absolute; left: 50%; bottom: 100%;
                   width: 1px; height: 14px; margin-left: -.5px;
                   background: linear-gradient(180deg, rgba(47,217,228,0), rgba(47,217,228,.5)); }
.tv-card::after  { content: ""; position: absolute; left: 50%; bottom: 100%;
                   width: 5px; height: 5px; margin-left: -2.5px; margin-bottom: -2.5px;
                   border-radius: 50%; background: #7ceaf4;
                   box-shadow: 0 0 9px rgba(47,217,228,.8); }
.tv-stars { display: flex; gap: 2.5px; color: var(--cyan-400); opacity: .85;
            margin-bottom: clamp(.5rem, 1.1vh, .95rem); }
.tv-stars svg { width: 11px; height: 11px; display: block; }
.tv-quote { margin: 0 0 clamp(.7rem, 1.4vh, 1.2rem);
            font-size: clamp(.82rem, 1.6vh, .9rem); line-height: 1.64;
            color: #cddbeb; flex: 1; }
.tv-quote::before { content: "\201C"; font-family: var(--font-display);
                    color: rgba(47,217,228,.4); margin-right: .1em; }
.tv-by { display: flex; align-items: center; gap: .65rem;
         padding-top: clamp(.6rem, 1.2vh, .95rem);
         border-top: 1px solid rgba(255,255,255,.06); }
.tv-avatar { width: 34px; height: 34px; flex: none; border-radius: 50%;
             display: grid; place-items: center; font-size: .68rem; font-weight: 700;
             letter-spacing: .04em; color: #eafcff;
             background: rgba(47,217,228,.10);
             border: 1px solid rgba(47,217,228,.3); }
.tv-who  { display: block; font-weight: 600; font-size: .85rem;
           color: var(--white); line-height: 1.3; }
.tv-role { display: block; font-size: .72rem; color: var(--text-inv-2);
           line-height: 1.45; margin-top: .2rem; }
.tv-flow { stroke: #dffaff; stroke-width: 1.5; fill: none; stroke-linecap: round;
           stroke-dasharray: 9 991; stroke-dashoffset: 1000;
           animation: tv-flow 5.4s cubic-bezier(.42,0,.5,1) infinite; }
.tv-flow--2  { animation-delay: .9s; }
.tv-flow--3  { animation-delay: 1.8s; }
.tv-flow--in { animation-duration: 3.6s; animation-timing-function: linear; }
@keyframes tv-flow { to { stroke-dashoffset: 0 } }
.tv-droprun { stroke: #dffaff; stroke-width: 1.5; fill: none; stroke-linecap: round;
              stroke-dasharray: 26 974; stroke-dashoffset: 1000;
              animation: tv-flow 3.6s linear infinite; }
.tv-core { animation: tv-core 3.6s ease-in-out infinite; }
@keyframes tv-core { 0%, 100% { opacity: .7 } 50% { opacity: 1 } }
.tv-nd { animation: tv-nd 6s ease-in-out infinite; }
.tv-nd--b { animation-delay: 1.4s; }
@keyframes tv-nd { 0%, 100% { opacity: .22 } 50% { opacity: .52 } }
.tv-spin { animation: tv-spin 150s linear infinite; }
.tv-spin--rev { animation-duration: 210s; animation-direction: reverse; }
@keyframes tv-spin { to { transform: rotate(360deg) } }
.tv-ping { animation: tv-ping 4.2s ease-out infinite; }
@keyframes tv-ping { 0% { r: 21; opacity: .45 } 100% { r: 40; opacity: 0 } }
@media (prefers-reduced-motion: reduce) {
  .tv-flow, .tv-droprun, .tv-core, .tv-nd, .tv-spin, .tv-ping,
  .tv-sig i { animation: none; }
  .tv-flow { stroke-dasharray: none; stroke-dashoffset: 0; opacity: .4; }
  .tv-droprun { opacity: 0; }
}
.tv-dots, .tv-crhead { display: none; }
.tv-top {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: .6rem;
  margin-bottom: clamp(.5rem, 1.1vh, .95rem);
}
.tv-top .tv-stars { margin-bottom: 0; }
.tv-pill {
  flex: none;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .62rem; font-weight: 600; letter-spacing: .02em;
  color: var(--cyan-400);
  background: rgba(47, 217, 228, .08);
  border: 1px solid rgba(47, 217, 228, .22);
  border-radius: 20px;
  padding: .3rem .55rem;
  white-space: nowrap;
}
@media (max-width: 900px) {
  #testimonials { min-height: 0; }
  .tv-cards {
    display: flex;
    grid-template-columns: none;
    gap: .85rem;
    max-width: none;
    margin-inline: -4vw;
    padding: 4px 4vw 8px;
    scroll-padding-inline: 4vw;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    align-items: stretch;
    scrollbar-width: none;
  }
  .tv-cards::-webkit-scrollbar { display: none; }
  .tv-crhead {
    display: flex; align-items: baseline; justify-content: space-between;
    gap: 1rem;
    margin-bottom: .85rem;
  }
  .tv-crlabel {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: .66rem; font-weight: 600;
    letter-spacing: .16em; text-transform: uppercase;
    color: rgba(47, 217, 228, .72);
  }
  .tv-swipe {
    display: inline-flex; align-items: center; gap: .35rem;
    font-size: .7rem;
    color: var(--text-inv-2);
  }
  .tv-swipe svg {
    width: 13px; height: 13px;
    animation: tv-nudge 1.6s ease-in-out infinite;
  }
  @keyframes tv-nudge {
    0%, 100% { transform: translateX(0);   opacity: .45; }
    50%      { transform: translateX(4px); opacity: 1; }
  }
  .tv-card {
    flex: 0 0 min(84%, 21rem);
    scroll-snap-align: start;
    transition: opacity .35s var(--ease), transform .35s var(--ease),
                border-color .35s var(--ease);
  }
  .tv-cards.is-live .tv-card {
    opacity: .45;
    transform: scale(.94);
  }
  .tv-cards.is-live .tv-card.is-cur {
    opacity: 1;
    transform: scale(1);
    border-color: rgba(93, 196, 209, .4);
    box-shadow: 0 20px 44px -22px rgba(0, 0, 0, .65);
  }
  .tv-cards.is-live .tv-card:hover { transform: scale(.94); }
  .tv-cards.is-live .tv-card.is-cur:hover { transform: scale(1); }
  .tv-quote::before {
    display: block;
    font-size: 44px; line-height: 1;
    color: rgba(47, 217, 228, .28);
    margin: 0 0 -6px;
  }
  .tv-quote { font-size: .92rem; line-height: 1.6; }
  .tv-cards[data-stagger] > *,
  .tv-card[data-stagger] > * { opacity: 1; transform: none; }
  .tv-dots {
    display: flex;
    justify-content: center;
    gap: .1rem;
    margin-top: .9rem;
  }
  .tv-dot {
    width: 30px; height: 30px; padding: 0;
    border: 0; background: none;
    display: grid; place-items: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .tv-dot::before {
    content: "";
    width: 7px; height: 7px;
    border-radius: 4px;
    background: rgba(47, 217, 228, .28);
    transition: background .28s var(--ease), width .28s var(--ease);
  }
  .tv-dot.is-on::before { width: 20px; background: var(--cyan-400); }
  .tv-dot:focus-visible { outline: none; }
  .tv-dot:focus-visible::before { box-shadow: var(--focus-ring); }
  .tv-net { height: 84px; }
  .tv-fan { display: none; }
  .tv-card::before, .tv-card::after { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .tv-dot::before, .tv-card { transition: none; }
  .tv-swipe svg { animation: none; opacity: .7; }
}
.flow__dial {
  position: relative;
  width: var(--dial); height: var(--dial);
  display: grid; place-items: center;
  margin-bottom: 1.1rem;
  flex: none;
}
.flow__dial::before {
  content: "";
  position: absolute; inset: -14%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18, 201, 214, .20), transparent 66%);
}
.flow__dial svg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  overflow: visible;
}
.flow__dial circle { fill: none; vector-effect: non-scaling-stroke; }
.dial__rim  { stroke: rgba(47, 217, 228, .14); stroke-width: 1; }
.dial__tick { stroke: rgba(47, 217, 228, .34); stroke-width: 1; stroke-dasharray: 1.5 6; }
.dial__well { stroke: rgba(47, 217, 228, .28); stroke-width: 1; }
.dial__hair { stroke: rgba(47, 217, 228, .12); stroke-width: 1; }
.flow__dial .dial__well { fill: #0a1626; }
.dial__arc {
  stroke: var(--cyan-400); stroke-width: 2; stroke-linecap: round;
  stroke-dasharray: 82 266;
  transform-box: fill-box; transform-origin: center;
  animation: dial-arc 16s linear infinite;
}
@keyframes dial-arc { to { transform: rotate(360deg); } }
.flow__step:nth-child(2) .dial__arc { animation-delay: -5.3s; }
.flow__step:nth-child(3) .dial__arc { animation-delay: -10.6s; }
.dial__no {
  position: relative;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: calc(var(--dial) * .26);
  letter-spacing: .01em;
  line-height: 1;
  color: var(--cyan-400);
  text-shadow: 0 0 20px rgba(47, 217, 228, .5);
  transition: color .35s var(--ease);
}
@media (min-width: 901px) {
  .flow .flow__step.is-active .dial__no,
  .flow .flow__step:hover .dial__no { color: #cffaff; }
  .flow .flow__step.is-active .dial__well,
  .flow .flow__step:hover .dial__well { stroke: rgba(47, 217, 228, .55); }
}
.dial__well { transition: stroke .35s var(--ease); }
@media (prefers-reduced-motion: reduce) {
  .dial__arc { animation: none; }
}
.flow__beak { display: none; }
@media (min-width: 901px) {
  .flow__dial {
    position: absolute;
    left: 0; top: 50%;
    margin-bottom: 0;
    transform: translate(calc(var(--dial-out) * -100%), -50%);
    z-index: 2;
  }
  .flow__beak {
    display: block;
    position: absolute;
    left: -2px; top: 50%;
    width: calc(var(--dial) * .11);
    height: calc(var(--dial) * .5);
    transform: translateY(-50%);
    z-index: 1;
  }
  .flow__beak svg { display: block; width: 100%; height: 100%; overflow: visible; }
  .flow__beak path {
    fill: var(--navy-800);
    stroke: var(--card-line);
    stroke-width: 1;
    vector-effect: non-scaling-stroke;
  }
}
.flow__vis {
  position: relative;
  flex: 0 0 clamp(124px, 11.5vw, 168px);
  min-width: 0;
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.vis__wave { display: flex; align-items: center; gap: 3px; height: 52px; }
.vis__wave i {
  width: 5px; border-radius: 3px;
  background: var(--cyan-400); opacity: .85;
  animation: vis-wave 1.2s ease-in-out infinite;
}
.vis__wave i:nth-child(1) { height: 14px; animation-delay: 0s }
.vis__wave i:nth-child(2) { height: 30px; animation-delay: .1s }
.vis__wave i:nth-child(3) { height: 46px; animation-delay: .2s }
.vis__wave i:nth-child(4) { height: 24px; animation-delay: .3s }
.vis__wave i:nth-child(5) { height: 52px; animation-delay: .4s }
.vis__wave i:nth-child(6) { height: 19px; animation-delay: .5s }
.vis__wave i:nth-child(7) { height: 37px; animation-delay: .6s }
.vis__wave i:nth-child(8) { height: 13px; animation-delay: .7s }
.vis__wave i:nth-child(9) { height: 42px; animation-delay: .8s }
.vis__wave i:nth-child(10){ height: 22px; animation-delay: .9s }
@keyframes vis-wave { 0%,100% { transform: scaleY(.4) } 50% { transform: scaleY(1) } }
.vis__wave { margin-right: 42px; }
.vis__ic { display: block; width: 100%; height: 100%; color: var(--cyan-400); }
.vis__ic--chat,
.vis__ic--chat2 {
  position: absolute;
  color: var(--cyan-400);
  animation: vis-bubble 3.4s ease-in-out infinite;
}
.vis__ic--chat  { top: 10px; left: calc(50% + 22px); width: 17px; height: 17px; }
.vis__ic--chat2 { top: 26px; left: calc(50% + 36px); width: 21px; height: 21px; animation-delay: .55s; }
@keyframes vis-bubble {
  0%, 60%, 100% { opacity: .45; transform: translateY(0); }
  30%           { opacity: 1;   transform: translateY(-2px); }
}
.vis__ring {
  position: absolute;
  bottom: 48px; left: calc(50% + 28px);
  width: 22px; height: 22px;
  display: grid; place-items: center;
}
.vis__ring .vis__ic {
  width: 100%; height: 100%;
  filter: drop-shadow(0 0 7px rgba(47, 217, 228, .5));
}
.vis__match { position: relative; width: 104px; height: 88px; }
.vis__glass {
  position: absolute;
  left: 25px; top: 9px;
  width: 62px; height: 62px;
  color: var(--cyan-400);
  filter: drop-shadow(0 0 8px rgba(47, 217, 228, .45));
  transform-origin: 43.75% 43.75%;
  animation: vis-glass 6s ease-in-out infinite;
}
@keyframes vis-glass {
  0%, 100% { transform: rotate(-7deg) scale(.97); }
  50%      { transform: rotate(6deg)  scale(1.03); }
}
.vis__hub {
  position: absolute;
  left: 37px; top: 21px;
  width: 30px; height: 30px;
  display: grid; place-items: center;
}
.vis__hub .vis__ic {
  width: 17px; height: 17px; color: #cffaff;
  animation: vis-hub 4.2s ease-in-out infinite;
}
@keyframes vis-hub {
  0%, 100% { filter: drop-shadow(0 0 6px rgba(47, 217, 228, .5)); }
  50%      { filter: drop-shadow(0 0 13px rgba(47, 217, 228, .95)); }
}
.vis__peer {
  position: absolute;
  width: 15px; height: 15px;
  display: grid; place-items: center;
  animation: vis-peer 4.2s ease-in-out infinite;
}
.vis__peer .vis__ic { width: 100%; height: 100%; }
.vis__peer--a { right: 4px;  top: 0; }
.vis__peer--b { right: 0;    top: 34px; animation-delay: 1.4s; }
.vis__peer--c { left: 2px;   top: 24px; animation-delay: 2.8s; }
@keyframes vis-peer {
  0%, 70%, 100% { opacity: .38; }
  25%           { opacity: 1; }
}
.vis__chart { width: 94px; height: 94px; }
.vis__chart svg { display: block; width: 100%; height: 100%; overflow: visible; }
.chart__bar {
  fill: url(#chartBar);
  transform-box: fill-box;
  transform-origin: 50% 100%;
  animation: chart-grow 2.6s ease-in-out infinite alternate;
}
.chart__bar--b { animation-delay: .18s; }
.chart__bar--c { animation-delay: .36s; }
@keyframes chart-grow {
  0%   { transform: scaleY(.78); }
  100% { transform: scaleY(1); }
}
.chart__arrow {
  fill: #9df3fa;
  transform-box: fill-box;
  transform-origin: 50% 100%;
  filter: drop-shadow(0 0 6px rgba(47, 217, 228, .55));
  animation: chart-arrow 5.2s ease-in-out infinite;
}
@keyframes chart-arrow {
  0%, 100% { opacity: .5; transform: translate(-0.7px, 0.7px); }
  50%      { opacity: 1;  transform: translate(0, 0); }
}
.vis__base {
  --base-w: 104px;
  position: absolute;
  bottom: 12px; left: 50%;
  transform: translateX(-50%);
  width: var(--base-w); height: calc(var(--base-w) * .33);
  pointer-events: none;
}
.vis__base::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 62%; height: 66%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(47, 217, 228, .34), transparent 70%);
  animation: base-pool 5.5s ease-in-out infinite;
}
@keyframes base-pool {
  0%, 100% { opacity: .6; }
  50%      { opacity: 1; }
}
.vis__base i {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid var(--cyan-400);
}
.vis__base i:nth-child(1) { width: 100%; height: 100%; border-color: rgba(47, 217, 228, .15); }
.vis__base i:nth-child(2) { width: 70%;  height: 70%;  border-color: rgba(47, 217, 228, .26); }
.vis__base i:nth-child(3) { width: 40%;  height: 40%;  border-color: rgba(47, 217, 228, .44); }
.flow__step:nth-child(3) .vis__base { bottom: 2px; }
.vis__wave  { margin-bottom: 24px; }
.vis__match { margin-bottom: 20px; }
.vis__chart { margin-bottom: 26px; }
@media (prefers-reduced-motion: reduce) {
  .vis__base::after { animation: none; }
}
@media (prefers-reduced-motion: reduce) {
  .vis__wave i, .chart__bar, .chart__arrow,
  .vis__ic--chat, .vis__ic--chat2,
  .vis__glass, .vis__hub .vis__ic, .vis__peer { animation: none; }
  .chart__arrow { opacity: 1; transform: none; }
  .vis__ic--chat, .vis__ic--chat2 { opacity: .8 }
  .vis__peer { opacity: .55 }
}
.flowline { position: relative; }
@media (max-width: 900px) {
  .flow {
    --dial: 40px;
    padding-left: 52px;
    gap: 1.6rem;
  }
  .flowline__rail {
    display: block;
    position: absolute;
    left: 19px; top: 6px; bottom: 0;
    z-index: 1;
    width: 2px;
    border-radius: 2px;
    background: linear-gradient(180deg, rgba(47, 217, 228, .2), rgba(47, 217, 228, .05));
  }
  .flowline__rail i {
    position: absolute;
    left: 0; top: 0;
    width: 2px; height: 0;
    border-radius: 2px;
    background: linear-gradient(180deg, var(--cyan-400), rgba(47, 217, 228, .35));
    box-shadow: 0 0 12px rgba(47, 217, 228, .5);
  }
  .flowline__rail b {
    position: absolute;
    left: -3px; top: 0;
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #dffbff;
    box-shadow: 0 0 12px 3px rgba(47, 217, 228, .65);
    opacity: 0;
    transition: opacity .2s linear;
  }
  .flow__dial {
    position: absolute;
    left: -53px; top: 14px;
    width: var(--dial); height: var(--dial);
    margin-bottom: 0;
    z-index: 2;
  }
  .flow__dial .dial__tick,
  .flow__dial .dial__hair { display: none; }
  .dial__no { font-size: 12.5px; }
  .flow__step {
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 72px;
    column-gap: 14px;
    align-items: start;
    grid-template-areas:
      "kick art"
      "ttl  art"
      "sep  sep"
      "body body";
    padding: 1.25rem 1.15rem 1.15rem;
    background:
      linear-gradient(90deg, transparent, rgba(47, 217, 228, .5), transparent) top center / 100% 1px no-repeat,
      linear-gradient(150deg, #0e1b29, #0a1620 62%);
  }
  .flow__body { display: contents; }
  .flow__step .step__no { grid-area: kick; margin-bottom: .45rem; }
  .flow__step h3 {
    grid-area: ttl;
    padding-bottom: 0; margin-bottom: 0; border-bottom: 0;
    font-size: 1.32rem; font-weight: 400; line-height: 1.15;
  }
  .flow__step p { grid-area: body; font-size: .85rem; line-height: 1.65; }
  .flow__step::after {
    content: "";
    grid-area: sep;
    height: 1px;
    margin: .85rem 0 .7rem;
    background: linear-gradient(90deg, rgba(47, 217, 228, .28), transparent);
  }
  .flow__vis {
    --vs: .58;
    grid-area: art;
    flex: none;
    width: 124px; height: 132px;
    transform: scale(var(--vs));
    transform-origin: top left;
    margin-right: calc(124px * (var(--vs) - 1));
    margin-bottom: calc(132px * (var(--vs) - 1));
    margin-top: -2px;
  }
  .flowline__cap {
    display: flex; align-items: center; gap: 12px;
    margin: 1.5rem 0 0;
    font-family: var(--font-body);
    font-size: .68rem; letter-spacing: .26em; text-transform: uppercase;
    color: #a5f3fc;
  }
  .flowline__cap span {
    flex: none; width: 40px;
    display: grid; place-items: center;
  }
  .flowline__cap span::before {
    content: "";
    width: 11px; height: 11px;
    border-radius: 50%;
    background: var(--cyan-400);
    box-shadow: 0 0 14px 4px rgba(47, 217, 228, .45);
  }
  .pulse-rule { width: min(240px, 66%); }
}
@media (min-width: 901px) {
  .flowline__rail, .flowline__cap { display: none; }
}
#about { overflow: clip; }
.abt { display: grid; gap: 2.8rem; }
@media (min-width: 901px) {
  .abt {
    grid-template-columns: minmax(0, 4.6fr) minmax(0, 7fr);
    gap: clamp(3rem, 5.4vw, 4.9rem);
  }
}
.abt__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
}
.abt__eyebrow i {
  display: block;
  width: 24px; height: 1px;
  background: linear-gradient(90deg, var(--cyan-400), transparent);
}
.abt__title { margin-bottom: 1.4rem; }
.abt__title .accent { color: var(--cyan-400); }
.abt__stand {
  margin: 0 0 2.1rem;
  max-width: 34ch;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-inv-2);
}
.abt__map { display: block; width: 100%; max-width: 400px; overflow: visible; }
.abt__arc {
  stroke: var(--cyan-400);
  stroke-width: 1.6;
  fill: none;
  stroke-dasharray: 2 9;
  stroke-linecap: round;
  opacity: .7;
  animation: abt-drift 9s linear infinite;
}
@keyframes abt-drift { to { stroke-dashoffset: -110; } }
.abt__spark {
  fill: #dffbff;
  offset-path: var(--track);
  offset-rotate: 0deg;
  animation: abt-travel 6.5s cubic-bezier(.5, 0, .5, 1) infinite;
}
@keyframes abt-travel {
  0%        { offset-distance: 0%;   opacity: 0; }
  8%        { opacity: 1; }
  92%       { opacity: 1; }
  100%      { offset-distance: 100%; opacity: 0; }
}
@supports not (offset-path: path("M0 0")) { .abt__spark { display: none; } }
.abt__pip  { fill: #dffbff; }
.abt__ring { fill: none; stroke: rgba(47, 217, 228, .35); stroke-width: 1; }
.abt__place {
  font-family: var(--font-body);
  font-size: 9.5px;
  letter-spacing: .24em;
  text-transform: uppercase;
  fill: var(--cyan-400);
}
.abt__lede {
  margin: 0 0 1.5rem;
  max-width: 60ch;
  font-size: 1.22rem;
  line-height: 1.62;
  color: var(--text-inv);
}
.abt__p {
  margin: 0 0 1.4rem;
  max-width: 62ch;
  font-size: .98rem;
  line-height: 1.78;
  color: var(--text-inv-2);
}
.abt__fic {
  width: 1.05em; height: 1.05em;
  margin-right: .5em;
  vertical-align: -.09em;
  color: var(--cyan-400);
  stroke-width: 1.9;
}
.abt__facts {
  display: grid;
  gap: 0;
  margin: 2.4rem 0 2.3rem;
  border-top: 1px solid rgba(47, 217, 228, .16);
  border-bottom: 1px solid rgba(47, 217, 228, .16);
}
.abt__fact { padding: 1.15rem 0; }
.abt__fact + .abt__fact { border-top: 1px solid rgba(47, 217, 228, .16); }
.abt__fact dt {
  margin: 0 0 .35rem;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.16rem;
  color: var(--white);
}
.abt__fact dd {
  margin: 0;
  font-size: .8rem;
  line-height: 1.55;
  color: var(--text-inv-2);
}
.abt__story { container-type: inline-size; }
@container (min-width: 620px) {
  .abt__facts { grid-template-columns: repeat(3, 1fr); }
  .abt__fic {
    display: block;
    width: 1.75rem; height: 1.75rem;
    margin: 0 0 .8rem;
    vertical-align: baseline;
    stroke-width: 1.6;
  }
  .abt__fact { padding: 1.25rem 1.4rem 1.25rem 0; }
  .abt__fact + .abt__fact {
    border-top: 0;
    border-left: 1px solid rgba(47, 217, 228, .16);
    padding-left: 1.4rem;
  }
  .abt__fact:last-child { padding-right: 0; }
}
.abt__callout {
  position: relative;
  border: 1px solid rgba(47, 217, 228, .16);
  border-radius: 14px;
  padding: 1.6rem 1.7rem 1.6rem 2rem;
  background: linear-gradient(140deg, #08131b, rgba(8, 19, 27, .35));
}
.abt__callout::before {
  content: "";
  position: absolute;
  left: 0; top: 1.4rem; bottom: 1.4rem;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--cyan-400), rgba(47, 217, 228, .15));
}
.abt__tag {
  display: block;
  margin-bottom: .7rem;
  font-size: .63rem;
  font-weight: 700;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--cyan-400);
}
.abt__callout p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--text-inv);
}
@media (max-width: 620px) {
  .abt { gap: 2.2rem; }
  .abt__stand { margin-bottom: 1.6rem; }
  .abt__map { max-width: 340px; margin-inline: auto; }
  .abt__lede { font-size: 1.08rem; }
  .abt__p { font-size: .95rem; line-height: 1.7; }
  .abt__callout { padding: 1.35rem 1.25rem 1.35rem 1.6rem; }
  .abt__callout p { font-size: .96rem; }
}
.orn--dots {
  width: 118px; height: 176px;
  opacity: .55;
  background-image: radial-gradient(circle, currentColor 1.05px, transparent 1.15px);
  background-size: 17px 17px;
  -webkit-mask-image: linear-gradient(180deg, #000 10%, transparent);
          mask-image: linear-gradient(180deg, #000 10%, transparent);
}
.abt__lede b, .abt__p b {
  font-weight: 500;
  color: var(--cyan-400);
}
@view-transition { navigation: auto; }
@media (prefers-reduced-motion: reduce) {
  @view-transition { navigation: none; }
}
@media (hover: none) and (pointer: coarse) {
  @view-transition { navigation: none; }
}
.nav { view-transition-name: site-nav; }
::view-transition-old(root) {
  animation: vt-fade-out 240ms cubic-bezier(.4, 0, 1, 1) both;
}
::view-transition-new(root) {
  animation: vt-fade-in 380ms 60ms cubic-bezier(0, 0, .2, 1) both;
}
@keyframes vt-fade-out {
  to { opacity: 0; }
}
@keyframes vt-fade-in {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: none; }
}
