[data-reveal],
[data-animate="hero"],
.market-visual {
    will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 1ms !important;
    }

    .neon-ring,
    .neon-orbit,
    .floating-card {
        animation: none !important;
    }

    .journey-step::before,
    .journey-step::after {
        animation: none !important;
    }

    .faq-answer {
        transition: none !important;
    }
}
