:root {
  color-scheme: light;
  --ink: #17201c;
  --muted: #5c6962;
  --line: #dce6df;
  --paper: #f7faf8;
  --white: #ffffff;
  --watermelon: #f05b68;
  --watermelon-dark: #b9283e;
  --mint: #bfe8d0;
  --leaf: #0d6b4f;
  --sun: #f6c95f;
  --sky: #b8dff3;
  --shadow: 0 24px 70px rgba(23, 32, 28, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

.skip-link {
  background: var(--ink);
  color: var(--white);
  left: 16px;
  padding: 10px 14px;
  position: fixed;
  top: 12px;
  transform: translateY(-160%);
  transition: transform 160ms ease;
  z-index: 100;
}

.skip-link:focus {
  transform: translateY(0);
}

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

.site-header {
  align-items: center;
  background: rgba(247, 250, 248, 0.9);
  border-bottom: 1px solid rgba(220, 230, 223, 0.8);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 56px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand,
.site-header nav,
.hero-actions,
.site-footer {
  align-items: center;
  display: flex;
}

.brand {
  gap: 10px;
  font-size: 1.12rem;
  font-weight: 800;
}

.brand img {
  height: 40px;
  width: 40px;
}

.site-header nav {
  color: var(--muted);
  gap: 22px;
  font-size: 0.95rem;
  font-weight: 650;
}

.header-action,
.primary-action,
.secondary-action,
.waitlist-form button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
}

.header-action,
.primary-action,
.waitlist-form button {
  background: var(--watermelon);
  color: var(--white);
}

.secondary-action {
  border: 1px solid var(--line);
  color: var(--ink);
}

.hero-section {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.78fr);
  min-height: calc(100vh - 72px);
  overflow: hidden;
  padding: clamp(52px, 8vw, 104px) clamp(18px, 4vw, 56px) 64px;
  position: relative;
}

.hero-section::before {
  background:
    repeating-linear-gradient(
      118deg,
      transparent 0 92px,
      rgba(13, 107, 79, 0.08) 94px 104px,
      transparent 106px 188px
    ),
    linear-gradient(115deg, rgba(191, 232, 208, 0.92), rgba(184, 223, 243, 0.54));
  content: "";
  inset: 0;
  opacity: 0.62;
  position: absolute;
}

.hero-content,
.device-scene,
.service-strip,
.split-section,
.driver-band,
.partner-section,
.waitlist-section,
.site-footer {
  position: relative;
}

.hero-content {
  align-self: center;
  max-width: 760px;
  z-index: 1;
}

.eyebrow {
  color: var(--watermelon-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(3.2rem, 8vw, 6.6rem);
  line-height: 0.94;
  margin-bottom: 24px;
  max-width: 850px;
}

.hero-copy {
  color: #33453c;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.65;
  max-width: 660px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.api-pulse {
  align-items: center;
  color: #33453c;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 750;
  gap: 9px;
  margin-top: 22px;
}

.pulse-dot {
  background: var(--sun);
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(246, 201, 95, 0.24);
  height: 9px;
  width: 9px;
}

.api-pulse[data-state="connected"] .pulse-dot {
  background: var(--leaf);
  box-shadow: 0 0 0 5px rgba(13, 107, 79, 0.14);
}

.api-pulse[data-state="unavailable"] .pulse-dot {
  background: var(--watermelon);
  box-shadow: 0 0 0 5px rgba(240, 91, 104, 0.16);
}

.device-scene {
  align-items: center;
  align-self: center;
  display: grid;
  grid-template-columns: 0.92fr 0.82fr;
  min-height: 610px;
  z-index: 1;
}

.device {
  background: #101917;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.android-device {
  border: 10px solid #0b1512;
  border-radius: 34px;
  height: 560px;
  padding: 16px;
  transform: rotate(-3deg) translateX(12px);
  width: min(300px, 42vw);
  z-index: 2;
}

.iphone-device {
  border: 9px solid #10161c;
  border-radius: 46px;
  height: 520px;
  justify-self: end;
  margin-top: 74px;
  padding: 14px;
  transform: rotate(4deg) translateX(-10px);
  width: min(276px, 38vw);
  z-index: 3;
}

.device-speaker,
.dynamic-island {
  background: #0b1110;
  border-radius: 999px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 5;
}

.device-speaker {
  height: 5px;
  top: 12px;
  width: 56px;
}

.dynamic-island {
  height: 20px;
  top: 18px;
  width: 78px;
}

.device-screen {
  background: var(--paper);
  border-radius: 24px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.iphone-device .device-screen {
  border-radius: 34px;
}

.app-topline {
  align-items: center;
  background: var(--white);
  display: flex;
  justify-content: space-between;
  left: 12px;
  padding: 12px 14px;
  position: absolute;
  right: 12px;
  top: 14px;
  z-index: 4;
}

.iphone-device .app-topline {
  border-radius: 18px;
  top: 42px;
}

.android-device .app-topline {
  border-radius: 16px;
}

.app-topline span,
.request-card span,
.request-card small {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 750;
}

.app-topline strong {
  color: var(--leaf);
  font-size: 0.9rem;
}

.mobile-map {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    radial-gradient(circle at 22% 18%, rgba(191, 232, 208, 0.38), transparent 28%),
    linear-gradient(135deg, #254e44, #1f6a55 46%, #173a32);
  background-size: 34px 34px, 34px 34px, cover, cover;
  height: 100%;
  position: relative;
}

.order-map {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    radial-gradient(circle at 70% 22%, rgba(246, 201, 95, 0.25), transparent 28%),
    linear-gradient(140deg, #245342, #226454 48%, #182d3d);
  background-size: 30px 30px, 30px 30px, cover, cover;
}

.road {
  background: rgba(246, 201, 95, 0.92);
  border-radius: 999px;
  display: block;
  height: 8px;
  position: absolute;
  transform-origin: left center;
}

.road-a {
  left: -10%;
  top: 38%;
  transform: rotate(-24deg);
  width: 82%;
}

.road-b {
  left: 34%;
  top: 66%;
  transform: rotate(28deg);
  width: 74%;
}

.road-c {
  background: rgba(255, 255, 255, 0.5);
  left: 12%;
  top: 18%;
  transform: rotate(62deg);
  width: 68%;
}

.vehicle,
.pickup-marker,
.restaurant-marker {
  align-items: center;
  border: 3px solid var(--white);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
  display: inline-flex;
  justify-content: center;
  position: absolute;
  z-index: 3;
}

.vehicle {
  color: transparent;
  height: 30px;
  width: 30px;
}

.vehicle::before,
.vehicle::after {
  content: "";
  position: absolute;
}

.car {
  background: var(--watermelon);
}

.car::before {
  background: var(--white);
  border-radius: 6px 6px 3px 3px;
  height: 10px;
  top: 7px;
  width: 14px;
}

.car::after {
  background: #0d6b4f;
  border-radius: 2px;
  bottom: 6px;
  height: 4px;
  width: 18px;
}

.courier {
  background: var(--sun);
}

.courier::before {
  background: #173f35;
  border-radius: 5px;
  height: 13px;
  width: 13px;
}

.courier::after {
  background: var(--white);
  border-radius: 999px;
  height: 5px;
  right: 5px;
  top: 8px;
  width: 5px;
}

.car-one {
  left: 22%;
  top: 44%;
  transform: rotate(-18deg);
}

.car-two {
  right: 18%;
  top: 28%;
  transform: rotate(24deg);
}

.car-three {
  bottom: 25%;
  left: 54%;
  transform: rotate(38deg);
}

.car-four {
  bottom: 30%;
  right: 18%;
  transform: rotate(-12deg);
}

.courier-one {
  left: 24%;
  top: 35%;
}

.courier-two {
  bottom: 22%;
  left: 38%;
}

.pickup-marker,
.restaurant-marker {
  background: var(--leaf);
  height: 20px;
  left: 46%;
  top: 54%;
  width: 20px;
}

.restaurant-marker {
  background: var(--watermelon);
  left: 60%;
  top: 48%;
}

.pickup-marker::after,
.restaurant-marker::after {
  background: rgba(255, 255, 255, 0.45);
  border-radius: inherit;
  content: "";
  height: 38px;
  position: absolute;
  width: 38px;
  z-index: -1;
}

.request-card {
  background: var(--white);
  border: 1px solid rgba(220, 230, 223, 0.82);
  border-radius: 18px;
  bottom: 16px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
  display: grid;
  gap: 3px;
  left: 14px;
  padding: 14px;
  position: absolute;
  right: 14px;
  z-index: 4;
}

.request-card strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.request-card.compact {
  bottom: 18px;
}

.service-strip,
.readiness-section,
.split-section,
.driver-band,
.partner-section,
.waitlist-section {
  padding: clamp(44px, 7vw, 86px) clamp(18px, 4vw, 56px);
}

.readiness-section {
  align-items: end;
  background: #173f35;
  color: var(--white);
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(280px, 1fr) minmax(340px, 0.95fr);
}

.readiness-section h2,
.readiness-section p {
  color: var(--white);
}

.readiness-section .eyebrow {
  color: var(--mint);
}

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

.readiness-grid article {
  background: rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 7px;
  min-height: 150px;
  padding: 24px 18px;
}

.readiness-grid strong {
  font-size: clamp(1.55rem, 3vw, 2.5rem);
  line-height: 1;
}

.readiness-grid span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 750;
}

.service-strip {
  background: var(--white);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 0;
  padding-top: 0;
}

.service-strip article {
  border-left: 1px solid var(--line);
  min-height: 250px;
  padding: 44px 34px;
}

.service-strip article:first-child {
  border-left: 0;
}

.service-strip span {
  color: var(--watermelon);
  font-weight: 900;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
  margin-bottom: 16px;
}

h3 {
  font-size: 1.08rem;
  margin-bottom: 10px;
}

p {
  color: var(--muted);
  line-height: 1.6;
}

.split-section {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(260px, 0.8fr) 1.2fr;
}

.feature-grid,
.partner-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-grid article,
.partner-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

.driver-band {
  align-items: center;
  background: #173f35;
  color: var(--white);
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.driver-band h2,
.driver-band p {
  color: var(--white);
  max-width: 820px;
}

.driver-band .eyebrow {
  color: var(--mint);
}

.partner-section {
  background: var(--white);
}

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

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

.waitlist-section {
  align-items: start;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(250px, 0.9fr) minmax(300px, 1.1fr);
}

.waitlist-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  padding: 24px;
}

.waitlist-form label {
  color: var(--muted);
  display: grid;
  font-size: 0.88rem;
  font-weight: 750;
  gap: 8px;
}

.waitlist-form input,
.waitlist-form select {
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-height: 46px;
  padding: 0 12px;
}

.waitlist-form button {
  border: 0;
  cursor: pointer;
  width: fit-content;
}

.waitlist-form button:disabled {
  cursor: wait;
  opacity: 0.62;
}

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

.consent-field input {
  min-height: auto;
  width: 18px;
}

.honeypot-field {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.form-note {
  margin: 0;
}

.form-note[data-state="success"] {
  color: var(--leaf);
  font-weight: 750;
}

.form-note[data-state="error"] {
  color: var(--watermelon-dark);
  font-weight: 750;
}

.site-footer {
  background: var(--ink);
  color: var(--white);
  justify-content: space-between;
  padding: 28px clamp(18px, 4vw, 56px);
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.72);
  margin: 4px 0 0;
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header nav {
    flex-wrap: wrap;
  }

  .hero-section,
  .readiness-section,
  .split-section,
  .waitlist-section {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
  }

  .device-scene {
    grid-template-columns: minmax(170px, 0.95fr) minmax(160px, 0.82fr);
    justify-content: center;
    min-height: 520px;
  }

  .android-device {
    height: 500px;
    width: min(280px, 48vw);
  }

  .iphone-device {
    height: 470px;
    margin-top: 62px;
    width: min(252px, 43vw);
  }

  .service-strip,
  .partner-grid,
  .readiness-grid {
    grid-template-columns: 1fr;
  }

  .service-strip article,
  .service-strip article:first-child {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .skip-link {
    transition: none;
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: 3.1rem;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .device-scene {
    min-height: 470px;
  }

  .android-device {
    border-width: 7px;
    height: 430px;
    padding: 11px;
    transform: rotate(-3deg) translateX(8px);
    width: 205px;
  }

  .iphone-device {
    border-width: 7px;
    height: 400px;
    margin-top: 54px;
    padding: 10px;
    transform: rotate(4deg) translateX(-8px);
    width: 188px;
  }

  .app-topline {
    left: 9px;
    padding: 9px 10px;
    right: 9px;
  }

  .app-topline span,
  .request-card span,
  .request-card small {
    font-size: 0.66rem;
  }

  .request-card {
    border-radius: 14px;
    left: 9px;
    padding: 10px;
    right: 9px;
  }

  .request-card strong {
    font-size: 0.86rem;
  }
}
