:root {
  --ink: #10231f;
  --muted: #60756f;
  --teal: #057f7a;
  --teal-dark: #03615e;
  --emerald: #24a66a;
  --mint: #e9f8f1;
  --mint-strong: #cef1df;
  --yellow: #ffc94a;
  --yellow-soft: #fff4c7;
  --white: #fffefa;
  --line: #d9eee6;
  --focus: rgba(255, 201, 74, 0.72);
  --shadow: 0 20px 55px rgba(5, 90, 79, 0.14);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 201, 74, 0.18), transparent 28rem),
    linear-gradient(180deg, #fffefa 0%, #f7fcf8 42%, #fffefa 100%);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

svg {
  display: block;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 12px 14px;
  border: 1px solid rgba(217, 238, 230, 0.85);
  border-radius: 999px;
  background: rgba(255, 254, 250, 0.86);
  box-shadow: 0 10px 35px rgba(26, 91, 78, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 24px rgba(5, 127, 122, 0.18);
}

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

.brand strong {
  display: block;
  font-size: 1.08rem;
  letter-spacing: 0;
  line-height: 1.05;
}

.brand small {
  display: block;
  max-width: 260px;
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 600;
  line-height: 1.25;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #3e5a52;
  font-size: 0.9rem;
  font-weight: 700;
}

.nav-links a {
  transition: color 180ms ease;
}

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

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  font-weight: 800;
  white-space: nowrap;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.header-cta {
  padding: 0 18px;
  background: var(--ink);
  color: var(--white);
  font-size: 0.88rem;
}

.button {
  padding: 0 24px;
}

.button:hover,
.header-cta:hover {
  transform: translateY(-2px);
}

.button:active,
.header-cta:active {
  transform: translateY(0);
}

.button-primary {
  background: linear-gradient(135deg, var(--teal), var(--emerald));
  color: var(--white);
  box-shadow: 0 15px 30px rgba(5, 127, 122, 0.22);
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  color: var(--teal-dark);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: 44px;
  width: min(1180px, calc(100% - 32px));
  min-height: min(720px, calc(100svh - 116px));
  margin: 0 auto;
  padding: 48px 0 44px;
}

.hero-copy {
  max-width: 620px;
}

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

.eyebrow span {
  width: 32px;
  height: 3px;
  border-radius: 999px;
  background: var(--yellow);
}

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

h1 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: clamp(3rem, 6.6vw, 4.95rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2.1rem, 4vw, 3.75rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 9px;
  font-size: 1.25rem;
  line-height: 1.15;
}

.hero-subhead {
  max-width: 620px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.trust-row span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #42675c;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero-visual {
  position: relative;
  min-width: 0;
}

.map-card {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  border: 1px solid rgba(206, 241, 223, 0.9);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(233, 248, 241, 0.8)),
    #f4fbf6;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.map-card::after {
  position: absolute;
  inset: auto 8% -26% 8%;
  height: 46%;
  border-radius: 50%;
  background: rgba(36, 166, 106, 0.12);
  filter: blur(34px);
  content: "";
  z-index: -1;
}

.map-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(5, 127, 122, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5, 127, 122, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, #000 0%, transparent 75%);
}

.route-map {
  position: absolute;
  inset: 7% 4%;
  width: 92%;
  height: 78%;
}

.soft-road {
  fill: none;
  stroke: rgba(5, 127, 122, 0.12);
  stroke-linecap: round;
  stroke-width: 16;
}

.road-two {
  stroke: rgba(36, 166, 106, 0.1);
}

.main-route {
  fill: none;
  stroke: var(--yellow);
  stroke-dasharray: 12 16;
  stroke-linecap: round;
  stroke-width: 8;
}

.route-shadow {
  stroke: rgba(255, 201, 74, 0.26);
  stroke-dasharray: none;
  stroke-width: 22;
}

.pin {
  position: absolute;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 6px solid #fffefa;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 16px 30px rgba(129, 101, 16, 0.18);
}

.pin svg {
  width: 30px;
  color: var(--teal-dark);
  fill: currentColor;
}

.pin svg circle {
  fill: var(--white);
}

.pin-home {
  left: 8%;
  bottom: 21%;
}

.pin-work {
  right: 7%;
  top: 16%;
}

.car-badge {
  position: absolute;
  top: 35%;
  left: 43%;
  display: grid;
  width: 98px;
  height: 78px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fffefa;
  box-shadow: 0 16px 34px rgba(5, 127, 122, 0.16);
}

.car-badge svg {
  width: 58px;
  color: var(--teal);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.friend-stack {
  position: absolute;
  top: 22px;
  left: 24px;
  display: flex;
  align-items: center;
}

.avatar {
  display: grid;
  width: 46px;
  height: 46px;
  margin-left: -8px;
  place-items: center;
  border: 4px solid #fffefa;
  border-radius: 50%;
  color: var(--ink);
  font-weight: 800;
}

.avatar:first-child {
  margin-left: 0;
}

.avatar-one {
  background: #b9ead4;
}

.avatar-two {
  background: var(--yellow-soft);
}

.avatar-three {
  background: #c9eee8;
}

.co2-badge,
.route-note {
  position: absolute;
  border: 1px solid rgba(217, 238, 230, 0.88);
  background: rgba(255, 254, 250, 0.9);
  box-shadow: 0 16px 34px rgba(5, 90, 79, 0.1);
  backdrop-filter: blur(12px);
}

.co2-badge {
  right: 22px;
  bottom: 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  align-items: center;
  min-width: 190px;
  padding: 14px;
  border-radius: 22px;
}

.badge-icon {
  display: grid;
  width: 42px;
  height: 42px;
  grid-row: span 2;
  place-items: center;
  border-radius: 50%;
  background: var(--mint);
}

.badge-icon svg {
  width: 24px;
  fill: none;
  stroke: var(--emerald);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.co2-badge strong,
.route-note strong {
  font-size: 0.96rem;
}

.co2-badge small,
.route-note span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.route-note {
  left: 22px;
  bottom: 24px;
  padding: 14px 16px;
  border-radius: 20px;
}

.route-note span,
.route-note strong {
  display: block;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 88px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading.narrow {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading.narrow .eyebrow {
  justify-content: center;
}

.benefit-grid,
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.benefit-card,
.step-card,
.savings-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 254, 250, 0.82);
  box-shadow: 0 14px 34px rgba(5, 90, 79, 0.08);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.benefit-card:hover,
.step-card:hover,
.savings-card:hover {
  border-color: rgba(36, 166, 106, 0.35);
  box-shadow: 0 20px 42px rgba(5, 90, 79, 0.11);
  transform: translateY(-3px);
}

.benefit-card {
  padding: 26px;
}

.benefit-card p,
.step-card p,
.savings-card p,
.trust-panel p,
.final-cta p,
.sdg-copy,
.impact-list {
  color: var(--muted);
  line-height: 1.65;
}

.icon-wrap,
.step-icon {
  display: grid;
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 18px;
  background: var(--mint);
  color: var(--teal);
}

.icon-wrap svg,
.step-icon svg,
.mini-impact-grid svg {
  width: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.how-section {
  width: 100%;
  padding-right: max(16px, calc((100vw - 1180px) / 2));
  padding-left: max(16px, calc((100vw - 1180px) / 2));
  background: linear-gradient(180deg, rgba(233, 248, 241, 0.86), rgba(255, 254, 250, 0));
}

.step-card {
  position: relative;
  padding: 28px;
}

.steps {
  position: relative;
}

.steps::before {
  position: absolute;
  top: 58px;
  right: 16%;
  left: 16%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(5, 127, 122, 0.18), transparent);
  content: "";
}

.step-card {
  z-index: 1;
}

.step-number {
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgba(5, 127, 122, 0.2);
  font-size: 2rem;
  font-weight: 800;
}

.impact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 34px;
  align-items: center;
}

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

.impact-list li {
  position: relative;
  padding-left: 28px;
}

.impact-list li::before {
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--emerald);
  content: "";
}

.sdg-copy {
  max-width: 720px;
  margin: 24px 0 0;
  padding: 18px 20px;
  border-left: 5px solid var(--yellow);
  border-radius: 0 18px 18px 0;
  background: var(--yellow-soft);
  font-weight: 600;
}

.impact-panel {
  padding: 26px;
  border: 1px solid rgba(206, 241, 223, 0.95);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at top right, rgba(255, 201, 74, 0.34), transparent 12rem),
    linear-gradient(135deg, #ffffff, #ecfaf3);
  box-shadow: var(--shadow);
}

.impact-equation {
  display: grid;
  gap: 12px;
  place-items: center;
  padding: 28px 22px;
  border-radius: 26px;
  background: #fffefa;
  text-align: center;
}

.impact-equation strong {
  font-size: 1.35rem;
}

.seat-icon {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 50%;
  background: var(--mint);
  color: var(--teal);
}

.seat-icon svg {
  width: 42px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.equals {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  font-weight: 900;
}

.impact-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 20px 0;
}

.impact-tags span,
.pill {
  border-radius: 999px;
  background: var(--mint);
  color: var(--teal-dark);
  font-size: 0.82rem;
  font-weight: 800;
}

.impact-tags span {
  padding: 9px 12px;
}

.mini-impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.mini-impact-grid div {
  display: grid;
  min-height: 82px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--emerald);
  font-size: 0.75rem;
  font-weight: 800;
}

.savings-section {
  padding-top: 60px;
}

.savings-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.savings-card {
  min-height: 270px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pill {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 52px;
  padding: 8px 12px;
  line-height: 1.2;
}

.driver-card {
  background: linear-gradient(180deg, #fffefa, #ecfaf3);
}

.hitcher-card {
  background: linear-gradient(180deg, #fffefa, #fff7d8);
}

.seat-card {
  background: linear-gradient(180deg, #fffefa, #e9f8f1);
}

.trust-section {
  padding-top: 42px;
}

.trust-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1fr);
  gap: 34px;
  align-items: center;
  padding: 36px;
  border-radius: var(--radius-lg);
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 22px 48px rgba(12, 37, 32, 0.22);
  overflow: hidden;
  position: relative;
}

.trust-panel::after {
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 201, 74, 0.16);
  content: "";
}

.trust-panel .eyebrow,
.trust-panel p {
  color: rgba(255, 254, 250, 0.78);
}

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

.trust-points {
  display: grid;
  gap: 12px;
}

.trust-points div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.trust-points strong,
.trust-points span {
  display: block;
}

.trust-points span {
  margin-top: 4px;
  color: rgba(255, 254, 250, 0.72);
}

.final-cta {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 32px;
  padding: 82px 18px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 201, 74, 0.38), transparent 15rem),
    radial-gradient(circle at 82% 70%, rgba(36, 166, 106, 0.24), transparent 14rem),
    linear-gradient(135deg, #f2fbf6, #fffefa);
  text-align: center;
}

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

.final-cta .eyebrow {
  justify-content: center;
}

.final-cta p {
  margin-bottom: 28px;
  font-size: 1.08rem;
}

.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.store-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
  min-height: 58px;
  padding: 9px 18px 9px 14px;
  border: 1px solid rgba(16, 35, 31, 0.12);
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 16px 30px rgba(16, 35, 31, 0.16);
  text-align: left;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.store-button:hover {
  border-color: rgba(255, 201, 74, 0.62);
  box-shadow: 0 20px 36px rgba(16, 35, 31, 0.2);
  transform: translateY(-2px);
}

.store-button:active {
  transform: translateY(0);
}

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

.store-button small {
  margin-bottom: 4px;
  color: rgba(255, 254, 250, 0.72);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.store-button strong {
  color: var(--white);
  font-size: 1.04rem;
}

.store-icon {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 254, 250, 0.1);
}

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

.google-play-icon svg {
  width: 27px;
  height: 27px;
}

.play-blue {
  fill: #42a5f5;
}

.play-green {
  fill: #2ecf73;
}

.play-yellow {
  fill: #ffc94a;
}

.play-red {
  fill: #ff5f57;
}

.app-store-icon svg {
  fill: var(--white);
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    border-radius: 26px;
  }

  .nav-links,
  .header-cta {
    display: none;
  }

  .hero,
  .impact-section,
  .trust-panel {
    grid-template-columns: 1fr;
  }

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

  .hero-copy {
    max-width: none;
  }

  .map-card {
    min-height: 410px;
  }

  .benefit-grid,
  .steps,
  .savings-layout {
    grid-template-columns: 1fr;
  }

  .steps::before {
    display: none;
  }

  .savings-card {
    min-height: auto;
  }

  .pill {
    margin-bottom: 34px;
  }
}

