/* ========================================
   THEME: SUNSET ORANGE
   ======================================== */
:root {
    --primary: #f97316;
    --primary-dark: #ea580c;
    --secondary: #c2410c;
    --accent: #fb923c;
}

/* Override gradient backgrounds */
.hero-gradient {
    background: linear-gradient(135deg, rgba(249,115,22,0.08) 0%, rgba(194,65,12,0.08) 50%, rgba(251,146,60,0.05) 100%) !important;
}
.hero-shape-1 {
    background: linear-gradient(135deg, rgba(249,115,22,0.4), rgba(194,65,12,0.4)) !important;
}
.hero-shape-2 {
    background: linear-gradient(135deg, rgba(251,146,60,0.4), rgba(249,115,22,0.3)) !important;
}
.hero-shape-3 {
    background: linear-gradient(135deg, rgba(194,65,12,0.3), rgba(251,146,60,0.3)) !important;
}

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

/* Filter active state */
.filter-option.active {
    background: rgba(249,115,22,0.1) !important;
}
