html{scroll-behavior:smooth}.home-wrapper{min-height:100vh;width:100%;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto}.home-wrapper>*{width:100%;flex-shrink:0}.home-wrapper>section{width:100%;scroll-margin-top:100px}.home-wrapper::-webkit-scrollbar{width:10px}.home-wrapper::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}.home-wrapper::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--primary,#3a86ff),var(--secondary,#5e17eb));border-radius:5px}.home-wrapper::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,var(--secondary,#5e17eb),var(--accent,#00f5d4))}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}