:root {
  --bg-0: #03060F;
  --bg-1: #040915;
  --bg-2: #061027;
  --navy: #020E31;

  --surface:    rgba(255, 255, 255, 0.035);
  --surface-2:  rgba(255, 255, 255, 0.06);
  --surface-3:  rgba(255, 255, 255, 0.09);
  --line:       rgba(255, 255, 255, 0.08);
  --line-2:     rgba(255, 255, 255, 0.14);
  --line-blue:  rgba(127, 170, 255, 0.28);

  --text:   #EEF3FB;
  --text-2: #AAB8D1;
  --text-3: #8B9BBA;

  --blue:      #3D74E0;
  --blue-soft: #8FB5FF;
  --blue-ice:  #CFE0FF;
  --glow:      rgba(64, 120, 230, 0.55);
  --glow-soft: rgba(64, 120, 230, 0.22);

  --accent:      #F2B41A;
  --accent-deep: #D69F0C;
  --accent-glow: rgba(242, 180, 26, 0.26);

  --r:      22px;
  --r-sm:   14px;
  --r-lg:   30px;
  --r-pill: 999px;

  --shell: 1200px;
  --pad: clamp(1.15rem, 4vw, 2.5rem);
  --section-y: clamp(6rem, 11vw, 10rem);

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --z-nav: 50;

  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 96px;
  background: var(--bg-0);
}

body {
  background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg-1) 28%, var(--bg-0) 100%);
  color: var(--text);
  font-family: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-variation-settings: "wdth" 100, "wght" 400;
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  caret-color: var(--blue-soft);
  overflow-x: clip;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }

:focus-visible { outline: 2px solid var(--blue-soft); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--accent); color: var(--navy); }

* { scrollbar-color: rgba(143, 181, 255, 0.35) var(--bg-0); scrollbar-width: thin; }
::-webkit-scrollbar { width: 12px; height: 12px; }
::-webkit-scrollbar-track { background: var(--bg-0); }
::-webkit-scrollbar-thumb { background: rgba(143, 181, 255, 0.28); border: 3px solid var(--bg-0); border-radius: var(--r-pill); }
::-webkit-scrollbar-thumb:hover { background: rgba(143, 181, 255, 0.5); }

.ambient {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.ambient__layer {
  position: absolute;
  inset: -20vh 0 -40vh;
  will-change: transform;
}
@supports (animation-timeline: scroll()) {
  .ambient__layer {
    animation: ambient-scroll linear both;
    animation-timeline: scroll(root);
  }
}
@keyframes ambient-scroll {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(0, -34vh, 0); }
}

.ambient__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  will-change: transform;
  opacity: 0.9;
}
.ambient__glow--a {
  width: 62vw; height: 62vw; max-width: 980px; max-height: 980px;
  left: 50%; top: -34vw;
  margin-left: -31vw;
  background: radial-gradient(closest-side, rgba(61, 116, 224, 0.3), rgba(61, 116, 224, 0.08) 55%, transparent 75%);
  animation: drift-a 26s ease-in-out infinite alternate;
}
.ambient__glow--b {
  width: 46vw; height: 46vw; max-width: 760px; max-height: 760px;
  left: -18vw; top: 60vh;
  background: radial-gradient(closest-side, rgba(40, 92, 200, 0.42), rgba(40, 92, 200, 0.12) 55%, transparent 75%);
  animation: drift-b 34s ease-in-out infinite alternate;
}
.ambient__glow--c {
  width: 40vw; height: 40vw; max-width: 640px; max-height: 640px;
  right: -14vw; top: 110vh;
  background: radial-gradient(closest-side, rgba(143, 181, 255, 0.3), rgba(143, 181, 255, 0.08) 55%, transparent 75%);
  animation: drift-c 30s ease-in-out infinite alternate;
}

.ambient__img {
  position: absolute;
  opacity: 0;
  filter: blur(40px) saturate(1.15);
  mix-blend-mode: screen;
  object-fit: cover;
  transition: opacity 1.4s var(--ease);
  will-change: transform;
}
.ambient__img.is-ready { opacity: var(--img-o, 0.26); }
.ambient__img--1 { --img-o: 0.34; width: 42vw; min-width: 420px; height: 70vh; right: -8vw; top: -6vh; animation: drift-b 40s ease-in-out infinite alternate; }
.ambient__img--2 { --img-o: 0.3; width: 36vw; min-width: 380px; height: 62vh; left: -10vw; top: 78vh; animation: drift-c 44s ease-in-out infinite alternate; }
.ambient__img--3 { --img-o: 0.28; width: 44vw; min-width: 420px; height: 60vh; right: -6vw; top: 128vh; animation: drift-a 38s ease-in-out infinite alternate; }

.ambient__grain {
  position: absolute;
  inset: 0;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 160px 160px;
}

@keyframes drift-a {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to   { transform: translate3d(4vw, 3vh, 0) scale(1.08); }
}
@keyframes drift-b {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to   { transform: translate3d(5vw, -4vh, 0) scale(1.06); }
}
@keyframes drift-c {
  from { transform: translate3d(0, 0, 0) scale(1.04); }
  to   { transform: translate3d(-4vw, 4vh, 0) scale(0.96); }
}

.nav, main, .footer { position: relative; z-index: 1; }

