:root{--bg: #eef3f4;--paper: #ffffff;--soft: #f6faf9;--line: #d4e0e3;--text: #172126;--muted: #5d6b73;--accent: #0f766e;--accent-dark: #104f4a;--gold: #f6c453;--shadow: 0 22px 60px rgba(23, 33, 38, .1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}button,input,select{font:inherit}input:focus-visible,select:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);background:#ffffffeb;padding:16px clamp(20px,5vw,72px);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand,nav,.hero-actions{display:flex;align-items:center}.brand{gap:10px;text-decoration:none}.brand span{display:grid;width:38px;height:38px;place-items:center;border-radius:10px;background:var(--accent);color:#fff;font-weight:850}nav{gap:6px}nav a{border-radius:8px;padding:10px 12px;color:var(--muted);font-weight:750;text-decoration:none}nav a:hover{background:var(--soft);color:var(--accent-dark)}main{display:grid;gap:24px;padding:28px clamp(20px,5vw,72px) 54px}.hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);min-height:calc(100vh - 120px);gap:28px;align-items:center}.hero-copy{max-width:840px}.eyebrow{margin:0 0 10px;color:var(--accent);font-size:12px;font-weight:850;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:18px;font-size:clamp(42px,6vw,78px);line-height:.96;letter-spacing:0}h2{margin-bottom:0;font-size:clamp(28px,3vw,44px);line-height:1.05;letter-spacing:0}h3{margin-bottom:8px;font-size:20px}.lead{max-width:720px;margin-bottom:26px;color:var(--muted);font-size:20px;line-height:1.55}.hero-actions{flex-wrap:wrap;gap:12px}.contact-strip{display:flex;flex-wrap:wrap;align-items:center;gap:10px;width:fit-content;margin-top:18px;border:1px solid var(--line);border-radius:999px;background:#ffffffc7;padding:8px 12px;box-shadow:0 12px 28px #1721260f}.contact-strip span,.cta-email span{color:var(--muted);font-size:12px;font-weight:850;text-transform:uppercase}.contact-strip a,.cta-email a{color:var(--accent-dark);font-weight:850;text-decoration:none}.contact-strip a:hover,.cta-email a:hover{text-decoration:underline}.primary-action,.secondary-action{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:8px;padding:0 18px;font-weight:850;text-decoration:none}.primary-action{background:var(--accent);color:#fff;box-shadow:0 16px 32px #0f766e38}.primary-action:hover{background:var(--accent-dark)}.secondary-action{border:1px solid var(--line);background:var(--paper)}.secondary-action:hover{border-color:var(--accent);background:var(--soft)}.hero-panel,.section-band,.split-section,.calculator-section,.faq-section,.cta-section{border:1px solid var(--line);border-radius:12px;background:var(--paper);box-shadow:var(--shadow)}.hero-panel{display:grid;gap:14px;padding:18px}.score-card{border-radius:10px;background:var(--accent);color:#fff;padding:24px}.score-card span{color:#dbfffa;font-size:13px;font-weight:850;text-transform:uppercase}.score-card strong{display:block;margin:12px 0 8px;font-size:64px;line-height:1}.score-card p{margin-bottom:0;color:#e9fffc}.audit-snapshot{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0}.audit-snapshot div{min-width:0;border:1px solid var(--line);border-radius:10px;background:var(--soft);padding:14px}dt{color:var(--muted);font-size:12px;font-weight:850;text-transform:uppercase}dd{margin:5px 0 0;font-size:24px;font-weight:850}.section-band,.split-section,.calculator-section,.faq-section,.cta-section{padding:clamp(24px,4vw,44px)}.section-band.muted{background:var(--soft)}.section-heading{display:grid;max-width:780px;gap:8px;margin-bottom:24px}.offer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.offer-grid article,.calculator-card,.estimate-card,.process-list li,details{border:1px solid var(--line);border-radius:10px;background:#fff;padding:18px}.offer-grid span{display:inline-grid;min-width:38px;min-height:30px;place-items:center;border-radius:999px;background:#fff4d7;color:#7b5200;font-weight:850}.offer-grid h3{margin-top:18px}.offer-grid p,.split-section p,.cta-section p,.estimate-card p{color:var(--muted);line-height:1.55}.split-section{display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);gap:28px;align-items:start}.audience-list,.faq-list,.calculator-card{display:grid;gap:10px}.audience-list p{margin:0;border:1px solid var(--line);border-left:5px solid var(--accent);border-radius:8px;background:#fff;padding:14px 16px;color:var(--text);font-weight:750}.calculator-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,390px);gap:16px;align-items:stretch}label{display:grid;gap:8px;color:var(--muted);font-size:14px;font-weight:750}select,input[type=range]{width:100%}select{min-height:46px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text);padding:0 12px}input[type=range]{accent-color:var(--accent)}.checkbox-label{grid-template-columns:auto minmax(0,1fr);align-items:center;min-height:46px;border:1px solid var(--line);border-radius:8px;background:var(--soft);padding:10px 12px;color:var(--text)}.checkbox-label input{width:18px;height:18px;accent-color:var(--accent)}.estimate-card{display:grid;align-content:center}.estimate-card span{color:var(--accent);font-size:12px;font-weight:850;text-transform:uppercase}.estimate-card strong{display:block;margin:8px 0 10px;font-size:36px;line-height:1}.process-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none}.process-list li{display:grid;gap:8px}.process-list strong{font-size:18px}.process-list span{color:var(--muted);line-height:1.5}summary{cursor:pointer;color:var(--text);font-weight:850}details p{margin:12px 0 0;color:var(--muted);line-height:1.55}.cta-section{display:flex;align-items:center;justify-content:space-between;gap:24px;background:#102f2d;color:#fff}.cta-section .eyebrow,.cta-section p{color:#d7fffa}.cta-email{display:inline-flex;flex-wrap:wrap;align-items:center;gap:10px;margin:8px 0 0;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#ffffff14;padding:8px 12px}.cta-email span{color:#a9e9e2}.cta-email a{color:#fff}.cta-section .primary-action{flex:0 0 auto;background:var(--gold);color:#1f2933;box-shadow:none}footer{border-top:1px solid var(--line);padding:22px clamp(20px,5vw,72px);color:var(--muted);background:#fff}footer p{margin:0}@media(max-width:980px){.hero,.split-section,.calculator-grid,.offer-grid,.process-list{grid-template-columns:1fr}.hero{min-height:auto;padding-top:24px}.cta-section{align-items:stretch;flex-direction:column}}@media(max-width:640px){.site-header{align-items:stretch;flex-direction:column}nav{overflow:auto}.audit-snapshot{grid-template-columns:1fr}h1{font-size:40px}}
