html { scroll-behavior: smooth; }
    body {
      background-color: #fdfcf9;
      color: #006d77;
      background-image:
        radial-gradient(rgba(0,109,119,0.035) 0.7px, transparent 0.7px),
        radial-gradient(rgba(255,126,103,0.03) 0.7px, transparent 0.7px);
      background-position: 0 0, 12px 12px;
      background-size: 24px 24px;
    }
    .gradient-text {
      background: linear-gradient(90deg, #006d77 0%, #ff7e67 55%, #006d77 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
    .glass-light {
      background: rgba(245,239,227,0.8);
      backdrop-filter: blur(10px);
    }
    .carousel-track {
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
    }
    .carousel-track::-webkit-scrollbar { display: none; }
    .carousel-item {
      scroll-snap-align: start;
    }
