/* ==========================================================================
   Maxie Taxie — Premium Mobility + Safety Design System
   Primary #971C8A · soft lavender / white surfaces · professional gradients
   ========================================================================== */

:root {
  /* Primary brand */
  --primary: #971C8A;
  --primary-dark: #6B1462;
  --primary-light: #B83DA8;
  --primary-soft: rgba(151, 28, 138, 0.10);
  --secondary: #B83DA8;
  --accent-violet: #6B1462;
  --accent-pink: #B83DA8;

  --black: #1A1218;
  --white: #FFFFFF;
  --off-white: #FBF7FA;
  --lavender: #F6EFF5;
  --lavender-deep: #EDE0EB;

  /* Soft primary-tinted surfaces (no pure black) */
  --bg-deep: #F8F1F6;
  --bg-dark: #F0E6EE;
  --bg-card: #FFFFFF;
  --bg-elevated: #FFFFFF;

  --text-light: #FFFFFF;
  --text-muted: #7A6574;
  --text-dark: #1A1218;
  --text-dark-muted: #5E4F5A;

  --border-dark: rgba(151, 28, 138, 0.18);
  --border-light: rgba(26, 18, 24, 0.08);
  --border-subtle: rgba(151, 28, 138, 0.10);

  --gradient-brand: linear-gradient(120deg, #B83DA8 0%, #971C8A 50%, #6B1462 100%);
  --gradient-brand-soft: linear-gradient(135deg, rgba(151, 28, 138, 0.12), rgba(184, 61, 168, 0.06));
  --gradient-text: linear-gradient(105deg, #B83DA8 0%, #971C8A 100%);
  --gradient-glow: radial-gradient(ellipse at center, rgba(151, 28, 138, 0.18), transparent 70%);
  --gradient-hero: linear-gradient(145deg, #971C8A 0%, #7A1870 45%, #5C1254 100%);
  --gradient-page: linear-gradient(180deg, #FBF7FA 0%, #F3EAF1 40%, #EDE0EB 100%);
  --gradient-section: linear-gradient(160deg, rgba(151, 28, 138, 0.06) 0%, rgba(151, 28, 138, 0.02) 50%, transparent 100%);

  --shadow-sm: 0 2px 10px rgba(151, 28, 138, 0.06);
  --shadow-md: 0 8px 28px rgba(151, 28, 138, 0.10);
  --shadow-lg: 0 20px 50px -12px rgba(151, 28, 138, 0.18);
  --shadow-glow: 0 12px 40px -10px rgba(151, 28, 138, 0.28);
  --shadow-card: 0 4px 24px rgba(151, 28, 138, 0.08);

  --radius: 1rem;
  --radius-sm: 0.625rem;
  --radius-lg: 1.25rem;
  --radius-xl: 1.5rem;
  --radius-2xl: 2rem;
  --radius-full: 9999px;

  --font: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --header-h: 4.25rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset & base ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  background: var(--gradient-page);
  color: var(--text-dark);
  line-height: 1.65;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s var(--ease);
}

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

button,
input,
select,
textarea {
  font-family: inherit;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container-mx {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.container-narrow {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* ==========================================================================
   SECTION BACKGROUND PATTERN
   Alternate: light → primary → light → primary
   Light sections  = soft lavender / white  + dark text
   Primary sections = brand gradient         + white text
   ========================================================================== */

/* Light surfaces */
.section-light {
  background: var(--lavender);
  color: var(--text-dark);
}

.section-lavender {
  background: linear-gradient(180deg, #F6EFF5 0%, #EDE0EB 100%);
  color: var(--text-dark);
}

.section-soft,
.section-white {
  background: var(--white);
  color: var(--text-dark);
}

/* Primary / brand surfaces */
.section-dark {
  background:
    radial-gradient(ellipse 70% 50% at 80% 20%, rgba(255, 255, 255, 0.12), transparent 55%),
    var(--gradient-hero);
  color: #fff;
}

.section-darker {
  background:
    radial-gradient(ellipse 60% 40% at 20% 80%, rgba(184, 61, 168, 0.25), transparent 50%),
    linear-gradient(160deg, #7A1870 0%, #5C1254 55%, #4A0E44 100%);
  color: #fff;
}

/* Shared padding */
.section-pad {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

@media (min-width: 768px) {
  .section-pad {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

/* Last section before footer — keep natural bottom padding, no extra gap */
main>section:last-of-type {
  /* keep section padding; footer has no margin-top */
}

/* Typography */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
}

.section-light .eyebrow,
.section-lavender .eyebrow {
  color: var(--primary);
}

.h-display {
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.h-title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin: 0 !important;
}

.h-title-lg {
  font-size: clamp(1.875rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.body-lg {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0 !important;
}

.section-light .body-lg,
.section-lavender .body-lg {
  color: var(--text-muted);
}

.text-gradient {
  background: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

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

.section-light .text-muted,
.section-lavender .text-muted {
  color: var(--text-muted);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: var(--radius-full);
  padding: 0.875rem 1.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.2s, border-color 0.2s;
}

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

.btn:active {
  transform: translateY(0);
}

.btn-primary {
  background: var(--gradient-brand);
  color: #fff;
  box-shadow: var(--shadow-glow);
}

.btn-primary:hover {
  box-shadow: 0 16px 48px -8px rgba(151, 28, 138, 0.55);
}

.btn-ghost {
  background: transparent;
  color: var(--text-dark);
  border: 1px solid var(--border-subtle);
}

.btn-ghost:hover {
  border-color: rgba(151, 28, 138, 0.5);
  background: rgba(151, 28, 138, 0.08);
}

.btn-ghost-dark {
  background: transparent;
  color: var(--text-dark);
  border: 1px solid var(--border-subtle);
}

.btn-ghost-dark:hover {
  border-color: var(--primary);
  background: rgba(151, 28, 138, 0.12);
}

.btn-outline-light {
  background: transparent;
  color: var(--text-dark);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
}

.btn-outline-light:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-h, 72px);
  background: rgba(251, 247, 250, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(151, 28, 138, 0.10);
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 24px rgba(151, 28, 138, 0.10);
}

.header-inner {
  height: var(--header-h, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

/* Brand */
.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
  text-decoration: none;
}

.brand img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 0 0 1.5px rgba(151, 28, 138, 0.25);
}

.brand-name {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text-dark);
}

.brand-name span {
  color: var(--primary);
}

/* Desktop Nav */
.main-nav {
  display: none;
  align-items: center;
  gap: 1.15rem;
  font-size: 0.875rem;
  font-weight: 500;
}

@media (min-width: 1100px) {
  .main-nav {
    gap: 1.5rem;
    font-size: 0.9rem;
  }
}

.main-nav a {
  position: relative;
  padding: 0.35rem 0;
  color: var(--text-dark-muted);
  text-decoration: none;
  transition: color 0.25s ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #971C8A, #6B1462);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--primary);
}

.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* Right side actions */
.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* Language selector */
.lang-select-wrap {
  position: relative;
  display: none;
  align-items: center;
}

.lang-select-wrap svg {
  position: absolute;
  left: 0.65rem;
  width: 14px;
  height: 14px;
  color: var(--text-muted);
  pointer-events: none;
}

.lang-select {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 9999px;
  border: 1px solid rgba(151, 28, 138, 0.15);
  background: var(--white);
  color: var(--text-dark);
  padding: 0.4rem 0.9rem 0.4rem 1.9rem;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s;
}

.lang-select:focus {
  border-color: #971C8A;
}

/* CTA Button */
.header-cta {
  display: none;
  padding: 0.55rem 1.35rem;
  font-size: 0.82rem;
  font-weight: 700;
  border-radius: 9999px;
  background: linear-gradient(135deg, #971C8A, #6B1462);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 16px -4px rgba(151, 28, 138, 0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px -4px rgba(151, 28, 138, 0.55);
}

/* Mobile toggle */
.nav-toggle {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(151, 28, 138, 0.15);
  background: var(--white);
  color: var(--text-dark);
  cursor: pointer;
}

/* Mobile menu */
.mobile-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: var(--header-h, 72px);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(151, 28, 138, 0.10);
  padding: 1.25rem 1.25rem 1.5rem;
  box-shadow: 0 12px 32px rgba(151, 28, 138, 0.08);
}

.mobile-menu.open {
  display: block;
}

.mobile-menu nav {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  font-size: 1rem;
  font-weight: 500;
}

.mobile-menu nav a {
  color: var(--text-dark-muted);
  padding: 0.4rem 0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.mobile-menu nav a:hover,
.mobile-menu nav a.active {
  color: var(--primary);
}

.mobile-lang {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.mobile-lang button {
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--bg-card);
  color: var(--text-muted);
  padding: 0.3rem 0.85rem;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
}

.mobile-lang button.active {
  border-color: #971C8A;
  background: rgba(192, 38, 160, 0.15);
  color: var(--secondary);
}

/* Desktop breakpoint */
@media (min-width: 900px) {
  .main-nav {
    display: flex;
  }

  .header-cta {
    display: inline-flex;
  }

  .lang-select-wrap {
    display: flex;
  }

  .nav-toggle {
    display: none;
  }

  .mobile-menu {
    display: none !important;
  }
}


/* ==========================================================================
   MAXIE TAXIE — PREMIUM HERO
   Layout matches the reference visual.
   Palette, tokens and copy remain from the original stylesheet.
   UPDATED: white booking card theme + orbiting vehicle labels
========================================================================== */

.hero-cinematic {
  position: relative;
  isolation: isolate;

  min-height: calc(100vh - var(--header-h));
  min-height: calc(100dvh - var(--header-h));

  display: flex;
  align-items: center;

  overflow: hidden;

  color: #fff;

  background:
    radial-gradient(ellipse 65% 70% at 85% 50%,
      rgba(184, 61, 168, 0.22),
      transparent 65%),
    radial-gradient(ellipse 45% 50% at 5% 90%,
      rgba(107, 20, 98, 0.35),
      transparent 70%),
    var(--gradient-hero);
}


/* ==========================================================================
   BACKGROUND DECORATION
========================================================================== */

.hero-decoration {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(5px);
}

.hero-decoration-one {
  width: 420px;
  height: 420px;
  right: -170px;
  top: 8%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 80px rgba(255, 255, 255, 0.03);
}

.hero-decoration-two {
  width: 280px;
  height: 280px;
  left: -140px;
  bottom: -120px;
  background: rgba(184, 61, 168, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-pattern {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, black 25%, black 75%, transparent);
}


/* ==========================================================================
   MAIN LAYOUT — three columns: content / vehicle / booking card
========================================================================== */

.hero-inner {
  position: relative;
  width: min(1320px, calc(100% - 2.5rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr .85fr;
  align-items: center;
  gap: clamp(24px, 3vw, 44px);
  padding: 4rem 0;
}


/* ==========================================================================
   LEFT CONTENT
========================================================================== */

.hero-content {
  position: relative;
  z-index: 2;
  text-align: left;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 1.2rem;
  padding: .5rem .9rem;
  border-radius: var(--radius-full);
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .055);
  color: #f1c6eb;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.hero-badge-dot {
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #d86ac9;
  box-shadow: 0 0 0 4px rgba(216, 106, 201, .12), 0 0 15px rgba(216, 106, 201, .65);
}

.hero-headline {
  max-width: 480px;
  margin: 0 0 1.1rem;
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  line-height: 1.15;
  letter-spacing: -0.015em;
  font-weight: 800;
  color: #fff;
}

.hero-headline span {
  display: inline-block;
  background: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-description {
  max-width: 420px;
  margin: 0 0 1.6rem;
  color: rgba(255, 255, 255, .78);
  font-size: .95rem;
  line-height: 1.65;
}


/* Actions */

.hero-actions {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: 1.8rem;
}

.hero-main-btn {
  min-height: 48px;
  padding-left: 1.5rem;
  padding-right: 1.35rem;
  font-size: .9rem;
}

.hero-main-btn svg {
  width: 15px;
  height: 15px;
}

.hero-drive-btn {
  min-height: 48px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .035);
  backdrop-filter: blur(8px);
  font-size: .9rem;
}

.hero-drive-btn:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, .55);
  background: rgba(255, 255, 255, .08);
}


/* Powered by */

.powered-by {
  display: flex;
  align-items: center;
  gap: .55rem;
}

.koowi-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: rgba(255, 255, 255, .78);
  font-size: .8rem;
  text-decoration: none;
}

.koowi-link:hover {
  color: #fff;
}

.koowi-logo {
  width: 22px;
  height: 22px;
  object-fit: contain;
  border-radius: 4px;
}


/* ==========================================================================
   CENTER — VEHICLE VISUAL (orbiting labels, solar-system style)
========================================================================== */

.hero-vehicle {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  width: 100%;
}

/* Rings */
.vehicle-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(216, 106, 201, 0.35);
  pointer-events: none;
}

.vehicle-ring-outer {
  width: 380px;
  height: 380px;
  box-shadow: 0 0 80px rgba(184, 61, 168, 0.3);
  animation: ringPulse 4.5s ease-in-out infinite;
}

.vehicle-ring-inner {
  width: 260px;
  height: 260px;
  border-color: rgba(216, 106, 201, 0.55);
}

/* Faint orbit path lines, like planetary orbits */
.vehicle-orbit-path {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  pointer-events: none;
}

.vehicle-orbit-path-labels {
  width: 400px;
  height: 400px;
}

@keyframes ringPulse {

  0%,
  100% {
    opacity: 0.55;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

/* 24/7 Badge — sits at the centre, like the sun */
.vehicle-badge {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 92px;
  height: 92px;
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.07);
  border: 1.5px solid rgba(216, 106, 201, 0.6);
  box-shadow:
    0 0 40px rgba(216, 106, 201, 0.5),
    inset 0 0 20px rgba(216, 106, 201, 0.18);
  backdrop-filter: blur(8px);
}

.vehicle-badge strong {
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.vehicle-badge span {
  margin-top: 2px;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e9a6dd;
}

/* Car Image */
.vehicle-illustration {
  position: relative;
  z-index: 99;
  width: 380px;
  max-width: 100%;
  margin-top: 40px;
  filter: drop-shadow(0 25px 35px rgba(0, 0, 0, 0.55));
}

/* ---- Orbit system ----
   .vehicle-orbit-ring   -> rotates continuously (the group of planets)
   .orbit-item           -> placed at a fixed angle, offset outward by the radius
   .vehicle-label        -> counter-rotates so its text always stays upright
*/

.vehicle-orbit-ring {
  position: absolute;
  inset: 0;
  z-index: 4;
  animation: orbitSpin 22s linear infinite;
}

.orbit-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: rotate(var(--angle, 0deg));
}

.orbit-radius {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  transform: translateX(var(--radius, 190px));
}

.vehicle-label {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%) rotate(calc(var(--angle, 0deg) * -1));
  animation: orbitCounterSpin 22s linear infinite;

  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 8px 14px;
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);

  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.vehicle-label .label-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d86ac9;
  box-shadow: 0 0 0 3px rgba(216, 106, 201, 0.25), 0 0 10px rgba(216, 106, 201, 0.7);
  flex-shrink: 0;
}

@keyframes orbitSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Cancels the ring's rotation AND the item's static placement angle,
   so the pill + text never appear upside down while they travel. */
@keyframes orbitCounterSpin {
  from {
    transform: translate(-50%, -50%) rotate(calc(var(--angle, 0deg) * -1));
  }

  to {
    transform: translate(-50%, -50%) rotate(calc(var(--angle, 0deg) * -1 - 360deg));
  }
}

/* Pause the orbit gently on hover so labels are easy to read */
.hero-vehicle:hover .vehicle-orbit-ring,
.hero-vehicle:hover .vehicle-label {
  animation-play-state: paused;
}


/* ==========================================================================
   RIGHT — BOOKING CARD (white theme)
========================================================================== */

.hero-visual {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.booking-glow {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .16), rgba(184, 61, 168, .12) 45%, transparent 70%);
  filter: blur(6px);
}

.booking-card {
  position: relative;
  z-index: 2;
  width: min(100%, 340px);
  padding: 1.6rem;
  border-radius: 1.25rem;

  background: #ffffff;
  border: 1px solid rgba(184, 61, 168, 0.08);
  box-shadow:
    0 30px 70px rgba(45, 10, 46, 0.28),
    0 1px 0 rgba(255, 255, 255, 0.6) inset;

  color: #2a1330;
  animation: cardZoomIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes cardZoomIn {
  from {
    opacity: 0;
    transform: scale(0.75);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.booking-tag {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .85rem;
  padding: .35rem .75rem;
  border-radius: 999px;
  border: 1px solid rgba(184, 61, 168, 0.16);
  background: #fbeaf7;
  color: #a83397;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tag-dot {
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #d86ac9;
  box-shadow: 0 0 0 4px rgba(216, 106, 201, .15), 0 0 12px rgba(216, 106, 201, .5);
}

.booking-heading {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.15;
  color: #2a1330;
}

.booking-heading span {
  color: #b83da8;
}

.booking-fields {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  margin-bottom: 1.2rem;
}

.field {
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .8rem .85rem;
  border-radius: .85rem;
  background: #f8f4f9;
  border: 1px solid rgba(42, 19, 48, 0.08);
}

.field:focus-within {
  border-color: rgba(184, 61, 168, 0.45);
  background: #fdf9fd;
}

.field input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: 0;
  outline: 0;
  color: #2a1330;
  font-size: .88rem;
  font-weight: 600;
}

.field input::placeholder {
  color: rgba(42, 19, 48, .42);
}

.dot {
  width: 9px;
  height: 9px;
  flex-shrink: 0;
  border-radius: 50%;
}

.dot-pickup {
  background: #29b473;
  box-shadow: 0 0 0 4px rgba(41, 180, 115, .16);
}

.dot-drop {
  background: #fff;
  border: 2px solid #b83da8;
  border-radius: 3px;
}

.field-line {
  position: absolute;
  left: 1.3rem;
  top: 2.65rem;
  height: 2.3rem;
  border-left: 1px dashed rgba(42, 19, 48, .16);
}

.locate-btn {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 0;
  border-radius: .5rem;
  background: #fbeaf7;
  color: #b83da8;
  cursor: pointer;
}

.locate-btn:hover {
  background: #f4d9ef;
}

.locate-btn svg {
  width: 13px;
  height: 13px;
}

.booking-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  width: 100%;
  min-height: 50px;
  border-radius: .85rem;
  background: linear-gradient(135deg, #c94ab8, #6b1462);
  color: #fff;
  font-weight: 800;
  font-size: .92rem;
  text-decoration: none;
  box-shadow: 0 15px 35px rgba(151, 28, 138, .32);
  transition: transform .2s ease, box-shadow .2s ease;
}

.booking-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(151, 28, 138, .4);
  color: #fff;
}

.booking-cta svg {
  width: 15px;
  height: 15px;
}


/* ==========================================================================
   RESPONSIVE
========================================================================== */

@media (max-width: 1100px) {
  .hero-inner {
    grid-template-columns: 1fr;
    width: min(560px, calc(100% - 2.5rem));
    gap: 2.75rem;
    padding: 3.5rem 0;
  }

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

  .hero-headline,
  .hero-description {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions,
  .powered-by {
    justify-content: center;
  }

  .hero-vehicle {
    min-height: 360px;
  }

  .vehicle-ring-outer {
    width: 320px;
    height: 320px;
  }

  .vehicle-ring-inner {
    width: 210px;
    height: 210px;
  }

  .vehicle-orbit-path-labels {
    width: 330px;
    height: 330px;
  }

  .vehicle-illustration {
    width: 230px;
  }

  .vehicle-label {
    font-size: 0.72rem;
    padding: 7px 12px;
  }
}

@media (max-width: 600px) {
  .hero-cinematic {
    min-height: auto;
  }

  .hero-inner {
    width: calc(100% - 1.5rem);
    gap: 2.25rem;
    padding: 3rem 0 2.5rem;
  }

  .hero-headline {
    font-size: clamp(2.1rem, 10vw, 2.6rem);
    line-height: 1.05;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .hero-main-btn,
  .hero-drive-btn {
    width: 100%;
  }

  .booking-card {
    width: 100%;
    padding: 1.25rem;
  }

  .hero-vehicle {
    min-height: 320px;
  }

  .vehicle-orbit-path-labels {
    width: 280px;
    height: 280px;
  }

  .vehicle-illustration {
    width: 200px;
  }

  .vehicle-label {
    font-size: 0.66rem;
    padding: 6px 10px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .booking-cta,
  .hero-main-btn,
  .hero-drive-btn {
    transition: none;
  }

  .booking-card {
    animation: none;
  }

  .vehicle-ring-outer,
  .vehicle-orbit-ring,
  .vehicle-label {
    animation: none;
  }
}

/* =========================================
    POWERED BY KOOWI
  ========================================= */

.powered-by {
  display: flex;
  align-items: center;
  gap: 10px;

  padding-top: 20px;

  border-top: 1px solid rgba(255, 255, 255, 0.13);

  color: rgba(255, 255, 255, 0.7);

  font-size: 13px;
  font-weight: 500;
}

.koowi-logo {
  width: 100px;
  height: 50px;

  object-fit: contain;

  flex-shrink: 0;
}

.powered-by span {
  white-space: nowrap;
}

.powered-by strong {
  color: var(--white);
  font-weight: 700;
}



/* ==========================================================================
   Koowi Technology — Safety & Technology Section
   ========================================================================== */

.koowi-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%,
      rgba(151, 28, 138, 0.10),
      transparent 45%),
    linear-gradient(180deg, #FFFFFF 0%, #F6EFF5 100%);
  color: var(--text-dark);
  padding: 4.5rem 0;
  border-top: 1px solid rgba(151, 28, 138, 0.08);
  border-bottom: 1px solid rgba(151, 28, 138, 0.08);
}

/* Subtle ambient glow */
.koowi-section::before {
  content: "";
  position: absolute;
  width: 26rem;
  height: 26rem;
  top: -18rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(151, 28, 138, 0.18);
  filter: blur(90px);
  border-radius: 50%;
  pointer-events: none;
}

.koowi-section .container-mx {
  position: relative;
  z-index: 1;
}


/* ---------- Header ---------- */

.koowi-header {
  max-width: 48rem;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.koowi-powered {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--text-muted);
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.koowi-brand {
  margin: 0;
  font-size: clamp(1.75rem, 4vw, 2.45rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.035em;

  background: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.koowi-intro {
  max-width: 39rem;
  margin: 0.85rem auto 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
  line-height: 1.65;
}

.koowi-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 13px 28px;

  background: var(--gradient-brand);
  color: var(--off-white);

  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;

  border: 1px solid rgba(232, 92, 184, 0.35);
  border-radius: var(--radius-full);

  box-shadow: var(--shadow-glow);

  transition:
    transform 0.3s var(--ease),
    box-shadow 0.3s var(--ease),
    filter 0.3s var(--ease);
}

.koowi-button:hover {
  color: var(--off-white);
  background: var(--gradient-brand);

  transform: translateY(-3px);

  box-shadow:
    0 14px 40px -10px rgba(151, 28, 138, 0.65),
    0 0 20px rgba(232, 92, 184, 0.25);

  filter: brightness(1.08);
}

.koowi-button:active {
  transform: translateY(-1px);
}

/* ---------- Features ---------- */

.koowi-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.koowi-feature {
  position: relative;
  text-align: center;
  padding: 2rem 1.5rem 1.75rem;
}

/* Vertical divider */
.koowi-feature+.koowi-feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  width: 1px;
  height: 64%;
  background: linear-gradient(to bottom,
      transparent,
      var(--border-dark),
      transparent);
}


/* ---------- Icons ---------- */

.koowi-icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--primary);

  background: rgba(151, 28, 138, 0.08);
  border: 1px solid rgba(151, 28, 138, 0.22);
  border-radius: var(--radius-sm);

  box-shadow:
    0 8px 25px rgba(151, 28, 138, 0.08),
    inset 0 0 20px rgba(151, 28, 138, 0.04);

  transition:
    transform 0.3s var(--ease),
    background 0.3s var(--ease),
    border-color 0.3s var(--ease),
    box-shadow 0.3s var(--ease);
}

.koowi-icon svg {
  width: 2rem;
  height: 2rem;
}

.koowi-feature:hover .koowi-icon {
  transform: translateY(-3px);
  background: rgba(151, 28, 138, 0.14);
  border-color: rgba(196, 95, 173, 0.45);
  box-shadow: var(--shadow-glow);
}


/* ---------- Feature Typography ---------- */

.koowi-feature h3 {
  margin: 0 0 0.5rem;

  color: var(--off-white);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.koowi_title {
  font-size: 1.125rem !important;
  color: var(--text-dark) !important;
}

.koowi-feature p {
  max-width: 13rem;
  margin: 0 auto;

  color: var(--text-muted);
  font-size: 0.9375rem;
  line-height: 1.65;
}


/* ---------- Responsive ---------- */

@media (max-width: 900px) {
  .koowi-section {
    padding: 4rem 0;
  }

  .koowi-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .koowi-feature {
    padding: 2rem 1.25rem;
  }

  .koowi-feature:nth-child(3)::before {
    display: none;
  }

  .koowi-feature:nth-child(3),
  .koowi-feature:nth-child(4) {
    border-top: 1px solid var(--border-subtle);
  }
}


@media (max-width: 600px) {
  .koowi-section {
    padding: 3.5rem 0;
  }

  .koowi-header {
    margin-bottom: 2.5rem;
    padding: 0 0.5rem;
  }

  .koowi-intro {
    font-size: 0.78rem;
  }

  .koowi-features {
    grid-template-columns: 1fr;
  }

  .koowi-feature {
    padding: 1.75rem 1rem;
  }

  .koowi-feature+.koowi-feature::before {
    display: none;
  }

  .koowi-feature+.koowi-feature {
    border-top: 1px solid var(--border-subtle);
  }

  .koowi-feature:nth-child(3),
  .koowi-feature:nth-child(4) {
    border-top: 1px solid var(--border-subtle);
  }
}


/* ---------- Reduced Motion ---------- */

@media (prefers-reduced-motion: reduce) {
  .koowi-icon {
    transition: none;
  }
}



/* ==========================================================================
   Maxie Taxie — How It Works
   Soft primary-tinted light version
   ========================================================================== */

.mx-how-section {
  position: relative;
  overflow: hidden;
  padding: 4.5rem 0;
  background:
    radial-gradient(circle at 20% 50%,
      rgba(151, 28, 138, 0.08),
      transparent 40%),
    linear-gradient(180deg, #FFFFFF 0%, #F6EFF5 100%);
  color: var(--text-dark);
}


/* Subtle background glow */

.mx-how-section::before {
  content: "";
  position: absolute;
  width: 28rem;
  height: 28rem;
  left: -16rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(151, 28, 138, 0.14);
  filter: blur(100px);
  pointer-events: none;
}

.mx-how-section .container-mx {
  position: relative;
  z-index: 2;
}


/* ==========================================================================
   Main Layout
   ========================================================================== */

.mx-how-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 29rem);
  align-items: center;
  gap: 3rem;
}


/* ==========================================================================
   Left Content
   ========================================================================== */

.mx-how-content {
  min-width: 0;
}


/* Heading */

.mx-how-heading {
  margin-bottom: 2.25rem;
  text-align: center;

  font-size: clamp(1.5rem, 3vw, 2.15rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.mx-how-heading span {
  color: var(--text-dark-muted);
}

.mx-how-heading strong {
  margin: 0 0.3rem;

  background: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}


/* ==========================================================================
   Steps
   ========================================================================== */

.mx-how-steps {
  display: grid;
  grid-template-columns:
    minmax(5rem, 1fr) 2rem minmax(5rem, 1fr) 2rem minmax(5rem, 1fr) 2rem minmax(5rem, 1fr);

  align-items: start;
  gap: 0.35rem;
}


/* Individual Step */

.mx-how-step {
  min-width: 0;
  text-align: center;
}


/* Icon */

.mx-step-icon {
  width: 3.5rem;
  height: 3.5rem;

  margin: 0 auto 0.9rem;

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--primary);

  background:
    linear-gradient(145deg,
      rgba(255, 255, 255, 0.95),
      rgba(151, 28, 138, 0.10));

  border: 1px solid rgba(151, 28, 138, 0.18);
  border-radius: 50%;

  box-shadow:
    0 8px 22px rgba(151, 28, 138, 0.12),
    inset 0 0 16px rgba(151, 28, 138, 0.03);

  transition:
    transform 0.3s var(--ease),
    border-color 0.3s var(--ease),
    box-shadow 0.3s var(--ease),
    color 0.3s var(--ease),
    background 0.3s var(--ease);
}

.mx-step-icon svg {
  width: 1.55rem;
  height: 1.55rem;
}

.mx-how-step:hover .mx-step-icon {
  transform: translateY(-4px);

  color: #fff;
  background: var(--gradient-brand);

  border-color: rgba(151, 28, 138, 0.45);

  box-shadow:
    0 12px 35px rgba(151, 28, 138, 0.28),
    0 0 0 5px rgba(151, 28, 138, 0.08);
}


/* Step title */

.mx-step-number {
  margin-bottom: 0.45rem;

  color: var(--text-dark);

  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.01em;
}


/* Step description */

.mx-how-step p {
  max-width: 9rem;
  margin: 0 auto;

  color: var(--text-muted);

  font-size: 0.78rem;
  line-height: 1.55;
}


/* ==========================================================================
   Arrows
   ========================================================================== */

.mx-step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 3.5rem;

  color: var(--primary);
  opacity: 0.85;
}

.mx-step-arrow span {
  display: none;
}

.mx-step-arrow svg {
  width: 1.65rem;
  height: auto;
}


/* ==========================================================================
   Right Visual
   ========================================================================== */

.mx-how-visual {
  position: relative;

  display: flex;
  justify-content: flex-end;

  min-height: 19rem;
}


/*
   Outer shape inspired by the yellow curved shape
   in your reference image.
*/

.mx-how-image-wrap {
  position: relative;

  width: 100%;
  max-width: 27rem;
  height: 20rem;

  overflow: hidden;

  border-radius:
    8rem 0.75rem 0.75rem 8rem;

  background:
    linear-gradient(135deg,
      var(--secondary),
      var(--primary),
      var(--accent-violet));

  box-shadow:
    var(--shadow-lg),
    0 0 60px rgba(151, 28, 138, 0.18);
}


/*
   Inner image
*/

.mx-how-image-wrap::before {
  content: "";

  position: absolute;
  inset: 0.35rem;

  z-index: 1;

  border-radius:
    7.7rem 0.5rem 0.5rem 7.7rem;

  background: var(--bg-card);
}


.mx-how-image {
  position: relative;

  z-index: 2;

  width: 100%;
  height: 100%;

  object-fit: cover;

  border-radius:
    7.7rem 0.5rem 0.5rem 7.7rem;

  opacity: 0.9;

  transition:
    transform 0.6s var(--ease),
    opacity 0.4s var(--ease);
}


/* Image hover */

.mx-how-image-wrap:hover .mx-how-image {
  transform: scale(1.04);
  opacity: 1;
}


/* Dark image overlay */

.mx-how-image-wrap::after {
  content: "";

  position: absolute;
  inset: 0;

  z-index: 3;

  pointer-events: none;

  background:
    linear-gradient(90deg,
      rgba(15, 11, 18, 0.15),
      transparent 45%);
}


/* ==========================================================================
   Tablet
   ========================================================================== */

@media (max-width: 1050px) {

  .mx-how-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .mx-how-visual {
    justify-content: center;
    min-height: auto;
  }

  .mx-how-image-wrap {
    max-width: 34rem;
    height: 19rem;
  }

}


/* ==========================================================================
   Tablet / Small Laptop
   ========================================================================== */

@media (max-width: 850px) {

  .mx-how-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
  }

  .mx-step-arrow {
    display: none;
  }

  .mx-how-step {
    padding: 0.5rem 0.75rem;
  }

  .mx-how-step:nth-child(5),
  .mx-how-step:nth-child(7) {
    padding-top: 0;
  }

}


/* ==========================================================================
   Mobile
   ========================================================================== */

@media (max-width: 600px) {

  .mx-how-section {
    padding: 3.5rem 0;
  }

  .mx-how-layout {
    gap: 2.5rem;
  }

  .mx-how-heading {
    margin-bottom: 1.75rem;
  }

  .mx-how-steps {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 0.5rem;
  }

  .mx-how-step {
    padding: 0.35rem 0.5rem;
  }

  .mx-step-icon {
    width: 3rem;
    height: 3rem;
    margin-bottom: 0.7rem;
  }

  .mx-step-icon svg {
    width: 1.35rem;
    height: 1.35rem;
  }

  .mx-step-number {
    font-size: 0.66rem;
  }

  .mx-how-step p {
    font-size: 0.6rem;
    max-width: 8rem;
  }

  .mx-how-image-wrap {
    height: 15rem;
    max-width: 100%;

    border-radius:
      5rem 0.75rem 0.75rem 5rem;
  }

  .mx-how-image {
    border-radius:
      4.7rem 0.5rem 0.5rem 4.7rem;
  }

}


/* ==========================================================================
   Very Small Mobile
   ========================================================================== */

@media (max-width: 400px) {

  .mx-how-steps {
    gap: 1.25rem 0;
  }

  .mx-step-number {
    font-size: 0.68rem;
  }

  .mx-how-step p {
    font-size: 0.68rem;
  }

}




/* ---------- Safety pillars ---------- */
.pillars-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .pillars-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
  }
}

.pillar-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-xl);
  padding: 2rem 1.75rem;
  box-shadow: var(--shadow-md);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
  overflow: hidden;
}

.pillar-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-brand);
  opacity: 0;
  transition: opacity 0.3s;
}

.pillar-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(15, 11, 20, 0.12);
}

.pillar-card:hover::before {
  opacity: 1;
}

.pillar-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--gradient-brand-soft);
  color: var(--primary);
  margin-bottom: 1.25rem;
}

.pillar-num {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  opacity: 0.7;
}

.pillar-card h3 {
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0.5rem 0 0.75rem;
  color: var(--text-dark);
  letter-spacing: -0.02em;
}

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

/* ---------- SOS / Phone mock ---------- */
.sos-section {
  overflow: hidden;
}

.sos-layout {
  display: grid;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 900px) {
  .sos-layout {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

.phone-mock {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}

.phone-frame {
  position: relative;
  background: var(--bg-card);
  border-radius: 2.25rem;
  padding: 0.65rem;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.08),
    0 25px 60px -15px rgba(0, 0, 0, 0.5),
    0 0 80px -20px rgba(151, 28, 138, 0.3);
}

.phone-notch {
  position: absolute;
  top: 0.65rem;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 22px;
  background: var(--bg-deep);
  border-radius: 0 0 14px 14px;
  z-index: 5;
}

.phone-screen {
  background: var(--gradient-section);
  border-radius: 1.75rem;
  overflow: hidden;
  aspect-ratio: 9 / 19.2;
  position: relative;
}

.phone-map {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 55% 45%, rgba(151, 28, 138, 0.2), transparent 50%),
    linear-gradient(180deg, #1a1525 0%, #0f0b14 100%);
}

.phone-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(151, 28, 138, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(151, 28, 138, 0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.6;
}

.route-line {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 55%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary), var(--secondary));
  transform: rotate(-25deg);
  transform-origin: left;
  animation: route-draw 3s ease-in-out infinite;
}

.loc-pulse {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--secondary);
  top: 42%;
  left: 48%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.loc-pulse::before,
.loc-pulse::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid var(--secondary);
  animation: loc-ring 2.2s ease-out infinite;
}

