@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.fade-in-up{animation:fadeInUp .8s ease-out}.fade-in-up-delay-1{animation:fadeInUp .8s ease-out .2s both}.fade-in-up-delay-2{animation:fadeInUp .8s ease-out .4s both}.fade-in-right{animation:fadeInRight 1s ease-out .6s both}.fade-in-left{animation:fadeInLeft .8s ease-out}.scale-in{animation:scaleIn .6s ease-out}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.15)}html{scroll-behavior:smooth}.gradient-text{background:linear-gradient(135deg,#3182ce,#63b3ed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}