  html { scroll-behavior: smooth; }
        body { background: #050505; }
        ::-webkit-scrollbar { width: 8px; }
        ::-webkit-scrollbar-track { background: #0a0a0a; }
        ::-webkit-scrollbar-thumb { background: #C9A84C; border-radius: 4px; }
        .reveal { opacity: 0; transform: translateY(30px); transition: all 1s cubic-bezier(0.16, 1, 0.3, 1); }
        .reveal.visible { opacity: 1; transform: translateY(0); }
        .gold-gradient { background: linear-gradient(135deg, #C9A84C 0%, #E8D498 50%, #C9A84C 100%); }
        .text-gold-gradient { background: linear-gradient(135deg, #C9A84C 0%, #E8D498 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }