html { scroll-behavior: smooth; overflow-x: hidden; }
body { overflow-x: clip; max-width: 100vw; }
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { scrollbar-width: none; }
