/* ============================================
   HOME.CSS - Page d'accueil COMPLET
   Tous les styles de Index.cshtml
   ============================================ */
    /* ========================================
       SECTION 1: HERO - Fond clair + SVG diffus
       ======================================== */
    .hero {
        min-height: 75vh;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #fdfbf7 0%, #f5f1e8 50%, #fffcf5 100%);
        padding: 2rem;
        text-align: center;
        overflow: hidden;
    }
    
    .hero-svg-background {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.14;
        pointer-events: none;
    }
    
    .hero-content {
        position: relative;
        z-index: 2;
        max-width: 800px;
    }
    
    .hero h1 {
        font-size: 4rem;
        font-weight: 300;
        margin-bottom: 1.5rem;
        color: #2c3e50;
        text-shadow: none;
    }
    
    .hero h1 strong { font-weight: 700; color: var(--theme-color-1); }
    
    .hero-subtitle {
        font-size: 1.4rem;
        margin-bottom: 3rem;
        font-weight: 300;
        color: #6c757d;
        line-height: 1.6;
    }
    
    .cta-buttons {
        display: flex;
        gap: 1.5rem;
        justify-content: center;
    }
    
    
    
    .btn-primary:hover {
        background: var(--theme-color-1-hover);
        border-color: var(--theme-color-1-hover);
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(var(--theme-color-1-rgb), 0.4);
    }
    
    
    .btn-secondary:hover {
        background: white;
        border-color: var(--theme-color-2-hover);
        color: var(--theme-color-2-hover);
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(var(--theme-color-2-rgb), 0.4);
    }
    
    .scroll-hint {
        position: absolute;
        bottom: 2rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 3;
        animation: bounce 2s infinite;
    }
    
    .scroll-hint svg {
        width: 30px;
        height: 30px;
        fill: var(--theme-color-1);
        opacity: 0.6;
    }
    
    @@keyframes bounce {
        0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
        40% { transform: translateX(-50%) translateY(-10px); }
        60% { transform: translateX(-50%) translateY(-5px); }
    }
    
    /* ========================================
       SECTION 2: LE CONSTAT - Fond doré uni
       ======================================== */
    .constat-section {
        min-height: 70vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, var(--theme-color-2) 0%, var(--theme-color-1) 100%);
        padding: 6rem 2rem;
        position: relative;
    }
    
    .constat-content {
        position: relative;
        z-index: 2;
        max-width: 800px;
        text-align: center;
        color: white;
    }
    
    .constat-content p {
        font-size: 1.3rem;
        line-height: 2;
        margin-bottom: 1.5rem;
        font-weight: 300;
    }
    
    .constat-content p strong {
        font-weight: 600;
        color: #fffaed;
    }
    
    /* ========================================
       SECTION 3: LES 4 MODES - Les chemins automatiques
       ======================================== */
    .modes-section {
        padding: 6rem 2rem;
        background: linear-gradient(135deg, #fdfbf7 0%, #f5f1e8 50%, #fffcf5 100%);
    }
    
    .modes-container {
        max-width: 1000px;
        margin: 0 auto;
    }
    
    .modes-intro {
        text-align: center;
        margin-bottom: 4rem;
    }
    
    .modes-intro h2 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        font-weight: 300;
        color: #2c3e50;
    }
    
    .modes-intro p {
        font-size: 1.2rem;
        color: #6c757d;
        font-weight: 300;
    }
    
    .modes-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
        margin-bottom: 3rem;
    }
    
    .mode-card {
        text-align: center;
        transition: transform 0.3s;
        padding: 1.5rem;
    }
    
    .mode-icon {
        width: 120px;
        height: 120px;
        margin: 0 auto 1.5rem;
    }
    
    .mode-name {
        font-weight: 600;
        font-size: 1rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 0.8rem;
    }
    
    .mode-card.intimidateur .mode-name { color: #e74c3c; }
    .mode-card.interrogateur .mode-name { color: #3498db; }
    .mode-card.plaintif .mode-name { color: #27ae60; }
    .mode-card.indifferent .mode-name { color: #6b7c93; }
    
    .mode-action {
        font-size: 1rem;
        color: #2c3e50;
        font-weight: 400;
        line-height: 1.5;
    }
    
    .modes-cta {
        display: flex;
        gap: 1.5rem;
        justify-content: center;
        margin-top: 3rem;
    }
    
    /* ========================================
       SECTION 4: CITATION
       ======================================== */
    .quote-section {
        background: linear-gradient(135deg, var(--theme-color-2) 0%, var(--theme-color-1) 100%);
        color: white;
        padding: 4rem 2rem;
        text-align: center;
    }
    
    .quote-section blockquote {
        max-width: 800px;
        margin: 0 auto;
        font-size: 1.5rem;
        font-style: italic;
        font-weight: 300;
        line-height: 1.8;
    }
    
    .quote-section cite {
        display: block;
        margin-top: 1.5rem;
        font-size: 1rem;
        font-style: normal;
        opacity: 0.9;
    }
    
    /* ========================================
       SECTION 5: LES 3 PORTES - Comment avancer
       ======================================== */
    .journey-section {
        padding: 6rem 2rem;
        background: white;
    }
    
    .journey-container {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .journey-header {
        text-align: center;
        margin-bottom: 4rem;
    }
    
    .journey-header h2 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        font-weight: 300;
        color: #2c3e50;
    }
    
    .journey-header p {
        font-size: 1.2rem;
        color: #6c757d;
    }
    
    .journey-cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5rem;
        margin-bottom: 5rem;
    }
    
    .journey-card {
        background: #fdfbf7;
        border-radius: 16px;
        padding: 3rem 2rem;
        text-align: center;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        transition: all 0.3s;
        border-top: 4px solid transparent;
    }
    
    /* .journey-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 12px 40px rgba(0,0,0,0.15);
    } */

        .journey-card.diagnostic { border-top-color: var(--theme-color-1); }
        .journey-card.exercices { border-top-color: var(--theme-color-2); }
        .journey-card.livre { border-top-color: var(--theme-color-3); }
    
    .journey-card-icon {
        width: 80px;
        height: 80px;
        margin: 0 auto 1.5rem;
    }
    
    .journey-card-icon svg {
        width: 100%;
        height: 100%;
    }
    
    .journey-card .card-label {
        font-size: 0.85rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
        margin-bottom: 1rem;
    }
    
    .journey-card.diagnostic .card-label {
        color: var(--theme-color-1);
    }

    .journey-card.exercices .card-label {
        color: var(--theme-color-2);
    }

    .journey-card.livre .card-label {
        color: var(--theme-color-3);
    }
    
    .journey-card h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        color: #2c3e50;
    }
    
    .journey-card p {
        color: #6c757d;
        line-height: 1.6;
        margin-bottom: 2rem;
        font-size: 0.95rem;
    }
    
    .journey-card .btn {
        width: 100%;
        padding: 0.9rem 2rem;
    }
    
    .journey-card.diagnostic .btn {
        background: var(--theme-color-2);
        border-color: var(--theme-color-2);
        color: white;
    }
    
    .journey-card.diagnostic .btn:hover {
            background: var(--theme-color-1-hover);
            border-color: var(--theme-color-1-hover);
        }
    
    .journey-card.exercices .btn {
        background: var(--theme-color-1);
        border-color: var(--theme-color-1);
        color: white;
    }
    
    .journey-card.exercices .btn:hover {
            background: var(--theme-color-3-hover);
            border-color: var(--theme-color-3-hover);
        }
    
    .journey-card.livre .btn {
        background: var(--theme-color-2);
        border-color: var(--theme-color-2);
        color: white;
    }
    
    .journey-card.livre .btn:hover {
        background: var(--theme-color-2-hover);
        border-color: var(--theme-color-2-hover);
    }
    
    /* Newsletter Section */
    .newsletter-section {
        max-width: 700px;
        margin: 0 auto;
        background: white;
        padding: 3rem;
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        text-align: center;
    }
    
    .newsletter-section h3 {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
        color: #2c3e50;
    }
    
    .newsletter-section .newsletter-desc {
        color: #6c757d;
        margin-bottom: 2rem;
        line-height: 1.6;
    }
    
    .newsletter-form {
        display: flex;
        gap: 1rem;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .newsletter-form input {
        flex: 1;
        padding: 0.9rem 1.5rem;
        border: 2px solid #e0e0e0;
        border-radius: 50px;
        font-size: 1rem;
        transition: all 0.3s;
    }
    
    .newsletter-form input:focus {
        outline: none;
        border-color: var(--theme-color-2);
    }
    
    /* ========================================
       RESPONSIVE
       ======================================== */
    @media (max-width: 968px) {
        .modes-grid {
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
        }
        
        .journey-cards {
            grid-template-columns: 1fr;
            gap: 2rem;
        }
        
        .newsletter-form {
            flex-direction: column;
        }
        
        .newsletter-form button {
            width: 100%;
        }
    }
    
    @media (max-width: 768px) {
        .hero h1 {
            font-size: 2.5rem;
        }
        
        .hero-subtitle {
            font-size: 1.1rem;
        }
        
        .constat-content p {
            font-size: 1.1rem;
        }
        
        .modes-intro h2,
        .journey-header h2 {
            font-size: 2rem;
        }
        
        .cta-buttons,
        .modes-cta {
            flex-direction: column;
        }
    }

/* ========================================
   OVERRIDE BOUTONS POUR HOME
   ======================================== */

/* Boutons plus grands sur hero */
.hero .btn,
.cta-buttons .btn {
    padding: 1rem 2.5rem;
}
