:root{
 --red:#e31b23;--red2:#b60e15;--yellow:#ffc400;--ink:#0b0d0f;--ink2:#161a1f;--text:#1c232a;--muted:#69727c;
 --soft:#f4f5f6;--line:#e2e5e8;--white:#fff;--container:1240px;--radius:20px;--shadow:0 20px 60px rgba(11,13,15,.12);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.container{width:min(var(--container),calc(100% - 40px));margin:auto}
.skip-link{position:fixed;top:-80px;left:20px;background:#fff;color:#111;padding:9px 14px;z-index:9999}.skip-link:focus{top:12px}
.topbar{background:#090b0d;color:#cbd0d5;font-size:12px;border-bottom:1px solid #24282d}.topbar-in{min-height:34px;display:flex;justify-content:space-between;align-items:center;gap:20px}.topbar-in>div{display:flex;gap:22px;align-items:center}.topbar span:first-child{color:#ffdf61}.topbar a:hover{color:#fff}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.98);border-bottom:1px solid #eceeef;transition:.25s}.site-header.scrolled{box-shadow:0 8px 28px rgba(0,0,0,.08)}.nav-wrap{height:80px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:205px}.main-nav{display:flex;align-items:center;gap:23px;font-size:14px;font-weight:700}.main-nav>a{padding:10px 0;position:relative}.main-nav>a:not(.nav-cta):after{content:'';position:absolute;height:2px;background:var(--red);left:0;right:100%;bottom:4px;transition:.22s}.main-nav>a:hover,.main-nav>a.active{color:var(--red)}.main-nav>a:hover:after,.main-nav>a.active:after{right:0}.nav-cta{background:var(--yellow);color:#151515!important;padding:13px 18px!important;border-radius:9px;box-shadow:0 10px 24px rgba(255,196,0,.25)}.nav-cta:hover{background:#ffd338;transform:translateY(-1px)}.nav-toggle{display:none;background:none;border:0;width:46px}.nav-toggle span{display:block;height:2px;background:#111;margin:7px 0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 20px;border:1px solid transparent;border-radius:10px;font-weight:800;transition:.2s;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn-red{background:var(--red);color:#fff}.btn-red:hover{background:var(--red2)}.btn-yellow{background:var(--yellow);color:#111}.btn-dark{background:var(--ink);color:#fff}.btn-outline{border-color:#cdd1d5;background:#fff}.btn-outline-light{border-color:rgba(255,255,255,.38);color:#fff;background:transparent}.btn-wa{background:#25d366;color:#fff}
.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--red);font-size:12px;text-transform:uppercase;font-weight:900;letter-spacing:.11em}.eyebrow:before{content:'';width:28px;height:2px;background:currentColor}.eyebrow.light{color:#ffe277}.section{padding:92px 0}.section-soft{background:var(--soft)}.section-dark{background:#111418;color:#fff}.section-head{max-width:760px}.section-head h2,.page-title{font-size:clamp(34px,4.6vw,58px);line-height:1.03;letter-spacing:-.04em;margin:12px 0 16px}.section-head p{font-size:17px;color:var(--muted);margin:0}.section-dark .section-head p{color:#acb4bc}
.hero{background:linear-gradient(120deg,#07090b 0%,#11161b 55%,#1b1d20 100%);color:#fff;position:relative;overflow:hidden}.hero:after{content:'';position:absolute;inset:0;background:radial-gradient(circle at 68% 44%,rgba(255,196,0,.18),transparent 23%),linear-gradient(90deg,rgba(227,27,35,.08),transparent 36%);pointer-events:none}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:58px;min-height:660px;padding:64px 0 90px}.hero-copy h1{font-size:clamp(50px,6vw,82px);line-height:.95;letter-spacing:-.05em;margin:17px 0 24px}.hero-copy h1 .red{color:var(--red)}.hero-copy h1 .yellow{color:var(--yellow)}.hero-copy>p{font-size:19px;color:#d2d6da;max-width:690px;margin:0 0 28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-points{display:flex;gap:22px;flex-wrap:wrap;margin-top:32px;color:#bfc5ca;font-size:13px}.hero-points span:before{content:'✓';color:var(--yellow);margin-right:7px;font-weight:900}
.hero-visual{position:relative}.hero-image{height:455px;width:100%;object-fit:cover;border-radius:24px;border:1px solid #3b4147;box-shadow:0 35px 90px rgba(0,0,0,.35)}.hero-visual:after{content:'';position:absolute;inset:0;border-radius:24px;background:linear-gradient(90deg,rgba(9,11,13,.22),transparent 48%);pointer-events:none}.since-badge{position:absolute;right:-8px;top:-18px;z-index:3;width:130px;height:130px;border-radius:50%;display:grid;place-items:center;text-align:center;background:#111;border:4px solid var(--red);outline:5px solid rgba(255,196,0,.9);color:#fff;box-shadow:0 14px 30px rgba(0,0,0,.3)}.since-badge b{font-size:31px;line-height:1;display:block}.since-badge span{font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.part-search{position:absolute;left:-40px;right:35px;bottom:-62px;z-index:5;background:#fff;color:#111;border-radius:18px;padding:20px;box-shadow:var(--shadow);border-top:4px solid var(--yellow)}.part-search h3{margin:0 0 12px;font-size:17px}.search-row{display:grid;grid-template-columns:1.2fr .8fr auto;gap:9px}.search-row input,.search-row select{width:100%;border:1px solid #dfe3e6;border-radius:9px;padding:12px 13px;outline:none}.search-row input:focus,.search-row select:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(227,27,35,.08)}.part-search small{display:block;color:#777;margin-top:9px}
.stat-strip{margin-top:-32px;position:relative;z-index:5}.stats{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;box-shadow:var(--shadow);border-radius:17px;padding:10px}.stat{padding:20px 26px;border-right:1px solid var(--line);display:flex;gap:14px;align-items:center}.stat:last-child{border-right:0}.stat-i{width:48px;height:48px;border-radius:13px;background:#fff6cb;color:#9c7400;display:grid;place-items:center;font-weight:900;font-size:21px}.stat strong{display:block;font-size:22px}.stat span{font-size:12px;color:var(--muted)}
.brand-strip{padding:76px 0 34px}.brand-strip h3{font-size:13px;text-transform:uppercase;letter-spacing:.1em;color:#7c848b;text-align:center;margin:0 0 18px}.brand-row{display:flex;flex-wrap:wrap;justify-content:center;gap:9px}.brand-pill{padding:12px 18px;border:1px solid #dfe2e5;border-radius:9px;background:#fff;font-weight:900;color:#222;box-shadow:0 5px 15px rgba(0,0,0,.04)}.brand-pill:nth-child(3n){border-bottom:3px solid var(--yellow)}.brand-pill:nth-child(3n+1){border-bottom:3px solid var(--red)}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:38px}.category-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:.25s}.category-card:hover{transform:translateY(-6px);box-shadow:0 18px 42px rgba(0,0,0,.1)}.category-card img{height:160px;width:100%;object-fit:cover}.cat-body{padding:17px}.cat-body h3{margin:0 0 5px;font-size:19px}.cat-body p{margin:0;color:var(--muted);font-size:13px}.cat-link{display:inline-flex;margin-top:13px;color:var(--red);font-weight:800;font-size:13px}
.about-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:65px;align-items:center}.about-media{position:relative}.about-media .main{height:520px;width:100%;object-fit:cover;border-radius:24px;filter:saturate(.82) contrast(1.04)}.about-media:before{content:'';position:absolute;inset:28px -22px -22px 28px;background:var(--yellow);border-radius:24px;z-index:-1}.about-card{position:absolute;right:-28px;bottom:25px;background:#111;color:#fff;border-left:5px solid var(--red);padding:18px 22px;border-radius:11px;box-shadow:var(--shadow)}.about-card b{font-size:27px;display:block;color:var(--yellow)}.about-copy h2{font-size:clamp(37px,4.2vw,58px);line-height:1.04;letter-spacing:-.04em;margin:12px 0 20px}.about-copy p{color:var(--muted)}.check-list{display:grid;grid-template-columns:1fr 1fr;gap:11px 20px;margin:25px 0 30px}.check-list span{font-weight:700;font-size:14px}.check-list span:before{content:'✓';display:inline-grid;place-items:center;width:22px;height:22px;background:#fff3b8;color:#8e6d00;border-radius:50%;margin-right:8px}
.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:40px}.process-card{position:relative;padding:25px 18px;background:#1a1e22;border:1px solid #2d3237;border-radius:14px}.process-card .num{width:42px;height:42px;border-radius:50%;background:var(--yellow);color:#111;display:grid;place-items:center;font-weight:900;margin-bottom:18px}.process-card h3{font-size:17px;margin:0 0 7px}.process-card p{color:#aeb5bb;font-size:13px;margin:0}.process-card:not(:last-child):after{content:'→';position:absolute;right:-13px;top:34px;color:var(--red);font-weight:900;z-index:2}
.why-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;align-items:center}.why-photo{height:480px;width:100%;object-fit:cover;border-radius:22px}.why-list{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:30px}.why-item{padding:19px;border:1px solid var(--line);border-radius:13px;background:#fff}.why-item b{display:block;margin-bottom:4px}.why-item p{font-size:13px;color:var(--muted);margin:0}
.faq-wrap{display:grid;grid-template-columns:.75fr 1.25fr;gap:60px;align-items:start}.faq-item{border-bottom:1px solid var(--line)}.faq-q{width:100%;background:none;border:0;padding:19px 0;text-align:left;font-weight:800;font-size:16px;display:flex;justify-content:space-between;cursor:pointer}.faq-q:after{content:'+';color:var(--red);font-size:23px}.faq-item.open .faq-q:after{content:'−'}.faq-a{max-height:0;overflow:hidden;transition:.25s;color:var(--muted)}.faq-item.open .faq-a{max-height:230px;padding-bottom:18px}
.cta-band{background:linear-gradient(90deg,#be0e16,var(--red));color:#fff}.cta-band-in{min-height:220px;display:flex;align-items:center;justify-content:space-between;gap:35px}.cta-band h2{font-size:clamp(31px,4vw,50px);line-height:1.04;margin:9px 0 0}.cta-actions{display:flex;gap:11px;flex-wrap:wrap}
.site-footer{background:#090c0f;color:#c5cbd0;padding:70px 0 24px}.footer-grid{display:grid;grid-template-columns:1.7fr .8fr .9fr 1.1fr;gap:46px;padding-bottom:42px}.footer-brand img{width:215px;margin-bottom:20px}.footer-brand p{max-width:430px;color:#9aa3aa}.footer-brand small{display:block;color:#737e86;font-size:11px;max-width:500px}.site-footer h4{color:#fff;margin:0 0 15px}.site-footer .footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:8px}.site-footer a{font-size:13px}.site-footer a:hover{color:var(--yellow)}.site-footer p{font-size:13px;color:#9aa3aa;margin:0}.footer-bottom{border-top:1px solid #24292e;padding-top:22px;display:flex;justify-content:space-between;font-size:12px}.footer-bottom div{display:flex;gap:18px}
.page-hero{min-height:390px;color:#fff;background:linear-gradient(90deg,rgba(8,10,12,.94),rgba(8,10,12,.55)),url('../images/port-bg.jpg') center/cover;display:flex;align-items:center}.page-hero .page-title{margin-bottom:15px}.breadcrumb{font-size:13px;color:#c4c9ce}.breadcrumb a{color:#ffe276}.page-hero p{max-width:720px;color:#d2d7db;font-size:17px}
.content-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center}.content-grid img{border-radius:22px;min-height:430px;object-fit:cover;width:100%}.info-box{padding:25px;background:#fff;border:1px solid var(--line);border-radius:15px}.info-box.red{border-left:5px solid var(--red)}.info-box.yellow{border-left:5px solid var(--yellow)}.info-box h3{margin-top:0}
.product-search-shell{background:#111418;border-radius:18px;padding:26px;color:#fff;margin-top:-52px;position:relative;z-index:3;box-shadow:var(--shadow)}.product-search-shell .search-row{grid-template-columns:1fr .7fr auto}.search-result{margin-top:30px}.result-card{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;padding:22px;border:1px solid var(--line);border-radius:14px;background:#fff;margin-bottom:12px}.result-card h3{margin:0 0 5px}.result-card p{margin:0;color:var(--muted);font-size:13px}.tag{display:inline-flex;padding:5px 9px;background:#f0f1f2;border-radius:99px;font-size:11px;font-weight:700}
.form-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:50px;align-items:start}.form-shell{background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px;box-shadow:0 16px 50px rgba(0,0,0,.08)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;color:#555f67}.field input,.field select,.field textarea{width:100%;border:1px solid #d9dde1;border-radius:9px;padding:12px 13px;outline:none;background:#fff}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(227,27,35,.08)}.field textarea{min-height:130px;resize:vertical}.hidden-hp{position:absolute!important;left:-9999px!important}.form-note{font-size:12px;color:#778087}.alert{padding:13px 15px;border-radius:9px;margin-bottom:18px;font-size:14px}.alert.success{background:#e9f9ed;color:#14733a;border:1px solid #c3eacb}.alert.error{background:#fff0f0;color:#9b2525;border:1px solid #f0c8c8}.side-card{background:#111418;color:#fff;padding:29px;border-radius:18px;position:sticky;top:110px}.side-card h3{font-size:26px;margin:0 0 12px}.side-card p{color:#b6bdc3}.side-points{display:flex;flex-direction:column;gap:13px;margin:22px 0}.side-points span:before{content:'✓';color:var(--yellow);margin-right:9px}.file-label{display:flex;align-items:center;justify-content:space-between;border:1px dashed #b9c0c6;padding:13px;border-radius:9px}.file-label input{border:0;padding:0}
.status-box{max-width:850px;margin:auto}.status-form{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;background:#111418;padding:22px;border-radius:15px}.status-form input{border:0;border-radius:8px;padding:13px}.request-head{background:#111418;color:#fff;padding:26px;border-radius:17px;margin-top:28px;display:flex;justify-content:space-between;gap:20px}.request-head h2{margin:0 0 5px}.request-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:14px 0 22px}.meta{border:1px solid var(--line);border-radius:12px;padding:14px}.meta span{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;display:block}.status-pill{display:inline-flex;padding:7px 11px;border-radius:99px;font-size:11px;font-weight:900;text-transform:uppercase}.status-pill.good{background:#dcf6e5;color:#11733a}.status-pill.bad{background:#ffe0e0;color:#a31b1b}.status-pill.warn{background:#fff1bd;color:#7d5d00}.status-pill.blue{background:#deedff;color:#145c9e}.status-pill.neutral{background:#eceff1;color:#4d5962}.timeline{border:1px solid var(--line);border-radius:15px;padding:24px}.event{position:relative;padding:0 0 24px 36px}.event:last-child{padding-bottom:0}.event:before{content:'';position:absolute;width:14px;height:14px;border-radius:50%;left:0;top:4px;background:var(--yellow);border:3px solid #fff;box-shadow:0 0 0 2px #dfbf32}.event:not(:last-child):after{content:'';position:absolute;left:7px;top:20px;bottom:0;width:2px;background:#e4e7e9}.event h4{margin:0 0 3px}.event p{margin:0;color:var(--muted);font-size:13px}.event time{font-size:11px;color:#8a9299}
.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:30px}.contact-card{padding:21px;border:1px solid var(--line);border-radius:13px}.contact-card b{display:block;margin-bottom:5px}.contact-card span,.contact-card a{font-size:13px;color:var(--muted)}
.legal{max-width:900px;margin:auto}.legal h2{margin-top:34px}
.float-wa{position:fixed;right:22px;bottom:75px;width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-weight:900;font-size:12px;z-index:900;box-shadow:0 12px 30px rgba(0,0,0,.2)}.back-top{position:fixed;right:26px;bottom:20px;width:42px;height:42px;border:0;border-radius:50%;background:var(--red);color:#fff;opacity:0;visibility:hidden;transition:.2s}.back-top.show{opacity:1;visibility:visible}
[data-reveal]{opacity:0;transform:translateY(22px);transition:.6s}[data-reveal].revealed{opacity:1;transform:none}
@media(max-width:1080px){.main-nav{gap:15px;font-size:13px}.brand img{width:180px}.hero-grid{gap:35px}.hero-copy h1{font-size:60px}.category-grid{grid-template-columns:repeat(3,1fr)}.process-grid{grid-template-columns:repeat(3,1fr)}.process-card:after{display:none}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}}
@media(max-width:860px){.topbar{display:none}.nav-wrap{height:70px}.nav-toggle{display:block}.main-nav{position:fixed;inset:70px 0 auto;background:#fff;display:flex;flex-direction:column;align-items:stretch;padding:20px 24px 27px;gap:4px;box-shadow:0 20px 40px rgba(0,0,0,.13);transform:translateY(-130%);opacity:0;pointer-events:none;transition:.25s}.main-nav.open{transform:none;opacity:1;pointer-events:auto}.main-nav>a{padding:11px 5px!important}.main-nav>a:after{display:none}.hero-grid{grid-template-columns:1fr;padding:60px 0 130px}.hero-visual{max-width:680px}.part-search{left:18px;right:18px}.stat-strip{margin-top:0;padding-top:30px}.stats{grid-template-columns:1fr 1fr}.stat:nth-child(2){border-right:0}.stat:nth-child(-n+2){border-bottom:1px solid var(--line)}.about-grid,.why-grid,.faq-wrap,.content-grid,.form-layout{grid-template-columns:1fr}.about-media{order:2;max-width:650px}.about-card{right:10px}.process-grid{grid-template-columns:1fr 1fr}.why-photo{height:400px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:last-child{grid-column:auto}.cta-band-in{padding:42px 0;flex-direction:column;align-items:flex-start}.request-meta{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.container{width:min(var(--container),calc(100% - 28px))}.brand img{width:162px}.hero-grid{padding:48px 0 155px}.hero-copy h1{font-size:43px}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-image{height:330px}.since-badge{width:105px;height:105px}.part-search{bottom:-120px}.search-row,.product-search-shell .search-row,.status-form{grid-template-columns:1fr}.stats{grid-template-columns:1fr}.stat{border-right:0!important;border-bottom:1px solid var(--line)!important}.stat:last-child{border-bottom:0!important}.brand-strip{padding-top:150px}.section{padding:66px 0}.category-grid{grid-template-columns:1fr 1fr}.category-card img{height:125px}.about-media .main{height:400px}.check-list,.why-list{grid-template-columns:1fr}.process-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:12px}.cta-actions{width:100%;flex-direction:column}.cta-actions .btn{width:100%}.page-hero{min-height:330px}.request-head{flex-direction:column}.request-meta{grid-template-columns:1fr}.contact-cards{grid-template-columns:1fr}.category-grid{grid-template-columns:1fr}.float-wa{right:13px}.back-top{right:17px}}

/* ===== SMW Components 1.2 — standardized premium layout / Retina-ready media ===== */
:root{--container:1320px;--radius:18px}
.hero-v2{min-height:690px;background:
 linear-gradient(90deg,rgba(6,8,10,.98) 0%,rgba(8,11,14,.91) 44%,rgba(10,12,15,.74) 100%),
 url('../images/port-bg.jpg') center/cover no-repeat;position:relative;overflow:hidden}
.hero-v2:before{content:'';position:absolute;inset:0;background:linear-gradient(120deg,transparent 0 60%,rgba(227,27,35,.12) 60% 61%,transparent 61%);pointer-events:none}
.hero-v2-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(500px,.92fr);gap:64px;align-items:center;min-height:690px;padding:62px 0 82px}
.hero-v2-copy{max-width:700px;padding-right:10px}.hero-v2-copy h1{font-size:clamp(48px,5.2vw,72px);line-height:1.01;letter-spacing:-.045em;margin:18px 0 22px}.hero-v2-copy>p{max-width:650px;font-size:18px;color:#d5d9dc;margin:0 0 28px}
.hero-trust-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 24px;margin-top:34px;padding-top:24px;border-top:1px solid rgba(255,255,255,.16)}.hero-trust-grid div{display:flex;flex-direction:column}.hero-trust-grid b{font-size:13px;color:#fff}.hero-trust-grid span{font-size:11px;color:#aeb6bd}
.hero-v2-media{position:relative;min-width:0}.hero-photo-shell{position:relative;border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.18);box-shadow:0 34px 80px rgba(0,0,0,.36);background:#0a0d10}.hero-image-v2{width:100%;height:410px;object-fit:cover;object-position:center;display:block}.hero-photo-shell:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(5,7,9,.72));pointer-events:none}.hero-photo-tag{position:absolute;left:22px;right:22px;bottom:18px;z-index:2;display:flex;justify-content:space-between;gap:20px;align-items:end;color:#fff}.hero-photo-tag span{font-size:11px;color:#d1d5d8}.hero-photo-tag b{font-size:11px;letter-spacing:.09em;color:#ffd63f}
.quick-quote{position:relative;z-index:4;margin:-32px 26px 0;background:#fff;border-radius:16px;padding:18px;box-shadow:0 22px 60px rgba(0,0,0,.24);border-top:4px solid var(--red)}.quick-quote-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.quick-quote-head span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--red);font-weight:900}.quick-quote-head b{font-size:15px}.quick-fields{display:grid;grid-template-columns:1fr 1fr;gap:9px}.quick-fields input{border:1px solid #dfe3e6;border-radius:9px;padding:12px 13px;min-width:0;outline:none}.quick-fields input:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(227,27,35,.08)}.quick-fields .btn{grid-column:1/-1}.quick-quote small{display:block;margin-top:9px;color:#727b83;font-size:11px}
.stat-strip-v2{margin-top:-38px}.stats-v2{padding:9px}.stats-v2 .stat{padding:18px 22px}.stats-v2 .stat-i{font-size:14px;min-width:52px}.stats-v2 .stat strong{font-size:18px}.brand-strip-v2{padding:72px 0 34px}.brand-pill{min-width:102px;text-align:center}.brand-pill.featured-brand{background:#111418;color:#fff;border-color:#111418;border-bottom:4px solid var(--yellow);box-shadow:0 10px 24px rgba(0,0,0,.13)}
.section-head-wide{max-width:900px}.category-grid-premium{gap:20px}.premium-card{border-radius:18px}.cat-image-wrap{height:190px;overflow:hidden;background:#eceff1}.category-card .cat-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.002);transition:transform .35s ease;image-rendering:auto}.premium-card:hover .cat-image-wrap img{transform:scale(1.045)}.premium-card .cat-body{min-height:170px;display:flex;flex-direction:column}.premium-card .cat-link{margin-top:auto;padding-top:12px}
.brand-focus-wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}.brand-focus-copy h2{font-size:clamp(36px,4vw,56px);line-height:1.05;letter-spacing:-.04em;margin:12px 0 18px}.brand-focus-copy p{color:var(--muted);font-size:16px}.brand-focus-visual{position:relative}.brand-focus-visual>img{width:100%;height:470px;object-fit:cover;border-radius:22px;box-shadow:var(--shadow)}.focus-badge{position:absolute;left:22px;bottom:22px;background:#111418;color:#fff;border-left:5px solid var(--yellow);border-radius:11px;padding:14px 18px;box-shadow:0 14px 30px rgba(0,0,0,.28)}.focus-badge b{display:block;color:#fff;font-size:20px}.focus-badge span{display:block;color:#c4cacf;font-size:11px}.brand-note{font-size:11px;color:#7b858d;padding:13px 15px;background:#f5f6f7;border-radius:10px;margin:4px 0 22px;border:1px solid #e5e7e9}
.about-grid-v2{grid-template-columns:.9fr 1.1fr}.about-media-v2 .main{height:535px;object-position:center 58%}
.brand-feature-section{padding:78px 0}.brand-focus-dark .brand-focus-copy p{color:#c5cbd0}.brand-focus-dark .check-list span{color:#fff}.brand-focus-dark .check-list span:before{background:#332e10;color:#ffd844}.brand-focus-dark .brand-focus-visual>img{box-shadow:0 28px 70px rgba(0,0,0,.35)}
.page-hero{min-height:350px}.content-grid img{image-rendering:auto}
@media(max-width:1180px){.hero-v2-grid{grid-template-columns:1fr 1fr;gap:38px}.hero-v2-copy h1{font-size:58px}.quick-quote{margin-left:14px;margin-right:14px}.brand-focus-wrap{gap:38px}}
@media(max-width:900px){.hero-v2-grid{grid-template-columns:1fr;min-height:auto;padding:58px 0 74px}.hero-v2-copy{max-width:760px}.hero-v2-media{max-width:760px;width:100%}.hero-image-v2{height:420px}.hero-trust-grid{max-width:650px}.brand-focus-wrap{grid-template-columns:1fr}.brand-focus-visual{order:-1}.brand-focus-visual>img{height:420px}.category-grid-premium{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.hero-v2-grid{padding:44px 0 58px}.hero-v2-copy h1{font-size:42px}.hero-v2-copy>p{font-size:16px}.hero-trust-grid{grid-template-columns:1fr 1fr}.hero-image-v2{height:300px}.hero-photo-tag{display:none}.quick-quote{margin:-18px 10px 0}.quick-fields{grid-template-columns:1fr}.quick-fields .btn{grid-column:auto}.stat-strip-v2{margin-top:0}.brand-strip-v2{padding-top:58px}.category-grid-premium{grid-template-columns:1fr}.cat-image-wrap{height:210px}.brand-focus-visual>img{height:330px}.brand-focus-copy h2{font-size:36px}}

/* ==========================================================
   SMW Components Exact UI v2.0
   Matched to the approved reference: black / white / red,
   standardized desktop proportions, crisp SVG icons and local
   reference imagery. Existing internal-page classes remain intact.
   ========================================================== */
:root{--red:#ed171d;--red2:#c70e14;--ink:#0b0f13;--ink2:#151a20;--soft:#f5f6f7;--line:#e5e7ea;--container:1380px}
body{font-family:Inter,Arial,Helvetica,sans-serif;background:#fff;color:#151a20}
.container{width:min(var(--container),calc(100% - 64px));margin-inline:auto}
.exact-topbar{height:36px;background:linear-gradient(90deg,#0a0d10,#12171c);color:#fff;font-size:12px}
.exact-topbar-in{height:36px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.top-contact,.top-actions,.social-mini{display:flex;align-items:center}.top-contact{gap:26px}.top-contact span,.top-contact a{display:flex;align-items:center;gap:8px;white-space:nowrap;color:#fff}.top-contact svg{width:15px;height:15px;color:var(--red)}
.top-actions{height:100%;gap:22px}.social-mini{gap:19px}.social-mini a{font-weight:800;font-size:12px;color:#fff}.top-quote{height:36px;display:flex;align-items:center;gap:11px;background:var(--red);padding:0 26px;text-transform:uppercase;font-size:11px;font-weight:900;letter-spacing:.01em;margin-right:-32px}.top-quote:hover{background:#ff2028}
.exact-header{position:sticky;top:0;height:82px;background:rgba(255,255,255,.985);z-index:1000;border-bottom:1px solid #e8eaec;box-shadow:none}
.exact-nav-wrap{height:82px;display:grid;grid-template-columns:190px 1fr 44px;align-items:center;gap:24px}
.exact-brand{display:flex;align-items:center}.exact-brand img{width:142px;height:46px;object-fit:contain;image-rendering:auto}.exact-nav{display:flex;align-items:center;justify-content:center;gap:34px;font-size:13px;font-weight:600}.exact-nav>a,.exact-nav .nav-drop>a{padding:30px 0 25px;color:#12171c;position:relative;display:flex;align-items:center;gap:4px}.exact-nav>a:after,.exact-nav .nav-drop>a:after{content:'';position:absolute;left:0;right:100%;height:2px;bottom:20px;background:var(--red);transition:.2s}.exact-nav>a:hover,.exact-nav>a.active,.exact-nav .nav-drop>a:hover,.exact-nav .nav-drop>a.active{color:var(--red)}.exact-nav>a:hover:after,.exact-nav>a.active:after,.exact-nav .nav-drop>a:hover:after,.exact-nav .nav-drop>a.active:after{right:0}.exact-nav svg{width:13px;height:13px}
.nav-drop{position:relative}.nav-drop-menu{position:absolute;top:72px;left:-18px;width:245px;background:#fff;border:1px solid #eceff1;box-shadow:0 18px 45px rgba(0,0,0,.13);padding:10px;border-radius:8px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s;z-index:20}.nav-drop:hover .nav-drop-menu{opacity:1;visibility:visible;transform:none}.nav-drop-menu a{display:block;padding:11px 12px;border-radius:6px;color:#222;font-size:12px}.nav-drop-menu a:hover{background:#f5f6f7;color:var(--red)}
.header-search{width:42px;height:42px;border:1px solid #e0e3e6;border-radius:50%;background:#fff;color:#111;display:grid;place-items:center;cursor:pointer}.header-search:hover{color:var(--red);border-color:#f0b6b9}.header-search svg{width:20px;height:20px}
.search-overlay{position:fixed;inset:0;background:rgba(5,8,11,.83);backdrop-filter:blur(9px);z-index:3000;display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;transition:.22s}.search-overlay.open{opacity:1;visibility:visible}.search-close{position:absolute;right:30px;top:24px;width:46px;height:46px;border:1px solid rgba(255,255,255,.32);border-radius:50%;background:transparent;color:#fff;font-size:28px}.search-modal-card{width:min(760px,100%);background:#fff;border-radius:16px;padding:34px;box-shadow:0 30px 90px rgba(0,0,0,.35)}.search-modal-card>span{color:var(--red);font-size:12px;font-weight:900;text-transform:uppercase}.search-modal-card h2{font-size:32px;line-height:1.15;margin:7px 0 22px}.search-modal-card>div{display:grid;grid-template-columns:1fr auto;gap:10px}.search-modal-card input{border:1px solid #d8dce0;border-radius:8px;padding:15px 16px;outline:none}.search-modal-card p{font-size:13px;color:#68717a;margin-bottom:0}.search-modal-card p a{color:var(--red);font-weight:800}

/* Approved homepage hero */
.exact-hero{position:relative;height:418px;background:radial-gradient(circle at 72% 34%,#2a2e32 0,#151a1f 31%,#0c1116 62%,#091016 100%);overflow:hidden;color:#fff}
.exact-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,10,14,.96) 0%,rgba(6,10,14,.9) 30%,rgba(6,10,14,.18) 55%,rgba(6,10,14,.06) 100%),linear-gradient(0deg,rgba(4,8,11,.18),transparent 50%);z-index:1;pointer-events:none}.hero-bg-glow{position:absolute;inset:0;background:radial-gradient(circle at 70% 44%,rgba(255,255,255,.09),transparent 32%),radial-gradient(circle at 92% 24%,rgba(255,255,255,.13),transparent 22%)}
.hero-visual-layer{position:absolute;inset:0;z-index:1;pointer-events:none}.hero-truck-engine{position:absolute;left:34%;top:0;height:418px;width:556px;object-fit:cover;object-position:center;filter:contrast(1.05) saturate(1.05);clip-path:inset(0 0 0 25%);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 96%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 96%,transparent 100%)}.hero-forklift-ref{position:absolute;right:0;top:38px;height:380px;width:191px;object-fit:cover;object-position:center;filter:contrast(1.03);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 16%,#000 100%);mask-image:linear-gradient(90deg,transparent 0,#000 16%,#000 100%)}
.exact-hero-grid{position:relative;z-index:3;height:418px;display:grid;grid-template-columns:minmax(0,1fr) 313px;gap:45px;align-items:start}.exact-hero-copy{padding-top:43px;max-width:660px}.hero-kicker{font-family:Georgia,'Times New Roman',serif;font-size:25px;font-weight:700;margin:0 0 7px;color:#fff}.exact-hero h1{font-size:50px;line-height:1.02;letter-spacing:-.035em;margin:0;font-weight:900;color:#fff}.exact-hero h1 span{display:inline-block;color:var(--red);margin-top:4px}.hero-lead{font-size:15px;line-height:1.48;margin:18px 0 0;color:#fff;max-width:525px}.hero-benefits{display:grid;grid-template-columns:repeat(4,max-content);gap:25px;margin-top:38px}.hero-benefits>div{display:flex;align-items:center;gap:9px}.hero-benefits i{width:38px;height:38px;border-radius:50%;background:var(--red);display:grid;place-items:center;color:#fff;flex:0 0 38px}.hero-benefits svg{width:20px;height:20px}.hero-benefits span{display:flex;flex-direction:column;line-height:1.15}.hero-benefits b{text-transform:uppercase;font-size:10px}.hero-benefits small{font-size:10px;margin-top:4px;color:#f3f4f4;white-space:nowrap}
.hero-request-card{margin-top:26px;background:linear-gradient(145deg,#c71319,#ed171d);border-radius:11px;padding:25px 28px 23px;color:#fff;box-shadow:0 18px 42px rgba(0,0,0,.28);min-height:366px}.hero-request-card h2{font-size:20px;line-height:1.2;margin:0 0 7px}.hero-request-card>p{font-size:12px;line-height:1.45;margin:0 0 18px}.hero-field{height:38px;background:#fff;border-radius:5px;margin-bottom:8px;display:grid;grid-template-columns:24px 1fr;align-items:center;padding:0 11px;color:#76808a}.hero-field input,.hero-field select{border:0;outline:0;background:transparent;width:100%;height:100%;font-size:11px;color:#68717a}.hero-field select{appearance:auto}.field-ico{font-size:12px;color:#8c959e}.hero-upload{position:relative;overflow:hidden;cursor:pointer}.hero-upload input{position:absolute;inset:0;opacity:0;cursor:pointer}.hero-upload [data-quick-file]{font-size:11px;color:#7b838c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-submit{width:100%;height:43px;border:1px solid rgba(255,255,255,.7);border-radius:5px;background:transparent;color:#fff;font-size:12px;font-weight:900;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:48px;cursor:pointer}.hero-submit:hover{background:#fff;color:var(--red)}.hero-alert{font-size:10px;line-height:1.35;padding:7px 9px;border-radius:5px;margin:-7px 0 8px}.hero-alert.ok{background:#eaf8ee;color:#12602e}.hero-alert.bad{background:#ffe9ea;color:#951419}.hero-alert a{text-decoration:underline;font-weight:800}

/* exact stat / brand strips */
.exact-stats{height:108px;background:#fff;border-bottom:1px solid #eef0f2}.exact-stats-grid{height:108px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center}.exact-stat{min-width:0;height:56px;display:flex;align-items:center;justify-content:center;gap:17px;border-right:1px solid #e0e3e6}.exact-stat:last-child{border-right:0}.exact-stat i{width:49px;height:49px;color:var(--red);display:grid;place-items:center}.exact-stat svg{width:45px;height:45px}.exact-stat span{display:flex;flex-direction:column;line-height:1.05}.exact-stat small{font-size:11px;color:#65707a}.exact-stat b{font-size:21px;color:#111820;margin:1px 0 4px}.exact-stat em{font-style:normal;font-size:10px;color:#727c86}
.exact-brands{height:118px;background:#fff}.exact-brands-grid{height:118px;display:grid;grid-template-columns:170px repeat(6,1fr) 120px;align-items:center;gap:22px}.brand-caption{display:flex;flex-direction:column;align-items:flex-start}.brand-caption b{font-size:17px;line-height:1.2}.brand-caption span{width:40px;height:2px;background:var(--red);margin-top:13px}.exact-brands a:not(.view-brands){height:60px;display:grid;place-items:center}.exact-brands img{max-width:130px;max-height:56px;object-fit:contain}.view-brands{font-size:10px;color:var(--red);font-weight:700;white-space:nowrap}
.specialize-section{background:linear-gradient(90deg,#0a1117,#1a1f24);padding:24px 0 28px;color:#fff}.specialize-grid{display:grid;grid-template-columns:255px repeat(5,1fr);gap:16px;align-items:stretch}.specialize-copy{padding:13px 14px 0 0}.specialize-copy>span{font-size:16px;color:var(--red);font-weight:800}.specialize-copy h2{font-size:21px;margin:4px 0 8px}.specialize-copy i{display:block;width:42px;height:2px;background:var(--red);margin:12px 0 17px}.specialize-copy p{font-size:11px;color:#e5e9ec;line-height:1.55;margin:0}.specialize-card{overflow:hidden;background:linear-gradient(180deg,#30363c,#2a2f35);border-radius:6px;border:1px solid rgba(255,255,255,.08);min-width:0}.spec-image{display:block;height:138px;background:#2c3136;overflow:hidden}.spec-image img{width:100%;height:100%;object-fit:cover;object-position:center;image-rendering:auto;transition:.25s}.specialize-card:hover .spec-image img{transform:scale(1.035)}.specialize-card>div{padding:12px 14px 14px;position:relative;min-height:104px}.specialize-card h3{font-size:15px;margin:0 0 5px;color:#fff}.specialize-card p{font-size:11px;line-height:1.45;margin:0;color:#f0f2f3;padding-right:21px}.spec-arrow{position:absolute;right:12px;bottom:12px;width:25px;height:25px;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center;font-weight:900}.spec-arrow:hover{background:#ff2a31}
.home-help-strip{background:#0d1318;padding:0 0 24px}.home-help-grid{display:grid;grid-template-columns:1.05fr .8fr 1.1fr;gap:12px}.home-help-grid>a{height:84px;background:#171e24;color:#fff;display:flex;align-items:center;gap:18px;padding:0 22px;border-radius:5px}.home-help-grid>a:nth-child(2){background:#fff;color:#141a20}.home-help-grid>a.status-help{background:var(--red);color:#fff}.home-help-grid i{width:46px;height:46px;border:1px solid currentColor;border-radius:50%;display:grid;place-items:center;flex:0 0 46px}.home-help-grid svg{width:25px;height:25px}.home-help-grid span{display:flex;flex-direction:column}.home-help-grid small{font-size:11px}.home-help-grid b{font-size:15px;margin-top:2px}.home-help-grid strong{margin-left:auto;font-size:14px}.status-help strong{background:#fff;color:var(--red);padding:12px 20px;border-radius:4px;font-size:11px;text-transform:uppercase}
.exact-about-home{padding-top:78px}.exact-footer-cta{background:var(--red);color:#fff}.exact-footer-cta-in{min-height:128px;display:flex;align-items:center;justify-content:space-between;gap:30px}.exact-footer-cta span{font-size:12px;text-transform:uppercase;font-weight:800}.exact-footer-cta h2{font-size:27px;margin:4px 0 0}.exact-footer-cta-in>div:last-child{display:flex;align-items:center;gap:14px}.btn-light-red{background:#fff;color:var(--red)}.footer-wa{font-size:13px;font-weight:800;color:#fff}.exact-footer{background:#0a0f14;color:#d7dde2}.exact-footer-grid{padding:54px 0 42px;display:grid;grid-template-columns:1.7fr .8fr 1fr 1.2fr;gap:44px}.footer-logo-chip{background:#fff;display:inline-flex;padding:9px 13px;border-radius:5px;margin-bottom:18px}.footer-logo-chip img{width:142px;height:46px;object-fit:contain}.exact-footer h4{color:#fff;margin:0 0 14px}.exact-footer a{display:block;color:#b7c0c7;font-size:12px;margin:8px 0}.exact-footer a:hover{color:#fff}.exact-footer p{font-size:12px;color:#9fa9b1}.exact-footer-brand small{display:block;font-size:10px;color:#77838c;max-width:540px}.exact-footer-bottom{min-height:67px;border-top:1px solid #20272d;display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#78838c}.exact-footer-bottom>div{display:flex;gap:20px}.exact-footer-bottom a{margin:0;font-size:11px}

/* Internal pages: keep the same visual system */
.page-hero{background:linear-gradient(90deg,rgba(7,11,15,.95),rgba(15,20,25,.78)),url('../images/about-port.jpg') center/cover no-repeat;color:#fff;min-height:310px}.page-hero .page-title{font-size:48px}.page-hero p{color:#e3e7ea;max-width:720px}.page-hero .breadcrumb{color:#f2b9bc}.page-hero .breadcrumb a{color:#fff}.btn-red{background:var(--red)}.btn-red:hover{background:var(--red2)}

@media(max-width:1250px){
 .exact-nav{gap:20px;font-size:12px}.exact-nav-wrap{grid-template-columns:170px 1fr 42px}.exact-hero h1{font-size:44px}.hero-benefits{gap:16px}.exact-hero-grid{grid-template-columns:minmax(0,1fr) 300px}.hero-truck-engine{left:36%}.exact-brands-grid{gap:10px;grid-template-columns:160px repeat(6,1fr) 105px}.exact-brands img{max-width:112px}.specialize-grid{grid-template-columns:220px repeat(5,1fr)}
}
@media(max-width:980px){
 .container{width:min(var(--container),calc(100% - 38px))}.exact-topbar{display:none}.exact-header,.exact-nav-wrap{height:72px}.exact-nav-wrap{grid-template-columns:1fr 44px 44px}.exact-brand img{width:142px}.nav-toggle{display:block;grid-column:2;width:42px}.header-search{grid-column:3;grid-row:1}.exact-nav{position:fixed;top:72px;left:0;right:0;background:#fff;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:18px 22px 25px;gap:0;transform:translateY(-130%);opacity:0;visibility:hidden;box-shadow:0 18px 40px rgba(0,0,0,.15);transition:.22s}.exact-nav.open{transform:none;opacity:1;visibility:visible}.exact-nav>a,.exact-nav .nav-drop>a{padding:11px 5px}.exact-nav a:after{display:none}.nav-drop-menu{position:static;width:auto;box-shadow:none;border:0;padding:0 0 0 12px;opacity:1;visibility:visible;transform:none;display:none}.nav-drop.open .nav-drop-menu{display:block}.exact-hero{height:auto;min-height:690px}.exact-hero-grid{height:auto;min-height:690px;grid-template-columns:1fr;gap:0;padding:40px 0 32px}.exact-hero-copy{padding-top:0;max-width:650px}.exact-hero h1{font-size:46px}.hero-benefits{grid-template-columns:repeat(2,max-content);margin-top:28px}.hero-request-card{width:min(430px,100%);margin:30px 0 0}.hero-visual-layer{opacity:.38}.hero-truck-engine{left:40%;top:0;height:430px}.hero-forklift-ref{display:none}.exact-stats{height:auto}.exact-stats-grid{height:auto;grid-template-columns:repeat(3,1fr);padding:20px 0}.exact-stat{border-bottom:1px solid #e4e7e9;padding:14px 0}.exact-brands{height:auto}.exact-brands-grid{height:auto;grid-template-columns:repeat(4,1fr);padding:24px 0}.brand-caption{grid-column:1/-1}.view-brands{grid-column:1/-1}.specialize-grid{grid-template-columns:repeat(2,1fr)}.specialize-copy{grid-column:1/-1}.home-help-grid{grid-template-columns:1fr}.exact-footer-grid{grid-template-columns:1fr 1fr}.exact-footer-cta-in{padding:28px 0;align-items:flex-start;flex-direction:column}
}
@media(max-width:600px){
 .container{width:min(var(--container),calc(100% - 26px))}.exact-nav-wrap{grid-template-columns:1fr 42px 42px;gap:8px}.exact-brand img{width:136px;height:auto}.exact-hero-grid{padding-top:32px}.hero-kicker{font-size:20px}.exact-hero h1{font-size:37px}.hero-lead{font-size:14px}.hero-benefits{grid-template-columns:1fr 1fr;gap:14px}.hero-benefits i{width:34px;height:34px;flex-basis:34px}.hero-benefits b,.hero-benefits small{font-size:9px}.hero-request-card{padding:22px 20px}.exact-stats-grid{grid-template-columns:1fr 1fr}.exact-stat{justify-content:flex-start;padding-left:14px}.exact-brands-grid{grid-template-columns:repeat(2,1fr);gap:16px}.exact-brands img{max-width:125px}.specialize-grid{grid-template-columns:1fr}.spec-image{height:190px}.home-help-grid>a{height:auto;min-height:78px;flex-wrap:wrap;padding:18px}.home-help-grid strong{margin-left:64px}.status-help strong{margin-left:64px}.exact-footer-grid{grid-template-columns:1fr}.exact-footer-cta-in>div:last-child{align-items:flex-start;flex-direction:column}.search-modal-card{padding:24px}.search-modal-card h2{font-size:25px}.search-modal-card>div{grid-template-columns:1fr}.page-hero .page-title{font-size:38px}
}
