/* 19Cabs — mobility marketing (cab yellow primary; neutral secondary CTAs) */

:root {
  color-scheme: dark;
  --bg: #030308;
  --bg-elevated: #0a0912;
  --surface: rgba(18, 16, 28, 0.65);
  --surface-solid: #12101c;
  --surface-2: #181624;
  --border: rgba(255, 255, 255, 0.06);
  --border-bright: rgba(255, 255, 255, 0.12);
  /* Primary = cab / fleet yellow (not champagne gold) */
  --gold: #e8ac00;
  --gold-2: #fff3a8;
  --gold-hot: #ffdd33;
  --gold-muted: #c9a82a;
  --purple: #8b5cf6;
  --purple-2: #c4b5fd;
  --purple-deep: #5b21b6;
  --purple-glow: rgba(139, 92, 246, 0.45);
  --text: #f4f2f8;
  --text-2: #9892a8;
  --text-3: #6b6578;
  --font-ui: "Outfit", system-ui, sans-serif;
  /* Headings use same plain sans as body */
  --font-display: var(--font-ui);
  --radius: 20px;
  --radius-sm: 14px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out: cubic-bezier(0.33, 1, 0.68, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --motion-hero: 1.05s;
  --motion-reveal: 1s;
  --nav-h: 76px;
  /* Spacing scale (8pt-ish) */
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: 4rem;
  --space-8: 5rem;
  --section-y: 3.5rem;
  --section-y-lg: 4.75rem;
  --readable: 38rem;
  --card-radius: var(--radius);
  --icon-stroke: 2;
  /* Theme-tunable surfaces */
  /* Layered depth: tight contact + mid lift — less “mushy” blur */
  --shadow-card:
    0 0 0 1px rgba(0, 0, 0, 0.5),
    0 1px 2px rgba(0, 0, 0, 0.5),
    0 4px 10px rgba(0, 0, 0, 0.32),
    0 10px 28px rgba(0, 0, 0, 0.22);
  --shadow-card-lg:
    0 0 0 1px rgba(0, 0, 0, 0.55),
    0 2px 4px rgba(0, 0, 0, 0.55),
    0 6px 14px rgba(0, 0, 0, 0.34),
    0 14px 36px rgba(0, 0, 0, 0.26);
  --shadow-float:
    0 0 0 1px rgba(255, 255, 255, 0.07),
    0 2px 4px rgba(0, 0, 0, 0.45),
    0 6px 16px rgba(0, 0, 0, 0.32),
    0 12px 32px rgba(0, 0, 0, 0.24);
  --nav-scrolled-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 8px 20px rgba(0, 0, 0, 0.12);
  /* No heavy vignette — same “hazy / blurry whole page” issue as light */
  --vignette-gradient: transparent;
  --nav-scrolled-bg: rgba(3, 3, 8, 0.96);
  --nav-overlay-bg: rgba(3, 3, 8, 0.98);
  --nav-pill-bg: rgba(255, 255, 255, 0.03);
  --nav-pill-hover: rgba(255, 255, 255, 0.07);
  --marquee-bg: rgba(0, 0, 0, 0.35);
  --lux-bg: linear-gradient(165deg, rgba(22, 20, 34, 0.9) 0%, rgba(12, 11, 20, 0.95) 100%);
  --lux-border-grad: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 40%, transparent 60%, rgba(255, 204, 0, 0.18));
  --lux-glow-radial: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(255, 204, 0, 0.1), transparent 65%);
  --glass-bg: rgba(18, 16, 28, 0.94);
  --phone-frame-bg: linear-gradient(160deg, #2e2a3d 0%, #15131f 50%, #0d0c12 100%);
  --phone-notch-bg: #050508;
  --phone-inner-bg: #050508;
  --mock-map-bg: linear-gradient(165deg, rgba(255, 204, 0, 0.08) 0%, transparent 55%),
    repeating-linear-gradient(-12deg, transparent, transparent 11px, rgba(255, 255, 255, 0.02) 11px, rgba(255, 255, 255, 0.02) 12px),
    linear-gradient(180deg, #14121c 0%, #0a0910 100%);
  --stats-bg: linear-gradient(180deg, rgba(10, 9, 18, 0.95), rgba(5, 5, 10, 0.98));
  --step-accent-bg: linear-gradient(165deg, rgba(18, 20, 32, 0.94) 0%, rgba(10, 12, 22, 0.97) 50%, rgba(8, 10, 20, 0.98) 100%);
  --vehicle-featured-bg: linear-gradient(175deg, rgba(32, 28, 16, 0.95), rgba(14, 12, 8, 0.98));
  --testimonial-accent-bg: linear-gradient(175deg, rgba(32, 28, 24, 0.95), rgba(14, 12, 18, 0.98));
  --download-driver-panel-bg: linear-gradient(165deg, rgba(28, 24, 14, 0.96), rgba(10, 9, 6, 0.98));
  --drivers-quote-bg: linear-gradient(90deg, rgba(255, 204, 0, 0.1), rgba(255, 204, 0, 0.04));
  --cities-map-bg: linear-gradient(155deg, rgba(255, 204, 0, 0.14), rgba(255, 180, 0, 0.06));
  --map-grid-line: rgba(255, 255, 255, 0.06);
  --footer-bg-grad: linear-gradient(180deg, rgba(8, 7, 14, 0.98), var(--bg));
  --reflection-grad: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent);
  --grain-opacity: 0;
  --orb-opacity: 0.32;
  --orb-gold-mid: rgba(255, 204, 0, 0.38);
  --orb-purple-mid: rgba(255, 200, 60, 0.22);
  --btn-outline-bg: rgba(255, 255, 255, 0.03);
  --btn-primary-fg: #140f05;
  --btn-primary-bg: #ffcc00;
  --btn-primary-bg-hover: #e6b800;
  --store-btn-bg: rgba(255, 255, 255, 0.04);
  --store-btn-hover-bg: rgba(255, 255, 255, 0.09);
  --store-btn-hover-border: rgba(255, 255, 255, 0.2);
  --featured-border: rgba(255, 204, 0, 0.35);
  --featured-shadow-glow: 0 0 0 1px rgba(255, 204, 0, 0.22), 0 6px 18px rgba(255, 204, 0, 0.07);
  --hero-mesh-bg: radial-gradient(ellipse 90% 70% at 15% 10%, rgba(255, 204, 0, 0.14), transparent 55%),
    radial-gradient(ellipse 70% 55% at 95% 15%, rgba(255, 204, 0, 0.12), transparent 50%),
    radial-gradient(ellipse 50% 45% at 50% 100%, rgba(255, 180, 0, 0.1), transparent 50%);
  --theme-meta: #030308;
  --btn-outline-inset: rgba(0, 0, 0, 0.2);
  --phone-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 4px 12px rgba(0, 0, 0, 0.55),
    0 12px 32px rgba(0, 0, 0, 0.42),
    0 24px 56px rgba(0, 0, 0, 0.35);
  --step-hover-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.45),
    0 4px 10px rgba(0, 0, 0, 0.35),
    0 12px 32px rgba(0, 0, 0, 0.28);
  --badge-pill-bg: rgba(255, 255, 255, 0.03);
  --chip-neutral-bg: rgba(255, 255, 255, 0.04);
  --map-pin-ring: rgba(255, 255, 255, 0.35);
  --map-grid-opacity: 0.15;
  --mock-handle: rgba(255, 255, 255, 0.12);
  --trust-pill-bg: rgba(255, 204, 0, 0.1);
  --trust-pill-border: rgba(255, 204, 0, 0.28);
  --faq-ctrl-bg: rgba(255, 255, 255, 0.04);
  --phone-glow-bg: radial-gradient(circle, rgba(255, 204, 0, 0.28), rgba(255, 200, 80, 0.12) 45%, transparent 70%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  box-shadow: none !important;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: var(--gold) transparent;
  /* Base rem size; body uses rem so A / A+ / A++ scales typography site-wide */
  font-size: 100%;
}

html[data-text-scale="1"] {
  font-size: 115%;
}

html[data-text-scale="2"] {
  font-size: 132%;
}

html::-webkit-scrollbar {
  width: 8px;
}

html::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--btn-primary-bg), #ffe066);
  border-radius: 8px;
}

html::-webkit-scrollbar-track {
  background: transparent;
}

::selection {
  background: rgba(255, 204, 0, 0.35);
  color: var(--text);
}

body {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

/* ---------- Accessibility: skip link, SR-only text, keyboard focus ---------- */
.skip-link {
  cursor: pointer !important;
  position: absolute;
  top: -120px;
  left: 1rem;
  z-index: 100002;
  padding: 0.65rem 1.1rem;
  background: var(--btn-primary-bg);
  color: #14110a;
  font-weight: 700;
  font-size: 0.9375rem;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  transition: top 0.2s var(--ease), box-shadow 0.2s;
}

.skip-link:focus,
.skip-link:focus-visible {
  top: 0.85rem;
  outline: 3px solid #14110a;
  outline-offset: 3px;
}

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

main#main-content:focus {
  outline: none;
}

main#main-content:focus-visible {
  outline: 3px solid var(--gold-hot);
  outline-offset: 3px;
}

.nav .nav-links a:focus-visible,
.nav .nav-toggle:focus-visible,
.nav .lang-switch__btn:focus-visible,
.nav .text-scale-switch__btn:focus-visible,
.nav .theme-toggle:focus-visible,
.nav .logo:focus-visible,
.nav .btn:focus-visible {
  outline: 3px solid #14110a;
  outline-offset: 3px;
}

.btn:focus-visible,
.footer a:focus-visible,
.footer .logo:focus-visible,
.store-badge-mega:focus-visible,
.faq-item summary:focus-visible {
  outline: 3px solid var(--gold-hot);
  outline-offset: 3px;
}

html[data-theme="light"] .btn:focus-visible,
html[data-theme="light"] .footer a:focus-visible,
html[data-theme="light"] .store-badge-mega:focus-visible,
html[data-theme="light"] .faq-item summary:focus-visible {
  outline-color: var(--purple-deep);
}

/* ---------- Atmosphere ---------- */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  z-index: 10001;
  transform-origin: 0 50%;
  transform: scaleX(0);
  background: #0a0a0a;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: var(--orb-opacity);
  animation: orb-drift 22s ease-in-out infinite;
}

.orb--1 {
  width: min(70vw, 520px);
  height: min(70vw, 520px);
  top: -12%;
  left: -15%;
  background: radial-gradient(circle, rgba(255, 204, 0, 0.25), transparent 70%);
  animation-delay: 0s;
}

.orb--2 {
  width: min(55vw, 420px);
  height: min(55vw, 420px);
  top: 35%;
  right: -20%;
  background: radial-gradient(circle, var(--orb-gold-mid), transparent 70%);
  animation-delay: -7s;
}

.orb--3 {
  width: min(60vw, 480px);
  height: min(60vw, 480px);
  bottom: -25%;
  left: 25%;
  background: radial-gradient(circle, var(--orb-purple-mid), transparent 65%);
  animation-delay: -14s;
}

@keyframes orb-drift {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(4%, 3%) scale(1.05);
  }
  66% {
    transform: translate(-3%, 2%) scale(0.95);
  }
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 10000;
  opacity: var(--grain-opacity);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.vignette {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  background: var(--vignette-gradient);
}

main {
  position: relative;
  z-index: 1;
}

/* ---------- Nav ---------- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  width: 100%;
  max-width: 100vw;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  overflow-x: hidden;
  transition: background 0.45s var(--ease), box-shadow 0.45s var(--ease), border-color 0.45s;
  background: var(--btn-primary-bg);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav.is-scrolled {
  background: var(--btn-primary-bg);
  border-bottom-color: rgba(0, 0, 0, 0.12);
  box-shadow:
    0 1px 0 rgba(0, 0, 0, 0.06),
    0 4px 14px rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(255, 255, 255, 0.12);
}

.nav-inner {
  width: 100%;
  max-width: min(1320px, 100%);
  margin: 0 auto;
  padding: 0 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-width: 0;
}

.logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0.55rem 0.85rem;
  border-radius: var(--radius-sm);
  cursor: pointer !important;
  font-family: var(--font-ui);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: var(--btn-primary-bg);
  text-decoration: none;
  letter-spacing: -0.02em;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06) inset;
  transition: background 0.2s ease, color 0.2s ease;
}

.logo:hover {
  color: #fff;
  background: var(--btn-primary-bg-hover);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer !important;
  padding: 10px;
  z-index: 5;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #14110a;
  border-radius: 2px;
  transition: transform 0.35s var(--ease), opacity 0.25s;
}

.nav-toggle.is-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.nav-menu-controls {
  display: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.35rem 0;
  flex: 0 1 auto;
  min-width: 0;
  justify-content: flex-start;
}

.nav-links a {
  padding: 0.45rem 0.7rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(20, 17, 10, 0.78);
  text-decoration: none;
  border-radius: 999px;
  cursor: pointer !important;
  transition: color 0.25s, background 0.25s;
}

.nav-links a:hover {
  color: #14110a;
  background: rgba(0, 0, 0, 0.1);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  justify-content: flex-end;
  flex-shrink: 0;
}

/* Group lang + text-scale + theme in a unified pill strip (desktop) */
.nav-controls-group {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

/* Language EN | HI (default English; preference in localStorage 19cabs-lang) */
.lang-switch {
  display: inline-flex;
  align-items: stretch;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.06);
}

.lang-switch__btn {
  margin: 0;
  padding: 0 0.65rem;
  min-width: 2.5rem;
  height: 38px;
  font-family: var(--font-ui);
  cursor: pointer !important;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  border: none;
  background: transparent;
  color: rgba(20, 17, 10, 0.6);
  cursor: pointer !important;
  transition: background 0.25s var(--ease), color 0.25s;
}

.lang-switch__btn:hover {
  background: rgba(0, 0, 0, 0.08);
  color: #14110a;
}

