/* ==========================================================================
   Vitta Nutri – Home Styles
   ========================================================================== */

.text-gradient-gold {
    background: linear-gradient(to right, #C59D5F, #905E21);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-gold {
    background: linear-gradient(90deg, #905E21 0%, #C59D5F 100%);
    transition: all 0.3s ease;
}

.btn-gold:hover {
    background: linear-gradient(90deg, #C59D5F 0%, #905E21 100%);
    box-shadow: 0 4px 15px rgba(197, 157, 95, 0.4);
}
