@font-face {
  font-family: Inter;
  src: url('/assets/fonts/InterVariable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --night: #091119;
  --paper: #eef2ef;
  --quiet: #9baab7;
  --electric: #90bbff;
  --edge: #26323d;
  --gutter: clamp(24px, 5vw, 96px);
  /* Existing consent component uses these shared token names. */
  --bg: #091119;
  --ink: #eef2ef;
  --muted: #abb7c1;
  --surface-solid: #14212d;
  --line: #354453;
  --focus: 0 0 0 3px #90bbff;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  background: var(--night);
  color: var(--paper);
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid #a5c9ff; outline-offset: 6px; }
h1, p { margin: 0; }
.launch-header, .launch-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 var(--gutter);
}
.launch-header { height: 86px; border-bottom: 1px solid var(--edge); flex-shrink: 0; }
.signature { display: flex; align-items: center; gap: 23px; }
.signature img { width: 106px; height: auto; }
.signature > span { color: #b9c5d0; font-size: 13px; }
.header-note { font-size: 9px; letter-spacing: .12em; color: var(--quiet); }
.launch-main {
  flex: 1;
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: 'eyebrow art' 'title art' 'copy art' 'actions art';
  align-content: center;
  column-gap: 25px;
  padding: 40px var(--gutter) 50px;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
}
.eyebrow { grid-area: eyebrow; font-size: 10px; letter-spacing: .14em; color: #b9c5d0; display: flex; align-items: center; gap: 10px; margin-bottom: 28px; }
.eyebrow i { width: 6px; height: 6px; border-radius: 50%; background: var(--electric); }
h1 { grid-area: title; font-size: clamp(52px, 5.5vw, 99px); font-weight: 510; line-height: 1.025; letter-spacing: -.063em; }
h1 em { font-style: normal; color: var(--electric); }
.launch-copy { grid-area: copy; color: #acb9c4; font-size: 16px; line-height: 1.65; max-width: 385px; margin-top: 25px; }
.launch-actions { grid-area: actions; margin-top: 34px; }
.launch-cta {
  background: #edf2f7;
  color: #12273b;
  border: 1px solid #edf2f7;
  min-height: 58px;
  min-width: 270px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  transition: background .18s, border-color .18s;
}
.launch-cta > span:last-child { font-size: 25px; line-height: 1; }
.launch-cta:hover { background: #a5c9ff; border-color: #a5c9ff; }
.cta-note { font-size: 11px; color: var(--quiet); margin-top: 13px; min-height: 16px; }
.detail-link { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; color: #c0ccd6; margin-top: 25px; min-height: 32px; text-decoration: underline; text-decoration-color: #617282; text-underline-offset: 5px; }
.detail-link:hover { color: #fff; }
.flight-scene {
  grid-area: art;
  align-self: center;
  position: relative;
  height: clamp(420px, 43vw, 660px);
  width: 100%;
  isolation: isolate;
  overflow: hidden;
  contain: paint;
}
.flight-coordinate { position: absolute; top: 7%; right: 0; font-size: 10px; color: #9cabb9; letter-spacing: .1em; z-index: 3; }
.flight-coordinate > span { display: block; font-size: 7px; margin-top: 8px; letter-spacing: .1em; }
.flight-orbit { position: absolute; width: 90%; height: 62%; border: 1px solid #304251; border-radius: 50%; top: 17%; left: 5%; transform: rotate(-35deg); }
.orbit-b { width: 66%; height: 46%; top: 25%; left: 17%; border-color: #233442; }
.orbit-c { width: 110%; height: 77%; top: 9%; left: -5%; border-style: dashed; border-color: #20303d; }
.flight-axis { position: absolute; left: 50%; top: 8%; height: 82%; width: 1px; background: #314454; transform: rotate(35deg); }
.flight-axis:before, .flight-axis:after { content: '+'; position: absolute; left: -4px; font-size: 13px; color: #7990a2; }
.flight-axis:before { top: 0; }
.flight-axis:after { bottom: 0; }
.vessel { position: absolute; width: 72%; left: 13%; top: 1%; height: 95%; transform: rotate(32deg); transform-origin: center; }
.vessel svg { width: 100%; height: 100%; overflow: visible; }
.exhaust { transform-origin: 200px 365px; transform: scaleY(.6); opacity: .78; transition: transform .3s, opacity .3s; }
.flight-status { position: absolute; left: 12%; right: 12%; bottom: 4%; display: flex; align-items: center; gap: 10px; border-top: 1px solid #354551; padding-top: 17px; font-size: 9px; letter-spacing: .1em; color: #b6c9db; }
.status-light { width: 5px; height: 5px; background: #9fc4ff; }
.status-bars { margin-left: auto; color: #9fc4ff; font-size: 9px; letter-spacing: 3px; }
.launch-streaks { position: absolute; inset: 0; opacity: 0; transform: rotate(32deg); }
.launch-streaks i { position: absolute; top: 30%; left: 25%; width: 1px; height: 36%; background: #8bb8ef; }
.launch-streaks i:nth-child(2) { left: 70%; top: 12%; height: 55%; }
.launch-streaks i:nth-child(3) { left: 86%; top: 38%; height: 24%; }
.flight-scene--growth .vessel { width: 83%; left: 7%; top: -1%; }
.flight-scene--growth .orbit-a { border-color: #465f77; transform: rotate(-35deg) scaleY(.8); }
.flight-scene--growth .orbit-b { transform: rotate(-35deg) scaleY(.8); }
.flight-scene--operations .vessel { width: 89%; left: 4%; top: -1%; }
.flight-scene--operations .flight-orbit { border-radius: 2px; transform: rotate(-35deg) scale(.8); }
.launch-footer { border-top: 1px solid var(--edge); min-height: 60px; flex-shrink: 0; font-size: 8px; letter-spacing: .12em; color: #8f9fac; gap: 25px; }
.launch-footer nav { display: flex; gap: 25px; font-size: 10px; letter-spacing: 0; }
.launch-footer a { padding: 12px 0; }
/* One ignition on arrival; activation is attached to the actual onboarding action. */
.is-ready .vessel { animation: ready-position 1100ms cubic-bezier(.16,1,.3,1) both; }
.is-ready .exhaust { animation: ignition 1100ms ease-out both; }
.is-armed .exhaust { transform: scaleY(.94); opacity: 1; }
.is-launching .vessel { animation: takeoff 620ms cubic-bezier(.65,0,.9,.5) both; }
.is-launching .exhaust { animation: none; transform: scaleY(1.8); opacity: 1; }
.is-launching .launch-streaks { animation: rush 620ms ease-in both; }
.is-launching .launch-cta { background: #9fc4ff; border-color: #9fc4ff; }
@keyframes ready-position { from { transform: translate(-25px,45px) rotate(32deg); opacity: 0; } to { transform: translate(0,0) rotate(32deg); opacity: 1; } }
@keyframes ignition { 0%,20% { transform: scaleY(.05); opacity: 0; } 55% { transform: scaleY(1.1); opacity: 1; } 100% { transform: scaleY(.6); opacity: .78; } }
@keyframes takeoff { 0% { transform: translate(0,0) rotate(32deg); opacity: 1; } 22% { transform: translate(-6px,10px) rotate(32deg); opacity: 1; } 100% { transform: translate(120%,-145%) rotate(32deg) scale(.65); opacity: 0; } }
@keyframes rush { 0% { transform: translate(0,0) rotate(32deg); opacity: 0; } 35% { opacity: .6; } 100% { transform: translate(-35%,65%) rotate(32deg); opacity: 0; } }
@media (min-width: 1600px) { .launch-main { column-gap: 80px; } }
@media (max-width: 1000px) {
  h1 { font-size: 54px; }
  .launch-main { grid-template-columns: 1fr 1fr; column-gap: 0; }
  .flight-scene { height: 440px; }
  .launch-copy { font-size: 14px; }
  .launch-cta { min-width: 250px; }
}
@media (max-width: 700px) {
  .launch-header { height: 65px; }
  .signature { gap: 15px; }
  .signature img { width: 86px; }
  .signature > span { font-size: 11px; }
  .header-note { display: none; }
  .launch-main { grid-template-columns: 1fr; grid-template-rows: auto; grid-template-areas: 'eyebrow' 'title' 'copy' 'art' 'actions'; padding: 28px var(--gutter) 24px; align-content: center; }
  .eyebrow { margin-bottom: 19px; font-size: 8px; }
  h1 { font-size: clamp(39px,10.5vw,65px); line-height: 1.025; letter-spacing: -.055em; }
  .launch-copy { margin-top: 15px; max-width: 330px; font-size: 13px; line-height: 1.55; }
  .flight-scene { height: 240px; max-width: 430px; justify-self: center; margin-top: 5px; }
  .vessel { width: 70%; left: 14%; top: -5%; height: 106%; }
  .flight-scene--growth .vessel { width: 75%; left: 13%; top: -9%; }
  .flight-scene--operations .vessel { width: 77%; left: 11%; top: -8%; }
  .flight-orbit { width: 74%; height: 71%; left: 13%; top: 8%; }
  .orbit-b { width: 57%; height: 54%; left: 21.5%; top: 17%; }
  .orbit-c { width: 88%; height: 85%; left: 6%; top: 1%; }
  .flight-coordinate { top: 10%; font-size: 8px; }
  .flight-coordinate > span { display: none; }
  .flight-status { left: 0; right: 0; bottom: 2%; padding-top: 10px; font-size: 7px; }
  .status-bars { font-size: 7px; }
  .launch-actions { margin-top: 15px; }
  .launch-cta { width: 100%; min-height: 53px; font-size: 13px; padding: 14px 18px; }
  .cta-note { text-align: center; font-size: 10px; margin-top: 10px; }
  .detail-link { justify-content: center; display: flex; margin-top: 10px; font-size: 11px; min-height: 36px; }
  .launch-footer { min-height: 49px; gap: 12px; }
  .launch-footer > span { font-size: 6px; max-width: 135px; line-height: 1.6; }
  .launch-footer nav { font-size: 9px; gap: 17px; }
}
@media (max-width: 360px), (max-width: 700px) and (max-height: 740px) {
  :root { --gutter: 20px; }
  .launch-header { height: 56px; }
  .launch-main { padding-top: 22px; }
  h1 { font-size: 36px; }
  .eyebrow { margin-bottom: 15px; }
  .flight-scene { height: 185px; }
  .launch-copy { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .vessel { opacity: 1; }
  .exhaust { transform: scaleY(.6); }
}
.is-armed:not(.is-launching) .exhaust { animation: none; transform: scaleY(.94); opacity: 1; }
