
@keyframes fadeInUp{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.hero{animation:fadeInUp .6s ease both}
.card{animation:fadeInUp .6s ease both}
.news-item{animation:fadeInUp .6s ease both}
