/* Kose launch site — design tokens from Premium Redesign */
:root {
  --ink:      #0B0F0D;   /* deep near-black */
  --ink-2:    #12171A;
  --ink-3:    #1A2024;
  --line:     #242B2F;
  --line-2:   #2F363A;
  --emerald:  #0FA958;   /* Kose green (matches logo triangle) */
  --emerald-2:#10B981;   /* lighter emerald for hover */
  --emerald-ink: #042B1A;/* deep emerald */
  --gold:     #C9A55A;   /* reserved for premium */
  --cream:    #F6F2EA;
  --paper:    #FAFAF7;
  --muted:    #8A9097;
  --muted-2:  #B6BCC1;
  --ok:       #10B981;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  background: var(--ink);
  color: #F4F5F3;
  font-family: "Inter Tight", system-ui, -apple-system, Segoe UI, sans-serif;
  font-feature-settings: "ss01","cv11";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 900px) {
  .container { padding: 0 40px; }
}

.eyebrow {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}
.serif {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.005em;
  transition: transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  background: var(--emerald);
  color: #fff;
}
.btn-primary:hover { background: var(--emerald-2); }
.btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid var(--line-2);
}
.btn-ghost:hover { border-color: #fff; }
.btn-light {
  background: #fff;
  color: var(--ink);
}
.btn-light:hover { background: var(--cream); }
.btn-dark {
  background: var(--ink);
  color: #fff;
}
.btn-dark:hover { background: var(--ink-2); }

/* Hero CTAs — both buttons share the dark "ghost" treatment with bordered edge.
   Rider gets a green border (brand action). Driver gets a white border (secondary). */
.btn-app { gap: 12px; padding-left: 16px; }
.btn-app-icons {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  color: #fff;
}
.btn-app-icons svg { display: block; }
.btn-app-label { white-space: nowrap; }

/* Rider CTA (was emerald-bg) — now dark with a green border */
.btn-app.btn-primary {
  background: var(--ink-2);
  color: #fff;
  border: 1px solid var(--emerald-2);
}
.btn-app.btn-primary:hover {
  background: #1A2024;
  border-color: #34D186;
  box-shadow: 0 0 0 4px rgba(15,169,88,0.18);
}

/* Driver CTA — dark with white border */
.btn-app.btn-dark {
  background: var(--ink-2);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.45);
}
.btn-app.btn-dark:hover {
  background: #1A2024;
  border-color: #fff;
}

/* Store badges */
.stores { display: inline-flex; gap: 10px; flex-wrap: wrap; }
.store-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px 10px 14px;
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  min-height: 52px;
  transition: transform .15s ease, background .2s ease;
}
.store-btn:hover { background: var(--cream); transform: translateY(-1px); }
.store-btn.dark { background: var(--ink-2); color: #fff; border: 1px solid var(--line); }
.store-btn.dark:hover { background: var(--ink-3); }
.store-btn .store-icon { width: 26px; height: 26px; flex-shrink: 0; }
.store-btn .store-label { font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.6; line-height: 1; }
.store-btn .store-name { font-size: 16px; font-weight: 600; line-height: 1.1; margin-top: 2px; }

/* Section rhythm */
.section { padding: 88px 0; }
.section-tight { padding: 48px 0; }
@media (min-width: 900px) { .section { padding: 128px 0; } }

.section-header { max-width: 820px; margin-bottom: 48px; }
.section-header h2 {
  font-size: clamp(34px, 5.2vw, 64px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin: 12px 0 0;
  text-wrap: balance;
}
.section-header p {
  margin-top: 20px;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.5;
  color: var(--muted-2);
  max-width: 620px;
}

/* ====== NAV ====== */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #ffffff;
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.nav.nav-scrolled {
  border-bottom-color: rgba(11,15,13,0.06);
  box-shadow: 0 1px 0 rgba(11,15,13,0.04);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 58px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: opacity .15s ease;
}
.nav-logo:hover { opacity: 0.9; }
.nav-logo .wordmark { height: 48px; width: auto; }

.nav-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-cta-primary {
  padding: 10px 18px;
  font-size: 14px;
}
@media (max-width: 520px) {
  .nav-cta-primary { display: none; } /* tiny screens — hamburger only */
}

.nav-menu-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 11px 7px 9px;
  border-radius: 999px;
  border: 1px solid rgba(11,15,13,0.14);
  background: transparent;
  color: var(--ink);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}
.nav-menu-btn svg { width: 18px; height: 18px; }
.nav-menu-btn:hover {
  background: rgba(11,15,13,0.04);
  border-color: rgba(11,15,13,0.28);
}
.nav-menu-btn.is-open {
  background: rgba(15,169,88,0.12);
  border-color: rgba(15,169,88,0.45);
  color: var(--emerald);
}
.nav-menu-btn .nav-menu-label { display: none; }
@media (min-width: 600px) {
  .nav-menu-btn .nav-menu-label { display: inline; }
}

/* ====== NAV DRAWER ====== */
.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  z-index: 55;
  transition: opacity .35s ease;
}
.nav-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.nav-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 312px;
  background: #000;
  border-left: 1px solid rgba(255,255,255,0.06);
  z-index: 60;
  transform: translateX(100%);
  transition: transform .42s cubic-bezier(.2,.8,.2,1);
  box-shadow: -32px 0 64px -24px rgba(0,0,0,0.6);
}
.nav-drawer.open { transform: translateX(0); }

.nav-drawer-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 22px 26px;
}
@media (min-width: 760px) {
  .nav-drawer-inner { padding: 22px 26px 30px; }
}

.nav-drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 12px;
}
.nav-drawer-close {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  transition: background .15s ease, border-color .15s ease;
}
.nav-drawer-close:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.28);
}

