/* ============================================================
   Location Spoke — Final CTA
   File: assets/css/spoke/spoke-final-cta.css
   Scope: .spoke-final-cta__* classes only
   Figma: node 2195:561 — navy bg, H2 / body + primary + secondary
   button + fine print.
   ============================================================ */

.spoke-final-cta {
    text-align: center;
}

.spoke-final-cta__copy {
    max-width: 825px;
    margin: 0 auto 32px;
}

.spoke-final-cta__heading {
    color: var(--spoke-white);
    margin: 0 auto 16px;
}

.spoke-final-cta__body {
    color: var(--spoke-stat-label);
    font-size: 16px;
    line-height: 22.5px;
    margin: 0 auto;
    max-width: 620px;
}

.spoke-final-cta__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 28px;
}

.spoke-final-cta__btn {
    font-size: 21px;
    padding: 16px 40px;
}

.spoke-final-cta__fine-print {
    font-family: var(--spoke-font-sans);
    font-size: 16px;
    font-weight: 500;
    line-height: 22.5px;
    letter-spacing: -0.04em;
    color: var(--spoke-grey);
    max-width: 1220px;
    margin: 0 auto;
}


/* ============================
   RESPONSIVE — FINAL CTA
   ============================ */

@media (max-width: 1024px) {
    .spoke-final-cta__btn {
        font-size: 19px;
    }
}

@media (max-width: 768px) {
    .spoke-final-cta__buttons {
        flex-direction: column;
        width: 100%;
    }

    .spoke-final-cta__btn {
        width: 100%;
        font-size: 17px;
        padding: 13px 26px;
    }
}