.progress {
  position: fixed; left: 0; top: 0; z-index: 60;
  width: 100%; height: 2px;
  background: linear-gradient(90deg, var(--blue-soft), var(--accent));
  transform-origin: 0 50%;
  transform: scaleX(0);
  pointer-events: none;
}
@supports (animation-timeline: scroll()) {
  .progress { animation: progress-grow linear both; animation-timeline: scroll(root); }
}
@keyframes progress-grow { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.shell { width: 100%; max-width: var(--shell); margin-inline: auto; padding-inline: var(--pad); }
.section { padding-block: var(--section-y); position: relative; }

.skip-link {
  position: absolute; left: 0; top: 0;
  transform: translateY(-120%);
  background: var(--accent); color: var(--navy);
  padding: 0.75rem 1.25rem; z-index: 100; font-weight: 600;
  border-radius: 0 0 var(--r-sm) 0;
}
.skip-link:focus { transform: none; }

h1, h2, h3, h4 {
  font-variation-settings: "wdth" 94, "wght" 600;
  line-height: 1.06;
  letter-spacing: -0.028em;
  text-wrap: balance;
}

.display {
  font-size: clamp(2.5rem, 5.4vw, 4.4rem);
  font-variation-settings: "wdth" 86, "wght" 520;
  line-height: 1.04;
  letter-spacing: -0.034em;
}

.h2 {
  font-size: clamp(2rem, 4.2vw, 3.3rem);
  max-width: 20ch;
  font-variation-settings: "wdth" 92, "wght" 580;
  letter-spacing: -0.032em;
}

.h3 {
  font-size: clamp(1.12rem, 1.55vw, 1.32rem);
  font-variation-settings: "wdth" 96, "wght" 580;
  line-height: 1.3;
  letter-spacing: -0.014em;
}

.lede {
  font-size: clamp(1.06rem, 1.35vw, 1.22rem);
  color: var(--text-2);
  max-width: 58ch;
  font-variation-settings: "wdth" 100, "wght" 340;
  line-height: 1.6;
}

.body { color: var(--text-2); max-width: 62ch; font-variation-settings: "wdth" 100, "wght" 360; }

.ref {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-variant-numeric: tabular-nums;
  font-size: 0.94em;
  color: var(--text);
}

.accent { color: var(--accent); }

.head { margin-bottom: clamp(3rem, 5.5vw, 4.5rem); }
.head .h2 { margin-bottom: 1.25rem; }
.head--center { text-align: center; }
.head--center .h2, .head--center .lede { margin-inline: auto; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  white-space: nowrap;
  padding: 0.9rem 1.6rem;
  border-radius: var(--r-pill);
  border: 1px solid transparent;
  font-variation-settings: "wdth" 100, "wght" 580;
  font-size: 0.95rem;
  letter-spacing: -0.006em;
  cursor: pointer;
  position: relative;
  transition: background-color 0.25s var(--ease), border-color 0.25s var(--ease),
              color 0.25s var(--ease), transform 0.18s var(--ease), box-shadow 0.3s var(--ease);
}
.btn i {
  display: grid;
  place-items: center;
  width: 26px; height: 26px;
  margin-right: -0.6rem;
  border-radius: 50%;
  font-size: 0.85rem;
  transition: transform 0.3s var(--ease);
}
.btn:hover i { transform: translateX(3px); }
.btn:active { transform: translateY(1px) scale(0.985); }

.btn--primary {
  background: var(--accent);
  color: var(--navy);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22) inset, 0 8px 24px -10px var(--accent-glow);
}
.btn--primary i { background: var(--navy); color: var(--accent); }
.btn--primary:hover {
  background: #FFC434;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.28) inset, 0 14px 36px -12px var(--accent-glow);
}

.btn--glass {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--line-2);
  color: var(--text);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
}
.btn--glass i { background: rgba(255, 255, 255, 0.1); color: var(--text); }
.btn--glass:hover { background: rgba(255, 255, 255, 0.1); border-color: var(--line-blue); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset, 0 0 0 4px rgba(61, 116, 224, 0.12); }

.btn--sm { padding: 0.6rem 1.1rem; font-size: 0.85rem; gap: 0.5rem; }
.btn--lg { padding: 1.05rem 1.9rem; font-size: 1rem; }

.nav {
  position: sticky; top: 0; z-index: var(--z-nav);
  height: 80px; display: flex; align-items: center;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: border-color 0.35s var(--ease), background-color 0.35s var(--ease), backdrop-filter 0.35s var(--ease);
}
.nav.is-stuck {
  background: rgba(4, 9, 21, 0.66);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-bottom-color: var(--line);
}

.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; width: 100%; }

.nav__brand { display: flex; align-items: center; gap: 0.75rem; flex-shrink: 0; }
.brandmark { height: 38px; width: auto; filter: drop-shadow(0 4px 12px rgba(61, 116, 224, 0.35)); }
.nav__brand span {
  font-variation-settings: "wdth" 84, "wght" 700;
  font-size: 1.02rem; letter-spacing: 0.02em; text-transform: uppercase;
}

.nav__links { display: flex; align-items: center; gap: 0.15rem; }
.nav__links a {
  font-size: 0.9rem; color: var(--text-2);
  padding: 0.5rem 0.9rem; border-radius: var(--r-pill);
  transition: color 0.2s var(--ease), background-color 0.2s var(--ease);
}
.nav__links a:hover { color: var(--text); background: rgba(255, 255, 255, 0.06); }
.nav__links a { position: relative; }
.nav__links a::before {
  content: "";
  position: absolute; left: 50%; bottom: 0.1rem;
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--accent);
  transform: translateX(-50%) scale(0);
  transition: transform 0.3s var(--ease);
}
.nav__links a.is-active { color: var(--text); }
.nav__links a.is-active::before { transform: translateX(-50%) scale(1); }

.nav__toggle {
  display: none; background: rgba(255, 255, 255, 0.06); border: 1px solid var(--line-2);
  border-radius: var(--r-pill); padding: 0.55rem 0.75rem; cursor: pointer; font-size: 1.2rem; line-height: 1;
  color: var(--text);
}

.hero {
  position: relative;
  padding-block: clamp(6rem, 11vw, 9.5rem) clamp(3rem, 6vw, 5rem);
  overflow: hidden;
  isolation: isolate;
}

.hero__sky { position: absolute; inset: 0; z-index: -1; pointer-events: none; }

