:root{--ink:#102226;--muted:#5d6c70;--brand:#12343b;--brand2:#0f6b63;--accent:#d88a22;--tint:#edf5f2;--line:#dce6e3;--white:#fff;--shadow:0 18px 45px rgba(16,34,38,.13)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55;padding-bottom:0}a{color:inherit}img,iframe{max-width:100%}.container{width:min(1160px,calc(100% - 32px));margin-inline:auto}.narrow{max-width:820px}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:1rem;top:1rem;background:#fff;padding:.7rem 1rem;z-index:1000}.top-strip{background:var(--brand);color:#fff;font-size:.92rem}.top-strip__inner{display:flex;justify-content:flex-end;gap:1rem;padding:.55rem 0}.top-strip a{text-decoration:none}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.nav-shell{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:1rem 0}.brand{display:flex;align-items:center;gap:.8rem;text-decoration:none}.brand small{display:block;color:var(--muted);font-size:.82rem}.main-nav{display:flex;align-items:center;gap:.9rem;font-size:.94rem}.main-nav a{text-decoration:none;color:var(--muted);font-weight:600}.main-nav a:hover,.main-nav a[aria-current=page]{color:var(--brand)}.menu-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:6px;padding:.55rem .75rem}.hero,.subhero{background:linear-gradient(120deg,#f8fbfa 0%,#edf5f2 55%,#fff 100%);padding:clamp(3.8rem,7vw,7rem) 0}.hero__grid,.subhero__grid,.split,.form-layout,.contact-grid,.content-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(1.5rem,4vw,4rem);align-items:center}.eyebrow{color:var(--accent);font-weight:800;text-transform:uppercase;font-size:.78rem;letter-spacing:.08em;margin:0 0 .7rem}h1,h2,h3{line-height:1.08;margin:0 0 1rem}h1{font-size:clamp(2.15rem,5vw,4.85rem);max-width:980px}h2{font-size:clamp(1.55rem,3vw,2.55rem)}h3{font-size:1.16rem}p{margin:0 0 1rem}.hero__lead,.subhero p{font-size:1.16rem;color:var(--muted);max-width:720px}.cta-group{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.5rem 0}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border-radius:7px;padding:.78rem 1rem;text-decoration:none;font-weight:800;border:1px solid transparent;cursor:pointer}.btn--primary{background:var(--accent);color:#1b1208}.btn--dark{background:var(--brand);color:#fff}.btn--wa{background:#1f9d62;color:#fff}.btn--block{width:100%}.proof-list,.check-list{padding:0;margin:1.2rem 0 0;list-style:none;display:grid;gap:.55rem}.proof-list li,.check-list li{padding-left:1.6rem;position:relative}.proof-list li:before,.check-list li:before{content:"";position:absolute;left:0;top:.62rem;width:.55rem;height:.55rem;border-radius:50%;background:var(--accent)}.hero-panel,.quick-card,.side-box,.lead-form{background:#fff;border:1px solid var(--line);border-radius:8px;padding:1.5rem;box-shadow:var(--shadow)}.phone-big{font-size:clamp(1.8rem,4vw,3rem);font-weight:800;line-height:1}.phone-big a{text-decoration:none;color:var(--brand)}.section{padding:clamp(3rem,6vw,5.5rem) 0}.section--tint{background:var(--tint)}.section--dark{background:var(--brand);color:#fff}.section-heading{max-width:760px;margin-bottom:1.8rem}.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.card{background:#fff;border:1px solid var(--line);border-radius:8px;padding:1.2rem;box-shadow:0 8px 24px rgba(16,34,38,.07)}.card--link{text-decoration:none}.card--link:hover{border-color:var(--brand2);transform:translateY(-2px)}.mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}.mini-card,.feature-row>div{background:#fff;border:1px solid var(--line);border-radius:8px;padding:1rem}.feature-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.zone-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.zone-grid a{display:flex;flex-direction:column;gap:.25rem;text-decoration:none;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:8px;padding:1rem}.zone-grid span{color:rgba(255,255,255,.75);font-size:.9rem}.lead-form{display:grid;gap:.85rem}.lead-form label{display:grid;gap:.32rem;font-weight:700}.lead-form input,.lead-form select,.lead-form textarea{width:100%;border:1px solid var(--line);border-radius:6px;padding:.78rem;font:inherit;background:#fff}.privacy-check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start;font-size:.85rem;color:var(--muted)}.privacy-check input{width:auto;margin-top:.25rem}.hp{position:absolute;left:-9999px}.contact-grid iframe{width:100%;height:340px;border:0;border-radius:8px}.content-grid{align-items:start}.content-grid article{min-width:0}.faq{display:grid;gap:.8rem}.faq details{background:#fff;border:1px solid var(--line);border-radius:8px;padding:1rem}.faq summary{font-weight:800;cursor:pointer}.footer{background:#0b1d21;color:#dce6e3;padding:3rem 0}.footer__grid{display:grid;grid-template-columns:1.1fr .8fr 1fr;gap:2rem}.footer a{color:#fff}.mobile-cta{display:none}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
@media (max-width:980px){.main-nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid var(--line);padding:1rem 16px;flex-direction:column;align-items:flex-start}.main-nav.is-open{display:flex}.menu-toggle{display:inline-flex}.hero__grid,.subhero__grid,.split,.form-layout,.contact-grid,.content-grid{grid-template-columns:1fr}.card-grid{grid-template-columns:repeat(2,1fr)}.feature-row,.zone-grid,.footer__grid{grid-template-columns:1fr 1fr}.top-strip__inner{justify-content:center;flex-wrap:wrap}.mobile-cta{position:fixed;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(3,1fr);z-index:60;background:#fff;border-top:1px solid var(--line);box-shadow:0 -8px 24px rgba(16,34,38,.12)}.mobile-cta a{text-align:center;text-decoration:none;font-weight:800;padding:.85rem .4rem}.mobile-cta a:nth-child(2){background:#1f9d62;color:#fff}.mobile-cta a:nth-child(3){background:var(--accent);color:#1b1208}body{padding-bottom:54px}}
@media (max-width:640px){.container{width:min(100% - 24px,1160px)}.hero,.subhero{padding:2.8rem 0}.cta-group{display:grid}.card-grid,.mini-grid,.feature-row,.zone-grid,.footer__grid{grid-template-columns:1fr}.brand small{display:none}.top-strip{display:none}h1{font-size:2.2rem}.hero-panel,.quick-card,.side-box,.lead-form{padding:1rem}}
.hero-visual{position:relative;min-height:520px;border-radius:8px;overflow:hidden;box-shadow:var(--shadow);background:#dce6e3}.hero-visual img{width:100%;height:100%;min-height:520px;object-fit:cover;display:block}.hero-visual .hero-panel{position:absolute;left:1rem;right:1rem;bottom:1rem;background:rgba(255,255,255,.94);backdrop-filter:blur(10px)}@media (max-width:640px){.hero-visual,.hero-visual img{min-height:460px}.hero-visual .hero-panel{left:.75rem;right:.75rem;bottom:.75rem}}
.hero h1,.subhero h1{margin-bottom:1.35rem}.hero__lead,.subhero__grid>div>p:not(.eyebrow){margin-bottom:1.35rem}.section-heading h2{margin-bottom:1.15rem}.section-heading p:not(.eyebrow){max-width:780px;color:rgba(255,255,255,.78)}.section:not(.section--dark) .section-heading p:not(.eyebrow){color:var(--muted)}.content-grid article h2{margin-top:2.4rem;margin-bottom:1rem}.content-grid article h2:first-child{margin-top:0}.content-grid article p{margin-bottom:1.25rem}.card h2,.card h3,.mini-card strong,.feature-row strong{margin-bottom:.75rem}.card p,.feature-row p{margin-top:.7rem}.lead-form h2{margin-bottom:.8rem}.lead-form p{margin-bottom:1.15rem}.quick-card h2,.side-box h2,.hero-panel h2{margin-bottom:1rem}
.brand__logo{width:54px;height:54px;display:block;flex:0 0 auto;object-fit:contain}.side-box h2+ p{font-size:1.05rem;font-weight:700}.credential-proof{display:grid;gap:.28rem;border-left:5px solid var(--brand);padding:.85rem 0 .85rem 1rem;margin:1.1rem 0 0;color:var(--ink);font-size:1rem}.credential-proof strong{font-size:1.08rem;line-height:1.2}.credential-proof span{font-weight:700;line-height:1.25}.credential-proof--compact{margin:.75rem 0 1rem;font-size:.92rem;border-left-color:var(--accent)}.credential-proof--compact strong{font-size:.98rem}.credential-proof--lp{margin:0 0 1.1rem;max-width:760px;background:rgba(255,255,255,.7);border-radius:0 8px 8px 0}
.hero{padding-top:clamp(1.4rem,3vw,2.6rem);padding-bottom:clamp(3rem,5vw,5rem)}.hero .hero__grid{align-items:start}.hero-visual{display:grid;gap:1rem;min-height:0;overflow:visible;background:transparent;box-shadow:none}.hero-visual img{min-height:0;height:auto;aspect-ratio:4/3;object-fit:cover;object-position:58% 50%;border-radius:8px;box-shadow:var(--shadow)}.hero-visual .hero-panel{position:static;background:#fff;backdrop-filter:none}.hero-panel .phone-big{font-size:clamp(1.55rem,3vw,2.35rem)}@media (max-width:980px){.hero{padding-top:2rem}.hero-visual img{aspect-ratio:16/10;object-position:62% 50%}}@media (max-width:640px){.hero{padding-top:1.35rem}.hero-visual,.hero-visual img{min-height:0}.hero-visual img{aspect-ratio:4/3;object-position:62% 50%}}
.legal-copy h2{margin-top:2.2rem;margin-bottom:.8rem}.legal-copy p{margin-bottom:1.15rem}.legal-copy ul{margin-bottom:1.4rem}.offer-band{background:#fff7ec;border-top:1px solid #f0d8b7;border-bottom:1px solid #f0d8b7}.offer-lead,.lp-offer{font-weight:800;color:var(--brand);font-size:1.12rem}.premium-hero{background:linear-gradient(120deg,#102226 0%,#12343b 55%,#0f6b63 100%);color:#fff}.premium-hero p,.premium-hero .hero__lead,.premium-hero .subhero p{color:rgba(255,255,255,.82)}.premium-hero .eyebrow{color:#f2a23a}.section--tight{padding:clamp(1.4rem,3vw,2.6rem) 0}.lp-qualify{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.lp-qualify>div{background:#fff;border:1px solid var(--line);border-radius:8px;padding:1.1rem;box-shadow:0 8px 22px rgba(16,34,38,.06)}.lp-qualify strong{display:block;margin-bottom:.65rem}.lp-qualify ul{margin:.4rem 0 0;padding-left:1.1rem}.lp-qualify li{margin:.35rem 0}.form-warning{border:1px solid #d88a22;background:#fff7ec;color:#5a3307;border-radius:8px;padding:.8rem;font-weight:700}.lp-action-panel{display:grid;grid-template-columns:1fr auto;gap:.7rem 1rem;align-items:center;background:#fff;border:1px solid var(--line);border-left:5px solid var(--accent);border-radius:8px;padding:1rem 1.1rem;margin:1.4rem 0;box-shadow:var(--shadow);max-width:760px}.lp-action-panel span{grid-column:1/-1;color:var(--muted);font-size:.86rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.lp-phone-big{font-size:clamp(2.35rem,6vw,4.7rem);line-height:.95;font-weight:800;color:var(--brand);text-decoration:none;letter-spacing:0}.lp-offer{background:#fff;border-left:4px solid var(--accent);border-radius:8px;padding:1rem 1.1rem;box-shadow:0 8px 22px rgba(16,34,38,.06);max-width:760px}.lp-hero{padding:clamp(1.6rem,4vw,3.5rem) 0 clamp(3rem,6vw,5rem);background:linear-gradient(120deg,#f8fbfa 0%,#edf5f2 58%,#fff 100%)}.lp-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:clamp(1.2rem,3vw,2.2rem)}.lp-shell{display:grid;grid-template-columns:1fr .78fr;gap:clamp(1.5rem,4vw,3rem);align-items:start}.lp-proof{display:grid;gap:.75rem;margin:1.2rem 0 0;padding:0;list-style:none}.lp-proof li{background:#fff;border:1px solid var(--line);border-radius:8px;padding:.9rem 1rem;font-weight:700;box-shadow:0 8px 22px rgba(16,34,38,.06)}.lp-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.lp-mini>div{background:#fff;border:1px solid var(--line);border-radius:8px;padding:1.1rem;box-shadow:0 8px 22px rgba(16,34,38,.06)}.lp-form{position:sticky;top:110px}@media (max-width:980px){.lp-shell,.lp-mini,.lp-qualify{grid-template-columns:1fr}.lp-form{position:static}.lp-topbar{align-items:flex-start}.lp-topbar .btn{white-space:nowrap}}@media (max-width:640px){.lp-topbar{display:grid}.lp-topbar .btn{width:100%}.lp-action-panel{grid-template-columns:1fr}.lp-action-panel .btn{width:100%}.lp-phone-big{font-size:clamp(2.3rem,12vw,3.6rem)}}
.article-card h2{font-size:1.22rem}.article-card span{display:inline-flex;margin-top:.4rem;font-weight:800;color:var(--brand2)}.article-body{font-size:1.05rem}.article-body h2{margin-top:2.3rem}.article-body h2:first-child{margin-top:0}
