// Final CTA

function FinalCTA() {
  return (
    <section id="start" className="final">
      <div className="container final-inner">
        <span className="eyebrow" style={{ color: "rgba(241,234,219,0.6)" }}>
          <span className="dot" /> § 05 / START WITH WATCHDOG
        </span>
        <h2 style={{ marginTop: 24 }}>
          Every engagement starts the <em>same way.</em>
        </h2>
        <p className="final-sub">
          A 3-day audit that maps your operations and tells you exactly where the leverage is. Whether you bring on Ezra and Mia or not, you walk away with the artifact.
        </p>
        <a href="https://tally.so/r/jaMNq4" target="_blank" rel="noopener" className="btn btn-lg">
          Book an audit <span className="arrow">→</span>
        </a>
        <div className="final-quote"></div>
      </div>
    </section>);

}

window.FinalCTA = FinalCTA;