:root {
  --ink: #151515;
  --ink-soft: #242424;
  --paper: #fbfaf6;
  --white: #ffffff;
  --yellow: #ffca28;
  --yellow-strong: #f2b600;
  --yellow-pale: #fff2bd;
  --line: #dfddd4;
  --muted: #65645f;
  --green: #1b7655;
  --shadow: 0 28px 70px rgba(21, 21, 21, 0.14);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 16px;
  transform: translateY(-160%);
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  background: rgba(251, 250, 246, 0.92);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 1.38rem;
  font-weight: 850;
  letter-spacing: -0.055em;
}

.wordmark span:not(.wordmark-dot) {
  color: var(--yellow-strong);
}

.wordmark-dot {
  width: 17px;
  height: 17px;
  margin-right: 9px;
  border: 5px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 8px -8px 0 -5px var(--ink);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav a {
  color: #3e3d39;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 650;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--ink);
}

.main-nav .nav-login {
  padding: 10px 16px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
}

.main-nav .nav-login:hover,
.main-nav .nav-login:focus-visible {
  background: var(--ink);
  color: var(--white);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 96px;
}

.hero::before {
  position: absolute;
  inset: -15% auto auto -12%;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: rgba(255, 202, 40, 0.13);
  content: "";
  filter: blur(2px);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  align-items: center;
  gap: 80px;
}

.eyebrow {
  margin: 0 0 18px;
  color: #5d5b55;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero .eyebrow span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--yellow-strong);
  box-shadow: 0 0 0 6px var(--yellow-pale);
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.5rem, 7vw, 6.9rem);
  font-weight: 870;
  letter-spacing: -0.075em;
  line-height: 0.91;
}

.hero h1 em {
  color: var(--yellow-strong);
  font-style: normal;
}

.hero-lead {
  max-width: 610px;
  margin: 30px 0 0;
  color: #55544f;
  font-size: clamp(1.06rem, 2vw, 1.22rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  min-height: 50px;
  padding: 13px 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.93rem;
  font-weight: 780;
}

.button-primary {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(21, 21, 21, 0.18);
}

.button-primary:hover,
.button-primary:focus-visible {
  transform: translateY(-2px);
  background: #000;
}

.button-muted {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.65);
  color: #696862;
  cursor: default;
}

.hero-points {
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  list-style: none;
  color: #4f4e49;
  font-size: 0.88rem;
  font-weight: 650;
}

.hero-points li::before {
  margin-right: 7px;
  color: var(--green);
  content: "✓";
}

.product-preview {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
}

.preview-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: var(--yellow);
  opacity: 0.78;
}

.phone {
  position: relative;
  z-index: 2;
  width: min(365px, 80vw);
  padding: 14px;
  border: 9px solid #111;
  border-radius: 46px;
  background: #f8f7f2;
  box-shadow: var(--shadow);
  transform: rotate(2.5deg);
}

.phone::before {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 94px;
  height: 24px;
  border-radius: 999px;
  background: #111;
  content: "";
  transform: translateX(-50%);
}

.phone-top {
  height: 34px;
  padding: 3px 8px 0;
  display: flex;
  justify-content: space-between;
  color: #373631;
  font-size: 0.68rem;
  font-weight: 780;
}

.app-heading {
  padding: 18px 7px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.app-heading small,
.route-row small {
  display: block;
  color: #7a7973;
  font-size: 0.69rem;
}

.app-heading strong {
  display: block;
  font-size: 1rem;
}

.avatar {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--yellow);
  font-size: 0.8rem;
  font-weight: 850;
}

.map {
  position: relative;
  height: 250px;
  overflow: hidden;
  border: 1px solid #e0ded6;
  border-radius: 25px;
  background:
    linear-gradient(35deg, transparent 45%, rgba(255, 255, 255, 0.9) 46% 51%, transparent 52%),
    linear-gradient(125deg, transparent 36%, rgba(255, 255, 255, 0.75) 37% 43%, transparent 44%),
    #dde4d7;
}

.street {
  position: absolute;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
}

.street-one {
  top: 55px;
  left: -30px;
  width: 290px;
  transform: rotate(19deg);
}

.street-two {
  top: 142px;
  right: -60px;
  width: 310px;
  transform: rotate(-35deg);
}

.street-three {
  top: 190px;
  left: 25px;
  width: 250px;
  transform: rotate(8deg);
}

