/* ============================================================
   Location Hub — CTA
   File: assets/css/hub/hub-cta.css
   Scope: .hub-cta__* classes only
   Figma: "CTA" node 2091:1015 — cream bg, centered "Still have questions?"
   ============================================================ */

.hub-cta {
    background: var(--hub-cream);
    color: var(--hub-navy);
    padding: 64px 0;
}

.hub-cta__box {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}

.hub-cta__heading {
    font-family: var(--hub-font-serif);
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.25;
    color: var(--hub-navy);
    margin: 0 0 28px;
}


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

@media (max-width: 768px) {
    .hub-cta__heading {
        font-size: 26px;
    }
}