.hero__aurora {
  position: absolute;
  left: 50%; top: -22vw;
  width: min(120vw, 1500px); aspect-ratio: 2 / 1;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(143, 181, 255, 0.42), rgba(61, 116, 224, 0.2) 40%, rgba(61, 116, 224, 0.05) 68%, transparent 100%);
  filter: blur(50px);
  animation: aurora-in 1.8s var(--ease) both;
}
@keyframes aurora-in {
  from { opacity: 0; transform: translateX(-50%) translateY(-60px) scaleX(0.9); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0) scaleX(1); }
}

.hero__mesh {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(207, 224, 255, 0.4) 1px, transparent 1.5px);
  background-size: 28px 28px;
  background-position: 50% 0;
  mask-image: radial-gradient(ellipse 60% 55% at 50% 0%, #000 0%, rgba(0,0,0,0.5) 45%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 60% 55% at 50% 0%, #000 0%, rgba(0,0,0,0.5) 45%, transparent 100%);
}
.hero::before {
  content: "";
  position: absolute; left: 20%; right: 20%; top: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(207, 224, 255, 0.55), transparent);
}

.gyro {
  position: absolute;
  left: 50%; top: 50%;
  width: min(760px, 120vw);
  transform: translate(-50%, -50%);
  opacity: 0.7;
  animation: gyro-in 2.2s var(--ease) 0.2s both;
}
@keyframes gyro-in { from { opacity: 0; transform: translate(-50%, -50%) scale(0.94); } to { opacity: 0.7; transform: translate(-50%, -50%) scale(1); } }
.gyro__roll {
  transform-origin: 400px 400px;
  transform: rotate(calc(var(--roll, 0) * 1deg));
  transition: transform 0.9s var(--ease);
  animation: gyro-settle 2.6s cubic-bezier(0.22, 1, 0.36, 1) 0.2s backwards;
}
.gyro__pitch {
  transform: translateY(calc(var(--pitch, 0) * 1px));
  transition: transform 0.9s var(--ease);
  animation: gyro-pitch 2.6s cubic-bezier(0.22, 1, 0.36, 1) 0.2s backwards;
}
@keyframes gyro-settle { 0% { transform: rotate(-9deg); } 60% { transform: rotate(1.6deg); } 100% { transform: rotate(0deg); } }
@keyframes gyro-pitch { 0% { transform: translateY(48px); } 60% { transform: translateY(-6px); } 100% { transform: translateY(0); } }
.gyro__labels { font-family: "IBM Plex Mono", ui-monospace, monospace; }
.gyro__outer { animation: gyro-spin 90s linear infinite; transform-origin: 400px 400px; }
@keyframes gyro-spin { to { transform: rotate(360deg); } }

.hero__stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 18% 22%, rgba(207, 224, 255, 0.8), transparent 60%),
    radial-gradient(1px 1px at 72% 14%, rgba(207, 224, 255, 0.7), transparent 60%),
    radial-gradient(1.5px 1.5px at 84% 38%, rgba(207, 224, 255, 0.55), transparent 60%),
    radial-gradient(1px 1px at 9% 52%, rgba(207, 224, 255, 0.5), transparent 60%),
    radial-gradient(1px 1px at 40% 8%, rgba(207, 224, 255, 0.6), transparent 60%),
    radial-gradient(1.5px 1.5px at 60% 46%, rgba(207, 224, 255, 0.45), transparent 60%),
    radial-gradient(1px 1px at 30% 40%, rgba(207, 224, 255, 0.4), transparent 60%);
  animation: stars-in 2s var(--ease) 0.4s both;
}
@keyframes stars-in { from { opacity: 0; } to { opacity: 1; } }

.hero__inner {
  text-align: center;
  display: flex; flex-direction: column; align-items: center;
  margin-bottom: clamp(3rem, 5vw, 4.5rem);
}

.hero__title {
  max-width: 34ch;
  margin-bottom: 1.75rem;
  background: linear-gradient(180deg, #FFFFFF 0%, #DCE6FA 60%, #B8C9EA 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__title em {
  font-style: normal;
  font-variation-settings: "wdth" 86, "wght" 640;
  background: linear-gradient(180deg, #FFE08A 0%, var(--accent) 55%, var(--accent-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__lede { margin-inline: auto; margin-bottom: 2.6rem; max-width: 54ch; color: var(--blue-ice); opacity: 0.82; }
.hero__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.85rem; }
.hero__reassure { margin-top: 1.4rem; font-size: 0.86rem; color: var(--text-3); }

.hero__inner { position: relative; }
.hero__inner::before {
  content: "";
  position: absolute; z-index: 0;
  left: 50%; top: 50%;
  width: min(1100px, 110vw); height: 120%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at center, rgba(4, 9, 21, 0.6), rgba(4, 9, 21, 0.25) 45%, transparent 72%);
  pointer-events: none;
}
.hero__inner > * { position: relative; z-index: 1; }

.hero__strip {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  border-radius: var(--r);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  border: 1px solid var(--line-2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset, 0 40px 100px -50px var(--glow), 0 20px 60px -30px rgba(0, 0, 0, 0.7);
  position: relative;
  animation: bp-rise 1.2s var(--ease) 0.55s backwards;
}
.hero__strip::before {
  content: "";
  position: absolute;
  left: 10%; right: 10%; top: -1px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(207, 224, 255, 0.8), transparent);
}
.hero__strip li {
  position: relative;
  padding: clamp(1.4rem, 2.2vw, 1.9rem) clamp(1.1rem, 2.2vw, 1.9rem);
  border-left: 1px solid var(--line);
  transition: background-color 0.4s var(--ease);
}
.hero__strip li:first-child { border-left: 0; }
.hero__strip li:hover { background: rgba(255, 255, 255, 0.035); }
.hero__strip li::before {
  content: "";
  position: absolute;
  left: calc(clamp(1.1rem, 2.2vw, 1.9rem) + 2.3rem); right: 0;
  top: calc(clamp(1.4rem, 2.2vw, 1.9rem) + 0.55rem);
  height: 1px;
  background: linear-gradient(90deg, var(--line-blue), rgba(127, 170, 255, 0.12));
}
.hero__strip li:last-child::before { right: clamp(1.1rem, 2.2vw, 1.9rem); background: linear-gradient(90deg, var(--line-blue), transparent); }
.hero__strip li::after {
  content: "";
  position: absolute;
  right: -5px;
  top: calc(clamp(1.4rem, 2.2vw, 1.9rem) + 0.55rem - 3px);
  width: 6px; height: 6px;
  border-top: 1px solid var(--blue-soft); border-right: 1px solid var(--blue-soft);
  transform: rotate(45deg);
  opacity: 0.5;
  z-index: 1;
}
.hero__strip li:last-child::after { display: none; }
.hero__n {
  position: relative; z-index: 1;
  display: inline-block;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-variant-numeric: tabular-nums;
  font-size: 0.74rem; letter-spacing: 0.08em;
  color: var(--blue-soft);
  margin-bottom: 0.9rem;
  line-height: 1.1rem;
}
.hero__strip strong {
  display: block;
  font-variation-settings: "wdth" 96, "wght" 600;
  font-size: 1rem; color: var(--text); margin-bottom: 0.3rem;
}
.hero__strip p { font-size: 0.86rem; color: var(--text-2); line-height: 1.45; font-variation-settings: "wdth" 100, "wght" 360; }

.reg { padding-block: clamp(3.5rem, 7vw, 6rem) clamp(1rem, 2vw, 2rem); }

.reg__grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}
.reg__item {
  padding: clamp(1.75rem, 3vw, 2.5rem) clamp(1.25rem, 2.5vw, 2.25rem) 0;
  border-left: 1px solid var(--line);
}
.reg__item:first-child { border-left: 0; padding-left: 0; }
.reg__item dt {
  font-variation-settings: "wdth" 94, "wght" 600;
  font-size: 1.05rem; letter-spacing: -0.012em; margin-bottom: 0.55rem;
  color: var(--blue-ice);
}
.reg__item dd { color: var(--text-2); font-size: 0.92rem; line-height: 1.55; max-width: 34ch; font-variation-settings: "wdth" 100, "wght" 360; }

