@keyframes _enter-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _enter-right{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.hero-headline-enter{animation:_enter-up .6s ease-out .1s both}#hero-sub{animation:_enter-up .6s ease-out .4s both}#hero-ctas{animation:_enter-up .6s ease-out .55s both}#hero-trust{animation:_enter-up .6s ease-out .7s both}#hero-visual{animation:_enter-right .7s ease-out .4s both}#mockup-nav{animation:_enter-up .4s ease-out 1.2s both}#mockup-hero{animation:_enter-up .4s ease-out 1.45s both}#mockup-cards{animation:_enter-up .4s ease-out 1.7s both}@media(prefers-reduced-motion:reduce){.hero-headline-enter,#hero-sub,#hero-ctas,#hero-trust,#hero-visual,#mockup-nav,#mockup-hero,#mockup-cards{animation:none}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:400px 100%;animation:shimmer 1.6s infinite linear}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}#mockup-float{animation:float 4s ease-in-out 1.9s infinite}
