*{box-sizing:border-box} :root{--ink:#17191c;--muted:#62686f;--line:#d9dde1;--light:#f3f4f5;--dark:#111315;--accent:#d77a20;--white:#fff}
html{scroll-behavior:smooth} body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);line-height:1.6}
.wrap{width:min(1120px,calc(100% - 40px));margin:auto}.narrow{max-width:820px}
header{background:var(--dark);color:#fff}.nav{min-height:72px;display:flex;align-items:center;justify-content:space-between}.brand{color:#fff;text-decoration:none;font-weight:800;letter-spacing:.04em;font-size:1.15rem}.brand span{font-weight:500;margin-left:5px}
nav{display:flex;gap:28px}nav a{color:#e9ebed;text-decoration:none;font-size:.95rem}nav a:hover{color:#fff}
.hero{min-height:690px;background:var(--dark);color:#fff;position:relative;overflow:hidden}.hero-photo{position:absolute;inset:0;background-image:linear-gradient(rgba(10,12,14,.38),rgba(10,12,14,.58)),url("truck.jpg");background-size:cover;background-position:center 55%;}.photo-note{display:none}
.hero-content{position:relative;min-height:690px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.16em;margin:0 0 14px;color:var(--accent)}
h1,h2,h3{line-height:1.15;margin-top:0}h1{font-size:clamp(3rem,7vw,5.8rem);letter-spacing:-.045em;margin-bottom:24px}h2{font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.03em;margin-bottom:22px}h3{font-size:1.3rem;margin-bottom:10px}
.lead{font-size:1.15rem;max-width:680px;color:#d7dadd}.lead.dark{color:var(--muted)}.button{display:inline-block;background:var(--accent);color:#fff;text-decoration:none;font-weight:750;padding:13px 20px;border-radius:5px;margin-top:18px}.button:hover{opacity:.9}.button.light{background:#fff;color:var(--dark)}
.section{padding:100px 0}.section p{color:var(--muted)}
.dark-section{background:var(--dark);color:#fff;padding:70px 0}.dark-section p:not(.eyebrow){color:#c9cdd1}.product-row{display:flex;align-items:center;justify-content:space-between;gap:40px}.product-row h2{margin-bottom:10px}
.product-hero{background:var(--light);padding:100px 0}.product-grid{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:70px}.product-hero h1{font-size:clamp(3.5rem,7vw,6rem);margin-bottom:12px}.tagline{font-size:1.5rem;font-weight:650;margin-bottom:20px}
.phone{width:250px;height:500px;border-radius:34px;background:#17191c;padding:12px;box-shadow:0 25px 60px rgba(0,0,0,.18);justify-self:center}.phone-screen{height:100%;border-radius:24px;background:#e7e9eb;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.phone-screen b{font-size:1.7rem}.phone-screen strong{font-size:2.3rem}.phone-screen small{margin-top:35px;color:#6a7076}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);margin-top:55px;border:1px solid var(--line)}.features article{background:#fff;padding:34px;min-height:190px}.features p{margin-bottom:0}
footer{background:#0b0d0e;color:#bfc4c8;padding:45px 0 20px}.footer-row{display:flex;justify-content:space-between;gap:30px}.footer-row p{margin:6px 0;font-size:.9rem}.footer-row b{color:#fff}.placeholder{color:var(--accent)}.copyright{border-top:1px solid #292d31;margin-top:30px;padding-top:18px;font-size:.8rem;color:#8e959b}
@media(max-width:800px){.nav{min-height:64px}nav{gap:15px}.hero,.hero-content{min-height:620px}.section{padding:70px 0}.product-row,.footer-row{flex-direction:column;align-items:flex-start}.product-grid{grid-template-columns:1fr;gap:45px}.features{grid-template-columns:1fr}}

.footer-row a{color:#bfc4c8;text-decoration:none}.footer-row a:hover{color:#fff}