.reg__note {
  margin: clamp(2rem, 3.5vw, 3rem) 0 0; color: var(--text-3); font-size: 0.85rem;
  max-width: 80ch; line-height: 1.6;
}

.spot { position: relative; overflow: hidden; }
.spot::before {
  content: "";
  position: absolute; inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(143, 181, 255, 0.13), transparent 60%);
  opacity: 0;
  transition: opacity 0.5s var(--ease);
}
.spot:hover::before { opacity: 1; }
.spot > * { position: relative; z-index: 1; }

.audit {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.6vw, 1.25rem);
}

.audit__q {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: clamp(1.6rem, 2.6vw, 2.2rem);
  display: grid; grid-template-columns: auto minmax(0, 1fr);
  gap: 1.1rem; align-items: start;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
  transition: transform 0.4s var(--ease), border-color 0.4s var(--ease), background-color 0.4s var(--ease);
}
.audit__q:hover { border-color: var(--line-2); background: var(--surface-2); transform: translateY(-3px); }

.audit__n {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-variant-numeric: tabular-nums;
  font-size: 0.8rem; letter-spacing: 0.06em;
  color: var(--blue-soft);
  padding: 0.35rem 0.6rem;
  border-radius: 8px;
  border: 1px solid var(--line-blue);
  background: rgba(61, 116, 224, 0.1);
  line-height: 1;
  margin-top: 0.15rem;
}
.audit__q p { color: var(--text-2); font-size: 1rem; line-height: 1.58; font-variation-settings: "wdth" 100, "wght" 380; }

.audit__q--key {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, rgba(61, 116, 224, 0.16), rgba(61, 116, 224, 0.04) 50%, rgba(246, 190, 33, 0.05));
  border-color: var(--line-blue);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 40px 90px -50px var(--glow);
}
.audit__q--key .audit__n { color: var(--navy); background: var(--accent); border-color: var(--accent); }
.audit__q--key p { color: var(--text); max-width: 68ch; font-size: clamp(1.08rem, 1.5vw, 1.25rem); font-variation-settings: "wdth" 98, "wght" 440; }

.audit__foot {
  margin-top: clamp(2.5rem, 4vw, 3.5rem);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem;
}
.audit__foot p {
  font-variation-settings: "wdth" 94, "wght" 540;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.3; letter-spacing: -0.02em; max-width: 26ch;
}

.compare { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(0.9rem, 1.6vw, 1.25rem); }

.compare__col {
  border-radius: var(--r);
  padding: clamp(1.8rem, 3vw, 2.6rem);
  border: 1px solid var(--line);
}
.compare__col--no { background: rgba(255, 255, 255, 0.02); }
.compare__col--yes {
  background: linear-gradient(160deg, rgba(61, 116, 224, 0.14), rgba(61, 116, 224, 0.03) 60%);
  border-color: var(--line-blue);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 50px 110px -60px var(--glow);
}

.compare__label {
  font-variation-settings: "wdth" 100, "wght" 560;
  font-size: 0.82rem; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--text-3);
  padding-bottom: 1rem; margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}
.compare__col--yes .compare__label { color: var(--blue-soft); border-bottom-color: var(--line-blue); }

.compare__list { list-style: none; padding: 0; display: grid; gap: 1.05rem; }
.compare__list li {
  display: grid; grid-template-columns: 1.5rem 1fr; gap: 0.8rem; align-items: start;
  font-size: 0.98rem; line-height: 1.5; color: var(--text-2);
  font-variation-settings: "wdth" 100, "wght" 380;
}
.compare__list i { font-size: 1.15rem; line-height: 1.3; }
.compare__col--no i { color: var(--text-3); }
.compare__col--no li { color: var(--text-3); }
.compare__col--yes i { color: var(--accent); }
.compare__col--yes li { color: var(--text); }