.loc-pulse::after {
  animation-delay: 0.7s;
}

.phone-ui-top {
  position: absolute;
  top: 2.2rem;
  left: 0.75rem;
  right: 0.75rem;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.phone-status {
  background: rgba(30, 22, 38, 0.85);
  backdrop-filter: blur(8px);
  border-radius: 10px;
  padding: 0.4rem 0.65rem;
  font-size: 0.65rem;
  font-weight: 600;
  color: #34D399;
  border: 1px solid rgba(52, 211, 153, 0.25);
}

.phone-driver {
  position: absolute;
  bottom: 5.5rem;
  left: 0.75rem;
  right: 0.75rem;
  z-index: 3;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  gap: 0.65rem;
  align-items: center;
}

.driver-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--gradient-brand);
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}

.driver-info {
  flex: 1;
  min-width: 0;
}

.driver-info strong {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-dark);
}

.driver-info span {
  font-size: 0.65rem;
  color: var(--text-muted);
}

.phone-sos-btn {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF4DB8, #E11D48);
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.05em;
  box-shadow: 0 0 0 4px rgba(255, 77, 184, 0.25), 0 8px 24px rgba(225, 29, 72, 0.4);
  animation: sos-breathe 2.5s ease-in-out infinite;
}

.sos-benefits {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  margin-top: 1.75rem;
}

