﻿:root {
  color-scheme: dark;
  --bg: #07111f;
  --bg-2: #0b1828;
  --surface: #111d2b;
  --surface-2: #142536;
  --text: #f7fbff;
  --muted: #b8c7d6;
  --line: #284053;
  --accent: #2dd4bf;
  --accent-2: #7ddf64;
  --warn: #fbbf24;
  --shadow: 0 24px 80px rgba(0, 0, 0, .32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at 20% 0%, rgba(45, 212, 191, .16), transparent 34rem), linear-gradient(180deg, var(--bg), #050910 72%);
  color: var(--text);
  line-height: 1.6;
}
body.nav-open { overflow: hidden; }
a { color: inherit; }
a:hover { color: var(--accent); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; border-radius: 6px; }
.skip-link { position: absolute; left: 1rem; top: .75rem; z-index: 20; transform: translateY(-160%); padding: .7rem 1rem; background: var(--accent); color: #041116; font-weight: 800; border-radius: 6px; }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.site-header { position: sticky; top: 0; z-index: 10; backdrop-filter: blur(18px); background: rgba(7, 17, 31, .84); border-bottom: 1px solid rgba(255, 255, 255, .08); }
.nav { max-width: 1160px; margin: 0 auto; padding: .9rem 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-weight: 900; font-size: 1.12rem; letter-spacing: 0; }
.brand img { border-radius: 8px; box-shadow: 0 0 0 1px rgba(255, 255, 255, .08); }
.nav-links { display: flex; gap: .45rem; align-items: center; }
.nav-links a { padding: .6rem .85rem; color: var(--muted); text-decoration: none; font-weight: 700; border-radius: 6px; }
.nav-links a[aria-current="page"], .nav-links a:hover { color: var(--text); background: rgba(255, 255, 255, .08); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: rgba(255, 255, 255, .06); border-radius: 6px; }
.nav-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--text); }
.section { max-width: 1160px; margin: 0 auto; padding: 5rem 1.25rem; }
.hero { min-height: min(760px, calc(100vh - 120px)); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; padding-top: 4rem; padding-bottom: 4rem; }
.eyebrow { margin: 0 0 .85rem; color: var(--accent); font-weight: 900; text-transform: uppercase; font-size: .78rem; letter-spacing: .11em; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; font-size: clamp(2.7rem, 7vw, 5.9rem); line-height: .98; letter-spacing: 0; margin-bottom: 1.25rem; }
h2 { font-size: clamp(1.8rem, 4vw, 3.1rem); line-height: 1.05; letter-spacing: 0; margin-bottom: 1rem; }
h3 { font-size: 1.08rem; line-height: 1.25; margin-bottom: .55rem; }
.lede { color: #d9e7f2; max-width: 710px; font-size: clamp(1.07rem, 2.2vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .85rem 1.15rem; border-radius: 7px; border: 1px solid rgba(45, 212, 191, .65); background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #041116; text-decoration: none; font-weight: 900; box-shadow: 0 12px 38px rgba(45, 212, 191, .2); }
.button-secondary { color: var(--text); background: rgba(255, 255, 255, .06); border-color: var(--line); box-shadow: none; }
.button-disabled { cursor: default; }
.hero-panel { display: flex; justify-content: center; }
.phone-shell { width: min(360px, 100%); aspect-ratio: 9 / 16; padding: 1rem; border: 1px solid rgba(255, 255, 255, .12); border-radius: 26px; background: linear-gradient(160deg, #101b28, #06111e 55%, #0f271f); box-shadow: var(--shadow); display: grid; align-content: center; position: relative; overflow: hidden; }
.phone-shell:before { content: ""; position: absolute; inset: 14% 8% auto; height: 38%; background: linear-gradient(180deg, rgba(45, 212, 191, .16), transparent); border-radius: 14px; }
.phone-top { position: absolute; top: 14px; left: 50%; width: 88px; height: 7px; transform: translateX(-50%); border-radius: 999px; background: rgba(255, 255, 255, .22); }
.ride-card-mini { position: relative; border-radius: 8px; padding: 1rem; background: rgba(247, 251, 255, .95); color: #07111f; box-shadow: 0 18px 44px rgba(0, 0, 0, .35); }
.mini-row, .mini-grid { display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 1rem 0; }
.ride-card-mini span { display: block; color: #5f6e7a; font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.ride-card-mini strong { font-size: 1.25rem; }
.decision-pill { display: grid; place-items: center; min-height: 52px; border-radius: 7px; background: #0f9f6e; color: white; font-weight: 1000; font-size: 1.6rem; }
.split-section, .beta-note, .privacy-band { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(1.5rem, 5vw, 4rem); align-items: start; border-top: 1px solid rgba(255, 255, 255, .08); }
.split-section p, .beta-note p, .privacy-points p, .info-card p, .support-panel p, .policy-content p { color: var(--muted); }
.section-heading { max-width: 720px; margin-bottom: 1.75rem; }
.card-grid { display: grid; gap: 1rem; }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.info-card, .support-panel { background: rgba(255, 255, 255, .055); border: 1px solid rgba(255, 255, 255, .1); border-radius: 8px; padding: 1.25rem; }
.info-card { min-height: 180px; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: .9rem; }
.steps li { display: grid; grid-template-columns: 44px 1fr; gap: 1rem; padding: 1rem 0; border-top: 1px solid rgba(255, 255, 255, .1); }
.steps span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 8px; background: rgba(45, 212, 191, .14); color: var(--accent); font-weight: 1000; }
.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.feature-list p { margin: 0; padding: 1rem; border-left: 3px solid var(--accent); background: rgba(255, 255, 255, .045); color: #dbe7f0; }
.privacy-band { max-width: none; padding-left: max(1.25rem, calc((100vw - 1160px) / 2)); padding-right: max(1.25rem, calc((100vw - 1160px) / 2)); background: linear-gradient(135deg, rgba(45, 212, 191, .12), rgba(125, 223, 100, .06)); }
.text-link { color: var(--accent); font-weight: 900; }
.page-hero { padding-bottom: 2rem; }
.policy-main, .support-main { min-height: 70vh; }
.policy-content { max-width: 860px; padding-top: 1rem; }
.policy-content h2 { font-size: 1.45rem; margin-top: 2rem; }
.policy-content a { color: var(--accent); font-weight: 800; }
.support-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 1rem; align-items: start; padding-top: 1rem; }
.support-panel ul { margin: 0; padding-left: 1.2rem; color: var(--muted); }
.support-panel li + li { margin-top: .5rem; }
.caution { border-color: rgba(251, 191, 36, .4); background: rgba(251, 191, 36, .08); }
.site-footer { border-top: 1px solid rgba(255, 255, 255, .08); padding: 1.5rem max(1.25rem, calc((100vw - 1160px) / 2)); display: flex; justify-content: space-between; gap: 1rem; align-items: center; color: var(--muted); flex-wrap: wrap; }
.site-footer div { display: grid; gap: .15rem; }
.site-footer strong { color: var(--text); }
.site-footer nav { display: flex; gap: 1rem; }
.site-footer a { color: var(--muted); text-decoration: none; font-weight: 800; }
.site-footer p { margin: 0; }
@media (max-width: 820px) {
  .nav-toggle { display: inline-block; }
  .nav-links { position: fixed; inset: 66px 0 auto 0; display: none; flex-direction: column; align-items: stretch; padding: 1rem 1.25rem 1.25rem; background: rgba(7, 17, 31, .98); border-bottom: 1px solid rgba(255, 255, 255, .08); }
  body.nav-open .nav-links { display: flex; }
  .hero, .split-section, .beta-note, .privacy-band, .support-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; gap: 1.5rem; padding-top: 2.6rem; }
  .hero-copy { max-width: 340px; }
  h1 { max-width: 340px; font-size: clamp(1.75rem, 7.2vw, 1.98rem); line-height: 1.1; overflow-wrap: break-word; }
  .lede { max-width: 340px; font-size: .94rem; overflow-wrap: break-word; }
  .hero-actions { max-width: 340px; flex-direction: column; }
  .button { width: 100%; }
  .hero-panel { order: -1; }
  .phone-shell { width: min(210px, 58vw); border-radius: 22px; }
  .card-grid.three, .feature-list { grid-template-columns: 1fr; }
  .section { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .site-footer { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

@media (max-width: 420px) {
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
}






.footer-legal { flex-basis: 100%; max-width: 980px; font-size: .82rem; color: #91a3b4; }