.lang-switch__btn.is-active {
  background: #14110a;
  color: #fff;
}

.lang-switch__btn.is-active:hover {
  background: #1f1b14;
  color: #fff;
}

/* Text size A / A+ / A++ (preference: localStorage 19cabs-text-scale 0|1|2) */
.text-scale-switch {
  display: inline-flex;
  align-items: stretch;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.06);
}

.text-scale-switch__btn {
  margin: 0;
  padding: 0 0.45rem;
  min-width: 2.1rem;
  height: 38px;
  font-family: var(--font-ui);
  cursor: pointer !important;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  border: none;
  background: transparent;
  color: rgba(20, 17, 10, 0.6);
  cursor: pointer !important;
  transition: background 0.25s var(--ease), color 0.25s;
  line-height: 1;
}

.text-scale-switch__btn:hover {
  background: rgba(0, 0, 0, 0.08);
  color: #14110a;
}

.text-scale-switch__btn.is-active {
  background: #14110a;
  color: #fff;
}

.text-scale-switch__btn.is-active:hover {
  background: #1f1b14;
  color: #fff;
}

@media (max-width: 380px) {
  .text-scale-switch__btn {
    padding: 0 0.3rem;
    min-width: 1.75rem;
    font-size: 0.5625rem;
  }
}

html[lang="hi"] body {
  font-family: "Noto Sans Devanagari", "Outfit", system-ui, sans-serif;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 1.35rem;
  cursor: pointer !important;
  font-family: var(--font-ui);
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 999px;
  border: none;
  cursor: pointer !important;
  overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.35s, filter 0.25s;
}

/* Tap / click ripple (decorative) */
.btn:not(.btn-text)::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.42) 0%, transparent 55%);
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}

.btn-outline:not(.btn-text)::after,
.btn-secondary:not(.btn-text)::after {
  background: radial-gradient(circle at 50% 50%, rgba(255, 204, 0, 0.28) 0%, transparent 55%);
}

@media (prefers-reduced-motion: no-preference) {
  .btn:not(.btn-text):active::after {
    animation: btn-ripple 0.65s ease-out forwards;
  }
}

@keyframes btn-ripple {
  0% {
    transform: scale(0);
    opacity: 0.55;
  }
  100% {
    transform: scale(2.8);
    opacity: 0;
  }
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:hover .btn-arrow {
  transform: translateX(3px);
}

.btn-arrow {
  transition: transform 0.3s var(--ease);
}

.btn-sm {
  padding: 0.5rem 1.1rem;
  font-size: 0.8125rem;
}

.btn-lg {
  padding: 1rem 1.65rem;
  font-size: 0.9375rem;
}

.btn-primary {
  background: var(--btn-primary-bg);
  color: var(--btn-primary-fg);
  transition: background 0.2s ease, box-shadow 0.25s ease, transform 0.2s var(--ease);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.08) inset,
    0 10px 28px rgba(255, 193, 7, 0.32);
}

.btn-primary:hover {
  background: var(--btn-primary-bg-hover);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.06) inset,
    0 14px 36px rgba(255, 193, 7, 0.4);
}

/* Secondary = default / neutral (not yellow primary, not purple) */
.btn-secondary {
  background: var(--btn-outline-bg);
  color: var(--text);
  border: 1px solid var(--border-bright);
  box-shadow: 0 0 0 1px var(--btn-outline-inset) inset;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.3s var(--ease), box-shadow 0.35s;
}

.btn-secondary:hover {
  filter: none;
  background: var(--nav-pill-hover);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow:
    0 0 0 1px var(--btn-outline-inset) inset,
    0 4px 14px rgba(0, 0, 0, 0.18);
}

html[data-theme="light"] .btn-secondary:hover {
  border-color: rgba(22, 18, 35, 0.22);
  box-shadow:
    0 0 0 1px var(--btn-outline-inset) inset,
    0 4px 12px rgba(22, 18, 35, 0.08);
}

.btn-outline {
  background: var(--btn-outline-bg);
  color: var(--gold-2);
  border: 1px solid rgba(255, 214, 64, 0.45);
  box-shadow: 0 0 0 1px var(--btn-outline-inset, rgba(0, 0, 0, 0.2)) inset;
}

.btn-outline:hover {
  background: rgba(255, 204, 0, 0.12);
  border-color: rgba(255, 236, 128, 0.55);
}

.btn-text {
  background: transparent;
  color: var(--text-2);
  padding: 0.5rem 0.85rem;
}

.btn-text:hover {
  color: var(--text);
}

/* Header on yellow bar: contrast for text + primary CTA */
.nav .btn-text {
  color: rgba(20, 17, 10, 0.82);
}

.nav .btn-text:hover {
  color: #14110a;
}

.nav .btn-primary {
  background: #14110a;
  color: #fff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.nav .btn-primary:hover {
  background: #2a2418;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.nav .logo {
  background: #14110a;
  color: #fff;
  box-shadow: none;
}

.nav .logo:hover {
  background: #2a2418;
  color: #fff;
}

.nav .theme-toggle {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: rgba(0, 0, 0, 0.06);
  color: #14110a;
}

.nav .theme-toggle:hover {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.25);
}

.nav .theme-toggle svg {
  width: 18px;
  height: 18px;
}

@media (min-width: 1025px) {
  .nav-inner {
    justify-content: flex-start;
    gap: 0.65rem;
  }

  .nav-actions {
    margin-left: auto;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .nav-inner {
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 0.85rem;
  }

  .nav-links {
    padding: 0.25rem;
    gap: 0.12rem;
  }

  .nav-links a {
    padding: 0.4rem 0.55rem;
    font-size: 0.75rem;
  }

  .nav-controls-group {
    gap: 0.3rem;
  }

  .lang-switch__btn {
    padding: 0 0.5rem;
    min-width: 2.25rem;
    height: 34px;
    font-size: 0.6875rem;
  }

  .text-scale-switch__btn {
    padding: 0 0.35rem;
    min-width: 1.9rem;
    height: 34px;
    font-size: 0.625rem;
  }

  .nav .theme-toggle {
    width: 34px;
    height: 34px;
  }

  .nav .theme-toggle svg {
    width: 16px;
    height: 16px;
  }

  .nav-actions .btn-text,
  .nav-actions .btn-primary {
    font-size: 0.8125rem;
    padding: 0.5rem 0.9rem;
  }
}

@media (max-width: 1024px) {
  .nav-inner {
    padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
  }

  .nav-toggle {
    display: flex;
    order: 2;
    flex-shrink: 0;
  }

  .nav-links {
    position: fixed;
    top: var(--nav-h);
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--nav-overlay-bg);
    flex-direction: column;
    align-items: stretch;
    padding: 2rem 1.5rem;
    gap: 0.25rem;
    border-radius: 0;
    border: none;
    transform: translateX(100%);
    transition: transform 0.45s var(--ease);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .nav-links.is-open {
    transform: translateX(0);
  }

  .nav-links a {
    padding: 1.1rem 1.25rem;
    font-size: 1.05rem;
    border-radius: var(--radius-sm);
    color: var(--text);
  }

  .nav-links a:hover {
    color: var(--text);
    background: rgba(255, 255, 255, 0.07);
  }

  .nav-controls-group {
    display: none;
  }

  .nav-actions .lang-switch,
  .nav-actions .text-scale-switch,
  .nav-actions .theme-toggle {
    display: none;
  }

  .nav-actions .btn-text {
    display: none;
  }

  .nav-menu-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    align-items: center;
    padding: 1rem 1rem 1.35rem;
    margin-bottom: 0.75rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-sm);
  }

  .nav-links .lang-switch--menu,
  .nav-links .text-scale-switch--menu {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
  }

  .nav-links .lang-switch__btn {
    color: var(--text);
    height: 42px;
    min-width: 2.75rem;
    font-size: 0.8125rem;
  }

  .nav-links .lang-switch__btn.is-active {
    background: rgba(255, 255, 255, 0.22);
    color: var(--text);
    border-radius: 999px;
  }

  .nav-links .lang-switch__btn:hover {
    background: rgba(255, 255, 255, 0.14);
    color: var(--text);
  }

  .nav-links .text-scale-switch__btn {
    color: var(--text);
    height: 42px;
    min-width: 2.5rem;
    font-size: 0.75rem;
  }

  .nav-links .text-scale-switch__btn.is-active {
    background: rgba(255, 255, 255, 0.22);
    color: var(--text);
  }

  .nav-links .text-scale-switch__btn:hover {
    background: rgba(255, 255, 255, 0.14);
    color: var(--text);
  }

  .nav-links .theme-toggle--menu {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: var(--text);
  }

  .nav-links .theme-toggle--menu:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.3);
    color: var(--text);
  }

  .nav-links .theme-toggle--menu .theme-icon--moon {
    display: none;
  }

  html[data-theme="light"] .nav-links .theme-toggle--menu .theme-icon--sun {
    display: none;
  }

  html[data-theme="light"] .nav-links .theme-toggle--menu .theme-icon--moon {
    display: block;
  }

  html[data-theme="light"] .nav-menu-controls {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(22, 18, 35, 0.22);
  }

  html[data-theme="light"] .nav-links .lang-switch--menu,
  html[data-theme="light"] .nav-links .text-scale-switch--menu {
    background: rgba(0, 0, 0, 0.06);
    border-color: rgba(22, 18, 35, 0.22);
  }

  html[data-theme="light"] .nav-links .theme-toggle--menu {
    background: rgba(0, 0, 0, 0.06);
    border-color: rgba(22, 18, 35, 0.22);
  }

  html[data-theme="light"] .nav-links .theme-toggle--menu:hover {
    border-color: rgba(22, 18, 35, 0.35);
  }

  html[data-theme="light"] .nav-links .lang-switch__btn.is-active,
  html[data-theme="light"] .nav-links .text-scale-switch__btn.is-active {
    background: rgba(22, 18, 35, 0.2);
    color: var(--text);
  }

  html[data-theme="light"] .nav-links .lang-switch__btn.is-active:hover,
  html[data-theme="light"] .nav-links .text-scale-switch__btn.is-active:hover {
    background: rgba(22, 18, 35, 0.28);
  }
}

@media (max-width: 480px) {
  .nav-inner {
    padding-left: max(0.5rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.5rem, env(safe-area-inset-right, 0px));
    gap: 0.35rem;
  }

  .nav .logo {
    padding: 0.45rem 0.6rem;
    font-size: 1.1rem;
    flex-shrink: 0;
    min-width: 0;
  }

  .nav-toggle {
    padding: 10px 12px;
    flex-shrink: 0;
  }

  .nav-toggle span {
    width: 18px;
    height: 2px;
  }

  .nav-toggle.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .nav-toggle.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .nav .theme-toggle {
    width: 34px;
    height: 34px;
  }

  .nav .theme-toggle svg {
    width: 16px;
    height: 16px;
  }

  .nav-actions {
    gap: 0.2rem;
    flex-shrink: 1;
    min-width: 0;
  }

  .nav-actions .btn-primary {
    padding: 0.35rem 0.55rem;
    font-size: 0.65rem;
    min-width: 0;
  }
}

@media (max-width: 400px) {
  .nav-inner {
    padding-left: max(0.4rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.4rem, env(safe-area-inset-right, 0px));
    gap: 0.25rem;
  }

  .nav .logo {
    padding: 0.4rem 0.55rem;
    font-size: 1rem;
  }

  .nav-toggle {
    padding: 8px 10px;
    flex-shrink: 0;
  }

  .nav-toggle span {
    width: 18px;
  }

  .nav-toggle.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .nav-toggle.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .nav .theme-toggle {
    width: 30px;
    height: 30px;
  }

  .nav .theme-toggle svg {
    width: 14px;
    height: 14px;
  }

  .nav .theme-toggle {
    flex-shrink: 0;
  }

  .nav-actions .btn-primary {
    padding: 0.3rem 0.45rem;
    font-size: 0.6rem;
  }
}

/* ---------- Lux surfaces (cards) ---------- */
.lux-surface {
  position: relative;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.055) 0%, rgba(255, 255, 255, 0.018) 48%, transparent 100%),
    var(--lux-bg);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.42s var(--ease), box-shadow 0.42s var(--ease), border-color 0.32s ease;
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .step-card.lux-surface:hover,
  .vehicle-card.lux-surface:hover,
  article.testimonial.lux-surface:hover,
  .cta-mini.lux-surface:hover,
  .drivers-panel.lux-surface:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 204, 0, 0.24);
    box-shadow:
      var(--shadow-card-lg),
      0 0 0 1px rgba(255, 204, 0, 0.1),
      0 0 52px rgba(255, 204, 0, 0.07);
  }

  .cities-card.lux-surface:hover,
  .safety-card.lux-surface:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 204, 0, 0.2);
    box-shadow: var(--shadow-card-lg), 0 0 40px rgba(255, 204, 0, 0.06);
  }
}

.lux-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: var(--lux-border-grad);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.7;
}

.lux-surface--glow::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--lux-glow-radial);
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
}

.lux-surface--featured {
  border-color: var(--featured-border);
  box-shadow: var(--shadow-card-lg), var(--featured-shadow-glow);
}

.lux-surface--wide {
  border-radius: calc(var(--radius) + 6px);
}

.glass-card {
  background: var(--glass-bg);
  border: 1px solid var(--border-bright);
  box-shadow: var(--shadow-float);
}

/* ---------- Marquee ---------- */
.marquee-wrap {
  border-block: 1px solid var(--border);
  background: var(--marquee-bg);
  padding: 0.85rem 0;
  overflow: hidden;
}

.marquee {
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.marquee-track {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  width: max-content;
  animation: marquee 32s linear infinite;
  font-family: var(--font-ui);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-3);
}

