/*
Theme Name: Myza Boutique Landing Page
Theme URI: https://myzaboutique.com
Author: Myza Boutique
Author URI: https://myzaboutique.com
Description: Tema de Landing Page de alta conversão para o Grupo VIP no WhatsApp da Myza Boutique.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: myza-boutique
*/

html {
    scroll-behavior: smooth;
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.bg-gold-gradient {
    background: linear-gradient(135deg, #D4AF37 0%, #F4D03F 100%);
}

.premium-shadow {
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.08);
}

details > summary {
    list-style: none;
}

details > summary::-webkit-details-marker {
    display: none;
}

.glass-nav {
    background: rgba(253, 248, 245, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
