:root {
  --green: #006600;
  --green-dark: #004f17;
  --green-light: #effaef;
  --yellow: #ffe500;
  --yellow-soft: #fff8a6;
  --ink: #102015;
  --muted: #607068;
  --line: #dce9df;
  --white: #ffffff;
  --shadow: 0 28px 80px rgba(0, 72, 25, 0.14);
  --radius: 28px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fbfdfb;
  line-height: 1.6;
}

a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 76px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 950;
  font-size: 1.2rem;
  letter-spacing: -0.035em;
}

.brand-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: var(--yellow);
  color: var(--green);
  font-weight: 950;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.95rem;
  font-weight: 800;
}

.site-nav a {
  color: var(--muted);
  text-decoration: none;
}

.site-nav a:hover { color: var(--green); }

.nav-toggle {
  display: none;
  border: 0;
  background: var(--green-light);
  color: var(--green);
  font-size: 1.4rem;
  padding: 8px 12px;
  border-radius: 12px;
}

.hero {
  min-height: 740px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  align-items: center;
  gap: 54px;
  padding: 90px clamp(20px, 5vw, 76px);
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 229, 0, 0.58), transparent 29%),
    radial-gradient(circle at 15% 80%, rgba(0, 102, 0, 0.13), transparent 33%),
    linear-gradient(135deg, #f1fff1 0%, #ffffff 52%, #f6fff6 100%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 950;
}

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

.hero h1,
.page-hero h1 {
  max-width: 820px;
  margin-bottom: 26px;
  font-size: clamp(3.4rem, 7.5vw, 7rem);
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.lead {
  max-width: 720px;
  margin-bottom: 30px;
  font-size: clamp(1.16rem, 2vw, 1.45rem);
  color: var(--muted);
}

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

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border-radius: 999px;
  border: 2px solid var(--green);
  text-decoration: none;
  font-weight: 950;
  cursor: pointer;
  font: inherit;
}

.button.primary {
  background: var(--green);
  color: var(--white);
}

.button.secondary {
  background: var(--white);
  color: var(--green);
}

.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.75);
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  min-height: 520px;
}