.marquee-dot {
  color: var(--gold-muted);
  font-size: 0.45rem;
  opacity: 0.8;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  padding: calc(var(--nav-h) + 4rem) 1.75rem 5rem;
  max-width: 1360px;
  margin: 0 auto;
  perspective: 1280px;
  perspective-origin: 50% 40%;
}

.hero-mesh {
  position: absolute;
  inset: 0;
  top: -100px;
  background: var(--hero-mesh-bg);
  background-size: 140% 140%;
  pointer-events: none;
  z-index: 0;
  will-change: transform, opacity;
  animation: mesh-breathe 22s ease-in-out infinite, mesh-pan 38s ease-in-out infinite alternate;
}

.hero-mesh::after {
  content: "";
  position: absolute;
  inset: -20%;
  background: radial-gradient(ellipse 55% 45% at 70% 30%, rgba(255, 230, 120, 0.12), transparent 60%),
    radial-gradient(ellipse 40% 40% at 20% 80%, rgba(255, 204, 0, 0.08), transparent 55%);
  pointer-events: none;
  animation: mesh-aurora 16s ease-in-out infinite;
  mix-blend-mode: screen;
  opacity: 0.85;
}

@keyframes mesh-breathe {
  0%,
  100% {
    opacity: 0.92;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.03);
  }
}

@keyframes mesh-pan {
  0% {
    background-position: 0% 40%;
  }
  100% {
    background-position: 100% 60%;
  }
}

@keyframes mesh-aurora {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 0.7;
  }
  33% {
    transform: translate(3%, -2%) rotate(2deg);
    opacity: 0.95;
  }
  66% {
    transform: translate(-2%, 3%) rotate(-1.5deg);
    opacity: 0.8;
  }
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  transform-style: preserve-3d;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

/* Hero copy: staggered entrance (static page load) */
@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * {
    opacity: 0;
    animation: hero-fade-rise var(--motion-hero) var(--ease-out) forwards;
  }

  .hero-copy > *:nth-child(1) {
    animation-delay: 0.06s;
  }

  .hero-copy > *:nth-child(2) {
    animation-delay: 0.14s;
  }

  .hero-copy > *:nth-child(3) {
    animation-delay: 0.22s;
  }

  .hero-copy > *:nth-child(4) {
    animation-delay: 0.3s;
  }

  .hero-copy > *:nth-child(5) {
    animation-delay: 0.38s;
  }

  .hero-copy > *:nth-child(6) {
    animation-delay: 0.46s;
  }

  .hero-copy > *:nth-child(7) {
    animation-delay: 0.52s;
  }
}

@keyframes hero-fade-rise {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.98);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

.hero-category {
  margin: 0 0 var(--space-2);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d8d0e6;
  line-height: 1.4;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-3);
}

.hero-kicker-line {
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 1rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  /* Dark hero: light copy on stronger gold chip (brown text was near-invisible on 10% yellow over black) */
  color: #fff8e4;
  background: rgba(255, 204, 0, 0.22);
  border: 1px solid rgba(255, 224, 140, 0.42);
  border-radius: 999px;
  margin-bottom: 1.75rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.trust-pill--hero {
  margin-bottom: var(--space-3);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  box-shadow:
    0 0 0 1px rgba(255, 220, 120, 0.28),
    0 4px 20px rgba(255, 204, 0, 0.14);
}

.trust-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 16px #4ade80;
  animation: pulse-dot 2.2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.65;
    transform: scale(0.92);
  }
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw + 0.35rem, 5rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin: 0 0 var(--space-3);
}

.hero-title-line {
  display: block;
  color: var(--text);
}

.hero-title-gradient {
  display: block;
  color: var(--btn-primary-bg);
}

/*
 * Hindi / Devanagari: -webkit-background-clip: text cuts below-baseline matras
 * (e.g. ू in दूर). Tight line-height makes it worse. Use solid gold + glow in hi.
 */
html[lang="hi"] .hero-title {
  font-family: "Noto Sans Devanagari", var(--font-ui), system-ui, sans-serif;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

html[lang="hi"] .hero-title-line,
html[lang="hi"] .hero-title-gradient {
  padding-bottom: 0.2em;
  overflow: visible;
}

html[lang="hi"] .hero-title-gradient {
  color: var(--btn-primary-bg);
}

html[lang="hi"] .text-gradient-soft {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: unset;
  color: var(--btn-primary-bg);
}

.hero-sub {
  font-size: 1.1875rem;
  font-weight: 500;
  color: #c8c2d4;
  max-width: var(--readable);
  margin: 0 0 var(--space-4);
  line-height: 1.68;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-bottom: var(--space-2);
}

.hero-inline {
  margin: 0;
}

.hero-inline-link {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--btn-primary-bg);
  text-decoration: none;
  cursor: pointer !important;
  border-bottom: 1px solid rgba(255, 204, 0, 0.35);
  transition: color 0.2s, border-color 0.2s;
}

.hero-inline-link:hover {
  color: var(--gold-2);
  border-bottom-color: rgba(255, 240, 180, 0.55);
}

.btn-cta-primary {
  min-height: 3.35rem;
  padding-left: 1.85rem;
  padding-right: 1.85rem;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.2),
    0 4px 0 rgba(0, 0, 0, 0.12),
    0 8px 28px rgba(255, 204, 0, 0.25);
}

.btn-cta-primary:hover {
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.18),
    0 5px 0 rgba(0, 0, 0, 0.1),
    0 14px 36px rgba(255, 204, 0, 0.32);
}

.btn-cta-secondary {
  min-height: 3.35rem;
  padding-left: 1.65rem;
  padding-right: 1.65rem;
  font-weight: 700;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.22);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.badge-item {
  position: relative;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--text-2);
  padding: 0.45rem 1rem;
  background: var(--badge-pill-bg);
  border-radius: 999px;
  border: 1px solid var(--border);
}

.badge-glow {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 0.4rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px var(--gold-hot);
  vertical-align: middle;
}

.hero-device {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 560px;
  transform-style: preserve-3d;
  isolation: isolate;
}

.hero-device .phone-frame,
.hero-device .phone-glow,
.hero-device .hero-city-atmo,
.hero-device .hero-illustration {
  box-shadow: none;
}

/* ---------- Hero “city alive” stack (decorative) ---------- */
.hero-city-atmo {
  position: absolute;
  inset: -14% -10% -10% -5%;
  z-index: 0;
  pointer-events: none;
  overflow: visible;
}

.hero-city-atmo__inner {
  position: absolute;
  inset: 0;
  animation: hero-atmo-drift 42s ease-in-out infinite alternate;
  will-change: transform;
}

.hero-city-atmo__map {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 42%;
  transform: scale(1.22);
  filter: blur(24px) saturate(1.15) brightness(0.48) contrast(1.06);
}

.hero-city-atmo__glow {
  position: absolute;
  inset: -20%;
  background: radial-gradient(ellipse 55% 50% at 50% 45%, rgba(255, 214, 80, 0.22), transparent 62%),
    radial-gradient(ellipse 40% 42% at 72% 28%, rgba(255, 204, 0, 0.14), transparent 55%);
  mix-blend-mode: screen;
  animation: hero-city-pulse 9s ease-in-out infinite;
  opacity: 0.9;
}

.hero-city-atmo__veil {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 80% 50%, transparent 50%, rgba(3, 3, 10, 0.18) 85%, transparent 100%);
  pointer-events: none;
}

@keyframes hero-atmo-drift {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(-2.5%, 1.5%) scale(1.04);
  }
}

@keyframes hero-city-pulse {
  0%,
  100% {
    opacity: 0.75;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

.hero-orbs {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(28px);
  opacity: 0.38;
  animation: hero-orb-float 14s ease-in-out infinite;
}

.hero-orb--1 {
  width: 180px;
  height: 180px;
  left: 2%;
  top: 18%;
  background: radial-gradient(circle, rgba(255, 220, 100, 0.5), transparent 68%);
  animation-delay: 0s;
}

.hero-orb--2 {
  width: 220px;
  height: 220px;
  right: -4%;
  bottom: 22%;
  background: radial-gradient(circle, rgba(255, 180, 60, 0.35), transparent 70%);
  animation-delay: -4.5s;
  animation-duration: 17s;
}

.hero-orb--3 {
  width: 140px;
  height: 140px;
  right: 18%;
  top: 8%;
  background: radial-gradient(circle, rgba(120, 200, 255, 0.12), transparent 65%);
  animation-delay: -2s;
  animation-duration: 12s;
}

@keyframes hero-orb-float {
  0%,
  100% {
    transform: translate(0, 0);
    opacity: 0.45;
  }
  50% {
    transform: translate(12px, -18px);
    opacity: 0.7;
  }
}

/* Light trails (SVG) — rides in motion feel */
.hero-trails-svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(118%, 640px);
  height: auto;
  aspect-ratio: 520 / 620;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
  overflow: visible;
  opacity: 0.88;
}

.hero-trail-path {
  stroke-dasharray: 16 104;
  stroke-dashoffset: 0;
  animation: hero-trail-dash 5.2s linear infinite;
}

.hero-trail-path--2 {
  stroke-dasharray: 14 112;
  animation-duration: 6.8s;
  animation-delay: -2.4s;
}

.hero-trail-path--3 {
  stroke-dasharray: 12 96;
  animation-duration: 7.6s;
  animation-delay: -4.2s;
}

@keyframes hero-trail-dash {
  to {
    stroke-dashoffset: -120;
  }
}

/* Moving ride highlights (driver / vehicle pings) */
.hero-rides {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.hero-ride {
  position: absolute;
  width: 11px;
  height: 11px;
  margin: -5px 0 0 -5px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fffef2 0%, #ffdc40 45%, #c9a000 100%);
  box-shadow:
    0 0 10px rgba(255, 230, 120, 0.95),
    0 0 22px rgba(255, 204, 0, 0.55),
    0 0 40px rgba(255, 180, 0, 0.25);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.hero-ride--1 {
  left: 12%;
  top: 68%;
  animation: hero-ride-a 11s infinite;
}

.hero-ride--2 {
  left: 88%;
  top: 22%;
  animation: hero-ride-b 13s infinite;
  animation-delay: -3s;
}

.hero-ride--3 {
  left: 22%;
  top: 88%;
  animation: hero-ride-c 10.5s infinite;
  animation-delay: -5s;
}

@keyframes hero-ride-a {
  0% {
    transform: translate(0, 0) scale(0.85);
    opacity: 0.35;
  }
  35% {
    transform: translate(42px, -95px) scale(1.05);
    opacity: 1;
  }
  70% {
    transform: translate(88px, -165px) scale(1);
    opacity: 0.85;
  }
  100% {
    transform: translate(120px, -210px) scale(0.9);
    opacity: 0.4;
  }
}

@keyframes hero-ride-b {
  0% {
    transform: translate(0, 0) scale(0.9);
    opacity: 0.4;
  }
  40% {
    transform: translate(-70px, 85px) scale(1.08);
    opacity: 1;
  }
  100% {
    transform: translate(-130px, 165px) scale(0.85);
    opacity: 0.35;
  }
}

@keyframes hero-ride-c {
  0% {
    transform: translate(0, 0);
    opacity: 0.45;
  }
  50% {
    transform: translate(180px, -55px) scale(1.1);
    opacity: 1;
  }
  100% {
    transform: translate(260px, -20px);
    opacity: 0.4;
  }
}

/* Map-style pins around the device */
.hero-scene-pins {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.hero-scene-pin {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 248, 220, 0.9);
  background: linear-gradient(145deg, #ffea70, #ffcc00);
  box-shadow: 0 0 0 0 rgba(255, 204, 0, 0.55);
  animation: hero-pin-pulse 2.8s ease-out infinite;
}

.hero-scene-pin::after {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  border: 1px solid rgba(255, 204, 0, 0.25);
  animation: hero-pin-ring 2.8s ease-out infinite;
  pointer-events: none;
}

.hero-scene-pin--1 {
  left: 18%;
  top: 28%;
  animation-delay: 0s;
}

.hero-scene-pin--2 {
  right: 14%;
  top: 34%;
  animation-delay: -0.9s;
}

.hero-scene-pin--3 {
  left: 10%;
  bottom: 26%;
  animation-delay: -1.8s;
}

.hero-scene-pin--4 {
  right: 20%;
  bottom: 20%;
  animation-delay: -2.2s;
}

@keyframes hero-pin-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 204, 0, 0.45);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 0 10px rgba(255, 204, 0, 0);
  }
}

@keyframes hero-pin-ring {
  0% {
    transform: scale(0.65);
    opacity: 0.85;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* Full-bleed hero illustration — softer so map + trails read as the story */
.hero-illustration {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -48%);
  width: min(128%, 960px);
  max-width: none;
  z-index: 1;
  pointer-events: none;
  opacity: 0.52;
  mix-blend-mode: screen;
}

.hero-illustration__img {
  display: block;
  width: 100%;
  height: auto;
  animation: hero-illo-drift 20s ease-in-out infinite alternate;
}

@keyframes hero-illo-drift {
  from {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: translate(-10px, 8px) scale(1.03);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-illustration__img {
    animation: none;
  }
}

/* Light hero: no grey “city haze” behind banner — keep canvas clean white */
html[data-theme="light"] .hero-city-atmo {
  display: none;
}

html[data-theme="light"] .hero-orbs {
  display: none;
}

html[data-theme="light"] .hero-illustration {
  display: none;
}

@media (max-width: 640px) {
  .hero-illustration {
    width: min(145%, 720px);
    opacity: 0.42;
  }
}

html[data-theme="light"] .hero-trails-svg {
  opacity: 0.62;
}

html[data-theme="light"] .hero-ride {
  box-shadow:
    0 0 8px rgba(255, 210, 60, 0.85),
    0 0 18px rgba(255, 190, 0, 0.35);
}

@media (max-width: 640px) {
  .hero-city-atmo__map {
    filter: blur(24px) saturate(1.1) brightness(0.48) contrast(1.05);
  }

  .hero-trails-svg {
    opacity: 0.65;
    width: min(130%, 560px);
  }

  .hero-ride--3 {
    opacity: 0.85;
  }
}

/* Trust strip directly under hero fold */
.hero-trust-strip {
  position: relative;
  z-index: 2;
  margin-top: var(--space-5);
  padding: var(--space-3) var(--space-3);
  border-radius: var(--card-radius);
  border: 1px solid rgba(255, 204, 0, 0.22);
  background: linear-gradient(105deg, rgba(20, 18, 12, 0.85) 0%, rgba(12, 11, 18, 0.92) 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35), 0 12px 40px rgba(0, 0, 0, 0.25);
}

.hero-trust-strip__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--space-2) var(--space-3);
  max-width: 1100px;
  margin: 0 auto;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(244, 242, 248, 0.88);
  letter-spacing: 0.02em;
}

.hero-trust-strip__item--live {
  color: var(--text);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.hero-trust-strip__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 14px #4ade80;
  animation: pulse-dot 2.2s ease-in-out infinite;
}

.hero-trust-strip__sep {
  width: 1px;
  height: 1rem;
  background: var(--border-bright);
  opacity: 0.5;
}

@media (max-width: 640px) {
  .hero-trust-strip__sep {
    display: none;
  }

  .hero-trust-strip__inner {
    flex-direction: column;
    text-align: center;
  }
}

.phone-glow {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: var(--phone-glow-bg);
  filter: blur(14px);
  animation: glow-pulse 6s ease-in-out infinite;
  z-index: 0;
  opacity: 0.95;
}

@keyframes glow-pulse {
  0%,
  100% {
    opacity: 0.85;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.06);
  }
}

