:root {
  color-scheme: light;
  --ink: #17211d;
  --muted: #5d6863;
  --paper: #f6f6f1;
  --surface: #fffdf9;
  --line: #dfe5df;
  --orange: #e8532f;
  --orange-dark: #bb351b;
  --green: #236b5a;
  --green-soft: #dcece6;
  --shadow: 0 20px 60px rgba(23, 33, 29, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 400 1rem/1.65 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}
a { color: var(--green); text-underline-offset: .2em; }
a:hover { color: var(--orange-dark); }
.wrap { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; }
.site-header {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid rgba(23, 33, 29, .08);
  background: rgba(246, 246, 241, .92);
  backdrop-filter: blur(14px);
}
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); font-weight: 850; font-size: 1.22rem; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 2.25rem; height: 2.25rem; color: white; border-radius: .75rem; background: var(--orange); transform: rotate(-4deg); }
.brand-mark svg { width: 1.35rem; }
.nav-links { display: flex; gap: 1rem; font-size: .92rem; }
.nav-links a { color: var(--muted); text-decoration: none; }
.hero { position: relative; overflow: hidden; padding: 4.5rem 0 3.5rem; }
.hero::before { content: ""; position: absolute; width: 26rem; height: 26rem; right: -12rem; top: -9rem; border-radius: 50%; background: #ffd9cc; filter: blur(2px); opacity: .65; }
.hero-grid { position: relative; display: grid; gap: 3rem; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: .45rem; padding: .38rem .7rem; color: var(--green); background: var(--green-soft); border-radius: 999px; font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.035em; }
h1 { max-width: 12ch; margin: 1.1rem 0; font-size: clamp(2.65rem, 10vw, 5.4rem); }
h2 { font-size: clamp(1.8rem, 6vw, 3rem); }
.lead { max-width: 38rem; color: var(--muted); font-size: clamp(1.05rem, 3vw, 1.3rem); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.7rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .7rem 1.15rem; border-radius: 1rem; color: white; background: var(--orange); box-shadow: 0 10px 24px rgba(232, 83, 47, .22); font-weight: 750; text-decoration: none; }
.button.secondary { color: var(--ink); background: var(--surface); border: 1px solid var(--line); box-shadow: none; }
.route-card { position: relative; min-height: 21rem; padding: 1.4rem; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 2rem; background: linear-gradient(145deg, #e9efe9, #cbded6); box-shadow: var(--shadow); }
.route-line { position: absolute; inset: 3rem 3rem 3rem 5rem; border-left: 5px solid var(--green); border-bottom: 5px solid var(--green); border-radius: 0 0 0 4rem; opacity: .8; }
.pin { position: absolute; width: 1.3rem; height: 1.3rem; border: 4px solid white; border-radius: 50%; background: var(--orange); box-shadow: 0 4px 12px rgba(0,0,0,.18); }
.pin.one { left: 4.45rem; top: 2.6rem; }
.pin.two { right: 2.45rem; bottom: 2.45rem; }
.ride-card { position: absolute; z-index: 2; right: 1rem; top: 4rem; width: min(16rem, 72%); padding: 1rem; border-radius: 1.25rem; background: rgba(255,253,249,.95); box-shadow: 0 12px 34px rgba(23,33,29,.15); }
.ride-card strong, .ride-card span { display: block; }
.ride-card span { color: var(--muted); font-size: .88rem; }
.avatar-row { display: flex; align-items: center; gap: .7rem; margin-top: 1rem; }
.avatar { display: grid; place-items: center; width: 2.6rem; height: 2.6rem; border-radius: 50%; color: white; background: var(--green); font-weight: 800; }
.section { padding: 4rem 0; }
.section-intro { max-width: 43rem; margin-bottom: 2rem; }
.section-intro p, .card p { color: var(--muted); }
.grid { display: grid; gap: 1rem; }
.card { padding: 1.35rem; border: 1px solid var(--line); border-radius: 1.4rem; background: var(--surface); }
.card-number { display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border-radius: .8rem; color: var(--orange-dark); background: #ffe5dc; font-weight: 900; }
.trust { background: var(--ink); color: white; }
.trust .section-intro p, .trust .card p { color: #c4cec9; }
.trust .card { border-color: #3b4943; background: #202c27; }
.status { padding: 2rem; text-align: center; border: 1px solid var(--line); border-radius: 1.6rem; background: var(--surface); }
.legal-main { padding: 2.5rem 0 5rem; }
.legal { max-width: 780px; padding: clamp(1.25rem, 4vw, 3.2rem); border: 1px solid var(--line); border-radius: 1.5rem; background: var(--surface); box-shadow: 0 12px 40px rgba(23,33,29,.06); }
.legal h1 { max-width: none; font-size: clamp(2.2rem, 7vw, 3.6rem); }
.legal h2 { margin-top: 2.25rem; font-size: 1.45rem; }
.legal h3 { margin-top: 1.5rem; font-size: 1.08rem; }
.legal li { margin-bottom: .45rem; }
.notice { padding: 1rem; border-left: 4px solid var(--orange); border-radius: .5rem; background: #fff0ea; }
.meta { color: var(--muted); font-size: .92rem; }
.site-footer { padding: 2rem 0; color: var(--muted); border-top: 1px solid var(--line); }
.footer-row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; }
.footer-links { display: flex; gap: 1rem; }

@media (min-width: 760px) {
  .hero { padding: 6.5rem 0 5rem; }
  .hero-grid { grid-template-columns: 1.1fr .9fr; }
  .grid.three { grid-template-columns: repeat(3, 1fr); }
  .grid.two { grid-template-columns: repeat(2, 1fr); }
}

@media (prefers-color-scheme: dark) {
  :root { color-scheme: dark; --ink: #edf4ef; --muted: #b6c2bc; --paper: #111512; --surface: #191f1b; --line: #354039; --green-soft: #173e34; }
  .site-header { background: rgba(17,21,18,.9); }
  .hero::before { background: #682b1d; }
  .button.secondary { color: var(--ink); }
  .ride-card { background: rgba(25,31,27,.95); }
  .notice { background: #3b2018; }
}
