/* ==========================================================================
   Section 6b — conclusion + CTA (.bp-section-6b)
   Beat 3 split from section 6 for breathing room on mobile.
   Desktop keeps Beat 3 inside section 6; this section is mobile-only.
   ========================================================================== */

@media (min-width: 769px) {
    .bp-section-6b { display: none; }
}

.bp-section-6b .bp-section__inner,
.bp-section-6b__inner {
    width: 100%;
    max-width: 760px;
    padding: 80px 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
    z-index: 2;
}

.bp-section-6b__intro {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 8px;
    line-height: 1.5;
}

.bp-section-6b__hl {
    color: #E01C24;
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0 0 8px;
    line-height: 1.3;
}

.bp-section-6b__outro {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 500;
    opacity: 0.9;
    margin: 0 0 32px;
    line-height: 1.5;
}

.bp-section-6b__cta {
    min-width: 220px;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 14px 40px;
}

@media (max-width: 1024px) {
    .bp-section-6b__intro { font-size: 1.25rem; }
    .bp-section-6b__hl    { font-size: 1.8rem; }
    .bp-section-6b__outro { font-size: 1.1rem; }
}

@media (max-width: 768px) {
    .bp-section-6b__inner { padding: 48px 24px; }
    .bp-section-6b__intro { font-size: 1rem; }
    .bp-section-6b__hl    { font-size: 1.35rem; }
    .bp-section-6b__outro { font-size: 0.95rem; margin-bottom: 24px; }
    .bp-section-6b__cta   { min-width: 160px; font-size: 1rem; padding: 12px 28px; }
}