/* Float on wrapper so inner frame can tilt on pointer without fighting keyframes */
.phone-frame-wrap {
  position: relative;
  z-index: 3;
  transform-style: preserve-3d;
  animation: phone-float 8s ease-in-out infinite;
}

.phone-frame {
  position: relative;
  z-index: 2;
  width: 318px;
  background: var(--phone-frame-bg);
  border-radius: 42px;
  padding: 15px;
  box-shadow:
    var(--phone-shadow),
    0 0 0 1px rgba(255, 204, 0, 0.14),
    0 12px 40px rgba(0, 0, 0, 0.35),
    0 32px 100px rgba(0, 0, 0, 0.42),
    0 0 80px rgba(255, 204, 0, 0.06);
  transform-style: preserve-3d;
  transition: transform 0.35s var(--ease-out), box-shadow 0.45s var(--ease);
  will-change: transform;
}

.phone-frame.is-tilting {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 6px 16px rgba(0, 0, 0, 0.5),
    0 16px 40px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 204, 0, 0.12),
    0 8px 24px rgba(255, 204, 0, 0.08);
}

@keyframes phone-float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-14px) rotate(-0.6deg);
  }
}

.phone-notch {
  width: 108px;
  height: 30px;
  background: var(--phone-notch-bg);
  border-radius: 0 0 18px 18px;
  margin: 0 auto 10px;
}

.phone-screen {
  background: var(--phone-inner-bg);
  border-radius: 26px;
  overflow: hidden;
  min-height: 452px;
  position: relative;
}

.mock-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem 1rem 0.35rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.92);
  background: linear-gradient(180deg, rgba(30, 28, 40, 0.98), rgba(12, 11, 18, 0.95));
  border-bottom: 1px solid var(--border);
}

.mock-status__icons {
  width: 3.25rem;
  height: 0.55rem;
  border-radius: 3px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.06));
}

.mock-map {
  height: 198px;
  position: relative;
  overflow: hidden;
  background: var(--mock-map-bg);
  border-bottom: 1px solid var(--border);
}

.mock-map__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 42%;
  z-index: 0;
  pointer-events: none;
}

.mock-map::before {
  content: "";
  position: absolute;
  inset: -30%;
  z-index: 1;
  background: radial-gradient(circle at 35% 45%, rgba(255, 204, 0, 0.14), transparent 42%),
    radial-gradient(circle at 75% 60%, rgba(255, 240, 160, 0.08), transparent 38%);
  pointer-events: none;
  animation: map-glow-drift 9s ease-in-out infinite;
}

@keyframes map-glow-drift {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.85;
  }
  50% {
    transform: translate(6%, -4%) scale(1.08);
    opacity: 1;
  }
}

.mock-route--glow {
  position: absolute;
  left: 14%;
  top: 40%;
  width: 58%;
  height: 10px;
  z-index: 2;
  border-radius: 6px;
  transform: rotate(-18deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 204, 0, 0.25) 35%,
    rgba(255, 230, 120, 0.35) 50%,
    rgba(255, 204, 0, 0.22) 65%,
    transparent
  );
  filter: blur(5px);
  opacity: 0.65;
  animation: route-glow-flow 3.4s ease-in-out infinite;
  pointer-events: none;
}

@keyframes route-glow-flow {
  0%,
  100% {
    opacity: 0.45;
    transform: rotate(-18deg) scaleX(0.92);
  }
  50% {
    opacity: 0.85;
    transform: rotate(-18deg) scaleX(1.06);
  }
}

.mock-route {
  position: absolute;
  left: 18%;
  top: 42%;
  width: 52%;
  height: 3px;
  z-index: 3;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 204, 0, 0.2) 20%,
    var(--btn-primary-bg) 50%,
    rgba(255, 224, 102, 0.5) 80%,
    transparent
  );
  background-size: 200% 100%;
  opacity: 0.85;
  transform: rotate(-18deg);
  box-shadow:
    0 0 14px rgba(255, 204, 0, 0.55),
    0 0 28px rgba(255, 200, 0, 0.2);
  animation: route-flow 2.8s ease-in-out infinite;
}

.mock-map-pins {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.mock-map-pin {
  position: absolute;
  width: 9px;
  height: 9px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.95);
  background: linear-gradient(160deg, #fff6b0, #ffcc00);
  box-shadow: 0 0 10px rgba(255, 204, 0, 0.65);
  animation: mock-pin-live 2.4s ease-in-out infinite;
}

.mock-map-pin--a {
  left: 28%;
  top: 48%;
}

.mock-map-pin--b {
  left: 62%;
  top: 38%;
  animation-delay: -0.8s;
}

.mock-map-pin--c {
  left: 48%;
  top: 58%;
  animation-delay: -1.5s;
}

@keyframes mock-pin-live {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 204, 0, 0.5);
  }
  50% {
    transform: scale(1.12);
    box-shadow: 0 0 0 8px rgba(255, 204, 0, 0);
  }
}

@keyframes route-flow {
  0%,
  100% {
    background-position: 0% 50%;
    opacity: 0.65;
  }
  50% {
    background-position: 100% 50%;
    opacity: 0.95;
  }
}

.mock-sheet {
  padding: 1.35rem;
  position: relative;
  z-index: 1;
}

.mock-handle {
  width: 42px;
  height: 4px;
  background: var(--mock-handle);
  border-radius: 2px;
  margin: 0 auto 1.1rem;
}

.mock-label {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--text-3);
  margin: 0;
}

.mock-place {
  font-weight: 600;
  margin: 0.35rem 0 1.1rem;
  font-size: 1.0625rem;
}

.mock-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.1rem;
  font-size: 0.875rem;
  color: var(--text-2);
}

.mock-eta {
  color: var(--gold-2);
  font-weight: 600;
}

.mock-fare {
  font-weight: 700;
  color: var(--text);
  font-variant-numeric: tabular-nums;
}

.mock-btn {
  text-align: center;
  padding: 0.85rem;
  background: var(--btn-primary-bg);
  color: var(--btn-primary-fg);
  font-weight: 700;
  border-radius: var(--radius-sm);
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  animation: mock-btn-pulse 3.2s ease-in-out infinite;
}

@keyframes mock-btn-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 204, 0, 0);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 28px rgba(255, 204, 0, 0.4);
    transform: scale(1.02);
  }
}

.phone-reflection {
  width: 260px;
  height: 80px;
  margin-top: -20px;
  background: var(--reflection-grad);
  border-radius: 50%;
  filter: blur(20px);
  transform: scaleX(1.2);
  opacity: 0.35;
  z-index: 2;
}

@media (prefers-reduced-motion: no-preference) {
  .phone-reflection {
    animation: reflection-pulse 7.5s ease-in-out infinite;
  }
}

@keyframes reflection-pulse {
  0%,
  100% {
    opacity: 0.3;
    transform: scaleX(1.18) scaleY(1);
  }
  50% {
    opacity: 0.5;
    transform: scaleX(1.26) scaleY(1.06);
  }
}

.hero-float {
  position: absolute;
  padding: 0.9rem 1.15rem;
  border-radius: var(--radius-sm);
  font-size: 0.8125rem;
  z-index: 4;
  animation: float-card 5.5s ease-in-out infinite;
}

.hero-float strong {
  display: block;
  font-weight: 700;
  color: var(--gold-2);
  margin-bottom: 0.2rem;
}

.hero-float--1 {
  top: 10%;
  right: -2%;
  animation-delay: 0s;
}

.hero-float--2 {
  bottom: 14%;
  left: -4%;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  animation-delay: -2.5s;
}

.float-svg {
  flex-shrink: 0;
  color: var(--btn-primary-bg);
  opacity: 0.95;
}

@keyframes float-card {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(0.8deg);
  }
}

@media (max-width: 960px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 3rem;
  }

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

  .hero-sub {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-cta-row {
    justify-content: center;
  }

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

  .hero-float {
    display: none;
  }

  .hero-device {
    min-height: 500px;
  }

  .hero-trails-svg {
    opacity: 0.55;
  }
}

/* ---------- Stats ---------- */
.stats-strip {
  position: relative;
  z-index: 1;
  border-block: 1px solid rgba(255, 204, 0, 0.1);
  background: linear-gradient(180deg, #000008 0%, #03030c 45%, #000006 100%);
  padding: var(--space-5) 1.75rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.stats-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

@media (max-width: 768px) {
  .stats-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

.stat-block {
  text-align: center;
  padding: 0.5rem;
}

.stat-number {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 4.8vw, 3.1rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--btn-primary-bg);
  -webkit-text-fill-color: var(--btn-primary-bg);
  margin-bottom: 0.4rem;
}

@media (prefers-reduced-motion: no-preference) {
  .stat-number {
    animation: stat-glow 5s ease-in-out infinite;
  }

  .stat-block:nth-child(2) .stat-number {
    animation-delay: -1.2s;
  }

  .stat-block:nth-child(3) .stat-number {
    animation-delay: -2.4s;
  }

  .stat-block:nth-child(4) .stat-number {
    animation-delay: -3.6s;
  }
}

@keyframes stat-glow {
  0%,
  100% {
    text-shadow: 0 0 0 transparent;
    transform: scale(1);
  }
  50% {
    text-shadow: 0 0 28px rgba(255, 204, 0, 0.35);
    transform: scale(1.02);
  }
}

.stat-desc {
  font-size: 0.84375rem;
  font-weight: 500;
  color: var(--text-2);
  line-height: 1.5;
  max-width: 12rem;
  margin: 0 auto;
}

.stats-footnote {
  max-width: 1180px;
  margin: 1.5rem auto 0;
  padding: 0 1.75rem;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: var(--text-3);
  text-align: center;
}

/* ---------- Sections ---------- */
.section {
  padding: var(--section-y-lg) 1.75rem;
  max-width: 1180px;
  margin: 0 auto;
}

.section--tint {
  margin-top: var(--space-2);
  margin-bottom: var(--space-2);
  padding-top: calc(var(--section-y-lg) + var(--space-1));
  padding-bottom: calc(var(--section-y-lg) + var(--space-1));
  border-radius: calc(var(--card-radius) + 6px);
  background: linear-gradient(165deg, rgba(255, 204, 0, 0.07) 0%, rgba(255, 204, 0, 0.02) 42%, transparent 78%);
  border: 1px solid rgba(255, 204, 0, 0.1);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

/* Section rhythm: stronger contrast between bands (dark theme) */
.section--fullbleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  left: auto;
  right: auto;
}

.section--glass {
  margin-top: var(--space-3);
  margin-bottom: var(--space-3);
  padding-top: calc(var(--section-y-lg) + var(--space-2));
  padding-bottom: calc(var(--section-y-lg) + var(--space-2));
  border-radius: calc(var(--card-radius) + 10px);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.012) 55%, rgba(3, 3, 10, 0.5) 100%);
  border: 1px solid rgba(255, 204, 0, 0.12);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.section--void {
  background: #020208;
  border-radius: 0;
  border-block: 1px solid rgba(255, 255, 255, 0.04);
  box-shadow: none;
}

.section--spotlight {
  margin-top: var(--space-3);
  margin-bottom: var(--space-3);
  padding-top: calc(var(--section-y-lg) + var(--space-2));
  padding-bottom: calc(var(--section-y-lg) + var(--space-2));
  border-radius: calc(var(--card-radius) + 12px);
  background: radial-gradient(ellipse 90% 70% at 50% -20%, rgba(255, 204, 0, 0.14) 0%, transparent 52%),
    linear-gradient(180deg, rgba(18, 14, 8, 0.92) 0%, rgba(4, 4, 10, 0.98) 100%);
  border: 1px solid rgba(255, 204, 0, 0.16);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 230, 140, 0.06);
}

.section--visual-heavy.section-cities {
  padding-top: calc(var(--section-y-lg) + var(--space-2));
  padding-bottom: calc(var(--section-y-lg) + var(--space-2));
}

.section--band {
  max-width: 1220px;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: calc(var(--card-radius) + 4px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, transparent 55%);
  border: 1px solid var(--border);
}

.section-cta-band {
  padding-top: var(--space-4);
  padding-bottom: var(--space-4);
}

