:root {
  --navy: #031b42;
  --navy-2: #061f49;
  --blue: #0757c9;
  --blue-light: #1d78ff;
  --yellow: #ffdc00;
  --orange: #ffaa18;
  --mint: #6be8b4;
  --paper: #f4f7fc;
  --white: #fff;
  --ink: #0f213e;
  --muted: #61718b;
  --line: #dce5f2;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { text-wrap: pretty; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 16px; border-radius: 10px; background: var(--yellow); color: var(--navy); font-weight: 800; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.hero { position: relative; min-height: 860px; overflow: hidden; background: radial-gradient(circle at 78% 22%, rgba(20, 100, 222, .58), transparent 30%), linear-gradient(145deg, #020f25, var(--navy) 56%, #073272); color: var(--white); }
.hero::after { position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, rgba(2, 15, 37, .54)); content: ""; pointer-events: none; }
.orb { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; background: rgba(255,255,255,.035); backdrop-filter: blur(18px); }
.orb-one { top: 90px; right: -120px; width: 520px; height: 520px; }
.orb-two { bottom: -280px; left: 24%; width: 520px; height: 520px; }
.topbar, .hero-grid, .section, .proof-strip, .footer-inner { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.topbar { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; padding-block: 24px; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img, .footer-brand img { border-radius: 14px; }
.brand span { font-weight: 900; letter-spacing: .08em; }
.nav-links { display: flex; align-items: center; gap: 8px; }
.nav-links a { min-height: 44px; padding: 13px 16px; border-radius: 999px; color: #cfe0fa; font-size: .92rem; text-decoration: none; }
.nav-links a:hover, .nav-links a:focus-visible { background: rgba(255,255,255,.09); color: var(--white); }
.nav-links .privacy-link { border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.06); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(460px, .98fr); gap: 70px; align-items: center; padding-block: 104px 170px; }
.eyebrow { margin: 0 0 18px; color: var(--yellow); font-family: monospace; font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.blue { color: var(--blue); }
h1 { max-width: 650px; margin: 0; font-size: clamp(3rem, 4.8vw, 4.4rem); font-weight: 760; letter-spacing: -.052em; line-height: 1.02; }
h1 span { color: var(--yellow); }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: #c5d8f6; font-size: clamp(1.08rem, 1.7vw, 1.3rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 52px; padding: 15px 22px; align-items: center; justify-content: center; border-radius: 16px; font-weight: 800; text-decoration: none; }
.button-primary { background: var(--yellow); color: var(--navy); box-shadow: 0 16px 40px rgba(255, 220, 0, .2); }
.button-primary:hover, .button-primary:focus-visible { background: #ffe63d; }
.button-secondary { border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.07); color: var(--white); backdrop-filter: blur(16px); }
.button-secondary:hover, .button-secondary:focus-visible { background: rgba(255,255,255,.13); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; color: #9dbce8; font-size: .88rem; }
.trust-row span::before { margin-right: 8px; color: var(--mint); content: "●"; }
.product-visual { position: relative; min-height: 520px; }
.glass-card { border: 1px solid rgba(255,255,255,.18); background: linear-gradient(140deg, rgba(255,255,255,.14), rgba(255,255,255,.06)); box-shadow: 0 28px 80px rgba(0,0,0,.24); backdrop-filter: blur(24px); }
.route-card { position: relative; z-index: 3; width: 92%; margin-left: 8%; padding: 22px; border-radius: 24px; }
.route-head { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; }
.route-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: var(--yellow); color: var(--navy); font-size: .75rem; font-weight: 900; }
.route-head small, .next-card small { display: block; margin-bottom: 4px; color: #9dbce8; font-size: .74rem; }
.route-head strong, .next-card strong { font-size: .95rem; }
.status { padding: 8px 10px; border-radius: 999px; background: rgba(107,232,180,.13); color: var(--mint); font-size: .7rem; font-weight: 800; }
.progress { height: 7px; margin: 20px 0 14px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.1); }
.progress span { display: block; width: 34%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--yellow), var(--orange)); }
.route-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; color: #9dbce8; font-size: .72rem; }
.route-stats span { padding: 11px; border-radius: 12px; background: rgba(0,0,0,.12); }
.route-stats strong { display: block; margin-bottom: 3px; color: var(--white); font-size: 1.05rem; }
.load-card { position: absolute; top: 164px; left: 0; z-index: 2; width: 88%; padding: 24px; border-radius: 28px; transform: perspective(850px) rotateY(-4deg) rotateX(2deg); }
.card-label { display: flex; justify-content: space-between; margin-bottom: 18px; color: #b7cef0; font-size: .78rem; }
.card-label strong { color: var(--yellow); }
.load-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.zone { display: grid; min-height: 65px; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(2,15,37,.4); color: #a8c3eb; font-weight: 850; }
.zone.middle { background: rgba(7,87,201,.16); }
.zone.next { border-color: rgba(255,220,0,.3); background: rgba(255,220,0,.08); color: #ffe969; }
.zone.active { border-color: var(--yellow); background: var(--yellow); color: var(--navy); box-shadow: 0 0 32px rgba(255,220,0,.3); }
.door { width: 65%; margin: 14px auto 0; padding-top: 9px; border-top: 2px solid var(--yellow); color: #86a8d8; font-size: .61rem; text-align: center; letter-spacing: .08em; }
.next-card { position: absolute; right: 0; bottom: 12px; z-index: 4; display: flex; width: 78%; gap: 12px; padding: 17px; align-items: center; border: 1px solid rgba(255,220,0,.34); border-radius: 18px; background: #0a3472; box-shadow: 0 22px 55px rgba(0,0,0,.3); }
.pin { display: block; width: 13px; height: 13px; flex: 0 0 auto; border: 4px solid var(--yellow); border-radius: 50%; box-shadow: 0 0 0 6px rgba(255,220,0,.12); }
.proof-strip { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: -68px; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 26px; background: rgba(255,255,255,.9); box-shadow: 0 26px 70px rgba(9,47,102,.13); backdrop-filter: blur(24px); }
.proof-strip article { min-height: 132px; padding: 30px; border-left: 1px solid var(--line); }
.proof-strip article:first-child { border-left: 0; }
.proof-strip strong { display: block; margin-bottom: 8px; color: var(--blue); font-size: 1.17rem; }
.proof-strip span { color: var(--muted); font-size: .9rem; line-height: 1.5; }
.section { padding-block: 130px; }
.section-heading { max-width: 760px; margin-bottom: 56px; }
.section-heading.compact { margin-inline: auto; text-align: center; }
.section-heading h2, .feature-copy h2, .principle-card h2, .cta-card h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.7rem); letter-spacing: -.06em; line-height: 1; }
.section-heading > p:last-child, .feature-copy > p, .principle-text p, .cta-card > div > p:last-child { color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.step-card { position: relative; min-height: 360px; padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.74); }
.step-card.featured { border-color: #9fc4ff; background: linear-gradient(145deg, #fff, #eaf2ff); box-shadow: 0 26px 65px rgba(7,87,201,.12); }
.step-card > span { position: absolute; top: 22px; right: 22px; color: #9aacbf; font-family: monospace; font-size: .74rem; font-weight: 800; }
.step-icon { display: grid; width: 54px; height: 54px; margin-bottom: 64px; place-items: center; border-radius: 17px; background: #e7effc; color: var(--blue); font-size: 1.45rem; font-weight: 900; }
.featured .step-icon { background: var(--yellow); color: var(--navy); }
.step-card h3 { margin: 0 0 13px; font-size: 1.3rem; letter-spacing: -.03em; }
.step-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.dark-section { position: relative; overflow: hidden; background: radial-gradient(circle at 78% 42%, rgba(7,87,201,.35), transparent 34%), var(--navy); color: var(--white); }
.feature-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.feature-copy { position: sticky; top: 36px; }
.feature-copy > p { color: #a9c1e5; }
.text-link { display: inline-flex; gap: 12px; margin-top: 18px; color: var(--yellow); font-weight: 800; text-underline-offset: 5px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.feature-grid article { min-height: 240px; padding: 28px; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; background: rgba(255,255,255,.055); }
.feature-number { color: var(--yellow); font-family: monospace; font-size: .74rem; font-weight: 850; }
.feature-grid h3 { margin: 54px 0 12px; font-size: 1.28rem; }
.feature-grid p { margin: 0; color: #a8c1e6; line-height: 1.68; }
.principle-card { display: grid; grid-template-columns: 1fr .86fr; gap: 80px; padding: 58px; border: 1px solid #cbdcf6; border-radius: 32px; background: linear-gradient(135deg, #fff, #edf4ff); box-shadow: 0 28px 70px rgba(7,87,201,.09); }
.principle-text p:first-child { margin-top: 0; }
.plans { padding-top: 20px; }
.plan-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 480px)); gap: 18px; justify-content: center; }
.plan-card { position: relative; min-height: 410px; padding: 38px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); }
.plan-card.premium { border-color: var(--navy); background: var(--navy); color: var(--white); box-shadow: 0 28px 70px rgba(3,27,66,.18); }
.plan-card > p { margin: 0 0 22px; color: var(--blue); font-family: monospace; font-size: .76rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.plan-card.premium > p { color: var(--yellow); }
.plan-card h3 { margin: 0; font-size: 2rem; letter-spacing: -.04em; }
.plan-card ul { display: grid; gap: 16px; margin: 36px 0; padding: 0; list-style: none; }
.plan-card li { color: var(--muted); line-height: 1.5; }
.plan-card.premium li { color: #bfd0eb; }
.plan-card li::before { margin-right: 10px; color: var(--blue); content: "✓"; font-weight: 900; }
.plan-card.premium li::before { color: var(--yellow); }
.plan-note { position: absolute; right: 38px; bottom: 38px; left: 38px; padding-top: 16px; border-top: 1px solid var(--line); color: #7d8da4; font-size: .84rem; }
.premium .plan-note { border-color: rgba(255,255,255,.12); color: #8facd5; }
.recommended { position: absolute; top: 28px; right: 28px; padding: 8px 10px; border-radius: 999px; background: var(--yellow); color: var(--navy); font-size: .62rem; font-weight: 900; letter-spacing: .08em; }
.cta-section { padding: 20px 24px 110px; }
.cta-card { display: flex; width: min(1180px, 100%); min-height: 400px; margin-inline: auto; padding: 64px; align-items: center; justify-content: space-between; gap: 48px; border-radius: 34px; background: radial-gradient(circle at 80% 20%, rgba(7,87,201,.8), transparent 35%), var(--navy); color: var(--white); box-shadow: 0 34px 90px rgba(3,27,66,.2); }
.cta-card > div { max-width: 720px; }
.cta-card > div > p:last-child { color: #afc7e8; }
footer { border-top: 1px solid var(--line); background: #eaf0f8; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 26px; padding-block: 42px; align-items: center; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: var(--navy); letter-spacing: .06em; }
.footer-brand span { margin-top: 3px; color: var(--muted); font-size: .8rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; justify-content: flex-end; }
.footer-links a { color: var(--blue); font-weight: 700; text-underline-offset: 4px; }
.footer-inner > p { grid-column: 1 / -1; margin: 0; color: #79889d; font-size: .8rem; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .product-visual { width: min(100%, 600px); margin-inline: auto; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .proof-strip article:nth-child(4) { border-top: 1px solid var(--line); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .feature-layout { grid-template-columns: 1fr; }
  .feature-copy { position: static; max-width: 720px; }
  .principle-card { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 680px) {
  .topbar, .hero-grid, .section, .proof-strip, .footer-inner { width: min(100% - 28px, 1180px); }
  .hero { min-height: 1040px; }
  .topbar { align-items: flex-start; }
  .brand img { width: 42px; height: 42px; }
  .nav-links a:not(.privacy-link) { display: none; }
  .hero-grid { gap: 48px; padding-block: 70px 140px; }
  h1 { font-size: clamp(2.65rem, 11.5vw, 3.65rem); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .product-visual { min-height: 480px; }
  .route-card { width: 100%; margin-left: 0; }
  .load-card { top: 170px; width: 96%; }
  .next-card { width: 90%; }
  .route-stats span { padding: 8px; }
  .proof-strip { grid-template-columns: 1fr; margin-top: -50px; }
  .proof-strip article, .proof-strip article:nth-child(3) { min-height: 105px; border-top: 1px solid var(--line); border-left: 0; }
  .proof-strip article:first-child { border-top: 0; }
  .section { padding-block: 90px; }
  .steps, .feature-grid, .plan-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 310px; }
  .principle-card, .cta-card { padding: 32px 26px; }
  .cta-card { min-height: 460px; flex-direction: column; align-items: flex-start; justify-content: center; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
