/* landing/cta.css — the dark call-to-action band above the footer. */

/* ═══ CTA SECTION ═══ */
.cta-section{
  background:var(--dark2);padding:7rem 2.5rem;text-align:center;
  position:relative;overflow:hidden;
}
.cta-section::before{content:'';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:600px;height:300px;background:radial-gradient(ellipse,rgba(182,108,69,0.12),transparent 65%);pointer-events:none}
.cta-h{font-family:var(--font-d);font-weight:800;font-size:3.6rem;letter-spacing:-0.035em;line-height:1;color:var(--warm);max-width:16ch;margin:0 auto}
.cta-h em{font-style:italic;color:var(--copper);font-weight:400}
.cta-sub{font-size:1.05rem;color:rgba(249,244,235,0.45);max-width:48ch;margin:1.2rem auto 0;line-height:1.6}
.cta-btns{display:flex;gap:1rem;justify-content:center;margin-top:2.5rem;flex-wrap:wrap}
.cta-trust{font-size:0.82rem;color:rgba(249,244,235,0.25);margin-top:1.5rem}

/* ═══ FOOTER → /css/components/site-chrome.css ═══ */
