/**
 * AI Governance workshop interest-capture page — scoped styles.
 *
 * Cap doc: [[Projects/Provarro Website/Capabilities/Reg Form Pattern]] §3.10
 *   (high-intent pre-launch interest-capture variant — Name + Company + Email).
 * Story: nx-f4ab8874dacb (parent feature nx-01573cefba35)
 *
 * Sibling of src/workshop/workshop.css (the Nathan EH soft-landing) — same
 * quiet §3.10 register, own class prefix (`aigov-landing-`) so the two pages
 * evolve independently. Most layout / form / footer / header styling is
 * inherited from /styles.css (the shared shell that also serves the homepage);
 * this file is intentionally thin.
 */

/* ── Hero eyebrow ───────────────────────────────────────────────────────── */
.aigov-landing-eyebrow {
    font-family: var(--font-mono);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--color-muted-foreground);
    margin-bottom: var(--space-md);
}

/* Hero spacing — quieter than an active-cohort hero (no pricing pill, no
   marketing body); reduced vertical rhythm. */
.aigov-landing-hero {
    padding-top: var(--space-3xl);
    padding-bottom: var(--space-3xl);
}

.aigov-landing-hero h1 {
    margin-bottom: var(--space-md);
}

/* ── Context paragraph ──────────────────────────────────────────────────── */
.aigov-landing-prose {
    max-width: var(--max-width-text);
    margin: 0 auto;
}

.aigov-landing-prose p {
    font-size: 1.125rem;
    line-height: 1.7;
}

/* ── Form section ───────────────────────────────────────────────────────── */
.aigov-landing-form-block {
    max-width: 40rem;
    margin: 0 auto;
}

.aigov-landing-form-leadin {
    font-family: var(--font-display);
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: var(--space-lg);
    text-align: center;
}

.aigov-landing-turnstile {
    margin-bottom: var(--space-lg);
    min-height: 65px;
}

.aigov-landing-form-error {
    background-color: rgba(220, 53, 69, 0.08);
    border: 1px solid rgba(220, 53, 69, 0.3);
    border-radius: var(--radius-sm);
    color: #B12C39;
    padding: 0.75rem 1rem;
    margin-bottom: var(--space-md);
    font-size: 0.95rem;
}

.aigov-landing-submit {
    width: 100%;
}

@media (min-width: 768px) {
    .aigov-landing-submit {
        width: auto;
    }
}

/* ── Inline confirmation state ──────────────────────────────────────────── */
.aigov-landing-ack {
    max-width: 40rem;
    margin: 0 auto;
    text-align: center;
    padding: var(--space-xl) 0;
}

.aigov-landing-ack p {
    font-family: var(--font-display);
    font-size: 1.5rem;
    line-height: 1.5;
    color: var(--color-foreground);
}