.sos-benefit {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}

.sos-benefit-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #fff;
  color: var(--primary);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.sos-benefit p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--text-muted);
}

/* ---------- Journey / Protection flow ---------- */
.journey-track {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 3rem;
  position: relative;
}

@media (min-width: 768px) {
  .journey-track {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .journey-track::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    opacity: 0.35;
    z-index: 0;
  }
}

.journey-step {
  position: relative;
  z-index: 1;
  text-align: center;
  flex: 1;
  padding: 0 0.5rem 1.5rem;
}

@media (max-width: 767px) {
  .journey-step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    text-align: left;
    padding: 0 0 1.75rem 0;
  }

  .journey-step::before {
    content: "";
    position: absolute;
    left: 19px;
    top: 44px;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, var(--primary), transparent);
    opacity: 0.3;
  }

  .journey-step:last-child::before {
    display: none;
  }
}

.journey-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(151, 28, 138, 0.15);
  display: grid;
  place-items: center;
  margin: 0 auto 1rem;
  color: var(--primary);
  box-shadow: var(--shadow-sm);
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .journey-icon {
    margin: 0;
  }
}

.journey-step h4 {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: var(--text-dark);
}

.journey-step p {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5;
}

/* ---------- Global presence / Map ---------- */

#global {
  --live: #34D399;
}

#global .eyebrow {
  gap: 0.5rem;
}

#global .live-tick {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--live);
  box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.25);
  display: inline-block;
  animation: tick-pulse 1.8s ease-in-out infinite;
}

.signal-field {
  position: relative;
  margin-top: 3.5rem;
  border-radius: var(--radius-2xl);
  background:
    radial-gradient(circle at 1px 1px, rgba(248, 245, 247, 0.14) 1px, transparent 1.4px) 0 0/26px 26px,
    linear-gradient(180deg, var(--bg-card) 0%, var(--bg-dark) 100%);
  border: 1px solid var(--border-subtle);
  overflow: hidden;
  min-height: 420px;
  isolation: isolate;
}

.signal-field::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 40%, var(--bg-card) 92%);
  pointer-events: none;
  z-index: 1;
}

.sweep {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1200px;
  height: 1200px;
  margin: -600px 0 0 -600px;
  background: conic-gradient(from 0deg,
      rgba(151, 28, 138, 0) 0deg,
      rgba(151, 28, 138, 0.22) 18deg,
      rgba(232, 92, 184, 0) 46deg,
      transparent 360deg);
  animation: sweep-rotate 7s linear infinite;
  z-index: 0;
  pointer-events: none;
}

@keyframes sweep-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.field-rings {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}

.field-rings svg {
  width: 820px;
  max-width: none;
  height: auto;
}

.field-legend {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.68rem;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  z-index: 2;
}

@keyframes tick-pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.35;
  }
}

.beacon {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.beacon-dot-wrap {
  position: relative;
  width: 14px;
  height: 14px;
}

.beacon-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary);
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 4px rgba(151, 28, 138, 0.28);
}

.beacon-dot.is-soon {
  background: var(--secondary);
  box-shadow: 0 0 0 4px rgba(232, 92, 184, 0.28);
}

.beacon-dot-wrap::before,
.beacon-dot-wrap::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid var(--primary);
  transform: translate(-50%, -50%);
  animation: ping-ring 2.4s ease-out infinite;
}

.beacon.is-soon .beacon-dot-wrap::before,
.beacon.is-soon .beacon-dot-wrap::after {
  border-color: var(--secondary);
}

.beacon-dot-wrap::after {
  animation-delay: 1.2s;
}

@keyframes ping-ring {
  0% {
    width: 14px;
    height: 14px;
    opacity: 0.7;
  }

  100% {
    width: 64px;
    height: 64px;
    opacity: 0;
  }
}

.ping-card {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 14px);
  transform: translateX(-50%);
  width: 168px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: 0.7rem 0.8rem;
  box-shadow: var(--shadow-md);
}

.ping-card .city-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}

.ping-card .city {
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--text-dark);
}

.ping-card .status {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.15rem 0.4rem;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.status.live {
  color: var(--live);
  background: rgba(52, 211, 153, 0.12);
}

.status.soon {
  color: var(--secondary);
  background: rgba(232, 92, 184, 0.14);
}

.status::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}

.ping-card .coords {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.7rem;
  color: var(--text-muted);
}

/* positions */
.beacon-kenya {
  top: 60%;
  left: 56%;
}

.beacon-ghana {
  top: 38%;
  left: 30%;
}

.beacon-india {
  top: 30%;
  left: 74%;
}

.beacon-india .ping-card {
  width: 176px;
}

@media (max-width: 720px) {
  .signal-field {
    min-height: 600px;
  }

  .beacon-kenya {
    top: 64%;
    left: 52%;
  }

  .beacon-ghana {
    top: 34%;
    left: 26%;
  }

  .beacon-india {
    top: 20%;
    left: 70%;
  }

  .ping-card {
    width: 150px;
    padding: 0.6rem 0.65rem;
  }

  .ping-card .city {
    font-size: 0.82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sweep {
    animation: none;
    opacity: 0.15;
  }

  .beacon-dot-wrap::before,
  .beacon-dot-wrap::after {
    animation: none;
    display: none;
  }

  .live-tick {
    animation: none;
  }
}

/* ---------- Package cards ---------- */
.packages-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.package-card {
  background: var(--bg-card);
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-xl);
  padding: 1.5rem;
  box-shadow: var(--shadow-md);
  transition:
    transform 0.3s var(--ease),
    box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
}

.package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(151, 28, 138, 0.15);
}

.package-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 12px;
  background: var(--gradient-brand-soft);
  color: var(--primary);
  display: grid;
  place-items: center;
  margin-bottom: 1.15rem;
}

.package-card h3 {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 0.5rem;
  color: var(--text-dark);
  letter-spacing: -0.02em;
}

.package-card p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0 0 1.25rem;
  flex: 1;
}

.package-card .pkg-cta {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
}

.package-card .pkg-cta:hover {
  color: var(--secondary);
  gap: 0.5rem;
}

/* Small mobile */
@media (min-width: 480px) {
  .packages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .package-card {
    padding: 1.35rem;
  }
}

/* Tablet */
@media (min-width: 768px) {
  .packages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }

  .package-card {
    padding: 1.6rem;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .packages-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

/* Large desktop */
@media (min-width: 1280px) {
  .packages-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .package-card {
    padding: 1.5rem 1.25rem;
  }
}

/* Extra small phones */
@media (max-width: 479px) {
  .packages-grid {
    gap: 1rem;
  }

  .package-card {
    padding: 1.35rem;
  }

  .package-card h3 {
    font-size: 1rem;
  }

  .package-card p {
    font-size: 0.875rem;
  }
}

/* ---------- Video section ---------- */
.video-section-inner {
  position: relative;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  aspect-ratio: 16 / 9;
  max-width: 900px;
  margin: 2.5rem auto 0;
  box-shadow: var(--shadow-lg), 0 0 60px -20px rgba(151, 28, 138, 0.25);
}

.main-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* ---------- Benefits dual cards ---------- */
.benefits-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .benefits-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem;
  }
}

.benefit-card {
  border-radius: var(--radius-xl);
  padding: 2.25rem 2rem;
  border: 1px solid var(--border-subtle);
  position: relative;
  overflow: hidden;
}

.benefit-card.driver {
  background: linear-gradient(145deg, rgba(151, 28, 138, 0.12), rgba(255, 255, 255, 0.95));
}

.benefit-card.rider {
  background: linear-gradient(145deg, rgba(255, 77, 184, 0.1), rgba(255, 255, 255, 0.95));
}

.benefit-card::after {
  content: "";
  position: absolute;
  top: -40%;
  right: -20%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: var(--gradient-glow);
  pointer-events: none;
}

.benefit-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0.75rem;
}

.benefit-card.rider .benefit-label {
  color: var(--primary-light);
}

.benefit-card h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
  color: var(--text-dark);
}

.benefit-card p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0 0 1.5rem;
}

.benefit-card .btn {
  position: relative;
  z-index: 1;
}


/* ---------- Final CTA ---------- */
.final-cta {
  text-align: center;
}

.final-cta .icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  display: grid;
  place-items: center;
  margin: 0 auto 1.5rem;
}


/* Final CTA Section for home page  */
.final-cta-text {
  margin: 0.85rem auto 0;
  max-width: 720px;
  line-height: 1.65;
}

/* App Store Buttons */
.about-cta-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1.75rem;
  flex-wrap: wrap;
}

.store-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 190px;
  padding: 0.7rem 1.15rem;
  border-radius: 12px;
  background: #fff;
  color: var(--text-dark);
  text-decoration: none;
  border: 1px solid rgba(92, 18, 84, 0.12);
  box-shadow: 0 8px 25px rgba(92, 18, 84, 0.12);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.store-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(92, 18, 84, 0.2);
  color: var(--primary);
}

.store-btn i {
  font-size: 2rem;
  flex-shrink: 0;
}

.store-btn span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.1;
}

.store-btn small {
  font-size: 0.62rem;
  font-weight: 500;
  color: var(--text-muted);
  margin-bottom: 0.2rem;
}

.store-btn strong {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-dark);
}

.store-btn:hover strong {
  color: var(--primary);
}

/* Mobile */
@media (max-width: 600px) {
  .final-cta-text {
    font-size: 0.95rem;
  }

  .about-cta-actions {
    flex-direction: column;
    width: 100%;
  }

  .store-btn {
    width: 100%;
    max-width: 220px;
    justify-content: flex-start;
  }
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--gradient-hero);
  border-top: none;
  margin-top: 0 !important;
  padding-top: 4rem;
  color: #fff;
}

.footer-grid {
  display: grid;
  gap: 2.5rem;
  padding-bottom: 3rem;
  grid-template-columns: 1fr;
}

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

@media (min-width: 900px) {
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 2rem;
  }
}

.footer-brand p {
  margin: 1rem 0 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
  max-width: 20rem;
}

.footer-col-title {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 1rem;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-links a,
.footer-lang-btn {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.78);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: color 0.2s;
}

.footer-links a:hover,
.footer-lang-btn:hover {
  color: var(--text-dark);
}

/* Footer contact block (replaces Language) */
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.footer-contact-item {
  font-size: 0.875rem;
  color: rgba(248, 245, 250, 0.75);
  line-height: 1.55;
}

.footer-contact-item strong {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0.25rem;
}

.footer-contact-item a {
  color: rgba(248, 245, 250, 0.85);
  transition: color 0.2s;
}

.footer-contact-item a:hover {
  color: var(--primary);
}

.footer-contact-hours {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.85rem;
  color: rgba(248, 245, 250, 0.7);
}

.footer-contact-hours li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.25rem;
}

.footer-contact-hours li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--primary);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 1.25rem 0;
  text-align: center;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
}

.footer-company-link {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.footer-company-link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-company-separator {
  margin: 0 0.5rem;
  color: rgba(255, 255, 255, 0.3);
}

/* ---------- Contact page ---------- */
.contact-hero {
  position: relative;
  padding: calc(var(--header-h, 4.25rem) + 2.5rem) 0 3.5rem;
  text-align: left;
  color: #fff;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 70% -10%, rgba(255, 255, 255, 0.12), transparent 55%),
    var(--gradient-hero);
  display: flex;
  align-items: center;
}

.contact-hero-inner {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
}

@media (min-width: 900px) {
  .contact-hero-inner {
    grid-template-columns: 1fr 1.1fr;
    gap: 3rem;
  }
}

.contact-hero-content {
  position: relative;
  z-index: 1;
}

.contact-hero-content .body-lg {
  max-width: 34rem;
}

.contact-hero .eyebrow {
  color: rgba(255, 255, 255, 0.95);
}

.contact-hero .h-display {
  color: #fff;
  line-height: 1.15;
}

.contact-hero .body-lg {
  color: rgba(255, 255, 255, 0.9);
}

.contact-hero-greeting {
  min-height: 1.15em;
}

.contact-hero-meta {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.contact-hero-flag {
  width: 40px;
  height: 27px;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  border: 2px solid rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
}

.contact-hero-media {
  position: relative;
  border-radius: var(--radius-2xl, 1.25rem);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.15);
  aspect-ratio: 16 / 10;
  background: rgba(0, 0, 0, 0.25);
}

.contact-hero-collage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 4px;
  width: 100%;
  height: 100%;
  min-height: 220px;
}

.contact-hero-collage .collage-item {
  position: relative;
  overflow: hidden;
  min-height: 0;
}

.contact-hero-collage .collage-item:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.contact-hero-collage .collage-item:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.contact-hero-collage .collage-item:nth-child(3) {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

.contact-hero-collage .collage-item:nth-child(4) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.contact-hero-collage .collage-item:nth-child(5) {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}

.contact-hero-collage .collage-item:nth-child(6) {
  display: none;
}

.contact-hero-collage .collage-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}

.contact-hero-collage .collage-item:hover img {
  transform: scale(1.06);
}

.contact-hero-collage .collage-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.4rem 0.55rem;
  font-size: 0.7rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  line-height: 1.2;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 640px) {
  .contact-hero-collage {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    min-height: 200px;
  }

  .contact-hero-collage .collage-item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .contact-hero-collage .collage-item:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .contact-hero-collage .collage-item:nth-child(3) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .contact-hero-collage .collage-item:nth-child(4) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .contact-hero-collage .collage-item:nth-child(n+5) {
    display: none;
  }
}

.contact-layout {
  display: grid;
  gap: 2.5rem;
  margin-top: 0;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

@media (min-width: 900px) {
  .contact-layout {
    grid-template-columns: 1.2fr 1fr;
    gap: 3.5rem;
    align-items: start;
  }
}

/* Form Card */
.contact-form-card {
  background: var(--bg-card);
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-xl, 20px);
  padding: 2rem 1.75rem;
  box-shadow: var(--shadow-md);
  color: var(--text-dark);
}

@media (min-width: 640px) {
  .contact-form-card {
    padding: 2.5rem;
  }
}

.contact-form-card .h-title {
  color: var(--text-dark);
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-group label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 0.4rem;
}

.form-group label .req {
  color: #971C8A;
}