.cta-band {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding: var(--space-4) var(--space-4);
  border-radius: calc(var(--card-radius) + 8px);
  border: 1px solid rgba(255, 204, 0, 0.28);
  background: linear-gradient(135deg, rgba(32, 28, 18, 0.95) 0%, rgba(14, 12, 10, 0.98) 100%);
  box-shadow: var(--shadow-card-lg), 0 0 40px rgba(255, 204, 0, 0.06);
}

.cta-band__title {
  margin: 0 0 var(--space-1);
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.cta-band__sub {
  margin: 0;
  max-width: 32rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text-2);
}

.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

@media (max-width: 720px) {
  .cta-band {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .cta-band__actions {
    justify-content: center;
  }

  .cta-band__sub {
    margin: 0 auto;
  }
}

.section-intro {
  max-width: 36rem;
  margin-bottom: var(--space-5);
}

.section-intro--row {
  max-width: none;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: end;
  margin-bottom: 3.5rem;
}

@media (max-width: 768px) {
  .section-intro--row {
    grid-template-columns: 1fr;
  }
}

.eyebrow {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-muted);
  margin-bottom: 0.9rem;
}

.h2 {
  font-family: var(--font-display);
  font-size: clamp(2.45rem, 4.8vw, 3.65rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.042em;
  margin: 0 0 var(--space-2);
}

.h2--xl {
  font-size: clamp(2.75rem, 6vw, 4rem);
}

.h2 em {
  font-style: italic;
  font-weight: 700;
  color: var(--btn-primary-bg);
}

.h2--center {
  text-align: center;
}

.lead {
  font-size: 1.0625rem;
  color: var(--text-2);
  margin: 0;
  line-height: 1.72;
  max-width: var(--readable);
}

.lead--narrow {
  max-width: 26rem;
}

.lead--center {
  text-align: center;
  max-width: 34rem;
  margin: 0 auto 2.75rem;
}

.text-gradient-soft {
  background: linear-gradient(120deg, #fff176, var(--btn-primary-bg));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Cab yellow highlight (no brown/gold gradient) */
.text-yellow-pop {
  color: var(--btn-primary-bg);
  -webkit-text-fill-color: var(--btn-primary-bg);
}

.text-gold-shine {
  color: var(--btn-primary-bg);
  -webkit-text-fill-color: var(--btn-primary-bg);
}

.text-muted-inline {
  color: var(--text-2);
  font-weight: 600;
}

.download-eyebrow {
  text-align: center;
  font-family: var(--font-ui);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--text-3);
  margin: 0 0 0.75rem;
}

/* ---------- Steps ---------- */
.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

@media (max-width: 900px) {
  .steps {
    grid-template-columns: 1fr;
  }
}

.step-card {
  padding: 2.25rem;
  transition: transform 0.45s var(--ease), box-shadow 0.45s;
  z-index: 1;
}

.step-card > * {
  position: relative;
  z-index: 1;
}

.step-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--step-hover-shadow);
}

.step-card--line {
  background: linear-gradient(165deg, rgba(20, 22, 36, 0.6) 0%, rgba(12, 14, 26, 0.75) 50%, rgba(8, 10, 22, 0.85) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.step-card--line::before {
  opacity: 0.5;
}

.step-card--soft {
  background: linear-gradient(165deg, rgba(16, 18, 30, 0.7) 0%, rgba(10, 12, 24, 0.85) 50%, rgba(6, 8, 18, 0.92) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.step-card--accent {
  background: linear-gradient(165deg, rgba(22, 20, 36, 0.92) 0%, rgba(14, 12, 28, 0.96) 50%, rgba(10, 8, 24, 0.98) 100%);
  border: 1px solid rgba(255, 204, 0, 0.18);
  box-shadow:
    var(--shadow-card),
    0 0 0 1px rgba(255, 204, 0, 0.08),
    inset 0 1px 0 rgba(255, 204, 0, 0.06);
}

html[data-theme="light"] .step-card--line {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 252, 0.97) 50%, rgba(242, 243, 248, 0.99) 100%);
  border-color: rgba(22, 18, 35, 0.1);
  box-shadow: var(--shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

html[data-theme="light"] .step-card--soft {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.92) 0%, rgba(245, 246, 250, 0.96) 50%, rgba(238, 240, 248, 0.98) 100%);
  border-color: rgba(22, 18, 35, 0.08);
  box-shadow: var(--shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

html[data-theme="light"] .step-card--accent {
  background: linear-gradient(165deg, rgba(255, 253, 248, 0.98) 0%, rgba(252, 248, 238, 0.99) 50%, rgba(250, 246, 232, 1) 100%);
  border-color: rgba(255, 193, 7, 0.35);
  box-shadow: var(--shadow-card), 0 0 0 1px rgba(255, 193, 7, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.step-num {
  font-family: var(--font-display);
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1;
  color: var(--btn-primary-bg);
  margin-bottom: 0.75rem;
  letter-spacing: -0.04em;
  opacity: 0.58;
}

.section-how .eyebrow {
  color: var(--btn-primary-bg);
  opacity: 0.9;
}

.how-journey-illustration {
  max-width: 920px;
  margin: -0.5rem auto var(--space-5);
  padding: 0 var(--space-2);
  pointer-events: none;
  opacity: 0.85;
}

.how-journey-illustration img {
  display: block;
  width: 100%;
  height: auto;
}

html[data-theme="light"] .how-journey-illustration {
  opacity: 0.55;
}

html[data-theme="light"] .step-num {
  opacity: 0.88;
}

.step-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 0.65rem;
}

.step-card p {
  margin: 0;
  color: var(--text-2);
  font-size: 0.9375rem;
  line-height: 1.65;
}

/* ---------- Vehicles ---------- */
.vehicle-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

@media (max-width: 900px) {
  .vehicle-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .vehicle-grid {
    grid-template-columns: 1fr;
  }
}

.vehicle-card {
  position: relative;
  padding: 2rem 1.75rem;
  transition: transform 0.4s var(--ease), box-shadow 0.4s;
  z-index: 1;
}

.vehicle-card > * {
  position: relative;
  z-index: 1;
}

.vehicle-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: var(--shadow-card-lg), 0 0 0 1px rgba(255, 204, 0, 0.12);
}

.vehicle-card--featured:hover {
  transform: translateY(-10px) scale(1.03);
}

.vehicle-card--outline {
  background: linear-gradient(165deg, rgba(22, 22, 36, 0.7) 0%, rgba(14, 14, 28, 0.85) 50%, rgba(10, 10, 24, 0.92) 100%);
  border: 1px solid rgba(255, 204, 0, 0.18);
  box-shadow: var(--shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.vehicle-card--tint {
  background: linear-gradient(165deg, rgba(24, 22, 34, 0.75) 0%, rgba(16, 14, 28, 0.88) 50%, rgba(12, 10, 24, 0.94) 100%);
  border: 1px solid rgba(255, 204, 0, 0.14);
  box-shadow: var(--shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.vehicle-card--minimal {
  background: linear-gradient(165deg, rgba(20, 18, 32, 0.72) 0%, rgba(12, 11, 26, 0.86) 50%, rgba(10, 9, 22, 0.93) 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: var(--shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.vehicle-card--featured {
  background: var(--vehicle-featured-bg);
}

.vehicle-tag {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--btn-primary-bg);
  z-index: 2;
}

.vehicle-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 1rem;
  color: var(--btn-primary-bg);
  opacity: 0.95;
}

.vehicle-icon svg {
  width: 100%;
  height: 100%;
}

.vehicle-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.vehicle-card p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--text-2);
  line-height: 1.55;
}

/* ---------- Safety ---------- */
.section-safety {
  max-width: 1180px;
}

.section-safety .eyebrow {
  color: var(--btn-primary-bg);
}

.safety-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.5rem;
  align-items: center;
}

@media (max-width: 900px) {
  .safety-layout {
    grid-template-columns: 1fr;
  }
}

.safety-list {
  list-style: none;
  margin: 2.25rem 0 0;
  padding: 0;
}

.safety-list li {
  display: flex;
  gap: 1.15rem;
  margin-bottom: 1.65rem;
}

.safety-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 204, 0, 0.12);
  border: 1px solid rgba(255, 204, 0, 0.28);
  border-radius: var(--radius-sm);
  color: var(--btn-primary-bg);
  flex-shrink: 0;
}

.safety-icon svg {
  width: 24px;
  height: 24px;
}

.safety-list strong {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.safety-list span:last-child {
  font-size: 0.875rem;
  color: var(--text-2);
  line-height: 1.55;
}

.safety-visual {
  display: flex;
  justify-content: center;
}

.safety-card {
  width: 100%;
  max-width: 380px;
  padding: 2.75rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.5s var(--ease), box-shadow 0.55s var(--ease);
}

@media (hover: hover) and (pointer: fine) {
  .safety-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-card-lg), 0 0 0 1px rgba(255, 204, 0, 0.12), 0 8px 22px rgba(255, 204, 0, 0.06);
  }
}

.safety-card > *:not(.safety-pulse):not(.safety-shine) {
  position: relative;
  z-index: 1;
}

.safety-card-title {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.safety-card-text {
  color: var(--text-2);
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
}

.safety-pulse {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 204, 0, 0.32), transparent 68%);
  animation: pulse-ring 5s ease-in-out infinite;
  z-index: 0;
}

.safety-shine {
  position: absolute;
  top: -50%;
  left: -80%;
  width: 60%;
  height: 200%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.04), transparent);
  transform: rotate(12deg);
  animation: shine-sweep 8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes shine-sweep {
  0%,
  100% {
    left: -80%;
  }
  50% {
    left: 120%;
  }
}

@keyframes pulse-ring {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.55;
  }
  50% {
    transform: scale(1.12);
    opacity: 0.9;
  }
}

/* ---------- Drivers ---------- */
.section-drivers {
  max-width: 1180px;
}

.drivers-panel {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.5rem;
  padding: 3.5rem;
  z-index: 1;
  transition: transform 0.55s var(--ease), box-shadow 0.55s var(--ease);
}

@media (hover: hover) and (pointer: fine) {
  .drivers-panel:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-card-lg), 0 0 0 1px rgba(255, 204, 0, 0.06);
  }
}

.drivers-panel > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .drivers-panel {
    grid-template-columns: 1fr;
    padding: 2.5rem;
  }
}

.drivers-points {
  margin: 1.65rem 0 2.25rem;
  padding-left: 1.2rem;
  color: var(--text-2);
}

.drivers-points li {
  margin-bottom: 0.55rem;
}

.drivers-aside {
  display: flex;
  align-items: center;
}

.drivers-aside blockquote {
  margin: 0;
  padding: 2rem;
  border-left: 3px solid var(--btn-primary-bg);
  background: var(--drivers-quote-bg);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.drivers-aside blockquote p {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  font-style: italic;
  margin: 0 0 1.1rem;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.drivers-aside cite {
  font-size: 0.8125rem;
  font-style: normal;
  color: var(--text-3);
  letter-spacing: 0.04em;
}

/* ---------- Cities ---------- */
.section-cities {
  max-width: 1180px;
}

.section-cities.section--band {
  max-width: 1220px;
}

.cities-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  padding: 3.5rem;
  align-items: center;
  z-index: 1;
}

.cities-card > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .cities-card {
    grid-template-columns: 1fr;
  }
}

.city-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.75rem;
}

.chip {
  padding: 0.55rem 1.1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  border-radius: 999px;
  background: var(--chip-neutral-bg);
  border: 1px solid var(--border);
}

.chip-live {
  background: rgba(74, 222, 128, 0.08);
  border-color: rgba(74, 222, 128, 0.28);
  color: #86efac;
}

.chip-muted {
  color: var(--text-3);
}

.cities-map {
  position: relative;
  height: min(42vw, 300px);
  min-height: 220px;
  margin: 0;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow: hidden;
  background: var(--cities-map-bg);
}

.cities-map__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
  z-index: 0;
  animation: cities-map-pan 24s ease-in-out infinite alternate;
}

@keyframes cities-map-pan {
  0% {
    object-position: 44% 38%;
    transform: scale(1.04);
  }
  100% {
    object-position: 56% 48%;
    transform: scale(1.08);
  }
}

.cities-map__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    155deg,
    rgba(3, 3, 12, 0.55) 0%,
    transparent 42%,
    rgba(255, 204, 0, 0.07) 72%,
    rgba(3, 3, 12, 0.35) 100%
  );
}

.map-grid {
  position: absolute;
  inset: 0;
  opacity: var(--map-grid-opacity, 0.15);
  background-image: linear-gradient(var(--map-grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--map-grid-line) 1px, transparent 1px);
  background-size: 24px 24px;
}

.map-pin {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid var(--map-pin-ring);
}

.map-pin--1 {
  top: 38%;
  left: 44%;
  background: var(--btn-primary-bg);
  box-shadow: 0 0 24px rgba(255, 204, 0, 0.5);
  animation: map-pin-bob 3.5s ease-in-out infinite;
}

.map-pin--2 {
  top: 52%;
  left: 58%;
  background: var(--btn-primary-bg);
  box-shadow: 0 0 24px rgba(255, 204, 0, 0.55);
  animation: map-pin-bob 3.5s ease-in-out infinite;
  animation-delay: -1.75s;
}

.map-pin::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px solid rgba(255, 204, 0, 0.35);
  animation: map-pin-ring 2.8s ease-out infinite;
  pointer-events: none;
}

.map-pin--2::after {
  animation-delay: -1.4s;
}

@keyframes map-pin-bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes map-pin-ring {
  0% {
    transform: scale(0.65);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.65);
    opacity: 0;
  }
}

.map-label {
  position: absolute;
  bottom: 1.1rem;
  left: 1.1rem;
  z-index: 2;
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(248, 246, 255, 0.95);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 0 20px rgba(0, 0, 0, 0.4);
}

