/* Override: YouTube Shorts strip must use dark background (wins over .section) */
.section.shorts-cta-section {
    background: linear-gradient(135deg, #0F172A 0%, #1E40AF 50%, #1E3A8A 100%) !important;
    background-color: #0F172A !important;
}
.section.shorts-cta-section .shorts-cta-title {
    color: #FFFFFF !important;
}
.section.shorts-cta-section .shorts-cta-text {
    color: rgba(255, 255, 255, 0.9) !important;
}
.section.shorts-cta-section .shorts-cta-label {
    color: #F97316 !important;
}
