:root{
  --navy:#0a1020;
  --navy-2:#111a30;
  --navy-3:#1b2946;
  --ink:#111827;
  --muted:#667085;
  --muted-2:#98a2b3;
  --line:#e7eaf0;
  --soft:#f6f8fb;
  --soft-2:#eef2f7;
  --yellow:#ffd44a;
  --yellow-2:#ffc928;
  --yellow-3:#fff1ad;
  --green:#29c76f;
  --white:#ffffff;
  --radius-sm:18px;
  --radius:28px;
  --radius-lg:38px;
  --shadow-sm:0 12px 28px rgba(10,16,32,.06);
  --shadow:0 30px 80px rgba(10,16,32,.12);
  --shadow-lg:0 50px 120px rgba(10,16,32,.18);
}

*{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:#fff;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
img,svg{display:block;max-width:100%}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.skip-link{
  position:fixed;left:18px;top:12px;z-index:1000;
  background:#fff;color:var(--navy);padding:10px 14px;border-radius:10px;
  transform:translateY(-150%);transition:.2s ease;box-shadow:var(--shadow-sm);font-weight:800;
}
.skip-link:focus{transform:none}

.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(231,234,240,.75);
}
.nav-wrap{height:76px;display:flex;align-items:center;gap:30px}
.brand{display:inline-flex;align-items:center;gap:10px;font-weight:950;letter-spacing:-.045em;flex-shrink:0}
.brand-mark{
  width:38px;height:38px;border-radius:13px;
  display:grid;place-items:center;background:var(--yellow);color:var(--navy);
  font-size:18px;box-shadow:inset 0 0 0 1px rgba(10,16,32,.06),0 8px 22px rgba(255,201,40,.22);
}
.brand-name{font-size:24px}
.nav-links{display:flex;gap:26px;margin-left:auto}
.nav-links a,.nav-support{
  font-size:14px;font-weight:750;color:#596273;transition:color .2s ease;
}
.nav-links a:hover,.nav-support:hover{color:var(--navy)}
.nav-actions{display:flex;align-items:center;gap:18px}
.menu-toggle{
  display:none;width:42px;height:42px;border:1px solid var(--line);
  border-radius:12px;background:#fff;padding:10px;cursor:pointer;
}
.menu-toggle span{display:block;height:2px;background:var(--navy);margin:4px 0;border-radius:999px}
.mobile-menu{border-top:1px solid var(--line);background:#fff}
.mobile-menu-inner{padding:16px 0 22px;display:grid;gap:2px}
.mobile-menu-inner a{padding:12px 0;font-weight:800;color:#344054;border-bottom:1px solid #f0f2f5}

.btn{
  min-height:50px;padding:0 23px;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;
  font-weight:850;font-size:14px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn:focus-visible,.persona-tab:focus-visible,.menu-toggle:focus-visible,summary:focus-visible{
  outline:3px solid rgba(255,201,40,.55);outline-offset:3px;
}
.btn-small{min-height:42px;padding:0 18px}
.btn-dark{background:var(--navy);color:#fff;box-shadow:0 12px 26px rgba(10,16,32,.16)}
.btn-primary{background:var(--yellow);color:var(--navy);box-shadow:0 14px 30px rgba(255,201,40,.28)}
.btn-primary:hover{background:#ffcf32}
.btn-ghost{background:#fff;border:1px solid #d8dde7;color:var(--navy)}
.text-link{display:inline-flex;align-items:center;gap:8px;font-weight:850;color:var(--navy);margin-top:22px}
.text-link span{transition:transform .2s ease}
.text-link:hover span{transform:translateX(4px)}
.dark-link{color:var(--navy)}

.hero{
  position:relative;overflow:hidden;
  background:
    radial-gradient(circle at 80% 12%,rgba(255,212,74,.28),transparent 28%),
    radial-gradient(circle at 15% 80%,rgba(224,230,240,.45),transparent 32%),
    linear-gradient(180deg,#fff 0%,#fbfcfe 100%);
}
.hero:after{
  content:"";position:absolute;inset:auto -15% -270px -15%;height:380px;
  background:linear-gradient(180deg,rgba(255,255,255,0),#f7f8fb);
  border-radius:50%;
}
.hero-grid{
  position:relative;z-index:2;min-height:760px;
  display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:52px;padding:72px 0 52px;
}
.hero-badge{
  width:max-content;max-width:100%;display:flex;align-items:center;gap:10px;
  border:1px solid var(--line);background:rgba(255,255,255,.76);
  padding:9px 13px;border-radius:999px;font-size:12px;font-weight:850;color:#667085;margin-bottom:22px;
}
.status-dot{width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 0 6px rgba(41,199,111,.1)}
.hero h1,.section-head h2,.benefits-copy h2,.coverage-copy h2,.business-copy h2,.driver-copy h2,.faq-intro h2,.cta-copy h2{
  margin:0;color:var(--navy);letter-spacing:-.055em;line-height:.99;
}
.hero h1{font-size:clamp(56px,6.2vw,86px);max-width:720px}
.hero h1 span{display:block;color:#697386}
.hero-text{font-size:19px;line-height:1.68;color:var(--muted);max-width:660px;margin:28px 0 30px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.hero-proof{
  margin-top:34px;padding-top:24px;border-top:1px solid var(--line);
  display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:620px;
}
.hero-proof div{display:grid;gap:5px}
.hero-proof strong{font-size:14px;color:var(--navy)}
.hero-proof span{font-size:12px;color:var(--muted);line-height:1.5}

.hero-visual{position:relative;height:610px}
.visual-glow{position:absolute;border-radius:50%;filter:blur(2px)}
.visual-glow-a{width:390px;height:390px;right:20px;top:70px;background:rgba(255,212,74,.36)}
.visual-glow-b{width:230px;height:230px;left:10px;bottom:40px;background:rgba(24,40,74,.09)}
.phone-shell{
  position:absolute;border:9px solid #111827;border-radius:42px;background:#fff;overflow:hidden;
  box-shadow:0 35px 90px rgba(16,24,40,.22);
}
.phone-main{width:270px;height:548px;right:54px;top:24px;transform:rotate(3deg);z-index:5}
.phone-secondary{width:210px;height:420px;left:10px;bottom:10px;transform:rotate(-8deg);z-index:2;background:#f8fafc}
.phone-top{
  height:58px;padding:22px 16px 10px;display:flex;align-items:center;justify-content:space-between;
  font-size:11px;border-bottom:1px solid #eef1f5;
}
.mini-avatar{width:26px;height:26px;border-radius:50%;background:#eef1f5}
.mini-dot{width:8px;height:8px;border-radius:50%;background:var(--yellow)}
.phone-content{padding:16px}
.phone-greeting{font-size:11px;color:#98a2b3;margin:0 0 4px}
.phone-content h2{font-size:24px;letter-spacing:-.04em;margin:0 0 16px}
.phone-search{border:1px solid #e7eaf0;background:#f7f8fa;border-radius:14px;padding:12px 13px;color:#7b8494;font-size:11px}
.phone-search span{font-weight:900;color:var(--navy);margin-right:5px}
.phone-services{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:14px 0}
.phone-services div{border:1px solid #e9ecf1;border-radius:14px;text-align:center;padding:10px 5px;background:#fff}
.phone-services div.active{background:#fff9dc;border-color:#f2dd74}
.phone-services span{width:30px;height:30px;margin:0 auto 6px;border-radius:10px;background:#f1f3f6;display:grid;place-items:center;font-weight:900}
.phone-services .active span{background:var(--yellow)}
.phone-services b{display:block;font-size:9px}
.map-preview{height:150px;border-radius:18px;background:linear-gradient(145deg,#edf1f5,#f9fafb);position:relative;overflow:hidden}
.map-road{position:absolute;height:15px;background:#fff;border-radius:999px;box-shadow:0 0 0 1px rgba(16,24,40,.025)}
.map-road-a{width:220px;left:-24px;top:48px;transform:rotate(29deg)}
.map-road-b{width:210px;left:18px;top:92px;transform:rotate(-22deg)}
.map-road-c{width:170px;left:40px;top:18px;transform:rotate(-12deg)}
.route-path{position:absolute;width:95px;height:64px;border-left:3px dashed var(--yellow-2);border-bottom:3px dashed var(--yellow-2);left:64px;top:40px;transform:rotate(-8deg);border-radius:0 0 0 28px}
.map-pin{position:absolute;width:19px;height:19px;border-radius:50%;background:var(--yellow);border:5px solid var(--navy);z-index:3}
.pin-a{left:54px;top:42px}.pin-b{right:50px;bottom:28px}
.location-card{display:flex;gap:10px;align-items:center;margin-top:13px;padding:12px;border-radius:16px;background:var(--navy);color:#fff}
.location-icon{width:35px;height:28px;border-radius:9px;background:var(--yellow);color:var(--navy);display:grid;place-items:center;font-size:9px;font-weight:950}
.location-card div:last-child{min-width:0}
.location-card strong,.location-card small{display:block}
.location-card strong{font-size:10px}
.location-card small{font-size:8.5px;color:#b8c1d0;margin-top:3px;line-height:1.35}

.merchant-screen{padding:36px 14px 16px}
.merchant-pill{display:inline-flex;padding:7px 9px;border-radius:999px;background:var(--yellow);font-size:8px;font-weight:950}
.merchant-screen h3{font-size:20px;line-height:1.05;letter-spacing:-.04em;margin:18px 0}
.merchant-stat{padding:13px;border-radius:15px;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:space-between}
.merchant-stat span{font-size:8px;color:#b8c1d0}.merchant-stat strong{font-size:22px}
.merchant-row{display:flex;gap:8px;align-items:center;padding:11px 4px;border-bottom:1px solid #e8ebef}
.order-dot{width:9px;height:9px;border-radius:50%;background:var(--yellow)}
.merchant-row b,.merchant-row small{display:block}.merchant-row b{font-size:8.5px}.merchant-row small{font-size:7px;color:#98a2b3;margin-top:2px}
.floating-badge{
  position:absolute;z-index:8;display:flex;gap:10px;align-items:center;
  background:rgba(255,255,255,.92);backdrop-filter:blur(14px);
  border:1px solid rgba(228,232,238,.8);border-radius:18px;padding:12px 14px;box-shadow:0 18px 45px rgba(16,24,40,.12);
}
.badge-one{right:-10px;top:120px}.badge-two{left:-16px;bottom:110px}
.float-icon{width:34px;height:34px;border-radius:11px;background:var(--yellow);display:grid;place-items:center;font-weight:950;color:var(--navy)}
.floating-badge strong,.floating-badge small{display:block}
.floating-badge strong{font-size:10px}.floating-badge small{font-size:8px;color:#98a2b3;margin-top:3px}
.hero-bottom{
  position:relative;z-index:3;display:grid;grid-template-columns:repeat(5,1fr);
  padding:22px 0;border-top:1px solid var(--line);
}
.hero-bottom span{text-align:center;font-size:11px;font-weight:900;color:#98a2b3;text-transform:uppercase;letter-spacing:.08em}

.section{padding:112px 0}
.intro-section{background:#fff}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:950;color:#6b7280;margin-bottom:16px;
}
.eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--yellow-2)}
.eyebrow-dark{color:#aab3c5}
.section-head{max-width:820px;margin-bottom:54px}
.section-head h2,.benefits-copy h2,.coverage-copy h2,.business-copy h2,.driver-copy h2,.faq-intro h2,.cta-copy h2{
  font-size:clamp(42px,5vw,64px);
}
.section-head p,.benefits-copy p,.coverage-copy p,.business-copy p,.driver-copy p,.faq-intro p,.cta-copy p{
  color:var(--muted);font-size:17px;line-height:1.7;
}
.split-head{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;max-width:none;align-items:end}
.split-head p{margin:0}

.service-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:16px}
.service-card{
  position:relative;overflow:hidden;min-height:320px;padding:28px;
  border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 10px 28px rgba(16,24,40,.035);
}
.service-card-large{grid-row:span 2;min-height:656px}
.service-card-accent{background:var(--yellow);border-color:var(--yellow)}
.service-top{display:flex;align-items:center;justify-content:space-between;gap:14px}
.service-icon{width:50px;height:50px;border-radius:16px;background:#fff6cb;display:grid;place-items:center;font-weight:950;color:var(--navy)}
.service-icon.dark{background:var(--navy);color:#fff}
.service-tag{padding:7px 9px;border-radius:999px;background:#f3f5f7;color:#7b8494;font-size:9px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}
.dark-tag{background:rgba(10,16,32,.09);color:var(--navy)}
.service-card h3{font-size:28px;line-height:1.05;letter-spacing:-.045em;color:var(--navy);margin:28px 0 14px}
.service-card p{font-size:14.5px;line-height:1.72;color:var(--muted);margin:0}
.service-card-accent p{color:#334155}
.service-card ul{margin:26px 0 0;padding:0;list-style:none;display:grid;gap:10px}
.service-card li{font-size:12px;color:#596273;display:flex;align-items:flex-start;gap:9px}
.service-card li:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--yellow-2);margin-top:5px;flex:none}
.service-art{position:absolute;left:24px;right:24px;bottom:24px;height:210px;border-radius:22px;background:linear-gradient(160deg,#f1f4f8,#e8edf4);overflow:hidden}
.road-line{position:absolute;width:120%;height:86px;left:-10%;bottom:20px;background:#fff;transform:rotate(-7deg);box-shadow:0 0 0 1px rgba(10,16,32,.03)}
.road-line:after{content:"";position:absolute;left:0;right:0;top:41px;border-top:3px dashed #d4dae3}
.car-body{position:absolute;width:120px;height:46px;left:50%;bottom:72px;transform:translateX(-50%) rotate(-7deg);background:var(--navy);border-radius:20px 28px 12px 12px;box-shadow:0 20px 30px rgba(10,16,32,.22)}
.car-body:before{content:"";position:absolute;left:26px;top:-24px;width:68px;height:28px;background:var(--navy);border-radius:24px 28px 0 0}
.car-body span{position:absolute;width:24px;height:24px;border-radius:50%;background:#27334a;border:5px solid #0e1524;bottom:-12px}
.car-body span:first-child{left:18px}.car-body span:last-child{right:16px}

.benefits-section{background:var(--soft)}
.benefits-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:90px;align-items:start}
.benefits-copy{position:sticky;top:110px}
.benefits-copy p{margin:24px 0 0}
.benefit-list{display:grid}
.benefit-item{display:grid;grid-template-columns:62px 1fr;gap:18px;padding:28px 0;border-bottom:1px solid #dfe4eb}
.benefit-number{font-size:11px;font-weight:950;color:#98a2b3;padding-top:6px}
.benefit-item h3{margin:0 0 8px;font-size:25px;letter-spacing:-.035em;color:var(--navy)}
.benefit-item p{margin:0;color:var(--muted);font-size:14.5px;line-height:1.65}

.how-section{background:#fff}
.centered{text-align:center;margin-left:auto;margin-right:auto}
.centered p{max-width:650px;margin:18px auto 0}
.persona-tabs{
  display:flex;width:max-content;max-width:100%;margin:0 auto 34px;background:#f1f3f6;border-radius:999px;padding:5px;gap:3px;
}
.persona-tab{
  border:0;background:transparent;color:#667085;border-radius:999px;padding:11px 18px;cursor:pointer;font-size:13px;font-weight:850;
}
.persona-tab.active{background:#fff;color:var(--navy);box-shadow:0 5px 14px rgba(16,24,40,.08)}
.persona-panel{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.step-card{padding:26px;border:1px solid var(--line);border-radius:22px;background:#fff;min-height:245px}
.step-card>span{width:34px;height:34px;border-radius:11px;background:var(--yellow);display:grid;place-items:center;font-size:11px;font-weight:950}
.step-card h3{font-size:20px;letter-spacing:-.03em;margin:42px 0 10px;color:var(--navy)}
.step-card p{font-size:13.5px;line-height:1.62;color:var(--muted);margin:0}

.coverage-section{background:var(--navy);color:#fff;overflow:hidden}
.coverage-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.coverage-copy h2{color:#fff}
.coverage-copy p{color:#aeb8c8;margin:24px 0}
.coverage-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:26px}
.coverage-tags span{padding:9px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);font-size:11px;font-weight:850;color:#d8deea}
.coverage-note{display:block;color:#808ca1;margin-top:18px;font-size:10px}
.coverage-visual{min-height:500px;position:relative}
.island-card{position:absolute;inset:20px;border:1px solid rgba(255,255,255,.1);border-radius:34px;background:linear-gradient(160deg,rgba(255,255,255,.08),rgba(255,255,255,.025));overflow:hidden}
.island-card:before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:rgba(255,212,74,.11);right:-100px;top:-80px}
.island-shape{
  position:absolute;left:35px;right:35px;top:85px;height:230px;
  background:linear-gradient(145deg,#263657,#18243e);
  clip-path:polygon(2% 51%,11% 39%,25% 30%,42% 32%,56% 19%,73% 26%,91% 35%,98% 48%,89% 58%,75% 58%,64% 69%,47% 74%,34% 68%,20% 73%,8% 65%);
  filter:drop-shadow(0 24px 26px rgba(0,0,0,.25));
}
.map-node{position:absolute;width:14px;height:14px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 7px rgba(255,212,74,.13)}
.node-a{left:17%;top:47%}.node-b{left:35%;top:57%}.node-c{left:54%;top:38%}.node-d{left:72%;top:53%}.node-e{left:84%;top:43%}
.network-line{position:absolute;height:2px;background:repeating-linear-gradient(90deg,var(--yellow) 0 7px,transparent 7px 13px);transform-origin:left center}
.network-a{width:140px;left:20%;top:50%;transform:rotate(7deg)}
.network-b{width:118px;left:52%;top:42%;transform:rotate(11deg)}
.network-c{width:100px;left:36%;top:58%;transform:rotate(-10deg)}
.island-info{position:absolute;left:36px;right:36px;bottom:36px;padding:18px 20px;border-radius:18px;background:rgba(5,10,20,.38);border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(14px)}
.tiny-label{display:block;font-size:8px;font-weight:950;text-transform:uppercase;letter-spacing:.13em;color:#8e9aaf;margin-bottom:8px}
.island-info strong,.island-info small{display:block}.island-info strong{font-size:18px}.island-info small{font-size:10px;color:#9ba8bc;margin-top:5px}

.business-section{background:#fff}
.business-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:74px;align-items:center}
.dashboard-window{height:510px;border:1px solid var(--line);border-radius:30px;background:#fff;box-shadow:var(--shadow);display:grid;grid-template-columns:72px 1fr;overflow:hidden}
.dash-sidebar{background:var(--navy);padding:22px 17px;display:flex;flex-direction:column;align-items:center;gap:17px}
.dash-logo{width:38px;height:38px;border-radius:12px;background:var(--yellow);display:grid;place-items:center;font-weight:950;color:var(--navy);margin-bottom:16px}
.dash-item{width:28px;height:28px;border-radius:9px;background:rgba(255,255,255,.08)}
.dash-item.active{background:var(--yellow)}
.dash-main{padding:28px;background:#fbfcfe}
.dash-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}
.dash-header small,.dash-header strong{display:block}
.dash-header small{font-size:9px;color:#98a2b3;margin-bottom:5px}.dash-header strong{font-size:22px;letter-spacing:-.04em}
.online-pill{padding:7px 10px;border-radius:999px;background:#e7f8ee;color:#16844a;font-size:9px;font-weight:950}
.dash-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:28px 0}
.dash-stats div{background:#fff;border:1px solid #e9ecf1;border-radius:16px;padding:16px}
.dash-stats small,.dash-stats strong{display:block}
.dash-stats small{font-size:8.5px;color:#98a2b3}.dash-stats strong{font-size:26px;margin-top:8px}
.dash-orders{background:#fff;border:1px solid #e9ecf1;border-radius:18px;overflow:hidden}
.dash-order{display:grid;grid-template-columns:70px 1fr auto;gap:12px;align-items:center;padding:16px;border-bottom:1px solid #eef1f4}
.dash-order:last-child{border-bottom:0}
.dash-order span{font-size:9px;color:#98a2b3}.dash-order b{font-size:10px}.dash-order em{font-style:normal;font-size:8px;padding:6px 8px;border-radius:999px;background:#fff4c0;color:#8f6b00;font-weight:900}.dash-order em.neutral{background:#eef2f6;color:#657083}
.business-copy p{margin:24px 0}
.check-list{display:grid;gap:15px;margin:28px 0 30px}
.check-list>div{display:flex;gap:12px;align-items:flex-start}
.check-list>div>span{width:25px;height:25px;border-radius:8px;background:var(--yellow);display:grid;place-items:center;font-size:11px;font-weight:950;flex:none}
.check-list p{margin:0}
.check-list strong,.check-list small{display:block}
.check-list strong{font-size:13px;color:var(--navy)}.check-list small{font-size:11px;color:#7b8494;margin-top:3px;line-height:1.45}

.driver-section{padding-top:30px}
.driver-card{
  border-radius:var(--radius-lg);background:linear-gradient(120deg,var(--navy),#17233b);color:#fff;
  min-height:540px;padding:58px;display:grid;grid-template-columns:1fr .82fr;gap:60px;align-items:center;overflow:hidden;position:relative;
}
.driver-card:after{content:"";position:absolute;width:370px;height:370px;border-radius:50%;background:rgba(255,212,74,.1);right:-120px;top:-90px}
.driver-copy{position:relative;z-index:2}
.driver-copy h2{color:#fff}
.driver-copy p{color:#b1bbca;margin:24px 0}
.driver-benefits{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 28px}
.driver-benefits span{border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:8px 11px;font-size:10px;font-weight:850;color:#d4dae5}
.driver-visual{position:relative;height:420px;z-index:2}
.driver-phone{position:absolute;width:250px;height:430px;right:30px;top:5px;background:#fff;border:9px solid #0f1727;border-radius:38px;box-shadow:0 30px 70px rgba(0,0,0,.3);padding:22px 15px;color:var(--ink)}
.driver-phone-top{display:flex;justify-content:space-between;font-size:10px;padding:12px 2px 18px;border-bottom:1px solid #eef1f4}
.driver-phone-top span{color:var(--green)}
.driver-status{margin:18px 0 12px;padding:12px;border-radius:13px;background:#e8f8ef;color:#188149;font-size:10px;font-weight:900}
.driver-request{padding:15px;border-radius:16px;background:var(--navy);color:#fff}
.driver-request small,.driver-request strong,.driver-request span{display:block}
.driver-request small{font-size:8px;color:#9aa6ba}.driver-request strong{font-size:15px;margin:7px 0}.driver-request span{font-size:9px;color:var(--yellow)}
.driver-mini-map{position:absolute;left:15px;right:15px;bottom:18px;height:150px;border-radius:18px;background:linear-gradient(145deg,#edf1f5,#f7f9fb);overflow:hidden}
.route-dash{position:absolute;width:120px;height:65px;border-left:3px dashed var(--yellow-2);border-bottom:3px dashed var(--yellow-2);left:52px;top:34px;border-radius:0 0 0 26px;transform:rotate(-5deg)}
.driver-pin{position:absolute;width:18px;height:18px;border-radius:50%;border:5px solid var(--navy);background:var(--yellow)}
.driver-pin.a{left:43px;top:30px}.driver-pin.b{right:38px;bottom:28px}

.trust-section{background:var(--soft)}
.trust-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.trust-card{background:#fff;border:1px solid #e4e8ee;border-radius:22px;padding:24px;min-height:250px}
.trust-card>span{font-size:10px;font-weight:950;color:#98a2b3}
.trust-card h3{font-size:20px;letter-spacing:-.03em;margin:54px 0 10px;color:var(--navy)}
.trust-card p{font-size:13px;line-height:1.62;color:var(--muted);margin:0}

.faq-section{background:#fff}
.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}
.faq-intro{position:sticky;top:110px}
.faq-intro p{margin:20px 0 0}
.faq-list{border-top:1px solid var(--line)}
.faq-item{border-bottom:1px solid var(--line);padding:0}
.faq-item summary{list-style:none;cursor:pointer;padding:22px 42px 22px 0;font-weight:850;color:var(--navy);position:relative}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:after{content:"+";position:absolute;right:4px;top:20px;width:24px;height:24px;border-radius:50%;background:#f1f3f6;display:grid;place-items:center;font-size:15px;font-weight:500}
.faq-item[open] summary:after{content:"−"}
.faq-item p{margin:0;padding:0 52px 22px 0;color:var(--muted);font-size:13.5px;line-height:1.68}

.cta-section{padding-top:30px}
.cta-card{
  position:relative;overflow:hidden;border-radius:var(--radius-lg);background:var(--navy);color:#fff;
  padding:62px;display:grid;grid-template-columns:1fr auto;gap:50px;align-items:end;
}
.cta-card:after{content:"";position:absolute;width:330px;height:330px;border-radius:50%;background:rgba(255,212,74,.12);right:-90px;top:-110px}
.cta-copy{position:relative;z-index:2}
.cta-copy h2{color:#fff;max-width:780px}
.cta-copy p{color:#b4bece;max-width:700px;margin:22px 0 0}
.cta-actions{position:relative;z-index:2;display:grid;gap:10px;justify-items:end}
.cta-actions span{font-size:10px;color:#8f9bb0}

.site-footer{border-top:1px solid var(--line);padding:54px 0 26px}
.footer-main{display:grid;grid-template-columns:1.5fr .65fr .65fr .75fr;gap:38px}
.brand-footer{display:inline-flex}
.footer-brand p{max-width:330px;color:var(--muted);font-size:13px;line-height:1.6}
.footer-column{display:grid;gap:11px;align-content:start}
.footer-column strong{font-size:12px;color:var(--navy);margin-bottom:5px}
.footer-column a,.footer-column span{font-size:12px;color:#7b8494}
.footer-column a:hover{color:var(--navy)}
.footer-bottom{margin-top:44px;padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;font-size:10px;color:#98a2b3}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:none}
.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .reveal{opacity:1;transform:none;transition:none}
  .btn,.text-link span{transition:none}
  .btn:hover{transform:none}
}

@media (max-width:1080px){
  .nav-links{display:none}
  .menu-toggle{display:block;margin-left:auto}
  .nav-actions{margin-left:auto}
  .hero-grid{grid-template-columns:1fr .9fr;gap:24px}
  .service-grid{grid-template-columns:1fr 1fr}
  .service-card-large{grid-row:span 2}
  .business-grid{gap:40px}
}

@media (max-width:900px){
  .nav-support{display:none}
  .hero-grid,.coverage-grid,.business-grid,.benefits-layout,.faq-grid{grid-template-columns:1fr}
  .hero-grid{padding-top:76px;min-height:auto}
  .hero-copy{max-width:760px}
  .hero-visual{height:590px}
  .hero-proof{max-width:100%}
  .split-head{grid-template-columns:1fr;gap:18px}
  .benefits-copy,.faq-intro{position:static}
  .benefits-layout{gap:36px}
  .coverage-visual{min-height:460px}
  .dashboard-window{max-width:700px;margin:0 auto}
  .business-copy{max-width:720px}
  .driver-card{grid-template-columns:1fr;gap:30px}
  .driver-visual{height:420px}
  .driver-phone{left:50%;right:auto;transform:translateX(-50%)}
  .trust-cards{grid-template-columns:1fr 1fr}
  .persona-panel{grid-template-columns:1fr 1fr}
  .cta-card{grid-template-columns:1fr;align-items:start}
  .cta-actions{justify-items:start}
  .footer-main{grid-template-columns:1.4fr 1fr 1fr}
  .footer-column:last-child{grid-column:2/4}
}

@media (max-width:680px){
  .container{width:min(100% - 28px,1180px)}
  .nav-wrap{height:68px}
  .nav-actions .btn{display:none}
  .hero-grid{padding:62px 0 34px}
  .hero h1{font-size:49px}
  .hero-text{font-size:16px}
  .hero-proof{grid-template-columns:1fr}
  .hero-visual{height:480px}
  .phone-main{width:225px;height:458px;right:4px;border-width:7px;border-radius:34px}
  .phone-secondary{width:175px;height:350px;left:0;border-width:7px;border-radius:32px}
  .floating-badge{transform:scale(.88)}
  .badge-one{right:-22px;top:105px}.badge-two{left:-26px;bottom:86px}
  .phone-content{padding:12px}.phone-content h2{font-size:20px}
  .map-preview{height:115px}
  .hero-bottom{grid-template-columns:1fr 1fr;gap:10px;padding:18px 0}
  .hero-bottom span:last-child{grid-column:1/3}
  .section{padding:80px 0}
  .section-head h2,.benefits-copy h2,.coverage-copy h2,.business-copy h2,.driver-copy h2,.faq-intro h2,.cta-copy h2{font-size:40px}
  .service-grid{grid-template-columns:1fr}
  .service-card-large{min-height:610px}
  .persona-tabs{width:100%;overflow:auto;justify-content:flex-start}
  .persona-tab{white-space:nowrap}
  .persona-panel{grid-template-columns:1fr}
  .step-card{min-height:auto}
  .coverage-visual{min-height:390px}
  .island-card{inset:0}.island-shape{left:18px;right:18px;top:75px;height:190px}.island-info{left:18px;right:18px;bottom:20px}
  .dashboard-window{height:420px;grid-template-columns:54px 1fr}
  .dash-sidebar{padding:16px 10px}
  .dash-main{padding:18px 14px}
  .dash-stats{gap:6px}.dash-stats div{padding:10px}.dash-stats strong{font-size:20px}
  .dash-order{grid-template-columns:52px 1fr;gap:8px}.dash-order em{display:none}
  .driver-card{padding:36px 24px;border-radius:28px}
  .trust-cards{grid-template-columns:1fr}
  .trust-card{min-height:auto}
  .trust-card h3{margin-top:34px}
  .cta-card{padding:40px 26px;border-radius:28px}
  .footer-main{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:1/3}
  .footer-column:last-child{grid-column:auto}
  .footer-bottom{flex-direction:column}
}

@media (max-width:430px){
  .hero h1{font-size:44px}
  .hero-visual{height:440px}
  .phone-main{width:205px;height:430px}
  .phone-secondary{width:150px;height:320px}
  .merchant-screen h3{font-size:16px}
  .floating-badge{display:none}
  .service-card{padding:24px}
  .service-card-large{min-height:580px}
  .section-head h2,.benefits-copy h2,.coverage-copy h2,.business-copy h2,.driver-copy h2,.faq-intro h2,.cta-copy h2{font-size:37px}
}
