*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--bg:#0B0E16;--bg2:#111520;--bg3:#1A1F2E;--accent:#3B82F6;--accent2:#F59E0B;--text:#F0F2F5;--text-muted:#8A93A8;--border:#1E2638}
html{scroll-behavior:smooth}
body{background:var(--bg);color:var(--text);font-family:'DM Sans',sans-serif;line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased}
h1,h2,h3,.hero-headline,.products-headline,.process h2{font-family:'Sora',sans-serif;font-weight:700;line-height:1.15}

/* nav */
.nav{padding:1.25rem 2rem;border-bottom:1px solid var(--border)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto}
.nav-logo{font-family:'Sora',sans-serif;font-weight:800;font-size:1.2rem;color:var(--text)}
.nav-tagline{font-size:.85rem;color:var(--text-muted)}

/* hero */
.hero{padding:5rem 2rem 3rem;max-width:1200px;margin:0 auto}
.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem}
.hero-eyebrow{font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);font-weight:600;margin-bottom:1rem}
.hero-headline{font-size:clamp(2rem,4vw,3.2rem);margin-bottom:1.25rem;color:var(--text)}
.hero-sub{font-size:1.1rem;color:var(--text-muted);max-width:480px;margin-bottom:2rem}
.hero-pills{display:flex;flex-wrap:wrap;gap:.75rem}
.pill{background:var(--bg3);border:1px solid var(--border);padding:.5rem 1rem;border-radius:100px;font-size:.82rem;color:var(--text-muted);font-family:'DM Sans',sans-serif}

