@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800&family=Inter:wght@400;600;700;800&display=swap');

:root{--ink:#111827;--green:#b9f227;--paper:#f4f6f0;--muted:#697180;--white:#fff;--orange:#ff6a22}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif;font-size:16px;line-height:1.55}
a{color:inherit}
.topbar{height:76px;padding:0 clamp(20px,5vw,72px);display:flex;align-items:center;justify-content:space-between;background:#fff;position:relative;z-index:5}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:800;letter-spacing:-.02em}
.brand em{display:block;font-size:12px;color:var(--muted);font-style:normal;letter-spacing:.08em;text-transform:uppercase}
.brand-mark{display:grid;place-items:center;width:48px;height:42px;background:var(--ink);color:var(--green);font-family:"Barlow Condensed",sans-serif;font-size:21px;transform:skew(-5deg)}
.header-call{text-decoration:none;font-weight:800;border-bottom:3px solid var(--green)}
.hero{min-height:690px;position:relative;display:flex;align-items:center;overflow:hidden;color:#fff}
.hero-photo{position:absolute;inset:0;background:url('truck-trailer.jpg') 55% center/cover no-repeat;transform:scale(1.01)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,10,18,.96) 0%,rgba(5,10,18,.82) 45%,rgba(5,10,18,.18) 100%),linear-gradient(0deg,rgba(5,10,18,.55),transparent 55%)}
.hero-content{position:relative;z-index:2;width:min(1180px,100%);padding:84px clamp(22px,7vw,110px)}
.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:13px;font-weight:800;color:var(--green);margin:0 0 15px}.eyebrow.dark{color:#577704}
h1,h2,h3{margin-top:0}
h1,h2{font-family:"Barlow Condensed",Impact,sans-serif;text-transform:uppercase;line-height:.92;letter-spacing:-.02em}
h1{font-size:clamp(56px,8.2vw,108px);max-width:780px;margin-bottom:26px}
h1 span{color:var(--green)}
.hero-copy{font-size:clamp(17px,2vw,21px);max-width:630px;color:#e8ebef;margin:0 0 30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.button{min-height:54px;display:inline-flex;align-items:center;justify-content:center;padding:14px 23px;text-decoration:none;text-transform:uppercase;font-weight:800;font-size:14px;letter-spacing:.04em;border:2px solid transparent;transition:.2s ease}
.button.primary{background:var(--green);color:var(--ink)}
.button.primary:hover{background:#cdfb59;transform:translateY(-2px)}
.button.secondary{border-color:#fff;color:#fff;background:rgba(0,0,0,.22)}
.button.secondary:hover{background:#fff;color:var(--ink)}
.trust-line{display:flex;gap:24px;flex-wrap:wrap;margin-top:28px;font-size:14px;font-weight:700;color:#dce1e8}
.section{padding:100px clamp(22px,7vw,110px)}
.section-heading{max-width:760px;margin-bottom:46px}
.section-heading h2,.quote h2{font-size:clamp(44px,6vw,72px);margin-bottom:20px}
.section-heading>p:last-child{color:var(--muted);font-size:18px;max-width:650px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1180px}
.service-grid article{background:#fff;padding:30px 28px;border-top:5px solid var(--ink);min-height:210px}
.service-grid article>span{display:inline-grid;place-items:center;width:42px;height:42px;background:var(--green);font-size:20px;font-weight:900;margin-bottom:20px}
.service-grid h3{font-size:20px;margin-bottom:8px}.service-grid p{color:var(--muted);margin:0}
.process{background:var(--ink);color:#fff}
.section-heading.light{margin-bottom:30px}.section-heading.light h2{margin-bottom:0}
.process ol{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);max-width:1180px;border-top:1px solid #39404b}
.process li{padding:38px 28px 14px 0;display:flex;gap:20px;border-right:1px solid #39404b;margin-right:28px}
.process li:last-child{border:0;margin-right:0}.process li>span{color:var(--green);font-family:"Barlow Condensed",sans-serif;font-size:28px;font-weight:800}.process h3{margin-bottom:7px;font-size:20px}.process p{color:#aeb5c0;margin:0}
.quote{display:flex;justify-content:space-between;align-items:center;gap:50px;background:var(--green)}
.quote>div{max-width:650px}.quote h2{margin-bottom:14px}.quote p{font-size:18px;margin-bottom:0}.quote .eyebrow{color:#435905;font-size:13px}.quote .button{background:var(--ink);color:#fff;flex:0 0 auto}.quote .button:hover{background:#263142}
footer{padding:40px clamp(22px,7vw,110px) 100px;background:#090d14;color:#fff;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}footer span{color:#9ba3ae}footer a{color:var(--green);font-weight:800;text-decoration:none}
.mobile-cta{display:none}
@media(max-width:820px){.service-grid{grid-template-columns:repeat(2,1fr)}.process ol{grid-template-columns:1fr}.process li{border-right:0;border-bottom:1px solid #39404b;margin:0;padding:26px 0}.quote{align-items:flex-start;flex-direction:column}.header-call{display:none}}
@media(max-width:560px){body{padding-bottom:70px}.topbar{height:68px;padding:0 18px}.hero{min-height:710px;align-items:flex-end}.hero-photo{background-position:63% center}.hero-shade{background:linear-gradient(0deg,rgba(5,10,18,.98) 8%,rgba(5,10,18,.68) 68%,rgba(5,10,18,.25))}.hero-content{padding:130px 22px 58px}h1{font-size:57px}.hero-copy{font-size:17px}.hero-actions .primary{width:100%}.hero-actions .secondary{display:none}.trust-line{gap:10px 18px}.section{padding:72px 20px}.service-grid{grid-template-columns:1fr}.service-grid article{min-height:0}.section-heading h2,.quote h2{font-size:46px}.quote .button{width:100%}.mobile-cta{position:fixed;z-index:20;display:block;left:0;right:0;bottom:0;background:#fff;padding:9px 12px env(safe-area-inset-bottom)}.mobile-cta a{display:flex;justify-content:center;align-items:center;background:var(--green);height:52px;text-decoration:none;text-transform:uppercase;font-size:14px;font-weight:900;letter-spacing:.03em}footer{padding-bottom:38px;flex-direction:column}}