.nav-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 12px 0 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.nav-drawer-section {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nav-drawer-eyebrow {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  margin-bottom: 4px;
  padding-left: 2px;
}
.nav-drawer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.nav-drawer-section li {
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.nav-drawer-section li:last-child { border-bottom: 0; }
.nav-drawer-section a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 4px;
  font-family: "Inter Tight", system-ui, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.015em;
  color: #fff;
  transition: color .15s ease, padding-left .25s cubic-bezier(.2,.8,.2,1);
}
.nav-drawer-section a:hover {
  color: var(--emerald-2);
  padding-left: 12px;
}
.nav-drawer-section a svg {
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity .2s ease, transform .25s cubic-bezier(.2,.8,.2,1);
  color: var(--emerald-2);
}
.nav-drawer-section a:hover svg {
  opacity: 1;
  transform: translateX(0);
}

.nav-drawer-foot {
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.nav-drawer-ctas {
  display: flex;
  flex-direction: column !important;
  gap: 10px;
  width: 100%;
}
.nav-drawer-ctas .btn,
.nav-drawer-ctas .btn-app {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  font-size: 14px;
  min-width: 0;
}
.nav-drawer-ctas .btn-app .btn-app-label {
  flex: 1;
  text-align: left;
  margin-left: 4px;
}

/* Social row — sits below the app CTAs in the drawer footer */
.nav-drawer-socials {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.nav-drawer-socials a {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.65);
  transition: color .15s ease, border-color .15s ease, background .15s ease;
}
.nav-drawer-socials a:hover {
  color: #fff;
  border-color: rgba(255,255,255,0.42);
  background: rgba(255,255,255,0.04);
}
.nav-drawer-ctas .btn-ghost:hover { border-color: rgba(255,255,255,0.45); }

@media (min-width: 760px) {
  /* Desktop drawer: keep links readable (not hero-display-size) and CTAs stacked
     so the rider/driver app buttons always fit inside the 520px max drawer. */
  .nav-drawer-section a { font-size: 19px; padding: 16px 4px; }
}

/* ====== HERO ====== */
.hero {
  position: relative;
  padding: 48px 0 0;     /* no bottom padding — marquee is the closing beat */
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
@media (min-width: 900px) {
  /* Full viewport height (minus the 68px sticky header) on desktop.
     Container vertically centres the text+countdown; marquee sits at the bottom. */
  .hero {
    padding: 0;
    min-height: calc(100vh - 68px);
    display: flex;
    flex-direction: column;
  }
  .hero > .container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 64px;
    padding-bottom: 32px;
  }
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: end;
}
@media (min-width: 1000px) {
  .hero-grid { grid-template-columns: 1.15fr 1fr; gap: 64px; align-items: center; }
}

.hero h1 {
  font-size: clamp(52px, 10vw, 128px);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.045em;
  margin: 24px 0 0;
  text-wrap: balance;
}
.hero h1 .accent {
  color: var(--emerald);
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.hero-tagline {
  margin-top: 28px;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.5;
  color: var(--muted-2);
  max-width: 520px;
}
.hero-ctas {
  margin-top: 36px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
/* Three highlight tabs sitting under the CTAs in the left column */
.hero-proof {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  color: var(--muted-2);
  font-size: 13.5px;
  line-height: 1.4;
  max-width: 580px;
}
@media (min-width: 520px) {
  .hero-proof { grid-template-columns: repeat(3, 1fr); gap: 24px; }
}
.hero-proof > div { padding: 4px 0; }
.hero-proof strong {
  color: #fff;
  font-weight: 600;
  display: block;
  font-size: 17px;
  letter-spacing: -0.015em;
  margin-bottom: 4px;
}
/* Right-column countdown — replaces the previous SVG map+ride visual */
.hero-side {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-countdown {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 32px 32px 28px;
  background: linear-gradient(180deg, rgba(15,169,88,0.10), rgba(15,169,88,0.02));
  border: 1px solid rgba(15,169,88,0.22);
  border-radius: 24px;
  width: 100%;
  max-width: 520px;
  box-shadow: 0 40px 80px -30px rgba(0,0,0,0.6),
              0 0 0 1px rgba(255,255,255,0.02) inset;
}
.countdown-eyebrow {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--emerald-2);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.countdown-eyebrow .dot {
  width: 8px; height: 8px; border-radius: 999px;
  background: var(--emerald-2);
  box-shadow: 0 0 0 4px rgba(15,169,88,0.2);
  animation: countdown-pulse 2.4s ease-in-out infinite;
}
@keyframes countdown-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(15,169,88,0.35); }
  50%      { box-shadow: 0 0 0 8px rgba(15,169,88,0); }
}
.countdown-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.countdown-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 6px 14px;
  background: rgba(11,15,13,0.55);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 14px;
}
.countdown-num {
  font-family: "Inter Tight", sans-serif;
  font-variant-numeric: tabular-nums;
  font-size: clamp(36px, 6vw, 56px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #fff;
}
.countdown-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 10px;
}
.countdown-target {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 19px;
  color: rgba(255,255,255,0.82);
  letter-spacing: -0.005em;
}
.countdown-headline {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.015em;
  color: #fff;
}
.countdown-link, .countdown-cta {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--emerald-2);
  font-weight: 600;
  font-size: 14px;
}
.countdown-cta {
  margin-top: 4px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(15,169,88,0.4);
}
.countdown-cta:hover { color: #fff; border-bottom-color: #fff; }
.hero-countdown.is-live {
  background: linear-gradient(180deg, rgba(15,169,88,0.18), rgba(15,169,88,0.04));
}

/* Edge-to-edge hero photo strip — sits under the Why Kose section, bridges white → cream */
.hero-photo {
  margin: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: var(--ink-2);
}
.hero-photo img {
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: cover;
  display: block;
}
@media (min-width: 760px) {
  .hero-photo img { max-height: 640px; }
}

/* Hero visual — map card with ride thread */
.hero-visual {
  position: relative;
  aspect-ratio: 5/6;
  max-width: 560px;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(160deg, #13181B 0%, #0B0F0D 100%);
  border: 1px solid var(--line);
  box-shadow: 0 40px 80px -30px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.02) inset;
}
@media (min-width: 1000px) { .hero-visual { max-width: none; aspect-ratio: 4/5; } }

.hero-map { position: absolute; inset: 0; }
.hero-map svg { width: 100%; height: 100%; }

.hero-card {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(11,15,13,0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hero-card .row { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.hero-card .driver { display: flex; align-items: center; gap: 12px; }
.hero-card .avatar {
  width: 40px; height: 40px; border-radius: 999px;
  background: var(--emerald); color: #fff;
  display: grid; place-items: center;
  font-weight: 700; font-size: 15px;
}
.hero-card .meta { font-size: 13px; line-height: 1.3; }
.hero-card .meta .name { font-weight: 600; font-size: 15px; }
.hero-card .meta .sub { color: var(--muted-2); }
.hero-card .pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 10px; border-radius: 999px;
  background: rgba(15,169,88,0.18); color: #6EE7B7;
  font-size: 12px; font-weight: 600;
}
.hero-card .pill .dot { width: 6px; height: 6px; border-radius: 999px; background: #10B981; box-shadow: 0 0 0 3px rgba(16,185,129,0.25); }
.hero-card .fare-row { display: flex; justify-content: space-between; align-items: baseline; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.08); }
.hero-card .fare-label { color: var(--muted-2); font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; }
.hero-card .fare { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; }
.hero-card .fare .sub { color: var(--muted); font-size: 12px; font-weight: 500; margin-left: 6px; }

.hero-badge {
  position: absolute; top: 20px; left: 20px;
  background: rgba(11,15,13,0.7);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
  border-radius: 999px;
  padding: 8px 14px 8px 10px;
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 500;
  color: #F4F5F3;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 999px; background: var(--emerald); box-shadow: 0 0 0 4px rgba(15,169,88,0.2); animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(15,169,88,0.2); }
  50% { box-shadow: 0 0 0 8px rgba(15,169,88,0.05); }
}

/* Marquee cities under hero */
.marquee {
  padding: 22px 0;
  border-top: 1px solid var(--line);
  overflow: hidden;
  white-space: nowrap;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
}
.marquee-track {
  display: inline-flex; gap: 56px;
  animation: marquee 60s linear infinite;
  font-size: 22px; font-weight: 500; letter-spacing: -0.02em;
}
.marquee-track > span { display: inline-flex; align-items: center; gap: 56px; }
/* Live now (Harare suburbs) — bright white */
.marquee-track .m-live { color: #FFFFFF; }
.marquee-track .m-live > .dot { background: var(--emerald); }
/* Coming soon (other ZW + launch-country cities) — muted grey */
.marquee-track .m-soon { color: rgba(255,255,255,0.32); font-weight: 400; }
.marquee-track .m-soon > .dot { background: rgba(255,255,255,0.22); }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ====== WHY KOSE (white bg, headline + 3 cols) ====== */
.why {
  background: #ffffff;
  color: var(--ink);
  padding: 96px 0;
}
@media (min-width: 760px) {
  .why { padding: 120px 0; }
}
.why-head {
  max-width: 720px;
  margin-bottom: 56px;
}
.why-head .eyebrow {
  color: #6B6963;
}
.why-head h2 {
  font-size: clamp(40px, 5.6vw, 72px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1;
  margin: 18px 0 0;
  color: var(--ink);
  text-wrap: balance;
}
.why-head h2 .serif {
  display: inline;
  color: var(--emerald);
}
.why-head p {
  font-size: clamp(18px, 1.6vw, 22px);
  color: #4A4945;
  line-height: 1.45;
  margin: 18px 0 0;
  max-width: 56ch;
}
.why-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  border-top: 1px solid rgba(11,15,13,0.08);
  padding-top: 48px;
}
@media (min-width: 760px) {
  .why-cols { grid-template-columns: repeat(3, 1fr); gap: 48px; padding-top: 56px; }
}
.why-col h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin: 0 0 14px;
  color: var(--ink);
}
.why-col p {
  font-size: 16px;
  line-height: 1.55;
  color: #4A4945;
  margin: 0;
  max-width: 38ch;
}

/* ====== SERVICES ====== */
.services {
  background: var(--cream);
  color: var(--ink);
  border-radius: 0;
  overflow: hidden;
  padding: 96px 0;
}
@media (min-width: 900px) { .services { padding: 144px 0; } }

/* ---- Header (matches Why Kose pattern) ---- */
.services-head {
  max-width: 720px;
  margin-bottom: 48px;
}
.services-head .eyebrow {
  color: #6B6963;
}
.services-head h2 {
  font-size: clamp(40px, 5.6vw, 72px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1;
  margin: 18px 0 0;
  color: var(--ink);
  text-wrap: balance;
}
.services-head h2 .serif {
  display: inline;
  color: var(--emerald);
}
.services-head p {
  font-size: clamp(18px, 1.6vw, 22px);
  color: #4A4945;
  line-height: 1.45;
  margin: 18px 0 0;
  max-width: 56ch;
}

/* ---- TOC + arrows row ---- */
.services-toc-row {
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(11,15,13,0.10);
  border-bottom: 1px solid rgba(11,15,13,0.10);
  margin: 32px 0 36px;
}
.services-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 16px;
  margin-left: auto;
  border-left: 1px solid rgba(11,15,13,0.08);
  flex-shrink: 0;
}
.services-counter {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(11,15,13,0.45);
  white-space: nowrap;
  margin-right: 4px;
  font-variant-numeric: tabular-nums;
}
.services-counter strong { color: var(--ink); font-weight: 600; }
.svc-arrow {
  width: 40px; height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(11,15,13,0.18);
  background: transparent;
  display: grid; place-items: center;
  color: var(--ink);
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}
.svc-arrow:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.svc-arrow:disabled { opacity: 0.32; cursor: default; background: transparent; color: var(--ink); border-color: rgba(11,15,13,0.18); }
.svc-arrow {
  width: 44px; height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(11,15,13,0.18);
  background: transparent;
  display: grid; place-items: center;
  color: var(--ink);
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}
.svc-arrow:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.svc-arrow:disabled { opacity: 0.32; cursor: default; background: transparent; color: var(--ink); border-color: rgba(11,15,13,0.18); }

/* ---- TOC (clickable horizontal nav, sits inside .services-toc-row) ---- */
.services-toc-wrap {
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.services-toc-wrap::-webkit-scrollbar { display: none; }
.services-toc {
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 16px 0;
  gap: 36px;
  white-space: nowrap;
}
.services-toc button {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  background: none;
  border: 0;
  padding: 6px 0;
  cursor: pointer;
  color: rgba(11,15,13,0.32);
  transition: color .2s ease;
}
.services-toc .toc-name {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: clamp(20px, 2.2vw, 28px);
  letter-spacing: -0.005em;
  font-weight: 400;
}
.services-toc .toc-n {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: rgba(11,15,13,0.36);
  text-transform: uppercase;
}
.services-toc li.active button { color: var(--ink); }
.services-toc li.active .toc-n { color: var(--ink); }
.services-toc button:hover { color: var(--ink); }

/* ---- Carousel ---- */
.services-carousel { position: relative; }
.services-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 0;
  padding-bottom: 12px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.services-track::-webkit-scrollbar { display: none; }
.services-track > .service-card {
  flex: 0 0 auto;
  width: 86vw;
  max-width: 380px;
  scroll-snap-align: start;
  scroll-margin-left: 0;
}
@media (min-width: 720px) {
  .services-track > .service-card { width: 360px; max-width: 360px; }
}
@media (min-width: 1060px) {
  .services-track > .service-card { width: 400px; max-width: 400px; }
}

/* ---- Service card (compact, vertical layout) ---- */
.service-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  text-decoration: none;
  isolation: isolate;
  transition: transform .25s ease, box-shadow .25s ease;
  background: #fff;
  border: 1px solid rgba(11,15,13,0.08);
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 28px 56px -24px rgba(11,15,13,0.22); }
@media (min-width: 1060px) {
  .service-card { min-height: 520px; padding: 28px; }
}

.service-card-head {
  display: flex; flex-direction: column; gap: 16px;
  position: relative; z-index: 2;
}
.service-card-num {
  font-family: "Inter Tight", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: rgba(11,15,13,0.35);
}
.service-card-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--emerald);
}
.service-card-mid {
  flex: 1;
  display: flex; flex-direction: column; justify-content: flex-end;
  gap: 14px;
  margin-top: 32px;
  position: relative; z-index: 2;
}
.service-card-title {
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 600;
  letter-spacing: -0.028em;
  line-height: 1.02;
  margin: 0;
  color: var(--ink);
}
.service-card-title .serif {
  display: block;
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.service-card-body {
  font-size: 14.5px;
  line-height: 1.5;
  color: #4A4945;
  margin: 0;
  max-width: 36ch;
}
.service-card-chips {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin-top: auto;
  padding-top: 14px;
}
.service-card-chips span {
  font-size: 12px;
  font-weight: 500;
  padding: 6px 11px;
  border-radius: 999px;
  border: 1px solid rgba(11,15,13,0.16);
  color: var(--ink);
}
.service-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
  position: relative; z-index: 2;
}
.service-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--ink);
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}
.service-card:hover .service-card-cta svg { transform: translateX(3px); }
.service-card-cta svg { transition: transform .2s ease; }

