/* ========================================
   THEME: OCEAN BLUE
   ======================================== */
:root {
    --primary: #0ea5e9;
    --primary-dark: #0284c7;
    --secondary: #0369a1;
    --accent: #38bdf8;
}

/* Override gradient backgrounds */
.hero-gradient {
    background: linear-gradient(135deg, rgba(14,165,233,0.08) 0%, rgba(3,105,161,0.08) 50%, rgba(56,189,248,0.05) 100%) !important;
}
.hero-shape-1 {
    background: linear-gradient(135deg, rgba(14,165,233,0.4), rgba(3,105,161,0.4)) !important;
}
.hero-shape-2 {
    background: linear-gradient(135deg, rgba(56,189,248,0.4), rgba(14,165,233,0.3)) !important;
}
.hero-shape-3 {
    background: linear-gradient(135deg, rgba(3,105,161,0.3), rgba(56,189,248,0.3)) !important;
}

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

/* Filter active state */
.filter-option.active {
    background: rgba(14,165,233,0.1) !important;
}
