*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Segoe UI',system-ui,Arial,sans-serif;color:#1b2733;line-height:1.55;background:#fff}
.wrap{max-width:1040px;margin:0 auto;padding:0 18px}
a{color:inherit}
header{background:#0d2b45;color:#fff;padding:10px 0;position:sticky;top:0;z-index:20}
header .wrap{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}
.brand{font-weight:800;font-size:1.15rem;text-decoration:none}.brand span{color:#ff7a45}
nav a{color:#dbe6f0;text-decoration:none;margin:0 10px;font-size:.92rem}
nav a:hover{color:#fff}
.callbtn{background:#ff7a45;color:#0d2b45;font-weight:800;padding:9px 16px;border-radius:8px;text-decoration:none;white-space:nowrap}
.hero{background:linear-gradient(rgba(8,22,38,.8),rgba(8,22,38,.8)),url('https://images.unsplash.com/photo-1581244277943-fe4a9c777189?auto=format&fit=crop&w=1400&q=60');background-size:cover;background-position:center;color:#fff;padding:60px 0}
.hero.plumb{background:linear-gradient(rgba(8,22,38,.82),rgba(8,22,38,.82)),url('https://images.unsplash.com/photo-1607472586893-edb57bdc0e39?auto=format&fit=crop&w=1400&q=60');background-size:cover;background-position:center}
.hero.remodel{background:linear-gradient(rgba(8,22,38,.82),rgba(8,22,38,.82)),url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1400&q=60');background-size:cover;background-position:center}
.hero h1{font-size:2.25rem;line-height:1.15;max-width:760px}
.hero p{font-size:1.12rem;margin:14px 0 22px;max-width:660px;color:#e7eef5}
.badges{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}
.badge{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);padding:6px 12px;border-radius:20px;font-size:.84rem}
.cta{display:inline-block;background:#ff7a45;color:#0d2b45;font-weight:800;padding:14px 26px;border-radius:9px;text-decoration:none;font-size:1.05rem}
.cta.alt{background:transparent;border:2px solid #fff;color:#fff;margin-left:10px}
section{padding:44px 0}
h2{font-size:1.55rem;color:#0d2b45;margin-bottom:14px}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin-top:18px}
.card{border:1px solid #e2e8f0;border-radius:12px;padding:20px;background:#f8fafc}
.card h3{color:#0d2b45;margin-bottom:6px;font-size:1.1rem}
.svc{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;margin-top:18px}
.svc a{display:block;border:1px solid #e2e8f0;border-radius:12px;padding:24px;background:#f8fafc;text-decoration:none;transition:.15s}
.svc a:hover{border-color:#ff7a45;transform:translateY(-2px)}
.svc h3{color:#0d2b45;font-size:1.25rem;margin-bottom:6px}.svc p{color:#41505f}.svc .go{color:#ff7a45;font-weight:700;margin-top:8px;display:inline-block}
.steps{counter-reset:s;list-style:none;margin-top:18px}
.steps li{counter-increment:s;padding:12px 0 12px 52px;position:relative;border-bottom:1px solid #eef2f6}
.steps li::before{content:counter(s);position:absolute;left:0;top:10px;background:#ff7a45;color:#0d2b45;font-weight:800;width:34px;height:34px;border-radius:50%;display:grid;place-items:center}
.form{background:#0d2b45;color:#fff;border-radius:14px;padding:28px}
.form h2{color:#fff}
.form label{display:block;font-size:.85rem;margin:12px 0 4px;color:#cdd8e4}
.form input,.form select,.form textarea{width:100%;padding:11px;border-radius:8px;border:1px solid #2a4a66;background:#0a2236;color:#fff;font-size:1rem}
.form button{margin-top:18px;width:100%;background:#ff7a45;color:#0d2b45;font-weight:800;border:0;padding:14px;border-radius:9px;font-size:1.08rem;cursor:pointer}
.faq dt{font-weight:700;color:#0d2b45;margin-top:16px}
.faq dd{margin:4px 0 0;color:#33414f}
footer{background:#0a2236;color:#9fb2c4;padding:28px 0;font-size:.9rem}
footer a{color:#ff7a45;text-decoration:none}
.disc{font-size:.78rem;color:#6f8296;margin-top:14px;max-width:800px}
@media(max-width:600px){.hero h1{font-size:1.65rem}.cta.alt{margin-left:0;margin-top:10px}nav{display:none}}