/* ---------- Testimonials ---------- */
.section-testimonials .section-intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.35rem;
}

@media (max-width: 768px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Media / As seen in ---------- */
.section-media .section-intro {
  max-width: 36rem;
}

.media-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: flex-start;
}

.media-card {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.25rem 1.75rem;
  text-decoration: none;
  color: var(--text);
  cursor: pointer !important;
  border-radius: var(--radius);
  transition: transform 0.35s var(--ease), border-color 0.25s ease;
}

.media-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 204, 0, 0.28);
}

.media-card__logo {
  font-family: var(--font-ui);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text);
}

.media-card__logo-img {
  height: 32px;
  width: auto;
  min-width: 120px;
  object-fit: contain;
  object-position: left center;
}

html:not([data-theme="light"]) .media-card__logo-img {
  filter: invert(1) brightness(1.15);
}

.media-card__cta {
  font-size: 0.9375rem;
  color: var(--gold);
}

.media-card__arrow {
  flex-shrink: 0;
  opacity: 0.8;
}

.media-card:hover .media-card__arrow {
  transform: translateX(4px);
}

.media-card__arrow {
  transition: transform 0.25s var(--ease);
}

.testimonial {
  margin: 0;
  padding: 2rem 1.75rem;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
  z-index: 1;
  border-radius: var(--card-radius);
}

.testimonial > * {
  position: relative;
  z-index: 1;
}

.testimonial:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow: var(--shadow-card-lg), 0 0 0 1px rgba(255, 204, 0, 0.08);
}

.testimonial--accent {
  background: var(--testimonial-accent-bg);
}

.testimonial--quote {
  position: relative;
  border: 1px solid rgba(255, 204, 0, 0.14);
}

.testimonial--quote::before {
  content: "“";
  position: absolute;
  top: 0.85rem;
  left: 1.25rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.25rem;
  line-height: 1;
  color: rgba(255, 204, 0, 0.2);
  pointer-events: none;
  z-index: 0;
}

.testimonial__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2);
  margin-bottom: var(--space-2);
}

.testimonial__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #14110a;
  background: var(--btn-primary-bg);
  border: 2px solid rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}

.testimonial__avatar--accent {
  background: linear-gradient(135deg, #ffe066, var(--btn-primary-bg));
}

.stars {
  color: var(--btn-primary-bg);
  font-size: 0.8125rem;
  letter-spacing: 0.2em;
  margin-bottom: 0;
  opacity: 0.95;
}

.testimonial blockquote {
  margin: 0 0 var(--space-3);
  padding-left: 0.25rem;
  font-size: 1.0625rem;
  line-height: 1.62;
  font-weight: 500;
  color: var(--text);
}

.testimonial figcaption {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-top: var(--space-2);
  border-top: 1px solid var(--border);
}

.testimonial__name {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.01em;
}

.testimonial__meta {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-3);
}

/* ---------- FAQ ---------- */
.faq-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 3.5rem;
  align-items: start;
}

@media (max-width: 768px) {
  .faq-layout {
    grid-template-columns: 1fr;
  }
}

.faq-list {
  padding: 0.5rem 1.75rem;
  border-radius: calc(var(--radius) + 4px);
}

.faq-list--polish {
  padding: var(--space-2) var(--space-4);
}

.faq-list--polish .faq-item summary {
  padding: 1.5rem 0;
  border-radius: var(--radius-sm);
  margin: 0 -0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.faq-list--polish .faq-item summary:hover {
  background: rgba(255, 255, 255, 0.04);
}

.faq-item {
  border-bottom: 1px solid var(--border);
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item summary {
  padding: 1.35rem 0;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer !important;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  transition: color 0.25s;
}

.faq-item summary:hover {
  color: var(--gold-2);
}

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

.faq-list .faq-item summary {
  position: relative;
}

.faq-item summary::after {
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--faq-ctrl-bg);
  flex-shrink: 0;
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--gold-2);
  line-height: 1;
}

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

.faq-item p {
  margin: 0 0 1.35rem;
  color: var(--text-2);
  font-size: 0.9375rem;
  line-height: 1.7;
  padding-right: 2.5rem;
}

/* ---------- Download (Uber-style 50/50 + QR) ---------- */
.section-download {
  max-width: 1180px;
}

.download-intro {
  text-align: center;
  max-width: 640px;
  margin: 0 auto var(--space-4);
}

.download-rating {
  margin: var(--space-3) 0 0;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--btn-primary-bg);
}

.download-scan-kicker {
  margin: 0 0 var(--space-2);
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--text-2);
}

.download-scan-kicker--driver {
  color: var(--text-2);
}

.download-qr__label {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
}

.download-qr__strong {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text);
}

.download-qr__hint {
  font-size: 0.8125rem;
  font-weight: 400;
  color: var(--text-3);
  line-height: 1.35;
  max-width: 10rem;
  text-align: center;
}

.download-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--border);
  border-radius: calc(var(--radius) + 10px);
  overflow: hidden;
  background: var(--lux-bg);
}

@media (max-width: 900px) {
  .download-split {
    grid-template-columns: 1fr;
  }
}

.download-panel {
  padding: 2.75rem 2.25rem 3rem;
  position: relative;
  z-index: 1;
}

.download-panel--rider {
  border-right: 1px solid var(--border);
}

@media (max-width: 900px) {
  .download-panel--rider {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
}

.download-panel--driver {
  background: var(--download-driver-panel-bg);
}

.download-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-3);
}

.download-panel-title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.2vw, 2.35rem);
  font-weight: 800;
  margin: 0.5rem 0 0.35rem;
  letter-spacing: -0.03em;
}

.download-panel-desc {
  color: var(--text-2);
  margin: 0 0 2rem;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.download-store-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem 1.5rem;
  align-items: center;
  margin-bottom: 1.75rem;
}

@media (max-width: 520px) {
  .download-store-row {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .download-qr__frame {
    width: 140px;
    height: 140px;
    padding: 8px;
  }
}

/* Large store CTAs (Apple / Google mark + copy) */
.store-badge-mega {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 0.95rem 1.4rem;
  border-radius: 14px;
  cursor: pointer !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
  text-decoration: none;
  color: #fff;
  background: #0a0a0a;
  transition: transform 0.25s var(--ease), box-shadow 0.25s;
  max-width: 100%;
}

html[data-theme="light"] .store-badge-mega {
  border-color: rgba(0, 0, 0, 0.2);
}

.store-badge-mega:hover {
  transform: translateY(-3px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 2px 6px rgba(0, 0, 0, 0.35),
    0 8px 20px rgba(0, 0, 0, 0.22);
}

.store-badge-mega__mark {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
}

.store-badge-mega__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.12;
  min-width: 0;
}

.store-badge-mega__small {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: none;
  opacity: 0.9;
}

.store-badge-mega__big {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.download-qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  text-align: center;
}

.download-qr__frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  padding: 6px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  overflow: hidden;
}

.download-qr__frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.download-qr__frame svg {
  display: block;
  width: 100%;
  height: 100%;
}

.download-panel-note {
  margin: 0.5rem 0 0;
  font-size: 0.8125rem;
  color: var(--text-3);
  line-height: 1.55;
}

/* Legacy compact store buttons (if reused elsewhere) */
.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.store-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.2rem;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid var(--border-bright);
  color: var(--text);
  background: var(--store-btn-bg);
  transition: background 0.25s, border-color 0.25s, transform 0.25s var(--ease);
}

.store-btn:hover {
  background: var(--store-btn-hover-bg);
  border-color: var(--store-btn-hover-border);
  transform: translateY(-2px);
}

.store-ico {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: linear-gradient(180deg, #fff 0%, #ccc 100%);
  opacity: 0.9;
}

.store-ico--play {
  background: conic-gradient(from 180deg at 50% 50%, #00d4ff, #4285f4, #34a853, #fbbc04, #ea4335, #00d4ff);
  border-radius: 3px;
}

.store-note {
  text-align: center;
  font-size: 0.75rem;
  color: var(--text-3);
  margin-top: 2.25rem;
  letter-spacing: 0.04em;
}

.store-note code {
  font-size: 0.85em;
  padding: 0.1em 0.35em;
  border-radius: 4px;
  background: var(--chip-neutral-bg);
  border: 1px solid var(--border);
}

/* ---------- Static page header & footer (terms, privacy, support, delete) ---------- */
.static-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  background: var(--btn-primary-bg);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 1.25rem;
}

.static-header__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.static-header .logo {
  padding: 0.5rem 0.75rem;
  font-size: 1.2rem;
}

.static-header__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.static-footer {
  margin-top: 4rem;
  padding: 2rem 1.25rem;
  background: var(--btn-primary-bg);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.static-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.static-footer__logo {
  display: inline-block;
  margin-bottom: 1rem;
}

.static-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
  margin-bottom: 1rem;
}

.static-footer__links a {
  color: rgba(20, 17, 10, 0.78);
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}

.static-footer__links a:hover {
  color: #14110a;
}

.static-footer__copy {
  font-size: 0.75rem;
  color: rgba(20, 17, 10, 0.55);
}

/* ---------- Footer ---------- */
.footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding: 4.5rem 1.75rem 2.25rem;
  background: var(--btn-primary-bg);
}

.footer-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr repeat(5, 1fr);
  gap: 2.25rem 2rem;
}

@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

.footer-tagline {
  color: rgba(20, 17, 10, 0.72);
  font-size: 0.9rem;
  margin: 0.75rem 0 var(--space-2);
  max-width: 22rem;
  line-height: 1.62;
  font-weight: 500;
}

.footer-city {
  margin: 0 0 var(--space-2);
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(20, 17, 10, 0.62);
  line-height: 1.5;
  max-width: 22rem;
}

.footer-apps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  margin-bottom: var(--space-3);
}

.footer-apps__label {
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(20, 17, 10, 0.45);
  width: 100%;
}

.footer-apps__link {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #14110a;
  text-decoration: none;
  cursor: pointer !important;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: rgba(0, 0, 0, 0.04);
  transition: background 0.2s, border-color 0.2s;
}

.footer-apps__link:hover {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.28);
}

.footer-col--social .footer-social {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.footer-col--social .footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  color: rgba(20, 17, 10, 0.75);
  text-decoration: none;
  cursor: pointer !important;
  transition: color 0.25s, border-color 0.25s, background 0.25s;
}

.footer-col--social .footer-icon:hover {
  color: #14110a;
  border-color: rgba(0, 0, 0, 0.28);
  background: rgba(0, 0, 0, 0.08);
}

.footer-social {
  display: flex;
  gap: 0.65rem;
}

.footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  color: rgba(20, 17, 10, 0.75);
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer !important;
  transition: color 0.25s, border-color 0.25s, background 0.25s;
}

.footer-icon:hover {
  color: #14110a;
  border-color: rgba(0, 0, 0, 0.28);
  background: rgba(0, 0, 0, 0.08);
}

.footer-col h4 {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(20, 17, 10, 0.52);
  margin: 0 0 1.1rem;
}

.footer-col a {
  display: block;
  color: rgba(20, 17, 10, 0.78);
  text-decoration: none;
  font-size: 0.875rem;
  margin-bottom: 0.7rem;
  cursor: pointer !important;
  transition: color 0.2s;
}

.footer-col a:hover {
  color: #14110a;
}

.footer-bottom {
  max-width: 1180px;
  margin: 3.5rem auto 0;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.8125rem;
  color: rgba(20, 17, 10, 0.62);
}

.footer .logo {
  background: #14110a;
  color: #fff;
  box-shadow: none;
}

.footer .logo:hover {
  background: #2a2418;
  color: #fff;
}

.footer-bottom p {
  margin: 0;
}

