@keyframes wordReveal{0%{transform:translateY(100%)}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;overflow:hidden}.hero-heading .word-inner{display:inline-block;animation:wordReveal .6s cubic-bezier(.25,.4,.25,1) forwards}.hero-heading .word:first-child .word-inner{animation-delay:0s}.hero-heading .word:nth-child(2) .word-inner{animation-delay:.06s}.hero-heading .word:nth-child(3) .word-inner{animation-delay:.12s}.hero-heading .word:nth-child(4) .word-inner{animation-delay:.18s}.hero-heading .word:nth-child(5) .word-inner{animation-delay:.24s}.hero-heading .word:nth-child(6) .word-inner{animation-delay:.3s}.hero-heading .word:nth-child(7) .word-inner{animation-delay:.36s}.hero-heading .word:nth-child(8) .word-inner{animation-delay:.42s}.hero-heading .word:nth-child(9) .word-inner{animation-delay:.48s}.hero-heading .word:nth-child(10) .word-inner{animation-delay:.54s}.hero-heading .word:nth-child(11) .word-inner{animation-delay:.6s}.hero-heading .word:nth-child(12) .word-inner{animation-delay:.66s}.hero-heading .word:nth-child(13) .word-inner{animation-delay:.72s}.hero-heading .word:nth-child(14) .word-inner{animation-delay:.78s}.hero-heading .word:nth-child(15) .word-inner{animation-delay:.84s}.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}