/* ==========================================================================
   BLOCK: CTA — Awards nominations statement band (index.html)
   ========================================================================== */

@scope (.block-cta) {
    :scope {
        padding-block: var(--space-xl);
        text-align: center;
        background: var(--bg-contrast);
        color: var(--text-inverse);
        container-type: inline-size;
        container-name: cta;
    }

    .kicker { color: rgba(255,255,255,0.5); }

    h2 {
        font-weight: 900;
        font-size: var(--fs-h1);
        line-height: 0.9;
        letter-spacing: -0.03em;
        margin-block-end: var(--space-sm);
    }

    .cta-p {
        font-size: 1.5rem;
        font-weight: 300;
        max-width: 700px;
        margin: 0 auto var(--space-md);
        line-height: 1.5;
        color: rgba(255,255,255,0.8);
    }
}
