.fade-in-on-scroll {opacity: 0;transform: translateY(30px);transition: opacity 0.6s ease-out, transform 0.6s ease-out;}.fade-in-on-scroll.activated {opacity: 1;transform: translateY(0);}
