:root{
    --red:#e20b12;--red2:#c90008;--dark:#171717;--muted:#686868;
    --cream:#fffdfb;--light:#f6f8fa;--border:#e9e9e9;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--dark);background:#fff}
a{text-decoration:none;color:inherit}
.topbar{background:#fafafa;border-bottom:1px solid #eee;font-size:12px;color:#555;padding:7px 0}
.topbar a{color:#222}.topbar i{color:var(--red)}
.main-nav{box-shadow:0 2px 16px rgba(0,0,0,.06);z-index:1000}
.brand{display:flex;align-items:center;gap:10px;line-height:1}
.brand-mark{width:45px;height:45px;border-radius:50%;display:grid;place-items:center;background:var(--red);color:#fff;font-size:21px;box-shadow:0 4px 12px #e20b1230}
.brand b{font-size:15px;display:block}.brand small{display:block;color:#777;font-size:8px;letter-spacing:2px;margin-top:5px}
.nav-link{font-weight:600;font-size:13px}.nav-link:hover{color:var(--red)}
.hero{min-height:620px;padding:80px 0;position:relative;color:#fff;background-image:url("https://images.unsplash.com/photo-1601584115197-04ecc0da31d8?auto=format&fit=crop&w=1800&q=85");background-size:cover;background-position:center}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.55) 55%,rgba(0,0,0,.32))}
.hero h1{font-size:clamp(40px,5vw,68px);line-height:.98;font-weight:900;max-width:720px;letter-spacing:-2px}
.hero h1 span{display:block;color:#fff}
.hero .lead{max-width:650px;color:#eee}
.eyebrow,.section-kicker{color:var(--red);font-size:11px;font-weight:900;letter-spacing:2px;margin-bottom:10px}
.hero .eyebrow{color:#ffd25b}
.trust-pill{display:inline-flex;align-items:center;gap:10px;background:#fff;color:#222;border-radius:50px;padding:8px 15px 8px 8px}
.google-dot{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#f5f5f5;font-weight:900;color:#4285f4}
.trust-pill small{display:block;color:#777;font-size:9px}.stars{color:#f4ad00;letter-spacing:1px}
.quote-card{background:#fff;color:#222;border-radius:18px;padding:24px;box-shadow:0 25px 60px rgba(0,0,0,.3);border:1px solid #eee}
.quote-head{display:flex;justify-content:space-between;align-items:center;font-weight:900;margin-bottom:14px}.quote-head span{color:var(--red)}
.form-control,.form-select{border-radius:9px;border:1px solid #ddd;padding:11px 12px;font-size:13px}
.form-control:focus,.form-select:focus{border-color:var(--red);box-shadow:0 0 0 .2rem #e20b1218}
.btn-danger{background:var(--red);border-color:var(--red)}.btn-danger:hover{background:var(--red2);border-color:var(--red2)}
.stats-strip{background:var(--red);color:#fff;padding:24px 0}.stats-strip b{font-size:29px;display:block}.stats-strip span{font-size:11px;opacity:.9}
.section{padding:90px 0}.section.light{background:#f8fafb}.bg-pattern{background:#fff;position:relative}
.split-card{display:grid;grid-template-columns:1fr 1fr;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 15px 45px rgba(0,0,0,.08);border:1px solid #eee}
.split-image{min-height:430px;background-size:cover;background-position:center}
.image-about{background-image:url("https://images.unsplash.com/photo-1600518464441-9154a6b6d1c8?auto=format&fit=crop&w=1000&q=80")}
.split-copy{padding:55px}.split-copy h2,.section-heading h2{font-size:clamp(28px,3.3vw,42px);font-weight:900;letter-spacing:-1px}.split-copy h2 span,.section-heading h2 span,h2 span{color:var(--red)}
.split-copy p,.muted{color:var(--muted);line-height:1.8;font-size:14px}
.mini-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;font-size:12px;font-weight:700}.mini-points i,.why-grid i{color:var(--red);margin-right:7px}
.photo-stack{position:relative;max-width:470px;margin:auto}.stack-photo{height:450px;border-radius:20px;background-size:cover;background-position:center}.image-team{background-image:url("https://images.unsplash.com/photo-1556912173-46c336c7fd55?auto=format&fit=crop&w=900&q=80")}
.badge-floating{position:absolute;left:-25px;bottom:25px;background:#fff;padding:15px 18px;border-radius:14px;box-shadow:0 15px 35px rgba(0,0,0,.12);display:grid;grid-template-columns:35px 1fr;column-gap:8px}.badge-floating i{grid-row:span 2;color:var(--red);font-size:27px}.badge-floating b{font-size:12px}.badge-floating small{font-size:9px;color:#777}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:30px}.why-grid>div{padding:18px;border:1px solid #eee;border-radius:13px}.why-grid b{font-size:14px}.why-grid p{font-size:11px;margin:7px 0 0;color:#777}
.section-heading{margin-bottom:42px}.section-heading p{color:#777;font-size:13px}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-card{background:#fff;border:1px solid #eee;border-radius:15px;padding:27px 20px;transition:.25s;box-shadow:0 5px 20px rgba(0,0,0,.03)}.service-card:hover{transform:translateY(-6px);box-shadow:0 16px 30px rgba(0,0,0,.09);border-color:#f3c6c6}.service-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#fff1f1;color:var(--red);font-size:20px;margin-bottom:17px}.service-card h3{font-size:15px;font-weight:800}.service-card p{font-size:11px;color:#777;line-height:1.7;min-height:56px}.service-card a{font-size:11px;color:var(--red);font-weight:800}
.process-section{padding:80px 0;background:linear-gradient(135deg,#a90005,#e20b12);position:relative;overflow:hidden}.process-line{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:55px}.process-item{text-align:center;color:#fff;position:relative}.process-item:before{content:"";position:absolute;top:25px;left:50%;width:100%;border-top:1px dashed #ffffff80;z-index:0}.process-item:last-child:before{display:none}.process-item span{position:relative;z-index:1;width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--red);font-weight:900;margin:auto auto 17px;box-shadow:0 0 0 7px #ffffff20}.process-item b{display:block;font-size:13px}.process-item small{display:block;opacity:.8;font-size:10px;margin-top:6px;padding:0 8px}
.location-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.location-card{background:#fff;border:1px solid #eee;border-radius:13px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:.25s}.location-card:hover{transform:translateY(-5px)}.location-card img{width:100%;height:135px;object-fit:cover}.location-card div{padding:13px}.location-card b{display:block;font-size:14px}.location-card span{font-size:10px;color:#777}.location-card i{color:var(--red)}
.featured{padding:55px 0}.featured-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 20px;border:1px solid #eee;border-radius:14px}.featured-bar>div{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:800}.featured-bar i{color:var(--red);font-size:20px}.featured-bar p{font-size:11px;color:#777;margin:0}.featured-logos{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-top:25px}.featured-logos span{height:55px;border:1px solid #eee;border-radius:10px;display:grid;place-items:center;color:#777;font-size:10px;font-weight:800}
.review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.review-card{background:#fff;border:1px solid #eee;border-radius:14px;padding:22px;box-shadow:0 7px 20px rgba(0,0,0,.04)}.review-card p{font-size:12px;line-height:1.8;color:#555;min-height:95px}.reviewer{display:flex;align-items:center;gap:8px;font-size:12px}.reviewer span{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#ffe6e6;color:var(--red);font-weight:900}
.cert-section{padding:75px 0;background:#fff}.cert-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.cert{text-align:center;border:1px solid #eee;border-radius:15px;padding:25px}.cert i{font-size:38px;color:#d49b21;display:block;margin-bottom:12px}.cert b{display:block;font-size:14px}.cert small{display:block;color:#777;font-size:10px;margin-top:6px}
.faq-section{background:#f8fafb}.faq-accordion{max-width:1000px;margin:auto}.accordion-item{border:1px solid #e6e6e6!important;border-radius:12px!important;margin-bottom:10px;overflow:hidden}.accordion-button{font-weight:700;font-size:13px;box-shadow:none!important}.accordion-button:not(.collapsed){color:var(--red);background:#fff5f5}.accordion-body{font-size:12px;color:#666;line-height:1.8}.faq-cta{margin:30px auto 0;max-width:1000px;background:var(--red);color:#fff;padding:15px;border-radius:12px;display:flex;justify-content:center;gap:20px;align-items:center;font-size:12px}
.cta-section{padding:55px 0}.cta-box{background:var(--red);color:#fff;border-radius:20px;padding:38px 45px;display:flex;justify-content:space-between;align-items:center}.cta-box h2{margin:0;font-weight:900}.cta-box h2 span{color:#ffd33f}
.footer{background:#9f0005;color:#fff;padding:65px 0 20px}.footer .brand b{color:#fff}.footer .brand small{color:#ffdede}.footer p{font-size:12px;color:#ffdada;line-height:1.8}.footer h4{font-size:13px;color:#ffd04d;margin-bottom:15px}.footer a{display:block;font-size:11px;color:#ffecec;margin:9px 0}.footer .socials{display:flex;gap:7px}.footer .socials a{width:31px;height:31px;background:#fff1;border-radius:50%;display:grid;place-items:center;margin:0}.contact-line{font-size:11px;color:#ffecec;margin:12px 0;display:flex;gap:10px}.contact-line i{color:#ffd04d}.footer hr{border-color:#ffffff30;margin:40px 0 18px}.footer-bottom{display:flex;justify-content:space-between;font-size:9px;color:#ffdada}
.floating-wa{position:fixed;right:20px;bottom:20px;width:54px;height:54px;border-radius:50%;background:#20c463;color:#fff;display:grid;place-items:center;font-size:26px;box-shadow:0 8px 25px rgba(0,0,0,.25);z-index:999}
@media(max-width:991px){
    .hero{padding:60px 0}.split-card{grid-template-columns:1fr}.split-image{min-height:300px}.service-grid{grid-template-columns:repeat(2,1fr)}.location-grid{grid-template-columns:repeat(3,1fr)}.review-grid{grid-template-columns:repeat(2,1fr)}.cert-grid{grid-template-columns:repeat(2,1fr)}.process-line{grid-template-columns:repeat(3,1fr);gap:30px}.process-item:before{display:none}.featured-bar,.cta-box{flex-direction:column;text-align:center}.featured-logos{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:575px){
    .hero h1{font-size:39px}.section{padding:60px 0}.split-copy{padding:30px}.mini-points,.why-grid{grid-template-columns:1fr}.service-grid,.review-grid,.location-grid,.cert-grid{grid-template-columns:1fr 1fr}.location-card img{height:110px}.process-line{grid-template-columns:repeat(2,1fr)}.featured-logos{grid-template-columns:repeat(2,1fr)}.footer-bottom{flex-direction:column;gap:8px}.hero .lead{font-size:14px}
}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}
.reveal.visible{opacity:1;transform:none}