.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(151, 28, 138, 0.22);
  background: #fff;
  color: var(--text-dark);
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: 0 1px 2px rgba(151, 28, 138, 0.04);
}

.form-control:focus {
  border-color: #971C8A;
  box-shadow: 0 0 0 3px rgba(151, 28, 138, 0.18);
}

.form-control::placeholder {
  color: #a896a3;
}

.form-control.is-invalid {
  border-color: #F87171;
}

.form-error {
  font-size: 0.75rem;
  color: #F87171;
  margin-top: 0.3rem;
  display: none;
}

.form-group.has-error .form-error {
  display: block;
}

textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.form-row {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .form-row {
    grid-template-columns: 1fr 1fr;
  }
}

.form-status {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  font-size: 0.9rem;
  display: none;
}

.form-status.success {
  display: block;
  background: rgba(52, 211, 153, 0.12);
  border: 1px solid rgba(52, 211, 153, 0.3);
  color: #059669;
}

.form-status.error {
  display: block;
  background: rgba(248, 113, 113, 0.1);
  border: 1px solid rgba(248, 113, 113, 0.3);
  color: #DC2626;
}

.btn-submit {
  width: 100%;
  margin-top: 0.5rem;
}

.btn-submit.loading {
  opacity: 0.7;
  pointer-events: none;
}

/* Info Cards (right side) */
.contact-info-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.info-card {
  background: var(--bg-card);
  border: 1px solid var(--border-dark);
  border-radius: 16px;
  padding: 1.25rem 1.35rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: var(--shadow-md);
}

.info-card:hover {
  border-color: rgba(151, 28, 138, 0.4);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.info-card-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(192, 38, 160, 0.18), rgba(124, 58, 237, 0.15));
  color: var(--secondary);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.info-card h4 {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 0.3rem;
  color: var(--text-dark);
}

.info-card p,
.info-card a {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.55;
  text-decoration: none;
}

.info-card a:hover {
  color: var(--secondary);
}

/* Bottom CTA */
.contact-cta-block {
  text-align: center;
  padding: 4.5rem 1.25rem;
  background: var(--bg-dark);
  border-top: 1px solid var(--border-subtle);
  color: var(--text-dark);
}

.contact-cta-block .h-title-lg {
  color: var(--text-dark);
}

.contact-cta-block .body-lg {
  color: var(--text-muted);
}

/* ---------- Shared utilities ---------- */
.icon-tile {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(151, 28, 138, 0.12);
  color: var(--primary);
  display: grid;
  place-items: center;
}

.glow-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

/* Reveal animations — visible by default so content never stays blank if JS fails */
.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.js-ready .reveal:not(.visible) {
  opacity: 0;
  transform: translateY(28px);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.1s;
}

.reveal-delay-2 {
  transition-delay: 0.2s;
}

.reveal-delay-3 {
  transition-delay: 0.3s;
}

/* Keyframes */
@keyframes pulse-dot {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.6;
    transform: scale(0.9);
  }
}

@keyframes float-chip {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes scroll-hint {

  0%,
  100% {
    opacity: 0.4;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(6px);
  }
}

@keyframes loc-ring {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }

  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}

@keyframes route-draw {

  0%,
  100% {
    opacity: 0.4;
  }

  50% {
    opacity: 1;
  }
}

@keyframes sos-breathe {

  0%,
  100% {
    box-shadow: 0 0 0 4px rgba(255, 77, 184, 0.25), 0 8px 24px rgba(225, 29, 72, 0.4);
  }

  50% {
    box-shadow: 0 0 0 8px rgba(255, 77, 184, 0.15), 0 8px 32px rgba(225, 29, 72, 0.5);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Page-specific: inner pages hero */
.page-hero {
  padding: 7rem 0 4rem;
  text-align: center;
  background: var(--bg-deep);
  border-bottom: 1px solid var(--border-subtle);
}

.page-hero .h-title-lg {
  margin: 0.75rem 0 1rem;
}

.page-content {
  padding: 4rem 0 5rem;
}

.section-light .card-tile,
.section-lavender .card-tile {
  background: var(--bg-card);
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-xl);
  padding: 1.75rem;
  box-shadow: var(--shadow-md);
}

.card-tile h3 {
  color: var(--text-dark);
}

.card-tile p {
  color: var(--text-muted);
}

/* Keep some legacy class aliases for other pages */
.btn-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: var(--radius-full);
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  border: none;
  background: var(--gradient-brand);
  box-shadow: var(--shadow-glow);
  transition: transform 0.25s var(--ease), box-shadow 0.25s;
}

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

.btn-outline {
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius-full);
  border: 1px solid var(--border-subtle);
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--text-dark);
  transition: border-color 0.2s;
}

.btn-outline:hover {
  border-color: var(--primary);
}

.bg-gradient-brand {
  background: var(--gradient-brand);
}

.shadow-glow {
  box-shadow: var(--shadow-glow);
}

.text-primary {
  color: var(--primary);
}

.text-gradient-brand {
  background: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.h-title-lg {
  font-size: clamp(1.875rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.grid-3 {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-2 {
  display: grid;
  gap: 1.5rem;
}

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

.hover-lift {
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}

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

.icon-tile-sm {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(151, 28, 138, 0.12);
  color: var(--primary);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.badge-pink {
  display: inline-flex;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-full);
  font-size: 0.7rem;
  font-weight: 700;
  background: rgba(255, 77, 184, 0.15);
  color: var(--secondary);
  border: 1px solid rgba(255, 77, 184, 0.25);
}

.reach-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
}

.card-soft-brand {
  border-radius: var(--radius-xl);
  padding: 2rem;
  background: linear-gradient(145deg, rgba(151, 28, 138, 0.12), rgba(255, 255, 255, 0.95));
  border: 1px solid var(--border-subtle);
}

.card-plain {
  border-radius: var(--radius-xl);
  padding: 2rem;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
}

.section-border {
  border-top: 1px solid var(--border-subtle);
}

.bg-card-tint {
  background: var(--bg-dark);
}

.video-frame {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-lg);
}

.video-frame .ratio {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.work-carousel-wrap {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
}

.work-carousel-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .work-carousel-wrap img {
    height: 400px;
  }
}

.animate-rise {
  animation: rise-in 0.7s var(--ease) both;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.delay-1 {
  animation-delay: 0.12s;
}

.delay-2 {
  animation-delay: 0.2s;
}

.delay-3 {
  animation-delay: 0.28s;
}

.stack-num {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-muted);
  opacity: 0.5;
}

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

.btn-outline-primary {
  display: inline-flex;
  border-radius: var(--radius-full);
  border: 1.5px solid var(--primary);
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--primary);
  transition: background 0.2s, color 0.2s;
}

.btn-outline-primary:hover {
  background: rgba(151, 28, 138, 0.12);
  color: var(--text-dark);
}


/* ==========================================================================
   Community Work — unique premium slider
   ========================================================================== */
.work-section {
  position: relative;
  overflow: hidden;
}

.work-layout {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 960px) {
  .work-layout {
    grid-template-columns: 0.95fr 1.15fr;
    gap: 3.5rem;
  }
}

.work-copy .h-title-lg {
  margin-top: 0.75rem;
}

.work-copy p {
  margin-top: 1rem;
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--text-muted);
}

.work-copy .btn {
  margin-top: 1.5rem;
}

.work-slider {
  position: relative;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  box-shadow:
    0 24px 60px -20px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(151, 28, 138, 0.12),
    0 0 80px -30px rgba(151, 28, 138, 0.35);
}

.work-slider-viewport {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

@media (min-width: 640px) {
  .work-slider-viewport {
    aspect-ratio: 16 / 11;
  }
}

.work-slides {
  display: flex;
  height: 100%;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.work-slide {
  flex: 0 0 100%;
  height: 100%;
  position: relative;
}

.work-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.work-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(151, 28, 138, 0.08) 100%);
  pointer-events: none;
}

.work-slide-caption {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 2;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(248, 245, 247, 0.9);
  letter-spacing: 0.02em;
}

.work-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(151, 28, 138, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}

.work-nav:hover {
  background: rgba(151, 28, 138, 0.85);
  border-color: transparent;
  transform: translateY(-50%) scale(1.05);
}

.work-nav.prev {
  left: 0.85rem;
}

.work-nav.next {
  right: 0.85rem;
}

.work-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
  z-index: 4;
}

.work-progress-bar {
  height: 100%;
  width: 0%;
  background: var(--gradient-brand);
  transition: width 0.1s linear;
}

.work-thumbs {
  display: flex;
  gap: 0.5rem;
  padding: 0.75rem;
  overflow-x: auto;
  scrollbar-width: none;
  background: rgba(151, 28, 138, 0.10);
  border-top: 1px solid var(--border-subtle);
}

.work-thumbs::-webkit-scrollbar {
  display: none;
}

.work-thumb {
  flex: 0 0 56px;
  height: 42px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  opacity: 0.55;
  cursor: pointer;
  transition: opacity 0.25s, border-color 0.25s, transform 0.25s;
  padding: 0;
  background: none;
}

.work-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.work-thumb:hover {
  opacity: 0.85;
}

.work-thumb.active {
  opacity: 1;
  border-color: var(--primary);
  transform: scale(1.05);
  box-shadow: 0 0 0 1px rgba(151, 28, 138, 0.4);
}

.work-counter {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 5;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.35rem 0.7rem;
  border-radius: var(--radius-full);
  background: rgba(151, 28, 138, 0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(248, 245, 247, 0.9);
}

.work-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.work-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-full);
  font-size: 0.72rem;
  font-weight: 600;
  background: rgba(151, 28, 138, 0.12);
  border: 1px solid rgba(151, 28, 138, 0.25);
  color: var(--primary);
}

/* Community work section — light */
.work-section.section-light {
  background: var(--lavender);
  color: var(--text-dark);
}

.work-section.section-light .work-copy p {
  color: var(--text-muted);
}

.work-section.section-light .h-title-lg {
  color: var(--text-dark);
}

.work-section.section-light .eyebrow {
  color: var(--primary);
}

.work-section.section-light .work-badge {
  background: rgba(151, 28, 138, 0.10);
  border-color: rgba(151, 28, 138, 0.22);
  color: var(--primary);
}

.work-section.section-light .work-slider {
  box-shadow: var(--shadow-lg);
  border-color: rgba(151, 28, 138, 0.12);
  background: #fff;
}

.work-section.section-light .work-thumbs {
  background: #fff;
  border-top-color: rgba(151, 28, 138, 0.08);
}

/* Inner page titles */
.page-title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--text-dark);
  margin: 0;
}

