const CTA = () => (
  <section className="cta" id="contact">
    <div className="container">
      <div className="cta-card">
        <div className="cta-glow" aria-hidden="true" />
        <div className="kicker on-dark">Get in touch</div>
        <h2 className="h-display">Tell us the decision. <br/><em>We'll bring the evidence.</em></h2>
        <p className="section-sub on-dark">Brief us in a paragraph. You'll hear back from a named analyst — not an intake form — within one business day.</p>
        <div className="cta-row">
          <a href="mailto:ceo@mainstreetres.com" className="btn btn-primary lg">
            ceo@mainstreetres.com
            <svg width="14" height="14" viewBox="0 0 12 12" aria-hidden="true"><path d="M2 6h8M6 2l4 4-4 4" stroke="currentColor" strokeWidth="1.4" fill="none" strokeLinecap="round" strokeLinejoin="round"/></svg>
          </a>
        </div>
      </div>
    </div>
  </section>
);

window.CTA = CTA;
