
:root{--bg:#07121b;--panel:#0d1c27;--panel2:#102532;--line:#203541;--text:#f5f8fa;--muted:#a9bac6;--green:#22d38b;--green2:#16b875;--white:#fff;--warm:#f7f8f5}
*{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;background:var(--bg);color:var(--text);line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{position:sticky;top:0;z-index:50;background:rgba(7,18,27,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{height:78px;display:flex;align-items:center;gap:22px;flex-wrap:nowrap}.brand{font-size:26px;font-weight:900;letter-spacing:-.04em;margin-right:auto}.brand span{color:var(--green)}.navlinks{display:flex;gap:20px;align-items:center;font-weight:700;font-size:14px}.navlinks a{white-space:nowrap}.navlinks a:hover{color:var(--green)}.lang{border:1px solid var(--line);border-radius:999px;padding:8px 12px;color:var(--muted);white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:13px 20px;font-weight:850;border:1px solid var(--line);transition:.2s;white-space:nowrap}.btn.primary{background:var(--green);color:#03110b;border-color:var(--green)}.btn.primary:hover{background:#38e69e}.btn.ghost:hover{border-color:var(--green);color:var(--green)}.hero{padding:88px 0 76px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center}.eyebrow{color:var(--green);text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:900}.hero h1,.pagehero h1{font-size:clamp(44px,6vw,76px);line-height:.98;letter-spacing:-.055em;margin:16px 0 24px}.hero p,.pagehero p{font-size:20px;color:var(--muted);max-width:680px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.price{font-size:20px}.price strong{font-size:36px;color:var(--green)}.product-frame{background:linear-gradient(145deg,#102635,#091720);border:1px solid #274250;border-radius:24px;padding:18px;box-shadow:0 30px 80px rgba(0,0,0,.35)}.product-frame img{border-radius:15px}.section{padding:82px 0;border-top:1px solid rgba(32,53,65,.6)}.light{background:#f6f7f5;color:#0b1620}.light .muted{color:#526471}.section-head{max-width:760px;margin-bottom:42px}.section h2{font-size:clamp(34px,4vw,54px);line-height:1.04;letter-spacing:-.04em;margin:10px 0 16px}.muted{color:var(--muted)}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.card{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:28px}.light .card{background:white;border-color:#dfe5e8}.card h3{font-size:22px;margin:5px 0 10px}.card p{color:var(--muted)}.light .card p{color:#526471}.kpi{font-size:40px;font-weight:900;color:var(--green)}.feature-img{background:#07131c;border:1px solid var(--line);border-radius:20px;padding:16px}.feature-img img{border-radius:12px;max-height:520px;margin:auto}.pagehero{padding:70px 0 54px;border-bottom:1px solid var(--line)}.crumb{font-size:13px;color:var(--muted);margin-bottom:12px}.split{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.checks{list-style:none;padding:0;margin:24px 0}.checks li{padding:9px 0 9px 28px;position:relative}.checks li:before{content:'✓';position:absolute;left:0;color:var(--green);font-weight:900}.pricebox{background:linear-gradient(145deg,#0d2230,#0b1b26);border:1px solid #315062;border-radius:24px;padding:34px}.pricebig{font-size:74px;font-weight:950;letter-spacing:-.06em}.pricebig small{font-size:18px;color:var(--muted);letter-spacing:0}.store-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{background:var(--panel);border:1px solid var(--line);border-radius:18px;overflow:hidden}.product-photo{height:250px;background:radial-gradient(circle at 50% 40%,#173a4b,#091721);display:flex;align-items:center;justify-content:center;padding:30px}.product-placeholder{width:120px;height:110px;border:2px solid #4c6a7a;border-radius:18px;position:relative}.product-placeholder:after{content:'';width:16px;height:16px;border-radius:50%;background:var(--green);position:absolute;bottom:16px;left:16px}.product-body{padding:24px}.product-body h3{margin:0 0 10px;font-size:22px}.product-body .amount{font-size:26px;font-weight:900;margin:16px 0}.notice{border:1px solid #835f28;background:#261b0e;color:#f1c579;padding:14px 16px;border-radius:12px}.footer{border-top:1px solid var(--line);padding:48px 0 28px;margin-top:50px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:34px}.footer h4{margin:0 0 12px}.footer-grid a{display:block;color:var(--muted);margin:8px 0}.footer a:hover{color:var(--green)}.copyright{border-top:1px solid var(--line);margin-top:30px;padding-top:22px;color:var(--muted);font-size:13px}.cta{padding:60px 0}.cta-box{background:linear-gradient(120deg,#102c36,#0e1d28);border:1px solid #2d4a57;border-radius:24px;padding:40px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-box h2{margin:0 0 8px;font-size:38px}.pill{display:inline-block;border:1px solid var(--line);padding:7px 11px;border-radius:999px;font-size:12px;color:var(--muted)}
@media(max-width:920px){.navlinks{display:none}.hero-grid,.split,.grid2{grid-template-columns:1fr}.grid3,.store-grid{grid-template-columns:1fr 1fr}.hero{padding-top:54px}.footer-grid{grid-template-columns:1fr 1fr}.hero h1,.pagehero h1{font-size:48px}.cta-box{display:block}.cta-box .actions{margin-bottom:0}.nav{gap:12px}.nav .btn.primary{padding:11px 14px;font-size:13px}.lang{padding:7px 10px;font-size:13px}}
@media(max-width:620px){.container{width:min(100% - 28px,1180px)}.grid3,.store-grid,.footer-grid{grid-template-columns:1fr}.nav{height:auto;min-height:64px;padding:10px 0;gap:8px}.brand{font-size:22px}.hero h1,.pagehero h1{font-size:40px}.hero p,.pagehero p{font-size:17px}.section{padding:60px 0}.pricebig{font-size:58px}.nav .btn.primary{padding:9px 12px;font-size:12px}.lang{padding:6px 9px;font-size:12px}}
.lead-form{display:flex;flex-direction:column;gap:18px}.lead-form label{display:flex;flex-direction:column;gap:8px;font-weight:700}.lead-form input,.lead-form select,.lead-form textarea{width:100%;padding:14px 15px;border:1px solid #cad4d9;border-radius:10px;background:#fff;color:#07151f;font:inherit}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.demo-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}@media(max-width:760px){.form-grid,.demo-grid{grid-template-columns:1fr}}
/* v2.3 demo visual sizing and sales proof */
.driver-demo-layout{display:grid;grid-template-columns:minmax(280px,430px) 1fr;gap:70px;align-items:center}
.phone-shot{background:#071923;border:1px solid #173542;border-radius:22px;padding:26px;display:flex;align-items:center;justify-content:center;min-height:520px}
.phone-shot img{display:block;width:auto;max-width:100%;height:auto;max-height:610px;border-radius:14px}
.choice-copy h2{margin-top:8px}
.checklist{list-style:none;padding:0;margin:28px 0;display:grid;gap:14px}
.checklist li{position:relative;padding-left:30px;color:#405565;line-height:1.5}
.checklist li:before{content:"✓";position:absolute;left:0;top:0;color:#1fcf8b;font-weight:900}
@media(max-width:900px){.driver-demo-layout{grid-template-columns:1fr;gap:32px}.phone-shot{min-height:0}.phone-shot img{max-height:560px}}

/* v2.4 store, AI camera and demo cleanup */
.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.shop-card{background:#fff;border:1px solid #d8e1e5;border-radius:18px;overflow:hidden;display:flex;flex-direction:column}
.shop-image{height:290px;background:#f6f8f8;display:flex;align-items:center;justify-content:center;padding:22px}
.shop-image img{width:100%;height:100%;object-fit:contain;display:block}
.shop-copy{padding:24px;display:flex;flex-direction:column;flex:1}
.shop-copy h3{font-size:1.35rem;margin:6px 0 10px}.shop-copy p{color:#536878;line-height:1.55}
.shop-type{font-size:.75rem;letter-spacing:.16em;font-weight:800;color:#14b97d}
.shop-bottom{margin-top:auto;padding-top:18px;display:flex;align-items:center;justify-content:space-between;gap:12px}.shop-bottom strong{font-size:1.2rem}
.ai-hero{padding:85px 0;background:#06151f;color:#f4f7f8;border-bottom:1px solid #17303b}
.ai-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.ai-hero h1{font-size:clamp(3.3rem,5.8vw,6.4rem);line-height:.95;margin:20px 0 28px;letter-spacing:-.055em}
.ai-hero p{font-size:1.15rem;line-height:1.6;color:#aec0cc}
.ai-photo{border-radius:24px;overflow:hidden;min-height:540px;border:1px solid #25404b;box-shadow:0 30px 70px rgba(0,0,0,.3)}
.ai-photo img{width:100%;height:100%;min-height:540px;object-fit:cover;display:block}
.future-band{background:#0a202b;border:1px solid #1c3b48;border-radius:22px;padding:40px;display:flex;align-items:center;justify-content:space-between;gap:35px;color:#f4f7f8}.future-band p{color:#afc1cc;max-width:760px}
@media(max-width:950px){.shop-grid{grid-template-columns:repeat(2,1fr)}.ai-hero-grid{grid-template-columns:1fr}.ai-photo,.ai-photo img{min-height:360px}}
@media(max-width:650px){.shop-grid{grid-template-columns:1fr}.future-band{align-items:flex-start;flex-direction:column}}

/* v2.6 ELD value section: replaces removed/broken driver-menu image */
.value-split{align-items:stretch;gap:54px}
.why-panel{background:#071923;border:1px solid #173542;border-radius:22px;padding:34px;color:#f4f7f8}
.why-panel h3{font-size:1.7rem;margin:8px 0 24px}
.why-list{list-style:none;padding:0;margin:0;display:grid;gap:18px}
.why-list li{position:relative;padding-left:28px;display:grid;gap:4px}
.why-list li:before{content:"✓";position:absolute;left:0;color:#1fcf8b;font-weight:900}
.why-list strong{font-size:1.02rem}
.why-list span{color:#afc1cc;line-height:1.45}
.more-copy{align-self:center;padding:20px 0}
.more-copy h2{margin:8px 0 18px}
@media(max-width:900px){.value-split{gap:28px}.why-panel{padding:26px}}



/* v2.8: preserve original ProLogELD text wordmark; add only green mark */
.brand-logo{display:flex;align-items:center;gap:10px}.brand-logo .brand-word{font-size:26px;font-weight:900;letter-spacing:-.04em;color:var(--text);white-space:nowrap}.brand-logo .brand-word>span{color:var(--green)}.brand-mark{position:relative;display:inline-block;width:23px;height:31px;flex:0 0 23px}.brand-mark:before{content:"";position:absolute;inset:0;background:var(--green);clip-path:polygon(0 0,100% 0,100% 58%,54% 58%,54% 100%,0 100%,0 46%,39% 46%,39% 72%,54% 61%,54% 30%,0 30%)}.footer .brand-logo .brand-word{font-size:24px}.footer .brand-mark{width:21px;height:28px;flex-basis:21px}@media(max-width:760px){.brand-logo .brand-word{font-size:22px}.brand-mark{width:20px;height:27px;flex-basis:20px}}
@media(max-width:400px){.brand-logo .brand-word{font-size:18px}.brand-mark{width:17px;height:23px;flex-basis:17px}}

/* fallback shown in place of a hotlinked product/hero photo that fails to load */
img.img-fallback{object-fit:contain!important;background:#eef2f3;padding:18%!important}
.ai-photo img.img-fallback,.product-frame img.img-fallback{background:#0d1c27}

/* mobile app download band: integrated with the dark section rhythm instead of a stray light strip */
.app-download-section{padding:64px 0;background:var(--bg);border-top:1px solid rgba(32,53,65,.6);text-align:center}
.app-download-section h2{font-size:clamp(26px,3vw,34px);margin:10px 0 14px}
.app-download-section p{max-width:560px;margin:0 auto 28px}
.app-download-inner{display:flex;gap:18px;flex-wrap:wrap;align-items:center;justify-content:center}
.app-store-badge{display:block;width:190px;max-width:42vw;text-decoration:none;cursor:default}
.app-store-badge img{display:block;width:100%;height:auto}
@media(max-width:640px){.app-store-badge{width:170px;max-width:46vw}}

/* Lead form submit states (assets/leads.js) */
.lead-status{margin:12px 0 0;font-size:14px}
.lead-status.err{color:#c0392b}
.lead-thanks{padding:8px 0}
.lead-thanks h3{margin:0 0 6px}
.lead-thanks p{margin:0;color:#475569}
