:root{--primary: #2563eb;--text: #0f172a;--muted: #475569;--bg: #ffffff;--surface: #ffffff;--border: #e2e8f0;--shadow: 0 10px 25px rgba(15, 23, 42, .1);font-family:Poppins,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;color:var(--text);background:var(--bg);font-family:Poppins,sans-serif}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 16px}.header{position:fixed;top:0;left:0;right:0;height:64px;background:var(--bg);border-bottom:1px solid var(--border);display:flex;align-items:center;z-index:20}.header-inner{display:flex;align-items:center;justify-content:space-between}.header-nav{display:none;gap:16px;margin:0;padding:0;list-style:none}.header-nav a{display:inline-block;padding:8px 10px;font-weight:600;border-radius:10px}.header-nav a:hover{background:#f1f5f9}.brand{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;color:var(--text)}.menu-btn{width:40px;height:40px;border:none;border-radius:10px;display:grid;place-items:center;background:var(--bg)}.drawer-overlay{position:fixed;inset:0;background:#0f172a59;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:29}.drawer-overlay.open{opacity:1;pointer-events:auto}.drawer{position:fixed;top:0;right:0;height:100%;width:min(82vw,320px);background:var(--surface);border-left:1px solid var(--border);box-shadow:var(--shadow);transform:translate(100%);transition:transform .25s ease;z-index:30;display:flex;flex-direction:column}.drawer.open{transform:translate(0)}.drawer-header{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--border)}.close-btn{width:36px;height:36px;border:1px solid var(--border);border-radius:10px;background:var(--bg);font-size:20px;line-height:1}.drawer-list{list-style:none;margin:0;padding:12px;display:grid;gap:8px}.drawer-list a{display:block;padding:12px 10px;border:1px solid var(--border);border-radius:12px;background:var(--bg);font-weight:600}.hero{position:relative;padding-top:64px;margin-bottom:48px}.hero-media{width:100%;height:clamp(240px,38vh,420px);min-height:260px;background:#eef2f6}.hero-media img{width:100%;height:100%;object-fit:cover;display:block}.hero .container{position:relative;margin-top:-56px;display:flex;justify-content:flex-start}.hero .form-card{z-index:2}.form-card{width:100%;max-width:420px;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);padding:18px;margin:16px}.form-row{display:grid;gap:12px}.label{display:block;font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin-bottom:6px}.input,.select{width:100%;height:44px;border:1px solid var(--border);border-radius:12px;padding:0 12px;font-size:14px;color:var(--text);background:var(--bg)}.button{appearance:none;width:100%;height:48px;border:none;border-radius:12px;font-weight:600;font-size:14px;color:#fff;background:var(--primary)}.steps{padding:48px 0 64px}.steps-header{text-align:center;margin-bottom:8px}.steps-sub{text-align:center;color:var(--muted);margin-bottom:28px}.step-list{display:grid;gap:28px}.step{display:grid;justify-items:center;text-align:center;gap:8px}.step-title{margin:0;font-weight:700}.step-text{margin:0;color:var(--muted);max-width:420px}.section{padding:24px 0 64px}.section-title{margin:0 0 6px;font-size:24px}.section-subtitle{margin:0 0 20px;color:var(--muted)}.fleet-grid{display:grid;gap:18px}.card{border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.card-media{position:relative;height:180px;background:#e5eef9}.card-media img{width:100%;height:100%;object-fit:cover;display:block}.dots{display:flex;justify-content:center;gap:6px;padding:8px 0 4px}.dot{width:8px;height:8px;border-radius:50%;border:1px solid var(--border);background:#dbe4ef}.dot.active{background:var(--primary);border-color:var(--primary)}.badge{position:absolute;top:10px;right:10px;padding:6px 10px;font-size:12px;font-weight:600;background:#eef4ff;color:#1d4ed8;border-radius:999px;border:1px solid var(--border)}.badge-alt{background:#ecfdf5;color:#059669}.card-body{padding:14px}.card-title{margin:0 0 8px;font-size:18px}.specs{display:flex;flex-wrap:wrap;gap:10px 14px;color:var(--muted);margin-bottom:12px}.specs span{display:inline-flex;align-items:center;gap:6px}.price-row{display:flex;align-items:center;justify-content:space-between}.price strong{font-size:20px}.price span{color:var(--muted);margin-left:4px}.chip{height:36px;padding:0 12px;border-radius:10px;border:1px solid var(--border);background:var(--bg);font-weight:600}.cta{display:grid;place-items:center;min-height:220px}.cta-body{display:grid;justify-items:center;gap:8px;text-align:center}.cta-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#e7eef9;color:var(--primary)}.testimonial-grid{display:grid;gap:16px}.testimonial-card{border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:var(--shadow);padding:16px}.stars{display:flex;gap:4px;color:#f59e0b;margin-bottom:8px}.quote{margin:0 0 12px;color:var(--text)}.author{display:flex;align-items:center;gap:10px;color:var(--muted)}.avatar{width:40px;height:40px;border-radius:50%;background:#eef2f6;display:grid;place-items:center;font-weight:600}.faq{padding:32px 0 56px}.accordion{display:grid;gap:10px}.accordion-item{border:1px solid var(--border);border-radius:12px;background:var(--surface);box-shadow:var(--shadow)}.accordion-trigger{width:100%;height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;background:transparent;border:0;font-weight:600}.chev{transition:transform .2s ease}.chev.open{transform:rotate(180deg)}.accordion-panel{padding:12px 14px 16px;color:var(--muted)}.footer{padding:40px 0 56px;border-top:1px solid var(--border);background:var(--surface)}.footer-grid{display:grid;gap:18px}.footer-title{font-weight:700;margin-bottom:8px}.footer-blurb{margin:8px 0 10px;color:var(--muted)}.social{display:flex;gap:8px}.social-btn{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--border);background:var(--bg);border-radius:10px}.footer-list{list-style:none;margin:0;padding:0;display:grid;gap:6px}.subscribe{display:grid;grid-template-columns:1fr auto;gap:8px;margin-bottom:6px}small.muted{color:var(--muted)}.terms{padding:72px 0 56px}.terms .container{max-width:760px}.terms-head{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;margin-bottom:12px}.back-link{width:40px;height:40px;border:1px solid var(--border);border-radius:12px;background:var(--bg);font-size:18px;display:grid;place-items:center}.terms-title{margin:0;font-size:24px}.terms-updated{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:14px}.terms-chips{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 10px}.chip-blue{background:#eef4ff;border-color:#dbe7ff;color:#1d4ed8}.terms-card{border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:var(--shadow);padding:14px;margin:10px 0}.terms-card-title{display:flex;align-items:center;gap:10px;font-weight:700;margin-bottom:8px}.terms-card-title .num{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#e7eef9;color:var(--primary);font-weight:700}.terms-list{margin:0;padding:0;list-style:none;display:grid;gap:8px;color:var(--muted)}.terms-list li{position:relative;padding-left:26px}.terms-list li:before{content:"";position:absolute;left:0;top:8px;width:12px;height:12px;border-radius:50%;background:#e7eef9;box-shadow:inset 0 0 0 3px var(--primary)}.badge.green{background:#ecfdf5;color:#059669}.badge.amber{background:#fffbeb;color:#d97706}.badge.red{background:#fef2f2;color:#dc2626}.terms-actions{display:grid;gap:10px;margin-top:14px}.about-hero{position:relative;padding-top:64px}.about-hero-media{width:100%;height:clamp(260px,44vh,520px);background:#0b2530}.about-hero-media img{width:100%;height:100%;object-fit:cover;display:block;opacity:.7}.about-hero-overlay{position:absolute;inset:64px 0 auto;width:100%;display:grid;place-items:center;pointer-events:none}.about-hero-inner{max-width:760px;margin:0 auto;padding:36px 16px 0;text-align:center;pointer-events:auto;color:#fff}.about-hero-title{margin:8px 0;font-size:clamp(26px,4vw,36px)}.about-hero-sub{margin:0 0 14px;color:#e2e8f0}.about-hero-actions{display:inline-flex;gap:10px;justify-content:center}.chip-outline{background:transparent;border:1px solid var(--border)}.about-card{border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:var(--shadow);padding:16px}.about-card-head{display:flex;align-items:center;gap:8px;margin-bottom:6px}.about-paragraph{color:var(--muted)}.about-bullets{margin:12px 0 0;padding:0;list-style:none;display:grid;gap:8px;color:var(--text)}.about-bullets li{position:relative;padding-left:18px}.about-bullets li:before{content:"";position:absolute;left:0;top:10px;width:8px;height:8px;border-radius:50%;background:#c7d2fe}.stats-row{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:14px}.stat{border:1px solid var(--border);border-radius:12px;padding:12px;text-align:center;background:var(--bg)}.stat-num{font-size:22px;font-weight:700}.stat-sub{color:var(--muted)}.about-image-card{margin-top:12px;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:#e7eef9}.about-image-card img{width:100%;height:280px;object-fit:cover;display:block}.team-grid{display:grid;gap:14px}.team-card{border:1px solid var(--border);border-radius:14px;overflow:hidden;background:var(--surface);box-shadow:var(--shadow);padding:0 0 12px;width:100%;max-width:360px;margin:0 auto}.team-photo{width:100%;aspect-ratio:1 / 1;height:auto;object-fit:cover;object-position:center top;display:block;background:#eef2f6}.team-name{margin:10px 12px 4px;font-weight:700}.team-role{margin:0 12px;color:var(--muted)}.team-carousel{position:relative}.carousel-viewport{overflow:hidden;border-radius:14px}.carousel-track{display:flex;transition:transform .3s ease-in-out}.team-slide{min-width:100%;padding:2px;box-sizing:border-box;display:grid;place-items:center}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid var(--border);background:var(--bg);box-shadow:var(--shadow);display:grid;place-items:center;font-size:20px}.carousel-btn.left{left:8px}.carousel-btn.right{right:8px}.logo-card{border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:var(--shadow);padding:16px}.logo-title{font-weight:700;margin-bottom:10px}.logo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.logo-chip{display:inline-flex;align-items:center;justify-content:center;height:40px;border:1px solid var(--border);border-radius:12px;background:var(--bg);font-weight:600}.cta-banner{border-radius:16px;background:#1d4ed8;color:#fff;padding:18px;display:grid;gap:12px}.cta-actions{display:flex;gap:10px;flex-wrap:wrap}@media(min-width:840px){.team-grid{grid-template-columns:repeat(3,1fr)}.logo-grid{grid-template-columns:repeat(4,1fr)}.about-image-card img{height:340px}.team-slide{padding:8px}}.contact-hero{position:relative;padding-top:64px}.contact-hero img{width:100%;height:clamp(220px,40vh,420px);object-fit:cover;display:block}.contact-hero-overlay{position:absolute;inset:64px 0 auto;width:100%;display:grid;place-items:center}.contact-hero-inner{width:100%;max-width:760px;padding:24px 16px 0;color:#fff;text-align:left}.contact-title{margin:8px 0 6px;font-size:28px}.contact-sub{margin:0;color:#e2e8f0}.contact{padding:0 0 56px}.contact-grid{display:grid;gap:14px;margin-top:14px}.contact-cards{display:grid;gap:10px}.info-card{border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:var(--shadow);padding:14px;display:grid;gap:6px}.info-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#eef4ff;color:#1d4ed8;font-size:18px}.info-title{font-weight:700}.info-sub{color:var(--muted)}.contact-form-card{border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:var(--shadow);padding:14px}.contact-form-head{font-weight:700;margin-bottom:8px}.contact-form{display:grid;gap:8px}.contact-form label{font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.textarea{width:100%;border:1px solid var(--border);border-radius:12px;padding:10px 12px;font-size:14px;color:var(--text);background:var(--bg);resize:vertical}.contact-social{border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:var(--shadow);padding:14px}.social-list{display:grid;gap:8px}.social-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;border:1px solid var(--border);border-radius:12px;background:var(--bg);padding:10px}.social-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#eef4ff;color:#1d4ed8;font-weight:700;text-transform:uppercase}.social-title{font-weight:700}.social-sub{color:var(--muted)}.contact-map{border:1px solid var(--border);border-radius:14px;overflow:hidden;background:var(--surface);box-shadow:var(--shadow);height:280px}.contact-map img,.contact-map iframe{width:100%;height:100%;object-fit:cover;display:block}@media(min-width:880px){.contact-grid{grid-template-columns:1fr 1fr;grid-auto-rows:auto}.contact-cards{grid-template-columns:repeat(3,1fr)}.contact-map{grid-column:1 / -1;height:360px}}@media(min-width:640px){.form-row{grid-template-columns:1fr 1fr}.form-row>button.button{grid-column:1 / -1}.step-list,.fleet-grid,.testimonial-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.2fr 1fr 1fr 1.2fr}}@media(min-width:900px){.hero{min-height:68vh}.hero-media{height:52vh}.hero .container{margin-top:-72px;justify-content:flex-start}.header-nav{display:flex}.menu-btn{display:none}.form-card{max-width:460px;padding:20px}.section{padding:32px 0 72px}.steps-header{font-size:28px}.steps-sub{max-width:640px}.form-card{max-width:100%}.form-row{grid-template-columns:1.2fr 1.2fr 1fr 1.2fr 1.2fr 1fr .9fr auto;align-items:end;gap:12px}.form-row>button.button{grid-column:auto;width:auto;padding:0 18px;height:44px;white-space:nowrap}.step-list{grid-template-columns:repeat(3,1fr);gap:18px}.steps-header,.steps-sub{text-align:center}.fleet-grid,.testimonial-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1200px){.container{max-width:1240px}.hero-media{height:56vh}.hero .container{margin-top:-84px}.card-media{height:240px}.section-title{font-size:30px}}@media(max-width:639px){.hero .container{justify-content:center}}.trust{padding:24px 0 56px}.trust-grid{display:grid;gap:16px}.driver-card{border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.driver-media{position:relative;height:240px;background:#e7eef9}.driver-media img{width:100%;height:100%;object-fit:cover;display:block}.badge-pill{position:absolute;left:12px;bottom:12px;display:grid;gap:2px;padding:8px 10px;border-radius:999px;background:#fff;color:var(--text);border:1px solid var(--border);box-shadow:var(--shadow);min-width:180px}.badge-title{display:inline-flex;align-items:center;gap:6px;font-weight:700;font-size:12px}.badge-title svg{color:#10b981}.badge-sub{font-size:11px;color:var(--muted)}.trust-content{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:16px}.trust-title{margin:0 0 10px;font-size:20px}.trust-list{margin:0;padding:0;list-style:none;display:grid;gap:10px}.trust-item{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:10px;color:var(--text)}.trust-icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#e7eef9;color:var(--primary)}.trust-item-title{font-weight:700}.trust-item-sub{color:var(--muted);font-size:14px}@media(min-width:900px){.trust-grid{grid-template-columns:420px 1fr;align-items:stretch}.driver-media{height:320px}}
