:root {
  --bg: #07100d;
  --bg-soft: #0d1b16;
  --bg-card: #11231d;
  --primary: #0ecf82;
  --primary-dark: #07905b;
  --gold: #f0b84d;
  --orange: #ff7a2f;
  --text: #f5f7f4;
  --muted: #a8b5ae;
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 5%, rgba(14, 207, 130, 0.2), transparent 28%),
    radial-gradient(circle at 14% 28%, rgba(240, 184, 77, 0.12), transparent 30%),
    var(--bg);
  color: var(--text);
  font-family: Inter, Arial, Helvetica, sans-serif;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.section-shell {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 max(18px, calc((100vw - 1120px) / 2));
  border-bottom: 1px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease, backdrop-filter 0.2s ease;
}

.site-header.scrolled {
  border-color: var(--line);
  background: rgba(7, 16, 13, 0.88);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--text);
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  transform: translateY(2px);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.desktop-nav a:hover {
  color: var(--text);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
}

.mobile-nav {
  position: fixed;
  inset: 72px 18px auto;
  z-index: 45;
  display: none;
  flex-direction: column;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(13, 27, 22, 0.98);
  box-shadow: var(--shadow);
}

.mobile-nav.open {
  display: flex;
}

.mobile-nav a {
  padding: 14px 8px;
  border-bottom: 1px solid var(--line);
  color: var(--text);
  font-weight: 800;
}

.mobile-nav a:last-child {
  border-bottom: 0;
}

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  gap: 48px;
  align-items: center;
  padding: 44px 0 70px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 740px;
  margin-bottom: 20px;
  font-size: clamp(48px, 7vw, 86px);
  line-height: 0.98;
  font-weight: 950;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.05;
  font-weight: 950;
}

h3 {
  margin-bottom: 8px;
  font-size: 19px;
}

.hero-text,
.split-section p,
.driver-layout p,
.download-card p {
  max-width: 650px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 24px;
}

.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 900;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), #8bf0bd);
  color: #05100c;
}

.btn-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trust-row span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

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

.phone-frame {
  width: min(100%, 360px);
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 36px;
  background: #050806;
  box-shadow: var(--shadow);
}

.phone-screen {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  border-radius: 26px;
  background: #e8eee9;
}

.map-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(30deg, transparent 48%, rgba(19, 35, 30, 0.1) 49%, rgba(19, 35, 30, 0.1) 51%, transparent 52%),
    linear-gradient(120deg, transparent 46%, rgba(19, 35, 30, 0.1) 47%, rgba(19, 35, 30, 0.1) 49%, transparent 50%),
    #eef3ef;
  background-size: 92px 92px;
}

.route-line {
  position: absolute;
  inset: 70px 38px 190px;
  width: calc(100% - 76px);
  height: auto;
}

.route-line path {
  fill: none;
  stroke: #087e51;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pickup-marker,
.dropoff-marker,
.driver-car {
  position: absolute;
  z-index: 2;
}

.pickup-marker {
  left: 70px;
  bottom: 285px;
  width: 42px;
}

.dropoff-marker {
  right: 56px;
  top: 134px;
  width: 42px;
}

.driver-car {
  width: 38px;
  filter: drop-shadow(0 7px 10px rgba(0, 0, 0, 0.28));
}

.car-one {
  left: 106px;
  top: 260px;
}

.car-two {
  right: 90px;
  top: 220px;
}

.ride-sheet {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 14px;
  border-radius: 22px;
  background: #ffffff;
  color: #102019;
  box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.18);
}

.sheet-pill {
  display: block;
  width: 44px;
  height: 5px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: #d6ded9;
}

.sheet-top,
.driver-mini {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sheet-top small,
.driver-mini small {
  display: block;
  color: #62726a;
  font-size: 12px;
  font-weight: 800;
}

.sheet-top strong {
  display: block;
  margin-top: 3px;
  font-size: 14px;
}

.sheet-top b {
  font-size: 24px;
}

.driver-mini {
  margin-top: 14px;
  padding: 12px;
  border-radius: 16px;
  background: #f0f5f2;
}

.avatar-dot {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--gold));
}

.driver-mini div {
  flex: 1;
}

.driver-mini em {
  padding: 6px 8px;
  border-radius: 999px;
  background: #102019;
  color: #fff;
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1120px, calc(100% - 36px));
  margin: -30px auto 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(17, 35, 29, 0.78);
  backdrop-filter: blur(16px);
}

.stats-band article {
  padding: 24px;
  border-right: 1px solid var(--line);
}

