/* ===============================
   SERVICES01 - CSS SPÉCIFIQUE
   Fichier: bl-themes/mensaflow/css/services.css
   =============================== */

.services01-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.services01-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
    color: white;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Suppression de la grille - style plus propre comme la page d'accueil */
.services01-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(6, 182, 212, 0.05));
    opacity: 0.6;
}

.services01-hero-content {
    position: relative;
    z-index: 2;
}

.services01-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    /* Style plus sobre sans gradient arc-en-ciel */
}

.services01-hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.services01-cta-primary {
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    color: white;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
    margin: 0 0.5rem;
}

.services01-cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(59, 130, 246, 0.4);
    color: white;
    text-decoration: none;
}

.services01-cta-secondary {
    background: transparent;
    color: white;
    padding: 1rem 2.5rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    margin: 0 0.5rem;
}

.services01-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    color: white;
    transform: translateY(-2px);
    text-decoration: none;
}


.services01-content {
    max-width: 100%;
    line-height: 1.8;
    font-size: 1.1rem;
    color: #374151;
}

/* Styles pour le contenu riche de la page */
.services01-content h1,
.services01-content h2,
.services01-content h3,
.services01-content h4,
.services01-content h5,
.services01-content h6 {
    color: #1e293b;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.services01-content h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.services01-content h3 {
    font-size: 1.8rem;
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 0.5rem;
}

.services01-content p {
    margin-bottom: 1.5rem;
}

.services01-content ul,
.services01-content ol {
    margin-bottom: 2rem;
    padding-left: 2rem;
}

.services01-content li {
    margin-bottom: 0.8rem;
    line-height: 1.6;
}

.services01-content blockquote {
    border-left: 4px solid #3b82f6;
    background: rgba(59, 130, 246, 0.05);
    padding: 1.5rem 2rem;
    margin: 2rem 0;
    font-style: italic;
    border-radius: 0 8px 8px 0;
    font-size: 1.1rem;
}

.services01-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 2rem 0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.services01-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.services01-content th,
.services01-content td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

.services01-content th {
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    color: white;
    font-weight: 600;
}

.services01-content tr:hover {
    background: rgba(59, 130, 246, 0.05);
}

.services01-contact-section {
    background: linear-gradient(135deg, #1e293b, #334155);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.services01-contact-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.services01-contact-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.services01-contact-info {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.services01-contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.services01-contact-item:hover {
    transform: translateY(-2px);
    color: #3b82f6;
}

.services01-contact-item i {
    font-size: 1.5rem;
    color: #3b82f6;
}

/* Animations */
@keyframes services01-glow {
    0% { filter: brightness(1); }
    100% { filter: brightness(1.2); }
}

@keyframes services01-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.services01-animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.services01-animate-on-scroll.services01-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Classes utilitaires pour le contenu */
.services01-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.services01-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(59, 130, 246, 0.1);
}

.services01-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.services01-highlight {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(6, 182, 212, 0.1));
    padding: 2rem;
    border-radius: 12px;
    border-left: 4px solid #3b82f6;
    margin: 2rem 0;
}

.services01-pricing {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #3b82f6;
    margin: 1rem 0;
}

.services01-badge {
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    margin: 0.5rem;
}

/* Responsive */
@media (max-width: 768px) {
    .services01-hero-title {
        font-size: 2.5rem;
    }
    
    .services01-hero-subtitle {
        font-size: 1.2rem;
    }
    
    .services01-contact-info {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .services01-cta-primary,
    .services01-cta-secondary {
        display: block;
        margin: 0.5rem 0;
        text-align: center;
    }
    
    .services01-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .services01-content h2 {
        font-size: 2rem;
    }
    
    .services01-content h3 {
        font-size: 1.5rem;
    }
    
    .services01-section {
        padding: 60px 0;
    }
}

