.scroll-container{scroll-snap-type:y mandatory;scroll-behavior:smooth;height:100vh;overflow-y:scroll}.hero-section,.manifesto-section{scroll-snap-align:start;flex-direction:column;min-height:100vh;display:flex}.manifesto-section{background-color:#1a1c1e;justify-content:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.nav-fade{animation:.8s ease-out fadeInDown}.badge-fade{animation:.8s ease-out .2s both fadeInUp}.heading-fade{animation:.8s ease-out .4s both fadeInUp}.description-fade{animation:.8s ease-out .6s both fadeInUp}.buttons-fade{animation:.8s ease-out .8s both fadeInUp}.eyeball-fade{animation:1s ease-out .5s both fadeInRight}.mobile-menu-fade{animation:.8s ease-out 1s both fadeInUp}.scroll-arrow-fade{animation:.8s ease-out 1.2s both fadeInUp}.scroll-arrow{animation:2s infinite bounce}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.dither-gradient{pointer-events:none;z-index:10;width:100%;position:absolute;bottom:0;left:0}.min-h-screen{position:relative}.container{max-width:1200px}.eyeball-wrapper{border-radius:8px;overflow:hidden}.eyeball-wrapper:before{content:"";pointer-events:none;z-index:1;background:radial-gradient(circle,#0000 40%,#1f21234d 70%);position:absolute;inset:0}
