:root {
  --green: #00e600;
  --green-700: #0b6f3a;
  --green-800: #075532;
  --green-900: #063820;
  --ink: #0e1712;
  --muted: #5f6f67;
  --line: #dce9df;
  --soft: #f5fbf6;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(7, 56, 32, 0.15);
  --radius: 8px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

button:focus-visible,
input:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(0, 230, 0, 0.48);
  outline-offset: 3px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(7, 56, 32, 0.09);
  backdrop-filter: blur(18px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 900;
  color: var(--green-900);
}

.brand-mark {
  width: 104px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 8px 12px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--green-900), var(--green-800));
  box-shadow: 0 12px 30px rgba(7, 56, 32, 0.18);
}

.brand-mark img {
  width: 80px;
}

.brand-text {
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #34493d;
  font-weight: 750;
  font-size: 14px;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--green-700);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: var(--green);
  color: var(--green-900);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(0, 230, 0, 0.24);
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), background 220ms var(--ease);
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0, 230, 0, 0.32);
}

.btn-dark {
  background: var(--green-900);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(7, 56, 32, 0.24);
}

.btn-ghost {
  background: var(--white);
  color: var(--green-900);
  border-color: rgba(7, 56, 32, 0.14);
  box-shadow: none;
}

.hero {
  position: relative;
  min-height: clamp(560px, 76svh, 660px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 28%, rgba(0, 230, 0, 0.16), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8fff9 100%);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 46px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff);
  pointer-events: none;
}

.hero-motion {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.map-grid {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background-image:
    linear-gradient(rgba(7, 56, 32, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 56, 32, 0.07) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.route-lane {
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: 18%;
  height: 118px;
  transform: rotate(-3deg);
  background: linear-gradient(90deg, rgba(7, 56, 32, 0.08), rgba(0, 230, 0, 0.18), rgba(7, 56, 32, 0.08));
  border-top: 1px solid rgba(7, 56, 32, 0.08);
  border-bottom: 1px solid rgba(7, 56, 32, 0.08);
}

.route-lane::before,
.route-lane::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-image: linear-gradient(90deg, rgba(7, 56, 32, 0.38) 0 42px, transparent 42px 68px);
  background-size: 68px 2px;
  animation: dashMove 9s linear infinite;
}

.route-lane::before {
  top: 38px;
}

.route-lane::after {
  bottom: 38px;
  animation-duration: 12s;
}

.ride-car {
  position: absolute;
  left: 8%;
  bottom: calc(18% + 38px);
  width: 86px;
  height: 34px;
  border-radius: 17px 24px 10px 10px;
  background: var(--green-900);
  box-shadow: 0 16px 28px rgba(7, 56, 32, 0.18);
  animation: carDrive 7s linear infinite;
}

.ride-car::before {
  content: "";
  position: absolute;
  left: 18px;
  top: -14px;
  width: 42px;
  height: 24px;
  border-radius: 18px 22px 0 0;
  background: var(--green-700);
}

.ride-car::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: -7px;
  height: 14px;
  background:
    radial-gradient(circle at 10px 7px, var(--ink) 0 6px, transparent 7px),
    radial-gradient(circle at calc(100% - 10px) 7px, var(--ink) 0 6px, transparent 7px);
}

.pin {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50% 50% 50% 0;
  background: var(--green);
  transform: rotate(-45deg);
  box-shadow: 0 12px 24px rgba(0, 230, 0, 0.3);
}

.pin::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 5.5px;
  top: 5.5px;
  background: var(--green-900);
}

.pin-one {
  right: 31%;
  top: 22%;
}

.pin-two {
  right: 14%;
  bottom: 31%;
  animation: pinPulse 2.8s ease-in-out infinite;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(700px, 100%);
  padding: 36px 0 48px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--green-800);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.eyebrow.light {
  color: rgba(255, 255, 255, 0.78);
}

.signal {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 8px rgba(0, 230, 0, 0.12);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Sora", "Inter", Arial, sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 0.98;
  font-weight: 800;
  color: var(--green-900);
}

h1 span {
  color: var(--green-700);
}

.hero-sub,
.section-intro {
  margin: 18px 0 0;
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.58;
}

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

.audience-toggle {
  width: fit-content;
  display: flex;
  gap: 4px;
  margin-top: 22px;
  padding: 5px;
  border: 1px solid rgba(7, 56, 32, 0.12);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(7, 56, 32, 0.08);
}

.audience-toggle button {
  min-width: 128px;
  min-height: 42px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #385146;
  font-weight: 900;
  cursor: pointer;
}

.audience-toggle button[aria-pressed="true"] {
  background: var(--green-900);
  color: var(--white);
}

.form-wrap {
  margin-top: 14px;
}

.waitlist-form {
  display: grid;
  grid-template-columns: minmax(240px, 360px) auto;
  gap: 10px;
  align-items: center;
}

.waitlist-form input {
  min-height: 48px;
  border: 1px solid rgba(7, 56, 32, 0.16);
  border-radius: var(--radius);
  padding: 0 16px;
  background: var(--white);
  color: var(--ink);
  font-weight: 700;
  box-shadow: 0 10px 26px rgba(7, 56, 32, 0.08);
}

.form-note {
  margin: 10px 0 0;
  min-height: 22px;
  color: var(--muted);
  font-size: 14px;
}

.form-note.is-success {
  color: var(--green-800);
  font-weight: 800;
}

.hero-panel {
  position: absolute;
  z-index: 3;
  right: max(24px, calc((100vw - 1160px) / 2));
  bottom: 44px;
  width: min(330px, 30vw);
  padding: 18px;
  border: 1px solid rgba(7, 56, 32, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.panel-title {
  margin: 0;
  color: var(--green-900);
  font-weight: 950;
}

.panel-pill {
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(0, 230, 0, 0.14);
  color: var(--green-900);
  font-size: 12px;
  font-weight: 950;
}

.ride-steps {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.ride-step {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 10px;
  align-items: center;
}

.step-dot {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--soft);
  color: var(--green-900);
  font-weight: 950;
  font-size: 12px;
}

.ride-step strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
}

.ride-step span {
  color: var(--muted);
  font-size: 12px;
}

.fare {
  color: var(--green-800);
  font-weight: 950;
}

.trust-strip {
  position: relative;
  z-index: 4;
  background: var(--green-900);
  color: var(--white);
}

.trust-inner {
  min-height: 86px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.trust-item {
  padding: 20px 22px;
  background: var(--green-900);
}

.trust-item strong {
  display: block;
  font-family: "Sora", "Inter", Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
}

.trust-item span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 750;
}

.section {
  padding: clamp(58px, 7vw, 96px) 0;
}

.section.green {
  background: var(--green-900);
  color: var(--white);
}

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

.section.soft {
  background: var(--soft);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 34px;
}

.section h2 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
  font-weight: 800;
}

.green .section-intro {
  color: rgba(255, 255, 255, 0.72);
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.card {
  min-height: 210px;
  padding: 22px;
  border-radius: var(--radius);
  border: 1px solid rgba(7, 56, 32, 0.1);
  background: var(--white);
  box-shadow: 0 18px 44px rgba(7, 56, 32, 0.08);
}

.green .card {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.card-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: rgba(0, 230, 0, 0.14);
  color: var(--green-900);
  font-family: "Sora", "Inter", Arial, sans-serif;
  font-weight: 900;
}

.green .card-icon {
  background: var(--green);
  color: var(--green-900);
}

.card h3 {
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.15;
}

.card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.green .card p {
  color: rgba(255, 255, 255, 0.72);
}

.flow {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1fr);
  gap: 48px;
  align-items: center;
}

.phone {
  width: min(430px, 100%);
  margin-left: auto;
  padding: 16px;
  border-radius: 28px;
  background: var(--ink);
  box-shadow: 0 30px 80px rgba(7, 56, 32, 0.22);
}

.phone-screen {
  min-height: 520px;
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(0, 230, 0, 0.18), transparent 38%),
    #f9fffa;
  color: var(--ink);
}

.app-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
  color: var(--green-900);
  font-weight: 950;
}

.app-map {
  position: relative;
  height: 230px;
  margin: 0 18px;
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 56, 32, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(7, 56, 32, 0.07) 1px, transparent 1px),
    #eef9f0;
  background-size: 38px 38px;
}

.app-route {
  position: absolute;
  inset: 38px 34px 42px;
  border-left: 5px solid var(--green);
  border-bottom: 5px solid var(--green);
  border-radius: 0 0 0 42px;
}

.app-car {
  position: absolute;
  left: 38px;
  bottom: 42px;
  width: 42px;
  height: 22px;
  border-radius: 12px 14px 7px 7px;
  background: var(--green-900);
  animation: appCar 5s var(--ease) infinite;
}

