.glass {
    background: rgba(46, 166, 166, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(46, 166, 166, 0.15);
}
.text-gradient {
    background: linear-gradient(135deg, #F2DEC4, #D5D9BA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hover-lift {
    transition: all 0.3s ease;
}
.hover-lift:hover {
    transform: translateY(-5px);
}
.text-contrast {
    color: #FFFFFF !important;
}
.text-white {
    color: #FFFFFF !important;
}
.bg-widget {
    background-color: #D5D9BA !important;
}
.bg-widget-alt {
    background-color: #F2DEC4 !important;
}
.btn-widget {
    background-color: #D5D9BA !important;
    color: #222F2F !important;
}
.btn-widget-alt {
    background-color: #F2DEC4 !important;
    color: #222F2F !important;
}
