.taxi-page { background: #fff; }
.taxi-hero { min-height: 100svh; color: #fff; background-image: linear-gradient(90deg, rgba(8,9,7,.92) 0%, rgba(8,9,7,.74) 38%, rgba(8,9,7,.18) 70%, rgba(8,9,7,.02) 100%), url("../taxi-hero.png"); background-position: center; background-size: cover; }
.taxi-hero-inner { display: flex; min-height: 100svh; align-items: center; padding-top: 104px; padding-bottom: 60px; }
.taxi-hero-copy { width: min(670px, 58%); }
.taxi-hero h1 { max-width: 670px; margin-bottom: 26px; font-size: clamp(3rem, 4.4vw, 4.3rem); line-height: 1.08; }
.taxi-hero h1 span { display: block; color: var(--yellow); }
.taxi-hero-copy > p { max-width: 600px; margin-bottom: 30px; color: rgba(255,255,255,.8); font-size: 1.0625rem; }
.taxi-actions { display: flex; align-items: center; gap: 24px; }
.taxi-link { padding: 9px 0 6px; border-bottom: 1px solid rgba(255,255,255,.42); font-weight: 700; }
.taxi-link span { margin-left: 9px; }
.difference, .test-section, .taxi-faq { padding: 80px 0; }
.difference { color: #fff; background: var(--ink); }
.difference-title-row { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 70px; align-items: end; margin-bottom: 32px; }
.difference-title-row h2 { margin: 0; }
.difference-title-row > p { margin: 0; color: #bdc0b4; }
.compare-table { border-top: 1px solid #45483e; }
.compare-row { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1fr) minmax(0, 1fr); align-items: stretch; border-bottom: 1px solid #45483e; }
.compare-row > * { display: flex; align-items: center; min-width: 0; margin: 0; padding: 22px 24px; }
.compare-row > span { padding-left: 0; color: #c4c6bc; font-size: .875rem; font-weight: 600; }
.compare-row p { color: #bdc0b4; }
.compare-row > :last-child { color: #fff; background: #25291c; }
.compare-header > * { padding-top: 16px; padding-bottom: 16px; font-size: .875rem; }
.compare-header b { font-weight: 600; }
.compare-header b:last-child { color: var(--yellow); }
.comparison-note { max-width: 910px; margin: 22px 0 0; color: #bdc0b4; font-size: .875rem; }
.taxi-earnings { background: #f4f5f0; }
.test-section { background: #fff; }
.test-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 76px; }
.test-copy > p { max-width: 460px; margin-bottom: 28px; color: var(--muted); }
.trial-check { display: flex; flex-direction: column; gap: 12px; margin-top: 32px; padding: 22px; border-radius: 12px; background: var(--yellow); }
.trial-check b { font-size: .875rem; }
.trial-check span { padding-top: 10px; border-top: 1px solid rgba(17,18,15,.15); font-size: .875rem; }
.test-steps { margin: 0; padding: 0; list-style: none; }
.test-steps li { position: relative; display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 22px; padding-bottom: 30px; }
.test-steps li:not(:last-child)::after { position: absolute; top: 44px; bottom: 0; left: 21px; width: 1px; background: var(--line); content: ""; }
.test-steps li > span { display: grid; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; font-size: .8125rem; font-weight: 700; }
.test-steps li:first-child > span { border-color: var(--yellow); background: var(--yellow); }
.test-steps small { display: block; margin-bottom: 8px; color: var(--muted); font-size: .8125rem; }
.test-steps h3 { font-size: 1.35rem; }
.test-steps p { margin: 0; color: var(--muted); }
.taxi-faq { padding-top: 0; }
.taxi-apply { padding-top: 0; }
.taxi-apply .apply-shell { color: #fff; background: #242620; }
.taxi-apply .apply-copy > p { color: #c2c5b9; }
.taxi-apply .lead-form { color: var(--ink); }
.taxi-apply-note { display: flex; align-items: baseline; gap: 14px; margin-top: 40px; }
.taxi-apply-note b { color: var(--yellow); font-size: 2.6rem; letter-spacing: -.06em; }
.taxi-apply-note span { color: #c2c5b9; font-size: .875rem; }
@media (max-width: 980px) {
  .taxi-hero { background-position: 60% center; }
  .taxi-hero-copy { width: min(650px, 85%); }
  .difference-title-row, .test-grid { grid-template-columns: 1fr; gap: 28px; }
  .test-copy { max-width: 620px; }
  .trial-check { max-width: 460px; }
}
@media (max-width: 680px) {
  .taxi-hero { background-image: linear-gradient(90deg, rgba(8,9,7,.9), rgba(8,9,7,.48)), linear-gradient(0deg, rgba(8,9,7,.55), rgba(8,9,7,.05) 55%), url("../taxi-hero.png"); background-position: 69% center; }
  .taxi-hero-inner { min-height: 100svh; padding-top: 112px; padding-bottom: 48px; }
  .taxi-hero-copy { width: 100%; }
  .taxi-hero h1 { max-width: 500px; font-size: clamp(2.25rem, 10vw, 3.1rem); }
  .taxi-hero-copy > p { max-width: 500px; font-size: 1rem; }
  .taxi-actions { align-items: stretch; flex-direction: column; gap: 13px; }
  .taxi-link { align-self: flex-start; }
  .difference, .test-section, .taxi-faq { padding: 54px 0; }
  .taxi-faq { padding-top: 0; }
  .compare-row { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .compare-row > span { grid-column: 1 / -1; padding: 16px 0 8px; }
  .compare-row > p { padding: 12px 14px 18px 0; }
  .compare-row > p:last-child { padding: 12px 14px 18px; }
  .compare-header > span { display: none; }
  .compare-header b { padding: 14px 0; }
  .compare-header b:last-child { padding-left: 14px; }
  .test-steps li { gap: 18px; }
  .taxi-apply-note { margin-top: 28px; }
}