.route-line {
  position: absolute;
  top: 54px;
  left: 92px;
  width: 146px;
  height: 132px;
  border-right: 5px solid var(--ink);
  border-bottom: 5px solid var(--ink);
  border-radius: 0 0 45px;
  transform: rotate(8deg);
}

.map-pin {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  border: 4px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.25);
}

.pin-start {
  top: 45px;
  left: 83px;
  background: var(--green);
}

.pin-end {
  right: 86px;
  bottom: 48px;
  background: #d9413b;
}

.taxi-marker {
  position: absolute;
  top: 112px;
  left: 172px;
  z-index: 3;
  padding: 6px 9px;
  border: 3px solid var(--ink);
  border-radius: 9px;
  background: var(--yellow);
  font-size: 0.6rem;
  font-weight: 900;
  transform: rotate(-7deg);
}

.route-card {
  margin-top: 12px;
  padding: 16px;
  border: 1px solid #e2e0d8;
  border-radius: 22px;
  background: var(--white);
}

.route-row {
  display: grid;
  grid-template-columns: 12px 1fr;
  align-items: center;
  gap: 11px;
}

.route-row + .route-row {
  margin-top: 12px;
}

.route-row strong {
  display: block;
  font-size: 0.83rem;
}

.route-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.route-dot.start {
  background: var(--green);
}

.route-dot.end {
  background: #d9413b;
}

.estimate {
  margin-top: 16px;
  padding: 12px 14px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  border-radius: 14px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
}

.availability-card {
  position: absolute;
  right: -10px;
  bottom: 45px;
  z-index: 4;
  max-width: 290px;
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  border: 1px solid rgba(21, 21, 21, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 40px rgba(21, 21, 21, 0.15);
}

.status-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--yellow-strong);
  box-shadow: 0 0 0 5px var(--yellow-pale);
}

.availability-card strong,
.availability-card small {
  display: block;
}

.availability-card strong {
  font-size: 0.86rem;
}

.availability-card small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.45;
}

.launch-note {
  border-block: 1px solid var(--line);
  background: var(--white);
}

.launch-note-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.launch-note strong {
  flex: 0 0 auto;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--yellow-pale);
  font-size: 0.78rem;
}

.launch-note p {
  margin: 0;
  color: #55544f;
}

.section {
  padding: 112px 0;
}

