:root {
    --ink: #070b14;
    --ink-soft: #0d1422;
    --surface: #111827;
    --surface-light: #f4f7fa;
    --white: #f8fafc;
    --muted: #a8b2c3;
    --text: #172033;
    --text-muted: #687386;
    --teal: #168bff;
    --teal-dark: #006fdc;
    --orange: #ff6900;
    --violet: #00c8ff;
    --line: rgba(255,255,255,.11);
    --radius: 22px;
    --shadow: 0 28px 70px rgba(4,9,20,.2);
    --font-display: "Space Grotesk", sans-serif;
    --font-body: "Manrope", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 1000; padding: 12px 18px; color: var(--ink); background: var(--teal); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .3s, border-color .3s, backdrop-filter .3s; }
.site-header.scrolled { background: rgba(7,11,20,.82); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; padding: 4px 0; }
.brand img { width: 192px; height: auto; filter: drop-shadow(0 7px 20px rgba(0,0,0,.2)); }
.main-nav { display: flex; align-items: center; gap: 30px; color: #c4ccda; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; transition: color .2s; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--teal); transition: right .25s; }
.main-nav > a:hover { color: var(--white); }
.main-nav > a:hover::after { right: 0; }
.nav-cta { padding: 11px 18px; color: var(--ink); background: var(--teal); border-radius: 10px; transition: transform .2s, box-shadow .2s; }
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(22,139,255,.28); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 1px solid var(--line); border-radius: 10px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--white); transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 100vh; overflow: hidden; padding: 165px 0 62px; color: var(--white); background: radial-gradient(circle at 50% -20%, #15213b 0, var(--ink) 52%); }
.hero-grid, .driver-grid { position: absolute; inset: 0; opacity: .3; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.hero-glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; filter: blur(100px); opacity: .12; pointer-events: none; }
.hero-glow-one { top: 2%; right: 5%; background: var(--violet); }
.hero-glow-two { left: -15%; bottom: -30%; background: var(--teal); }
.hero-layout { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 66px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #c5cedd; font-size: 12px; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; }
.eyebrow i { width: 7px; height: 7px; background: var(--teal); border-radius: 50%; box-shadow: 0 0 16px var(--teal); }
.hero h1, .section h2, .driver-section h2 { margin: 22px 0; font-family: var(--font-display); letter-spacing: -.045em; line-height: 1.02; }
.hero h1 { max-width: 650px; font-size: clamp(48px, 6vw, 78px); }
.hero h1 span { color: transparent; background: linear-gradient(95deg, var(--teal), #39b9ff 48%, #00d8ff); -webkit-background-clip: text; background-clip: text; }
.hero-copy > p { max-width: 590px; margin: 0; color: var(--muted); font-size: 18px; }
.hero-actions, .driver-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 13px 22px; border: 1px solid transparent; border-radius: 11px; font-size: 14px; font-weight: 800; transition: transform .2s, border-color .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--teal-dark); box-shadow: 0 15px 35px rgba(22,139,255,.2); }
.button-primary:hover { background: #087ce9; box-shadow: 0 18px 40px rgba(22,139,255,.3); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.03); }
.button-ghost:hover { border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.07); }
.button-orange { color: var(--ink); background: var(--orange); }
.button-orange:hover { background: #ff9d5d; box-shadow: 0 15px 35px rgba(255,138,61,.2); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; margin: 30px 0 0; padding: 0; color: #bec7d5; font-size: 12px; list-style: none; }
.hero-proof span { margin-right: 5px; color: var(--teal); }

.hero-visual { position: relative; min-height: 480px; display: grid; place-items: center; perspective: 1000px; }
.dashboard-card { position: relative; z-index: 2; width: 100%; max-width: 590px; overflow: hidden; background: rgba(15,23,39,.9); border: 1px solid rgba(255,255,255,.14); border-radius: 20px; box-shadow: 0 45px 100px rgba(0,0,0,.52), 0 0 0 1px rgba(22,139,255,.06) inset; transform: rotateY(-7deg) rotateX(3deg); backdrop-filter: blur(20px); }
.dashboard-topbar { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid var(--line); color: #b8c2d1; font-size: 11px; font-weight: 700; }
.mini-brand, .live { display: flex; align-items: center; gap: 8px; }
.mini-brand i { width: 16px; height: 7px; border: 2px solid var(--teal); border-radius: 50%; }
.live { color: var(--teal); }
.live i { width: 6px; height: 6px; background: currentColor; border-radius: 50%; box-shadow: 0 0 10px currentColor; animation: pulse 2s infinite; }
.dashboard-body { padding: 14px; }
.map-panel { position: relative; overflow: hidden; background: linear-gradient(135deg, #0b1321, #101b2d); border: 1px solid rgba(255,255,255,.07); border-radius: 14px; }
.map-panel svg { display: block; width: 100%; height: auto; }
.map-lines path { fill: none; stroke: rgba(151,166,190,.11); stroke-width: 2; }
.route-line { fill: none; stroke: url(#route); stroke-width: 5; stroke-linecap: round; stroke-dasharray: 8 10; filter: url(#routeGlow); animation: routeMove 10s linear infinite; }
.route-point { fill: #101827; stroke: var(--teal); stroke-width: 4; }
.route-pulse { fill: var(--teal); filter: url(#routeGlow); }
.route-end { fill: var(--violet); filter: url(#routeGlow); }
.map-badge { position: absolute; top: 18px; left: 18px; display: flex; flex-direction: column; padding: 10px 13px; background: rgba(7,11,20,.78); border: 1px solid var(--line); border-radius: 9px; backdrop-filter: blur(12px); }
.map-badge span { color: var(--teal); font-size: 9px; font-weight: 800; letter-spacing: 1px; }
.map-badge strong { margin-top: 2px; font-size: 11px; }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 10px; }
.metric-row > div { padding: 11px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.06); border-radius: 9px; }
.metric-row span, .metric-row strong { display: block; }
.metric-row span { margin-bottom: 3px; color: #78849a; font-size: 8px; text-transform: uppercase; }
.metric-row strong { font-size: 10px; }
.metric-row .status-ok { color: var(--teal); }
.orbit { position: absolute; border: 1px solid rgba(22,139,255,.18); border-radius: 50%; }
.orbit-one { width: 530px; height: 530px; animation: spin 30s linear infinite; }
.orbit-two { width: 390px; height: 390px; border-style: dashed; border-color: rgba(0,200,255,.2); animation: spin 22s linear infinite reverse; }
.floating-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 11px 14px; background: rgba(13,20,34,.93); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 15px 40px rgba(0,0,0,.35); backdrop-filter: blur(12px); animation: float 5s ease-in-out infinite; }
.floating-chip > span { width: 30px; height: 30px; display: grid; place-items: center; color: var(--ink); background: var(--teal); border-radius: 8px; font-weight: 900; }
.floating-chip small, .floating-chip strong { display: block; }
.floating-chip small { color: #78849a; font-size: 8px; text-transform: uppercase; }
.floating-chip strong { color: var(--white); font-size: 10px; }
.chip-route { top: 52px; right: -12px; }
.chip-arrival { bottom: 54px; left: -18px; animation-delay: -2.5s; }
.chip-arrival > span { color: var(--white); background: var(--violet); }

.trust-strip { position: relative; display: grid; grid-template-columns: 250px 1fr; gap: 30px; align-items: center; margin-top: 95px; padding-top: 30px; border-top: 1px solid var(--line); }
.trust-strip > span { color: #738097; font-size: 11px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; }
.trust-logos { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.trust-logos img { width: 64px; height: 45px; object-fit: contain; filter: none; opacity: 1; transition: transform .2s; }
.trust-logos img:hover { transform: translateY(-2px); }

.section { padding: 120px 0; }
.section-light { background: var(--surface-light); }
.section-heading { max-width: 690px; margin-bottom: 55px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.eyebrow-dark { color: var(--teal-dark); }
.section h2, .driver-section h2 { font-size: clamp(38px, 5vw, 62px); }
.section-heading h2 { margin-bottom: 20px; }
.section-heading p, .platform-copy > p, .contact-copy > p { color: var(--text-muted); font-size: 17px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.benefit-card { position: relative; min-height: 330px; padding: 32px; overflow: hidden; background: #fff; border: 1px solid #e3e8ee; border-radius: var(--radius); transition: transform .25s, box-shadow .25s, border-color .25s; }
.benefit-card:hover { transform: translateY(-7px); border-color: rgba(22,139,255,.55); box-shadow: var(--shadow); }
.card-number { position: absolute; top: 20px; right: 25px; color: #e6ebef; font: 700 50px/1 var(--font-display); }
.icon-box { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 72px; color: var(--teal-dark); background: rgba(22,139,255,.1); border-radius: 13px; }
.icon-box svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.benefit-card h3 { margin: 0 0 10px; font: 700 22px/1.2 var(--font-display); }
.benefit-card p { margin: 0; color: var(--text-muted); font-size: 14px; }

.platform-section { overflow: hidden; color: var(--white); background: linear-gradient(145deg, var(--ink-soft), var(--ink)); }
.platform-layout { display: grid; grid-template-columns: 1fr .92fr; gap: 100px; align-items: center; }
.platform-visual { position: relative; min-height: 620px; }
.phone-shell { position: absolute; width: 260px; padding: 9px; overflow: hidden; background: #05070c; border: 1px solid rgba(255,255,255,.19); border-radius: 34px; box-shadow: 0 30px 80px rgba(0,0,0,.55); }
.phone-shell::before { content: ""; position: absolute; z-index: 2; top: 15px; left: 50%; width: 60px; height: 16px; background: #05070c; border-radius: 20px; transform: translateX(-50%); }
.phone-shell img { width: 100%; border-radius: 26px; }
.phone-back { top: 15px; right: 18px; opacity: .68; transform: rotate(7deg) scale(.9); }
.phone-front { left: 45px; bottom: 0; z-index: 2; transform: rotate(-5deg); }
.platform-ring { position: absolute; top: 50%; left: 45%; width: 470px; height: 470px; border: 1px solid rgba(22,139,255,.18); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 120px rgba(22,139,255,.09) inset; }
.platform-copy h2 { margin-bottom: 22px; }
.platform-copy > p { color: var(--muted); }
.feature-list { margin: 38px 0; }
.feature-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 18px 0; border-top: 1px solid var(--line); }
.feature-list > div:last-child { border-bottom: 1px solid var(--line); }
.feature-list span { color: var(--teal); font: 600 12px var(--font-display); }
.feature-list p { margin: 0; color: var(--muted); font-size: 14px; }
.feature-list strong { color: var(--white); }
.text-link { display: inline-flex; gap: 16px; align-items: center; color: var(--teal); font-size: 14px; font-weight: 800; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.steps-section { background: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #dfe4ea; }
.step { display: flex; gap: 22px; padding: 38px 30px 20px 0; }
.step + .step { padding-left: 30px; border-left: 1px solid #dfe4ea; }
.step > span { color: var(--teal-dark); font: 600 13px var(--font-display); }
.step h3 { margin: 0 0 10px; font: 700 19px var(--font-display); }
.step p { margin: 0; color: var(--text-muted); font-size: 14px; }

.driver-section { position: relative; overflow: hidden; padding: 120px 0; color: var(--white); background: linear-gradient(115deg, #111827, #0a0e18 65%); }
.driver-grid { mask-image: linear-gradient(90deg, transparent, #000); }
.driver-layout { position: relative; display: grid; grid-template-columns: 1fr .8fr; gap: 110px; align-items: center; }
.eyebrow-orange { color: #ffc098; }
.eyebrow-orange i { background: var(--orange); box-shadow: 0 0 16px var(--orange); }
.driver-copy h2 { max-width: 680px; margin-bottom: 24px; }
.driver-copy > p { max-width: 650px; color: var(--muted); font-size: 17px; }
.driver-benefits { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 30px; color: #ccd3df; font-size: 13px; }
.driver-benefits i { margin-right: 7px; color: var(--orange); font-style: normal; }
.driver-panel { padding: 30px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); box-shadow: 0 30px 75px rgba(0,0,0,.25); backdrop-filter: blur(12px); }
.panel-label { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; }
.driver-panel ol { margin: 25px 0; padding: 0; list-style: none; }
.driver-panel li { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 17px 0; border-top: 1px solid var(--line); }
.driver-panel li > span { color: var(--orange); font: 600 11px var(--font-display); }
.driver-panel strong, .driver-panel small { display: block; }
.driver-panel strong { font-size: 14px; }
.driver-panel small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.driver-panel > a { display: flex; justify-content: space-between; color: var(--orange); font-size: 13px; font-weight: 800; }

.contact-section { background: var(--surface-light); }
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 85px; align-items: start; }
.contact-copy h2 { margin-bottom: 20px; }
.contact-data { display: grid; gap: 22px; margin-top: 45px; }
.contact-data > div { padding-top: 15px; border-top: 1px solid #dce2e8; }
.contact-data span { display: block; margin-bottom: 5px; color: var(--text-muted); font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.contact-data a, .contact-data p { margin: 0; font-weight: 700; }
.contact-card { padding: 38px; background: #fff; border: 1px solid #e0e6ec; border-radius: var(--radius); box-shadow: 0 25px 70px rgba(13,28,50,.1); }
.contact-card form { display: grid; gap: 20px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-card label { display: grid; gap: 8px; color: #404b5e; font-size: 12px; font-weight: 800; }
.contact-card input, .contact-card textarea { width: 100%; color: var(--text); background: #f8fafc; border: 1px solid #dce3ea; border-radius: 10px; outline: 0; transition: border-color .2s, box-shadow .2s; }
.contact-card input { height: 50px; padding: 0 15px; }
.contact-card textarea { min-height: 130px; padding: 14px 15px; resize: vertical; }
.contact-card input:focus, .contact-card textarea:focus { border-color: var(--teal-dark); box-shadow: 0 0 0 4px rgba(22,139,255,.12); }
.contact-card ::placeholder { color: #9aa5b5; font-weight: 500; }
.contact-honeypot { position: absolute; left: -10000px; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding-top: 8px; }
.form-footer p { max-width: 230px; margin: 0; color: var(--text-muted); font-size: 10px; }
.form-footer p a { color: var(--teal-dark); text-decoration: underline; }
.form-footer .button { border: 0; }
.form-message { display: none; margin-bottom: 20px; padding: 12px 15px; border-radius: 9px; font-size: 13px; font-weight: 700; }
.form-message-success { color: #087e70; background: #dcf8f3; }
.form-message-error { color: #9b3c18; background: #fff0e7; }

.site-footer { color: var(--muted); background: #05080e; }
.footer-top { min-height: 150px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-items: center; border-bottom: 1px solid var(--line); }
.footer-top > p { text-align: center; font-size: 13px; }
.footer-top nav { display: flex; justify-content: flex-end; gap: 24px; font-size: 12px; }
.footer-top nav a:hover { color: var(--teal); }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; font-size: 10px; letter-spacing: .4px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .14s; }
.reveal-delay-sm { transition-delay: .08s; }
.reveal-delay-lg { transition-delay: .16s; }
@keyframes routeMove { to { stroke-dashoffset: -180; } }
@keyframes pulse { 50% { opacity: .35; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 50% { transform: translateY(-9px); } }

@media (max-width: 980px) {
    .nav-toggle { display: block; }
    .main-nav { position: fixed; inset: 82px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 30px 20px; background: rgba(7,11,20,.98); transform: translateX(100%); transition: transform .3s; }
    .main-nav.open { transform: none; }
    .main-nav a { padding: 15px 10px; border-bottom: 1px solid var(--line); font-size: 16px; }
    .nav-cta { margin-top: 18px; text-align: center; }
    .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .hero-layout, .platform-layout, .driver-layout, .contact-layout { grid-template-columns: 1fr; }
    .hero-layout { gap: 50px; }
    .hero-copy { text-align: center; }
    .hero-copy > p, .hero h1 { margin-inline: auto; }
    .hero-actions, .hero-proof { justify-content: center; }
    .hero-visual { width: min(650px,100%); margin-inline: auto; }
    .trust-strip { grid-template-columns: 1fr; text-align: center; }
    .platform-layout { gap: 60px; }
    .platform-visual { width: min(570px,100%); margin-inline: auto; }
    .driver-layout { gap: 60px; }
    .contact-layout { gap: 50px; }
}

@media (max-width: 720px) {
    .container { width: min(100% - 28px, 1160px); }
    .nav-wrap { height: 70px; }
    .brand img { width: 148px; }
    .main-nav { inset-block-start: 70px; }
    .hero { padding-top: 125px; }
    .hero h1 { font-size: clamp(43px, 13vw, 62px); }
    .hero-copy > p { font-size: 16px; }
    .hero-visual { min-height: 370px; }
    .dashboard-card { transform: none; }
    .floating-chip { display: none; }
    .metric-row > div { padding: 8px; }
    .orbit-one { width: 390px; height: 390px; }
    .orbit-two { width: 290px; height: 290px; }
    .trust-strip { margin-top: 45px; }
    .trust-logos { flex-wrap: wrap; justify-content: center; }
    .trust-logos img { width: 55px; }
    .section, .driver-section { padding: 82px 0; }
    .section h2, .driver-section h2 { font-size: 39px; }
    .section-heading { margin-bottom: 38px; }
    .benefit-grid, .steps-grid { grid-template-columns: 1fr; }
    .benefit-card { min-height: 270px; }
    .icon-box { margin-bottom: 45px; }
    .steps-grid { border-top: 0; }
    .step, .step + .step { padding: 25px 0; border-left: 0; border-top: 1px solid #dfe4ea; }
    .platform-visual { min-height: 500px; }
    .phone-shell { width: 215px; }
    .phone-front { left: 2%; }
    .phone-back { right: 2%; }
    .platform-ring { width: 340px; height: 340px; }
    .driver-benefits { flex-direction: column; }
    .field-grid { grid-template-columns: 1fr; }
    .contact-card { padding: 24px 20px; }
    .form-footer { align-items: stretch; flex-direction: column; }
    .form-footer .button { width: 100%; }
    .footer-top { grid-template-columns: 1fr; padding: 45px 0; text-align: center; }
    .footer-top .brand, .footer-top nav { justify-content: center; }
    .footer-top > p { margin: 0; }
    .footer-bottom { gap: 15px; padding: 22px 0; text-align: center; flex-direction: column; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
