:root{--ink:#10251d;--green:#12372a;--green2:#1d5a40;--lime:#b9e77b;--cream:#f4f3ea;--white:#fff;--muted:#607068;--line:#dbe3dd;--orange:#e5963b;--shadow:0 18px 50px rgba(16,37,29,.1);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font:16px/1.65 system-ui,-apple-system,"Segoe UI",sans-serif}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}.container{width:min(1160px,calc(100% - 40px));margin:auto}.skip{position:fixed;left:12px;top:-60px;background:#fff;padding:12px;z-index:999}.skip:focus{top:12px}.icon{width:1.2em;height:1.2em;vertical-align:-.18em;flex:none}

/* ── HEADER ──────────────────────────────────────────── */
.site-header{height:82px;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(18,55,42,.09);position:sticky;top:0;z-index:50;backdrop-filter:blur(14px)}.nav-wrap{height:100%;display:flex;align-items:center;gap:34px}.brand{display:flex;align-items:center;gap:12px;margin-right:auto;line-height:1}.brand img{border-radius:13px}.brand span{display:grid;gap:5px}.brand strong{font-size:18px;letter-spacing:.04em}.brand small{font-size:9px;letter-spacing:.15em;color:var(--muted)}nav{display:flex;align-items:center;gap:24px}nav a{font-weight:650;font-size:14px}nav a:hover{color:var(--green2)}.call,.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:12px;padding:12px 18px;font-weight:800;border:1px solid transparent;transition:.2s}.call,.btn-primary{background:var(--lime);color:var(--green)}.call:hover,.btn-primary:hover{background:#c9f48e;transform:translateY(-1px)}.btn-dark{background:var(--green);color:#fff}.btn-outline{border-color:rgba(255,255,255,.45);color:#fff}.menu{display:none;background:none;border:0;padding:10px;font-size:24px}

/* ── BREADCRUMB ──────────────────────────────────────── */
.breadcrumb{margin-bottom:18px;font-size:14px;color:rgba(255,255,255,.65)}.breadcrumb a{color:rgba(255,255,255,.75);text-decoration:underline;text-underline-offset:3px}.breadcrumb a:hover{color:#fff}.breadcrumb span[aria-hidden]{margin:0 6px;opacity:.5}

/* ── HERO ─────────────────────────────────────────────── */
.hero{min-height:680px;color:#fff;background:linear-gradient(rgba(18, 55, 42, 0.85), rgba(18, 55, 42, 0.85)), url('/public/uploads/hero-bg.webp') center/cover no-repeat;overflow:hidden;position:relative;display:flex;align-items:center}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 30%,rgba(185,231,123,.16),transparent 28%),linear-gradient(120deg,transparent 55%,rgba(255,255,255,.04) 55% 56%,transparent 56% 64%,rgba(255,255,255,.04) 64% 65%,transparent 65%)}.hero:after{content:"♻";position:absolute;right:6%;font-size:390px;line-height:1;color:rgba(185,231,123,.11);transform:rotate(-12deg)}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:70px;padding:88px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;font-size:12px;letter-spacing:.14em;font-weight:850;color:var(--green2);background:#e8f4e0;padding:7px 11px;border-radius:99px}.hero .eyebrow,.page-hero .eyebrow{color:var(--lime);background:rgba(185,231,123,.12)}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.12;letter-spacing:-.025em}.hero h1{font-size:clamp(44px,6vw,77px);max-width:850px;margin:22px 0}.hero h1 em{font-style:normal;color:var(--lime)}.hero-lead{font-size:19px;color:#d5e1dc;max-width:690px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:31px 0}.trust-row{display:flex;gap:24px;flex-wrap:wrap;color:#d7e6df;font-size:14px}.trust-row span{display:flex;align-items:center;gap:7px}.hero-card{background:#fff;color:var(--ink);border-radius:28px;padding:28px;box-shadow:0 30px 70px rgba(0,0,0,.25);transform:rotate(2deg)}.hero-card h2{font-size:25px}.quote-list{display:grid;gap:14px}.quote-item{display:flex;gap:13px;padding:14px;border:1px solid var(--line);border-radius:14px}.quote-item .icon{color:var(--green2);font-size:22px}.hero-phone{background:var(--cream);border-radius:15px;padding:17px;margin-top:18px;display:flex;align-items:center;gap:12px}.hero-phone strong{display:block;font-size:21px}.hero-phone-icon{flex:none}

/* ── SECTIONS ────────────────────────────────────────── */
.section{padding:92px 0}.section-soft{background:var(--cream)}.section-dark{background:var(--green);color:#fff}.section-head{max-width:720px;margin-bottom:38px}.section-head h2{font-size:clamp(34px,4vw,52px);margin:16px 0}.section-head p{color:var(--muted);font-size:18px}.section-dark .section-head p{color:#c9d8d1}

/* ── CARDS ────────────────────────────────────────────── */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:27px;transition:.2s;display:flex;flex-direction:column}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#b9cfc0}.card-icon{width:48px;height:48px;border-radius:14px;background:#e7f3df;color:var(--green2);display:grid;place-items:center;font-size:23px;margin-bottom:18px}.card h3{font-size:22px}.card p{color:var(--muted);flex:1}.card-link{color:var(--green2);font-weight:800}

/* ── STEPS ────────────────────────────────────────────── */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;counter-reset:step}.step{counter-increment:step;padding:30px;border-left:1px solid rgba(255,255,255,.2)}.step:before{content:"0" counter(step);color:var(--lime);font-weight:900;font-size:13px;letter-spacing:.1em}.step h3{font-size:25px;margin:13px 0}.step p{color:#c9d8d1}

/* ── SPLIT & FEATURES ────────────────────────────────── */
.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.feature-panel{background:var(--green);border-radius:30px;padding:42px;color:#fff;min-height:450px;display:flex;flex-direction:column;justify-content:end;position:relative;overflow:hidden}.feature-panel:before{content:"♻";position:absolute;top:-60px;right:-35px;font-size:270px;color:rgba(185,231,123,.12)}.feature-panel strong{font-size:58px;color:var(--lime);line-height:1}.checks{display:grid;gap:14px;margin:25px 0}.checks div{display:flex;gap:12px}.checks .icon{color:var(--green2);margin-top:4px}

/* ── REGIONS ─────────────────────────────────────────── */
.regions{display:flex;flex-wrap:wrap;gap:10px}.regions span,.regions a{padding:9px 13px;background:#fff;border:1px solid var(--line);border-radius:99px;font-weight:700;font-size:14px;transition:.2s}.regions a:hover{background:var(--green);color:#fff;border-color:var(--green)}

/* ── CTA ─────────────────────────────────────────────── */
.cta{background:var(--lime);border-radius:30px;padding:55px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{font-size:clamp(32px,4vw,50px);max-width:700px;margin-bottom:8px}.cta p{margin:0}

/* ── PAGE HERO ───────────────────────────────────────── */
.page-hero{padding:90px 0 82px;background:var(--green);color:#fff}.page-hero h1{font-size:clamp(40px,5vw,64px);margin:18px 0}.page-hero p{color:#d2ded9;font-size:19px;max-width:750px}

/* ── PROSE / CONTENT ─────────────────────────────────── */
.content{max-width:780px}.prose{font-size:18px}.prose h2{font-size:32px;margin-top:42px}.prose h3{font-size:25px;margin-top:32px}.prose a{color:var(--green2);text-decoration:underline}

/* ── BLOG ─────────────────────────────────────────────── */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.post-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff}.post-card img,.post-placeholder{aspect-ratio:16/9;width:100%;object-fit:cover;background:linear-gradient(135deg,var(--green),var(--green2));display:grid;place-items:center;color:var(--lime);font-size:70px}.post-body{padding:23px}.post-body time{font-size:13px;color:var(--muted)}.post-body h2{font-size:23px;margin:8px 0 12px}

/* ── CONTACT ─────────────────────────────────────────── */
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px}.contact-box{border:1px solid var(--line);border-radius:var(--radius);padding:27px;background:#fff}.contact-line{display:flex;gap:14px;margin:20px 0}.contact-line .card-icon{flex:none;margin:0}.map{width:100%;height:420px;border:0;border-radius:var(--radius)}

/* ── FAQ ──────────────────────────────────────────────── */
.faq{max-width:850px}.faq-item{border-bottom:1px solid var(--line)}.faq-item button{width:100%;text-align:left;background:none;border:0;padding:22px 0;font:800 18px system-ui;display:flex;justify-content:space-between;cursor:pointer}.faq-item button:hover{color:var(--green2)}.faq-item div{padding:0 0 22px;color:var(--muted)}

/* ── REVIEWS ─────────────────────────────────────────── */
.reviews-section{background:#eef4ee}.reviews-head{display:flex;align-items:end;justify-content:space-between;gap:35px;margin-bottom:30px}.reviews-head h2{font-size:clamp(34px,4vw,50px);margin:16px 0 8px}.reviews-head p{color:var(--muted);margin:0}.google-score{min-width:220px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:19px 22px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:1px 12px;box-shadow:var(--shadow)}.google-score strong{font-size:36px;line-height:1;grid-row:2/4}.google-score small{color:var(--muted)}.google-word{font-weight:750;color:#454b48}.google-word i,.google-g{font-style:normal;font-weight:900;color:#4285f4}.stars{color:#f3ad21;letter-spacing:2px;font-size:17px}.review-grid{display:grid;grid-template-columns:1fr 1fr 1.1fr;gap:18px}.review-card,.review-cta{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px}.review-top{display:flex;align-items:center;gap:12px}.review-top h3{font-size:17px;margin:0 0 3px}.review-top .google-g{margin-left:auto;font-size:20px}.avatar{width:45px;height:45px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:900}.review-card p{color:var(--muted);margin:25px 0}.review-card small,.review-note{color:var(--muted)}.review-cta{background:var(--green);color:#fff}.review-cta h3{font-size:25px;margin:15px 0 8px}.review-cta p{color:#cddbd4}.review-cta .card-link{display:block;color:var(--lime);margin-top:15px}.review-cta .google-word{color:#fff}.review-note{font-size:12px;margin:16px 0 0}

/* ── FOOTER ──────────────────────────────────────────── */
footer{background:#0b251a;color:#d8e3de;padding:70px 0 0}.footer-grid{display:grid;grid-template-columns:1.4fr .85fr .85fr 1.15fr;gap:45px}.brand-light strong{color:#fff}.brand-light small{color:#b8c9c0}.footer-desc{color:#a9bdb3;font-size:14px;line-height:1.7;margin-top:14px}.footer-grid h3{font-size:14px;color:#fff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:14px}.footer-grid>div>a{display:flex;gap:8px;margin:9px 0;color:#c1d0c8;font-size:14px;transition:color .2s}.footer-grid>div>a:hover{color:var(--lime)}.footer-grid p{color:#a9bdb3;font-size:14px}.footer-regions{color:#8ba295!important;font-size:13px!important;margin-top:14px!important;line-height:1.8}.footer-phone{font-size:18px;font-weight:800;color:#fff!important;display:flex!important;align-items:center;gap:10px;margin-bottom:10px!important}.footer-phone .icon{color:var(--lime)}.footer-phone:hover{color:var(--lime)!important}.footer-addr{font-size:13px!important;line-height:1.6}

/* Footer SEO paragraph */
.footer-seo{border-top:1px solid rgba(255,255,255,.08);margin-top:45px;padding-top:25px}.footer-seo h3{margin:0 0 12px;color:#fff;font-size:14px}.footer-search-links{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.footer-search-links a{border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:6px 11px;color:#cfe0d7;font-size:13px}.footer-search-links a:hover{border-color:var(--lime);color:var(--lime)}.footer-seo p{color:#7a9488;font-size:13px;line-height:1.75;margin:0}

/* Footer bottom */
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:22px;padding:22px 0 30px;display:flex;gap:25px;color:#91a99e;font-size:13px}.footer-bottom span{margin-right:auto}

/* ── MOBILE CALL BAR ─────────────────────────────────── */
.mobile-call{display:none}.phone-num{padding-left:10px;border-left:1px solid rgba(18,55,42,.25)}

/* ── MISC ────────────────────────────────────────────── */
.flash{position:fixed;z-index:70;right:20px;top:100px;padding:14px 18px;border-radius:12px;background:#dff6dd;box-shadow:var(--shadow)}.not-found{text-align:center;padding:130px 20px}.not-found strong{font-size:90px;color:var(--green2)}

/* ── TABLET ──────────────────────────────────────────── */
@media(max-width:900px){.site-header{height:72px}.brand img{width:44px;height:44px}.call-head{display:none}.menu{display:block}.site-header nav{display:none;position:absolute;left:20px;right:20px;top:70px;padding:20px;background:#fff;border-radius:15px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.site-header nav.open{display:flex}.hero-grid,.split,.contact-grid{grid-template-columns:1fr}.hero{min-height:auto}.hero-card{transform:none;max-width:600px}.cards,.blog-grid{grid-template-columns:repeat(2,1fr)}.reviews-head{align-items:stretch;flex-direction:column}.google-score{width:100%}.review-grid{grid-template-columns:1fr 1fr}.review-cta{grid-column:1/-1}.footer-grid{grid-template-columns:1fr 1fr}.cta{align-items:flex-start;flex-direction:column}.mobile-call{display:flex;position:fixed;z-index:60;bottom:12px;left:12px;right:12px;height:58px;background:var(--lime);color:var(--green);border-radius:16px;align-items:center;justify-content:center;gap:10px;font-weight:900;box-shadow:0 10px 35px rgba(0,0,0,.25)}body{padding-bottom:76px}footer{padding-bottom:10px}}

/* ── PHONE ───────────────────────────────────────────── */
@media(max-width:620px){.container{width:min(100% - 28px,1160px)}.brand strong{font-size:15px}.hero-grid{padding:64px 0;gap:35px}.hero h1{font-size:42px}.hero:after{font-size:260px}.hero-card{padding:20px}.section{padding:65px 0}.cards,.blog-grid,.steps,.review-grid{grid-template-columns:1fr}.review-cta{grid-column:auto}.section-head h2{font-size:35px}.feature-panel{min-height:360px;padding:28px}.cta{padding:30px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-wrap:wrap}.footer-bottom span{width:100%}.page-hero{padding:65px 0}.contact-grid{gap:15px}.map{height:320px}.breadcrumb{font-size:13px}}

/* ── A11Y ────────────────────────────────────────────── */
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