.method { background: linear-gradient(180deg, transparent, rgba(61, 116, 224, 0.045) 50%, transparent); }

.steps {
  list-style: none; margin: 0; padding: 0;
  position: relative;
  display: grid;
}
.steps::before {
  content: "";
  position: absolute;
  left: 2.9rem;
  top: 1rem; bottom: 1rem;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--line-blue) 8%, var(--line-blue) 92%, transparent);
}

.step {
  display: grid;
  grid-template-columns: 4.9rem minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(1rem, 2.5vw, 2.5rem);
  padding: clamp(1.8rem, 3vw, 2.5rem) 0;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.step:last-child { border-bottom: 0; }
.step::before {
  content: "";
  position: absolute;
  left: calc(2.9rem - 5px);
  top: calc(clamp(1.8rem, 3vw, 2.5rem) + 0.55rem);
  width: 11px; height: 11px;
  border-radius: 50%;
  background: var(--bg-1);
  border: 1px solid var(--blue-soft);
  box-shadow: 0 0 0 4px rgba(61, 116, 224, 0.12);
  transition: background-color 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.step:hover::before { background: var(--blue-soft); box-shadow: 0 0 0 6px rgba(61, 116, 224, 0.18), 0 0 18px var(--blue-soft); }

.step__num {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-variant-numeric: tabular-nums;
  font-size: 0.8rem; color: var(--blue-soft); letter-spacing: 0.06em;
  padding-top: 0.45rem;
  padding-left: 0;
  justify-self: start;
  transform: translateX(-0.1rem);
}
.step__main .h3 { margin-bottom: 0.6rem; font-size: clamp(1.25rem, 1.8vw, 1.55rem); }
.step__main p { color: var(--text-2); font-size: 0.97rem; line-height: 1.6; font-variation-settings: "wdth" 100, "wght" 360; }

.step__aviation {
  display: flex; gap: 0.75rem; align-items: start;
  padding: 1rem 1.15rem;
  border-radius: var(--r-sm);
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--text-2); font-size: 0.88rem; line-height: 1.5;
  align-self: start;
  font-variation-settings: "wdth" 100, "wght" 380;
}
.step__aviation i { color: var(--blue-soft); font-size: 1.1rem; flex-shrink: 0; margin-top: 0.1rem; }

.bento {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.6vw, 1.25rem);
}

.cell {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: clamp(1.6rem, 2.6vw, 2.2rem);
  display: flex; flex-direction: column; gap: 0.75rem;
  min-height: 220px; position: relative; isolation: isolate; overflow: hidden;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
  transition: transform 0.4s var(--ease), border-color 0.4s var(--ease), background-color 0.4s var(--ease);
}
.cell:hover { border-color: var(--line-2); background: var(--surface-2); transform: translateY(-3px); }
.cell > i { color: var(--accent); font-size: 1.7rem; margin-bottom: 0.4rem; }
.cell p { color: var(--text-2); font-size: 0.95rem; line-height: 1.58; font-variation-settings: "wdth" 100, "wght" 360; }

.cell--wide {
  grid-column: span 2;
  justify-content: flex-end;
  min-height: 360px;
  color: var(--text);
  border-color: var(--line-2);
}
.cell--wide img {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%; object-fit: cover;
  opacity: 0.55; filter: contrast(1.05) saturate(0.8) brightness(0.9);
  transition: transform 1.2s var(--ease), opacity 0.6s var(--ease);
}
.cell--wide:hover img { transform: scale(1.03); opacity: 0.65; }
.cell--wide::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(4, 9, 21, 0.2), rgba(4, 9, 21, 0.94) 70%);
}
.cell--wide .h3 { font-size: clamp(1.35rem, 2.1vw, 1.75rem); max-width: 22ch; }
.cell--wide p { color: var(--text-2); max-width: 48ch; }

.cell--matrix { background: linear-gradient(180deg, rgba(61, 116, 224, 0.1), rgba(61, 116, 224, 0.02)); border-color: var(--line-blue); }

.matrix { margin: auto 0 0; padding-top: 1.6rem; }
.matrix__plot {
  display: grid; grid-template-columns: 1.15rem minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto; gap: 0.45rem; align-items: center;
}
.matrix__axis { font-size: 0.72rem; letter-spacing: 0.02em; color: var(--text-3); }
.matrix__axis--y { writing-mode: vertical-rl; transform: rotate(180deg); justify-self: center; text-align: center; }
.matrix__axis--x { grid-column: 2; text-align: center; }

.matrix__cells { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; aspect-ratio: 5 / 4; }
.matrix__cells i {
  display: block; margin: 0; font-size: 0; border-radius: 4px;
  background: rgb(246 190 33 / calc(var(--lvl) * var(--lvl) * 3.6%));
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.06);
}
.js .matrix__cells i { opacity: 0; transform: scale(0.8); transition: opacity 0.5s var(--ease), transform 0.5s var(--ease); }
.js .reveal.is-in .matrix__cells i { opacity: 1; transform: none; transition-delay: calc(var(--lvl) * 110ms + 300ms); }

.deliver__note {
  margin-top: 1.75rem; display: flex; gap: 0.75rem; align-items: start;
  color: var(--text-3); font-size: 0.86rem; max-width: 84ch; line-height: 1.6;
}
.deliver__note i { color: var(--accent); font-size: 1.1rem; flex-shrink: 0; margin-top: 0.15rem; }

