/*
 * Theme 2026 — override identità www.coreform.it
 * Spec: docs/superpowers/specs/2026-07-09-restyle-theme-2026-design.md
 * Caricato per ULTIMO, solo se THEME_2026=true. Rollback = rimuovere il flag.
 * NON aggiungere regole strutturali qui: solo colori.
 */

/* ===== 1. Variabili: nuovo rosa di famiglia ===== */
:root {
    --primary: #E82C6C;
    --primary-rgb: 232, 44, 108;
    --bs-primary: #E82C6C !important;
    /* token design system coreform-ds */
    --cf-primary: #E82C6C;
    --cf-primary-dark: #C91E58;
    --cf-primary-light: #F0568B;
    --cf-primary-rgb: 232, 44, 108;
}

/* ===== 2. Rosa hardcoded in style.css (stessi selettori, ricaricati dopo → vincono) ===== */
.btn-primary {
    --bs-btn-bg: #E82C6C !important;
    --bs-btn-border-color: #E82C6C !important;
    --bs-btn-active-bg: #C91E58 !important;
    --bs-btn-active-border-color: #C91E58 !important;
    background-color: #E82C6C !important;
    border-color: #E82C6C !important;
}
.badge.bg-primary { background-color: #E82C6C !important; }
.badge-primary { background-color: #E82C6C !important; }
.filters-container .form-select:focus { border-color: #E82C6C !important; }
.tipologia-title { border-bottom-color: #E82C6C !important; }
.course-card:hover { border-color: #E82C6C !important; }
.course-pricing { background: linear-gradient(135deg, #E82C6C 0%, #C91E58 100%) !important; }
.detail-item i { color: #E82C6C !important; }
.feature-icon { color: #E82C6C !important; }

/* ===== 3. Header pagine interne: blu notte ===== */
.page-header {
    background-color: #16294D !important;
    color: #ffffff;
}
.page-header .page-title,
.page-header .page-subtitle,
.page-header h1, .page-header p {
    color: #ffffff;
}
.page-header .breadcrumb-item,
.page-header .breadcrumb-item.active,
.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.75);
}
.page-header .breadcrumb-item a { color: rgba(255, 255, 255, 0.9); }
.page-header .breadcrumb-item a:hover { color: #ffffff; }

/* ===== 4. Footer: blu notte (batte lo style inline #2c3e50 del blade) ===== */
footer[style] { background-color: #16294D !important; }

/* ===== 5. Barra telefono mobile: da verde a blu notte (batte lo <style> inline del navbar) ===== */
.cf-greenbar { background: #16294D !important; }
.cf-greenbar a:hover { background: #0f1d38 !important; color: #fff; }