.app-sheet {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.sheet-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.sheet-row span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.sheet-row strong {
  color: var(--green-900);
}

.steps {
  display: grid;
  gap: 14px;
}

.step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(7, 56, 32, 0.1);
  border-radius: var(--radius);
  background: var(--white);
}

.step-number {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: var(--green);
  color: var(--green-900);
  font-family: "Sora", "Inter", Arial, sans-serif;
  font-weight: 900;
}

.step h3 {
  font-size: 20px;
}

.step p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.58;
}

.safety-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
}

.safety-main {
  min-height: 440px;
  padding: 32px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(0, 230, 0, 0.22), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.safety-main h3 {
  max-width: 560px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.03;
}

.safety-main p {
  max-width: 590px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.7;
}

.safety-list {
  display: grid;
  gap: 12px;
}

.safety-list .card {
  min-height: 0;
}

.driver-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: 44px;
  align-items: center;
}

.driver-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.metric {
  min-height: 150px;
  padding: 22px;
  border-radius: var(--radius);
  background: var(--soft);
  border: 1px solid var(--line);
}

.metric strong {
  display: block;
  color: var(--green-900);
  font-family: "Sora", "Inter", Arial, sans-serif;
  font-size: 34px;
}

.metric span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.4;
  font-weight: 750;
}

.cta {
  text-align: center;
}

.cta .brand-mark {
  margin: 0 auto 24px;
}

.cta h2 {
  max-width: 760px;
  margin: 0 auto;
}

.cta .hero-sub {
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.74);
}

.cta .waitlist-form {
  width: min(560px, 100%);
  margin: 28px auto 0;
}

.cta .form-note {
  color: rgba(255, 255, 255, 0.7);
}

.cta .form-note.is-success {
  color: var(--green);
}

.site-footer {
  background: #052a19;
  color: rgba(255, 255, 255, 0.74);
  padding: 28px 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 750;
}

.footer-links a {
  text-decoration: none;
}

.reveal {
  opacity: 0;
  transition: opacity 680ms var(--ease);
}

