@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Barlow:wght@400;500;600;700;800&display=swap');
:root{--red:#ff2345;--bg:#101113;--muted:#b7b7bb;--line:#303136}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:#fff;font-family:Barlow,Arial,sans-serif;font-size:18px;line-height:1.6}a{color:inherit;text-decoration:none}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible{outline:3px solid #ff7389;outline-offset:6px}.wrap{width:min(1240px,90%);margin:auto}.topbar{background:#ed1635;text-align:center;font-size:14px;font-weight:700;letter-spacing:.08em;padding:7px 12px;text-transform:uppercase}header{border-bottom:1px solid var(--line);background:#101113}nav{height:96px;display:flex;align-items:center;justify-content:space-between;gap:30px}.logo{width:225px;height:auto;display:block}.navlinks{display:flex;gap:30px;align-items:center;font-size:15px;font-weight:600}.navlinks>a:hover{color:var(--red)}.lang{display:flex;gap:10px;font-size:14px}.lang [aria-current]{color:var(--red)}.navcall{border:1px solid #57575b;padding:11px 18px}.hero{position:relative;overflow:hidden;min-height:665px;display:grid;grid-template-columns:1.05fr 1fr;max-width:1500px;margin:auto}.hero-copy{padding:76px 0 64px max(5vw,calc((100% - 1240px)/2));position:relative;z-index:2}.eyebrow{font-size:14px;letter-spacing:.15em;font-weight:700;text-transform:uppercase;color:var(--red);margin:0 0 22px}.hero h1{font-family:'Barlow Condensed',Impact,sans-serif;text-transform:uppercase;font-size:clamp(62px,6.3vw,96px);line-height:.97;letter-spacing:-.015em;margin:0 0 26px;max-width:650px}.hero h1 span{color:var(--red)}.hero p.desc{color:#c4c4c8;max-width:475px;font-size:18px;line-height:1.65}.hero-art{position:relative;background-image:linear-gradient(90deg,#101113 0%,transparent 24%),linear-gradient(0deg,#101113 0%,transparent 25%),url('/assets/brand-truck.png');background-size:cover,cover,auto 112%;background-position:center,center,99% 0%;min-width:0}.hero-art::after{content:'';position:absolute;bottom:65px;right:9%;height:3px;width:65px;background:var(--red)}.btns{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:18px;background:var(--red);color:white;padding:16px 25px;font-size:16px;font-weight:700;min-height:54px;transition:background .2s}.btn:hover{background:#d71432}.btn.secondary{border:1px solid #555;background:transparent}.btn.secondary:hover{background:#28282c}.fine{font-size:14px;color:#a9a9af;margin-top:19px}.trust{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust div{padding:24px 20px;border-right:1px solid var(--line);font-size:15px;color:#bdbdc1}.trust div:first-child{padding-left:0}.trust div:last-child{border-right:0}.trust strong{display:block;color:white;font-size:20px;line-height:1.3}.section{padding:95px 0}.section h2{font-family:'Barlow Condensed',Impact,sans-serif;text-transform:uppercase;font-size:clamp(40px,4.2vw,60px);line-height:1.05;margin:0 0 23px}.section p{color:#bcbcc1}.split{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}.comparison{background:#191a1e;border:1px solid var(--line);padding:34px}.time-row{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:16px 0}.time-row span{font-size:14px;text-transform:uppercase;letter-spacing:.1em}.time-row strong{font-family:'Barlow Condensed',Impact,sans-serif;font-size:49px;line-height:1}.time-row.old{color:#aaa}.time-row.new{color:var(--red)}.bar{height:8px;background:#45464b;width:100%;margin:8px 0 18px}.bar.red{background:var(--red);width:15%;min-width:40px}.comparison .fine{margin:25px 0 0;font-size:13px}.light{background:#f1f1f0;color:#141416}.light p{color:#58595e}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;margin-top:45px}.step{border-top:1px solid #bfc0c2;padding-top:24px}.num{font-family:'Barlow Condensed',Impact,sans-serif;color:#dc1735;font-size:36px}.step h3{font-size:23px;margin:12px 0}.step p{font-size:17px}.location-box{border-left:3px solid var(--red);padding:12px 0 12px 30px}.location-box h3{font-size:24px;margin:0 0 12px}.textlink{color:var(--red);font-weight:700;border-bottom:1px solid var(--red);display:inline-block;padding-bottom:3px}.faq{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding:24px 0}summary{cursor:pointer;font-size:20px;font-weight:600;list-style:none;display:flex;justify-content:space-between;gap:20px}summary::after{content:'+';color:var(--red);font-size:25px;line-height:1}details[open] summary::after{content:'−'}details p{max-width:740px;font-size:17px}.cta{background:#ed1635;padding:62px 0}.cta .wrap{display:flex;align-items:center;justify-content:space-between;gap:25px}.cta h2{font-family:'Barlow Condensed',Impact,sans-serif;font-size:clamp(38px,4vw,57px);text-transform:uppercase;line-height:1.05;margin:0}.cta p{margin:10px 0 0}.cta .btn{background:white;color:#141416;white-space:nowrap}footer{padding:44px 0 30px;color:#a9a9af;font-size:14px}footer .wrap{display:flex;justify-content:space-between;gap:25px;align-items:center}footer .logo{width:190px}footer a:hover{color:white}.mobile-call{display:none}.skip{position:absolute;top:-100px;background:white;color:black;padding:12px;z-index:20}.skip:focus{top:0}@media(min-width:1500px){.hero-copy{padding-left:130px}}@media(max-width:900px){.navlinks>a:not(.navcall){display:none}.navlinks{gap:16px}.hero{grid-template-columns:1.2fr 1fr}.hero-copy{padding-top:55px}.hero h1{font-size:72px}.hero-art{background-position:center,center,97% 0%}.split{gap:40px}.steps{gap:25px}.trust strong{font-size:18px}}@media(max-width:600px){body{font-size:17px}.topbar{font-size:12px;letter-spacing:.04em}nav{height:79px}.logo{width:180px}.navcall{display:none}.navlinks{gap:0}.hero{display:block;min-height:0}.hero-copy{padding:40px 5% 15px}.eyebrow{font-size:12px;letter-spacing:.12em;margin-bottom:18px}.hero h1{font-size:64px;max-width:410px}.hero p.desc{font-size:17px}.hero-art{height:290px;margin-top:0;background-size:cover,cover,auto 157%;background-position:center,center,100% 9%;}.hero-art::after{bottom:25px}.hero .btns{gap:12px}.hero .btn{padding:14px 20px;flex:1}.fine{font-size:13px}.trust{grid-template-columns:1fr 1fr}.trust div{padding:18px!important}.trust div:nth-child(2){border-right:0}.trust div:nth-child(-n+2){border-bottom:1px solid var(--line)}.trust strong{font-size:19px}.section{padding:60px 0}.split{grid-template-columns:1fr;gap:30px}.comparison{padding:25px}.steps{grid-template-columns:1fr;gap:20px;margin-top:25px}.step{display:grid;grid-template-columns:45px 1fr;column-gap:16px}.step .num{grid-row:1/3}.step h3{margin:4px 0}.step p{margin:6px 0}.cta .wrap{display:block}.cta .btn{margin-top:25px}footer .wrap{flex-direction:column;align-items:flex-start}footer{padding-bottom:110px}.mobile-call{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:10;background:#101113;border-top:1px solid #3e3e43;padding:10px 5% max(10px,env(safe-area-inset-bottom));align-items:center;gap:15px}.mobile-call span{font-size:13px;line-height:1.3;color:#c5c5c9}.mobile-call .btn{flex:1;padding:10px 15px;min-height:47px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* Keep the supplied artwork focused on the truck and preserve button contrast. */
.hero-art{background-size:cover,cover,auto 130%}.btn{background:#d71432}.btn:hover{background:#b90d28}.topbar,.cta{background:#d71432}.light .eyebrow{color:#c7102d}.time-row strong{white-space:nowrap}@media(max-width:600px){.hero-art{background-size:cover,cover,auto 240%;background-position:center,center,100% 0%}.time-row strong{font-size:40px}.hero .btn{font-size:15px;padding:14px 16px}}
/* Preserve both portraits in the supplied hero composition. */
.hero-art{background:none;display:flex;align-items:center;overflow:hidden;padding:24px 0}
.hero-art img{display:block;width:100%;height:auto;object-fit:contain;max-height:720px}
.hero-art::after{display:none}
@media(max-width:600px){.hero-art{height:auto;padding:10px 0 0}.hero-art img{max-height:none}}

.service-benefits article{padding:22px 0;border-bottom:1px solid #c4c4c6}.service-benefits article:first-child{padding-top:0}.service-benefits h3{font-size:24px;line-height:1.25;margin:0 0 10px}.service-benefits p{margin:0}.section h2{text-wrap:balance}.hero h1{font-size:clamp(58px,5.8vw,86px)}::selection{background:#d71432;color:#fff}@media(max-width:600px){.hero h1{font-size:clamp(48px,13vw,64px)}.service-benefits h3{font-size:22px}}

.service-banner{background:#d71432;color:#fff;padding:16px 0}.service-banner .wrap{display:flex;align-items:center;justify-content:center;gap:38px}.service-banner strong{font-size:clamp(20px,2.1vw,28px);line-height:1.25}.service-banner span{display:flex;align-items:center;gap:10px;border-left:1px solid #ffffff80;padding-left:38px;font-size:18px}.service-banner b{font-size:32px;line-height:1.1}.hero h1{font-size:clamp(48px,4.9vw,73px);line-height:1.03}.hero-copy{padding-top:60px;padding-right:20px}@media(max-width:600px){.service-banner{padding:16px 0}.service-banner .wrap{flex-direction:column;gap:6px;text-align:center}.service-banner span{border-left:0;padding-left:0;font-size:16px}.service-banner b{font-size:26px}.hero h1{font-size:clamp(39px,10vw,56px)}.hero-copy{padding-top:35px;padding-right:5%}}

.filter-comparison{margin:0}.filter-comparison img{display:block;width:100%;height:auto}.filter-comparison figcaption{font-size:18px;font-weight:600;margin-top:16px}.filter-comparison .fine{margin-top:8px}.system-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:45px}.system-gallery figure{margin:0;min-width:0}.system-gallery img{display:block;width:100%;height:auto;aspect-ratio:3/4;object-fit:contain;background:#dedbd6}.system-gallery figcaption{font-size:16px;font-weight:600;margin-top:12px;line-height:1.4}@media(max-width:700px){.system-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 14px;margin-top:30px}.system-gallery figcaption{font-size:14px}}

.outcome-section{border-bottom:1px solid var(--line)}.outcome-intro{max-width:720px}.outcome-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 64px;margin-top:40px}.outcome-grid article{border-top:1px solid var(--line);padding-top:22px}.outcome-grid h3{font-size:26px;line-height:1.25;margin:0 0 14px;color:#fff}.outcome-grid p{margin:0;max-width:60ch}.outcome-note{max-width:95ch;margin-top:35px!important}@media(max-width:600px){.outcome-grid{grid-template-columns:1fr;gap:26px;margin-top:28px}.outcome-grid h3{font-size:23px}}

.trust{grid-template-columns:repeat(3,minmax(0,1fr))}.location-map{margin-top:36px}.location-map iframe{display:block;width:100%;height:360px;border:0;background:#e5e5e5}@media(max-width:600px){.trust{grid-template-columns:1fr}.trust div{border-right:0;border-bottom:1px solid var(--line)}.trust div:last-child{border-bottom:0}.location-map iframe{height:300px}}

.request-section{background:#1b1c20;border-bottom:1px solid var(--line)}.request-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:65px;align-items:start}.request-layout h2{max-width:12ch}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field-full{grid-column:1/-1}label{display:block;font-size:16px;font-weight:600;margin-bottom:7px}input,select,textarea{display:block;width:100%;min-width:0;font:inherit;font-size:16px;background:#101113;color:#fff;border:1px solid #777980;border-radius:0;padding:12px;min-height:48px}textarea{resize:vertical}input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible{outline:3px solid #ff7389;outline-offset:3px}button.btn{border:0;cursor:pointer;font-family:inherit}.form-note{font-size:14px;line-height:1.5}.request-layout form .btn{width:100%;margin-top:8px}@media(max-width:700px){.request-layout{grid-template-columns:1fr;gap:30px}.request-layout h2{max-width:none}.form-grid{grid-template-columns:1fr}.request-layout form .btn{white-space:normal}}
