:root {
  --orange: #ff4f00;
  --orange-dark: #df3f00;
  --navy: #061d3f;
  --navy-2: #0c2d58;
  --ink: #0d1930;
  --muted: #5f6875;
  --mist: #f4f6f9;
  --line: #dde3ea;
  --white: #fff;
  --shadow: 0 18px 50px rgba(6, 29, 63, .1);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.join-driver-strip { background: var(--orange); color: #fff; }
.join-driver-strip .section { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 46px; padding-bottom: 46px; }
.join-driver-strip h2 { margin: 5px 0 8px; font-size: clamp(1.8rem, 4vw, 3rem); }
.join-driver-strip p { margin: 0; max-width: 720px; font-size: 1rem; line-height: 1.6; }
.join-driver-strip .eyebrow { color: #fff; }
.join-driver-strip .button { flex: 0 0 auto; background: var(--navy); }
.driver-recruit-hero { background: linear-gradient(135deg, var(--navy) 0%, #0d356d 100%); color: #fff; }
.driver-recruit-inner { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 56px; align-items: center; padding-top: 72px; padding-bottom: 72px; }
.driver-recruit-inner h1 { margin: 10px 0 20px; font-size: clamp(2.7rem, 6vw, 5.2rem); line-height: .98; }
.driver-recruit-inner p { max-width: 680px; color: #d5e1f1; font-size: 1.08rem; line-height: 1.7; }
.application-qr { background: #fff; color: var(--navy); border-radius: 24px; padding: 22px; display: grid; justify-items: center; gap: 5px; text-align: center; text-decoration: none; box-shadow: var(--shadow); }
.application-qr img { width: 100%; aspect-ratio: 1; display: block; }
.application-qr strong { font-size: 1.3rem; }
.application-qr span { color: var(--muted); font-size: .9rem; }
.approved-driver-section { padding-top: 64px; padding-bottom: 72px; }
.driver-qr-grid { grid-template-columns: repeat(2,minmax(220px,320px)); }
@media (max-width: 760px) {
  .join-driver-strip .section { align-items: flex-start; flex-direction: column; }
  .driver-recruit-inner { grid-template-columns: 1fr; gap: 28px; padding-top: 48px; padding-bottom: 48px; }
  .application-qr { width: min(300px,100%); }
  .driver-qr-grid { grid-template-columns: 1fr; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); line-height: 1.55; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, .button { cursor: pointer; }
a, button { touch-action: manipulation; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  min-height: 118px; padding: 4px clamp(18px, 3vw, 44px);
  background: linear-gradient(100deg, #03142e 0%, var(--navy) 70%, #0c2d58 100%); border-bottom: 4px solid var(--orange);
  display: flex; align-items: center; gap: 32px;
}
.brand-lockup { width: 500px; min-width: 500px; height: 110px; display: block; line-height: 0; text-decoration: none; }
.brand-combined { width: 100%; height: 100%; display: block; object-fit: contain; object-position: left center; }
.top-nav { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.top-nav a { padding: 12px 10px; border-radius: 10px; color: #fff; text-decoration: none; font-weight: 800; font-size: .86rem; white-space: nowrap; }
.top-nav a:hover, .top-nav a.active { color: #fff; background: var(--orange); }
.menu-toggle { display: none; margin-left: auto; border: 0; background: var(--navy); color: #fff; padding: 10px 14px; border-radius: 9px; font-weight: 800; }

.page-hero { overflow: hidden; position: relative; background: var(--navy); color: #fff; }
.page-hero::after { content: ""; position: absolute; width: 360px; height: 360px; border: 90px solid rgba(255,79,0,.13); border-radius: 50%; right: -110px; top: -180px; }
.hero-inner { width: min(1160px, calc(100% - 36px)); min-height: 410px; margin: auto; padding: 76px 0; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 54px; position: relative; z-index: 1; }
.eyebrow { color: var(--orange); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; font-size: .82rem; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.6rem, 6vw, 5.3rem); line-height: .98; letter-spacing: -.055em; margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.05; letter-spacing: -.04em; }
h3 { font-size: 1.25rem; line-height: 1.2; }
.hero-copy { max-width: 680px; color: #d8e0ec; font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 22px; border: 2px solid var(--orange); background: var(--orange); color: #fff; border-radius: 12px; font-weight: 900; text-decoration: none; }
.button:hover { background: var(--orange-dark); border-color: var(--orange-dark); }
.button.secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,.65); }
.hero-mark { width: min(330px, 100%); aspect-ratio: 1; margin: auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: linear-gradient(145deg, rgba(255,79,0,.95), rgba(255,79,0,.45)); font-size: 7rem; }
.hero-photo { width: 100%; max-width: 500px; height: 310px; margin: 0; border-radius: 26px; overflow: hidden; border: 6px solid rgba(255,255,255,.12); box-shadow: 18px 18px 0 var(--orange); }
.hero-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hero-video-shell { position: relative; width: min(330px, 82vw); margin: 0 auto; padding: 9px; border-radius: 34px; background: #fff; box-shadow: 0 28px 60px rgba(0,0,0,.38), 18px 18px 0 var(--orange); transform: rotate(1.5deg); }
.hero-video { display: block; width: 100%; aspect-ratio: 478 / 850; max-height: 540px; border-radius: 26px; background: #000; object-fit: cover; }
.video-label { position: absolute; left: -28px; top: 42px; z-index: 2; padding: 10px 16px; border-radius: 10px; background: var(--orange); color: #fff; font-size: .78rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; box-shadow: 0 10px 24px rgba(0,0,0,.2); }
.urgent-story { background: linear-gradient(115deg, #fff 0%, #fff 58%, #fff3ed 58%); border-bottom: 1px solid var(--line); }
.story-heading { max-width: 760px; margin-bottom: 32px; }
.delivery-storyboard { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.delivery-storyboard figure { margin: 0; overflow: hidden; border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.delivery-storyboard img { display: block; width: 100%; height: 340px; object-fit: cover; }
.delivery-storyboard figure:nth-child(1) img { object-position: 48% 72%; }
.delivery-storyboard figure:nth-child(2) img { object-position: center; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; counter-reset: benefit; }
.benefit-grid article { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 10px 28px rgba(6,29,63,.07); }
.benefit-grid b { width: 46px; height: 46px; margin-bottom: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: #fff; font-size: 1.15rem; }
.benefit-grid p { color: var(--muted); margin: 0; }
.restricted-section { color: #fff; background: var(--navy); }
.restricted-inner { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: clamp(34px,7vw,86px); }
.restricted-inner p { color: #cbd7e6; }
.restricted-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.restricted-list li { position: relative; min-height: 64px; padding: 18px 16px 16px 46px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; background: rgba(255,255,255,.06); font-weight: 750; }
.restricted-list li::before { content: "×"; position: absolute; left: 18px; color: var(--orange); font-size: 1.35rem; font-weight: 950; }

.section { width: min(1160px, calc(100% - 36px)); margin: auto; padding: 76px 0; }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.section-heading p { color: var(--muted); font-size: 1.06rem; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { background: var(--mist); border: 1px solid #eef1f5; padding: 30px; border-radius: 22px; }
.card-icon { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 22px; background: var(--navy); color: #fff; font-weight: 900; font-size: 1.35rem; }
.card p { color: var(--muted); margin-bottom: 0; }
.accent-card { background: var(--orange); color: #fff; }
.accent-card .card-icon { background: #fff; color: var(--orange); }
.accent-card p { color: #fff; }
.dark-card { background: var(--navy); color: #fff; }
.dark-card p { color: #d7e1ee; }
.dark-card .card-icon { background: var(--orange); }

.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.step { padding: 26px 20px; border-top: 4px solid var(--orange); background: var(--mist); border-radius: 4px 4px 18px 18px; }
.step::before { counter-increment: step; content: counter(step); display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 18px; background: var(--orange); color: #fff; border-radius: 50%; font-weight: 900; }
.step strong { display: block; font-size: 1.05rem; }

.search-panel, .form-panel { background: var(--mist); border-radius: 24px; padding: clamp(24px, 5vw, 48px); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
input, textarea, select { width: 100%; min-height: 54px; border: 2px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); padding: 12px 16px; }
textarea { min-height: 120px; resize: vertical; }
input:focus, textarea:focus, select:focus { outline: 3px solid rgba(255,79,0,.18); border-color: var(--orange); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-weight: 800; margin-bottom: 6px; }
.status-message { min-height: 26px; color: var(--navy); font-weight: 800; margin-top: 14px; }
.app-note, .form-privacy { color: var(--muted); }
.app-downloads { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.button.secondary-dark { background: var(--navy); border-color: var(--navy); }
.button.secondary-dark:hover { background: var(--navy-2); border-color: var(--navy-2); }
.form-privacy { margin: 4px 0 18px; font-size: .9rem; }
.form-privacy a, .legal-copy a, .site-footer a { text-underline-offset: 3px; }
.optional { color: var(--muted); font-size: .85rem; font-weight: 650; }
.legal-copy { max-width: 850px; }
.legal-copy h2 { margin-top: 38px; font-size: clamp(1.55rem, 3vw, 2.25rem); }

.results { display: grid; gap: 14px; margin-top: 24px; }
.result-card { display: flex; align-items: center; gap: 18px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.result-badge { width: 62px; height: 62px; display: grid; place-items: center; flex: 0 0 auto; background: #fff3ed; border-radius: 14px; font-size: 1.8rem; }
.result-card h3 { margin-bottom: 4px; }
.result-card p { margin: 0; color: var(--muted); }

.partner-hero { color: #fff; background: var(--navy); border-bottom: 6px solid var(--orange); }
.partner-hero-inner { min-height: 560px; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: clamp(34px,6vw,80px); }
.partner-hero p { max-width: 650px; color: #d8e0ec; font-size: 1.13rem; }
.partner-hero img { width: 100%; height: 390px; object-fit: cover; border-radius: 28px; box-shadow: 20px 20px 0 var(--orange); }
.partner-hero .text-link { display: inline-flex; align-items: center; color: #fff; font-weight: 850; text-underline-offset: 5px; }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.compare-card { padding: clamp(26px,4vw,42px); border-radius: 24px; border: 1px solid var(--line); }
.compare-card h3 { font-size: 1.55rem; }
.compare-card ul { list-style: none; margin: 24px 0 0; padding: 0; }
.compare-card li { position: relative; padding: 13px 0 13px 34px; border-top: 1px solid rgba(6,29,63,.1); }
.compare-card li::before { position: absolute; left: 0; font-weight: 900; }
.compare-card.problem { background: #f7f8fa; }
.compare-card.problem li::before { content: "×"; color: #c43d28; }
.compare-card.solution { color: #fff; background: var(--navy); }
.compare-card.solution li { border-color: rgba(255,255,255,.15); }
.compare-card.solution li::before { content: "✓"; color: #75d26f; }
.partner-numbers { background: var(--navy); color: #fff; }
.section-heading.light p, .partner-numbers .fine-print { color: #c9d5e5; }
.number-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.number-grid article { min-height: 190px; padding: 30px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(255,255,255,.06); display: flex; flex-direction: column; justify-content: space-between; }
.number-grid article.highlight { background: var(--orange); border-color: var(--orange); }
.number-grid span { font-size: clamp(3rem,6vw,5.2rem); line-height: 1; font-weight: 950; letter-spacing: -.06em; }
.number-grid strong { max-width: 230px; }
.fine-print { margin: 18px 0 0; color: var(--muted); font-size: .78rem; }
.pricing-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(34px,6vw,78px); }
.price-lockup { display: grid; grid-template-columns: auto 1fr auto 1fr; align-items: end; gap: 8px 14px; margin: 30px 0; }
.price-lockup span { color: var(--orange); font-size: clamp(2.8rem,5vw,4.8rem); line-height: .9; font-weight: 950; letter-spacing: -.06em; }
.price-lockup small { align-self: center; max-width: 100px; font-weight: 850; text-transform: uppercase; }
.price-lockup b { align-self: center; color: var(--navy); font-size: 2rem; }
.mini-benefits { display: flex; flex-wrap: wrap; gap: 8px; }
.mini-benefits span { padding: 8px 12px; border-radius: 999px; background: var(--mist); color: var(--navy); font-weight: 800; font-size: .82rem; }
.cost-card { padding: 28px; border-radius: 24px; background: var(--mist); box-shadow: var(--shadow); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { padding: 12px 0 12px 32px; border-bottom: 1px solid var(--line); position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }

.price-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 16px; background: #fff; }
.price-table th, .price-table td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); }
.price-table th { background: var(--navy); color: #fff; }
.price-table tr:last-child td { border-bottom: 0; }
.coming { text-align: center; max-width: 720px; margin: auto; padding: 105px 0; }
.compact-coming { padding: 72px 0; }
.coming-icon { width: 150px; height: 150px; margin: 0 auto 30px; display: grid; place-items: center; border-radius: 50%; background: var(--mist); color: var(--orange); font-size: 4rem; }
.coming p { color: var(--muted); font-size: 1.12rem; }
.services-section { background: var(--mist); }
.service-launch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.service-tile { min-height: 270px; position: relative; overflow: hidden; display: flex; align-items: flex-end; border-radius: 22px; background: var(--navy); color: #fff; text-decoration: none; box-shadow: 0 12px 30px rgba(6,29,63,.12); transition: transform .2s ease, box-shadow .2s ease; }
.service-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 30%,rgba(3,20,46,.94) 100%); }
.service-tile:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(6,29,63,.2); }
.service-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-tile > span { position: relative; z-index: 1; width: 100%; padding: 24px; display: block; border-bottom: 5px solid var(--orange); }
.service-tile strong { display: block; color: #fff; font-size: 1.35rem; }
.service-tile small { display: block; margin-top: 4px; color: #e4ebf4; font-size: .9rem; }
.partner-link { margin-top: 24px; }
.catalog-section { background: var(--mist); }
.catalog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.catalog-group { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.catalog-group summary { cursor: pointer; padding: 20px; display: flex; justify-content: space-between; gap: 20px; font-weight: 900; list-style: none; }
.catalog-group summary::-webkit-details-marker { display: none; }
.catalog-group summary span { min-width: 32px; height: 28px; display: grid; place-items: center; border-radius: 20px; background: #fff3ed; color: var(--orange); font-size: .82rem; }
.service-chips { padding: 0 18px 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.service-chips span { padding: 8px 11px; border-radius: 9px; background: var(--mist); color: var(--navy); font-weight: 750; font-size: .86rem; }

.contact-strip { background: var(--orange); color: #fff; }
.contact-strip .section { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 45px; padding-bottom: 45px; }
.contact-strip h2 { margin: 0; font-size: clamp(1.8rem, 4vw, 3rem); }
.contact-strip .button { background: var(--navy); border-color: var(--navy); }
.contact-details { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(30px,6vw,76px); }
.contact-email a { color: var(--orange); font-size: clamp(1.25rem,3vw,2rem); font-weight: 900; text-underline-offset: 5px; overflow-wrap: anywhere; }
.download-section { background: var(--mist); }
.qr-grid { display: grid; grid-template-columns: repeat(2, minmax(220px, 310px)); gap: 22px; }
.qr-card { padding: 24px; display: grid; justify-items: center; gap: 5px; background: #fff; border: 1px solid var(--line); border-radius: 22px; color: var(--navy); text-align: center; text-decoration: none; box-shadow: var(--shadow); }
.qr-card:hover { transform: translateY(-3px); }
.qr-card img { width: min(220px, 100%); aspect-ratio: 1; display: block; }
.qr-card strong { font-size: 1.35rem; }
.qr-card span { color: var(--muted); }
.site-footer { background: #03142e; color: #d4deea; padding: 50px 18px 110px; text-align: center; }
.site-footer img { width: 250px; max-width: 70%; padding: 12px; border-radius: 12px; background: #fff; }
.site-footer p { margin: 18px 0 0; }
.bottom-nav { display: none; }
.help-button { position: fixed; right: 24px; bottom: 24px; z-index: 25; min-width: 64px; height: 50px; padding: 0 16px; display: grid; place-items: center; border-radius: 999px; background: var(--orange); color: #fff; text-decoration: none; font-weight: 900; font-size: .88rem; box-shadow: 0 12px 25px rgba(6,29,63,.25); }

@media (max-width: 1120px) {
  .site-header { min-height: 104px; }
  .brand-lockup { width: 460px; min-width: 460px; height: 96px; }
  .menu-toggle { display: block; }
  .top-nav { display: none; position: absolute; z-index: 50; top: 104px; left: 14px; right: 14px; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .top-nav a { color: var(--navy); }
  .top-nav.open { display: grid; }
  .hero-inner { grid-template-columns: 1fr; min-height: auto; padding: 58px 0; }
  .hero-mark { display: none; }
  .restricted-inner { grid-template-columns: 1fr; }
  .delivery-storyboard { grid-template-columns: 1fr; }
  .delivery-storyboard img { height: 360px; }
  .partner-hero-inner, .pricing-layout { grid-template-columns: 1fr; }
  .contact-details { grid-template-columns: 1fr; }
  .compare-grid, .number-grid { grid-template-columns: 1fr; }
  .grid { grid-template-columns: 1fr 1fr; }
  .benefit-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  body { padding-bottom: 78px; }
  .site-header { position: relative; justify-content: flex-start; gap: 8px; min-height: 102px; padding: 4px 58px 4px 6px; }
  .brand-lockup { width: 100%; min-width: 0; height: 94px; }
  .menu-toggle { position: absolute; right: 14px; font-size: 0; width: 44px; height: 40px; }
  .menu-toggle::after { content: "☰"; font-size: 1.15rem; }
  h1 { font-size: 2.8rem; }
  h2 { font-size: 2.15rem; }
  .hero-inner { width: min(100% - 28px, 1160px); padding: 48px 0 64px; }
  .hero-video-shell { width: min(300px, 78vw); transform: none; box-shadow: 0 24px 50px rgba(0,0,0,.35), 10px 10px 0 var(--orange); }
  .video-label { left: -12px; top: 28px; }
  .urgent-story { background: #fff3ed; }
  .delivery-storyboard img { height: 270px; }
  .restricted-list { grid-template-columns: 1fr; }
  .section { width: min(100% - 28px, 1160px); padding: 54px 0; }
  .grid, .steps, .split, .field-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .contact-strip .section { align-items: flex-start; flex-direction: column; }
  .service-launch-grid, .catalog-grid { grid-template-columns: 1fr 1fr; }
  .service-launch-grid { grid-template-columns: 1fr; }
  .service-tile { min-height: 230px; }
  .partner-hero img { height: 270px; box-shadow: 10px 10px 0 var(--orange); }
  .price-lockup { grid-template-columns: 1fr 1fr; }
  .price-lockup b { display: none; }
  .bottom-nav { position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; min-height: 74px; display: grid; grid-template-columns: repeat(6, minmax(62px, 1fr)); overflow-x: auto; background: #fff; border-top: 1px solid var(--line); }
  .bottom-nav a { min-width: 62px; min-height: 74px; padding: 9px 4px 7px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; color: #626b78; font-size: .7rem; font-weight: 850; text-decoration: none; text-align: center; -webkit-tap-highlight-color: rgba(255,79,0,.14); }
  .bottom-nav span { font-size: 1.45rem; line-height: 1; }
  .bottom-nav a.active { color: var(--orange); }
  .help-button { min-width: 60px; height: 46px; right: 16px; bottom: 88px; }
  .site-footer { padding-bottom: 38px; }
  .catalog-grid { grid-template-columns: 1fr; }
  .qr-grid { grid-template-columns: 1fr; }
}
