.gold-text { color: #FFD700; }
.glow { box-shadow: 0 0 12px #FFD70088; transition: all 0.3s ease; }
.glow:hover { box-shadow: 0 0 25px #FFD700cc; }
