:root {
  --navy: #071827;
  --navy-2: #0c2941;
  --blue: #1f5a8b;
  --bright-blue: #4d9ddd;
  --gold: #f5b400;
  --gold-dark: #ca9000;
  --ice: #edf5fb;
  --paper: #f7f9fb;
  --white: #ffffff;
  --ink: #0b1e2d;
  --muted: #5b6c79;
  --line: #d9e3ea;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -0.04em; }
h1 { font-size: clamp(3.2rem, 6.5vw, 6.75rem); font-weight: 750; }
h2 { font-size: clamp(2.35rem, 4vw, 4.7rem); font-weight: 720; }
h3 { font-size: clamp(1.15rem, 1.5vw, 1.45rem); }
em { color: var(--gold); font-style: normal; }
section[id] { scroll-margin-top: 78px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.site-header { height: 78px; padding: 0 clamp(1.25rem, 4vw, 4.5rem); position: sticky; top: 0; z-index: 50; display: flex; align-items: center; gap: 2.5rem; background: rgba(7,24,39,.9); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(18px); color: white; }
.brand { margin-right: auto; }
.brand-plate { display: flex; align-items: center; padding: .5rem .7rem; background: white; border-radius: 9px; box-shadow: 0 8px 30px rgba(0,0,0,.14); }
.brand-plate img { width: 220px; height: auto; display: block; }
.desktop-nav { display: flex; gap: 2rem; font-size: .88rem; color: #b9c8d3; }
.desktop-nav a { transition: color .2s; }
.desktop-nav a:hover { color: white; }
.nav-cta { display: flex; align-items: center; gap: .55rem; color: var(--navy); background: var(--gold); padding: .65rem 1.05rem; border-radius: 999px; font-size: .84rem; font-weight: 750; }
.menu-button { display: none; background: transparent; color: white; border: 0; }
.mobile-nav { position: absolute; inset: 77px 0 auto; background: var(--navy); padding: 1rem 1.25rem 1.5rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.mobile-nav a { padding: .8rem 0; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.1); }

.hero { min-height: calc(100vh - 78px); padding: clamp(4rem, 8vw, 7.5rem) clamp(1.25rem, 5vw, 5.5rem) clamp(3rem, 5vw, 5rem); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .75fr); gap: clamp(3rem, 6vw, 8rem); align-items: center; position: relative; overflow: hidden; background: radial-gradient(circle at 80% 20%, rgba(35,110,167,.32), transparent 36%), linear-gradient(135deg, #061522, #09243a 65%, #0d304b); color: white; }
.hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 80px 80px; mask-image: radial-gradient(circle at 75% 45%, #000, transparent 67%); }
.hero-orbit { position: absolute; border: 1px solid rgba(77,157,221,.23); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 750px; height: 750px; right: -220px; top: -240px; animation: drift 10s ease-in-out infinite; }
.orbit-two { width: 470px; height: 470px; right: 4%; bottom: -280px; animation: drift 12s ease-in-out infinite reverse; }
@keyframes drift { 50% { transform: translateY(18px) rotate(3deg); } }
.hero-copy, .relay-visual { position: relative; z-index: 2; }
.launch-pill { display: inline-flex; align-items: center; gap: .6rem; padding: .42rem .8rem; margin-bottom: 2rem; border: 1px solid rgba(245,180,0,.42); background: rgba(245,180,0,.08); border-radius: 999px; color: #ffe69a; font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.launch-pill span, .pulse-dot { width: 8px; height: 8px; display: inline-block; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 7px rgba(245,180,0,.13); animation: pulse 2s infinite; }
.launch-pill b { color: white; border-left: 1px solid rgba(255,255,255,.25); padding-left: .65rem; }
@keyframes pulse { 50% { box-shadow: 0 0 0 12px rgba(245,180,0,0); } }
.eyebrow { margin-bottom: 1rem; color: var(--bright-blue); font-size: .72rem; line-height: 1.4; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { max-width: 10ch; margin-bottom: 1.6rem; }
.hero-lede { max-width: 63ch; color: #bccbd6; font-size: clamp(1.05rem, 1.2vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.1rem; }
.button { border: 0; border-radius: 999px; min-height: 50px; padding: .8rem 1.25rem; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; font-size: .9rem; font-weight: 760; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #101b22; background: var(--gold); box-shadow: 0 12px 35px rgba(245,180,0,.15); }
.button-gold:hover { background: #ffc229; box-shadow: 0 15px 42px rgba(245,180,0,.24); }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.button-dark { background: var(--navy); color: white; }
.full-button { width: 100%; }
.button:disabled { opacity: .35; cursor: not-allowed; transform: none; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; padding-top: 2rem; margin-top: 3rem; border-top: 1px solid rgba(255,255,255,.12); }
.hero-proof div { display: flex; gap: .65rem; color: #839aaa; font-size: .72rem; line-height: 1.4; }
.hero-proof svg { color: var(--gold); width: 18px; flex: none; }
.hero-proof span { display: flex; flex-direction: column; }
.hero-proof b { color: white; font-size: .78rem; margin-bottom: .18rem; }

.relay-visual { padding: 1.4rem; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035)); box-shadow: 0 35px 100px rgba(0,0,0,.35); backdrop-filter: blur(14px); transform: perspective(1000px) rotateY(-3deg); }
.visual-topline { display: flex; justify-content: space-between; padding: 0 .2rem 1rem; color: #8fa8b9; font-size: .62rem; font-weight: 800; letter-spacing: .14em; }
.route-map { min-height: 285px; position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; }
.route-line { position: absolute; height: 2px; left: 15%; right: 15%; top: 43%; background: linear-gradient(90deg, var(--blue), var(--gold), var(--bright-blue)); }
.route-line i { width: 8px; height: 8px; top: -3px; position: absolute; border-radius: 50%; background: white; box-shadow: 0 0 16px white; animation: relay 3s linear infinite; }
.route-line i:nth-child(2) { animation-delay: 1s; }.route-line i:nth-child(3) { animation-delay: 2s; }
@keyframes relay { from { left: 0; opacity: 0; } 10%, 85% { opacity: 1; } to { left: 100%; opacity: 0; } }
.route-node { z-index: 2; display: flex; align-items: center; flex-direction: column; text-align: center; gap: .2rem; }
.node-icon, .relay-core { width: 72px; height: 72px; margin-bottom: .8rem; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: #102d44; box-shadow: 0 0 0 8px rgba(7,24,39,.92); }
.node-icon svg { color: #b9d4e8; }
.relay-core { width: 104px; height: 104px; background: white; border: 5px solid rgba(245,180,0,.7); box-shadow: 0 0 0 9px rgba(245,180,0,.09), 0 0 55px rgba(245,180,0,.23); }
.relay-core img { width: 88%; height: 88%; object-fit: contain; }
.route-node small { color: #7f99ab; font-size: .56rem; letter-spacing: .14em; }.route-node strong { font-size: .8rem; }
.visual-ledger { padding: .4rem 1rem; border-radius: 16px; background: rgba(2,13,21,.5); }
.visual-ledger p { margin: 0; padding: .62rem 0; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.08); color: #9db0be; font-size: .73rem; }
.visual-ledger p:last-child { border-bottom: 0; }.visual-ledger p span { display: flex; align-items: center; gap: .5rem; }.visual-ledger svg { width: 14px; color: var(--gold); }.visual-ledger b { color: white; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }

.statement { min-height: 88px; padding: 1.4rem clamp(1.25rem, 5vw, 5.5rem); display: flex; align-items: center; flex-wrap: wrap; gap: 1rem 2.3rem; background: var(--gold); color: #12202a; }
.statement p { margin: 0 auto 0 0; font-size: .88rem; }.statement span { font-size: .61rem; font-weight: 850; letter-spacing: .12em; }
.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 6vw, 7rem); }
.light-section, .process-section, .faq-section { background: var(--paper); }
.section-heading { max-width: 760px; margin-bottom: clamp(3rem, 5vw, 5rem); }
.section-heading h2 { margin-bottom: 1.3rem; }.section-heading > p:last-child, .faq-heading > p:last-child { max-width: 62ch; color: var(--muted); font-size: 1.05rem; }
.problem-grid { max-width: 1400px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.problem-card { padding: 2rem; min-height: 340px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 12px 35px rgba(15,46,70,.05); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.problem-card:hover { transform: translateY(-8px); border-color: #aac6da; box-shadow: 0 25px 60px rgba(15,46,70,.11); }
.card-top { margin-bottom: auto; display: flex; justify-content: space-between; color: var(--blue); }.card-top span { color: #91a3af; font-size: .7rem; font-weight: 800; letter-spacing: .15em; }.card-top svg { color: var(--gold-dark); }
.problem-card h3 { margin: 2rem 0 1rem; }.problem-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.dark-section { display: grid; grid-template-columns: minmax(300px, .75fr) minmax(500px, 1fr); gap: clamp(4rem, 8vw, 10rem); background: var(--navy); color: white; }
.model-copy { align-self: center; }.model-copy h2 { margin-bottom: 1.5rem; }.model-copy > p:not(.eyebrow) { color: #aabcc8; max-width: 54ch; }
.text-link { margin-top: 1rem; display: inline-flex; align-items: center; gap: .6rem; color: var(--gold); font-weight: 750; }
.responsibility-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.responsibility-card { padding: 2.4rem; border: 1px solid rgba(255,255,255,.14); background: #0a2133; }
.responsibility-card.yours { border-radius: 22px 0 0 22px; }.responsibility-card.ours { padding-block: 3.1rem; border-radius: 22px; border-color: rgba(245,180,0,.45); background: linear-gradient(145deg, #103451, #0d2940); box-shadow: 0 25px 70px rgba(0,0,0,.25); }
.column-label { color: #7894a8; font-size: .65rem; font-weight: 850; letter-spacing: .14em; }.ours .column-label { color: var(--gold); }
.responsibility-card ul { padding: 0; margin: 1.5rem 0 0; list-style: none; }.responsibility-card li { display: flex; gap: .7rem; padding: .7rem 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: .88rem; }.responsibility-card li:last-child { border-bottom: 0; }.responsibility-card svg { width: 16px; color: var(--bright-blue); }.ours svg { color: var(--gold); }

.process-section { background: white; }
.timeline { max-width: 1200px; list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(5, 1fr); }
.timeline li { position: relative; min-height: 225px; padding: 0 1.5rem 0 0; border-top: 2px solid var(--line); }
.timeline li::before { content: ""; width: 12px; height: 12px; position: absolute; top: -7px; left: 0; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 7px white; }
.step-number { display: block; margin: 1.5rem 0 2.6rem; color: #8fa1ad; font-size: .65rem; font-weight: 850; letter-spacing: .13em; }.timeline h3 { margin-bottom: .7rem; }.timeline p { color: var(--muted); font-size: .86rem; }
.launch-card { max-width: 1200px; margin-top: 2.5rem; padding: 2rem 2.3rem; display: grid; grid-template-columns: .55fr 1fr auto; gap: 2rem; align-items: center; border-radius: var(--radius); color: white; background: linear-gradient(110deg, var(--blue), #12486f); box-shadow: 0 25px 70px rgba(25,81,123,.2); }
.launch-card > div { position: relative; padding-left: 1.6rem; }.launch-card .pulse-dot { position: absolute; left: 0; top: .45rem; }.launch-card p { margin: 0; color: #d3e2ec; font-size: .88rem; }.launch-card > div p { font-size: .62rem; letter-spacing: .13em; font-weight: 800; }.launch-card h3 { margin: .25rem 0 0; font-size: 2rem; }

.fit-section { display: grid; grid-template-columns: .7fr 1fr; gap: clamp(3rem, 8vw, 9rem); background: var(--ice); }
.fit-intro h2 { margin-bottom: 1.3rem; }.fit-intro > p:not(.eyebrow) { color: var(--muted); }.selection-note { margin-top: 2.2rem; padding: 1.3rem; display: flex; gap: 1rem; border: 1px solid #cbdde9; border-radius: 16px; background: rgba(255,255,255,.55); }.selection-note svg { color: var(--blue); flex: none; }.selection-note p { margin: 0; font-size: .85rem; }
.fit-form { padding: clamp(1.4rem, 3vw, 2.5rem); border-radius: 24px; background: white; box-shadow: 0 20px 70px rgba(14,57,88,.1); }
.question { border: 0; padding: 0 0 1.4rem; margin: 0 0 1.4rem; border-bottom: 1px solid var(--line); }.question legend { margin-bottom: .8rem; font-size: .9rem; font-weight: 750; }.question > div { display: flex; flex-wrap: wrap; gap: .55rem; }.question label { position: relative; padding: .7rem 1rem; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .8rem; cursor: pointer; transition: .2s; }.question label:hover, .question label.selected { color: var(--ink); border-color: var(--gold-dark); background: #fff8df; }.question input { position: absolute; opacity: 0; }.question i { display: none; }.question label.selected i { display: inline-flex; margin-left: .35rem; }.question i svg { width: 13px; height: 13px; }.fit-result { margin-top: 1rem; padding: 1rem; display: flex; gap: .8rem; border-radius: 14px; background: #eef8f2; color: #1a5530; }.fit-result.maybe { background: #fff7dd; color: #6f5200; }.fit-result.no { background: #fff0f0; color: #793030; }.fit-result svg { flex: none; }.fit-result p { margin: 0; font-size: .84rem; }

.faq-section { display: grid; grid-template-columns: .65fr 1fr; gap: clamp(3rem, 8vw, 9rem); }
.faq-heading { max-width: 560px; }.faq-list details { border-top: 1px solid var(--line); }.faq-list details:last-child { border-bottom: 1px solid var(--line); }.faq-list summary { list-style: none; padding: 1.4rem 0; display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-size: 1rem; font-weight: 750; cursor: pointer; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary svg { width: 18px; transition: transform .25s; }.faq-list details[open] summary svg { transform: rotate(180deg); }.faq-list details p { max-width: 68ch; padding: 0 2rem 1.4rem 0; margin: 0; color: var(--muted); font-size: .9rem; }

.contact-section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 8vw, 10rem); display: grid; grid-template-columns: .7fr 1fr; gap: clamp(3rem, 8vw, 10rem); color: white; background: radial-gradient(circle at 20% 20%, rgba(44,125,183,.3), transparent 35%), var(--navy); }
.contact-copy h2 { margin-bottom: 1.4rem; }.contact-copy > p:not(.eyebrow) { color: #a8bac6; }.contact-detail { margin-top: 1.3rem; display: flex; gap: 1rem; color: #8da4b4; font-size: .8rem; }.contact-detail svg { color: var(--gold); }.contact-detail span { display: flex; flex-direction: column; }.contact-detail b { color: white; }
.contact-form { padding: clamp(1.5rem, 3vw, 2.7rem); border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(255,255,255,.06); backdrop-filter: blur(12px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }.contact-form label { display: flex; flex-direction: column; margin-bottom: 1rem; color: #b7c7d1; font-size: .72rem; font-weight: 750; letter-spacing: .04em; }.contact-form input, .contact-form textarea { margin-top: .45rem; width: 100%; border: 1px solid rgba(255,255,255,.17); border-radius: 10px; background: rgba(2,14,22,.45); color: white; padding: .85rem 1rem; resize: vertical; }.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold); outline: none; }.form-note { margin: .8rem 0 0; color: #718b9c; text-align: center; font-size: .7rem; }

footer { padding: 3rem clamp(1.25rem, 5vw, 5.5rem) 2rem; color: #8096a5; background: #04101a; font-size: .76rem; }
.footer-brand { display: flex; align-items: center; justify-content: space-between; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,.1); }.footer-brand p { margin: 0; }.footer-brand .brand-plate img { width: 205px; }.footer-meta { padding: 1.5rem 0; display: flex; justify-content: space-between; gap: 1rem; }.footer-meta p { margin: 0; }.footer-meta p:last-child { display: flex; gap: 1.5rem; color: #b4c3cd; }.footer-legal { margin: 0; max-width: 90ch; color: #546b7a; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.22,.75,.25,1); }.reveal.is-visible { opacity: 1; transform: none; }

.privacy-page { min-height: 100vh; max-width: 820px; margin: 0 auto; padding: clamp(3rem, 8vw, 7rem) 1.5rem; }.privacy-page h1 { margin: 0 0 2rem; font-size: clamp(3rem, 8vw, 5.5rem); }.privacy-page h2 { margin: 3rem 0 1rem; font-size: 1.6rem; }.privacy-page p { color: var(--muted); }.privacy-page a { color: var(--blue); font-weight: 700; }.privacy-back { display: inline-block; margin-bottom: 4rem; }.privacy-note { margin-top: 3rem; padding: 1.2rem; border-left: 4px solid var(--gold); background: var(--paper); }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }.menu-button { display: inline-flex; }.nav-cta { margin-left: auto; }.brand { margin-right: 0; }
  .hero { grid-template-columns: 1fr; }.hero-copy { max-width: 850px; }.relay-visual { max-width: 760px; transform: none; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }.dark-section { grid-template-columns: 1fr; }.model-copy { max-width: 750px; }
}
@media (max-width: 760px) {
  h1 { font-size: clamp(2.8rem, 14vw, 4.5rem); }.site-header { height: 68px; }.brand-plate img { width: 175px; }.nav-cta { display: none; }.mobile-nav { top: 67px; }
  .hero { min-height: auto; padding-top: 4.5rem; }.hero-proof { grid-template-columns: 1fr; }.relay-visual { padding: 1rem; }.route-map { min-height: 230px; }.node-icon { width: 55px; height: 55px; }.relay-core { width: 80px; height: 80px; }.route-node strong { font-size: .66rem; }.visual-topline { font-size: .52rem; }
  .statement { align-items: flex-start; }.statement p { width: 100%; }
  .section { padding-block: 5rem; }.problem-grid, .fit-section, .faq-section, .contact-section { grid-template-columns: 1fr; }.problem-card { min-height: 280px; }
  .responsibility-grid { grid-template-columns: 1fr; }.responsibility-card.yours { border-radius: 22px 22px 0 0; }.responsibility-card.ours { margin-top: -1px; }
  .timeline { grid-template-columns: 1fr; }.timeline li { min-height: auto; padding: 0 0 1.8rem 2rem; border-top: 0; border-left: 2px solid var(--line); }.timeline li::before { top: 0; left: -7px; }.step-number { margin: 0 0 .5rem; }.launch-card { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }.footer-brand, .footer-meta { align-items: flex-start; flex-direction: column; }.footer-meta p:last-child { flex-wrap: wrap; }
}
@media (max-width: 480px) {
  .route-node small { display: none; }.route-node strong { font-size: .6rem; }.visual-ledger { padding-inline: .7rem; }.visual-ledger p { font-size: .67rem; }.launch-pill { font-size: .62rem; }
  .problem-grid { grid-template-columns: 1fr; }.question > div { flex-direction: column; }.question label { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; } }
