/* Fundal Video */
.video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -2;
    object-fit: cover;
}

/* Overlay pentru contrast (întunecă puțin video-ul ca să se vadă textul alb/colorat) */
.video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 15, 18, 0.7); /* Ajustează opacitatea (0.7) după preferințe */
    z-index: -1;
}

.glass-nav {
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.signature-gradient {
    background: linear-gradient(135deg, #5148d8 0%, #8720de 100%);
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}