/* ANXA - Fuochi d'artificio sulla home: overlay temporaneo */
#anxaHomeFireworks {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99990;
    pointer-events: none;
    opacity: 1;
    transition: opacity .45s ease;
}

#anxaHomeFireworks.is-ending {
    opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
    #anxaHomeFireworks { display: none !important; }
}
