@keyframes landing-fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-card-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes landing-card-float-delayed{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.landing-fade-up{animation:landing-fade-up .7s ease both}.landing-delay-1{animation-delay:.08s}.landing-delay-2{animation-delay:.16s}.landing-delay-3{animation-delay:.24s}.landing-delay-4{animation-delay:.32s}.landing-card-float{animation:landing-card-float 5s ease-in-out infinite}.landing-card-float-delayed{animation:landing-card-float-delayed 5.5s ease-in-out infinite;animation-delay:.8s}.landing-reveal-enhanced:not(.landing-reveal-visible){opacity:0;transform:translateY(20px)}.landing-reveal-visible{opacity:1;transform:translateY(0)}.landing-workflow-step{animation:landing-card-float 6s ease-in-out infinite}.landing-workflow-step:nth-child(2){animation-delay:.5s}.landing-workflow-step:nth-child(3){animation-delay:1s}@media (prefers-reduced-motion:reduce){.landing-card-float,.landing-card-float-delayed,.landing-fade-up,.landing-reveal-enhanced:not(.landing-reveal-visible),.landing-reveal-visible,.landing-workflow-step{animation:none;opacity:1;transform:none;transition:none}}