.creds {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(1rem, 2vw, 2rem);
  border-top: 1px solid var(--line);
}
.cred {
  padding: clamp(1.75rem, 3vw, 2.5rem) clamp(0rem, 2vw, 2rem) 0 0;
  border-left: 1px solid var(--line);
  padding-left: clamp(1.25rem, 2.5vw, 2.25rem);
}
.cred:first-child { border-left: 0; padding-left: 0; }
.cred dt {
  display: flex; align-items: baseline; gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.cred dt b {
  font-variation-settings: "wdth" 86, "wght" 300;
  font-variant-numeric: tabular-nums;
  font-size: clamp(3.2rem, 6vw, 5rem);
  line-height: 0.95; letter-spacing: -0.05em;
  background: linear-gradient(180deg, #FFFFFF 0%, var(--blue-ice) 55%, var(--blue-soft) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.cred dt span {
  font-variation-settings: "wdth" 100, "wght" 400;
  font-size: 0.95rem; letter-spacing: 0; color: var(--text-3);
}
.cred dd { color: var(--text-2); font-size: 0.9rem; line-height: 1.5; max-width: 26ch; font-variation-settings: "wdth" 100, "wght" 360; }

.manifesto {
  position: relative;
  padding-block: clamp(6rem, 12vw, 11rem);
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}
.manifesto__halo {
  position: absolute; z-index: -1;
  left: 50%; top: 50%;
  width: min(120vw, 1500px); aspect-ratio: 2 / 1;
  transform: translate(-50%, -50%);
  background: radial-gradient(closest-side, rgba(61, 116, 224, 0.28), rgba(61, 116, 224, 0.08) 45%, transparent 75%);
  filter: blur(30px);
}
.manifesto::before, .manifesto::after {
  content: "";
  position: absolute; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-blue), transparent);
}
.manifesto::before { top: 0; }
.manifesto::after { bottom: 0; }
.manifesto__line {
  font-variation-settings: "wdth" 86, "wght" 640;
  font-size: clamp(2.2rem, 6vw, 4.8rem);
  line-height: 1.02; letter-spacing: -0.035em; text-transform: uppercase;
  margin-inline: auto; max-width: 20ch;
  background: linear-gradient(180deg, #FFFFFF, #C9D8F5);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.manifesto__line .accent {
  display: block;
  background: linear-gradient(180deg, #FFE08A, var(--accent) 60%, var(--accent-deep));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.manifesto__sub {
  margin: 2rem auto 0; color: var(--text-2);
  max-width: 56ch; font-size: 1rem; line-height: 1.7;
  font-variation-settings: "wdth" 100, "wght" 360;
}

.pillars { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(0.9rem, 1.6vw, 1.25rem); }
.pillar {
  border-radius: var(--r); padding: clamp(1.9rem, 3vw, 2.6rem);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
  display: flex; flex-direction: column;
  transition: transform 0.4s var(--ease), border-color 0.4s var(--ease), background-color 0.4s var(--ease);
}
.pillar:hover { border-color: var(--line-blue); background: var(--surface-2); transform: translateY(-3px); }
.pillar__icon {
  width: 52px; height: 52px; display: grid; place-items: center;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(61, 116, 224, 0.28), rgba(61, 116, 224, 0.08));
  border: 1px solid var(--line-blue);
  color: var(--blue-ice);
  margin-bottom: 1.5rem; font-size: 1.4rem;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset, 0 10px 30px -12px var(--glow);
}
.pillar .h3 { margin-bottom: 0.7rem; font-size: clamp(1.3rem, 1.9vw, 1.6rem); }
.pillar > p { color: var(--text-2); font-size: 0.96rem; margin-bottom: 1.75rem; line-height: 1.6; font-variation-settings: "wdth" 100, "wght" 360; }

.tags { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-top: auto; }
.tag {
  border-radius: var(--r-pill); padding: 0.38rem 0.85rem;
  font-size: 0.78rem; color: var(--text-2);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  transition: background-color 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease);
}
.pillar:hover .tag { border-color: var(--line-2); color: var(--text); }
.tag.is-hidden { display: none; }
.tags__more {
  border-radius: var(--r-pill); padding: 0.38rem 0.85rem;
  font-size: 0.78rem; color: var(--blue-soft);
  background: rgba(61, 116, 224, 0.1);
  border: 1px solid var(--line-blue);
  cursor: pointer;
  transition: background-color 0.25s var(--ease), color 0.25s var(--ease);
}
.tags__more:hover { background: rgba(61, 116, 224, 0.2); color: var(--blue-ice); }

.bridge__foot {
  margin-top: clamp(2rem, 3.5vw, 3rem);
  display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; justify-content: space-between;
}
.bridge__foot p { color: var(--text-3); font-size: 0.9rem; max-width: 56ch; }

.faq__grid {
  display: grid; grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 5vw, 5rem); align-items: start;
}
.faq__grid .h2 { position: sticky; top: 110px; }
.faq__list { display: grid; }

.qa { border-top: 1px solid var(--line); }
.qa:last-child { border-bottom: 1px solid var(--line); }
.qa__q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  text-align: left; background: none; border: 0;
  padding: 1.4rem 0.25rem; cursor: pointer;
  font-variation-settings: "wdth" 96, "wght" 540;
  font-size: 1.05rem; line-height: 1.35; letter-spacing: -0.014em;
  color: var(--text);
  transition: color 0.2s var(--ease);
}
.qa__q:hover { color: var(--blue-ice); }
.qa__q i {
  flex-shrink: 0; display: grid; place-items: center;
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.05); border: 1px solid var(--line-2); color: var(--text);
  font-size: 1rem; transition: transform 0.4s var(--ease), background-color 0.25s var(--ease), border-color 0.25s var(--ease), color 0.25s var(--ease);
}
.qa.is-open .qa__q i { transform: rotate(45deg); background: var(--accent); border-color: var(--accent); color: var(--navy); }

.qa__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.45s var(--ease); }
.qa.is-open .qa__a { grid-template-rows: 1fr; }
.qa__a > div { overflow: hidden; }
.qa__a p {
  color: var(--text-2); font-size: 0.96rem; line-height: 1.68; max-width: 66ch;
  padding: 0 0.25rem 1.6rem;
  font-variation-settings: "wdth" 100, "wght" 360;
}

