*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#0d0d0d;color:#f5f5f5;font-family:"Poppins",Arial,sans-serif}
a{color:inherit;text-decoration:none}
.site-header{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:15px 5%;background:#050505;border-bottom:2px solid #b50000}
.service-brand{display:block;width:min(560px,55vw);height:82px;overflow:hidden}
.service-brand img{display:block;width:100%;height:auto;transform:translateY(-34%)}
.site-header nav{display:flex;gap:25px;font-weight:600}
.site-header nav a:hover,.breadcrumb a:hover{color:#ff4545}
.service-shell{width:min(1120px,90%);margin:0 auto}
.service-hero{padding:76px 0;background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(34,0,0,.75)),url("../images/hero.jpg") center/cover}
.breadcrumb{display:flex;gap:10px;margin-bottom:28px;color:#c8c8c8;font-size:.85rem}
.eyebrow{color:#ff4a4a;font-weight:700;letter-spacing:.13em;text-transform:uppercase;font-size:.82rem}
.service-hero h1{max-width:850px;margin:12px 0 18px;font-size:clamp(2.1rem,5vw,4rem);line-height:1.12}
.service-hero p{max-width:820px;margin:0;color:#e1e1e1;font-size:1.08rem;line-height:1.8}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.button{padding:13px 20px;border:1px solid #ff3b3b;border-radius:9px;font-weight:700}
.button.primary{background:#c60000}.button.primary:hover{background:#e00000}
.button.secondary{background:rgba(0,0,0,.45)}
.service-section{padding:68px 0}
.service-section.muted{background:#151515;border-block:1px solid #292929}
.service-section h2,.local-coverage h2{margin-top:0;font-size:clamp(1.55rem,3vw,2.25rem)}
.service-section p,.local-coverage p{color:#cacaca;line-height:1.8}
.two-column{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:40px;align-items:start}
.info-card{padding:28px;background:#171717;border:1px solid #373737;border-left:3px solid #d00000;border-radius:14px}
.info-card h2{font-size:1.25rem}
.info-card ul{padding-left:20px;margin-bottom:0;color:#ddd}
.info-card li{margin:10px 0;line-height:1.55}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:0;list-style:none;counter-reset:steps}
.process-grid li{position:relative;padding:52px 20px 22px;background:#202020;border:1px solid #343434;border-radius:13px;counter-increment:steps}
.process-grid li:before{content:counter(steps);position:absolute;top:15px;left:20px;width:27px;height:27px;display:grid;place-items:center;background:#c90000;border-radius:50%;font-weight:700}
.process-grid strong,.process-grid span{display:block}.process-grid span{margin-top:8px;color:#bdbdbd;line-height:1.55;font-size:.9rem}
.faq-wrap{max-width:900px}
.faq-wrap details{border-top:1px solid #333}.faq-wrap details:last-child{border-bottom:1px solid #333}
.faq-wrap summary{padding:17px 0;cursor:pointer;font-weight:600}.faq-wrap details p{margin:0 0 18px}
.local-coverage{padding:55px 0;background:linear-gradient(135deg,#240000,#100000)}
.related-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.related-links a{padding:9px 13px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:999px;font-size:.87rem}
.related-links a:hover{border-color:#ff4545}
footer{display:flex;justify-content:space-between;gap:25px;padding:34px 5%;background:#050505;color:#bfbfbf;border-top:1px solid #292929}
footer div,footer a,footer span{display:block}footer strong{color:#fff}footer a{margin-bottom:7px;color:#eee}
.back-to-top{position:fixed;right:22px;bottom:22px;width:50px;height:50px;display:grid;place-items:center;color:#fff;background:#202020;border:1px solid rgba(255,255,255,.22);border-radius:50%;box-shadow:0 5px 20px rgba(0,0,0,.35);z-index:9998;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .2s ease,transform .2s ease,background .2s ease}
.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}
.back-to-top:hover{background:#c60000}
.back-to-top svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:850px){.site-header{flex-direction:column}.service-brand{width:min(500px,90vw)}.site-header nav{gap:16px;font-size:.88rem}.two-column{grid-template-columns:1fr}.process-grid{grid-template-columns:repeat(2,1fr)}footer{flex-direction:column}}
@media(max-width:520px){.service-header{padding-inline:14px}.service-brand{height:62px}.service-hero{padding:55px 0}.process-grid{grid-template-columns:1fr}.service-section{padding:50px 0}.button{width:100%;text-align:center}}
