/* ===============================================
   HOMEPAGE — imports base + premium effects
   =============================================== */

@import url('./styles_enhanced.css');

/* Hero entrance animations (page-load only) */
.hero-visual {
    animation: fadeInUp 0.8s var(--ease-out) 0.15s both;
}

.hero-badge {
    animation: fadeInUp 0.6s var(--ease-out) 0.1s both;
}

.hero-description {
    animation: fadeInUp 0.7s var(--ease-out) 0.6s both;
}

.hero-cta {
    animation: fadeInUp 0.7s var(--ease-out) 0.7s both;
}

.hero-stats {
    animation: fadeInUp 0.7s var(--ease-out) 0.8s both;
}

/* Orbit entrance — handled by GSAP in script.js to avoid overriding the spin animation */