.container-narrow.page-body,
main.container-narrow {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* ---------- LIGHT sections: text / icons / cards ---------- */
.section-light .eyebrow,
.section-lavender .eyebrow,
.section-soft .eyebrow,
.section-white .eyebrow {
  color: var(--primary);
}

.section-light .h-title-lg,
.section-lavender .h-title-lg,
.section-soft .h-title-lg,
.section-white .h-title-lg,
.section-light h2,
.section-lavender h2,
.section-soft h2,
.section-white h2,
.section-light h3,
.section-lavender h3 {
  color: var(--text-dark);
}

.section-light .body-lg,
.section-lavender .body-lg,
.section-soft .body-lg,
.section-white .body-lg,
.section-light .text-muted,
.section-lavender .text-muted,
.section-soft .text-muted,
.section-white .text-muted,
.section-light p,
.section-lavender p {
  color: var(--text-muted);
}

/* ---------- PRIMARY sections: text / icons / cards ---------- */
.section-dark .eyebrow,
.section-darker .eyebrow {
  color: rgba(255, 255, 255, 0.8);
}

.section-dark .h-title-lg,
.section-darker .h-title-lg,
.section-dark h2,
.section-darker h2,
.section-dark h3,
.section-darker h3 {
  color: #fff;
}

.section-dark .body-lg,
.section-darker .body-lg,
.section-dark .text-muted,
.section-darker .text-muted,
.section-dark p,
.section-darker p {
  color: rgba(255, 255, 255, 0.75);
}

.section-dark .journey-step h4,
.section-darker .journey-step h4 {
  color: #fff;
}

.section-dark .journey-step p,
.section-darker .journey-step p {
  color: rgba(255, 255, 255, 0.7);
}

/* Cards on light sections = white elevated */
.section-light .benefit-card,
.section-lavender .benefit-card,
.section-soft .benefit-card,
.section-white .benefit-card,
.section-light .package-card,
.section-lavender .package-card,
.section-light .drivers-card,
.section-lavender .drivers-card,
.section-light .card-tile,
.section-lavender .card-tile {
  background: #fff !important;
  border: 1px solid rgba(151, 28, 138, 0.10) !important;
  box-shadow: var(--shadow-md);
  color: var(--text-dark);
}

.section-light .benefit-card h3,
.section-lavender .benefit-card h3,
.section-light .package-card h3,
.section-lavender .package-card h3,
.section-light .drivers-card h3,
.section-lavender .drivers-card h3 {
  color: var(--text-dark) !important;
}

.section-light .benefit-card p,
.section-lavender .benefit-card p,
.section-light .package-card p,
.section-lavender .package-card p {
  color: var(--text-muted) !important;
}

/* Cards on primary sections = soft translucent white */
.section-dark .benefit-card,
.section-darker .benefit-card,
.section-dark .package-card,
.section-darker .package-card,
.section-dark .drivers-card,
.section-darker .drivers-card,
.section-dark .card-tile,
.section-darker .card-tile {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(12px);
  color: #fff;
}

.section-dark .benefit-card h3,
.section-darker .benefit-card h3,
.section-dark .package-card h3,
.section-darker .package-card h3,
.section-dark .drivers-card h3,
.section-darker .drivers-card h3 {
  color: #fff !important;
}

.section-dark .benefit-card p,
.section-darker .benefit-card p,
.section-dark .package-card p,
.section-darker .package-card p {
  color: rgba(255, 255, 255, 0.75) !important;
}

/* Icons */
.section-light .icon,
.section-lavender .icon,
.section-soft .icon,
.section-light svg.icon,
.section-lavender svg.icon {
  color: var(--primary);
}

.section-dark .icon,
.section-darker .icon,
.section-dark svg.icon,
.section-darker svg.icon {
  color: #fff;
}

.section-dark .journey-icon,
.section-darker .journey-icon {
  background: var(--bg-card);
  border-color: rgba(151, 28, 138, 0.25);
  color: var(--primary);
  box-shadow: var(--shadow-md);
}

.section-dark .benefit-card,
.section-darker .benefit-card {
  background: var(--bg-card);
  border: 1px solid var(--border-dark);
  box-shadow: var(--shadow-md);
}

.section-dark .benefit-card h3,
.section-darker .benefit-card h3 {
  color: var(--text-dark);
}

.section-dark .benefit-card p,
.section-darker .benefit-card p {
  color: var(--text-muted);
}

.section-dark .benefit-label {
  color: var(--primary);
}

.section-dark .reach-pill,
.section-darker .reach-pill {
  background: var(--bg-card);
  border-color: var(--border-dark);
  color: var(--text-dark);
  box-shadow: var(--shadow-md);
}

.section-dark .ads-banner,
.section-darker .ads-banner {
  background: var(--bg-card);
  border-color: var(--border-dark);
  box-shadow: var(--shadow-md);
}

.section-dark .ads-banner h3 {
  color: var(--text-dark);
}

.section-dark .ads-banner p {
  color: var(--text-muted);
}

.section-dark .btn-ghost,
.section-darker .btn-ghost,
.section-dark .btn-outline-light {
  color: var(--text-dark);
  border-color: var(--border-subtle);
}

.section-dark .btn-outline-light:hover {
  border-color: var(--primary);
  background: rgba(151, 28, 138, 0.12);
  color: var(--primary);
}

.section-dark .final-cta .h-title-lg {
  color: var(--text-dark);
}

.section-dark .sos-benefit p {
  color: var(--text-muted);
}

.section-dark .sos-benefit-icon {
  background: rgba(151, 28, 138, 0.15);
  color: var(--primary);
}

/* Phone mock — guaranteed visible */
.phone-mock {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  min-height: 520px;
}

.phone-frame {
  position: relative;
  background: linear-gradient(160deg, #2a1f30, #1a1220);
  border-radius: 2.25rem;
  padding: 0.7rem;
  box-shadow:
    0 0 0 3px rgba(151, 28, 138, 0.25),
    0 28px 60px -12px rgba(26, 18, 24, 0.35),
    0 0 40px -10px rgba(151, 28, 138, 0.3);
  width: 100%;
}

.phone-screen {
  background: linear-gradient(165deg, #241830 0%, #140f18 100%);
  border-radius: 1.7rem;
  overflow: hidden;
  aspect-ratio: 9 / 18.5;
  position: relative;
  min-height: 480px;
  width: 100%;
}

.phone-map {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 55% 42%, rgba(151, 28, 138, 0.35), transparent 45%),
    linear-gradient(180deg, #2a1a32 0%, #151018 100%);
}

.phone-mock.reveal {
  opacity: 1;
  transform: none;
}

.phone-mock.reveal:not(.visible) {
  opacity: 1;
  transform: none;
}

/* Global map — light, readable */
.global-map-wrap {
  position: relative;
  margin-top: 3rem;
  border-radius: var(--radius-2xl);
  background: linear-gradient(160deg, #fff 0%, #F3EEF2 100%);
  border: 1px solid rgba(151, 28, 138, 0.12);
  overflow: hidden;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-card);
  padding: 2rem 1rem 3rem;
}

.world-map-svg {
  width: 100%;
  max-width: 900px;
  height: auto;
  opacity: 0.55;
}

.world-map-svg path {
  fill: rgba(151, 28, 138, 0.12);
  stroke: rgba(151, 28, 138, 0.28);
}

.map-marker {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.marker-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 5px rgba(151, 28, 138, 0.25);
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.marker-badge {
  position: relative;
  left: auto;
  bottom: auto;
  transform: none;
  margin-bottom: 0.5rem;
  white-space: nowrap;
  background: var(--bg-card);
  border: 1px solid var(--border-dark);
  border-radius: 10px;
  padding: 0.4rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text-dark);
  box-shadow: 0 6px 20px rgba(26, 18, 24, 0.1);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.marker-kenya {
  top: 62%;
  left: 54%;
}

.marker-ghana {
  top: 55%;
  left: 46%;
}

.marker-india {
  top: 40%;
  left: 70%;
}

/* Header after scroll — solid brand-tinted surface, readable text/icons
   (this replaces a stray dark override that made scrolled-header text
   invisible: dark text was rendering on a near-black background) */
.site-header.scrolled {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom-color: var(--border-dark);
  box-shadow: var(--shadow-md);
}

.site-header.scrolled .brand-name {
  color: var(--text-dark);
}

.site-header.scrolled .main-nav a {
  color: var(--text-dark-muted);
}

.site-header.scrolled .main-nav a:hover,
.site-header.scrolled .main-nav a.active {
  color: var(--primary);
}

.site-header.scrolled .main-nav a::after {
  background: var(--gradient-brand);
}

.site-header.scrolled .lang-select {
  background: var(--white);
  color: var(--text-dark);
  border-color: var(--border-dark);
}

.site-header.scrolled .lang-select-wrap svg {
  color: var(--text-muted);
}

.site-header.scrolled .nav-toggle {
  color: var(--text-dark);
  border-color: var(--border-dark);
}

.site-header.scrolled .header-cta {
  box-shadow: var(--shadow-glow);
}

/* Video section on light */
.section-dark .video-section-inner {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}

/* SOS section (primary/darker) */
.sos-section .h-title-lg {
  color: #fff;
}

.sos-section .body-lg {
  color: rgba(255, 255, 255, 0.75);
}

.hero-cinematic .hero-content {
  z-index: 3;
}

.benefit-card.driver,
.benefit-card.rider {
  background: var(--bg-card) !important;
  border: 1px solid var(--border-dark) !important;
  box-shadow: var(--shadow-md);
}

.benefit-card.driver::after,
.benefit-card.rider::after {
  background: radial-gradient(ellipse at center, rgba(151, 28, 138, 0.2), transparent 70%);
}

.benefit-card h3 {
  color: var(--text-dark) !important;
}

.benefit-card p {
  color: var(--text-muted) !important;
}

.benefit-card .btn-ghost {
  color: var(--primary);
  border-color: var(--border-dark);
}

/* Journey track on light */

.section-dark .journey-track::before,
.section-darker .journey-track::before {
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  opacity: 0.35;
}

.site-header.scrolled .mobile-menu {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: rgba(151, 28, 138, 0.10);
}

.site-header.scrolled .mobile-menu nav a {
  color: var(--text-dark-muted);
}

.site-header.scrolled .mobile-menu nav a:hover,
.site-header.scrolled .mobile-menu nav a.active {
  color: var(--primary);
}



/* ---------- Safety Page ---------- */
.safety-hero {
  padding: 7.5rem 0 4rem;
  text-align: left;
  background:
    radial-gradient(ellipse 80% 60% at 70% -10%, rgba(255, 255, 255, 0.14), transparent 55%),
    var(--gradient-hero);
  color: #fff;
}

.safety-hero .eyebrow {
  color: rgba(255, 255, 255, 0.8);
}

.safety-hero .h-display {
  color: #fff;
  line-height: 1.15;
}

.safety-hero .body-lg {
  color: rgba(255, 255, 255, 0.78);
}

.section-light {
  background: var(--bg-dark);
  padding-bottom: 5rem;
  color: var(--text-dark);
}

/* Image */
.safety-image-wrap {
  margin: 0 auto 3.5rem;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid rgba(151, 28, 138, 0.12);
  box-shadow: 0 12px 40px rgba(26, 18, 24, 0.08);
}

.safety-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

/* 4 Cards Grid */
.safety-grid {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 3.5rem;
}

@media (min-width: 640px) {
  .safety-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.safety-card {
  background: var(--bg-card);
  border: 1px solid var(--border-dark);
  border-radius: 18px;
  padding: 1.5rem 1.25rem;
  box-shadow: var(--shadow-md);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.safety-card:hover {
  border-color: rgba(151, 28, 138, 0.4);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}

.safety-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(192, 38, 160, 0.18), rgba(124, 58, 237, 0.15));
  color: var(--secondary);
  display: grid;
  place-items: center;
  margin-bottom: 1.15rem;
}

.safety-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 0.6rem;
  line-height: 1.35;
}

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

/* PANIC Block */
/* =========================================
   PANIC MAIN BLOCK
========================================= */

.panic-block {
  position: relative;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(192, 38, 160, 0.12),
      transparent 35%
    ),
    linear-gradient(
      135deg,
      #1e1528 0%,
      #1a1225 100%
    );

  /* border: 1px solid var(--border-dark);
  border-radius: 24px; */

  padding: 2.5rem 2rem;

  box-shadow: var(--shadow-md);
}


/* =========================================
   PANIC CONTENT + IMAGE
========================================= */

.panic-content {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: center;
  gap: 3rem;
}


/* =========================================
   PANIC TEXT
========================================= */

.panic-text {
  min-width: 0;
}

.panic-block .eyebrow {
  color: var(--secondary);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.panic-block .h-title-lg {
  color: #fff;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.panic-desc {
  max-width: 48rem;

  font-size: 1rem;
  line-height: 1.7;

  color: rgba(255, 255, 255, 0.72);

  margin-bottom: 2rem;
}


/* =========================================
   PANIC LIST
========================================= */

.panic-list {
  list-style: none;

  padding: 0;
  margin: 0;

  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .panic-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .panic-list {
    grid-template-columns: 1fr 1fr;
  }
}

.panic-list li {
  display: flex;
  align-items: flex-start;

  gap: 0.75rem;

  font-size: 0.9rem;
  line-height: 1.5;

  color: rgba(255, 255, 255, 0.72);
}


/* =========================================
   PANIC ICON
========================================= */

.panic-icon {
  width: 32px;
  height: 32px;

  border-radius: 10px;

  background: rgba(192, 38, 160, 0.18);

  color: var(--secondary);

  display: grid;
  place-items: center;

  flex-shrink: 0;

  margin-top: 1px;

  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.panic-list li:hover .panic-icon {
  background: rgba(192, 38, 160, 0.28);
  transform: translateY(-2px);
}


/* =========================================
   PANIC IMAGE
========================================= */

.panic-image-wrap {
  position: relative;

  width: 100%;
  max-width: 440px;

  margin-left: auto;

  border-radius: 22px;

  isolation: isolate;
}


/* Image glow */

.panic-image-glow {
  position: absolute;

  inset: -25px;

  background: radial-gradient(
    circle,
    rgba(239, 68, 68, 0.22),
    transparent 65%
  );

  filter: blur(25px);

  z-index: -1;

  pointer-events: none;
}


/* Main image */

.panic-image {
  display: block;

  width: 100%;
  height: 360px;

  object-fit: cover;

  border-radius: 22px;

  border: 1px solid rgba(255, 255, 255, 0.14);

  box-shadow:
    0 20px 45px rgba(0, 0, 0, 0.4),
    0 0 35px rgba(239, 68, 68, 0.12);

  filter: saturate(0.9);
}


/* Dark overlay */

.panic-image-wrap::after {
  content: "";

  position: absolute;

  inset: 0;

  border-radius: 22px;

  background:
    linear-gradient(
      180deg,
      rgba(20, 10, 28, 0.05) 30%,
      rgba(20, 10, 28, 0.55) 100%
    );

  pointer-events: none;
}


/* =========================================
   IMAGE BADGE
========================================= */

.panic-image-badge {
  position: absolute;

  left: 18px;
  bottom: 18px;

  z-index: 3;

  display: flex;
  align-items: center;

  gap: 0.5rem;

  padding: 0.65rem 0.9rem;

  border-radius: 999px;

  background: rgba(20, 10, 28, 0.78);

  border: 1px solid rgba(255, 255, 255, 0.15);

  backdrop-filter: blur(12px);

  color: #fff;

  font-size: 0.72rem;

  font-weight: 700;

  letter-spacing: 0.03em;

  box-shadow:
    0 8px 25px rgba(0, 0, 0, 0.3);
}


.badge-dot {
  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: #ef4444;

  box-shadow:
    0 0 0 4px rgba(239, 68, 68, 0.15),
    0 0 12px rgba(239, 68, 68, 0.7);

  animation: badge-pulse 1.8s ease-in-out infinite;
}


@keyframes badge-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.55;
    transform: scale(0.85);
  }
}


/* =========================================
   ANIMATED PANIC BUTTON
========================================= */

.panic-button-wrap {
  position: relative;

  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;

  width: 100%;

  margin: 3rem auto 0;

  padding-top: 1rem;

  min-height: 160px;
}


/* =========================================
   OUTER EMERGENCY PULSE
========================================= */

.panic-button-wrap::before,
.panic-button-wrap::after {
  content: "";

  position: absolute;

  width: 125px;
  height: 125px;

  border-radius: 50%;

  border: 2px solid rgba(239, 68, 68, 0.45);

  pointer-events: none;

  animation: panic-ripple 2.4s ease-out infinite;
}


.panic-button-wrap::after {
  animation-delay: 1.2s;
}


/* =========================================
   MAIN BUTTON
========================================= */

.panic-button {
  position: relative;

  z-index: 2;

  width: 115px;
  height: 115px;

  padding: 7px;

  border: none;

  border-radius: 50%;

  color: #fff;

  background:
    linear-gradient(
      145deg,
      #ff5a5a 0%,
      #ef2929 45%,
      #b91c1c 100%
    );

  cursor: pointer;

  box-shadow:
    0 9px 0 #991b1b,
    0 18px 32px rgba(239, 68, 68, 0.42);

  animation: panic-press 2.4s ease-in-out infinite;

  transition:
    transform 0.12s ease,
    box-shadow 0.12s ease,
    filter 0.2s ease;
}


/* =========================================
   INNER BUTTON
========================================= */

.panic-button-inner {
  width: 100%;
  height: 100%;

  border-radius: 50%;

  border: 2px solid rgba(255, 255, 255, 0.3);

  display: flex;

  flex-direction: column;

  align-items: center;
  justify-content: center;

  gap: 0.35rem;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.18),
      rgba(0, 0, 0, 0.12)
    );

  box-shadow:
    inset 0 3px 6px rgba(255, 255, 255, 0.25),
    inset 0 -6px 10px rgba(0, 0, 0, 0.18);
}


.panic-button-inner svg {
  filter:
    drop-shadow(
      0 2px 3px rgba(0, 0, 0, 0.3)
    );
}


.panic-button-inner span {
  font-size: 0.9rem;

  font-weight: 900;

  letter-spacing: 0.12em;

  line-height: 1;
}


/* =========================================
   PRESS DOWN ANIMATION
========================================= */

@keyframes panic-press {

  0%,
  32%,
  100% {

    transform: translateY(0) scale(1);

    box-shadow:
      0 9px 0 #991b1b,
      0 18px 32px rgba(239, 68, 68, 0.42);
  }

  40% {

    transform: translateY(7px) scale(0.96);

    box-shadow:
      0 2px 0 #991b1b,
      0 9px 18px rgba(239, 68, 68, 0.32);
  }

  48% {

    transform: translateY(0) scale(1);

    box-shadow:
      0 9px 0 #991b1b,
      0 18px 32px rgba(239, 68, 68, 0.42);
  }
}


/* =========================================
   EXPANDING RED RINGS
========================================= */

@keyframes panic-ripple {

  0% {
    transform: scale(0.65);
    opacity: 0;
  }

  15% {
    opacity: 0.8;
  }

  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}


/* =========================================
   HOVER
========================================= */

.panic-button:hover {
  filter: brightness(1.1);
}


/* =========================================
   ACTUAL CLICK
========================================= */

.panic-button:active {

  transform: translateY(8px) scale(0.95);

  box-shadow:
    0 1px 0 #991b1b,
    0 7px 14px rgba(239, 68, 68, 0.3);
}


/* =========================================
   BUTTON LABEL
========================================= */

.panic-button-label {
  position: relative;

  z-index: 2;

  margin-top: 1rem;

  color: rgba(255, 255, 255, 0.55);

  font-size: 0.7rem;

  font-weight: 600;

  letter-spacing: 0.06em;

  text-transform: uppercase;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

  .panic-content {
    grid-template-columns: 1fr;

    gap: 2.5rem;
  }

  .panic-image-wrap {
    max-width: 100%;

    margin: 0 auto;
  }

  .panic-image {
    height: 330px;
  }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

  .panic-block {
    padding: 2rem 1.25rem;

    border-radius: 20px;
  }


  .panic-content {
    gap: 2rem;
  }


  .panic-desc {
    font-size: 0.92rem;

    line-height: 1.65;

    margin-bottom: 1.5rem;
  }


  .panic-list {
    gap: 0.85rem;
  }


  .panic-list li {
    font-size: 0.85rem;
  }


  /* Mobile image */

  .panic-image-wrap {
    width: 100%;
  }


  .panic-image {
    width: 100%;

    height: 250px;

    border-radius: 18px;
  }


  .panic-image-wrap::after {
    border-radius: 18px;
  }


  .panic-image-badge {
    left: 12px;

    bottom: 12px;

    padding: 0.55rem 0.75rem;

    font-size: 0.62rem;
  }


  .panic-button {
    width: 100px;

    height: 100px;
  }


  .panic-button-wrap::before,
  .panic-button-wrap::after {

    width: 110px;

    height: 110px;
  }


  .panic-button-inner svg {

    width: 24px;

    height: 24px;
  }


  .panic-button-inner span {

    font-size: 0.8rem;
  }


  .panic-button-label {

    font-size: 0.65rem;
  }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 380px) {

  .panic-image {
    height: 220px;
  }

  .panic-block .h-title-lg {
    font-size: 1.6rem;
  }

}


/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {

  .panic-button,
  .panic-button-wrap::before,
  .panic-button-wrap::after,
  .badge-dot {

    animation: none;
  }
}


/* ---------- Drivers Page ---------- */
.drivers-hero {
  padding: 7.5rem 0 4rem;
  text-align: left;
  background:
    radial-gradient(ellipse 80% 60% at 70% -10%, rgba(255, 255, 255, 0.14), transparent 55%),
    var(--gradient-hero);
  color: #fff;
}

.drivers-hero .eyebrow {
  color: rgba(255, 255, 255, 0.8);
}

.drivers-hero .h-display {
  color: #fff;
  line-height: 1.15;
}

.drivers-hero .body-lg {
  color: rgba(255, 255, 255, 0.78);
}

.drivers-cta {
  display: inline-flex;
  margin-top: 1.75rem;
  padding: 0.85rem 2rem;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 9999px;
  background: linear-gradient(135deg, #971C8A, #6B1462);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 24px -4px rgba(151, 28, 138, 0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.drivers-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px -4px rgba(151, 28, 138, 0.55);
}

.section-light {
  background: var(--bg-dark);
  padding-bottom: 5rem;
  color: var(--text-dark);
}

/* Cards Grid */
.drivers-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .drivers-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.drivers-card {
  background: var(--bg-card);
  border: 1px solid var(--border-dark);
  border-radius: 18px;
  padding: 1.5rem 1.25rem;
  box-shadow: var(--shadow-md);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.drivers-card:hover {
  border-color: rgba(151, 28, 138, 0.4);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}

.drivers-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(192, 38, 160, 0.18), rgba(124, 58, 237, 0.15));
  color: var(--secondary);
  display: grid;
  place-items: center;
  margin-bottom: 1.15rem;
}

.drivers-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 0.6rem;
  line-height: 1.35;
}

.drivers-card p {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
}

/* ========== Light theme enforcement ========== */
body {
  background: var(--gradient-page) !important;
  color: var(--text-dark) !important;
}

.policy-content {
  color: var(--text-muted);
  max-width: 48rem;
}

