:root {
  --ink: #071521;
  --navy: #0a2234;
  --cyan: #24d4e3;
  --cyan-soft: #b8f5f8;
  --paper: #f6fbfc;
  --muted: #5e727e;
  --line: #d7e7eb;
  --green: #22c783;
  --amber: #f2b84b;
  --red: #f05b62;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.55; }
a { color: inherit; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 10; max-width: 1180px; margin: auto; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; color: var(--white); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; font-size: 20px; letter-spacing: -.02em; }
.brand img { border-radius: 13px; }
nav { display: flex; gap: 28px; }
nav a { color: rgba(255,255,255,.78); text-decoration: none; font-size: 15px; font-weight: 700; }
nav a:hover, nav a:focus-visible { color: var(--white); }

.hero { min-height: 760px; color: var(--white); background: radial-gradient(circle at 76% 28%, rgba(36,212,227,.22), transparent 25%), linear-gradient(145deg, #071521 10%, #0a2940 62%, #0b3c53); display: grid; grid-template-columns: 1.08fr .92fr; gap: 60px; align-items: center; padding: 132px max(28px, calc((100vw - 1124px)/2)) 88px; overflow: hidden; }
.hero-copy { max-width: 660px; }
.eyebrow { margin: 0 0 16px; color: #0d8d9d; font-size: 13px; line-height: 1.2; letter-spacing: .15em; text-transform: uppercase; font-weight: 850; }
.hero .eyebrow, .beta .eyebrow { color: var(--cyan); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(64px, 8vw, 104px); line-height: .88; letter-spacing: -.07em; }
.lede { max-width: 640px; color: rgba(255,255,255,.78); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 14px; }
.button { min-height: 52px; padding: 13px 22px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; font-weight: 800; }
.button.primary { background: var(--cyan); color: var(--ink); box-shadow: 0 12px 32px rgba(36,212,227,.2); }
.button.secondary { border: 1px solid rgba(255,255,255,.3); color: var(--white); }
.button:hover { transform: translateY(-1px); }
.availability { color: rgba(255,255,255,.54); font-size: 14px; }

.phone-wrap { position: relative; min-height: 570px; display: grid; place-items: center; }
.phone { position: relative; z-index: 2; width: min(340px, 82vw); min-height: 590px; border: 10px solid #02090e; border-radius: 46px; padding: 17px 18px 20px; color: var(--ink); background: #f3f8f9; box-shadow: 0 42px 90px rgba(0,0,0,.48), inset 0 0 0 1px rgba(255,255,255,.3); transform: rotate(3deg); }
.phone-top { display: flex; justify-content: space-between; padding: 0 10px 16px; font-size: 11px; font-weight: 800; }
.app-bar { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.app-bar img { border-radius: 12px; }
.app-bar strong, .app-bar small { display: block; }
.app-bar small { color: var(--muted); font-size: 11px; }
.ride-card { padding: 15px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 12px 30px rgba(7,21,33,.08); }
.ride-art { position: relative; height: 112px; border-radius: 15px; display: grid; place-items: center; color: var(--cyan); font-size: 50px; background: linear-gradient(140deg, #0b1d2b, #154158); overflow: hidden; }
.ride-art::before { content: ""; position: absolute; width: 190px; height: 90px; border: 5px solid var(--cyan); border-color: var(--cyan) transparent transparent; border-radius: 50%; transform: rotate(-10deg) translateY(28px); }
.ride-art span { position: relative; z-index: 1; }
.park-label { margin: 14px 0 4px; color: var(--muted); font-size: 9px; letter-spacing: .12em; font-weight: 800; }
.ride-card h2 { margin-bottom: 12px; font-size: 23px; letter-spacing: -.04em; }
.signal { padding: 10px 12px; border-radius: 12px; display: flex; gap: 9px; align-items: center; }
.signal.green { color: #08764b; background: #e0f8ed; }
.signal span { width: 11px; height: 11px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(34,199,131,.16); }
.confidence { display: flex; justify-content: space-between; margin-top: 14px; font-size: 12px; }
.confidence span, .sample { color: var(--muted); }
.bar { height: 7px; margin: 7px 0; border-radius: 9px; background: #e4edef; overflow: hidden; }
.bar span { display: block; height: 100%; border-radius: inherit; background: var(--green); }
.sample { margin: 0; font-size: 10px; }
.notice { margin-top: 13px; padding: 11px; border-radius: 14px; display: flex; gap: 10px; background: #e7f6fa; font-size: 11px; }
.notice > span { flex: 0 0 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; background: var(--cyan); font-weight: 900; }
.notice p, .app-note { margin: 0; }
.app-note { padding-top: 10px; text-align: center; color: var(--muted); font-size: 9px; }
.orbit { position: absolute; border: 1px solid rgba(36,212,227,.32); border-radius: 50%; }
.orbit-one { width: 560px; height: 310px; transform: rotate(-18deg); }
.orbit-two { width: 470px; height: 470px; border-style: dashed; transform: rotate(28deg); }

.signal-strip { max-width: 1124px; margin: -36px auto 0; position: relative; z-index: 4; padding: 24px 30px; border-radius: 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; background: var(--white); box-shadow: 0 20px 60px rgba(7,21,33,.12); }
.signal-strip > div { display: grid; grid-template-columns: 14px 1fr; column-gap: 10px; align-items: center; }
.signal-strip small { grid-column: 2; color: var(--muted); }
.dot { width: 12px; height: 12px; border-radius: 50%; }
.green-dot { background: var(--green); } .amber-dot { background: var(--amber); } .red-dot { background: var(--red); }

.section { max-width: 1124px; margin: 0 auto; padding: 112px 28px; }
.section-heading { max-width: 740px; margin-bottom: 44px; }
.section-heading.compact { margin-bottom: 32px; }
.section h2, .beta h2 { margin-bottom: 18px; font-size: clamp(38px, 5vw, 62px); line-height: 1; letter-spacing: -.055em; }
.section-heading > p:last-child { color: var(--muted); font-size: 19px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps article { min-height: 300px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.steps article > span { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 42px; border-radius: 12px; color: #076d79; background: var(--cyan-soft); font-weight: 900; }
.steps h3 { margin-bottom: 10px; font-size: 23px; line-height: 1.15; letter-spacing: -.035em; }
.steps p { color: var(--muted); font-size: 15px; }

.feature-panel { max-width: 1068px; padding: 62px; border-radius: 30px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 68px; color: var(--white); background: linear-gradient(135deg, #0a2030, #0c3b4d); }
.feature-panel h2 { font-size: clamp(40px, 5vw, 60px); }
.feature-list p { padding: 16px 0; margin: 0; border-bottom: 1px solid rgba(255,255,255,.12); display: flex; gap: 13px; }
.feature-list p:last-child { border: 0; }
.feature-list span { color: var(--cyan); font-weight: 900; }

.park-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.park-grid div { min-height: 128px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--white); }
.park-grid strong, .park-grid small { display: block; }
.park-grid strong { line-height: 1.2; }
.park-grid small { margin-top: 8px; color: var(--muted); font-size: 12px; }

.beta { max-width: 1124px; margin: 0 auto 84px; padding: 64px; border-radius: 30px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; color: var(--white); background: var(--ink); }
.beta p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.beta-status { min-height: 150px; padding: 26px; border: 1px solid rgba(36,212,227,.3); border-radius: 20px; display: flex; flex-direction: column; justify-content: center; background: rgba(36,212,227,.08); }
.beta-status strong { font-size: 20px; }
.beta-status span { color: rgba(255,255,255,.62); font-size: 14px; }
.disclaimer { max-width: 980px; margin: 0 auto 90px; padding: 0 28px; text-align: center; color: var(--muted); }
.disclaimer h2 { color: var(--ink); font-size: 18px; }
footer { padding: 38px max(28px, calc((100vw - 1124px)/2)); display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center; color: rgba(255,255,255,.62); background: #040d13; font-size: 12px; }
.footer-brand { color: var(--white); font-size: 17px; }
footer p { margin: 0; text-align: center; }
footer > div { display: flex; gap: 18px; }
footer a { color: var(--white); }

.policy-page { background: var(--white); }
.policy-header { position: static; max-width: none; color: var(--ink); background: var(--paper); }
.policy-header nav a { color: var(--muted); }
.policy-shell { max-width: 820px; margin: 0 auto; padding: 74px 28px 110px; }
.policy-shell h1 { font-size: clamp(46px, 7vw, 74px); line-height: .95; }
.policy-shell h2 { margin-top: 44px; font-size: 25px; letter-spacing: -.03em; }
.policy-shell h3 { margin-top: 28px; font-size: 18px; }
.policy-shell p, .policy-shell li { color: #40545f; }
.policy-shell li + li { margin-top: 8px; }
.effective { color: var(--muted); font-weight: 700; }
.policy-callout { margin: 30px 0; padding: 22px; border-left: 4px solid var(--cyan); background: #eef9fa; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-copy { margin: auto; text-align: center; }
  .hero-actions { justify-content: center; }
  .phone-wrap { min-height: 620px; }
  .signal-strip { margin: 0; border-radius: 0; }
  .steps, .park-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-panel, .beta { margin-left: 20px; margin-right: 20px; grid-template-columns: 1fr; gap: 28px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer p { text-align: center; }
  footer > div, .footer-brand { justify-content: center; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .site-header { padding: 18px 20px; }
  nav { gap: 14px; }
  nav a { font-size: 13px; }
  nav a:nth-child(2) { display: none; }
  .hero { padding: 130px 20px 66px; }
  h1 { font-size: 64px; }
  .phone-wrap { min-height: 560px; }
  .phone { transform: none; }
  .phone { animation: none; }
  .orbit { display: none; }
  .signal-strip { padding: 24px 22px; grid-template-columns: 1fr; gap: 18px; }
  .section { padding: 80px 20px; }
  .steps, .park-grid { grid-template-columns: 1fr; }
  .steps article { min-height: auto; }
  .feature-panel, .beta { padding: 36px 24px; border-radius: 22px; }
  .beta { margin-bottom: 68px; }
  footer { padding: 34px 20px; }
}

@media (prefers-reduced-motion: no-preference) {
  .phone { animation: settle .8s ease-out both; }
  @keyframes settle { from { opacity: 0; transform: rotate(3deg) translateY(24px); } to { opacity: 1; transform: rotate(3deg) translateY(0); } }
}