/* ---------- Reveal + stagger ---------- */
.reveal {
  opacity: 0;
  transform: translateY(42px) scale(0.988);
  filter: blur(10px);
  transition: opacity var(--motion-reveal) var(--ease-out), transform var(--motion-reveal) var(--ease-out),
    filter var(--motion-reveal) var(--ease-out);
  transform-origin: 50% 85%;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.stats-strip.reveal.is-visible .stat-block:nth-child(1) {
  animation: riseIn 0.85s var(--ease-out) 0.08s both;
}
.stats-strip.reveal.is-visible .stat-block:nth-child(2) {
  animation: riseIn 0.85s var(--ease-out) 0.16s both;
}
.stats-strip.reveal.is-visible .stat-block:nth-child(3) {
  animation: riseIn 0.85s var(--ease-out) 0.24s both;
}
.stats-strip.reveal.is-visible .stat-block:nth-child(4) {
  animation: riseIn 0.85s var(--ease-out) 0.32s both;
}

.section-how.reveal.is-visible .step-card:nth-child(1) {
  animation: riseIn 0.85s var(--ease-out) 0.1s both;
}
.section-how.reveal.is-visible .step-card:nth-child(2) {
  animation: riseIn 0.85s var(--ease-out) 0.2s both;
}
.section-how.reveal.is-visible .step-card:nth-child(3) {
  animation: riseIn 0.85s var(--ease-out) 0.3s both;
}

.section-vehicles.reveal.is-visible .vehicle-card:nth-child(1) {
  animation: riseIn 0.8s var(--ease-out) 0.08s both;
}
.section-vehicles.reveal.is-visible .vehicle-card:nth-child(2) {
  animation: riseIn 0.8s var(--ease-out) 0.14s both;
}
.section-vehicles.reveal.is-visible .vehicle-card:nth-child(3) {
  animation: riseIn 0.8s var(--ease-out) 0.2s both;
}
.section-vehicles.reveal.is-visible .vehicle-card:nth-child(4) {
  animation: riseIn 0.8s var(--ease-out) 0.26s both;
}

.section-testimonials.reveal.is-visible .testimonial:nth-child(1) {
  animation: riseIn 0.8s var(--ease-out) 0.1s both;
}
.section-testimonials.reveal.is-visible .testimonial:nth-child(2) {
  animation: riseIn 0.8s var(--ease-out) 0.18s both;
}
.section-testimonials.reveal.is-visible .testimonial:nth-child(3) {
  animation: riseIn 0.8s var(--ease-out) 0.26s both;
}

.section-download.reveal.is-visible .download-intro > * {
  animation: riseIn 0.75s var(--ease-out) both;
}

.section-download.reveal.is-visible .download-intro > *:nth-child(1) {
  animation-delay: 0.04s;
}

.section-download.reveal.is-visible .download-intro > *:nth-child(2) {
  animation-delay: 0.1s;
}

.section-download.reveal.is-visible .download-intro > *:nth-child(3) {
  animation-delay: 0.16s;
}

.section-download.reveal.is-visible .download-split {
  animation: riseIn 0.85s var(--ease-out) 0.12s both;
}

.section-download.reveal.is-visible .download-panel--rider .download-store-row:nth-of-type(1) {
  animation: riseIn 0.7s var(--ease-out) 0.28s both;
}

.section-download.reveal.is-visible .download-panel--rider .download-store-row:nth-of-type(2) {
  animation: riseIn 0.7s var(--ease-out) 0.38s both;
}

.section-download.reveal.is-visible .download-panel--driver .download-store-row {
  animation: riseIn 0.7s var(--ease-out) 0.34s both;
}

.section-cta-band.reveal.is-visible .cta-band {
  animation: riseIn 0.85s var(--ease-out) 0.12s both;
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(34px) scale(0.94);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .stats-strip.reveal.is-visible .stat-block,
  .section-how.reveal.is-visible .step-card,
  .section-vehicles.reveal.is-visible .vehicle-card,
  .section-testimonials.reveal.is-visible .testimonial,
  .section-download.reveal.is-visible .download-intro > *,
  .section-download.reveal.is-visible .download-split,
  .section-download.reveal.is-visible .download-store-row,
  .section-cta-band.reveal.is-visible .cta-band {
    animation: none;
  }

  .hero-copy > * {
    opacity: 1;
    animation: none;
    filter: none;
    transform: none;
  }

  .marquee-track {
    animation: none;
  }

  .hero-title-gradient {
    animation: none;
  }

  .hero-mesh,
  .hero-mesh::after {
    animation: none;
  }

  .hero-city-atmo__inner,
  .hero-city-atmo__glow {
    animation: none;
  }

  .hero-orb {
    animation: none;
  }

  .hero-trail-path {
    animation: none;
  }

  .hero-ride {
    animation: none;
    opacity: 0.75;
  }

  .hero-scene-pin,
  .hero-scene-pin::after {
    animation: none;
    box-shadow: none;
  }

  .hero-scene-pin::after {
    opacity: 0;
  }

  .mock-map::before,
  .mock-route,
  .mock-route--glow,
  .mock-map-pin,
  .mock-btn {
    animation: none;
  }

  .stat-number {
    animation: none;
    text-shadow: none;
    transform: none;
  }

  .cities-map__img {
    animation: none;
    transform: none;
  }

  .visual-kanpur__map {
    animation: none;
    transform: none;
  }

  .map-pin--1,
  .map-pin--2 {
    animation: none;
  }

  .map-pin::after {
    animation: none;
    opacity: 0;
  }

  .orb,
  .phone-frame-wrap,
  .hero-float,
  .safety-pulse,
  .safety-shine,
  .phone-glow,
  .phone-reflection {
    animation: none;
  }
}

/* ---------- Light theme ---------- */
html[data-theme="light"] {
  color-scheme: light;
  background-color: #ffffff;
  --bg: #ffffff;
  --bg-elevated: #ffffff;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-solid: #ffffff;
  --surface-2: #ebe6dd;
  --border: rgba(26, 20, 40, 0.1);
  --border-bright: rgba(26, 20, 40, 0.16);
  --gold: #b8860b;
  --gold-2: #6e5200;
  --gold-hot: #ffc400;
  --gold-muted: #8a6a00;
  --purple: #6d28d9;
  --purple-2: #7c3aed;
  --purple-deep: #5b21b6;
  --purple-glow: rgba(109, 40, 217, 0.16);
  --text: #161022;
  --text-2: #534c62;
  --text-3: #7a7388;
  --shadow-card:
    0 0 0 1px rgba(22, 18, 35, 0.07),
    0 1px 2px rgba(22, 18, 35, 0.04),
    0 3px 10px rgba(22, 18, 35, 0.06),
    0 8px 22px rgba(22, 18, 35, 0.08);
  --shadow-card-lg:
    0 0 0 1px rgba(22, 18, 35, 0.09),
    0 2px 4px rgba(22, 18, 35, 0.05),
    0 6px 14px rgba(22, 18, 35, 0.07),
    0 14px 32px rgba(22, 18, 35, 0.1);
  --shadow-float:
    0 0 0 1px rgba(22, 18, 35, 0.08),
    0 2px 5px rgba(22, 18, 35, 0.05),
    0 6px 16px rgba(22, 18, 35, 0.08),
    0 12px 28px rgba(22, 18, 35, 0.1);
  --nav-scrolled-shadow: 0 2px 6px rgba(22, 18, 35, 0.06), 0 6px 16px rgba(22, 18, 35, 0.06);
  /* No heavy vignette on light — it read as “whole page blur / haze” */
  --vignette-gradient: transparent;
  --nav-scrolled-bg: rgba(255, 252, 247, 0.98);
  --nav-overlay-bg: rgba(252, 250, 246, 0.98);
  --nav-pill-bg: rgba(22, 18, 35, 0.06);
  --nav-pill-hover: rgba(22, 18, 35, 0.1);
  --marquee-bg: rgba(22, 18, 35, 0.04);
  --lux-bg: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 241, 234, 0.99) 100%);
  --lux-border-grad: linear-gradient(135deg, rgba(255, 255, 255, 0.95), transparent 42%, transparent 58%, rgba(255, 193, 7, 0.22));
  --lux-glow-radial: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(255, 204, 0, 0.12), transparent 65%);
  --glass-bg: rgba(255, 255, 255, 0.96);
  --phone-frame-bg: linear-gradient(160deg, #e8e4de 0%, #d4cfc7 50%, #c5c0b8 100%);
  --phone-notch-bg: #2a2635;
  --phone-inner-bg: #faf8f4;
  --mock-map-bg: linear-gradient(165deg, rgba(255, 193, 7, 0.1) 0%, transparent 55%),
    repeating-linear-gradient(-12deg, transparent, transparent 11px, rgba(22, 18, 35, 0.05) 11px, rgba(22, 18, 35, 0.05) 12px),
    linear-gradient(180deg, #e4dfd6 0%, #d8d3ca 100%);
  --stats-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 241, 234, 1));
  --step-accent-bg: linear-gradient(165deg, rgba(244, 244, 250, 0.99), rgba(232, 233, 240, 0.99));
  --vehicle-featured-bg: linear-gradient(175deg, rgba(255, 253, 245, 0.98), rgba(252, 248, 230, 0.99));
  --testimonial-accent-bg: linear-gradient(175deg, rgba(255, 252, 246, 0.98), rgba(248, 244, 236, 0.99));
  --download-driver-panel-bg: linear-gradient(165deg, rgba(255, 252, 240, 0.98), rgba(250, 245, 228, 0.99));
  --drivers-quote-bg: linear-gradient(90deg, rgba(255, 193, 7, 0.12), rgba(255, 204, 0, 0.06));
  --cities-map-bg: linear-gradient(155deg, rgba(255, 204, 0, 0.16), rgba(255, 180, 0, 0.08));
  --map-grid-line: rgba(22, 18, 35, 0.07);
  --footer-bg-grad: linear-gradient(180deg, rgba(255, 255, 255, 0.98), var(--bg));
  --reflection-grad: linear-gradient(180deg, rgba(22, 18, 35, 0.08), transparent);
  --grain-opacity: 0;
  --orb-opacity: 0.22;
  --orb-gold-mid: rgba(255, 204, 0, 0.28);
  --orb-purple-mid: rgba(255, 200, 60, 0.2);
  --btn-outline-bg: rgba(22, 18, 35, 0.05);
  --btn-outline-inset: rgba(22, 18, 35, 0.06);
  --btn-primary-fg: #140f05;
  --btn-primary-bg: #ffc400;
  --btn-primary-bg-hover: #e6ac00;
  --store-btn-bg: rgba(22, 18, 35, 0.05);
  --store-btn-hover-bg: rgba(22, 18, 35, 0.09);
  --store-btn-hover-border: rgba(22, 18, 35, 0.18);
  --featured-border: rgba(255, 193, 7, 0.35);
  --featured-shadow-glow: 0 0 0 1px rgba(255, 193, 7, 0.32), 0 6px 18px rgba(255, 193, 7, 0.06);
  --hero-mesh-bg: radial-gradient(ellipse 90% 70% at 15% 10%, rgba(255, 204, 0, 0.14), transparent 55%),
    radial-gradient(ellipse 70% 55% at 95% 15%, rgba(255, 204, 0, 0.12), transparent 50%),
    radial-gradient(ellipse 50% 45% at 50% 100%, rgba(255, 180, 0, 0.1), transparent 50%);
  --theme-meta: #ffffff;
  --phone-shadow:
    0 0 0 1px rgba(22, 18, 35, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 3px 10px rgba(22, 18, 35, 0.08),
    0 10px 26px rgba(22, 18, 35, 0.1),
    0 20px 48px rgba(22, 18, 35, 0.09);
  --step-hover-shadow:
    0 0 0 1px rgba(22, 18, 35, 0.08),
    0 4px 10px rgba(22, 18, 35, 0.07),
    0 10px 26px rgba(22, 18, 35, 0.09);
  --badge-pill-bg: rgba(22, 18, 35, 0.05);
  --chip-neutral-bg: rgba(22, 18, 35, 0.06);
  --map-pin-ring: rgba(255, 255, 255, 0.85);
  --map-grid-opacity: 0.35;
  --mock-handle: rgba(22, 18, 35, 0.12);
  --trust-pill-bg: rgba(255, 193, 7, 0.14);
  --trust-pill-border: rgba(255, 180, 0, 0.35);
  --faq-ctrl-bg: rgba(22, 18, 35, 0.05);
  --phone-glow-bg: radial-gradient(circle, rgba(255, 204, 0, 0.24), rgba(255, 200, 80, 0.1) 45%, transparent 70%);
}

html[data-theme="light"] body {
  background-color: #ffffff;
}

html[data-theme="light"] .hero-sub {
  color: var(--text-2);
}

html[data-theme="light"] .hero-category {
  color: var(--text-2);
}

html[data-theme="light"] .trust-pill {
  color: #2a2308;
  background: var(--trust-pill-bg);
  border: 1px solid var(--trust-pill-border);
  text-shadow: none;
}

html[data-theme="light"] .hero-trust-strip {
  background: linear-gradient(105deg, rgba(255, 252, 242, 0.96) 0%, rgba(252, 246, 232, 0.99) 100%);
  border-color: rgba(255, 193, 7, 0.35);
  box-shadow: 0 0 0 1px rgba(22, 18, 35, 0.06), 0 12px 36px rgba(22, 18, 35, 0.08);
}

html[data-theme="light"] .hero-trust-strip__inner {
  color: var(--text-2);
}

html[data-theme="light"] .hero-trust-strip__item--live {
  color: var(--text);
}

html[data-theme="light"] .cities-map__veil {
  background: linear-gradient(
    155deg,
    rgba(255, 252, 248, 0.45) 0%,
    transparent 38%,
    rgba(255, 204, 0, 0.12) 70%,
    rgba(22, 18, 35, 0.12) 100%
  );
}

html[data-theme="light"] .map-label {
  color: rgba(22, 18, 40, 0.92);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95),
    0 0 14px rgba(255, 255, 255, 0.75);
}

html[data-theme="light"] .section--tint {
  background: linear-gradient(165deg, rgba(255, 193, 7, 0.11) 0%, rgba(255, 193, 7, 0.03) 55%, transparent 85%);
  border-color: rgba(255, 193, 7, 0.2);
  box-shadow: 0 20px 50px rgba(22, 18, 35, 0.06);
}

html[data-theme="light"] .section--band {
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.6) 0%, transparent 70%);
}

html[data-theme="light"] .cta-band {
  background: linear-gradient(135deg, rgba(255, 253, 246, 0.98) 0%, rgba(252, 246, 228, 0.99) 100%);
  border-color: rgba(255, 193, 7, 0.35);
  box-shadow: var(--shadow-card-lg), 0 0 36px rgba(255, 193, 7, 0.08);
}

/* No orbs / grain / vignette / hero tint on light — clean white canvas */
html[data-theme="light"] .ambient,
html[data-theme="light"] .grain,
html[data-theme="light"] .vignette {
  display: none;
}

html[data-theme="light"] .hero-mesh {
  display: none;
}

html[data-theme="light"] .hero {
  background: #ffffff;
}

html[data-theme="light"] .phone-glow {
  display: none;
}

html[data-theme="light"] .phone-reflection {
  display: none;
}

html[data-theme="light"] .scroll-progress {
  background: #0a0a0a;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

html[data-theme="light"] ::selection {
  background: rgba(255, 204, 0, 0.35);
  color: var(--text);
}

/* Theme toggle */
.theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  cursor: pointer !important;
  padding: 0;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--nav-pill-bg);
  color: var(--text);
  cursor: pointer !important;
  transition: background 0.25s, border-color 0.25s, transform 0.2s var(--ease);
}

.theme-toggle:hover {
  background: var(--nav-pill-hover);
  transform: scale(1.04);
}

.theme-toggle:focus-visible {
  outline: 2px solid var(--btn-primary-bg);
  outline-offset: 3px;
}

