/* Instant paint — no scroll-animation hide/delay */
[data-aos] {
    opacity: 1 !important;
    transition: none !important;
    pointer-events: auto !important;
}

[data-aos]:not(.swiper):not(.swiper-wrapper):not(.swiper-slide) {
    transform: none !important;
}

html {
    scroll-behavior: auto;
}