.saving-card {
  position: absolute;
  right: 0;
  top: 0;
  width: min(360px, 90%);
  padding: 30px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.glass {
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(255,255,255,0.72);
  backdrop-filter: blur(16px);
}

.saving-card span {
  color: var(--muted);
  font-weight: 850;
}

.saving-card strong {
  display: block;
  margin: 8px 0 10px;
  color: var(--green);
  font-size: 3.1rem;
  line-height: 1;
  letter-spacing: -0.07em;
}

.bike-card {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(460px, 95%);
  padding: 36px;
  border-radius: 36px;
  color: white;
  background: linear-gradient(145deg, var(--green), var(--green-dark));
  box-shadow: var(--shadow);
}

.bike-card h2 {
  max-width: 280px;
  margin: 24px 0 0;
  font-size: 3.1rem;
  line-height: 0.95;
  letter-spacing: -0.07em;
}

.bike-shape {
  position: relative;
  height: 150px;
}

.wheel {
  position: absolute;
  bottom: 0;
  width: 96px;
  height: 96px;
  border: 12px solid var(--yellow);
  border-radius: 50%;
}

.wheel.left { left: 24px; }
.wheel.right { right: 24px; }

.frame {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: 45px;
  height: 10px;
  background: var(--yellow);
  border-radius: 999px;
  transform: rotate(-8deg);
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stats-band div {
  padding: 32px clamp(20px, 4vw, 50px);
  background: white;
}

.stats-band strong {
  display: block;
  color: var(--green);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: -0.065em;
}

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

.section {
  padding: 92px clamp(20px, 5vw, 76px);
}

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

.section h2 {
  margin-bottom: 18px;
  font-size: clamp(2.25rem, 4.5vw, 4.5rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
}

.section p {
  color: var(--muted);
  font-size: 1.06rem;
}

.intro,
.split,
.image-section,
.contact {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: center;
}

.steps,
.cards,
.feature-grid,
.partner-grid,
.employer-list {
  display: grid;
  gap: 18px;
}

.steps,
.cards {
  grid-template-columns: repeat(3, 1fr);
}

.steps article,
.cards article,
.feature-grid article,
.portal-card,
.contact-card,
.employer-item,
.contact-form {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 38px rgba(0, 60, 20, 0.07);
}

.steps article,
.cards article,
.feature-grid article {
  padding: 28px;
}

.steps span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 16px;
  background: var(--green-light);
  color: var(--green);
  font-weight: 950;
}

.steps h3,
.cards h3,
.feature-grid h3,
.portal-card h3 {
  margin-bottom: 8px;
  font-size: 1.38rem;
  letter-spacing: -0.03em;
}

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

.employer-panel {
  background: var(--green-light);
}

.portal-card {
  margin-top: 22px;
  padding: 30px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}

.image-section {
  background: #fff;
}

.check-list {
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 10px 0 10px 34px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 950;
}

.mock-image {
  min-height: 440px;
  position: relative;
  overflow: hidden;
  border-radius: 38px;
  background:
    linear-gradient(180deg, #e9ffe9 0%, #ffffff 52%, #dff2df 100%);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.sun {
  position: absolute;
  right: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  background: var(--yellow);
  border-radius: 50%;
}

.road {
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: 70px;
  height: 76px;
  background: var(--green);
  transform: rotate(-4deg);
  border-radius: 999px;
}

.commuter-bike span:nth-child(1),
.commuter-bike span:nth-child(2) {
  position: absolute;
  bottom: 104px;
  width: 100px;
  height: 100px;
  border: 12px solid var(--green-dark);
  border-radius: 50%;
}

.commuter-bike span:nth-child(1) { left: 120px; }
.commuter-bike span:nth-child(2) { right: 120px; }

.commuter-bike span:nth-child(3) {
  position: absolute;
  left: 185px;
  right: 185px;
  bottom: 150px;
  height: 12px;
  background: var(--green-dark);
  border-radius: 999px;
  transform: rotate(-9deg);
}

.partner-grid {
  grid-template-columns: repeat(4, 1fr);
}

.partner-grid article {
  min-height: 128px;
  display: flex;
  align-items: flex-end;
  padding: 26px;
  border-radius: 24px;
  background: white;
  border: 1px solid var(--line);
  font-weight: 950;
  box-shadow: 0 12px 30px rgba(0, 60, 20, 0.05);
}

.form-section {
  background:
    radial-gradient(circle at 85% 10%, rgba(255, 229, 0, 0.32), transparent 30%),
    linear-gradient(135deg, #f6fff6, #ffffff);
}

.form-intro {
  max-width: 860px;
  margin-bottom: 32px;
}

.contact-form {
  max-width: 980px;
  padding: 30px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--ink);
  font-weight: 850;
}

.contact-form label span {
  color: var(--green);
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
  padding: 14px 16px;
  color: var(--ink);
  font: inherit;
}

.contact-form textarea { resize: vertical; }

.consent {
  grid-template-columns: auto 1fr !important;
  align-items: start;
}

.consent input {
  width: auto;
  margin-top: 6px;
}

.contact {
  background: var(--green);
  color: white;
}

.contact h2,
.contact .eyebrow,
.contact p {
  color: white;
}

.contact-card {
  padding: 30px;
  color: var(--ink);
}

.contact-card p,
.contact-card a {
  color: var(--muted);
}

.page-hero {
  padding: 100px clamp(20px, 5vw, 76px) 54px;
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 229, 0, 0.45), transparent 30%),
    linear-gradient(135deg, #f1fff1, #ffffff);
}

.page-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.15rem;
}

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

.employer-item {
  padding: 24px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.employer-item span {
  color: var(--green);
  font-weight: 950;
}

.note {
  margin-top: 20px;
  font-size: 0.95rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 30px clamp(20px, 5vw, 76px);
  border-top: 1px solid var(--line);
  background: white;
  color: var(--muted);
}

@media (max-width: 980px) {
  .nav-toggle { display: block; }

  .site-nav {
    display: none;
    position: absolute;
    top: 78px;
    left: 20px;
    right: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: white;
    box-shadow: var(--shadow);
  }

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

  .desktop-only { display: flex; position: static; box-shadow: none; border: 0; padding: 0; }

  .hero,
  .intro,
  .split,
  .image-section,
  .contact {
    grid-template-columns: 1fr;
  }

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

  .hero-visual {
    min-height: 460px;
  }

  .stats-band,
  .steps,
  .cards,
  .partner-grid,
  .employer-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 18px;
  }

  .section {
    padding: 66px 20px;
  }

  .hero {
    padding: 58px 20px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(3rem, 17vw, 4.7rem);
  }

  .stats-band,
  .steps,
  .cards,
  .feature-grid,
  .partner-grid,
  .employer-list,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .portal-card,
  .site-footer,
  .employer-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .desktop-only { display: none; }

  .hero-visual {
    min-height: 520px;
  }

  .saving-card,
  .bike-card {
    position: relative;
    width: 100%;
  }

  .bike-card {
    margin-top: 20px;
  }

  .commuter-bike span:nth-child(1) { left: 45px; }
  .commuter-bike span:nth-child(2) { right: 45px; }
  .commuter-bike span:nth-child(3) {
    left: 105px;
    right: 105px;
  }
}