.policy-content h1.page-title,
.policy-content h2 {
  color: var(--text-dark);
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.policy-content h2 {
  font-size: 1.25rem;
  font-weight: 700;
}

.policy-content p,
.policy-content li {
  color: var(--text-muted);
  line-height: 1.7;
}

.policy-updated {
  color: var(--text-muted);
  font-size: 0.875rem;
  margin-bottom: 2rem;
}

.policy-content a {
  color: var(--primary);
}

.policy-content a:hover {
  color: var(--primary-dark);
}

.page-title {
  color: var(--text-dark) !important;
}

.container-narrow h1,
.container-narrow h2,
.container-narrow .h-title,
main.container-narrow h1,
main.container-narrow h2 {
  color: var(--text-dark);
}

.container-narrow p,
main.container-narrow p,
.container-narrow .text-muted {
  color: var(--text-muted);
}

.card-tile {
  background: var(--bg-card);
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-xl);
  padding: 1.75rem;
  box-shadow: var(--shadow-md);
}

.card-tile h2,
.card-tile h3 {
  color: var(--text-dark);
}

.card-tile p {
  color: var(--text-muted);
}

/* Map marker labels */
.marker-label {
  background: var(--bg-card) !important;
  color: var(--text-dark) !important;
  border-color: var(--border-dark) !important;
}

/* ==========================================================================
   Riders Page
   ========================================================================== */
.riders-hero {
  padding: 7.5rem 0 4.5rem;
  text-align: left;
  background:
    radial-gradient(ellipse 80% 60% at 70% -10%, rgba(255, 255, 255, 0.15), transparent 55%),
    var(--gradient-hero);
  color: var(--text-light);
}

.riders-hero .eyebrow {
  color: rgba(255, 255, 255, 0.8);
}

.riders-hero .h-display {
  color: #fff;
  line-height: 1.15;
}

.riders-hero .body-lg {
  color: rgba(255, 255, 255, 0.78);
  margin-left: 0;
  margin-right: 0;
}

.riders-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: flex-start;
  margin-top: 1.75rem;
}

.riders-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.85rem 2rem;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 9999px;
  background: linear-gradient(135deg, #971C8A, #6B1462);
  color: #fff !important;
  text-decoration: none;
  box-shadow: 0 8px 24px -4px rgba(151, 28, 138, 0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.riders-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px -4px rgba(151, 28, 138, 0.55);
  color: #fff !important;
}

.riders-hero .container-narrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.riders-hero-content {
  flex: 1;
}

.riders-hero-image {
  flex: 0 0 42%;
}

.riders-hero-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 24px;
}

/* Mobile */
@media (max-width: 768px) {
  .riders-hero .container-narrow {
    flex-direction: column;
    align-items: stretch;
  }

  .riders-hero-image {
    width: 100%;
  }

  .riders-hero-image img {
    height: 300px;
  }
}
.riders-intro {
  margin-bottom: 2.75rem;
}

.riders-benefits-grid {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .riders-benefits-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .riders-benefits-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.riders-benefit-card {
  background: var(--bg-card);
  border: 1px solid var(--border-dark);
  border-radius: 18px;
  padding: 1.65rem 1.4rem;
  box-shadow: var(--shadow-md);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.riders-benefit-card:hover {
  border-color: rgba(151, 28, 138, 0.4);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}

.riders-benefit-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(192, 38, 160, 0.18), rgba(124, 58, 237, 0.15));
  color: var(--secondary);
  display: grid;
  place-items: center;
  margin-bottom: 1.1rem;
}

.riders-benefit-card h3 {
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 0.55rem;
  line-height: 1.35;
}

.riders-benefit-card p {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
}

.riders-steps {
  margin-top: 2.75rem;
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .riders-steps {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.75rem;
  }
}

.riders-step {
  background: var(--bg-card);
  border: 1px solid var(--border-dark);
  border-radius: 18px;
  padding: 1.5rem 1.25rem;
  position: relative;
  overflow: hidden;
}

.riders-step-num {
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  background: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  margin-bottom: 1rem;
}

.riders-step-body h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 0.5rem;
}

.riders-step-body p {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
}

.riders-sos-band {
  padding: 4.5rem 0;
  background:
    radial-gradient(ellipse 70% 80% at 85% 50%, rgba(151, 28, 138, 0.18), transparent 50%),
    var(--bg-dark);
}

.riders-sos-inner {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .riders-sos-inner {
    grid-template-columns: 1.4fr 0.8fr;
    gap: 3rem;
  }
}

.riders-sos-copy .h-title-lg {
  color: var(--text-dark);
}

/* SOS Card */
.riders-sos-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  border-radius: 24px;
  background: linear-gradient(145deg,
      rgba(192, 38, 160, 0.25),
      rgba(124, 58, 237, 0.18));
  border: 1px solid rgba(151, 28, 138, 0.35);
  box-shadow: var(--shadow-glow);
  text-align: center;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

/* Animated SOS Button */
.riders-sos-label {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(145deg, #ff5b5b, #d61f1f);
  color: #fff;

  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.08em;

  box-shadow:
    0 8px 0 #9f1717,
    0 16px 30px rgba(229, 57, 53, 0.45);

  animation: sosPress 2s ease-in-out infinite;
}

/* Pulse Ring */
.riders-sos-label::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 2px solid rgba(255, 70, 70, 0.4);
  animation: sosPulse 2s ease-out infinite;
}

.riders-sos-sub {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: var(--text-muted);
  font-weight: 500;
}

/* Press Animation */
@keyframes sosPress {

  0%,
  40%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow:
      0 8px 0 #9f1717,
      0 16px 30px rgba(229, 57, 53, 0.45);
  }

  50% {
    transform: translateY(6px) scale(0.94);
    box-shadow:
      0 2px 0 #9f1717,
      0 8px 16px rgba(229, 57, 53, 0.3);
  }
}

/* Ripple Animation */
@keyframes sosPulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .riders-sos-badge {
    min-height: 190px;
  }

  .riders-sos-label {
    width: 90px;
    height: 90px;
    font-size: 1.8rem;
  }

  .riders-sos-label::after {
    width: 90px;
    height: 90px;
  }
}

/* ==========================================================================
   Partners Page
   ========================================================================== */
.partners-hero {
  position: relative;
  padding: calc(var(--header-h, 4.25rem) + 2.5rem) 0 3.5rem;
  text-align: left;
  color: #fff;
  overflow: hidden;

  background:
    radial-gradient(ellipse 80% 60% at 70% -10%,
      rgba(255, 255, 255, 0.12),
      transparent 55%),
    var(--gradient-hero);

  display: flex;
  align-items: center;
}

.partners-hero-inner {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
}

@media (min-width: 900px) {
  .partners-hero-inner {
    grid-template-columns: 1fr 1.1fr;
    gap: 3rem;
  }
}

.partners-hero-content {
  position: relative;
  z-index: 1;
}

.partners-hero-content .body-lg {
  max-width: 38rem;
}

.partners-hero .eyebrow {
  color: rgba(255, 255, 255, 0.95);
}

.partners-hero .h-display {
  color: #fff;
  line-height: 1.15;
  max-width: 700px;
  margin-top: 0.75rem;
  margin-left: 0;
  margin-right: 0;
}

/* New subtitle */
.partners-hero-subtitle {
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.4;
  font-weight: 600;
  margin: 1rem 0 0;
  max-width: 38rem;
}

.partners-hero .body-lg {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}

.partners-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: flex-start;
  margin-top: 1.75rem;
}

/* Image container */
.partners-hero-media {
  position: relative;
  border-radius: var(--radius-2xl, 1.25rem);
  overflow: hidden;

  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);

  border: 1px solid rgba(255, 255, 255, 0.15);

  aspect-ratio: 16 / 10;

  background: rgba(0, 0, 0, 0.2);
}

/* Hero image */
.partners-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* CTA */
.partners-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.85rem 2rem;

  font-size: 0.95rem;
  font-weight: 700;

  border-radius: 9999px;

  background: linear-gradient(135deg, #971C8A, #6B1462);
  color: #fff !important;

  text-decoration: none;

  box-shadow: 0 8px 24px -4px rgba(151, 28, 138, 0.45);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.partners-cta:hover {
  transform: translateY(-3px);

  box-shadow:
    0 12px 32px -4px rgba(151, 28, 138, 0.55);

  color: #fff !important;
}

/* Partner types section */
.partners-types-grid {
  display: grid;
  gap: 1.35rem;
  margin-top: 2.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .partners-types-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Mobile */
@media (max-width: 899px) {
  .partners-hero {
    padding-top: calc(var(--header-h, 4.25rem) + 2rem);
    padding-bottom: 2.5rem;
  }

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

  .partners-hero-subtitle {
    font-size: 1.15rem;
  }

  .partners-hero-media {
    order: 2;
    aspect-ratio: 16 / 10;
  }
}

.partners-type-card {
  background: var(--bg-card);
  border: 1px solid var(--border-dark);
  border-radius: 20px;
  padding: 1.85rem 1.6rem;
  box-shadow: var(--shadow-md);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  display: flex;
  flex-direction: column;
}

.partners-type-card:hover {
  border-color: rgba(151, 28, 138, 0.4);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.32);
  transform: translateY(-4px);
}

.partners-type-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(192, 38, 160, 0.2), rgba(124, 58, 237, 0.16));
  color: var(--secondary);
  display: grid;
  place-items: center;
  margin-bottom: 1.15rem;
}

.partners-type-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 0.65rem;
  line-height: 1.35;
}

.partners-type-card>p {
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0 0 1rem;
  flex-grow: 1;
}

.partners-type-list {
  margin: 0 0 0.75rem;
  padding: 0;
  list-style: none;
}

.partners-type-list li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 0.4rem;
  line-height: 1.45;
}

.partners-type-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--secondary);
  box-shadow: 0 0 0 3px rgba(232, 92, 184, 0.2);
}

.partners-type-link {
  display: inline-flex;
  margin-top: auto;
  padding-top: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--secondary);
  transition: color 0.2s ease;
}

.partners-type-link:hover {
  color: var(--primary);
}

.partners-why-layout {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}

@media (min-width: 900px) {
  .partners-why-layout {
    grid-template-columns: 1.2fr 1fr;
    gap: 3rem;
    align-items: center;
  }
}

.partners-why-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.partners-stat {
  background: var(--bg-card);
  border: 1px solid var(--border-dark);
  border-radius: 16px;
  padding: 1.35rem 1.15rem;
  text-align: center;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.partners-stat:hover {
  border-color: rgba(151, 28, 138, 0.35);
  transform: translateY(-2px);
}

.partners-stat-value {
  display: block;
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.2;
}

.partners-stat-label {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.partners-process {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .partners-process {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.75rem;
  }
}

.partners-process-step {
  background: var(--bg-card);
  border: 1px solid var(--border-dark);
  border-radius: 18px;
  padding: 1.5rem 1.25rem;
}

.partners-process-num {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #971C8A, #6B1462);
  color: #fff;
  font-weight: 800;
  font-size: 1.05rem;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
}

.partners-process-step h3 {
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 0.5rem;
}

.partners-process-step p {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
}

.partners-cta-band {
  padding: 5rem 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 100%, rgba(151, 28, 138, 0.18), transparent 55%),
    var(--bg-deep);
  text-align: center;
}

.partners-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
  margin-top: 1.75rem;
}

/* Outline light button consistency on these pages */
.riders-hero .btn-outline-light,
.partners-hero .btn-outline-light,
.partners-cta-band .btn-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  background: transparent;
  border-radius: 9999px;
  padding: 0.85rem 1.75rem;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.riders-hero .btn-outline-light:hover,
.partners-hero .btn-outline-light:hover,
.partners-cta-band .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--text-dark);
  transform: translateY(-2px);
}

/* Active nav link on new pages */
.main-nav a.active,
.mobile-menu nav a.active,
.footer-links a.active {
  color: var(--secondary);
}

/* ---------- Country Contact (dynamic) ---------- */
.country-status-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.country-status-badge.is-live {
  background: rgba(52, 211, 153, 0.2);
  color: #34d399;
  border: 1px solid rgba(52, 211, 153, 0.4);
}

.country-status-badge.is-soon {
  background: rgba(251, 191, 36, 0.15);
  color: #fbbf24;
  border: 1px solid rgba(251, 191, 36, 0.35);
}

/* Nav dropdown for Contact Us */
.nav-dropdown {
  position: relative;
}

.nav-dropdown-toggle {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.nav-dropdown-toggle.active,
.nav-dropdown-toggle:hover {
  color: var(--primary, #971C8A);
}

.nav-caret {
  font-size: 0.65em;
  opacity: 0.8;
  transition: transform 0.2s;
}

.nav-dropdown.is-open .nav-caret {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 0.6rem);
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
  background: var(--bg-card, #1e1826);
  border: 1px solid var(--border-dark);
  border-radius: 12px;
  padding: 0.5rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  z-index: 100;
}

.nav-dropdown.is-open .nav-dropdown-menu {
  display: block;
}

.nav-dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.85rem;
  border-radius: 8px;
  color: var(--text-dark);
  text-decoration: none;
  font-size: 0.9rem;
  white-space: nowrap;
}

.nav-dropdown-menu a:hover {
  background: rgba(192, 38, 160, 0.12);
  color: var(--secondary, #971C8A);
}

.dd-flag {
  font-size: 1.15rem;
}

.dd-soon {
  margin-left: auto;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fbbf24;
  opacity: 0.9;
}

.mobile-contact-group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.5rem 0;
}

.mobile-contact-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  padding: 0 0.25rem;
}

.mobile-country-links {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.mobile-country-links a {
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  color: var(--text-dark);
  text-decoration: none;
}

.mobile-country-links a:hover {
  background: rgba(192, 38, 160, 0.1);
}

@media (max-width: 768px) {
  .contact-hero-flag {
    width: 34px;
    height: 23px;
  }
}

.main-nav .nav-dropdown-toggle {
  position: relative;
  padding: 0.35rem 0;
  color: var(--text-dark-muted);
  transition: color 0.25s ease;
  font-weight: 500;
}

.main-nav .nav-dropdown-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #971C8A, #6B1462);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.main-nav .nav-dropdown-toggle:hover,
.main-nav .nav-dropdown-toggle.active {
  color: var(--primary);
}

.main-nav .nav-dropdown-toggle:hover::after,
.main-nav .nav-dropdown-toggle.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-header.scrolled .main-nav .nav-dropdown-toggle {
  color: var(--text-dark-muted);
}

.site-header.scrolled .main-nav .nav-dropdown-toggle:hover,
.site-header.scrolled .main-nav .nav-dropdown-toggle.active {
  color: var(--primary);
}

@media (min-width: 900px) {
  .main-nav {
    display: flex;
  }
}


/* Contact form section spacing under hero */
.contact-hero+.section-light {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .contact-hero+.section-light {
    padding-top: 3.5rem;
  }

  .contact-layout {
    padding-top: 0.5rem;
  }
}

/* Flag images in nav dropdown */
.nav-dropdown-menu a .dd-flag-img {
  width: 22px;
  height: 15px;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.mobile-country-links a .dd-flag-img {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 2px;
  margin-right: 0.35rem;
  vertical-align: middle;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
}

/* ==========================================================================
   About Us page
   ========================================================================== */

.about-hero {
  padding: 7.5rem 0 4rem;
  text-align: left;
  background:
    radial-gradient(ellipse 80% 60% at 70% -10%, rgba(255, 255, 255, 0.14), transparent 55%),
    var(--gradient-hero);
  color: #fff;
  overflow: hidden;
}

.about-hero-inner {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .about-hero-inner {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.about-hero-content {
  position: relative;
  z-index: 1;
}

.about-hero-content .body-lg {
  max-width: 36rem;
}

.about-hero-media {
  position: relative;
  z-index: 1;
  border-radius: var(--radius-2xl, 1.25rem);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.about-hero-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  object-position: center;
}

.about-hero .eyebrow {
  color: rgba(255, 255, 255, 0.8);
}

.about-hero .h-display {
  color: #fff;
  line-height: 1.15;
}

.about-hero .body-lg {
  color: rgba(255, 255, 255, 0.78);
}

/* Story + stats */
.about-story {
  display: grid;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 900px) {
  .about-story {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 4rem;
  }
}

.about-story-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.about-stat-card {
  background: #fff;
  border: 1px solid rgba(151, 28, 138, 0.12);
  border-radius: var(--radius-lg);
  padding: 1.35rem 1.15rem;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.about-stat-num {
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--primary);
  line-height: 1.1;
}

.about-stat-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-muted);
  line-height: 1.35;
}

/* Values on primary section */
.about-mission-head {
  margin-bottom: 2.5rem;
}

.about-values-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 700px) {
  .about-values-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1000px) {
  .about-values-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.about-value-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-xl);
  padding: 1.5rem 1.35rem;
  backdrop-filter: blur(10px);
}

.about-value-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
}

.about-value-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
}

.about-value-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
}

/* Differentiators */
.about-diff-head {
  margin-bottom: 2.25rem;
}

.about-diff-grid {
  display: grid;
  gap: 1.15rem;
}

@media (min-width: 700px) {
  .about-diff-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1000px) {
  .about-diff-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.about-diff-card {
  background: #fff;
  border: 1px solid rgba(151, 28, 138, 0.1);
  border-radius: var(--radius-xl);
  padding: 1.5rem 1.35rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s var(--ease), box-shadow 0.25s;
}

.about-diff-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.about-diff-num {
  display: block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--primary);
  margin-bottom: 0.75rem;
}