/* hero screen */
.hero-right{display:flex;justify-content:center;align-items:center}
.dash-screen{display:flex;flex-direction:column;align-items:center;gap:1rem}
.screen-bezel{background:#1a1f2e;border-radius:16px;padding:10px;box-shadow:0 0 60px rgba(59,130,246,.25),0 30px 60px rgba(0,0,0,.6)}
.screen-inner{background:#0B0E16;border-radius:10px;padding:14px;width:280px;height:200px;position:relative;overflow:hidden}
.screen-glow{position:absolute;inset:0;background:linear-gradient(135deg,rgba(59,130,246,.08),transparent 60%);pointer-events:none}
.screen-status-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.status-dot{width:8px;height:8px;border-radius:50%;background:#34d399}
.status-time{font-size:.7rem;color:#8a93a8;font-family:'DM Sans',sans-serif}
.status-signal{font-size:.6rem;color:#8a93a8;letter-spacing:1px}
.screen-carplay{display:flex;flex-direction:column;align-items:center;height:100%;justify-content:space-between}
.cp-icon{background:#1a1f2e;padding:8px;border-radius:8px;margin-bottom:4px}
.cp-apps{display:flex;gap:12px}
.cp-app{display:flex;flex-direction:column;align-items:center;gap:4px}
.cp-app-icon{width:36px;height:36px;border-radius:10px}
.map{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}
.music{background:linear-gradient(135deg,#8b5cf6,#6d28d9)}
.phone{background:linear-gradient(135deg,#10b981,#059669)}
.cp-app span{font-size:.6rem;color:#8a93a8;font-family:'DM Sans',sans-serif}
.cp-status{font-size:.6rem;color:#3b82f6;font-family:'DM Sans',sans-serif;font-weight:500}
.screen-label{font-size:.8rem;color:var(--text-muted);font-family:'DM Sans',sans-serif;text-align:center}

/* hero stats */
.hero-bottom{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:2.5rem;border-top:1px solid var(--border)}
.hero-stat{display:flex;flex-direction:column;gap:.35rem}
.stat-num{font-family:'Sora',sans-serif;font-size:1.8rem;font-weight:700;color:var(--accent)}
.stat-label{font-size:.85rem;color:var(--text-muted)}

/* section label */
.section-label{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);font-weight:600;margin-bottom:.75rem;font-family:'DM Sans',sans-serif}

/* why */
.why{padding:5rem 2rem;background:var(--bg2)}
.why-inner{max-width:1200px;margin:0 auto}
.why-header{margin-bottom:3.5rem}
.why-header h2{font-size:clamp(1.8rem,3.5vw,2.8rem);max-width:600px;color:var(--text)}
.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.why-card{background:var(--bg3);border:1px solid var(--border);border-radius:16px;padding:2rem}
.why-icon{color:var(--accent);margin-bottom:1rem}
.why-card h3{font-family:'Sora',sans-serif;font-size:1.1rem;margin-bottom:.75rem;color:var(--text)}
.why-card p{font-size:.9rem;color:var(--text-muted);line-height:1.7}

/* products */
.products{padding:5rem 2rem}
.products-inner{max-width:1200px;margin:0 auto}
.products-headline{font-size:clamp(1.8rem,3.5vw,2.8rem);margin-bottom:3rem;color:var(--text)}
.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.product-card{background:var(--bg3);border:1px solid var(--border);border-radius:20px;padding:2rem;display:flex;flex-direction:column;gap:.75rem;transition:border-color .2s}
.product-card:hover{border-color:var(--accent)}
.product-visual{margin-bottom:.5rem}

/* product visuals */
.pv-screen{background:var(--bg2);border-radius:12px;padding:1.5rem;display:flex;justify-content:center;margin-bottom:.75rem}
.pv-screen-ui{background:#0f1420;border-radius:8px;padding:10px;width:160px;height:100px}
.pv-ui-header{display:flex;gap:4px;margin-bottom:6px}
.pv-ui-dot{width:6px;height:6px;border-radius:50%;background:#3b82f6}
.pv-ui-content{display:flex;flex-direction:column;gap:4px}
.pv-ui-map{height:36px;background:linear-gradient(135deg,#1a2535,#0f1825);border-radius:4px;position:relative;display:flex;align-items:center;justify-content:center}
.pv-map-line{width:70%;height:2px;background:#3b82f6;opacity:.6}
.pv-map-pin{position:absolute;width:8px;height:8px;background:#f59e0b;border-radius:50%;top:30%;left:45%}
.pv-ui-nav{font-size:.55rem;color:#8a93a8;font-family:'DM Sans',sans-serif;text-align:center}

.pv-cam{display:flex;flex-direction:column;align-items:center;gap:.5rem}
.pv-lens{width:60px;height:60px;background:#1a2535;border-radius:50%;border:3px solid #2d3748;display:flex;align-items:center;justify-content:center}
.pv-lens-ring{width:20px;height:20px;background:linear-gradient(135deg,#1e3a5f,#0f1d2e);border-radius:50%;border:2px solid #3b82f6}
.pv-cam-glow{width:60px;height:60px;background:rgba(59,130,246,.15);border-radius:50%;filter:blur(10px);position:absolute}

.pv-hud{background:#0a0e16;border-radius:8px;padding:.75rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:2px}
.pv-hud-line{display:flex;align-items:baseline;gap:2px}
.pv-hud-val{font-family:'Sora',sans-serif;font-size:2rem;font-weight:700;color:var(--accent)}
.pv-hud-unit{font-size:.9rem;color:var(--text-muted)}
.pv-hud-sub{font-size:.6rem;color:var(--text-muted);font-family:'DM Sans',sans-serif}
.pv-hud-speed{width:80%;height:2px;background:linear-gradient(90deg,var(--accent),transparent);margin:.5rem 0}

.pv-led{display:flex;justify-content:center}
.led-strip{display:flex;gap:8px;align-items:center}
.led-dot{width:16px;height:16px;border-radius:50%;display:inline-block}
.ld1{background:#ef4444;box-shadow:0 0 8px #ef4444}
.ld2{background:#3b82f6;box-shadow:0 0 8px #3b82f6}
.ld3{background:#10b981;box-shadow:0 0 8px #10b981}
.ld4{background:#f59e0b;box-shadow:0 0 8px #f59e0b}
.ld5{background:#8b5cf6;box-shadow:0 0 8px #8b5cf6}
.ld6{background:#ec4899;box-shadow:0 0 8px #ec4899}

.pv-label{font-size:.65rem;color:var(--text-muted);text-align:center;font-family:'DM Sans',sans-serif;letter-spacing:.1em;text-transform:uppercase}

.product-card h3{font-family:'Sora',sans-serif;font-size:1rem;color:var(--text)}
.product-card p{font-size:.85rem;color:var(--text-muted);line-height:1.6;flex:1}
.product-from{font-family:'Sora',sans-serif;font-size:.95rem;font-weight:600;color:var(--accent)}

/* process */
.process{padding:5rem 2rem;background:var(--bg2)}
.process-inner{max-width:1200px;margin:0 auto}
.process-inner h2{font-size:clamp(1.8rem,3.5vw,2.8rem);margin-bottom:3rem;color:var(--text)}
.process-steps{display:grid;grid-template-columns:auto 40px auto 40px auto;align-items:center;gap:1.5rem}
.step{padding:1.5rem;background:var(--bg3);border:1px solid var(--border);border-radius:16px}
.step-num{font-family:'Sora',sans-serif;font-size:.75rem;font-weight:700;color:var(--accent);letter-spacing:.1em;margin-bottom:.75rem}
.step h3{font-family:'Sora',sans-serif;font-size:1rem;margin-bottom:.5rem;color:var(--text)}
.step p{font-size:.82rem;color:var(--text-muted);line-height:1.6}
.step-arrow{color:var(--border);display:flex;justify-content:center}

/* closing */
.closing{padding:6rem 2rem;text-align:center}
.closing-inner{max-width:700px;margin:0 auto}
.closing h2{font-family:'Sora',sans-serif;font-size:clamp(2.2rem,5vw,4rem);color:var(--text);margin-bottom:1.25rem}
.closing p{font-size:1.1rem;color:var(--text-muted);margin-bottom:.75rem}
.closing-sub{font-family:'Sora',sans-serif;font-size:1rem;color:var(--accent);font-weight:600}

/* footer */
.footer{padding:2rem;border-top:1px solid var(--border)}
.footer-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}
.footer-brand{display:flex;flex-direction:column;gap:.2rem}
.footer-logo{font-family:'Sora',sans-serif;font-weight:800;font-size:1rem;color:var(--text)}
.footer-moto{font-size:.75rem;color:var(--text-muted)}
.footer-copy{font-size:.75rem;color:var(--text-muted)}

/* responsive */
@media(max-width:768px){
  .hero-content{grid-template-columns:1fr;gap:2.5rem}
  .hero-right{order:-1}
  .hero-bottom{grid-template-columns:1fr;gap:1.5rem}
  .why-grid,.product-grid{grid-template-columns:1fr}
  .process-steps{grid-template-columns:1fr;gap:1rem}
  .step-arrow{display:none}
  .footer-inner{flex-direction:column;gap:1rem;text-align:center}
  .hero{padding:3rem 1.5rem 2rem}
}