.section-heading {
  max-width: 730px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2.25rem, 4vw, 4.25rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.section-heading > p:last-child {
  max-width: 640px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.steps-grid {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.step-card {
  min-height: 300px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.58);
}

.step-card.featured {
  border-color: var(--yellow-strong);
  background: var(--yellow);
  transform: translateY(-14px);
}

.step-number {
  display: block;
  color: #77756e;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.step-card h3 {
  margin: 92px 0 12px;
  font-size: 1.38rem;
  letter-spacing: -0.035em;
}

.step-card p {
  margin: 0;
  color: #62605a;
}

.step-card.featured p,
.step-card.featured .step-number {
  color: #3f3b27;
}

.section-dark {
  background: var(--ink);
  color: var(--white);
}

.section-heading.light .eyebrow,
.section-heading.light > p {
  color: #b9b7af;
}

.audience-grid {
  margin-top: 54px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.audience-card {
  min-height: 510px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  border-radius: 32px;
}

.rider-card {
  background: var(--yellow);
  color: var(--ink);
}

.driver-card {
  border: 1px solid #3b3b3b;
  background: var(--ink-soft);
}

.card-label,
.store-status {
  align-self: flex-start;
  padding: 7px 11px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
}

.audience-card h3 {
  max-width: 450px;
  margin: 70px 0 16px;
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.audience-card > p {
  max-width: 540px;
  margin: 0;
  opacity: 0.76;
}

.audience-card ul {
  margin: 28px 0 36px;
  padding: 0;
  list-style: none;
}

.audience-card li {
  padding: 10px 0;
  border-bottom: 1px solid currentColor;
  opacity: 0.8;
}

.audience-card li::before {
  margin-right: 9px;
  content: "→";
}

.store-status {
  margin-top: auto;
  opacity: 0.7;
}

.safety-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: start;
}

.safety-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.safety-grid article {
  min-height: 220px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
}

.safety-grid article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow-pale);
  color: var(--ink);
  font-weight: 900;
}

.safety-grid article div {
  margin-top: auto;
}

.safety-grid h3 {
  margin: 30px 0 7px;
  font-size: 1.08rem;
}

.safety-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.faq-section {
  border-top: 1px solid var(--line);
  background: #f2f0e9;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 80px;
}

.faq-list details {
  border-bottom: 1px solid #cecbc1;
}

.faq-list summary {
  padding: 24px 46px 24px 0;
  position: relative;
  cursor: pointer;
  list-style: none;
  font-size: 1.08rem;
  font-weight: 760;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 23px;
  right: 4px;
  content: "+";
  font-size: 1.35rem;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 680px;
  margin: -6px 0 24px;
  color: var(--muted);
}

.final-cta {
  padding: 44px 0;
  background: var(--yellow);
}

.final-cta-inner {
  min-height: 290px;
  padding: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  border-radius: 34px;
  background: var(--ink);
  color: var(--white);
}

.final-cta .eyebrow {
  color: var(--yellow);
}

.final-cta h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.final-cta p:last-child {
  max-width: 620px;
  margin: 18px 0 0;
  color: #bbb9b2;
}

.button-light {
  flex: 0 0 auto;
  background: var(--white);
  color: var(--ink);
  cursor: default;
}

.site-footer {
  padding: 72px 0 30px;
  background: var(--paper);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
}

.footer-wordmark {
  font-size: 1.25rem;
}

.footer-grid p {
  max-width: 460px;
  margin: 18px 0 0;
  color: var(--muted);
}

.footer-grid nav {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-grid nav a {
  color: #4d4c47;
  text-decoration: none;
}

.footer-grid nav a:hover,
.footer-grid nav a:focus-visible {
  text-decoration: underline;
}

.footer-bottom {
  margin-top: 64px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: #77756e;
  font-size: 0.82rem;
}

.legal-page {
  background: #f4f2eb;
}

.legal-header {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.legal-header .header-inner {
  min-height: 78px;
}

.back-link {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 720;
}

.back-link:hover,
.back-link:focus-visible {
  text-decoration: underline;
}

.legal-main {
  padding: 72px 0 110px;
}

.legal-article {
  max-width: 860px;
  padding: clamp(30px, 6vw, 68px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--white);
}

.legal-article .eyebrow {
  color: var(--yellow-strong);
}

.legal-article h1 {
  margin: 0;
  font-size: clamp(2.5rem, 6vw, 5rem);
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.legal-updated {
  margin: 20px 0 42px;
  color: var(--muted);
}

.legal-article h2 {
  margin: 42px 0 10px;
  font-size: 1.38rem;
  letter-spacing: -0.025em;
}

.legal-article p,
.legal-article li {
  color: #56554f;
}

.legal-article ul {
  padding-left: 21px;
}

.legal-notice {
  margin: 34px 0;
  padding: 20px 22px;
  border-left: 4px solid var(--yellow-strong);
  background: var(--yellow-pale);
}

:focus-visible {
  outline: 3px solid #2877d4;
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .main-nav {
    gap: 16px;
  }

  .main-nav a:not(.nav-login) {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero .eyebrow,
  .hero-actions,
  .hero-points {
    justify-content: center;
  }

  .hero-lead {
    margin-inline: auto;
  }

  .product-preview {
    min-height: 610px;
  }

  .availability-card {
    right: 6%;
  }

  .safety-layout,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .header-inner {
    min-height: 68px;
  }

  .main-nav .nav-login {
    padding: 8px 12px;
    font-size: 0.8rem;
  }

  .hero {
    padding: 62px 0 72px;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 18vw, 5.1rem);
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-points {
    display: grid;
    gap: 8px;
  }

  .product-preview {
    min-height: 560px;
  }

  .preview-glow {
    width: 370px;
    height: 370px;
  }

  .phone {
    width: min(330px, 88vw);
    transform: none;
  }

  .availability-card {
    right: 2%;
    bottom: 12px;
    max-width: 260px;
  }

  .launch-note-inner {
    padding-block: 19px;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .section {
    padding: 80px 0;
  }

  .steps-grid,
  .audience-grid,
  .safety-grid {
    grid-template-columns: 1fr;
  }

  .step-card,
  .audience-card {
    min-height: auto;
  }

  .step-card.featured {
    transform: none;
  }

  .step-card h3 {
    margin-top: 60px;
  }

  .audience-card {
    padding: 30px;
  }

  .audience-card h3 {
    margin-top: 52px;
  }

  .safety-grid article {
    min-height: 190px;
  }

  .final-cta-inner {
    min-height: auto;
    padding: 36px 26px;
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .legal-main {
    padding: 36px 0 70px;
  }

  .legal-article {
    border-radius: 22px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
