/* =====================================================================
   CTA Section
   Large, dark, elegant closing section. Copy reused verbatim from
   Hero/About — see pages/home.php comment for why nothing new was
   written here.
   ===================================================================== */

.cta {
    text-align: center;
}

.cta__inner {
    max-width: 720px;
    margin-inline: auto;
}

.cta__heading {
    margin-bottom: var(--space-lg);
    overflow: hidden; /* clips .reveal-text for the text-reveal animation */
}

.cta__description {
    font-size: var(--fs-body-lg);
    margin-bottom: var(--space-2xl);
}

.cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--space-md);
}
