@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --background: #ffffff;
  --surface: #ffffff;
  --surface-soft: #f9fafb;
  --surface-orange: #fff7ed;
  --foreground: #111827;
  --text-secondary: #6b7280;
  --text-muted: #9ca3af;
  --primary: #FC5B04;
  --primary-dark: #FC5B04;
  --primary-light: #fb923c;
  --border: #e5e7eb;
  --success: #22c55e;
  --shadow-sm: 0 2px 8px rgba(17,24,39,.06);
  --shadow-md: 0 12px 34px rgba(17,24,39,.08);
  --radius-sm: 12px;
  --radius: 18px;
  --radius-lg: 28px;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:84px}
body{font-family:'Manrope',sans-serif;background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;line-height:1.5}
a{text-decoration:none;color:inherit} ul{list-style:none} img{max-width:100%;display:block}
.content-max{max-width:1180px;margin:0 auto}.section-padding{padding:6rem 1.25rem}

/* Navbar */
.navbar{position:fixed;inset:0 0 auto;z-index:50;background:#FC5B04;backdrop-filter:blur(16px);border-bottom:1px solid rgba(229,231,235,.8)}
.navbar-inner{height:76px;max-width:1180px;margin:auto;padding:0 1.25rem;display:flex;align-items:center;justify-content:space-between}
.navbar-logo,.footer-brand{display:flex;align-items:center;gap:.6rem;font-size:1.45rem;font-weight:800;letter-spacing:-.04em;color:var(--foreground)}
.logo-dot{color:var(--primary)}
.navbar-links{display:flex;align-items:center;gap:1.7rem}.navbar-links a{font-size:.875rem;font-weight:600;color:#4b5563;transition:.2s}.navbar-links a:hover{color:var(--foreground)}
.navbar-cta,.btn-primary,.btn-submit{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;background:var(--primary);color:#fff!important;border-radius:12px;padding:.78rem 1.25rem;font-weight:700;border:0;transition:.2s;box-shadow:none}
.navbar-cta:hover,.btn-primary:hover,.btn-submit:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 8px 18px rgba(249,115,22,.18)}
.navbar-toggle{display:none;background:none;border:0}.navbar-toggle svg{width:25px;stroke:var(--foreground);fill:none;stroke-width:2;stroke-linecap:round}
.navbar-mobile{display:none;background:#fff;padding:1rem 1.25rem 1.5rem;border-top:1px solid var(--border);flex-direction:column;gap:1rem}.navbar-mobile.open{display:flex}.navbar-mobile a{font-weight:600;color:#4b5563}

/* Hero */
.hero{min-height:92vh;padding-top:76px;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#fffaf6 100%)}
.hero::after{content:'';position:absolute;width:520px;height:520px;border-radius:50%;right:-220px;top:60px;background:rgba(249,115,22,.06);filter:blur(2px)}
.glow-particle,.hero-circles{display:none}
.hero-content{position:relative;z-index:2;max-width:1180px;width:100%;margin:auto;padding:5.5rem 1.25rem;display:grid;grid-template-columns:1.15fr .85fr;gap:5rem;align-items:center}
.hero-badge,.pill-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--surface-orange);color:var(--primary-dark);border:1px solid #fed7aa;border-radius:999px;padding:.45rem .85rem;font-size:.78rem;font-weight:700;margin-bottom:1.5rem}
.pulse-dot{width:7px;height:7px;border-radius:50%;background:var(--primary)}
.hero h1{font-size:clamp(2.65rem,5vw,4.7rem);line-height:1.03;letter-spacing:-.055em;max-width:720px;margin-bottom:1.6rem;color:var(--foreground);font-weight:800}
.hero-lead{font-size:1.25rem!important;font-weight:700!important;color:#374151!important;max-width:38rem!important;margin-bottom:.9rem!important}
.hero p{color:var(--text-secondary);font-size:1.05rem;line-height:1.75;max-width:39rem;margin-bottom:2rem;font-weight:400}
.hero-btns{display:flex;flex-wrap:wrap;gap:.8rem}.btn-primary{padding:.95rem 1.4rem;border-radius:12px}.btn-outline{display:inline-flex;align-items:center;gap:.55rem;padding:.92rem 1.35rem;border:1px solid var(--border);border-radius:12px;color:var(--foreground);font-weight:700;background:#fff;transition:.2s}.btn-outline:hover{border-color:#fdba74;background:var(--surface-orange)}.btn-outline svg{width:16px}
.hero-card{display:flex;justify-content:center}.hero-card-inner{width:100%;max-width:360px;padding:2.4rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);text-align:left}
.hero-card-icon{width:58px;height:58px;border-radius:16px;background:var(--surface-orange);display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.hero-card-icon svg{width:29px;stroke:var(--primary);fill:none;stroke-width:1.8}
.hero-card-inner p:first-of-type{font-size:1.2rem;font-weight:800;color:var(--foreground);margin-bottom:.4rem}.hero-card-inner p:last-of-type{font-size:.93rem;color:var(--text-secondary);margin:0}.hero-progress{height:7px;border-radius:99px;background:#f3f4f6;margin-top:1.8rem;overflow:hidden}.hero-progress span{display:block;width:78%;height:100%;background:var(--primary);border-radius:99px}.hero-progress-label{font-size:.7rem!important;text-transform:uppercase;letter-spacing:.08em;margin-top:.65rem!important;color:var(--text-muted)!important}

/* Shared */
.section-eyebrow,.about-eyebrow{color:var(--primary-dark);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}.section-eyebrow{text-align:center}
.section-title{font-size:clamp(2rem,3.5vw,3.25rem);line-height:1.1;letter-spacing:-.04em;font-weight:800;text-align:center;color:var(--foreground);margin-bottom:1rem}.section-sub{max-width:650px;margin:0 auto 3.2rem;text-align:center;color:var(--text-secondary);font-size:1.04rem;line-height:1.7}
.reveal{opacity:0;transform:translateY(18px);transition:.65s ease}.reveal.visible{opacity:1;transform:none}

/* Highlights */
.highlights-section{padding:2.8rem 0;background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border);overflow:hidden}.highlights-label{text-align:center;color:var(--text-muted);font-size:.73rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin-bottom:1.7rem}.chips-track-wrapper{overflow:hidden}.chips-track{display:flex;gap:.85rem;width:max-content;animation:scrollChips 28s linear infinite}.chip-item{display:flex;align-items:center;gap:.55rem;height:45px;padding:0 1.1rem;border:1px solid var(--border);border-radius:999px;background:#fff;color:#374151;font-size:.84rem;font-weight:700;white-space:nowrap}.chip-dot{width:6px;height:6px;background:var(--primary);border-radius:50%}@keyframes scrollChips{to{transform:translateX(-50%)}}

/* About */
.about-snippet{background:var(--surface-soft);color:var(--foreground)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about-snippet h2,.driver-spotlight h2{font-size:clamp(2rem,3.7vw,3.2rem);line-height:1.12;letter-spacing:-.045em;font-weight:800;margin-bottom:1.4rem}.about-snippet .about-grid>div>p{color:var(--text-secondary);line-height:1.75;margin-bottom:1rem}
.glass-card-dark,.glass-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);backdrop-filter:none}.about-feature-card{padding:2rem}.feature-row{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.feature-row:first-child{padding-top:0}.feature-row:last-child{border-bottom:0;padding-bottom:0}.feature-icon-wrap{width:44px;height:44px;border-radius:12px;background:var(--surface-orange);display:grid;place-items:center}.feature-row strong{display:block;margin-bottom:.15rem}.feature-row span{font-size:.87rem;color:var(--text-secondary)}
.vm-row{margin-top:2.2rem;display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.vm-box{padding:2rem}.vm-box .icon{font-size:1.6rem;margin-bottom:.8rem}.vm-box h3{font-size:1.1rem;margin-bottom:.55rem}.vm-box p{color:var(--text-secondary);line-height:1.7;font-size:.92rem}

/* Values and services */
.values-section,.services-section{background:#fff}.values-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.value-card,.service-card,.why-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:none;transition:.2s}.value-card{padding:1.6rem;text-align:left}.value-card:hover,.service-card:hover,.why-card:hover{transform:translateY(-3px);border-color:#fdba74;box-shadow:var(--shadow-sm)}.value-card .icon{font-size:1.55rem;margin-bottom:1rem}.value-card h3{font-size:1rem;margin-bottom:.45rem}.value-card p,.service-card p,.why-card p{color:var(--text-secondary);font-size:.88rem;line-height:1.65}
.services-section{background:var(--surface-soft)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.service-card{padding:1.7rem;height:100%;display:flex;flex-direction:column}.service-soon{align-self:flex-start;background:var(--surface-orange);color:var(--primary-dark);border-radius:999px;padding:.26rem .65rem;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem}.service-icon{width:46px;height:46px;border-radius:12px;background:#fff7ed;display:grid;place-items:center;font-size:1.35rem;margin-bottom:1.1rem}.service-card h3{font-size:1.08rem;margin-bottom:.5rem}.service-list{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.service-list li{font-size:.82rem;color:var(--text-secondary);display:flex;gap:.5rem}.service-list .dot{color:var(--primary);font-size:.55rem;margin-top:.3rem}

/* Driver */
.driver-spotlight{background:#fff}.driver-spotlight-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:5rem;align-items:center}.driver-spotlight>div p{color:var(--text-secondary);line-height:1.75;max-width:620px}.driver-check-list{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;margin:1.7rem 0 2rem}.driver-check-list li{display:flex;align-items:center;gap:.55rem;font-size:.92rem;font-weight:700}.check{width:22px;height:22px;border-radius:50%;background:#dcfce7;color:#15803d;display:grid;place-items:center;font-size:.72rem}.btn-light{display:inline-flex;background:var(--primary);color:#fff;padding:.9rem 1.35rem;border-radius:12px;font-weight:700}.driver-spotlight-card{padding:2.4rem;background:var(--surface-orange);border-color:#fed7aa;text-align:left}.driver-spotlight-card .icon{font-size:2rem;margin-bottom:1rem}.driver-spotlight-card h4{font-size:1.25rem;margin-bottom:.5rem}.driver-spotlight-card p{font-size:.92rem}

/* Why */
.why-section{background:var(--surface-soft);color:var(--foreground)}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.why-card{padding:2rem;text-align:left}.why-card .icon{font-size:1.8rem;margin-bottom:1rem}.why-card h3{font-size:1.08rem;margin-bottom:.6rem}

/* Signup */
.cta-banner{background:#fff;text-align:center}.cta-banner h2,.contact-section h2{font-size:clamp(2rem,3.5vw,3rem);letter-spacing:-.04em;margin-bottom:1rem}.cta-banner>.content-max>p{color:var(--text-secondary);max-width:650px;margin:0 auto 3rem;line-height:1.7}.signup-card{max-width:760px;margin:auto;padding:2.2rem;text-align:left}.signup-form{display:flex;flex-direction:column;gap:1.15rem}.signup-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.signup-form label{font-size:.8rem;font-weight:700;margin-bottom:.4rem;display:block}.signup-form input{width:100%;height:48px;border:1px solid #d1d5db;border-radius:12px;padding:0 .9rem;font:inherit;font-size:.9rem;background:#fff}.signup-form input:focus{outline:0;border-color:var(--primary);box-shadow:0 0 0 3px rgba(249,115,22,.12)}.role-toggle{display:flex;gap:.7rem}.role-option{flex:1;border:1px solid var(--border);border-radius:12px;padding:.85rem;text-align:center;font-size:.85rem;font-weight:700;color:var(--text-secondary);cursor:pointer}.role-option input{display:none}.role-option.active{border-color:#fdba74;background:var(--surface-orange);color:var(--primary-dark)}.btn-submit{align-self:flex-start;padding:.9rem 1.4rem}.signup-note{font-size:.78rem;color:var(--text-muted)}

/* Contact & footer */
.contact-section{text-align:center;background:var(--surface-soft)}.contact-links{display:flex;justify-content:center;gap:.8rem;flex-wrap:wrap}.contact-pill{padding:.8rem 1.1rem;border:1px solid var(--border);border-radius:12px;background:#fff;font-size:.88rem;font-weight:700}.contact-pill:hover{border-color:#fdba74}
.footer{background:#fff;color:var(--foreground);border-top:1px solid var(--border);padding-top:4.5rem;padding-bottom:2rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-tagline,.footer-col a,.footer-col .text-item{color:var(--text-secondary);font-size:.84rem;line-height:1.7}.footer-tagline{margin-top:1rem;max-width:380px}.footer-col h4{font-size:.85rem;margin-bottom:.9rem}.footer-col li{margin-bottom:.5rem}.footer-col a:hover{color:var(--primary-dark)}.footer-bottom{padding-top:1.5rem;border-top:1px solid var(--border);text-align:center}.footer-bottom p{font-size:.75rem;color:var(--text-muted)}

.toast{position:fixed;right:2rem;bottom:2rem;padding:1rem 1.3rem;border-radius:12px;color:#fff;font-weight:700;opacity:0;transform:translateY(15px);transition:.3s;z-index:99}.toast.show{opacity:1;transform:none}.toast.success{background:#16a34a}.toast.error{background:#dc2626}

@media(max-width:1000px){.navbar-links{display:none}.navbar-toggle{display:block}.hero-content,.about-grid,.driver-spotlight-grid{grid-template-columns:1fr;gap:3rem}.hero{min-height:auto}.hero-card{justify-content:flex-start}.services-grid{grid-template-columns:1fr 1fr}.values-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.section-padding{padding:4.5rem 1rem}.hero-content{padding:4rem 1rem}.hero h1{font-size:2.65rem}.hero-btns{flex-direction:column}.hero-btns a{width:100%;text-align:center;justify-content:center}.services-grid,.values-grid,.vm-row,.signup-row,.footer-grid{grid-template-columns:1fr}.driver-check-list{grid-template-columns:1fr}.role-toggle{flex-direction:column}.signup-card{padding:1.35rem}.navbar-inner{padding:0 1rem}.toast{left:1rem;right:1rem;bottom:1rem}}
