@media(prefers-reduced-motion:no-preference){.hero-overline{animation:fadeInUp .8s ease-out .2s both}.hero-headline{animation:slideUp .8s cubic-bezier(.34,1.56,.64,1) .3s both}.hero-subtext{animation:fadeInUp .8s ease-out .7s both}.hero-cta-wrapper{animation:fadeInUp .8s ease-out .9s both}.hero-scroll-indicator{animation:fadeIn .8s ease-out 1.2s both}.hero-scroll-arrow{animation:bounce 2s ease-in-out 1.4s infinite}.hero-image-wrapper{animation:scaleInFade 1s ease-out .5s both}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(120px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@keyframes scaleInFade{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media(max-width:768px){.hero-overline,.hero-headline,.hero-subtext,.hero-cta-wrapper,.hero-scroll-indicator,.hero-image-wrapper{animation:none!important}}
