/* ========================================
   THEME: EMERALD GREEN
   ======================================== */
:root {
    --primary: #10b981;
    --primary-dark: #059669;
    --secondary: #047857;
    --accent: #34d399;
}

/* Override gradient backgrounds */
.hero-gradient {
    background: linear-gradient(135deg, rgba(16,185,129,0.08) 0%, rgba(4,120,87,0.08) 50%, rgba(52,211,153,0.05) 100%) !important;
}
.hero-shape-1 {
    background: linear-gradient(135deg, rgba(16,185,129,0.4), rgba(4,120,87,0.4)) !important;
}
.hero-shape-2 {
    background: linear-gradient(135deg, rgba(52,211,153,0.4), rgba(16,185,129,0.3)) !important;
}
.hero-shape-3 {
    background: linear-gradient(135deg, rgba(4,120,87,0.3), rgba(52,211,153,0.3)) !important;
}

/* Button shadows */
.btn-primary {
    box-shadow: 0 4px 15px rgba(16,185,129,0.4) !important;
}
.btn-primary:hover {
    box-shadow: 0 8px 25px rgba(16,185,129,0.5) !important;
}

/* Filter active state */
.filter-option.active {
    background: rgba(16,185,129,0.1) !important;
}
