   .text-gold-gradient {
            background: linear-gradient(135deg, #E6C687 0%, #C8A261 50%, #9A7B43 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-weight: bold;
        }
