/* Havro lead site — shared styles. Mobile-first. */
:root{
  --ink:#16211d; --muted:#56655f; --line:#dfe6e2; --bg:#f7f5ef; --card:#ffffff;
  --brand:#0f5c4d; --brand-dark:#0a4439; --accent:#f2a33a; --accent-dark:#d98a1f;
  --ok:#1f7a4d; --err:#b3261e; --radius:14px;
  --shadow:0 10px 30px rgba(15,40,33,.10);
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:var(--ink);background:var(--bg);line-height:1.5;font-size:17px}
a{color:var(--brand)}
img{max-width:100%}
.wrap{max-width:1080px;margin:0 auto;padding:0 18px}

/* Header */
.site-header{background:var(--card);border-bottom:1px solid var(--line)}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;height:60px}
.logo{display:flex;align-items:center;gap:8px;font-weight:800;font-size:22px;color:var(--brand);text-decoration:none;letter-spacing:-.02em}
.logo svg{width:28px;height:28px}
.header-phone{font-weight:700;text-decoration:none;color:var(--ink);font-size:15px;
  border:1px solid var(--line);border-radius:999px;padding:7px 14px;white-space:nowrap}

/* Hero */
.hero{padding:26px 0 34px;background:linear-gradient(180deg,#e8f1ed 0%,var(--bg) 100%)}
.hero-grid{display:grid;gap:18px;grid-template-areas:"intro" "card" "trust"}
.hero-intro{grid-area:intro}
.hero-grid .quote-card{grid-area:card}
.hero-grid .trust{grid-area:trust}
.eyebrow{display:inline-block;background:#fff;border:1px solid var(--line);border-radius:999px;
  padding:4px 12px;font-size:13px;font-weight:600;color:var(--brand)}
h1{font-size:28px;line-height:1.15;margin:12px 0 8px;letter-spacing:-.02em}
.sub{color:var(--muted);margin:0 0 4px}
.trust{list-style:none;padding:0;margin:0 0 6px;display:grid;gap:10px}
.trust li{display:flex;gap:10px;align-items:flex-start;font-weight:600}
.trust li svg{flex:0 0 22px;height:22px;color:var(--ok)}

/* Quote card */
.quote-card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);
  border:1px solid var(--line);padding:20px 18px 22px;scroll-margin-top:12px}
