@keyframes wordReveal{0%{transform:translateY(20px)}to{transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.hero-heading .word{display:inline-block;margin-right:.25em}.hero-heading .word-inner{display:inline-block;animation:wordReveal .4s ease-out forwards}.hero-heading .word:first-child .word-inner{animation-delay:0s}.hero-heading .word:nth-child(2) .word-inner{animation-delay:.05s}.hero-heading .word:nth-child(3) .word-inner{animation-delay:.1s}.hero-heading .word:nth-child(4) .word-inner{animation-delay:.15s}.hero-heading .word:nth-child(5) .word-inner{animation-delay:.2s}.hero-heading .word:nth-child(6) .word-inner{animation-delay:.25s}.hero-heading .word:nth-child(7) .word-inner{animation-delay:.3s}.hero-heading .word:nth-child(8) .word-inner{animation-delay:.35s}.hero-heading .word:nth-child(9) .word-inner{animation-delay:.4s}.hero-heading .word:nth-child(10) .word-inner{animation-delay:.45s}.hero-logo{animation:scaleIn .8s ease-out .4s forwards;opacity:0}.hero-video{animation:fadeInRight .6s ease-out .5s forwards;opacity:0}.hero-description{animation:fadeInUp .6s ease-out .6s forwards;opacity:0}.hero-trusted{animation:fadeInUp .6s ease-out .7s forwards;opacity:0}.hero-floating-btn{animation:scaleIn .5s ease-out .9s forwards;opacity:0}.hero-btn{transition:transform .2s ease}.hero-btn:hover{transform:scale(1.02)}.hero-btn:active{transform:scale(.98)}@keyframes slideUp{0%{transform:translateY(20px)}to{transform:translateY(0)}}.animate-slide-up{animation:slideUp .5s cubic-bezier(.25,.4,.25,1) forwards}.animate-fade-in-up{opacity:0;animation:fadeInUp .6s ease-out forwards}.animate-scale-in{opacity:0;animation:scaleIn .6s ease-out forwards}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-down{opacity:0;animation:fadeInDown .4s ease-out forwards}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.animate-fade-in-left{opacity:0;animation:fadeInLeft .5s ease-out forwards}