.about-diff-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text-dark);
}

.about-diff-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--text-muted);
}

/* Markets */
.about-presence-head {
  margin-bottom: 2rem;
}

.about-markets {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 640px) {
  .about-markets {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1000px) {
  .about-markets {
    grid-template-columns: repeat(3, 1fr);
  }
}

.about-market-card {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  background: #fff;
  border: 1px solid rgba(151, 28, 138, 0.1);
  border-radius: var(--radius-lg);
  padding: 1rem 1.15rem;
  box-shadow: var(--shadow-sm);
}

.about-market-card h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  color: var(--text-dark);
}

.about-market-card p {
  margin: 0.15rem 0 0;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.about-flag {
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
}

.about-market-badge {
  margin-left: auto;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  background: rgba(52, 211, 153, 0.15);
  color: #059669;
}

.about-market-badge.soon {
  background: rgba(151, 28, 138, 0.1);
  color: var(--primary);
}

/* Koowi block */
.about-koowi {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 800px) {
  .about-koowi {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 3rem;
  }
}

.about-koowi-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  min-height: 180px;
}

.about-koowi-logo {
  max-width: 220px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* CTA actions */
.about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.75rem;
}

/* Final CTA on light lavender — adjust icon + buttons */
.section-lavender.final-cta .icon-wrap {
  background: var(--gradient-brand-soft);
  color: var(--primary);
}

.section-lavender.final-cta .h-title-lg {
  color: var(--text-dark);
}

.section-lavender.final-cta .body-lg {
  color: var(--text-muted);
}




/* ==========================================================================
   BLOCK 2 — NEW CSS FOR THIS SECTION ONLY
   This is the only part you need to add to your stylesheet.
   Scoped under .mx-services so nothing else on your site is touched.
   ========================================================================== */

.mx-services {
  position: relative;
  overflow: hidden;
}

.mx-services__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.875rem;
  margin-bottom: 3rem;
  max-width: 34rem;
}

.mx-services__eyebrow-row {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.mx-services__eyebrow-dash {
  width: 1.5rem;
  height: 2px;
  background: var(--gradient-brand);
  border-radius: var(--radius-full);
}

.mx-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

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

@media (max-width: 620px) {
  .mx-services__grid {
    grid-template-columns: 1fr;
  }
}

.mx-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  box-shadow: var(--shadow-card);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
}

.mx-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  padding: 1px;
  background: var(--gradient-brand);
  opacity: 0;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 0.35s var(--ease);
  pointer-events: none;
}

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

.mx-card:hover::before {
  opacity: 1;
}

.mx-card__pin {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50% 50% 50% 4px;
  background: var(--gradient-brand-soft);
  border: 1px solid var(--border-subtle);
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mx-card__pin svg {
  transform: rotate(45deg);
  width: 1.5rem;
  height: 1.5rem;
  stroke: var(--primary);
}

.mx-card__title {
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--text-dark);
  margin: 0;
}

.mx-card__desc {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
  flex-grow: 1;
}

.mx-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--primary);
  width: fit-content;
  padding-bottom: 2px;
  border-bottom: 1.5px solid transparent;
  transition: gap 0.25s var(--ease), border-color 0.25s var(--ease);
}

.mx-card__link svg {
  width: 0.9rem;
  height: 0.9rem;
  stroke: var(--primary);
  transition: transform 0.25s var(--ease);
}

.mx-card__link:hover {
  gap: 0.6rem;
  border-color: var(--primary);
}

.mx-card__link:hover svg {
  transform: translateX(2px);
}

/* ========== Footer brand visibility fix ========== */
.site-footer .brand-name {
  color: #fff !important;
}

.site-footer .brand-name span {
  color: #ff9fe0 !important;
}

.site-footer .brand {
  color: #fff;
}

/* ========== Kenya to India: content left, video right ========== */
.kenya-video-layout {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .kenya-video-layout {
    grid-template-columns: 1fr 1.15fr;
    gap: 3rem;
  }
}

.kenya-video-copy {
  text-align: left;
}

.kenya-video-copy .h-title-lg {
  margin-top: 0;
}

.kenya-video-copy .body-lg {
  max-width: 28rem;
  margin-left: 0;
  margin-right: 0;
}

.kenya-video-frame {
  max-width: 100%;
  margin: 0;
  aspect-ratio: 16 / 9;
}

/* ========== Why Maxie / Launch benefits (image 2 style) ========== */
.why-maxie-header {
  margin-bottom: 2.5rem;
}

.why-maxie-header .h-title {
  margin-top: 0.5rem;
}

.why-benefits-grid .benefit-card {
  display: flex;
  flex-direction: column;
  padding: 2rem 1.75rem 1.75rem;
  background: #fff;
  border: 1px solid rgba(151, 28, 138, 0.12);
  box-shadow: 0 12px 40px -18px rgba(151, 28, 138, 0.2);
}

.benefit-card-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.benefit-icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #971c8a, #c44bb0);
  color: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.benefit-icon-circle.rider-icon {
  background: linear-gradient(135deg, #ff4db8, #ff8ad4);
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  flex: 1;
}

.benefit-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--text-muted);
}

.benefit-list li:last-child {
  border-bottom: none;
}

.benefit-list strong {
  color: var(--text-dark);
  font-weight: 700;
  display: block;
  margin-bottom: 0.15rem;
}

.benefit-li-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(151, 28, 138, 0.1);
  display: grid;
  place-items: center;
  font-size: 0.85rem;
  margin-top: 0.1rem;
}

.benefit-card-visual {
  margin: 0.5rem 0 1.25rem;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(151, 28, 138, 0.08), transparent);
  text-align: center;
  padding: 0.75rem;
}

.benefit-card-visual img {
  max-height: 110px;
  width: auto;
  object-fit: contain;
}

.why-rider-btn {
  background: linear-gradient(135deg, #ffb347, #ff8c00);
  color: #fff;
  border: none;
}

.why-rider-btn:hover {
  filter: brightness(1.05);
  color: #fff;
}

.why-trust-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem 2rem;
  margin-top: 2.5rem;
  padding: 1.25rem 1.5rem;
  background: #fff;
  border-radius: 999px;
  border: 1px solid rgba(151, 28, 138, 0.1);
  box-shadow: 0 8px 30px -12px rgba(151, 28, 138, 0.15);
}

.why-trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-dark);
}

.trust-icon {
  font-size: 1.1rem;
}

/* ========== Journey CTA (image 5 style) ========== */
.journey-cta {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(255, 77, 184, 0.25), transparent 55%),
    linear-gradient(160deg, #2a0a3d 0%, #4a1568 40%, #1a0528 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.journey-cta-title {
  background: linear-gradient(90deg, #ffd700, #ff9f1a, #ffd700);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.journey-cta-sub {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
  margin-top: 0.5rem;
}

.journey-cta-desc {
  color: rgba(255, 255, 255, 0.75);
  margin-top: 0.5rem;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.journey-cards {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.5rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .journey-cards {
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem;
  }
}

.journey-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 1.75rem;
  text-align: left;
  backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
}

.journey-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #fff;
  background: rgba(151, 28, 138, 0.85);
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  width: fit-content;
  margin-bottom: 1rem;
}

.journey-card-badge.driver-badge {
  background: rgba(255, 140, 0, 0.9);
}

.journey-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.7;
}

.journey-card-visual {
  margin: 0.5rem 0 1.25rem;
  text-align: center;
}

.journey-card-visual img {
  max-height: 90px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.35));
}

.journey-driver-btn {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.journey-flags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.5rem;
  margin-top: 2.5rem;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}

.journey-flag-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.journey-flag-divider {
  font-size: 1.25rem;
}

.journey-store-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1rem;
  margin-top: 1.75rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
}

.store-badge {
  display: inline-block;
  padding: 0.45rem 0.9rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-weight: 600;
  font-size: 0.8rem;
  text-decoration: none;
}

.store-badge:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

/* ========== Page heroes background image (safety-like) ========== */
.safety-hero,
.drivers-hero,
.riders-hero,
.partners-hero,
.about-hero {
  background-image:
    linear-gradient(135deg, rgba(80, 10, 90, 0.82), rgba(40, 5, 55, 0.88)),
    url("../img/hero-night.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


/* Hero vehicle as video */
.vehicle-video {
  object-fit: cover;
  border-radius: 20px;
  width: 380px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  background: #1a0528;
}


/* Partners stats band (image 6) */
.partners-stats-band {
  background: linear-gradient(90deg, #6b1a8a 0%, #971c8a 50%, #c44bb0 100%);
  padding: 2rem 0;
  color: #fff;
}

.partners-stats-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .partners-stats-row {
    grid-template-columns: repeat(4, 1fr);
  }
}

.partners-stat-big .partners-stat-value {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #fff;
}

.partners-stat-big .partners-stat-label {
  display: block;
  font-size: 0.85rem;
  opacity: 0.9;
  margin-top: 0.35rem;
  font-weight: 500;
  color: #fff;
}


@media (max-width: 899px) {
  .kenya-video-copy {
    text-align: center;
  }

  .kenya-video-copy .body-lg {
    margin-left: auto;
    margin-right: auto;
  }
}

.partners-types-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .partners-types-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.partners-type-card {
  background: #fff;
  border: 1px solid rgba(20, 20, 40, 0.08);
  border-radius: var(--radius-2xl, 1.25rem);
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.partners-type-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.09);
  border-color: rgba(151, 28, 138, 0.2);
}

/* Number icon */
.partners-type-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(
    135deg,
    #971c8a,
    #6b1462
  );

  color: #fff;

  margin-bottom: 1.35rem;

  box-shadow: 0 8px 20px rgba(151, 28, 138, 0.2);
}

.partners-type-icon span {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.partners-type-card h3 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #17152b;
}

.partners-type-card p {
  margin: 0.75rem 0 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #5f6070;
  max-width: 34rem;
}

/* ==========================================================================
   Go Live Section (homepage) & Community page
   ========================================================================== */

.footer-grid-simple {
  grid-template-columns: 1.4fr 1fr;
  gap: 2.5rem;
}

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

/* --- Go Live section --- */
.golive-section {
  background: #fff;
  color: var(--text-dark);
  position: relative;
  overflow: hidden;
}

.golive-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 50%,
      rgba(151, 28, 138, 0.06),
      transparent 55%);
  pointer-events: none;
}

.golive-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Eyebrow pill */
.golive-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(151, 28, 138, 0.08);
  border: 1px solid rgba(151, 28, 138, 0.15);
  padding: 0.4rem 1rem;
  border-radius: var(--radius-full);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--primary);
}

.golive-pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
}

/* Heading */
.golive-title {
  color: var(--text-dark);
  margin-top: 1rem !important;
}

.golive-title-accent {
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Description */
.golive-lead {
  color: var(--text-muted);
  margin-top: 1.1rem !important;
  max-width: 34rem;
}

/* Feature grid 2x2 */
.golive-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 1.25rem;
  margin: 2rem 0 0;
}

.golive-features li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.golive-feat-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  background: var(--gradient-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: var(--shadow-glow);
}

.golive-features strong {
  display: block;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
  color: var(--text-dark);
}

.golive-features span {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.45;
}

/* Visual */
.golive-visual {
  display: flex;
  justify-content: center;
}

.golive-visual-inner {
  position: relative;
}

/* Decorative Mic */
.golive-mic-deco {
  position: absolute;
  right: -3.5rem;
  top: 40%;
  color: rgba(151, 28, 138, 0.12);
  transform: rotate(8deg);
}

/* Phone */
.golive-phone {
  position: relative;
  background: linear-gradient(160deg,
      #2a0f28 0%,
      #4a1545 100%);
  border-radius: 2rem;
  padding: 1.25rem 1.4rem 1.75rem;
  width: 260px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(151, 28, 138, 0.15);
  text-align: center;
}

.golive-phone-status {
  display: flex;
  justify-content: space-between;
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.75rem;
}

.golive-phone-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}

.golive-phone-title {
  font-weight: 700;
  font-size: 0.85rem;
  color: #fff;
}

.golive-live-badge {
  font-size: 0.6rem;
  font-weight: 700;
  color: #ff6b6b;
  background: rgba(255, 107, 107, 0.15);
  padding: 0.15rem 0.5rem;
  border-radius: var(--radius-full);
}

.golive-phone-eye {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.6);
}

.golive-phone-status-text {
  font-weight: 700;
  font-size: 0.95rem;
  color: #fff;
  margin: 0.4rem 0 0.2rem;
}

.golive-phone-sub {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 1.25rem;
}

/* Radial avatar ring */
.golive-avatar-ring {
  position: relative;
  width: 170px;
  height: 170px;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.2);
}

.golive-avatar-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.golive-avatar-node {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.golive-avatar-center img,
.golive-avatar-node img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.golive-avatar-node.n1 {
  top: 0;
  left: 20%;
}

.golive-avatar-node.n2 {
  top: 8%;
  right: 0;
}

.golive-avatar-node.n3 {
  bottom: 8%;
  right: 4%;
}

.golive-avatar-node.n4 {
  bottom: 0;
  left: 22%;
}

.golive-joining-text {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 1.1rem;
}

.golive-joining-text span {
  color: #fff;
  font-weight: 700;
}

/* Mic Button */
.golive-mic-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--gradient-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5rem;
  color: #fff;
  border: none;
  box-shadow: var(--shadow-glow);
}

.golive-phone-hint {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

/* Floating rewards card */
.golive-rewards-card {
  position: absolute;
  bottom: -1.5rem;
  right: -8.5rem;
  background: #fff;
  color: var(--text-dark);
  border-radius: var(--radius-lg);
  padding: 1rem 1.1rem;
  box-shadow: 0 15px 40px rgba(92, 18, 84, 0.16);
  width: 180px;
  border: 1px solid rgba(151, 28, 138, 0.08);
}

.golive-rewards-title {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 0.6rem;
}

.golive-rewards-card ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.golive-rewards-card li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-dark-muted);
}

.golive-rewards-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  flex-shrink: 0;
}

/* Bottom CTA bar */
.golive-ctabar {
  margin-top: 4rem;
  background: #fff;
  border: 1px solid rgba(151, 28, 138, 0.1);
  border-radius: var(--radius-xl);
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  box-shadow: 0 15px 40px rgba(92, 18, 84, 0.12);
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}

.golive-ctabar-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.golive-ctabar-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--gradient-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: var(--shadow-glow);
}

.golive-ctabar-title {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text-dark);
}

.golive-ctabar-text {
  display: block;
  font-size: 0.85rem;
  color: var(--text-muted);
  max-width: 34rem;
  margin-top: 0.2rem;
}

.golive-ctabar-btn {
  white-space: nowrap;
}

/* Responsive */
@media (max-width: 900px) {
  .golive-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .golive-visual {
    order: -1;
  }

  .golive-features {
    grid-template-columns: 1fr;
  }

  .golive-rewards-card {
    right: -0.5rem;
  }

  .golive-ctabar {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}

@media (max-width: 600px) {
  .golive-visual-inner {
    transform: scale(0.9);
    margin: -1rem 0;
  }

  .golive-rewards-card {
    right: -1rem;
  }

  .golive-features {
    gap: 1.25rem;
  }

  .golive-ctabar {
    padding: 1.25rem;
  }
}

/* --- Ad promo section --- */
.ad-promo-section {
  background: #f8f4fc;
  /* slightly lighter & cleaner lavender */

}



.ad-promo-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 3rem;
  align-items: center;
}

/* Text colors for light background */
.ad-promo-copy .eyebrow {
  color: #971C8A;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
}

.ad-promo-copy .h-title-lg {
  color: #1a1a2e;
  margin-bottom: 1rem;
}

.ad-promo-copy .body-lg {
  color: #4a4a5a;
  max-width: 540px;
  line-height: 1.6;
}

.ad-promo-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 1.75rem 0 2rem;
}

.ad-promo-stat {
  background: #ffffff;
  border-radius: var(--radius);
  padding: 1.15rem 1.25rem;
  box-shadow: 0 4px 12px rgba(151, 28, 138, 0.06);
  border: 1px solid rgba(151, 28, 138, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ad-promo-stat:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(151, 28, 138, 0.1);
}

.ad-promo-stat strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #971C8A;
  margin-bottom: 0.35rem;
}

.ad-promo-stat span {
  font-size: 0.82rem;
  color: #5a5a6e;
  line-height: 1.45;
}

/* Right side card */
.ad-promo-visual {
  display: flex;
  justify-content: center;
}

.ad-promo-card {
  background: linear-gradient(145deg, #971C8A, #6B1462);
  color: #ffffff;
  border-radius: var(--radius-xl);
  padding: 2.25rem 1.85rem;
  max-width: 290px;
  width: 100%;
  box-shadow: 0 20px 40px rgba(151, 28, 138, 0.25);
  text-align: center;
}

.ad-promo-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 1.1rem;
  color: #fff;
}

.ad-promo-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
}