@media (max-width: 620px) {
  .site-header {
    width: calc(100% - 20px);
    margin-top: 10px;
    padding: 10px;
    top: 8px;
  }

  .brand small {
    max-width: 190px;
  }

  .hero,
  .section,
  .final-cta {
    width: calc(100% - 20px);
  }

  .hero {
    gap: 34px;
    padding: 36px 0 46px;
  }

  h1 {
    font-size: clamp(2.65rem, 14vw, 3.7rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .button {
    min-height: 52px;
  }

  .map-card {
    min-height: 380px;
    border-radius: 26px;
  }

  .car-badge {
    left: 37%;
    width: 82px;
    height: 68px;
  }

  .co2-badge {
    right: 12px;
    bottom: 12px;
    min-width: 168px;
    padding: 12px;
  }

  .route-note {
    left: 12px;
    bottom: 12px;
    max-width: 160px;
  }

  .pin {
    width: 48px;
    height: 48px;
  }

  .section {
    padding: 64px 0;
  }

  .benefit-card,
  .step-card,
  .savings-card,
  .impact-panel,
  .trust-panel {
    padding: 22px;
  }

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

  .trust-panel {
    border-radius: 26px;
  }

  .final-cta {
    padding: 64px 18px;
  }

  .store-actions,
  .store-button {
    width: 100%;
  }

  .store-actions {
    max-width: 300px;
    margin: 0 auto;
  }
}
