/**
 * BebElSouk Custom CSS for WordPress/Elementor
 * 
 * Ce fichier contient les styles personnalisés à ajouter
 * dans WordPress > Apparence > Personnaliser > CSS additionnel
 * ou dans Elementor > Settings > Custom CSS
 */

/* Variables CSS pour WordPress */
:root {
    --bebelsouk-primary: #4B39EF;
    --bebelsouk-primary-dark: #3A2BC7;
    --bebelsouk-primary-light: #6B5BFF;
    --bebelsouk-secondary: #1A1A2E;
    --bebelsouk-text-dark: #2D2D44;
    --bebelsouk-text-light: #6B7280;
    --bebelsouk-bg-light: #F9FAFB;
    --bebelsouk-border: #E5E7EB;
}

/* Styles globaux pour Elementor */
.elementor-widget-heading .elementor-heading-title {
    font-family: 'Poppins', sans-serif;
}

.elementor-widget-text-editor {
    font-family: 'Poppins', sans-serif;
}

/* Boutons personnalisés */
.bebelsouk-btn-primary {
    background: linear-gradient(135deg, #4B39EF 0%, #6B5BFF 100%);
    color: white;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
}

.bebelsouk-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(75, 57, 239, 0.3);
    color: white;
}

.bebelsouk-btn-secondary {
    background: white;
    color: #4B39EF;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: 2px solid #4B39EF;
}

.bebelsouk-btn-secondary:hover {
    background: #4B39EF;
    color: white;
    transform: translateY(-3px);
}

/* Cartes de fonctionnalités */
.bebelsouk-feature-card {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #E5E7EB;
}

.bebelsouk-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(75, 57, 239, 0.15);
    border-color: #4B39EF;
}

.bebelsouk-feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(75, 57, 239, 0.1) 0%, rgba(107, 91, 255, 0.1) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: #4B39EF;
}

/* Section Hero */
.bebelsouk-hero {
    background: #F9FAFB;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.bebelsouk-hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(135deg, rgba(75, 57, 239, 0.1) 0%, rgba(107, 91, 255, 0.1) 100%);
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 0;
}

/* Section Téléchargement */
.bebelsouk-download {
    background: linear-gradient(135deg, #4B39EF 0%, #6B5BFF 100%);
    padding: 80px 0;
    color: white;
    text-align: center;
}

.bebelsouk-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background: white;
    color: #4B39EF;
    padding: 1rem 2rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.bebelsouk-download-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    color: #4B39EF;
}

/* Footer */
.bebelsouk-footer {
    background: #1A1A2E;
    color: white;
    padding: 60px 0 20px;
}

.bebelsouk-footer a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.bebelsouk-footer a:hover {
    color: white;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bebelsouk-fade-in-up {
    animation: fadeInUp 0.8s ease;
}

/* Responsive */
@media (max-width: 768px) {
    .bebelsouk-hero {
        padding: 40px 0;
    }
    
    .bebelsouk-download {
        padding: 40px 0;
    }
    
    .bebelsouk-feature-card {
        padding: 1.5rem;
    }
}

/* Styles pour le logo dans le header */
.bebelsouk-logo {
    max-height: 40px;
    width: auto;
}

/* Highlight text */
.bebelsouk-highlight {
    color: #4B39EF;
    position: relative;
}

.bebelsouk-highlight::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 10px;
    background: rgba(75, 57, 239, 0.2);
    z-index: -1;
}

/* Statistiques */
.bebelsouk-stat {
    display: flex;
    flex-direction: column;
}

.bebelsouk-stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #4B39EF;
    font-family: 'Poppins', sans-serif;
}

.bebelsouk-stat-label {
    font-size: 0.9rem;
    color: #6B7280;
}

/* Pattern décoratif */
.bebelsouk-pattern {
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255,255,255,0.1) 10px, rgba(255,255,255,0.1) 20px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255,255,255,0.1) 10px, rgba(255,255,255,0.1) 20px);
    opacity: 0.3;
}