/* Variants ---- */
/* Photo card */
.service-card.svc-photo {
  background-size: cover;
  background-position: center;
  color: #fff;
  border-color: transparent;
}
.service-card.svc-photo .service-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(11,15,13,0.0) 0%,
    rgba(11,15,13,0.10) 35%,
    rgba(11,15,13,0.55) 75%,
    rgba(11,15,13,0.88) 100%);
  z-index: 1;
}
.service-card.svc-photo.photo-card-tinted .service-card-overlay {
  background: linear-gradient(180deg,
    rgba(11,15,13,0.20) 0%,
    rgba(11,15,13,0.35) 40%,
    rgba(11,15,13,0.70) 80%,
    rgba(11,15,13,0.92) 100%);
}
.service-card.svc-photo .service-card-num,
.service-card.svc-photo .service-card-tag,
.service-card.svc-photo .service-card-title,
.service-card.svc-photo .service-card-title .serif,
.service-card.svc-photo .service-card-cta { color: #fff; }
.service-card.svc-photo .service-card-num { color: rgba(255,255,255,0.55); }
.service-card.svc-photo .service-card-tag { color: rgba(255,255,255,0.85); }
.service-card.svc-photo .service-card-body { color: rgba(255,255,255,0.88); }
.service-card.svc-photo .service-card-chips span {
  border-color: rgba(255,255,255,0.32);
  color: rgba(255,255,255,0.92);
}
.service-card.svc-photo .status-pill {
  background: rgba(255,255,255,0.18) !important;
  color: #fff !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.service-card.svc-photo .status-pill::before { background: #fff; }

/* Emerald card */
.service-card.svc-emerald {
  background: linear-gradient(160deg, #10B981 0%, #047857 120%);
  color: #fff;
  border-color: transparent;
}
.service-card.svc-emerald .service-card-num { color: rgba(255,255,255,0.45); }
.service-card.svc-emerald .service-card-tag { color: rgba(255,255,255,0.85); }
.service-card.svc-emerald .service-card-title,
.service-card.svc-emerald .service-card-title .serif,
.service-card.svc-emerald .service-card-cta { color: #fff; }
.service-card.svc-emerald .service-card-body { color: rgba(255,255,255,0.88); }
.service-card.svc-emerald .service-card-chips span {
  border-color: rgba(255,255,255,0.32);
  color: rgba(255,255,255,0.92);
}

/* Gold card (Kose Gold) */
.service-card.svc-gold {
  background: linear-gradient(135deg, #141311 0%, #1F1A12 100%);
  color: #fff;
  border: 1px solid rgba(201,165,90,0.35);
}
.service-card.svc-gold .service-card-num { color: rgba(255,255,255,0.4); }
.service-card.svc-gold .service-card-tag { color: var(--gold); }
.service-card.svc-gold .service-card-title,
.service-card.svc-gold .service-card-title .serif { color: #fff; }
.service-card.svc-gold .service-card-body { color: #C7C2B8; }
.service-card.svc-gold .service-card-chips span {
  border-color: rgba(201,165,90,0.32);
  color: #E5DCC3;
}
.service-card.svc-gold .service-card-cta { color: var(--gold); }

/* Cream card (SafeReturn) */
.service-card.svc-cream {
  background: #F6F2EA;
  color: var(--ink);
  border: 1px solid rgba(11,15,13,0.06);
}

/* Status pills (carry over) */
.status-pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px 5px 9px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.status-pill::before {
  content: "";
  width: 6px; height: 6px; border-radius: 999px;
  background: currentColor;
  margin-right: 7px;
}
.status-live           { background: rgba(15,169,88,0.10);  color: #047857; }
.status-live-on-emerald{ background: rgba(255,255,255,0.18); color: #FFFFFF; }
.status-beta           { background: rgba(245,158,11,0.16); color: #B45309; }
.status-waitlist       { background: rgba(15,169,88,0.16);  color: var(--emerald-2); }
.status-invite         { background: rgba(201,165,90,0.16); color: var(--gold); }

/* Bargain price treatment (used inside the emerald card) */
.bargain-display {
  position: absolute;
  right: 24px;
  top: 24px;
  text-align: right;
  z-index: 2;
  pointer-events: none;
}
.bargain-display-label {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255,255,255,0.72);
}
.bargain-display-amount {
  font-family: "Inter Tight", sans-serif;
  font-variant-numeric: tabular-nums;
  font-size: 64px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.95;
  color: #fff;
  margin-top: 2px;
}
.bargain-display-amount .serif {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 38px;
  vertical-align: 14px;
  margin-right: 2px;
}
.bargain-display-cents {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -0.02em;
  vertical-align: 12px;
}
.bargain-display-sub {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  margin-top: 4px;
  max-width: 22ch;
  margin-left: auto;
  line-height: 1.3;
}

/* ====== HOW IT WORKS ====== */
.how { background: var(--ink); }
.how .how-header { max-width: 720px; margin-left: auto; margin-right: auto; text-align: center; }
.how .how-header h2 { margin-left: auto; margin-right: auto; }

/* ─── Stage — single-step focus with reveal animation ─── */
.how-stage {
  position: relative;
  margin: 56px auto 0;
  max-width: 1080px;
  min-height: 360px;
  cursor: pointer;
  outline: none;
  user-select: none;
}
@media (min-width: 760px) {
  .how-stage { min-height: 460px; margin-top: 72px; }
}
.how-stage:focus-visible {
  outline: 2px solid var(--emerald-2);
  outline-offset: 12px;
  border-radius: 12px;
}

.how-card {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .55s cubic-bezier(.2,.8,.2,1), transform .65s cubic-bezier(.2,.8,.2,1);
  pointer-events: none;
}
@media (min-width: 760px) {
  .how-card { grid-template-columns: minmax(260px, 1fr) 1.4fr; gap: 56px; }
}

.how-card.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: .15s;
}
.how-card.is-past {
  opacity: 0;
  transform: translateY(-40px);
}
.how-card.is-future {
  opacity: 0;
  transform: translateY(40px);
}

.how-card-num {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  color: var(--emerald-2);
  font-size: clamp(120px, 22vw, 280px);
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-align: left;
  margin: 0;
}
@media (min-width: 760px) { .how-card-num { text-align: right; padding-right: 8px; } }

.how-card-body { display: flex; flex-direction: column; gap: 16px; max-width: 56ch; }
.how-card-body h3 {
  font-size: clamp(28px, 4vw, 56px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0;
  color: #fff;
}
.how-card-body p {
  margin: 0;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.55;
  color: var(--muted-2);
  max-width: 48ch;
}
.how-card-hint {
  margin-top: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.how-card-hint::after {
  content: "↗";
  font-style: normal;
  color: var(--emerald-2);
  letter-spacing: 0;
}

/* ─── Controls ─── */
.how-controls {
  margin: 40px auto 16px;
  max-width: 1080px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

/* Pagination dots */
.how-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}
.how-dot {
  width: 10px; height: 10px;
  border-radius: 999px;
  background: var(--line);
  border: 0;
  cursor: pointer;
  padding: 0;
  transition: background .2s ease, transform .2s ease, width .25s ease;
}
.how-dot:hover { background: var(--muted); }
.how-dot.is-active {
  background: var(--emerald-2);
  width: 28px;
}
.how-dot.is-past { background: rgba(15,169,88,0.35); }

/* Counter — italic emerald serif on "of" */
.how-counter {
  font-family: "Inter Tight", sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--muted-2);
  font-variant-numeric: tabular-nums;
}
.how-counter strong { color: #fff; font-weight: 600; }
.how-counter .serif {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  color: var(--muted);
  margin: 0 4px;
}

/* Prev / next arrows */
.how-arrows { display: flex; gap: 8px; }
.how-arrow {
  width: 40px; height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: transparent;
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}
.how-arrow:hover { background: var(--emerald-2); border-color: var(--emerald-2); color: var(--ink); }
.how-arrow:active { transform: translateY(1px); }
.how-arrow:disabled { opacity: 0.32; cursor: not-allowed; background: transparent; border-color: rgba(255,255,255,0.14); color: rgba(255,255,255,0.5); }

/* Progress bar */
.how-progress {
  margin: 8px auto 0;
  max-width: 1080px;
  height: 2px;
  background: rgba(255,255,255,0.08);
  border-radius: 999px;
  overflow: hidden;
}
.how-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--emerald), var(--emerald-2));
  border-radius: 999px;
  transition: width .55s cubic-bezier(.2,.8,.2,1);
}

/* Reduced motion: kill the slide, keep the fade */
@media (prefers-reduced-motion: reduce) {
  .how-card { transition: opacity .25s ease; transform: none !important; }
  .how-progress-fill { transition: none; }
}
@media (min-width: 980px) { .how-wrap { grid-template-columns: 1fr 1.1fr; gap: 80px; } }


/* ====== SAFETY ====== */
.safety { background: var(--ink-2); border-top: 1px solid var(--line); }
.safety-grid { display: grid; gap: 16px; grid-template-columns: 1fr; margin-top: 40px; }
@media (min-width: 760px) { .safety-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1060px) { .safety-grid { grid-template-columns: repeat(4, 1fr); } }

.safety-tile {
  background: var(--ink);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.safety-tile .icon-bubble {
  width: 42px; height: 42px; border-radius: 12px;
  background: rgba(15,169,88,0.12);
  display: grid; place-items: center; color: var(--emerald);
}
.safety-tile h4 { font-size: 17px; font-weight: 600; margin: 0; letter-spacing: -0.015em; }
.safety-tile p { font-size: 14px; line-height: 1.5; color: var(--muted-2); margin: 0; }

/* ====== CITIES ====== */
.cities {
  background: var(--cream); color: var(--ink);
}
.cities-grid { display: grid; gap: 20px; grid-template-columns: 1fr; margin-top: 40px; }
@media (min-width: 760px) { .cities-grid { grid-template-columns: repeat(3, 1fr); } }

.city-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(11,15,13,0.06);
  display: flex; flex-direction: column;
  text-decoration: none;
  color: var(--ink);
  transition: transform .25s ease, box-shadow .25s ease;
}
.city-card:hover { transform: translateY(-4px); }

/* Top — map fills this section, status pill floats over it */
.city-card-top {
  position: relative;
  height: 220px;
  flex-shrink: 0;
  overflow: hidden;
}
.city-map { position: absolute; inset: 0; z-index: 0; }
.city-map svg { width: 100%; height: 100%; display: block; }
.city-card-top .city-status {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
}

/* Bottom — solid panel, text guaranteed visible */
.city-card-bottom {
  padding: 22px 22px 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.city-status {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 11px; border-radius: 999px; font-size: 12px; font-weight: 600;
  letter-spacing: 0.02em;
}
.city-status .dot { width: 6px; height: 6px; border-radius: 999px; }
.city-status-live { background: rgba(15,169,88,0.12); color: var(--emerald); }
.city-status-live .dot { background: var(--emerald); }
.city-status-soon { background: rgba(11,15,13,0.06); color: #4A4945; }
.city-status-soon .dot { background: var(--gold); }

.city-name { font-size: 28px; font-weight: 600; letter-spacing: -0.025em; line-height: 1; margin: 0; }
.city-name .country { display: block; font-size: 13px; color: #6B6963; font-weight: 500; margin-top: 5px; letter-spacing: 0.02em; }
.city-headline {
  font-size: 18px;
  color: #4A4945;
  letter-spacing: -0.01em;
  margin: 0;
}
.city-foot {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 13px;
  color: #4A4945;
  margin-top: 4px;
}
.city-foot .city-cta-link {
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.city-card:hover .city-cta-link { color: var(--emerald); }

.city-card.city-soon { background: rgba(255,255,255,0.65); }

/* ====== DRIVER ====== */
.driver-section {
  background: var(--emerald);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.driver-section::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 85% 15%, rgba(255,255,255,0.15), transparent 40%),
    radial-gradient(circle at 10% 90%, rgba(0,0,0,0.2), transparent 50%);
  pointer-events: none;
}
.driver-section .container { position: relative; }
.driver-grid { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }
@media (min-width: 980px) { .driver-grid { grid-template-columns: 1.1fr 1fr; gap: 80px; } }

.driver-section .eyebrow { color: var(--ink); }
.driver-section h2 {
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin: 14px 0 0;
  text-wrap: balance;
}
.driver-section h2 .serif { color: var(--ink); }
.driver-lede {
  margin-top: 24px; font-size: 18px; line-height: 1.5;
  color: rgba(255,255,255,0.88); max-width: 520px;
}
.driver-perks { margin-top: 32px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 560px; }
.driver-perk { font-size: 14.5px; line-height: 1.4; }
.driver-perk strong { display: block; font-size: 17px; font-weight: 700; margin-bottom: 4px; color: var(--ink); }
.driver-ctas { margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; }

.driver-card {
  background: var(--ink);
  border-radius: 28px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,0.08);
  max-width: 480px; margin: 0 auto;
  box-shadow: 0 40px 80px -30px rgba(0,0,0,0.5);
}
.driver-card-head { display: flex; align-items: center; gap: 14px; }
.driver-card-head .app-icon {
  width: 56px; height: 56px; border-radius: 14px; background: var(--emerald);
  display: grid; place-items: center;
}
.driver-card-head h3 { margin: 0; font-size: 18px; font-weight: 600; letter-spacing: -0.01em; }
.driver-card-head p { margin: 2px 0 0; font-size: 13px; color: var(--muted-2); }

.earnings-display {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--ink-2);
}
.earnings-label { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.earnings-amount { font-size: 44px; font-weight: 700; letter-spacing: -0.03em; margin: 6px 0 0; line-height: 1; }
.earnings-amount .currency { font-size: 22px; vertical-align: top; color: var(--emerald); margin-right: 4px; }
.earnings-sub { font-size: 13px; color: var(--muted-2); margin-top: 8px; }

.earnings-bars { display: flex; align-items: flex-end; gap: 6px; height: 80px; margin-top: 18px; }
.earnings-bar {
  flex: 1;
  background: linear-gradient(180deg, var(--emerald) 0%, rgba(15,169,88,0.3) 100%);
  border-radius: 4px;
  min-height: 10%;
  transition: all .8s cubic-bezier(.2,.8,.2,1);
}
.earnings-bars-labels { display: flex; gap: 6px; margin-top: 8px; font-size: 11px; color: var(--muted); }
.earnings-bars-labels > span { flex: 1; text-align: center; }

.driver-quick-stats { margin-top: 20px; display: flex; gap: 8px; }
.driver-quick-stats .stat {
  flex: 1; padding: 14px; border-radius: 14px; background: rgba(255,255,255,0.04);
  border: 1px solid var(--line);
}
.driver-quick-stats strong { display: block; font-size: 20px; font-weight: 700; letter-spacing: -0.02em; }
.driver-quick-stats span { font-size: 12px; color: var(--muted-2); }

/* ====== DOWNLOAD ====== */
.download {
  background: var(--ink);
  border-top: 1px solid var(--line);
  padding: 96px 0;
}
.download-grid { display: grid; gap: 20px; grid-template-columns: 1fr; }
@media (min-width: 820px) { .download-grid { grid-template-columns: 1fr 1fr; } }

.download-card {
  background: linear-gradient(180deg, #12171A 0%, #0B0F0D 100%);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 36px;
  min-height: 380px;
  display: flex; flex-direction: column;
  gap: 24px;
  position: relative; overflow: hidden;
}
/* Rider card: dark with an emerald glow behind the icon, so the icon's green accent reads as part of the card. */
.download-card.rider {
  background:
    radial-gradient(circle at 22% 18%, rgba(15,169,88,0.28) 0%, rgba(15,169,88,0) 42%),
    linear-gradient(180deg, #12171A 0%, #0B0F0D 100%);
  border-color: rgba(15,169,88,0.18);
}
/* Driver card: deeper green wash (icon already has a green background). */
.download-card.driver {
  background:
    radial-gradient(circle at 22% 18%, rgba(15,169,88,0.34) 0%, rgba(15,169,88,0) 50%),
    linear-gradient(180deg, #0B2B1A 0%, #051A0F 100%);
  border-color: rgba(15,169,88,0.28);
}
.download-icon {
  width: 112px; height: 112px;
  border-radius: 26px;
  box-shadow: 0 24px 50px -14px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.04) inset;
  overflow: hidden;
  flex-shrink: 0;
}
.download-icon img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (min-width: 820px) {
  .download-icon { width: 128px; height: 128px; border-radius: 30px; }
}
.download-card h3 { font-size: 30px; font-weight: 600; letter-spacing: -0.025em; margin: 0; line-height: 1.05; }
.download-card p { color: var(--muted-2); font-size: 15px; line-height: 1.5; margin: 0; max-width: 38ch; }
.download-card .stores { margin-top: auto; }

/* ====== FOOTER ====== */
.footer {
  background: #050807;
  padding: 80px 0 40px;
  border-top: 1px solid var(--line);
  color: var(--muted-2);
}
.footer-grid {
  display: grid; grid-template-columns: 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--line);
}
@media (min-width: 760px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }

.footer-brand .wordmark { height: 28px; }
.footer-brand p { font-size: 14.5px; line-height: 1.55; margin: 18px 0 20px; max-width: 36ch; }
.footer-brand .tagline {
  font-family: "Instrument Serif", serif; font-style: italic;
  font-size: 20px; color: #fff; margin-top: 16px;
}

.footer-col h5 { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: #fff; font-weight: 600; margin: 0 0 18px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.footer-col a { font-size: 14.5px; color: var(--muted-2); transition: color .15s ease; }
.footer-col a:hover { color: #fff; }

.footer-bottom {
  margin-top: 32px;
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px;
  font-size: 13px; color: var(--muted);
}
.footer-bottom .legal { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-bottom .socials { display: flex; gap: 10px; }
.footer-bottom .socials a {
  width: 36px; height: 36px; border-radius: 10px;
  border: 1px solid var(--line);
  display: grid; place-items: center;
  transition: border-color .2s ease, color .2s ease;
}
.footer-bottom .socials a:hover { border-color: var(--emerald); color: var(--emerald); }

/* wordmark logo */
.wordmark-svg { display: inline-block; vertical-align: middle; }

/* utility */
.hide-mobile { display: none; }
@media (min-width: 760px) { .hide-mobile { display: initial; } }
.show-mobile { display: initial; }
@media (min-width: 760px) { .show-mobile { display: none; } }

/* Focus ring for a11y */
button:focus-visible, a:focus-visible { outline: 2px solid var(--emerald); outline-offset: 3px; border-radius: 6px; }

/* ====== Cities — featured Harare treatment + "and then" rows ====== */
/* Harare card: emerald wash on the BOTTOM panel + glowing border around the whole card. */
.city-card.city-featured {
  border-color: rgba(15,169,88,0.32);
  box-shadow: 0 10px 32px -16px rgba(15,169,88,0.45), 0 0 0 1px rgba(15,169,88,0.10) inset;
}
.city-card.city-featured:hover {
  box-shadow: 0 18px 44px -16px rgba(15,169,88,0.55), 0 0 0 1px rgba(15,169,88,0.18) inset;
}
.city-card.city-featured .city-card-bottom {
  background: linear-gradient(180deg, #F4FBF7 0%, #ECF7F1 100%);
}
.city-card.city-featured .city-headline { color: var(--emerald); }
.city-card.city-featured .city-cta-link { color: var(--emerald); }

/* Status pill: pulse the dot on the live card so you know which one is real now. */
.city-status.city-status-pulse {
  background: var(--emerald);
  color: #fff;
  font-weight: 700;
  padding: 7px 12px;
  font-size: 11.5px;
  letter-spacing: 0.10em;
}
.city-status.city-status-pulse .dot {
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255,255,255,0.45);
  animation: city-pulse 1.6s ease-in-out infinite;
}
@keyframes city-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(255,255,255,0.45); }
  50%      { box-shadow: 0 0 0 8px rgba(255,255,255,0.05); }
}

/* "And then —" rows ---- */
.cities-row {
  margin-top: 56px;
}
.cities-row + .cities-row { margin-top: 36px; }

.cities-row-eyebrow {
  font-size: 14px;
  color: #4A4945;
  margin-bottom: 18px;
  letter-spacing: 0;
}
.cities-row-eyebrow .serif {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: #4A4945;
  margin-right: 6px;
}

.cities-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.city-pill {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  border: 1px solid rgba(11,15,13,0.10);
  color: var(--ink);
  transition: border-color .15s ease, background .15s ease;
}
.city-pill:hover {
  border-color: rgba(11,15,13,0.28);
  background: #FBF9F3;
}
.city-pill-zim {
  /* solid white — the "next at home" tone */
}
.city-pill-africa {
  background: transparent;
  border-style: dashed;
  border-color: rgba(11,15,13,0.20);
}
.city-pill-note {
  font-size: 11.5px;
  color: #6B6963;
  font-weight: 500;
  letter-spacing: 0.01em;
}

/* Footer address block — sits under the brand blurb */
.footer-address {
  margin-top: 18px;
  font-style: normal;
  font-size: 13px;
  line-height: 1.55;
  color: var(--muted-2);
}
.footer-address a {
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.18);
  transition: border-color .15s ease;
}
.footer-address a:hover { border-color: var(--emerald-2); }

/* ============================================================
   HERO BACKGROUND — pan-African route constellation
   Subtle SVG behind the hero text. Cities are dots, routes are
   thin emerald lines. Harare pulses (live). Two routes draw
   themselves on a slow loop (next-wave cities).
   ============================================================ */
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
  /* Soft radial mask so the constellation fades at the edges,
     keeping the text core uncluttered while the rest breathes. */
  -webkit-mask-image: radial-gradient(ellipse at center, #000 35%, rgba(0,0,0,0.4) 75%, transparent 100%);
          mask-image: radial-gradient(ellipse at center, #000 35%, rgba(0,0,0,0.4) 75%, transparent 100%);
}
.hero > .container,
.hero > .marquee { position: relative; z-index: 1; }

/* Routes — static (faint) and active (drawing). */
.hero-bg-route {
  fill: none;
  stroke: rgba(15,169,88,0.16);
  stroke-width: 1;
  stroke-linecap: round;
}
.hero-bg-route.is-active {
  stroke: rgba(16,185,129,0.62);
  stroke-width: 1.4;
  stroke-dasharray: 12 1400;
  stroke-dashoffset: 1400;
  animation: hero-route-draw 7s ease-in-out infinite;
}
@keyframes hero-route-draw {
  0%   { stroke-dashoffset:  1400; opacity: 0.0; }
  10%  { opacity: 1; }
  60%  { stroke-dashoffset:    0;  opacity: 1; }
  85%  { stroke-dashoffset: -1400; opacity: 0.5; }
  100% { stroke-dashoffset: -1400; opacity: 0; }
}

/* City dots — base "soon" cities are quiet. */
.hero-bg-city-dot { fill: rgba(15,169,88,0.55); }
.hero-bg-city.is-next .hero-bg-city-dot { fill: rgba(16,185,129,0.85); }
.hero-bg-city.is-live .hero-bg-city-dot { fill: #10B981; }

/* Live-city pulse ring (Harare). */
.hero-bg-city-pulse {
  fill: none;
  stroke: rgba(16,185,129,0.85);
  stroke-width: 1.6;
  animation: hero-city-pulse 2.4s ease-out infinite;
}
@keyframes hero-city-pulse {
  0%   { r: 4;  opacity: 0.85; stroke-width: 1.8; }
  100% { r: 36; opacity: 0;    stroke-width: 0.4; }
}

/* Respect reduced-motion users — kill the loops, keep the static lines. */
@media (prefers-reduced-motion: reduce) {
  .hero-bg-route.is-active,
  .hero-bg-city-pulse {
    animation: none;
  }
  .hero-bg-route.is-active { stroke-dasharray: none; stroke-dashoffset: 0; opacity: 0.65; }
  .hero-bg-city-pulse      { display: none; }
}
