/* ── cta-band.css ───────────────────────────────────────
   Module: nf--cta-band
   ──────────────────────────────────────────────────────── */

.nf--cta-band {
    text-align: center;
    max-width: 60rem;
    margin: 0 auto;
}

.nf--cta-band h2 {
    font-size: clamp(2.2rem, 2.8vw, 3.4rem);
    font-weight: 700;
    color: var(--white);
    margin: 0 0 2.8rem;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.nf--cta-band .nf--check-list {
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
}

.nf--cta-band .nf--cta {
    display: block;
    margin-top: var(--spacing5);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
