@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes successBg{0%{background-color:#ffffff}to{background-color:#dcfce7}}@keyframes errorSlideIn{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}.hero-content-wrapper{animation:fadeInLeft .8s ease-out forwards}.hero-badge{transform:rotate(-2deg)}.hero-headline{opacity:0;animation:fadeInUp .6s ease-out .2s forwards}.hero-subheadline{opacity:0;animation:fadeIn .5s ease-out .4s forwards}.hero-success-message{animation:successBg .3s ease-out forwards}.hero-error-message{animation:errorSlideIn .3s ease-out forwards}.hero-submit-button{transition:all .15s ease}.hero-submit-button:hover:not(:disabled){background-color:rgb(17 24 39);transform:scale(1.02)}.hero-submit-button:active:not(:disabled){transform:scale(.98)}@media (prefers-reduced-motion:reduce){.hero-badge,.hero-content-wrapper,.hero-error-message,.hero-headline,.hero-subheadline,.hero-success-message{animation:none!important;opacity:1!important;transform:none!important}.hero-submit-button{transition:none!important}}