.stats-band article:last-child {
  border-right: 0;
}

.stats-band strong {
  display: block;
  margin-bottom: 6px;
  color: var(--primary);
  font-size: 30px;
  font-weight: 950;
}

.stats-band span {
  color: var(--muted);
  font-weight: 800;
}

.split-section,
.security-section {
  padding: 110px 0;
}

.split-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 44px;
  align-items: start;
}

.feature-grid,
.security-grid,
.process-grid {
  display: grid;
  gap: 14px;
}

.feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-grid article,
.security-grid article,
.process-grid article {
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(17, 35, 29, 0.72);
}

.feature-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--primary);
  color: #05100c;
  font-size: 12px;
  font-weight: 950;
}

.feature-grid p,
.security-grid p,
.process-grid p {
  margin: 0;
  color: var(--muted);
}

.driver-section {
  padding: 100px 0;
  background:
    linear-gradient(135deg, rgba(14, 207, 130, 0.12), rgba(240, 184, 77, 0.06)),
    var(--bg-soft);
}

.driver-layout {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 58px;
  align-items: center;
}

.driver-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 24%, rgba(14, 207, 130, 0.25), transparent 38%),
    #06100c;
  box-shadow: var(--shadow);
}

.driver-card img {
  width: 155px;
  margin: 0 auto 70px;
  filter: drop-shadow(0 22px 40px rgba(14, 207, 130, 0.28));
}

.driver-card small {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.driver-card strong {
  font-size: 26px;
  line-height: 1.15;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
  font-weight: 800;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary);
}

.security-section > div:first-child {
  max-width: 760px;
}

.security-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

.process-section {
  padding: 100px 0;
  background: #f4f6f0;
  color: #0c1712;
}

.process-section .eyebrow {
  color: #087e51;
}

.process-section h2 {
  max-width: 720px;
}

.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.process-grid article {
  background: #fff;
  border-color: #dce6df;
}

.process-grid b {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #0c1712;
  color: #fff;
}

.process-grid p {
  color: #5e6a64;
}

.download-section {
  padding: 100px 0;
}

.download-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(14, 207, 130, 0.18), rgba(240, 184, 77, 0.14)),
    var(--bg-card);
}

.download-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.store-button {
  min-width: 176px;
  padding: 14px 18px;
  border-radius: var(--radius);
  background: var(--text);
  color: #0b1511;
}

.store-button.muted {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
}

.store-button small,
.store-button strong {
  display: block;
}

.store-button small {
  font-size: 12px;
  font-weight: 800;
  opacity: 0.7;
}

.store-button strong {
  margin-top: 2px;
  font-size: 20px;
  font-weight: 950;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 26px max(18px, calc((100vw - 1120px) / 2));
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-brand {
  font-size: 24px;
}

.footer-brand img {
  width: 32px;
  height: 32px;
}

.footer-links {
  display: flex;
  gap: 18px;
  font-size: 13px;
  font-weight: 800;
}

.site-footer p {
  margin: 0;
  font-size: 13px;
}

.legal-page {
  background: #f5f7f4;
  color: #102019;
}

.legal-header {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(18px, calc((100vw - 920px) / 2));
  background: #07100d;
  color: var(--text);
}

.legal-header a:last-child {
  color: var(--gold);
  font-weight: 900;
}

.legal-main {
  width: min(920px, calc(100% - 32px));
  margin: 34px auto;
  padding: 30px;
  border: 1px solid #dce6df;
  border-radius: var(--radius);
  background: #fff;
}

.legal-main h1 {
  font-size: clamp(34px, 5vw, 58px);
}

.legal-main h2 {
  margin-top: 34px;
  font-size: 22px;
}

.legal-main p,
.legal-main li {
  color: #52615a;
  font-size: 15px;
}

.legal-main a {
  color: #087e51;
  font-weight: 900;
}

.legal-note {
  padding: 14px 16px;
  border-left: 4px solid #087e51;
  background: #eef8f4;
}

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

  .menu-toggle {
    display: block;
  }

  .hero,
  .split-section,
  .driver-layout,
  .download-card {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 28px;
  }

  .driver-layout {
    gap: 34px;
  }

  .download-actions {
    justify-content: flex-start;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 680px) {
  .stats-band,
  .feature-grid,
  .security-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .stats-band article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stats-band article:last-child {
    border-bottom: 0;
  }

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

  .split-section,
  .security-section,
  .driver-section,
  .process-section,
  .download-section {
    padding: 72px 0;
  }

  .download-card,
  .legal-main {
    padding: 22px;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}
