
/* Felizito Premium Design System */

html, body {
    max-width: 100vw;
    overflow-x: hidden;
    position: relative;
}
html { scroll-behavior: smooth; }
body { 
    background-color: #FFFDF7;
    font-family: "Nunito", sans-serif;
}

/* Tipografia */
h1, h2, h3, h4, h5, h6, .font-display { font-family: "Baloo 2", cursive !important; }
.font-handwriting { font-family: "Caveat", cursive !important; }

/* Scrollbar Premium */
::-webkit-scrollbar { width: 12px; }
::-webkit-scrollbar-track { background: #C4B5FD; }
::-webkit-scrollbar-thumb { 
    background: #8B5CF6; 
    border-radius: 8px; 
    border: 2px solid #C4B5FD;
}

/* Glassmorphism Classes */
.glass-nav {
    background: rgba(109, 40, 217, 0.85) !important; 
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.glass-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Botões Animados */
.btn-premium {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn-premium:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 8px 30px rgba(109, 40, 217, 0.25); }

/* Gradientes e Mascaras de Texto */
.text-gradient {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #FCD34D, #FFF);
}

/* Shadows */
.shadow-premium {
    box-shadow: 0 8px 30px rgba(109, 40, 217, 0.25);
}

.shadow-glow {
    box-shadow: 0 0 20px rgba(252, 211, 77, 0.5);
}