.theme-toggle svg {
  width: 20px;
  height: 20px;
}

.theme-toggle .theme-icon--moon {
  display: none;
}

html[data-theme="light"] .theme-toggle .theme-icon--sun {
  display: none;
}

html[data-theme="light"] .theme-toggle .theme-icon--moon {
  display: block;
}

html[data-theme="light"] .chip-live {
  color: #166534;
}

/* ---------- Trust badge row ---------- */
.trust-badge-row {
  max-width: 1180px;
  margin: 0 auto;
  padding: var(--space-3) 1.75rem var(--space-2);
}

.trust-badge-row__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--space-2) var(--space-4);
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem 0.5rem 0.65rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(244, 242, 248, 0.92);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 204, 0, 0.2);
  border-radius: 999px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.trust-badge--live {
  border-color: rgba(74, 222, 128, 0.35);
  color: #ecfdf5;
}

.trust-badge__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--btn-primary-bg);
  box-shadow: 0 0 12px rgba(255, 204, 0, 0.55);
  flex-shrink: 0;
}

.trust-badge__dot--pulse {
  background: #4ade80;
  box-shadow: 0 0 14px #4ade80;
  animation: trust-dot-pulse 2.2s ease-in-out infinite;
}

@keyframes trust-dot-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.85;
  }
}

.trust-badge-row__fn {
  margin: 0.75rem 0 0;
  text-align: center;
  font-size: 0.6875rem;
  color: var(--text-3);
  letter-spacing: 0.06em;
}

/* ---------- Compact repeating CTA ---------- */
.section-cta-mini {
  padding-top: var(--space-3);
  padding-bottom: var(--space-3);
}

.cta-mini {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  padding: var(--space-4) var(--space-4);
  max-width: 1180px;
  margin: 0 auto;
}

.cta-mini__hook {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
  max-width: 28rem;
  line-height: 1.45;
}

.cta-mini__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

@media (max-width: 640px) {
  .cta-mini {
    flex-direction: column;
    text-align: center;
  }

  .cta-mini__actions {
    justify-content: center;
    width: 100%;
  }
}

/* ---------- Full-bleed: Live Kanpur visual ---------- */
.section-visual-kanpur {
  position: relative;
  min-height: clamp(340px, 56vh, 620px);
  margin-top: var(--space-4);
  margin-bottom: var(--space-4);
  padding: clamp(3rem, 6vw, 5rem) 1.75rem;
  overflow: hidden;
  border-block: 1px solid rgba(255, 204, 0, 0.18);
  background: #000005;
  isolation: isolate;
}

.visual-kanpur__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.visual-kanpur__map {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
  transform: scale(1.08);
  filter: saturate(1.05) brightness(0.35) contrast(1.08);
  animation: vk-map-pan 48s ease-in-out infinite alternate;
}

@keyframes vk-map-pan {
  0% {
    transform: scale(1.06) translate(0, 0);
  }
  100% {
    transform: scale(1.12) translate(-1.5%, 1%);
  }
}

.visual-kanpur__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 8, 0.55) 0%, rgba(0, 0, 6, 0.25) 42%, rgba(0, 0, 8, 0.88) 100%);
  pointer-events: none;
}

.visual-kanpur__grid {
  position: absolute;
  inset: 0;
  opacity: 0.07;
  background-image: linear-gradient(rgba(255, 204, 0, 0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 204, 0, 0.35) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}

.visual-kanpur__content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.visual-kanpur__h2 {
  color: #fff;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.5);
}

.visual-kanpur__lead {
  color: rgba(232, 228, 248, 0.88);
  margin: 0 auto;
  max-width: 34rem;
}

.eyebrow--on-dark {
  color: rgba(255, 236, 160, 0.95);
}

.visual-kanpur__fx {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.visual-kanpur__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.vk-path {
  stroke-dasharray: 22 120;
  animation: vk-dash 6s linear infinite;
  filter: drop-shadow(0 0 8px rgba(255, 204, 0, 0.4));
}

.vk-path--2 {
  stroke-dasharray: 18 130;
  animation-duration: 7.5s;
  animation-delay: -2s;
}

.vk-path--3 {
  stroke-dasharray: 14 100;
  animation-duration: 8.5s;
  animation-delay: -4s;
}

@keyframes vk-dash {
  to {
    stroke-dashoffset: -142;
  }
}

.vk-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fffef2, #ffcc00 55%, #a08000 100%);
  box-shadow: 0 0 14px rgba(255, 220, 100, 0.9), 0 0 36px rgba(255, 180, 0, 0.35);
  animation: vk-dot-move 14s ease-in-out infinite;
}

.vk-dot--1 {
  left: 12%;
  top: 58%;
}

.vk-dot--2 {
  left: 28%;
  top: 38%;
  animation-delay: -2.5s;
  animation-duration: 16s;
}

.vk-dot--3 {
  left: 52%;
  top: 48%;
  animation-delay: -5s;
}

.vk-dot--4 {
  left: 72%;
  top: 32%;
  animation-delay: -3s;
  animation-duration: 18s;
}

.vk-dot--5 {
  left: 88%;
  top: 62%;
  animation-delay: -7s;
}

@keyframes vk-dot-move {
  0%,
  100% {
    transform: translate(0, 0);
    opacity: 0.65;
  }
  50% {
    transform: translate(24px, -32px);
    opacity: 1;
  }
}

.vk-float-icon {
  position: absolute;
  color: rgba(255, 236, 160, 0.85);
  filter: drop-shadow(0 0 10px rgba(255, 204, 0, 0.35));
  animation: vk-icon-float 7s ease-in-out infinite;
}

.vk-float-icon--1 {
  left: 8%;
  top: 22%;
}

.vk-float-icon--2 {
  right: 10%;
  bottom: 28%;
  animation-delay: -3.5s;
  animation-duration: 9s;
}

@keyframes vk-icon-float {
  0%,
  100% {
    transform: translateY(0) rotate(-4deg);
  }
  50% {
    transform: translateY(-14px) rotate(4deg);
  }
}

/* ---------- Inside the app: triple phone ---------- */
.section-visual-apps {
  overflow: hidden;
}

.visual-apps__shell {
  max-width: 1120px;
  margin: 0 auto;
}

.visual-apps__phones {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  min-height: 340px;
  margin-top: var(--space-5);
  padding: var(--space-4) 0 var(--space-2);
  perspective: 1200px;
}

.visual-phone {
  position: relative;
  flex: 0 0 auto;
  transform-style: preserve-3d;
}

.visual-phone--back {
  z-index: 0;
  transform: translateX(28px) rotate(-10deg) scale(0.88) translateZ(-40px);
  filter: blur(1px);
  opacity: 0.82;
  animation: phone-stack-drift 9s ease-in-out infinite;
}

.visual-phone--mid {
  z-index: 2;
  transform: translateY(-12px) scale(1);
  animation: phone-stack-drift-mid 9s ease-in-out infinite;
  animation-delay: -3s;
}

.visual-phone--front {
  z-index: 1;
  transform: translateX(-32px) rotate(8deg) scale(0.92) translateZ(20px);
  filter: blur(0.5px);
  opacity: 0.9;
  animation: phone-stack-drift-front 10s ease-in-out infinite;
  animation-delay: -5s;
}

@keyframes phone-stack-drift {
  0%,
  100% {
    transform: translateX(28px) rotate(-10deg) scale(0.88) translateZ(-40px);
  }
  50% {
    transform: translateX(22px) rotate(-8deg) scale(0.9) translateZ(-36px);
  }
}

@keyframes phone-stack-drift-mid {
  0%,
  100% {
    transform: translateY(-12px) scale(1);
  }
  50% {
    transform: translateY(-20px) scale(1.02);
  }
}

@keyframes phone-stack-drift-front {
  0%,
  100% {
    transform: translateX(-32px) rotate(8deg) scale(0.92) translateZ(20px);
  }
  50% {
    transform: translateX(-28px) rotate(6deg) scale(0.94) translateZ(24px);
  }
}

.visual-phone__frame {
  width: min(200px, 46vw);
  padding: 11px;
  border-radius: 36px;
  background: linear-gradient(165deg, #3a3548 0%, #15131f 55%, #0a0910 100%);
  box-shadow:
    0 0 0 1px rgba(255, 204, 0, 0.12),
    0 20px 50px rgba(0, 0, 0, 0.55),
    0 40px 90px rgba(0, 0, 0, 0.45),
    0 0 60px rgba(255, 204, 0, 0.05);
}

.visual-phone__screen {
  border-radius: 26px;
  overflow: hidden;
  background: linear-gradient(180deg, #0e0c14 0%, #050508 100%);
  min-height: 280px;
  padding: 0.65rem 0.85rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.visual-phone__status {
  height: 10px;
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  width: 42%;
}

.visual-phone__map {
  flex: 1;
  min-height: 120px;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 204, 0, 0.12), rgba(30, 80, 120, 0.25)),
    linear-gradient(180deg, #1a2030, #0a0e18);
  position: relative;
}

.visual-phone__map::after {
  content: "";
  position: absolute;
  left: 30%;
  top: 40%;
  width: 40%;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--btn-primary-bg), transparent);
  transform: rotate(-12deg);
  opacity: 0.85;
  animation: vk-mini-route 3s ease-in-out infinite;
}

@keyframes vk-mini-route {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

.visual-phone__label {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-2);
  text-align: center;
}

.visual-phone__sheet {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 204, 0, 0.2);
  background: rgba(255, 204, 0, 0.06);
}

.visual-phone__chip {
  font-size: 0.8125rem;
  font-weight: 800;
  color: var(--btn-primary-bg);
}

.visual-phone__sub {
  font-size: 0.7rem;
  color: var(--text-3);
}

.visual-phone__trip {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
  padding: 0 0.5rem;
}

.visual-phone__trip-line {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #86efac;
}

.visual-phone__bar {
  height: 8px;
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(74, 222, 128, 0.35), rgba(255, 204, 0, 0.25));
  animation: vk-trip-bar 2.5s ease-in-out infinite;
}

@keyframes vk-trip-bar {
  0%,
  100% {
    transform: scaleX(0.85);
    opacity: 0.7;
  }
  50% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@media (max-width: 720px) {
  .visual-apps__phones {
    flex-direction: column;
    align-items: center;
    min-height: auto;
    gap: var(--space-3);
  }

  .visual-phone--back,
  .visual-phone--mid,
  .visual-phone--front {
    transform: none !important;
    filter: none;
    opacity: 1;
    animation: none !important;
  }
}

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta {
  display: none;
}

@media (max-width: 768px) {
  body {
    padding-bottom: calc(4.5rem + env(safe-area-inset-bottom, 0px));
  }

  .sticky-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99990;
    padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(180deg, transparent 0%, rgba(3, 3, 10, 0.92) 28%, rgba(3, 3, 10, 0.98) 100%);
    border-top: 1px solid rgba(255, 204, 0, 0.15);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .sticky-cta__primary {
    flex: 1;
    max-width: 12rem;
    justify-content: center;
  }
}

html[data-theme="light"] .sticky-cta {
  background: linear-gradient(180deg, transparent 0%, rgba(255, 252, 248, 0.96) 35%, #fff 100%);
  border-top-color: rgba(255, 193, 7, 0.28);
}

html[data-theme="light"] .trust-badge {
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
  border-color: rgba(255, 193, 7, 0.35);
}

html[data-theme="light"] .section--glass {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.9) 0%, rgba(252, 248, 240, 0.95) 100%);
  border-color: rgba(255, 193, 7, 0.22);
}

html[data-theme="light"] .section--void {
  background: #f7f4ef;
  border-block-color: rgba(22, 18, 35, 0.06);
}

html[data-theme="light"] .vehicle-card--outline {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 252, 0.97) 50%, rgba(242, 243, 248, 0.99) 100%);
  border-color: rgba(255, 193, 7, 0.28);
  box-shadow: var(--shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

html[data-theme="light"] .vehicle-card--tint {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.92) 0%, rgba(250, 251, 254, 0.96) 50%, rgba(245, 247, 252, 0.98) 100%);
  border-color: rgba(255, 193, 7, 0.2);
  box-shadow: var(--shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

html[data-theme="light"] .vehicle-card--minimal {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 249, 252, 0.95) 50%, rgba(242, 244, 250, 0.98) 100%);
  border-color: rgba(22, 18, 35, 0.1);
  box-shadow: var(--shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

html[data-theme="light"] .section--spotlight {
  background: radial-gradient(ellipse 90% 70% at 50% -20%, rgba(255, 204, 0, 0.2) 0%, transparent 52%),
    linear-gradient(180deg, #fffdf8 0%, #faf6ee 100%);
  border-color: rgba(255, 193, 7, 0.28);
}

html[data-theme="light"] .section-visual-kanpur {
  background: #f0ebe3;
}

html[data-theme="light"] .visual-kanpur__map {
  filter: saturate(0.95) brightness(0.92) contrast(1.02);
}

html[data-theme="light"] .visual-kanpur__veil {
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.75) 0%, rgba(255, 252, 248, 0.35) 45%, rgba(245, 240, 232, 0.92) 100%);
}

html[data-theme="light"] .visual-kanpur__h2 {
  color: #14101a;
  text-shadow: none;
}

html[data-theme="light"] .visual-kanpur__lead {
  color: var(--text-2);
}

html[data-theme="light"] .eyebrow--on-dark {
  color: var(--gold-muted);
}

@media (prefers-reduced-motion: reduce) {
  .visual-kanpur__map,
  .vk-path,
  .vk-dot,
  .vk-float-icon,
  .trust-badge__dot--pulse,
  .visual-phone--back,
  .visual-phone--mid,
  .visual-phone--front,
  .visual-phone__map::after,
  .visual-phone__bar {
    animation: none !important;
  }

  .btn:not(.btn-text):active::after {
    animation: none;
  }
}

