function ContactSection() {
  return (
    <section id="access" className="section" style={{ borderTop: '1px solid var(--line)', background: 'var(--bg-deep)' }}>
      <div className="page contact-grid">
        <div>
          <div className="bracket">09 · ENGAGE</div>
          <h2 className="h1" style={{ marginTop: 18, marginBottom: 24 }}>Schedule the<br /><span className="accent"><DecryptedText text="first engagement." speed={36} /></span></h2>
          <p className="body-lg" style={{ maxWidth: 520, margin: 0 }}>A scoped 72-hour engagement against one production surface. Free for qualified teams. You walk away with a signed report regardless of whether you continue.</p>
          <div className="dim" style={{ marginTop: 24, fontSize: 12 }}>›&nbsp; direct line · <span className="accent">contact@cyrion.ai</span></div>
        </div>
        <ContactForm />
      </div>
    </section>
  );
}

Object.assign(window, { ContactSection });
