/* Reviews — page-specific only. site.css is frozen and loads before this.
   This page carries no imagery by policy, so there are no media rules here. */

.pg-hero{background:var(--cream);border-bottom:1px solid var(--line);padding:72px 0 96px}
.pg-hero-plain .pg-hero-copy{max-width:720px}
.pg-hero-copy h1{margin-bottom:.45em}
.pg-hero-copy p{max-width:52ch}

/* three genuine reviews — do not extend this grid */
.sec-reviews{background:#fff}
.reviews{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.rev{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:26px 24px;display:flex;flex-direction:column}
.stars{margin:0 0 .8rem;color:var(--orange);font-size:1.05rem;letter-spacing:.12em;line-height:1}
.rev h3{font-size:1.02rem;margin-bottom:.3em}
.rev-meta{font-size:.9rem;margin-bottom:1rem}
.rev blockquote{margin:0;padding-top:16px;border-top:1px solid var(--line)}
.rev blockquote p{margin:0;font-size:.95rem}

/* dark value band */
.values{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.values li{background:#0C0C0C;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);padding:26px 20px;text-align:center}
.val-ico{display:grid;place-items:center;width:54px;height:54px;margin:0 auto 14px;border-radius:50%;border:2px solid var(--orange)}
.val-ico svg{width:26px;height:26px;fill:none;stroke:var(--orange);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.values h3{color:#fff;font-size:.98rem;margin-bottom:.45em}
.values p{color:#C9CDD3;font-size:.88rem;margin:0}

.sec-proof{background:var(--cream);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}

/* growing local company panel */
.sec-local{background:#fff}
.local-panel{display:flex;gap:26px;align-items:center;border:1px solid var(--line);border-radius:var(--radius);background:var(--cream);padding:30px 32px}
.local-ico{flex:none;display:grid;place-items:center;width:78px;height:78px;border-radius:50%;border:2px solid var(--orange);background:#fff}
.local-ico svg{width:40px;height:40px;fill:none;stroke:var(--orange);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.local-panel h2{font-size:1.3rem;margin-bottom:.4em}
.local-panel p{margin:0;font-size:.95rem}

/* closing CTA band */
.band-cta{padding:64px 0}
.cta-band{display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}
.cta-band h2{color:#fff;margin-bottom:.4em}
.cta-band p{color:#C9CDD3;margin:0;max-width:52ch}
.cta-band-actions{display:flex;gap:14px;flex-wrap:wrap}

@media (max-width:1024px){
  .pg-hero{padding:52px 0 84px}
  .reviews{grid-template-columns:1fr}
  .values{grid-template-columns:1fr 1fr}
}
@media (max-width:767px){
  .pg-hero{padding:38px 0 68px}
  .values{grid-template-columns:1fr}
  .local-panel{flex-direction:column;text-align:center;padding:26px 22px}
  .cta-band-actions .btn{width:100%}
}

/* ---- warranty (verbatim from RENEWITHQ.md) — same component as the other pages ---- */
.sec-warranty{background:#fff;border-top:1px solid var(--line)}
.warranty-card{display:flex;gap:22px;align-items:flex-start;background:var(--cream);border:1px solid var(--line);border-left:5px solid var(--orange);border-radius:var(--radius);padding:30px 32px}
.warranty-ico{flex:none;width:52px;height:52px;border-radius:50%;border:2px solid var(--orange);display:grid;place-items:center}
.warranty-ico svg{width:26px;height:26px;fill:none;stroke:var(--orange);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.warranty-card h2{font-size:1.25rem;margin-bottom:.4em}
.warranty-text{margin:0;font-size:1rem}
@media (max-width:767px){.warranty-card{flex-direction:column;gap:16px;padding:22px}}

/* ---- split-panel hero per the Reviews mockup ---- */
.pg-hero-split .pg-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:48px;align-items:center}
.pg-hero-split .pg-hero-media{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.pg-hero-split .pg-hero-media figure{margin:0;position:relative}
.pg-hero-split .pg-hero-media img{width:100%;height:auto;aspect-ratio:8/9;object-fit:cover}
@media (max-width:1024px){.pg-hero-split .pg-hero-grid{grid-template-columns:1fr;gap:32px}}
