/* Base: força uso de variáveis do tema activo */
body[class*="gvlaxy-theme-"] {
    transition: background 0.4s ease;
}

body[class*="gvlaxy-theme-"] .hero-date-line {
    background: var(--gold) !important;
}

body[class*="gvlaxy-theme-"] .scroll-indicator span,
body[class*="gvlaxy-theme-"] .scroll-arrow {
    color: var(--gold-light) !important;
}

body[class*="gvlaxy-theme-"] .verse-section {
    background-color: var(--lilac-bg) !important;
}

body[class*="gvlaxy-theme-"] .noivos-section,
body[class*="gvlaxy-theme-"] .convite-section,
body[class*="gvlaxy-theme-"] .location-section {
    background: var(--cream) !important;
}

body[class*="gvlaxy-theme-"] .dresscode-section {
    background: var(--lilac-soft) !important;
}

body[class*="gvlaxy-theme-"] .countdown-card {
    border-color: var(--gold) !important;
}

body[class*="gvlaxy-theme-"] .music-btn {
    background: var(--gold) !important;
    border-color: var(--gold-light) !important;
}
