/* Fundo premium compartilhado pelas páginas standalone do MU Zord. */
body.mz-premium-bg {
    background-color: #060910 !important;
    background-image:
        linear-gradient(180deg, rgba(4, 7, 13, 0.48) 0%, rgba(4, 7, 13, 0.68) 58%, rgba(2, 4, 8, 0.84) 100%),
        radial-gradient(circle at 50% 12%, rgba(218, 190, 104, 0.12), transparent 44%),
        url('../images/bg_fixed_balanced_v2.webp?v=2026_balanced_v2') !important;
    background-position: center top, center top, center top !important;
    background-size: cover, cover, cover !important;
    background-repeat: no-repeat, no-repeat, no-repeat !important;
    background-attachment: fixed, fixed, fixed !important;
}

@media (max-width: 768px) {
    body.mz-premium-bg {
        background-position: center top !important;
        background-size: cover !important;
        background-attachment: scroll !important;
    }
}