.ad-promo-card p {
  margin: 0 0 1.4rem;
  font-size: 0.92rem;
  opacity: 0.92;
  color: #fff;
  line-height: 1.45;
}

.ad-promo-card .btn {
  background: #ffffff !important;
  color: #971C8A !important;
  font-weight: 700;
  border: none;
}

.ad-promo-card .btn:hover {
  background: #f8f0f7 !important;
}

/* Mobile */
@media (max-width: 800px) {
  .ad-promo-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .ad-promo-stats {
    grid-template-columns: 1fr;
  }

  .ad-promo-card {
    max-width: 100%;
  }
}

/* --- Community page hero --- */
.community-hero {
  background: linear-gradient(145deg, #5C1254 0%, #7A1870 45%, #971C8A 100%);
  color: #fff;
  padding: 5.5rem 0 4rem;
  position: relative;
  overflow: hidden;
}

.community-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 20%, rgba(184, 61, 168, 0.4), transparent 50%);
  pointer-events: none;
}

.community-hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.85fr 0.95fr;
  gap: 2rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Center phone mockup in go-live hero */
.community-hero-phone {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.community-hero-phone .golive-phone {
  width: 240px;
  max-width: 100%;
}

.community-hero-eyebrow {
  color: rgba(255, 255, 255, 0.75) !important;
}

.community-hero-title {
  color: #fff;
  margin-top: 0.5rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
}

.community-hero-copy .body-lg {
  color: rgba(255, 255, 255, 0.88);
  margin-top: 1rem;
}

.community-hero-features {
  margin-top: 1.5rem;
}

.community-hero-features span {
  color: rgba(255, 255, 255, 0.78);
}

.community-signup-card {
  background: #fff;
  color: var(--text-dark);
  border-radius: var(--radius-xl);
  padding: 1.75rem 1.5rem 1.5rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.community-signup-title {
  margin: 0 0 0.35rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-dark);
}

.community-signup-sub {
  margin: 0 0 1.25rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.community-signup-form label {
  display: block;
  margin-bottom: 0.85rem;
}

.community-signup-form label>span {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-dark-muted);
  margin-bottom: 0.3rem;
}

.community-signup-form input,
.community-signup-form select {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  background: var(--off-white);
  color: var(--text-dark);
  transition: border-color 0.2s;
}

.community-signup-form input:focus,
.community-signup-form select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary-soft);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.checkbox-label {
  display: flex !important;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: var(--text-muted);
  cursor: pointer;
}

.checkbox-label input {
  width: auto !important;
  margin-top: 0.2rem;
}

.community-signup-btn {
  width: 100%;
  margin-top: 0.5rem;
  font-weight: 700;
}

.community-signup-or {
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin: 1rem 0 0.75rem;
  position: relative;
}

.community-oauth {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.oauth-btn {
  width: 100%;
  font-size: 0.875rem !important;
  padding: 0.6rem !important;
}

.community-login-hint {
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin: 1rem 0 0;
}

.community-login-hint a {
  color: var(--primary);
  font-weight: 600;
}

@media (max-width: 1100px) {
  .community-hero-inner {
    grid-template-columns: 1fr 1fr;
  }

  .community-hero-phone {
    grid-column: 1 / -1;
    order: -1;
  }
}

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

  .community-hero-phone {
    order: 0;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}

/* --- Community work section --- */
.community-work-section {
  background: var(--off-white);
}

.community-work-header {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 1.5rem;
}

.community-work-lead {
  color: var(--text-muted);
  margin-top: 0.5rem;
}

.community-work-intro {
  max-width: 42rem;
  margin: 0 auto 2rem;
  text-align: center;
  color: var(--text-dark-muted);
}

.community-kenya-card {
  background: #fff;
  border-radius: var(--radius-xl);
  padding: 1.75rem 1.5rem;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border-subtle);
  margin-bottom: 2rem;
}

.community-kenya-flag {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
}

.community-kenya-flag strong {
  font-size: 1.05rem;
  color: var(--primary);
}

.community-impact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.25rem;
}

.community-impact-item {
  /* background: var(--lavender); */
  border-radius: var(--radius);
  padding: 1rem;
}

.community-impact-item .impact-icon {
  font-size: 1.25rem;
  display: block;
  width: fit-content;
  margin: 0 auto 0.35rem auto;
  background: none;
}

.community-impact-item strong {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.2rem;
}

.community-impact-item span {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.community-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
  margin-bottom: 2rem;
}

.community-photo {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--lavender-deep);
}

.community-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community-people-band {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #fff;
  border-radius: var(--radius-xl);
  padding: 2rem 1.75rem;
  text-align: center;
}

.community-people-band h3 {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  font-weight: 800;
}

.community-people-band p {
  max-width: 36rem;
  margin: 0 auto 1.25rem;
  font-size: 0.95rem;
  opacity: 0.92;
  line-height: 1.6;
}

.community-people-band .btn {
  background: #fff !important;
  color: var(--primary) !important;
  font-weight: 700;
}

@media (max-width: 700px) {
  .community-impact-grid {
    grid-template-columns: 1fr;
  }

  .community-photo-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Ensure about CTA buttons are well aligned */
.about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.about-cta-actions .btn {
  min-width: 140px;
}

.community-cta .about-cta-actions {
  margin-top: 1.5rem;
}

/* ---------- Footer social & network ---------- */
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  transition: background 0.2s, transform 0.2s, color 0.2s;
  font-size: 1rem;
  text-decoration: none;
}

.footer-social-link i {
  font-size: 1.05rem;
  line-height: 1;
}

.footer-social-link:hover {
  background: #fff;
  color: var(--primary, #e11d48);
  transform: translateY(-2px);
}

.footer-network a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.network-icon {
  font-size: 0.95rem;
  line-height: 1;
  width: 1.15em;
  text-align: center;
  opacity: 0.9;
}

/* Footer grid: 1 col mobile, 2 tablet, 3 desktop */
.footer-grid {
  display: grid;
  gap: 2.5rem;
  padding-bottom: 3rem;
  grid-template-columns: 1fr;
}

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

@media (min-width: 900px) {
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 2rem;
  }
}

/* Mobile language buttons wrap better with more langs */
.mobile-lang {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 1rem;
  justify-content: center;
}

.mobile-lang button {
  font-size: 0.8rem;
  padding: 0.4rem 0.7rem;
}

/* Lang select more readable on small screens */
.lang-select {
  max-width: 140px;
  font-size: 0.85rem;
}

/* Extra small screens */
@media (max-width: 400px) {
  .footer-social-link {
    width: 36px;
    height: 36px;
  }

  .footer-brand p {
    font-size: 0.85rem;
  }

  .header-inner {
    gap: 0.5rem;
  }

  .lang-select-wrap {
    max-width: 110px;
  }
}

/* Ensure images and media scale */
img,
video {
  max-width: 100%;
  height: auto;
}

/* Improve hero and sections on tablet */
@media (max-width: 900px) {
  .hero-inner {
    flex-direction: column;
    text-align: center;
  }

  .hero-content {
    max-width: 100%;
  }
}

/* Container padding for mobile */
.container-mx {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .container-mx {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* RTL support for Arabic */
[dir="rtl"] .header-inner,
[dir="rtl"] .footer-grid,
[dir="rtl"] .hero-actions {
  direction: rtl;
}

[dir="rtl"] .footer-social {
  justify-content: flex-start;
}

[dir="rtl"] .brand {
  flex-direction: row-reverse;
}

/* ========== Community Page (new) ========== */
.community-page-hero {
  background: linear-gradient(145deg, #4a0e45 0%, #6B1462 40%, #971C8A 100%);
  color: #fff;
  padding: 5rem 0 4rem;
  position: relative;
  overflow: hidden;
}

.community-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="80" r="40" fill="rgba(255,255,255,0.03)"/><circle cx="80" cy="20" r="30" fill="rgba(255,255,255,0.04)"/></svg>');
  background-size: cover;
  pointer-events: none;
}

.community-page-hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.community-page-hero-copy .eyebrow {
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: 0.8rem;
  margin-bottom: 0.75rem;
}

.community-page-hero-copy .h-display {
  color: #fff;
  margin-bottom: 0.75rem;
  font-size: clamp(2rem, 4vw, 2.75rem);
}

.community-page-hero-copy .text-accent {
  color: #f0c4e8;
}

.community-page-hero-copy .body-lg {
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 1rem;
}

.community-page-hero-copy p {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.65;
  max-width: 36rem;
}

.community-commitment {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-top: 1.75rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.community-commitment .flag-emoji {
  font-size: 1.75rem;
  line-height: 1;
}

.community-commitment strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #fff;
}

.community-commitment p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
}

.community-collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.community-collage img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.community-collage img:first-child {
  grid-column: 1 / -1;
  height: 200px;
}

.community-impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.community-impact-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.5rem;
  box-shadow: 0 8px 24px rgba(151, 28, 138, 0.08);
  border: 1px solid rgba(151, 28, 138, 0.06);
  text-align: center;
  transition: transform 0.2s ease;
}

.community-impact-card:hover {
  transform: translateY(-4px);
}

.impact-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #971C8A, #c44bb0);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.2rem;
}

.community-impact-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 0.5rem;
}

.community-impact-card p {
  font-size: 0.88rem;
  color: #5a5a6e;
  margin: 0;
  line-height: 1.5;
}

.community-people-section {
  background: linear-gradient(160deg, #5C1254 0%, #971C8A 100%);
  color: #fff;
}

.community-people-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
}

.people-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.community-people-copy .h-title-lg {
  color: #fff;
  margin-bottom: 1rem;
}

.community-people-copy .body-lg {
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 1.75rem;
}

.people-img {
  width: 100%;
  border-radius: var(--radius-xl);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  object-fit: cover;
  max-height: 360px;
}

@media (max-width: 900px) {

  .community-page-hero-inner,
  .community-people-layout {
    grid-template-columns: 1fr;
  }

  .community-impact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .community-collage img:first-child {
    height: 180px;
  }
}

@media (max-width: 560px) {
  .community-impact-grid {
    grid-template-columns: 1fr;
  }
}

/* ========== Ad promo redesigned to match advertise image ========== */
.ad-promo-section {
  background: linear-gradient(160deg, #4a0e45 0%, #6B1462 35%, #971C8A 100%) !important;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 4.5rem 0 3.5rem;
}

.ad-promo-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.25), transparent);
  pointer-events: none;
}

.ad-promo-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.ad-promo-copy .eyebrow {
  color: rgba(255, 255, 255, 0.9) !important;
  letter-spacing: 0.1em;
}

.ad-promo-copy .h-title-lg {
  color: #fff !important;
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
}

.ad-promo-copy .body-lg {
  color: rgba(255, 255, 255, 0.92) !important;
}

.ad-promo-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 1.75rem 0 1.75rem;
}

.ad-promo-stat {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow: none !important;
  padding: 1rem 1.15rem;
}

.ad-promo-stat strong {
  color: #fff !important;
  font-size: 0.92rem;
}

.ad-promo-stat span {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 0.8rem;
}

.ad-promo-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ad-promo-visual img {
  max-width: 100%;
  height: auto;

}

.ad-promo-bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 3rem;
  position: relative;
  z-index: 1;
}

.ad-promo-bottom-item {
  text-align: center;
  color: rgba(255, 255, 255, 0.95);
}

.ad-promo-bottom-item i {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  display: block;
  opacity: 0.95;
}

.ad-promo-bottom-item strong {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.ad-promo-bottom-item span {
  font-size: 0.78rem;
  opacity: 0.85;
}

.ad-promo-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 0.5rem;
}

.ad-promo-cta-row .btn {
  background: #fff !important;
  color: #971C8A !important;
}

.ad-promo-contact {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.9rem;
}

@media (max-width: 800px) {
  .ad-promo-layout {
    grid-template-columns: 1fr;
  }

  .ad-promo-bottom {
    grid-template-columns: 1fr 1fr;
  }
}

/* ========== CTA sections for Safety, Riders & Drivers ========== */
.ready-cta-section {
  background: #fff;
  color: #5C1254;
  padding: 4.5rem 1.25rem;
  text-align: center;
}

.ready-cta-section .container-mx,
.ready-cta-section .container-narrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.ready-cta-section .h-title-lg {
  color: #5C1254 !important;
  margin: 0 0 0.85rem !important;
  text-align: center;
  width: 100%;
}

.ready-cta-section .body-lg {
  color: #000 !important;
  max-width: 34rem;
  margin: 0 auto 1.75rem !important;
  text-align: center;
  width: 100%;
}

.ready-cta-section .btn {
  background: #971C8A !important;
  color: #fff !important;
  font-weight: 700;
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
}
/* ========== Shared left-right page heroes (Safety / Riders / Drivers / Advertise) ========== */
.safety-hero-inner,
.riders-hero-inner,
.drivers-hero-inner,
.advertise-hero-inner {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .safety-hero-inner,
  .riders-hero-inner,
  .drivers-hero-inner,
  .advertise-hero-inner {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.safety-hero-content,
.riders-hero-content,
.drivers-hero-content,
.advertise-hero-content {
  position: relative;
  z-index: 1;
}

.safety-hero-content .body-lg,
.riders-hero-content .body-lg,
.drivers-hero-content .body-lg,
.advertise-hero-content .body-lg {
  max-width: 36rem;
}

.safety-hero-media,
.riders-hero-media,
.drivers-hero-media,
.advertise-hero-media {
  position: relative;
  z-index: 1;
  border-radius: var(--radius-2xl, 1.25rem);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.safety-hero-media img,
.riders-hero-media img,
.drivers-hero-media img,
.advertise-hero-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  object-position: center;
}

/* Advertise hero */
.advertise-hero {
  padding: 7.5rem 0 4rem;
  text-align: left;
  background:
    radial-gradient(ellipse 80% 60% at 70% -10%, rgba(255, 255, 255, 0.14), transparent 55%),
    var(--gradient-hero);
  color: #fff;
  overflow: hidden;
}

.advertise-hero .eyebrow {
  color: rgba(255, 255, 255, 0.8);
}

.advertise-hero .h-display {
  color: #fff;
  line-height: 1.15;
}

.advertise-hero .body-lg {
  color: rgba(255, 255, 255, 0.78);
}

.advertise-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.75rem;
}

.advertise-formats-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .advertise-formats-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1000px) {
  .advertise-formats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.advertise-format-card {
  background: var(--bg-card, #fff);
  border-radius: var(--radius-xl, 1rem);
  padding: 1.5rem 1.25rem;
  border: 1px solid rgba(151, 28, 138, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.advertise-format-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-soft, rgba(151, 28, 138, 0.12));
  color: var(--primary, #971C8A);
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.advertise-format-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--text-dark);
}

.advertise-format-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--text-muted);
}

.advertise-cta-section {
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(255, 255, 255, 0.12), transparent 55%),
    var(--gradient-hero);
  color: #fff;
}

/* Page video sections (partners / drivers) */
.page-video-wrap {
  max-width: 860px;
  margin: 0 auto;
  border-radius: var(--radius-2xl, 1.25rem);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(151, 28, 138, 0.1);
  background: #0d0d0d;
}

.page-video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: cover;
  background: #111;
}

.partners-video-section,
.drivers-video-section {
  background: var(--off-white, #f8f6f9);
}

/* Go Live: full-width hero feel + smaller signup + oauth row */
.community-hero {
  padding-left: 0;
  padding-right: 0;
}

.community-hero .container-mx {
  max-width: 1280px;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1200px) {
  .community-hero-inner {
    grid-template-columns: 1.1fr 0.9fr 0.95fr;
    gap: 2.25rem;
  }
}

.community-signup-btn {
  width: auto !important;
  min-width: 140px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 0.55rem 1.25rem !important;
  font-size: 0.9rem !important;
}

.community-oauth-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.community-oauth-row .oauth-btn {
  width: auto !important;
  flex: 1 1 140px;
  max-width: 200px;
  font-size: 0.8rem !important;
  padding: 0.5rem 0.75rem !important;
}

/* Go Live avatar orbit (like home page vehicle orbit) */
.golive-avatar-ring {
  position: relative;
  width: 170px;
  height: 170px;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.25);
}

.golive-avatar-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.golive-avatar-orbit {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  animation: goliveOrbitSpin 18s linear infinite;
}

.golive-avatar-node {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  margin: -17px 0 0 -17px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.45);
  transform: rotate(var(--angle, 0deg)) translate(72px) rotate(calc(var(--angle, 0deg) * -1));
  animation: goliveOrbitCounter 18s linear infinite;
}

.golive-avatar-center img,
.golive-avatar-node img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes goliveOrbitSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes goliveOrbitCounter {
  from { transform: rotate(var(--angle, 0deg)) translate(72px) rotate(calc(var(--angle, 0deg) * -1)); }
  to { transform: rotate(calc(var(--angle, 0deg) + 360deg)) translate(72px) rotate(calc(var(--angle, 0deg) * -1 - 360deg)); }
}

/* Impact icons with Font Awesome on go-live */
.community-impact-item .impact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(151, 28, 138, 0.12);
  color: var(--primary, #971C8A);
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.community-impact-item .impact-icon i {
  line-height: 1;
}