.reveal.is-visible {
  opacity: 1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes dashMove {
  to {
    background-position: 68px 0;
  }
}

@keyframes carDrive {
  0% {
    transform: translateX(-120px) translateY(8px);
  }
  48% {
    transform: translateX(44vw) translateY(-10px);
  }
  100% {
    transform: translateX(104vw) translateY(6px);
  }
}

@keyframes appCar {
  0%,
  100% {
    transform: translate(0, 0);
  }
  45% {
    transform: translate(0, -122px);
  }
  80% {
    transform: translate(210px, -122px);
  }
}

@keyframes pinPulse {
  0%,
  100% {
    box-shadow: 0 12px 24px rgba(0, 230, 0, 0.3);
  }
  50% {
    box-shadow: 0 12px 24px rgba(0, 230, 0, 0.3), 0 0 0 18px rgba(0, 230, 0, 0.12);
  }
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero-panel {
    display: none;
  }

  .hero {
    min-height: 600px;
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-content {
    padding-top: 46px;
    padding-bottom: 54px;
  }

  .trust-inner,
  .cards,
  .section-head,
  .flow,
  .safety-grid,
  .driver-band {
    grid-template-columns: 1fr;
  }

  .phone {
    margin: 0;
  }

  .driver-metrics {
    grid-template-columns: 1fr;
  }
}

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

  .header-inner {
    height: 68px;
  }

  .brand-text {
    display: none;
  }

  .brand-mark {
    width: 92px;
    height: 40px;
  }

  .brand-mark img {
    width: 72px;
  }

  .site-header .btn {
    min-height: 40px;
    padding: 0 14px;
    font-size: 14px;
  }

  .hero {
    min-height: 590px;
  }

  .hero-content {
    padding-top: 28px;
    padding-bottom: 34px;
  }

  h1 {
    font-size: clamp(38px, 11vw, 46px);
    line-height: 1;
  }

  .hero-sub,
  .section-intro {
    font-size: 16px;
    line-height: 1.5;
  }

  .hero .eyebrow {
    margin-bottom: 12px;
  }

  .hero .hero-sub {
    margin-top: 14px;
  }

  .hero .hero-actions {
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 18px;
  }

  .hero .hero-actions .btn {
    flex: 1 1 0;
    min-width: 0;
    min-height: 42px;
    padding: 0 10px;
    font-size: 14px;
  }

  .waitlist-form,
  .cta .waitlist-form {
    grid-template-columns: 1fr;
  }

  .waitlist-form .btn {
    width: 100%;
  }

  .hero .waitlist-form {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }

  .hero .waitlist-form .btn {
    width: auto;
    min-height: 46px;
    padding: 0 12px;
    font-size: 14px;
  }

  .hero .waitlist-form input {
    min-height: 46px;
    min-width: 0;
  }

  .form-note {
    font-size: 13px;
  }

  .audience-toggle {
    width: 100%;
    margin-top: 16px;
  }

  .audience-toggle button {
    min-width: 0;
    width: 50%;
  }

  .hero-panel {
    width: calc(100% - 28px);
  }

  .trust-inner {
    grid-template-columns: 1fr 1fr;
  }

  .trust-item {
    padding: 18px 16px;
  }

  .card {
    min-height: 0;
  }

  .phone-screen {
    min-height: 470px;
  }

  .app-car {
    animation-name: appCarMobile;
  }
}

@keyframes appCarMobile {
  0%,
  100% {
    transform: translate(0, 0);
  }
  45% {
    transform: translate(0, -112px);
  }
  80% {
    transform: translate(160px, -112px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Brand palette and app-like booking treatment */
:root {
  --green: #00e600;
  --green-700: #007f31;
  --green-800: #005b2c;
  --green-900: #003d25;
  --ink: #092218;
  --soft: #f2fff2;
}

.site-header {
  background: rgba(255, 255, 255, 0.97);
  border-top: 3px solid var(--green-900);
}

.brand-mark {
  width: 112px;
  height: 48px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand-mark img {
  width: 112px;
  height: 48px;
  object-fit: contain;
}

.brand-text {
  color: var(--green-900);
  font-size: 17px;
  font-weight: 900;
}

.nav-links {
  color: #31473c;
  font-size: 15px;
  font-weight: 800;
}

.nav-links a:hover { color: var(--green-800); }

.hero {
  min-height: 680px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fff8 68%, #ecffed 100%);
}

.hero::before {
  content: "";
  position: absolute;
  width: 44vw;
  height: 44vw;
  min-width: 460px;
  min-height: 460px;
  right: -13vw;
  top: -14vw;
  border-radius: 50%;
  background: rgba(0, 230, 0, 0.12);
}

.hero-content { width: min(620px, 100%); }

h1 span { color: var(--green-800); }

.hero-app {
  position: absolute;
  z-index: 3;
  right: max(24px, calc((100vw - 1160px) / 2));
  top: 50%;
  width: min(370px, 31vw);
  padding: 12px;
  transform: translateY(-50%);
  border: 10px solid #081e14;
  border-radius: 36px;
  background: #081e14;
  box-shadow: 0 34px 80px rgba(0, 61, 37, 0.25);
}

@media (min-width: 981px) {
  .hero-content {
    width: min(48%, 545px);
    margin-left: max(20px, calc((100vw - 1160px) / 2));
    margin-right: 0;
  }
  .hero h1 { max-width: 520px; font-size: clamp(46px, 4.4vw, 60px); }
  .hero .hero-sub { max-width: 520px; }
}

.hero-app-screen {
  overflow: hidden;
  border-radius: 25px;
  background: #f8fff8;
}

.app-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 16px 10px;
  color: var(--green-900);
  font-size: 12px;
}

.app-status span { font-weight: 950; font-size: 15px; }

.app-search {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 7px 12px;
  padding: 11px 12px;
  border: 1px solid #d8ebda;
  border-radius: 10px;
  background: #fff;
}

.app-search small, .app-search strong { display: block; }
.app-search small { color: #668075; font-size: 10px; font-weight: 800; }
.app-search strong { margin-top: 2px; color: var(--green-900); font-size: 13px; }

.search-pin { width: 11px; height: 11px; flex: 0 0 auto; border-radius: 50%; }
.pickup-pin { border: 3px solid var(--green); background: #fff; }
.drop-pin { background: var(--green-900); }

.booking-map {
  position: relative;
  height: 190px;
  margin-top: 10px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 61, 37, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(0, 61, 37, 0.07) 1px, transparent 1px),
    #eaf8ec;
  background-size: 30px 30px;
}

.map-road { position: absolute; display: block; background: #fff; border: 1px solid #d6e8d8; }
.road-a { width: 125%; height: 22px; top: 40%; left: -10%; transform: rotate(-17deg); }
.road-b { width: 22px; height: 115%; top: -8%; left: 60%; transform: rotate(12deg); }
.road-c { width: 90%; height: 18px; bottom: 21%; left: 18%; transform: rotate(8deg); }

.booking-route {
  position: absolute;
  z-index: 2;
  left: 21%;
  top: 33%;
  width: 52%;
  height: 38%;
  border-right: 4px solid var(--green);
  border-bottom: 4px solid var(--green);
  border-radius: 0 0 26px 0;
}

.map-marker { position: absolute; z-index: 3; width: 13px; height: 13px; border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,255,255,.85); }
.marker-start { top: 31%; left: 18%; background: var(--green-900); }
.marker-end { right: 24%; bottom: 26%; background: var(--green); }

.booking-car {
  position: absolute;
  z-index: 4;
  top: 47%;
  left: 35%;
  width: 31px;
  height: 17px;
  border-radius: 9px 11px 6px 6px;
  background: var(--green-900);
  box-shadow: 0 8px 15px rgba(0, 61, 37, 0.22);
  animation: bookingCar 4.8s var(--ease) infinite;
}

.booking-car::before, .mini-car::before { content: ""; position: absolute; width: 15px; height: 8px; left: 8px; top: -5px; border-radius: 6px 6px 0 0; background: var(--green-800); }

.ride-match-card { padding: 14px 12px 12px; background: #fff; }
.match-heading, .car-choice { display: flex; align-items: center; justify-content: space-between; }
.match-heading { font-size: 12px; color: #577064; }
.match-heading strong { color: var(--green-800); }
.car-choice { margin-top: 13px; gap: 10px; }
.car-choice div { margin-right: auto; }
.car-choice strong, .car-choice small { display: block; }
.car-choice strong { color: var(--green-900); font-size: 14px; }
.car-choice small { margin-top: 2px; color: #72877c; font-size: 11px; }
.car-choice b { color: var(--green-900); font-size: 14px; }
.mini-car { position: relative; width: 38px; height: 19px; border-radius: 10px 12px 6px 6px; background: var(--green); }
.app-book-button { width: 100%; min-height: 42px; margin-top: 13px; border: 0; border-radius: 8px; background: var(--green); color: var(--green-900); font-weight: 950; }

.section.green { background: var(--green); color: var(--green-900); }
.green .eyebrow, .green .section-intro, .green .card p { color: var(--green-900); }
.green .eyebrow.light { color: var(--green-800); }
.green .card { color: var(--green-900); border-color: rgba(0, 61, 37, 0.16); background: rgba(255,255,255,.88); box-shadow: 0 16px 38px rgba(0,61,37,.12); }
.green .card-icon { background: var(--green-900); color: var(--green); }
.green .card-icon svg { width: 21px; height: 21px; stroke-width: 2.7; }
.section.green .signal { background: var(--green-900); box-shadow: 0 0 0 8px rgba(0, 61, 37, 0.12); }

.trust-strip { background: var(--green); color: var(--green-900); }
.trust-inner { background: rgba(0, 61, 37, 0.16); }
.trust-item { background: var(--green); }
.trust-item span { color: rgba(0, 61, 37, 0.78); }

.cta .hero-sub, .cta .form-note { color: rgba(0, 61, 37, 0.82); }
.cta .form-note.is-success { color: var(--green-900); }

.site-footer { background: var(--green-900); }

@keyframes bookingCar {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(60px, 38px); }
}

@media (max-width: 980px) {
  .hero { min-height: 610px; }
  .hero-app { display: none; }
  .hero-content { margin-left: auto; margin-right: auto; }
}

@media (max-width: 680px) {
  .brand-mark { width: 96px; height: 40px; }
  .brand-mark img { width: 96px; height: 40px; }
  .hero { min-height: 590px; }
}

/* Animated city ride scene */
.city-journey {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: max(24px, calc((100vw - 1160px) / 2));
  width: min(510px, 42vw);
  transform: translateY(-50%);
}

.city-map {
  position: relative;
  height: 430px;
  overflow: hidden;
  border: 1px solid #d5ebd8;
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(0, 61, 37, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(0, 61, 37, 0.045) 1px, transparent 1px),
    #effaf0;
  background-size: 34px 34px;
  box-shadow: 0 26px 60px rgba(0, 61, 37, 0.16);
}

.city-block {
  position: absolute;
  display: block;
  border: 1px solid #d6e8d8;
  border-radius: 10px;
  background: #dff2e2;
}

.block-one { top: 34px; left: 34px; width: 126px; height: 110px; }
.block-two { top: 58px; right: 28px; width: 138px; height: 118px; }
.block-three { bottom: 32px; left: 42px; width: 160px; height: 120px; }
.block-four { right: 36px; bottom: 34px; width: 120px; height: 100px; }

.city-road {
  position: absolute;
  z-index: 1;
  display: block;
  background: #fff;
  box-shadow: inset 0 0 0 1px #d9e9db;
}

.road-east { left: -12%; top: 194px; width: 124%; height: 52px; transform: rotate(-13deg); }
.road-south { left: 232px; top: -12%; width: 54px; height: 132%; transform: rotate(7deg); }
.road-curve { left: 70px; bottom: 93px; width: 304px; height: 150px; border-right: 47px solid #fff; border-bottom: 47px solid #fff; border-radius: 0 0 118px 0; background: transparent; box-shadow: none; transform: rotate(-9deg); }

.route-line {
  position: absolute;
  z-index: 2;
  top: 218px;
  left: 100px;
  width: 268px;
  height: 104px;
  border-right: 4px solid var(--green);
  border-bottom: 4px solid var(--green);
  border-radius: 0 0 72px 0;
}

.map-stop {
  position: absolute;
  z-index: 5;
  display: grid;
  justify-items: center;
  gap: 7px;
}

.map-stop b {
  width: 17px;
  height: 17px;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(0, 61, 37, 0.12);
}

.map-stop small {
  padding: 5px 8px;
  border-radius: 5px;
  background: #fff;
  color: var(--green-900);
  font-size: 10px;
  font-weight: 900;
  box-shadow: 0 8px 16px rgba(0, 61, 37, 0.12);
}

.pickup-stop { top: 186px; left: 87px; }
.pickup-stop b { background: var(--green-900); }
.destination-stop { right: 106px; bottom: 90px; }
.destination-stop b { background: var(--green); }

.city-car {
  position: absolute;
  z-index: 4;
  width: 36px;
  height: 19px;
  border-radius: 10px 12px 6px 6px;
  background: var(--green-900);
  box-shadow: 0 8px 14px rgba(0, 61, 37, 0.2);
}

.city-car::before {
  content: "";
  position: absolute;
  left: 9px;
  top: -7px;
  width: 18px;
  height: 10px;
  border-radius: 7px 7px 1px 1px;
  background: #165941;
}

.city-car::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: -4px;
  height: 7px;
  background: radial-gradient(circle at 3px 3px, #092218 0 3px, transparent 3.5px), radial-gradient(circle at calc(100% - 3px) 3px, #092218 0 3px, transparent 3.5px);
}

.city-car i { position: absolute; inset: 4px 9px 5px; border-radius: 5px; background: rgba(255,255,255,.55); }
.car-route-a { top: 208px; left: 74px; animation: carStopsA 8s var(--ease) infinite; }
.car-route-b { top: 286px; left: 338px; background: var(--green); animation: carStopsB 9.5s var(--ease) infinite; }
.car-route-c { top: 76px; left: 244px; transform: rotate(97deg); animation: carStopsC 7.5s var(--ease) infinite; }

.journey-caption {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 9px;
  align-items: center;
  margin: 13px 0 0 18px;
  color: var(--green-900);
}

.journey-caption strong { font-size: 14px; }
.journey-caption > span:last-child { grid-column: 2; margin-top: 3px; color: #5b7468; font-size: 12px; font-weight: 700; }
.live-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(0, 230, 0, .16); animation: livePulse 1.6s ease-in-out infinite; }

@keyframes carStopsA {
  0%, 12% { transform: translate(0, 0) rotate(-13deg); }
  32%, 44% { transform: translate(106px, -23px) rotate(-13deg); }
  74% { transform: translate(245px, 52px) rotate(42deg); }
  100% { transform: translate(0, 0) rotate(-13deg); }
}

@keyframes carStopsB {
  0%, 18% { transform: translate(0, 0) rotate(-9deg); }
  47%, 60% { transform: translate(-132px, -6px) rotate(-9deg); }
  83% { transform: translate(-232px, -80px) rotate(-72deg); }
  100% { transform: translate(0, 0) rotate(-9deg); }
}

@keyframes carStopsC {
  0%, 15% { transform: translate(0, 0) rotate(97deg); }
  42%, 55% { transform: translate(13px, 105px) rotate(97deg); }
  78% { transform: translate(-104px, 176px) rotate(8deg); }
  100% { transform: translate(0, 0) rotate(97deg); }
}

@keyframes livePulse {
  50% { box-shadow: 0 0 0 11px rgba(0, 230, 0, 0.05); }
}

/* The icon itself is now the logo green, not a dark-green glyph tile. */
.green .card-icon {
  border: 0;
  background: #fff;
  color: var(--green);
  box-shadow: 0 7px 18px rgba(0, 61, 37, 0.1);
}

.green .card-icon svg { stroke: currentColor; }

@media (max-width: 980px) {
  .city-journey { display: none; }
}

/* Final header alignment and calmer city-rider motion. */
.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
}

.header-inner .brand { justify-self: start; }
.header-inner nav { justify-self: center; }
.header-inner > .btn { justify-self: end; }
.brand-text { display: none; }

.site-header .btn-dark {
  background: var(--green);
  color: var(--green-900);
  box-shadow: 0 12px 26px rgba(0, 230, 0, 0.2);
}

.site-header .btn-dark:hover { background: #18f218; }

.hero-kicker {
  margin: 20px 0 0;
  color: var(--green-800);
  font-family: "Sora", "Inter", Arial, sans-serif;
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 800;
  line-height: 1.25;
}

.hero-kicker + .hero-sub { margin-top: 14px; }

.city-journey { width: min(500px, 41vw); }

.city-map {
  height: 402px;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(0, 61, 37, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(0, 61, 37, 0.05) 1px, transparent 1px),
    #f2fbf3;
  background-size: 36px 36px;
}

.city-block { border-radius: 8px; background: #dcefe0; }
.block-one { top: 34px; left: 34px; width: 103px; height: 90px; }
.block-two { top: 38px; right: 37px; width: 115px; height: 104px; }
.block-three { bottom: 30px; left: 37px; width: 120px; height: 95px; }
.block-four { right: 38px; bottom: 31px; width: 115px; height: 94px; }
.block-five { top: 171px; left: 174px; width: 96px; height: 63px; }

.city-road { background: #fff; box-shadow: inset 0 0 0 1px #dcebe0; }
.road-east { top: 177px; left: -10%; width: 120%; height: 46px; transform: rotate(-10deg); }
.road-south { top: -15%; left: 257px; width: 48px; height: 130%; transform: rotate(6deg); }
.road-cross { display: block; top: 286px; left: -6%; width: 113%; height: 38px; transform: rotate(8deg); }
.road-curve { display: none; }

.journey-route {
  position: absolute;
  z-index: 2;
  display: block;
  height: 0;
  border-top: 3px solid var(--green);
}

.route-one { top: 195px; left: 96px; width: 226px; }
.route-two { top: 195px; left: 321px; width: 66px; transform: rotate(90deg); transform-origin: left center; }

.map-stop small { font-size: 10px; }
.pickup-stop { top: 167px; left: 83px; }
.destination-stop { top: 253px; right: 80px; bottom: auto; }

.city-car { width: 31px; height: 16px; border-radius: 8px 10px 5px 5px; box-shadow: 0 7px 12px rgba(0, 61, 37, 0.2); }
.city-car::before { left: 8px; top: -6px; width: 15px; height: 8px; }
.city-car::after { left: 5px; right: 5px; bottom: -4px; }
.city-car i { inset: 3px 7px 4px; }

.car-route-a { top: 188px; left: 80px; animation: driverJourney 9s cubic-bezier(.35,.05,.25,1) infinite; }
.car-route-b { top: 275px; left: 409px; background: #376a55; animation: cityCommute 11s cubic-bezier(.35,.05,.25,1) infinite; }
.car-route-c { top: 102px; left: 270px; background: #376a55; animation: crossTown 10s cubic-bezier(.35,.05,.25,1) infinite; }

.journey-caption { margin-left: 0; padding: 13px 0 0; }
.journey-caption strong { font-size: 14px; }

@keyframes driverJourney {
  0%, 18% { transform: translate(0, 0); }
  42%, 55% { transform: translate(121px, 0); }
  78%, 88% { transform: translate(262px, 83px); }
  100% { transform: translate(0, 0); }
}

@keyframes cityCommute {
  0%, 13% { transform: translate(0, 0) rotate(8deg); }
  42%, 52% { transform: translate(-151px, -21px) rotate(8deg); }
  75% { transform: translate(-302px, -77px) rotate(-10deg); }
  100% { transform: translate(0, 0) rotate(8deg); }
}

@keyframes crossTown {
  0%, 18% { transform: translate(0, 0) rotate(96deg); }
  45%, 56% { transform: translate(11px, 97px) rotate(96deg); }
  78% { transform: translate(-110px, 157px) rotate(8deg); }
  100% { transform: translate(0, 0) rotate(96deg); }
}

@media (max-width: 980px) {
  .header-inner { display: flex; }
  .header-inner .brand, .header-inner > .btn { justify-self: auto; }
}

/* Wider composition and a quieter, premium green palette. */
.container { width: min(1340px, calc(100% - 48px)); }

.hero {
  background: linear-gradient(135deg, #f8fbf8 0%, #f1f7f2 100%);
}

.hero::before {
  width: 42vw;
  height: 42vw;
  min-width: 420px;
  min-height: 420px;
  right: -10vw;
  top: -11vw;
  background: rgba(0, 125, 48, 0.1);
}

.hero::after { background: linear-gradient(180deg, rgba(248, 251, 248, 0), #f8fbf8); }

@media (min-width: 981px) {
  .hero-content {
    margin-left: max(24px, calc((100vw - 1340px) / 2));
    margin-right: 0;
  }

  .city-journey { right: max(24px, calc((100vw - 1340px) / 2)); }
}

.section.white { background: #fbfdfb; }
.trust-strip, .section.green, .site-footer { background: #064831; }
.trust-inner { background: rgba(255, 255, 255, 0.12); }
.trust-item { background: #064831; }
.trust-item span { color: rgba(255, 255, 255, 0.72); }

.section.green { color: #fff; }
.green .eyebrow, .green .eyebrow.light { color: rgba(255, 255, 255, 0.72); }
.green .section-intro, .green .card p { color: rgba(255, 255, 255, 0.72); }
.green .card {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.green .card-icon { background: rgba(255, 255, 255, 0.98); color: var(--green); }
.section.green .signal { background: var(--green); box-shadow: 0 0 0 8px rgba(0, 230, 0, 0.14); }
.safety-main { background: rgba(255, 255, 255, 0.06); }
.cta .hero-sub, .cta .form-note { color: rgba(255, 255, 255, 0.74); }
.cta .form-note.is-success { color: var(--green); }

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

/* Contrast pass: slightly brighter emerald with explicit readable text. */
.trust-strip, .section.green, .site-footer { background: #0b5a3d; }
.trust-item { background: #0b5a3d; }
.trust-inner { background: rgba(255, 255, 255, 0.17); }
.trust-item strong { color: #ffffff; }
.trust-item span { color: rgba(255, 255, 255, 0.9); }

.section.green { color: #ffffff; }
.green .eyebrow, .green .eyebrow.light { color: #b9ffbf; }
.green .section-intro, .green .card p { color: rgba(255, 255, 255, 0.88); }
.green .card {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
}
.green .card h3, .green .safety-main h3, .green .safety-main p { color: #ffffff; }
.safety-main { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.2); }
.cta .hero-sub, .cta .form-note { color: rgba(255, 255, 255, 0.88); }

/* Rider section hierarchy and gentle feature motion. */
.trust-strip, .section.green, .site-footer { background: #126747; }
.trust-item { background: #126747; }
.green .card { background: rgba(255, 255, 255, 0.14); }

.cards .card-icon {
  animation: iconPulse 2.5s ease-in-out infinite;
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease);
}

.cards .card:nth-child(2) .card-icon { animation-delay: 0.5s; }
.cards .card:nth-child(3) .card-icon { animation-delay: 1s; }
.cards .card:nth-child(4) .card-icon { animation-delay: 1.5s; }
.cards .card:hover .card-icon { transform: translateY(-5px) scale(1.08); box-shadow: 0 12px 22px rgba(0, 61, 37, 0.2); }

@keyframes iconPulse {
  0%, 100% { transform: translateY(0) scale(1); box-shadow: 0 7px 18px rgba(0, 61, 37, 0.1); }
  45% { transform: translateY(-8px) scale(1.12); box-shadow: 0 15px 28px rgba(0, 230, 0, 0.26); }
  60% { transform: translateY(-4px) scale(1.06); }
}

@media (prefers-reduced-motion: reduce) {
  .cards .card-icon {
    animation: iconPulse 2.5s ease-in-out infinite !important;
    animation-duration: 2.5s !important;
    animation-iteration-count: infinite !important;
  }
}

/* Interactive Kwiq app preview */
.app-showcase {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(420px, 1fr);
  gap: clamp(44px, 7vw, 110px);
  align-items: center;
}

.app-copy { max-width: 590px; }
.app-benefits { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.app-benefits span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 12px; border: 1px solid #d7e7db; border-radius: 7px; color: var(--green-900); background: #fff; font-size: 13px; font-weight: 800; }
.app-benefits svg { width: 17px; height: 17px; color: var(--green-700); }

.app-device {
  width: min(420px, 100%);
  margin-left: auto;
  padding: 12px;
  border: 9px solid #092218;
  border-radius: 34px;
  background: #092218;
  box-shadow: 0 30px 80px rgba(0, 61, 37, .2);
}

.app-device-screen { overflow: hidden; border-radius: 23px; background: #f7fcf8; }
.app-device-bar { height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; background: #fff; border-bottom: 1px solid #e0ece2; }
.app-device-bar img { width: 76px; height: 34px; object-fit: contain; }
.app-device-bar button { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: var(--green-900); background: #eff8f1; cursor: pointer; }
.app-device-bar button:hover { background: #dff3e3; }
.app-device-bar button.is-active { color: #fff; background: var(--green-800); }
.app-device-bar svg { width: 17px; height: 17px; }

.app-destination-panel { position: relative; z-index: 6; padding: 11px 12px 3px; background: #fff; }
.location-field { width: 100%; display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; padding: 10px 11px; border: 1px solid #dce9df; border-radius: 8px; background: #fff; color: var(--ink); text-align: left; cursor: pointer; }
.location-field + .location-field { margin-top: 7px; }
.location-field:hover { border-color: #71bd85; background: #f8fff9; }
.location-field.is-active { border-color: var(--green-700); background: #effff2; box-shadow: 0 0 0 3px rgba(0,230,0,.1); }
.location-field span:nth-child(2) { min-width: 0; }
.location-field small, .location-field strong { display: block; }
.location-field small { color: #6a7e73; font-size: 10px; font-weight: 800; }
.location-field strong { margin-top: 2px; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.location-field svg { width: 16px; height: 16px; color: var(--green-700); }
.location-dot { width: 11px; height: 11px; border-radius: 50%; }
.pickup-dot { background: var(--green-900); }
.dropoff-dot { background: var(--green); box-shadow: 0 0 0 3px rgba(0,230,0,.13); }

.app-live-map { position: relative; height: 185px; overflow: hidden; background: linear-gradient(90deg, rgba(0,61,37,.055) 1px, transparent 1px), linear-gradient(rgba(0,61,37,.055) 1px, transparent 1px), #eaf6ec; background-size: 30px 30px; }
.app-street { position: absolute; display: block; background: #fff; box-shadow: inset 0 0 0 1px #d9e8dc; }
.app-street-one { left: -8%; top: 77px; width: 120%; height: 24px; transform: rotate(-12deg); }
.app-street-two { left: 55%; top: -15%; width: 25px; height: 135%; transform: rotate(7deg); }
.app-street-three { left: 6%; bottom: 26px; width: 94%; height: 21px; transform: rotate(8deg); }
.app-live-route { position: absolute; z-index: 2; left: 23%; top: 68px; width: 54%; height: 72px; border-right: 4px solid var(--green); border-bottom: 4px solid var(--green); border-radius: 0 0 32px 0; }
.app-map-pin { position: absolute; z-index: 4; width: 13px; height: 13px; border: 4px solid #fff; border-radius: 50%; box-shadow: 0 0 0 2px rgba(0,61,37,.12); }
.app-map-start { top: 62px; left: 20%; background: var(--green-900); }
.app-map-end { right: 20%; bottom: 33px; background: var(--green); }
.app-driver-car { position: absolute; z-index: 5; top: 76px; left: 31%; width: 30px; height: 16px; border-radius: 8px 10px 5px 5px; background: var(--green-900); box-shadow: 0 7px 13px rgba(0,61,37,.22); animation: appDriverMove 6s var(--ease) infinite; }
.app-driver-car::before { content: ""; position: absolute; left: 8px; top: -6px; width: 14px; height: 8px; border-radius: 6px 6px 0 0; background: #24654d; }
.app-device.is-requested .app-driver-car { animation-duration: 2.8s; }

.ride-selector { padding: 13px 12px 12px; background: #fff; }
.ride-selector-head { display: flex; align-items: center; justify-content: space-between; color: var(--green-900); font-size: 13px; }
.ride-selector-head span { color: var(--green-700); font-size: 11px; font-weight: 800; }
.ride-options { display: grid; gap: 7px; margin-top: 10px; }
.ride-choice { width: 100%; display: grid; grid-template-columns: 34px 1fr auto; gap: 9px; align-items: center; padding: 9px 10px; border: 1px solid #dce9df; border-radius: 8px; background: #fff; color: var(--ink); text-align: left; cursor: pointer; }
.ride-choice:hover { border-color: #7dc68e; }
.ride-choice.is-selected { border: 2px solid var(--green-700); padding: 8px 9px; background: #f1fff3; }
.ride-choice > svg { width: 26px; height: 26px; color: var(--green-800); }
.ride-choice span strong, .ride-choice span small { display: block; }
.ride-choice span strong { font-size: 13px; }
.ride-choice span small { margin-top: 2px; color: #708277; font-size: 10px; }
.ride-choice b { color: var(--green-900); font-size: 13px; }
.request-ride { width: 100%; min-height: 43px; margin-top: 10px; border: 0; border-radius: 8px; background: var(--green); color: var(--green-900); font-weight: 950; cursor: pointer; }
.request-ride:hover { background: #18f218; }
.request-ride.is-confirmed { background: var(--green-900); color: #fff; }
.app-status { min-height: 17px; margin: 8px 0 0; color: #64776c; font-size: 10px; font-weight: 700; text-align: center; }

.card-icon { appearance: none; border: 0; cursor: pointer; }
.card-icon:focus-visible { outline-color: #fff; }
.card.is-active { transform: translateY(-4px); border-color: rgba(0,230,0,.72); background: rgba(255,255,255,.2); box-shadow: 0 16px 36px rgba(0, 40, 24, .18); }
.card.is-active .card-icon { background: var(--green); color: var(--green-900); box-shadow: 0 0 0 7px rgba(0,230,0,.13); }

@keyframes appDriverMove {
  0%, 18% { transform: translate(0, 0); }
  50%, 62% { transform: translate(82px, 20px); }
  88%, 100% { transform: translate(154px, 60px); }
}

@media (max-width: 980px) {
  .app-showcase { grid-template-columns: 1fr; }
  .app-device { margin: 0; }
}

@media (max-width: 520px) {
  .app-device { width: 100%; padding: 8px; border-width: 6px; border-radius: 24px; }
  .app-device-screen { border-radius: 16px; }
}

/* Rebuilt in-app map journey */
.app-device-bar img { width: 72px; height: 30px; }

.app-live-map {
  height: 190px;
  background:
    linear-gradient(90deg, rgba(13, 97, 63, .055) 1px, transparent 1px),
    linear-gradient(rgba(13, 97, 63, .055) 1px, transparent 1px),
    #edf7ef;
  background-size: 28px 28px;
}

.app-street { background: #fff; box-shadow: inset 0 0 0 1px #d6e6d9, 0 2px 0 rgba(0,61,37,.025); }
.app-street-one { left: -8%; top: 126px; width: 118%; height: 30px; transform: rotate(0); }
.app-street-two { left: 74%; top: -12%; width: 30px; height: 130%; transform: rotate(0); }
.app-street-three { left: -5%; top: 47px; width: 112%; height: 24px; transform: rotate(-11deg); }

.app-live-route {
  left: 20%;
  top: 61px;
  width: 57%;
  height: 79px;
  border-right: 4px solid var(--green);
  border-bottom: 4px solid var(--green);
  border-radius: 0 0 18px 0;
}

.app-map-start { top: 132px; left: calc(20% - 6px); }
.app-map-end { top: 54px; right: calc(23% - 7px); bottom: auto; animation: destinationPulse 1.9s ease-in-out infinite; }

.app-driver-car {
  top: 122px;
  left: calc(20% - 17px);
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 2px solid var(--green-800);
  border-radius: 50%;
  background: #fff;
  color: var(--green-900);
  box-shadow: 0 7px 18px rgba(0,61,37,.22);
  animation: appRideJourney 8s cubic-bezier(.45,.05,.2,1) infinite;
}

.app-driver-car::before { display: none; }
.app-driver-car svg { width: 19px; height: 19px; stroke-width: 2.5; }
.app-device.is-requested .app-driver-car { animation: appRideJourney 4.8s cubic-bezier(.45,.05,.2,1) infinite; }

.app-map-label { position: absolute; z-index: 1; color: rgba(0,61,37,.42); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.label-dha { left: 13px; top: 18px; }
.label-clifton { right: 18px; bottom: 14px; }

@keyframes appRideJourney {
  0%, 17% { transform: translate(0, 0) rotate(90deg); }
  48%, 61% { transform: translate(216px, 0) rotate(90deg); }
  82%, 94% { transform: translate(216px, -79px) rotate(0deg); }
  100% { transform: translate(0, 0) rotate(90deg); }
}

@keyframes destinationPulse {
  50% { box-shadow: 0 0 0 7px rgba(0,230,0,.18); }
}

@media (max-width: 430px) {
  @keyframes appRideJourney {
    0%, 17% { transform: translate(0, 0) rotate(90deg); }
    48%, 61% { transform: translate(188px, 0) rotate(90deg); }
    82%, 94% { transform: translate(188px, -79px) rotate(0deg); }
    100% { transform: translate(0, 0) rotate(90deg); }
  }
}

/* Final interaction, phone hardware, and brighter brand pass. */
.trust-strip, .section.green, .site-footer { background: #177c56; }
.trust-item { background: #177c56; }
.green .card { background: rgba(255, 255, 255, 0.17); }
.safety-main { background: rgba(255, 255, 255, 0.14); }

.safety-heading { grid-template-columns: minmax(0, 760px); margin-bottom: 34px; }

.app-benefits button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid #d7e7db;
  border-radius: 7px;
  color: var(--green-900);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms var(--ease), border-color 180ms var(--ease), background 180ms var(--ease);
}

.app-benefits button:hover { transform: translateY(-3px); border-color: var(--green-700); }
.app-benefits button.is-active { color: #fff; border-color: var(--green-800); background: var(--green-800); }
.app-benefits button.is-active svg { color: var(--green); }

.app-device {
  position: relative;
  width: min(388px, 100%);
  padding: 11px;
  border: 0;
  border-radius: 48px;
  background: #071d14;
  box-shadow: 0 34px 86px rgba(0, 61, 37, .24), inset 0 0 0 1px rgba(255,255,255,.08);
}

.app-device::after {
  content: "";
  position: absolute;
  inset: 5px;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 43px;
}

.app-device-screen { position: relative; border-radius: 36px; }
.device-island { position: absolute; z-index: 30; top: 8px; left: 50%; width: 70px; height: 18px; transform: translateX(-50%); border-radius: 11px; background: #071d14; box-shadow: inset -13px 0 0 #102b20; }
.device-island::after { content: ""; position: absolute; right: 7px; top: 6px; width: 6px; height: 6px; border-radius: 50%; background: #21473a; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.hardware-button { position: absolute; z-index: -1; width: 4px; border-radius: 3px 0 0 3px; background: #0c2a1e; }
.hardware-volume { left: -4px; top: 118px; height: 72px; }
.hardware-power { right: -4px; top: 145px; height: 84px; border-radius: 0 3px 3px 0; }
.app-device-bar { height: 66px; padding: 20px 14px 8px; }
.app-device-bar img { width: 64px; height: 26px; }

.metric {
  appearance: none;
  width: 100%;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: transform 200ms var(--ease), background 200ms var(--ease), border-color 200ms var(--ease), box-shadow 200ms var(--ease);
}

.metric svg { width: 22px; height: 22px; color: var(--green-700); }
.metric:hover { transform: translateY(-5px); border-color: #82c594; box-shadow: 0 16px 32px rgba(0,61,37,.1); }
.metric.is-active { color: #fff; border-color: var(--green-800); background: var(--green-800); box-shadow: 0 16px 34px rgba(0,61,37,.18); }
.metric.is-active strong, .metric.is-active span { color: #fff; }
.metric.is-active svg { color: var(--green); animation: metricIcon 900ms ease-in-out infinite alternate; }

.site-footer { position: relative; overflow: hidden; }
.site-footer::before { content: ""; position: absolute; top: 0; left: -35%; width: 35%; height: 3px; background: var(--green); animation: footerSweep 5s linear infinite; }
.footer-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.social-links { display: flex; align-items: center; gap: 10px; }
.social-links a { display: inline-flex; align-items: center; gap: 7px; min-height: 38px; padding: 0 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; color: #fff; text-decoration: none; font-size: 13px; font-weight: 800; transition: transform 180ms var(--ease), background 180ms var(--ease); }
.social-links a:hover { transform: translateY(-3px); background: rgba(255,255,255,.12); }
.social-links svg { width: 17px; height: 17px; color: var(--green); animation: socialPulse 2.8s ease-in-out infinite; }
.social-links a:nth-child(2) svg { animation-delay: .7s; }

@keyframes footerSweep { to { left: 100%; } }
@keyframes socialPulse { 50% { transform: scale(1.2); filter: drop-shadow(0 0 5px rgba(0,230,0,.5)); } }
@keyframes metricIcon { to { transform: translateY(-3px) scale(1.08); } }

@media (max-width: 680px) {
  .footer-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .social-links { flex-wrap: wrap; }
}

/* Light mint sections with white surfaces for clear visual separation. */
.section.green {
  color: var(--green-900);
  background: #dff7e5;
}

.section.green h2, .section.green h3 { color: var(--green-900); }
.green .eyebrow, .green .eyebrow.light { color: var(--green-800); }
.green .section-intro, .green .card p { color: #4e6c5d; }
.green .card {
  color: var(--green-900);
  border-color: #c4e4cc;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(0, 85, 45, .08);
}

.green .card h3 { color: var(--green-900); }
.green .card-icon { background: #edfff1; color: var(--green-700); }
.green .card.is-active { border-color: var(--green-700); background: #f6fff7; }
.green .card.is-active .card-icon { color: var(--green-900); background: var(--green); }

.safety-main {
  border-color: #c4e4cc;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(0, 85, 45, .08);
}

.green .safety-main h3 { color: var(--green-900); }
.green .safety-main p { color: #4e6c5d; }

.cta .hero-sub, .cta .form-note { color: #4e6c5d; }
.cta .form-note.is-success { color: var(--green-800); }
.section.green .signal { background: var(--green-700); box-shadow: 0 0 0 8px rgba(0, 127, 49, .1); }

.trust-strip { color: #ffffff; background: #35a36d; }
.trust-item { background: #35a36d; }
.trust-item strong, .trust-item span { color: #ffffff; }
.trust-inner { background: rgba(255, 255, 255, .22); }

.site-footer {
  padding-top: 54px;
  background: #176b4b;
}

.site-footer::before { content: none; }
.footer-road { position: absolute; top: 0; left: 0; right: 0; height: 30px; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.2); background: rgba(0,61,37,.18); }
.footer-road::after { content: ""; position: absolute; top: 14px; left: 0; right: 0; height: 2px; background: repeating-linear-gradient(90deg, rgba(255,255,255,.42) 0 28px, transparent 28px 48px); }
.footer-vehicle { position: absolute; z-index: 2; top: 3px; left: -46px; width: 31px; height: 24px; display: grid; place-items: center; border-radius: 6px; color: var(--green-900); background: var(--green); box-shadow: 0 5px 12px rgba(0,30,18,.22); animation: footerDrive 11s linear infinite; }
.footer-vehicle svg { width: 17px; height: 17px; }

@keyframes footerDrive {
  0% { left: -46px; }
  42%, 50% { left: 46%; }
  100% { left: calc(100% + 20px); }
}

/* Brand-forward green with crisp white surfaces and an actual moving car. */
.section.green {
  color: var(--green-900);
  background: #73d98a;
}

.green .section-intro,
.green .card p,
.green .safety-main p,
.cta .hero-sub,
.cta .form-note {
  color: #244c37;
}

.green .card,
.safety-main {
  border-color: #4dbd69;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(0, 61, 37, .12);
}

.trust-strip,
.trust-item {
  color: #ffffff;
  background: #28aa5a;
}

.trust-inner { background: rgba(0, 61, 37, .16); }

.site-footer {
  padding-top: 70px;
  background: #13864b;
}

.footer-road {
  height: 48px;
  border-bottom-color: rgba(255, 255, 255, .28);
  background: #0b6d3c;
}

.footer-road::after {
  top: 27px;
  height: 2px;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .6) 0 34px, transparent 34px 56px);
}

.footer-vehicle {
  top: -3px;
  left: -120px;
  width: 96px;
  height: 48px;
  display: block;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  animation: footerCarDrive 12s linear infinite;
}

.footer-vehicle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1) brightness(1.55) contrast(1.08) drop-shadow(0 5px 5px rgba(0, 30, 18, .28));
}

.footer-vehicle::before,
.footer-vehicle::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 30px;
  width: 10px;
  height: 10px;
  border: 1px solid #111713;
  border-radius: 50%;
  background:
    radial-gradient(circle, #e8ece9 0 15%, #171d1a 17% 31%, transparent 33%),
    repeating-conic-gradient(from 0deg, #dfe3e0 0 8deg, #171d1a 8deg 27deg);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .28);
  animation: footerWheelRoll 12s linear infinite;
}

.footer-vehicle::before { left: 14px; }
.footer-vehicle::after { left: 72px; }

@keyframes footerCarDrive {
  0% { left: -120px; }
  42%, 50% { left: 46%; }
  100% { left: calc(100% + 20px); }
}

@keyframes footerWheelRoll {
  0% { transform: rotate(0deg); }
  42% { transform: rotate(2880deg); }
  50% { transform: rotate(2880deg); }
  100% { transform: rotate(6480deg); }
}

@media (prefers-reduced-motion: reduce) {
  .footer-vehicle { animation: none; left: 46%; }
  .footer-vehicle::before,
  .footer-vehicle::after { animation: none; }
}

/* Unified Kwiq green system: emerald bands, white surfaces, neon accents. */
.section.green {
  color: #ffffff;
  background: #12814a;
}

.section.green > .container > .section-head h2,
.section.green > .container > .safety-heading h2 {
  color: #ffffff;
}

.section.green > .container > .section-head .section-intro {
  color: #d9f2e3;
}

.green .card,
.green .safety-main {
  color: var(--green-900);
  border-color: #d2e8d9;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 47, 27, .18);
}

.green .card h3,
.green .safety-main h3 { color: var(--green-900); }

.green .card p,
.green .safety-main p { color: #49665a; }

.green .card-icon {
  color: var(--green-700);
  background: #edfaf1;
}

.trust-strip,
.trust-item {
  color: #ffffff;
  background: #0f7745;
}

.trust-inner { background: rgba(255, 255, 255, .12); }

.cta.section.green { background: #075c39; }

.cta.section.green h2 { color: #ffffff; }
.cta .eyebrow.light { color: #ccefd8; }
.cta .hero-sub,
.cta .form-note { color: #d6eee0; }
.cta .form-note.is-success { color: #baffc5; }
.cta.section.green .signal {
  background: var(--green);
  box-shadow: 0 0 0 8px rgba(0, 230, 0, .14);
}

.cta .brand-mark {
  width: 132px;
  height: 58px;
  margin-bottom: 26px;
  padding: 8px 13px;
  border: 1px solid rgba(0, 61, 37, .08);
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(0, 38, 23, .2);
}

.cta .brand-mark img {
  width: 104px;
  height: 42px;
}

.site-footer { background: #06452f; }
.footer-road { background: #043c29; }

/* Rotate exact crops of the sedan's own wheels for a seamless result. */
.footer-vehicle::before,
.footer-vehicle::after {
  top: 29px;
  width: 12px;
  height: 12px;
  border: 0;
  background-color: transparent;
  background-image: url("./assets/kwiq-footer-car-small.png");
  background-repeat: no-repeat;
  background-size: 96px 48px;
  box-shadow: none;
  filter: grayscale(1) brightness(1.55) contrast(1.08);
  transform-origin: center;
}

.footer-vehicle::before {
  left: 13.5px;
  background-position: -13.5px -29px;
}

.footer-vehicle::after {
  left: 71.5px;
  background-position: -71.5px -29px;
}

.footer-vehicle::before,
.footer-vehicle::after {
  content: none;
  display: none;
  animation: none;
}

/* Premium live-trip hero: one route, one driver, useful ride state. */
.city-journey {
  width: min(510px, 42vw);
}

.trip-preview {
  overflow: hidden;
  border: 1px solid #d7e4db;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 28px 65px rgba(0, 55, 32, .18);
}

.trip-preview-bar {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px 10px 16px;
  border-bottom: 1px solid #e0e9e3;
  background: #ffffff;
}

.trip-live-label {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--green-900);
}

.trip-live-label > span:last-child {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.trip-live-label strong {
  font-size: 14px;
  line-height: 1.1;
}

.trip-live-label small {
  color: #6a7d72;
  font-size: 10px;
  font-weight: 750;
}

.trip-live-dot {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(0, 230, 0, .12);
  animation: tripLivePulse 1.8s ease-in-out infinite;
}

.trip-map-control,
.trip-quick-actions button {
  display: grid;
  place-items: center;
  border: 1px solid #dbe7df;
  border-radius: 50%;
  color: var(--green-900);
  background: #f7faf8;
  cursor: pointer;
  transition: transform 180ms var(--ease), color 180ms var(--ease), background 180ms var(--ease), border-color 180ms var(--ease);
}

.trip-map-control {
  width: 36px;
  height: 36px;
}

.trip-map-control svg,
.trip-quick-actions button svg {
  width: 17px;
  height: 17px;
}

.trip-map-control:hover,
.trip-map-control:focus-visible,
.trip-quick-actions button:hover,
.trip-quick-actions button:focus-visible,
.trip-quick-actions button.is-active {
  border-color: var(--green-700);
  color: #ffffff;
  background: var(--green-800);
  transform: translateY(-2px);
}

.city-map.trip-map {
  position: relative;
  height: 300px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #edf3ee;
  box-shadow: none;
}

.trip-zone {
  position: absolute;
  z-index: 0;
  border: 1px solid #d5e1d8;
  border-radius: 4px;
  background: #dfe9e2;
}

.zone-one { top: 22px; left: 24px; width: 126px; height: 70px; }
.zone-two { top: 28px; right: 28px; width: 110px; height: 82px; }
.zone-three { bottom: 24px; left: 38px; width: 142px; height: 72px; }
.zone-four { right: 44px; bottom: 26px; width: 104px; height: 68px; }

.trip-street {
  position: absolute;
  z-index: 1;
  display: block;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px #dbe4de;
}

.street-main { top: 147px; left: -9%; width: 118%; height: 48px; transform: rotate(-9deg); }
.street-cross { top: -11%; left: 58%; width: 48px; height: 124%; transform: rotate(7deg); }
.street-link { left: -7%; bottom: 48px; width: 114%; height: 34px; transform: rotate(7deg); }
.street-local-one { top: 74px; left: 8%; width: 42%; height: 18px; transform: rotate(4deg); }
.street-local-two { top: 83px; right: 5%; width: 31%; height: 17px; transform: rotate(-16deg); }

.trip-map-label {
  position: absolute;
  z-index: 2;
  color: #7a9083;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.trip-map-label.label-dha { top: 34px; left: 38px; }
.trip-map-label.label-clifton { right: 37px; bottom: 40px; }

.trip-route {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.trip-route path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trip-route-shadow {
  stroke: #ffffff;
  stroke-width: 10;
  filter: drop-shadow(0 2px 2px rgba(0, 61, 37, .12));
}

.trip-route-progress {
  stroke: var(--green);
  stroke-width: 5;
  stroke-dasharray: 650;
  stroke-dashoffset: 650;
  animation: premiumRouteProgress 10s cubic-bezier(.45, 0, .18, 1) infinite;
}

.trip-stop {
  position: absolute;
  z-index: 6;
  display: grid;
  justify-items: center;
  gap: 6px;
  transform: translate(-50%, -50%);
}

.trip-stop b {
  width: 18px;
  height: 18px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 61, 37, .22), 0 5px 12px rgba(0, 61, 37, .14);
}

.trip-stop small {
  padding: 5px 8px;
  border: 1px solid #e2e9e4;
  border-radius: 5px;
  color: var(--green-900);
  background: #ffffff;
  box-shadow: 0 7px 16px rgba(0, 61, 37, .12);
  font-size: 9px;
  font-weight: 900;
}

.trip-pickup { left: 18%; top: 73%; }
.trip-pickup b { background: var(--green-900); }
.trip-destination { left: 83%; top: 24%; }
.trip-destination b { background: var(--green); }

.tracked-car {
  position: absolute;
  z-index: 7;
  left: 18%;
  top: 73%;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  background: var(--green-900);
  box-shadow: 0 8px 18px rgba(0, 45, 26, .28);
  transform: translate(-50%, -50%);
  animation: premiumDriverMove 10s cubic-bezier(.45, 0, .18, 1) infinite;
}

.tracked-car::before {
  content: "";
  position: absolute;
  inset: -7px;
  z-index: -1;
  border: 2px solid rgba(0, 230, 0, .28);
  border-radius: 50%;
  animation: trackedCarHalo 1.8s ease-out infinite;
}

.tracked-car svg { width: 18px; height: 18px; }

.trip-sheet {
  padding: 15px 16px 14px;
  border-top: 1px solid #e0e9e3;
  background: #ffffff;
}

.trip-sheet-head,
.trip-driver-row,
.trip-quick-actions {
  display: flex;
  align-items: center;
}

.trip-sheet-head {
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6ece8;
}

.trip-sheet-head > div { display: flex; align-items: baseline; gap: 8px; }
.trip-sheet-head small { color: #65796d; font-size: 11px; font-weight: 750; }
.trip-sheet-head strong { color: var(--green-900); font-family: "Sora", "Inter", Arial, sans-serif; font-size: 24px; }
.trip-sheet-head > span { color: var(--green-700); font-size: 11px; font-weight: 850; }

.trip-driver-row {
  gap: 10px;
  padding: 12px 0;
}

.trip-driver-avatar {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--green-900);
  background: #e7f4eb;
}

.trip-driver-avatar svg { width: 19px; height: 19px; }
.trip-driver-copy { min-width: 0; display: grid; gap: 3px; }
.trip-driver-copy strong { color: var(--green-900); font-size: 13px; }
.trip-driver-copy small { color: #687b70; font-size: 10px; font-weight: 700; }
.trip-plate { margin-left: auto; padding: 5px 7px; border-radius: 4px; color: var(--green-900); background: #f0f5f2; font-size: 10px; font-weight: 900; }

.trip-quick-actions {
  gap: 8px;
}

.trip-quick-actions button {
  width: 34px;
  height: 34px;
}

.trip-quick-actions > span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  color: var(--green-700);
  font-size: 10px;
  font-weight: 850;
}

.trip-quick-actions > span svg { width: 15px; height: 15px; }
.trip-preview.is-recentering .trip-map { animation: tripMapRecenter 700ms var(--ease); }

@keyframes premiumDriverMove {
  0%, 10% { left: 18%; top: 73%; transform: translate(-50%, -50%) rotate(-6deg); }
  31% { left: 43%; top: 69%; transform: translate(-50%, -50%) rotate(-12deg); }
  52% { left: 58%; top: 61%; transform: translate(-50%, -50%) rotate(-30deg); }
  72% { left: 68%; top: 36%; transform: translate(-50%, -50%) rotate(-62deg); }
  88%, 96% { left: 83%; top: 24%; transform: translate(-50%, -50%) rotate(-30deg); }
  97% { opacity: 0; }
  100% { left: 18%; top: 73%; opacity: 0; }
}

@keyframes premiumRouteProgress {
  0%, 8% { stroke-dashoffset: 650; }
  88%, 96% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: 650; }
}

@keyframes trackedCarHalo {
  0% { opacity: .8; transform: scale(.78); }
  100% { opacity: 0; transform: scale(1.25); }
}

@keyframes tripLivePulse {
  50% { box-shadow: 0 0 0 8px rgba(0, 230, 0, .05); }
}

@keyframes tripMapRecenter {
  0%, 100% { transform: scale(1); }
  48% { transform: scale(.985); }
}

@media (max-width: 1120px) {
  .trip-sheet-head strong { font-size: 21px; }
  .trip-driver-copy small { max-width: 160px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}

@media (max-width: 980px) {
  .hero {
    min-height: 0;
    padding-bottom: 42px;
  }

  .city-journey {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    width: min(510px, calc(100% - 28px));
    margin: 0 auto;
    transform: none;
  }
}

@media (max-width: 520px) {
  .city-map.trip-map { height: 260px; }
  .trip-sheet { padding-inline: 13px; }
  .trip-driver-copy small { max-width: 142px; }
  .trip-quick-actions > span { font-size: 9px; }
}

/* Keep the live vehicle solid and give both hero columns guaranteed space. */
.tracked-car { opacity: 1; }

@keyframes premiumDriverMove {
  0%, 10% { left: 18%; top: 73%; opacity: 1; transform: translate(-50%, -50%) rotate(-6deg); }
  31% { left: 43%; top: 69%; opacity: 1; transform: translate(-50%, -50%) rotate(-12deg); }
  52% { left: 58%; top: 61%; opacity: 1; transform: translate(-50%, -50%) rotate(-30deg); }
  72% { left: 68%; top: 36%; opacity: 1; transform: translate(-50%, -50%) rotate(-62deg); }
  88%, 99.9% { left: 83%; top: 24%; opacity: 1; transform: translate(-50%, -50%) rotate(-30deg); }
  100% { left: 18%; top: 73%; opacity: 1; transform: translate(-50%, -50%) rotate(-6deg); }
}

@media (min-width: 1181px) {
  .hero {
    display: grid;
    grid-template-columns: minmax(0, 620px) minmax(440px, 510px);
    justify-content: center;
    align-items: center;
    gap: clamp(36px, 4vw, 64px);
    padding-inline: 24px;
  }

  .hero-content {
    width: 100%;
    margin: 0;
  }

  .city-journey {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    transform: none;
  }
}

@media (max-width: 1180px) {
  .hero {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 42px;
  }

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

  .city-journey {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    width: min(510px, calc(100% - 28px));
    margin: 0 auto;
    transform: none;
  }
}

/* Shared top-down sedan marker for both live maps. */
.tracked-car,
.app-driver-car {
  border-color: #ffffff;
  color: var(--green-900);
  background: #ffffff;
  box-shadow: 0 7px 18px rgba(0, 45, 26, .24), 0 0 0 1px rgba(0, 61, 37, .16);
}

.vehicle-glyph {
  position: relative;
  width: 13px;
  height: 22px;
  display: block;
  border: 1px solid #002f1c;
  border-radius: 5px 5px 4px 4px;
  background: var(--green-900);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
}

.vehicle-glyph::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  width: 7px;
  height: 5px;
  border-radius: 2px 2px 1px 1px;
  background: #b8d8c4;
  box-shadow: 0 10px 0 #8fb8a0;
}

.vehicle-glyph::after {
  content: "";
  position: absolute;
  top: 4px;
  left: -3px;
  width: 3px;
  height: 5px;
  border-radius: 2px 0 0 2px;
  background: #0a1710;
  box-shadow: 15px 0 0 #0a1710, 0 9px 0 #0a1710, 15px 9px 0 #0a1710;
}

.vehicle-glyph i {
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 1px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--green) 0 30%, transparent 30% 70%, var(--green) 70% 100%);
}

.tracked-car { width: 38px; height: 38px; }
.app-driver-car { width: 36px; height: 36px; }

/* Final vehicle marker uses a rendered top-down car, not a drawn glyph. */
.tracked-car,
.app-driver-car {
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.tracked-car { width: 42px; height: 42px; }
.app-driver-car { width: 38px; height: 38px; }

.map-car-icon {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  filter: drop-shadow(0 6px 8px rgba(0, 45, 26, .22));
}

/* Animated vector car marker used consistently across both maps. */
.tracked-car,
.app-driver-car {
  overflow: visible;
  border: 2px solid #ffffff;
  color: #ffffff;
  background: var(--green-900);
  box-shadow: 0 8px 18px rgba(0, 45, 26, .26), 0 0 0 1px rgba(0, 61, 37, .12);
}

.tracked-car { width: 38px; height: 38px; }
.app-driver-car { width: 36px; height: 36px; }

.animated-car-icon {
  width: 21px;
  height: 21px;
  stroke-width: 2.35;
  transform-origin: center;
  animation: animatedCarSuspension 620ms ease-in-out infinite;
}

@keyframes animatedCarSuspension {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-1.5px) rotate(2deg); }
}

/* Filled overhead ride marker; route motion supplies the animation. */
.tracked-car,
.app-driver-car {
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.tracked-car { width: 38px; height: 38px; }
.app-driver-car { width: 36px; height: 36px; }

.ride-car-marker {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  filter: drop-shadow(0 6px 8px rgba(0, 35, 20, .24));
}

/* Bare vehicle only: no marker badge or halo. */
.tracked-car,
.app-driver-car {
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.tracked-car::before { content: none; display: none; animation: none; }

.ride-car-marker {
  border-radius: 0;
  object-fit: contain;
  filter: drop-shadow(0 4px 4px rgba(0, 35, 20, .25));
}

/* Polished white vehicle cutout, sized as a map object rather than a pin. */
.tracked-car {
  width: 30px;
  height: 44px;
}

.app-driver-car {
  top: 118px;
  left: calc(20% - 14px);
  width: 28px;
  height: 42px;
}

.ride-car-marker {
  filter: drop-shadow(0 3px 3px rgba(0, 35, 20, .28));
}

/* Smaller vehicles aligned and oriented to their route geometry. */
.tracked-car {
  width: 22px;
  height: 34px;
}

.app-driver-car {
  top: 123px;
  left: calc(20% - 11px);
  width: 22px;
  height: 34px;
}

@keyframes premiumDriverMove {
  0%, 10% { left: 18%; top: 73%; opacity: 1; transform: translate(-50%, -50%) rotate(90deg); }
  31% { left: 43%; top: 69%; opacity: 1; transform: translate(-50%, -50%) rotate(82deg); }
  52% { left: 58%; top: 61%; opacity: 1; transform: translate(-50%, -50%) rotate(69deg); }
  72% { left: 69%; top: 46%; opacity: 1; transform: translate(-50%, -50%) rotate(36deg); }
  88%, 99.9% { left: 83%; top: 24%; opacity: 1; transform: translate(-50%, -50%) rotate(70deg); }
  100% { left: 18%; top: 73%; opacity: 1; transform: translate(-50%, -50%) rotate(90deg); }
}
