/* ==================== SOLUTIONS STYLES ==================== */

/* Hero Section - Identique au blog et formations */
.solutions-hero {
    background: linear-gradient(135deg, #ffffff 0%, #c8cdfc 100%) !important;
    min-height: 350px !important;
    margin-top: 0 !important;
    padding: 120px 0 60px 0 !important;
    position: relative;
    overflow: hidden;
}

.solutions-hero h1,
.solutions-hero p,
.solutions-hero .lead {
    color: #000000 !important;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3) !important;
}

/* Barre de recherche dans le hero */
.solutions-hero .search-form .form-control {
    background-color: #fff !important;
    border: none;
    padding: 0.75rem 1rem;
    font-size: 1rem;
}

.solutions-hero .search-form .btn-light {
    background-color: #1a237e;
    color: #ffffff;
    border: none;
    font-weight: 600;
}

.solutions-hero .search-form .btn-light:hover {
    background-color: #0d47a1;
}

/* Catégories */
.categories-scroll {
    scrollbar-width: thin;
}

.categories-scroll::-webkit-scrollbar {
    height: 6px;
}

.categories-scroll::-webkit-scrollbar-thumb {
    background: #0d6efd;
    border-radius: 3px;
}

/* Cards */
.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
}

/* Responsive */
@media (max-width: 768px) {
    .solutions-hero {
        min-height: 300px;
        padding: 80px 0 40px 0 !important;
    }
    
    .solutions-hero h1 {
        font-size: 2rem !important;
    }
}