.progress{height:8px;background:#eef2f0;border-radius:99px;overflow:hidden;margin-bottom:6px}
.progress-bar{height:100%;width:0;background:var(--brand);transition:width .3s ease}
.step-count{font-size:13px;color:var(--muted);margin-bottom:14px}
.step h2{font-size:22px;line-height:1.25;margin:0 0 6px}
.step .hint{color:var(--muted);font-size:15px;margin:0 0 14px}
.options{display:grid;gap:10px}
.opt{width:100%;text-align:left;padding:15px 16px;border:2px solid var(--line);border-radius:12px;
  background:#fff;font-size:17px;font-weight:600;color:var(--ink);cursor:pointer;
  display:flex;justify-content:space-between;align-items:center;min-height:54px}
.opt:hover,.opt:focus-visible{border-color:var(--brand);outline:none}
.opt.selected{border-color:var(--brand);background:#eef6f3}
.opt::after{content:"›";color:var(--muted);font-size:22px;line-height:1}
label.field{display:block;font-weight:600;font-size:15px;margin:12px 0 6px}
label.field .opt-tag{font-weight:400;color:var(--muted)}
input[type=text],input[type=tel],input[type=email]{width:100%;font-size:18px;padding:14px;
  border:2px solid var(--line);border-radius:12px;background:#fff;color:var(--ink)}
input:focus{outline:none;border-color:var(--brand)}
input.invalid{border-color:var(--err)}
.error{color:var(--err);font-size:14px;margin-top:6px;min-height:0}
.error:empty{display:none}
.btn{display:block;width:100%;border:0;border-radius:12px;padding:16px;font-size:18px;font-weight:800;
  background:var(--accent);color:#2a1a00;cursor:pointer;margin-top:16px}
.btn:hover{background:var(--accent-dark)}
.btn[disabled]{opacity:.6;cursor:wait}
.back{background:none;border:0;color:var(--muted);font-size:15px;padding:10px 0 0;cursor:pointer;text-decoration:underline}
.consent{display:flex;gap:12px;align-items:flex-start;margin-top:14px;font-size:13px;color:var(--muted);line-height:1.45}
.consent input{flex:0 0 22px;width:22px;height:22px;margin-top:2px;accent-color:var(--brand)}
.notice{background:#fff7e8;border:1px solid #f4dcae;border-radius:10px;padding:10px 12px;font-size:14px;margin-bottom:12px}
.secure{display:flex;gap:6px;align-items:center;justify-content:center;font-size:13px;color:var(--muted);margin-top:12px}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}

/* Sections */
section.block{padding:40px 0}
section.block h2{font-size:26px;margin:0 0 18px;letter-spacing:-.01em}
.steps3{display:grid;gap:14px}
.steps3 .card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:18px}
.steps3 .num{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:50%;
  background:var(--brand);color:#fff;font-weight:800;margin-bottom:8px}
.steps3 h3{margin:0 0 4px;font-size:18px}
.steps3 p{margin:0;color:var(--muted);font-size:15px}
.faq details{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:14px 16px;margin-bottom:10px}
.faq summary{font-weight:700;cursor:pointer}
.faq p{color:var(--muted);margin:10px 0 0}
.cta-band{background:var(--brand);color:#fff;text-align:center;padding:34px 0}
.cta-band h2{color:#fff}
.cta-band .btn{max-width:360px;margin:16px auto 0}

/* Content pages */
.page{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:22px 20px;margin:26px 0}
.page h1{font-size:28px}
.page h2{font-size:20px;margin-top:26px}
.page li{margin-bottom:6px}
.partner-list{list-style:none;padding:0}
.partner-list li{border-bottom:1px solid var(--line);padding:12px 0}

/* Cost estimator */
.est-wrap{display:grid;gap:22px}
.est-intro h2{margin-bottom:8px}
.est-intro p{color:var(--muted);margin:0 0 10px}
.estimator{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px 18px 22px}
.est-q{margin-bottom:16px}
.est-q .field{display:block;font-weight:700;font-size:15px;margin:0 0 8px}
.stepper{display:flex;align-items:stretch;max-width:220px;border:2px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}
.stepper button{width:56px;border:0;background:#eef6f3;color:var(--brand);font-size:26px;font-weight:700;cursor:pointer}
.stepper button:hover{background:#dcefe8}
.stepper input{flex:1;min-width:0;border:0;border-radius:0;text-align:center;font-size:22px;font-weight:800;padding:10px 4px}
.chips{display:flex;flex-wrap:wrap;gap:8px}
.chip{border:2px solid var(--line);background:#fff;border-radius:999px;padding:9px 16px;font-size:16px;font-weight:600;color:var(--ink);cursor:pointer;min-height:44px}
.chip:hover{border-color:var(--brand)}
.chip.on{border-color:var(--brand);background:var(--brand);color:#fff}
.est-result{background:#eef6f3;border-radius:12px;padding:16px;text-align:center;margin-top:6px}
.est-label{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--brand)}
.est-range{font-size:34px;font-weight:800;letter-spacing:-.02em;margin:4px 0 2px}
.est-per{font-size:14px;color:var(--muted)}
.est-fine{font-size:12px;color:var(--muted);margin:12px 0 0;line-height:1.45}
.hero-alt{display:inline-block;margin-top:10px;font-weight:700}

/* Thank-you */
.ty{text-align:center;padding:44px 0}
.ty .check{width:72px;height:72px;border-radius:50%;background:#e3f3ea;display:grid;place-items:center;margin:0 auto 14px}
.ty .check svg{width:38px;height:38px;color:var(--ok)}
.ty ol{text-align:left;max-width:460px;margin:18px auto;color:var(--muted)}

/* Footer */
.site-footer{border-top:1px solid var(--line);padding:26px 0 90px;font-size:14px;color:var(--muted);background:var(--card)}
.site-footer nav{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:10px}

/* Sticky mobile call bar */
.callbar{position:fixed;left:0;right:0;bottom:0;background:var(--card);border-top:1px solid var(--line);
  padding:10px 14px;display:flex;gap:10px;z-index:20}
.callbar a{flex:1;text-align:center;border-radius:10px;padding:12px;font-weight:800;text-decoration:none}
.callbar .c1{background:#eef6f3;color:var(--brand)}
.callbar .c2{background:var(--accent);color:#2a1a00}

@media (min-width:860px){
  body{font-size:18px}
  .hero{padding:50px 0 60px}
  .hero-grid{grid-template-columns:1.05fr .95fr;grid-template-rows:auto 1fr;align-items:start;gap:10px 48px;
    grid-template-areas:"intro card" "trust card"}
  h1{font-size:44px}
  .sub{margin-bottom:14px}
  .steps3{grid-template-columns:repeat(3,1fr)}
  .est-wrap{grid-template-columns:.9fr 1.1fr;gap:48px;align-items:start}
  .estimator{padding:26px}
  .callbar{display:none}
  .site-footer{padding-bottom:26px}
  .quote-card{padding:26px 26px 28px}
}
@media (max-width:859px){ .hero .est-intro .trust{display:none} }

/* Homeowner checklist */
.cl-bar{position:sticky;top:0;z-index:5;display:flex;justify-content:space-between;align-items:center;gap:10px;
  background:var(--card);border:1px solid var(--line);border-radius:12px;padding:10px 14px;margin-bottom:14px;box-shadow:0 4px 14px rgba(15,40,33,.06)}
.cl-score{font-size:15px}
.cl-actions{display:flex;gap:8px}
.cl-btn{border:1px solid var(--line);background:#fff;border-radius:8px;padding:7px 12px;font-size:14px;font-weight:600;cursor:pointer;color:var(--ink)}
.cl-sec h2{font-size:20px;margin:22px 0 10px}
.cl-item{display:flex;gap:14px;align-items:flex-start;background:var(--card);border:1px solid var(--line);border-radius:12px;
  padding:14px 16px;margin-bottom:10px;cursor:pointer}
.cl-item input{flex:0 0 24px;width:24px;height:24px;margin-top:1px;accent-color:var(--brand)}
.cl-item strong{display:block;font-size:17px}
.cl-item small{display:block;color:var(--muted);font-size:14px;line-height:1.45;margin-top:3px}
.cl-item:has(input:checked){border-color:var(--brand);background:#f3f9f6}
.teaser-list{list-style:none;padding:0;margin:0 0 16px;display:grid;gap:10px}
.teaser-list li{position:relative;padding-left:34px;font-weight:600}
.teaser-list li::before{content:"";position:absolute;left:0;top:1px;width:22px;height:22px;border:2px solid var(--brand);border-radius:6px;background:#fff}
.btn-outline{background:#fff;border:2px solid var(--brand);color:var(--brand);text-align:center;text-decoration:none;max-width:360px}
.btn-outline:hover{background:#eef6f3}
.cl-grid{display:grid;gap:24px}
@media (min-width:860px){ .cl-grid{grid-template-columns:1fr 380px;gap:48px;align-items:start} .cl-side{position:sticky;top:20px} }
@media print{
  .site-header,.site-footer,.callbar,.cl-actions,.cl-side,.no-print{display:none!important}
  body{background:#fff;font-size:12pt}
  .cl-bar{position:static;box-shadow:none}
  .cl-item{break-inside:avoid;padding:8px 10px;margin-bottom:6px}
  .hero{background:none;padding:0}
}

/* Windows self-check */
.sc-result{position:static;border-radius:12px;padding:14px 16px;margin-top:12px;border:2px solid var(--line);background:var(--card);box-shadow:0 6px 20px rgba(15,40,33,.12)}
.sc-result.warn{border-color:var(--accent);background:#fff7e8}
.sc-result.bad{border-color:var(--err);background:#fdecea}
.sc-ctas{display:grid;gap:8px;margin-top:10px}
.sc-ctas .btn{margin-top:0;text-align:center;text-decoration:none;max-width:none}
.article h2{font-size:22px;margin:30px 0 10px}
.article p,.article li{color:var(--ink)}
.article .stat{background:#eef6f3;border-radius:12px;padding:16px 18px;margin:18px 0}
.article .stat strong{font-size:26px;display:block;color:var(--brand)}
@media (min-width:860px){ .sc-result{position:sticky;bottom:16px} .sc-ctas{grid-template-columns:1fr 1fr} }
.header-phone:empty{display:none}