.convert {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-top: clamp(6rem, 11vw, 10rem);
}
.convert::before {
  content: "";
  position: absolute; left: 10%; right: 10%; top: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-blue), transparent);
}
.convert__halo {
  position: absolute; z-index: -1;
  right: -10%; top: -10%;
  width: min(70vw, 900px); aspect-ratio: 1;
  background: radial-gradient(closest-side, rgba(61, 116, 224, 0.42), rgba(61, 116, 224, 0.12) 50%, transparent 75%);
  filter: blur(40px);
}
.convert__grid {
  display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 5vw, 5rem); align-items: start;
}
.convert__aside .h2 { margin-bottom: 1.25rem; }
.convert__aside .body { margin-bottom: 2.25rem; }

.next { list-style: none; margin: 0 0 2.5rem; padding: 0; display: grid; gap: 1rem; }
.next li { display: grid; grid-template-columns: 1.9rem minmax(0, 1fr); gap: 0.85rem; align-items: baseline; }
.next span {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-variant-numeric: tabular-nums; font-size: 0.8rem; color: var(--accent);
}
.next p { color: var(--text-2); font-size: 0.95rem; line-height: 1.5; font-variation-settings: "wdth" 100, "wght" 360; }

.convert__alt { border-top: 1px solid var(--line); padding-top: 1.75rem; display: grid; gap: 0.9rem; justify-items: start; }
.convert__alt p { color: var(--text-3); font-size: 0.87rem; }

.form {
  display: grid; gap: 1.15rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  border: 1px solid var(--line-2);
  border-radius: var(--r-lg);
  padding: clamp(1.6rem, 3vw, 2.5rem);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 60px 140px -60px var(--glow), 0 30px 80px -40px rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: relative;
}
.form::before {
  content: "";
  position: absolute;
  left: 10%; right: 10%; top: -1px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(207, 224, 255, 0.8), transparent);
}
.form__row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.15rem; }

.field { display: grid; gap: 0.45rem; }
.field label {
  font-size: 0.84rem; color: var(--text);
  font-variation-settings: "wdth" 100, "wght" 520;
}
.field label .req { color: var(--accent); }
.field label .opt { color: var(--text-3); font-variation-settings: "wdth" 100, "wght" 380; font-size: 0.76rem; }

.field input, .field select, .field textarea {
  background: rgba(4, 9, 21, 0.5);
  border: 1px solid var(--line-2);
  border-radius: var(--r-sm);
  padding: 0.85rem 1rem; font-size: 0.95rem; color: var(--text); width: 100%;
  transition: border-color 0.2s var(--ease), background-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.field textarea { resize: vertical; min-height: 120px; line-height: 1.55; }
.field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--text-2) 50%),
                    linear-gradient(135deg, var(--text-2) 50%, transparent 50%);
  background-position: calc(100% - 18px) 55%, calc(100% - 13px) 55%;
  background-size: 5px 5px, 5px 5px; background-repeat: no-repeat;
  padding-right: 2.4rem;
}
.field select option { background: var(--bg-2); color: var(--text); }
.field input::placeholder, .field textarea::placeholder { color: var(--text-3); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--blue-soft); background: rgba(4, 9, 21, 0.7);
  box-shadow: 0 0 0 4px rgba(61, 116, 224, 0.18);
}

.field__help { font-size: 0.77rem; color: var(--text-3); }
.field__error { font-size: 0.78rem; color: #FF8A80; display: none; }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: #FF8A80; }
.field.has-error .field__error { display: block; }

.consent {
  display: grid; grid-template-columns: auto 1fr; gap: 0.75rem; align-items: start;
  font-size: 0.84rem; color: var(--text-2); line-height: 1.55;
}
.consent input { width: 17px; height: 17px; margin-top: 0.18rem; accent-color: var(--accent); cursor: pointer; }
.consent a { color: var(--text); text-decoration: underline; text-underline-offset: 3px; }

.form__submit { justify-self: start; margin-top: 0.25rem; }
.form__reassure {
  font-size: 0.81rem;
  color: var(--text-3);
  line-height: 1.5;
  max-width: 58ch;
  margin-top: -0.3rem;
}
.form__submit[aria-busy="true"] { opacity: 0.6; pointer-events: none; }

.form__status {
  display: none; border: 1px solid rgba(246, 190, 33, 0.5); border-radius: var(--r-sm);
  padding: 1rem 1.15rem; background: rgb(246 190 33 / 0.1);
  font-size: 0.91rem; color: var(--text); line-height: 1.55;
}
.form__status.is-visible { display: block; }

.footer {
  padding-block: clamp(3.5rem, 6vw, 5rem) 2rem;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.35));
}
.footer__motto {
  font-variation-settings: "wdth" 110, "wght" 300;
  font-size: clamp(1.1rem, 2.6vw, 2rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--blue-ice);
  opacity: 0.75;
  text-align: center;
  margin-bottom: clamp(3rem, 5vw, 4.5rem);
  text-wrap: balance;
}
.footer__top {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2.5rem; align-items: start;
  padding-bottom: 2.5rem; border-bottom: 1px solid var(--line);
}
.footer__brand { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.25rem; }
.footer__brand .brandmark { height: 46px; }
.footer__brand strong {
  display: block; font-variation-settings: "wdth" 84, "wght" 700;
  font-size: 1.15rem; text-transform: uppercase; letter-spacing: 0.02em;
}
.footer__brand span span { font-size: 0.8rem; color: var(--text-3); }

.footer__sig {
  color: var(--text-2); font-size: 0.95rem; line-height: 1.6; max-width: 44ch;
  font-variation-settings: "wdth" 98, "wght" 360;
}

.footer__nav { display: grid; gap: 0.65rem; }
.footer__nav a { font-size: 0.88rem; color: var(--text-3); transition: color 0.2s var(--ease); }
.footer__nav a:hover { color: var(--text); }

.footer__bottom {
  padding-top: 1.75rem; display: flex; flex-wrap: wrap; gap: 1rem;
  justify-content: space-between; color: var(--text-3); font-size: 0.79rem;
}

