.landing-page-wrapper{overflow-x:hidden;overflow-y:auto;width:100%;min-height:100vh}.scroll-smooth{scroll-behavior:smooth}html{scroll-behavior:smooth!important}@media (prefers-reduced-motion:no-preference){*{scroll-behavior:smooth}}body,html{scroll-snap-type:none!important;-webkit-overflow-scrolling:touch}section{scroll-snap-align:none!important;min-height:auto;width:100%}.animate-bounce-slow{animation:bounce 3s infinite}@keyframes bounce{0%,to{transform:translateY(0);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(-25%);animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:float 3s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.animate-bounce-slow,.animate-float{animation:none}}@media (max-width:768px){video{max-width:100%;height:auto}a,button{min-height:44px}section{padding-left:1rem!important;padding-right:1rem!important}}@supports (-webkit-overflow-scrolling:touch){body{-webkit-overflow-scrolling:touch}}