/* Join Us Today CTA — YMCA 2026 Option B (node 65:733)
   Full-bleed purple band, centered: white eyebrow + white H1 + white body + two
   buttons (cyan "Join Now" primary, white "Explore Locations"). The band is a
   vertical gradient from purple-md (#92278f) at the top to purple-dk (#5c2e91)
   at the bottom — matching the comp's Rectangle 77 fill. */

:where(.bmg-join-cta) {
    background-image: linear-gradient(180deg, var(--purple-md) 0%, var(--purple-dk) 100%);
}

:where(.bmg-join-cta__inner) {
    text-align: center;
}

/* body copy: centered, capped to the comp width (1078px) */
:where(.bmg-join-cta__copy) {
    max-width: 1078px;
}

/* tablet/mobile (out of 2026 desktop scope — keep usable) */
@media (max-width: 768px) {
    :where(.bmg-join-cta__actions) {
        flex-direction: column;
        align-items: center;
    }
}
