@keyframes pageFadeIn{0%{opacity:0}to{opacity:1}}.page-fade-in{animation:pageFadeIn .3s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.content-reveal{animation:fadeInUp .5s ease backwards}.content-reveal:nth-child(1){animation-delay:.1s}.content-reveal:nth-child(2){animation-delay:.2s}.content-reveal:nth-child(3){animation-delay:.3s}.content-reveal:nth-child(4){animation-delay:.4s}@keyframes headerSlideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.header-animated{animation:headerSlideDown .4s ease}.stats-reveal{animation:fadeInUp .6s ease backwards;animation-delay:.2s}