@keyframes bp-rise {
  from { opacity: 0; transform: translateY(24px); filter: blur(12px); }
  to   { opacity: 1; transform: none;             filter: blur(0); }
}
.hero__title    { animation: bp-rise 1.1s var(--ease) 0.1s backwards; }
.hero__lede     { animation: bp-rise 1.1s var(--ease) 0.22s backwards; }
.hero__actions  { animation: bp-rise 1.1s var(--ease) 0.34s backwards; }
.hero__reassure { animation: bp-rise 1.1s var(--ease) 0.44s backwards; }

.js .reveal {
  opacity: 0; transform: translateY(26px); filter: blur(6px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease), filter 0.9s var(--ease);
}
.js .reveal.is-in { opacity: 1; transform: none; filter: blur(0); }

.js .stagger > * {
  opacity: 0; transform: translateY(18px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.js .stagger.is-in > * { opacity: 1; transform: none; }
.js .stagger.is-in > *:nth-child(1) { transition-delay: 0.05s; }
.js .stagger.is-in > *:nth-child(2) { transition-delay: 0.13s; }
.js .stagger.is-in > *:nth-child(3) { transition-delay: 0.21s; }
.js .stagger.is-in > *:nth-child(4) { transition-delay: 0.29s; }
.js .stagger.is-in > *:nth-child(5) { transition-delay: 0.37s; }
.js .stagger.is-in > *:nth-child(6) { transition-delay: 0.45s; }
.js .stagger.is-in > *:nth-child(7) { transition-delay: 0.53s; }
.js .stagger.is-in > *:nth-child(8) { transition-delay: 0.61s; }

@media (max-width: 1024px) {
  .hero__strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero__strip li:nth-child(2)::after, .hero__strip li:nth-child(2)::before { right: clamp(1.1rem, 2.2vw, 1.9rem); }
  .hero__strip li:nth-child(2)::after { display: none; }
  .hero__strip li:nth-child(3) { border-left: 0; }
  .hero__strip li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .hero__strip li:nth-child(3) { border-left: 0; }
  .hero__strip li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .faq__grid, .convert__grid { grid-template-columns: 1fr; }
  .faq__grid .h2 { position: static; }
  .reg__grid { grid-template-columns: 1fr; }
  .reg__item { border-left: 0; padding-left: 0; padding-top: 1.5rem; padding-bottom: 1.5rem; border-top: 1px solid var(--line); }
  .reg__item:first-child { border-top: 0; }
  .reg__item:last-child { padding-bottom: 0; }
  .step { grid-template-columns: 4.9rem minmax(0, 1fr); }
  .step__aviation { grid-column: 2; }
}

@media (max-width: 1000px) {
  .nav__links {
    position: fixed; inset: 88px var(--pad) auto var(--pad);
    flex-direction: column; align-items: stretch; gap: 0;
    background: rgba(6, 16, 39, 0.92);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid var(--line-2);
    border-radius: var(--r);
    box-shadow: 0 40px 100px -30px rgba(0, 0, 0, 0.9);
    padding: 0.6rem;
    transform: translateY(-10px); opacity: 0; pointer-events: none;
    transition: opacity 0.25s var(--ease), transform 0.25s var(--ease);
  }
  .nav__links.is-open { opacity: 1; transform: none; pointer-events: auto; }
  .nav__links a { padding: 0.9rem 1rem; font-size: 0.98rem; border-radius: var(--r-sm); }
  .nav__toggle { display: block; }
  .nav__cta { display: none; }
  .nav.is-stuck, .nav:has(.nav__links.is-open) {
    background: rgba(4, 9, 21, 0.8);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
  }
}

@media (max-width: 768px) {
  html { scroll-padding-top: 88px; }
  .hero { padding-top: clamp(5.5rem, 16vw, 7rem); }
  .hero__aurora { top: -40vw; width: 180vw; }
  .hero__title { max-width: 16ch; }
  .hero__title br { display: none; }
  .hero__actions { width: 100%; }
  .hero__actions .btn { width: 100%; justify-content: center; }
  .hero__strip { grid-template-columns: 1fr; }
  .hero__strip li { border-left: 0; border-top: 1px solid var(--line); }
  .hero__strip li:first-child { border-top: 0; }
  .hero__strip li::before, .hero__strip li::after { display: none; }
  .hero__n { margin-bottom: 0.5rem; }
  .gyro { width: 150vw; top: 56%; opacity: 0.5; }
  .footer__motto { letter-spacing: 0.14em; }
  .audit, .compare, .bento, .pillars, .form__row { grid-template-columns: 1fr; }
  .creds { grid-template-columns: 1fr; }
  .cred { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); padding-bottom: 1.75rem; }
  .cred:first-child { border-top: 0; }
  .cell--wide { grid-column: span 1; min-height: 300px; }
  .audit__foot .btn, .form__submit, .bridge__foot .btn { width: 100%; justify-content: center; }
  .footer__top { grid-template-columns: 1fr; }
  .steps::before { left: 0.35rem; }
  .step { grid-template-columns: 1fr; gap: 0.75rem; padding-left: 1.75rem; }
  .step::before { left: calc(0.35rem - 5px); }
  .step__num { padding-top: 0; }
  .step__aviation { grid-column: 1; }
  .ambient__img { display: none; }
  .ambient__glow { filter: blur(50px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .stagger > * { opacity: 1; transform: none; filter: none; transition: none; }
  .ambient__glow, .ambient__img, .hero__aurora, .hero__stars, .gyro, .gyro__roll, .gyro__pitch, .gyro__outer, .progress { animation: none; }
  .gyro { opacity: 0.7; }
  .progress { display: none; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .nav.is-stuck, .btn--glass, .form { backdrop-filter: none; -webkit-backdrop-filter: none; }
  .nav.is-stuck { background: var(--bg-1); }
  .form { background: var(--bg-2); }
}

@media print {
  .nav, .ambient, .form, .hero__sky { display: none; }
  body { background: #fff; color: #000; }
}
