/**
 * FORCE GOLD TITLE - Override all other styles
 * Fixes "What Happens Next?" title color
 */

/* Force gold color on all possible selectors */
.next-steps-timeline h2,
.next-steps-title,
.review-next-steps h2,
.review-next-steps h3,
.review-next-steps-title,
.what-happens-next h3,
[data-section="5"] .next-steps-timeline h2,
[data-section="5"] h2.next-steps-title {
    color: #D4AF37 !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25) !important;
}

/* Ensure it works even if nested */
* .next-steps-timeline h2,
* .next-steps-title,
* h2.next-steps-title,
* h3.next-steps-title {
    color: #D4AF37 !important;
}

