html { scroll-behavior: smooth; }
    .gradient-text {
      background: linear-gradient(90deg, #16a34a 0%, #22c55e 50%, #86efac 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
    .snap-x-mandatory {
      scroll-snap-type: x mandatory;
    }
    .snap-center {
      scroll-snap-align: center;
    }
    .hide-scrollbar::-webkit-scrollbar { display: none; }
    .hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
