/* landing-premium.css — Legacy file, styles neutralized for Vue SPA */
/* Original dark-theme styles have been moved to the Vue components */

/* Keep only non-conflicting utilities */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}