/* ============================================
   FINANCEMENT - STYLE PREMIUM
   ============================================ */

.financement-section {
    padding: 4rem 0;
    /* background: linear-gradient(135deg, var(--color-cream-light) 0%, var(--color-cream) 50%, var(--color-cream-dark) 100%); */
}

/* En-tête */
.section-header-financement {
    text-align: center;
    margin-bottom: 3rem;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: rgba(10, 119, 52, 0.1);
    padding: 0.4rem 1.2rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--color-green-light);
    margin-bottom: 1rem;
}

.section-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #1a2c3e;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1rem;
    color: #4a5568;
    max-width: 700px;
    margin: 0 auto 1.5rem;
}

.section-divider {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--color-green-light), var(--color-gold-medium), var(--color-red-medium));
    border-radius: 3px;
    margin: 0 auto;
}

/* Liste des financements */
.financement-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem;
}

/* Carte financement */
.financement-item {
    display: flex;
    gap: 2rem;
    background: white;
    border-radius: 28px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(10, 119, 52, 0.1);
    box-shadow: var(--shadow-sm);
}

.financement-item:hover {
    transform: translateX(5px);
    box-shadow: var(--shadow-md);
    border-color: rgba(10, 119, 52, 0.2);
}

.financement-item.featured {
    border-left: 4px solid var(--color-gold-medium);
}

/* Logo */
.item-logo {
    flex-shrink: 0;
    width: 180px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.item-logo img {
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
}

/* Contenu */
.item-content {
    flex: 1;
    padding: 2rem 2rem 2rem 0;
}

.item-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.item-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1a2c3e;
    margin: 0;
}

.item-badge {
    background: rgba(10, 119, 52, 0.15);
    color: var(--color-green-light);
    padding: 0.2rem 0.8rem;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 600;
}

.featured .item-badge {
    background: rgba(255, 215, 0, 0.2);
    color: var(--color-gold-dark);
}

.item-description {
    color: #4a5568;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* Référence légale */
.item-reference {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(10, 119, 52, 0.05);
    border-radius: 12px;
    margin-bottom: 1rem;
    font-size: 0.8rem;
    color: #64748b;
}

.item-reference i {
    color: var(--color-gold-medium);
}

/* Objectifs et missions */
.item-objectives, .item-mission {
    margin-bottom: 1.5rem;
}

.item-objectives h4, .item-mission h4, .item-services h4 {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--color-green-light);
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.item-objectives ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 0.5rem;
}

.item-objectives ul li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #4a5568;
}

.item-objectives ul li i {
    color: var(--color-gold-medium);
}

.item-mission p {
    color: #4a5568;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

/* Services grid */
.item-services {
    margin-bottom: 1.5rem;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.service-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(10, 119, 52, 0.08);
    padding: 0.3rem 0.9rem;
    border-radius: 50px;
    font-size: 0.75rem;
    color: var(--color-green-light);
}

.service-tag i {
    font-size: 0.7rem;
}

/* Citation BBDA */
.item-quote {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background: rgba(255, 215, 0, 0.08);
    border-radius: 16px;
    margin-bottom: 1.5rem;
    font-style: italic;
    color: var(--color-gold-dark);
    font-weight: 500;
}

.item-quote i {
    color: var(--color-gold-medium);
    font-size: 1.2rem;
}

/* FPC Timeline */
.item-fpc {
    margin-bottom: 1.5rem;
}

.item-fpc h4 {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--color-red-medium);
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.fpc-timeline {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.timeline-item {
    padding-left: 1rem;
    border-left: 2px solid var(--color-gold-medium);
}

.timeline-date {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--color-gold-dark);
    display: block;
    margin-bottom: 0.25rem;
}

.timeline-item p {
    font-size: 0.85rem;
    color: #4a5568;
    margin: 0;
}

/* Bouton */
.btn-detail {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.2rem;
    background: transparent;
    border: 1px solid var(--color-green-light);
    border-radius: 12px;
    color: var(--color-green-light);
    font-weight: 600;
    font-size: 0.8rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-detail:hover {
    background: var(--color-green-light);
    color: white;
    transform: translateX(3px);
}

/* Synthèse */
.financement-synthese {
    background: rgba(255, 253, 238, 0.7);
    backdrop-filter: blur(12px);
    border-radius: 28px;
    padding: 2rem;
    margin-bottom: 4rem;
    border: 1px solid rgba(10, 119, 52, 0.1);
}

.synthese-title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a2c3e;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.synthese-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.synthese-card {
    background: white;
    border-radius: 20px;
    padding: 1.5rem;
    text-align: center;
}

.synthese-card i {
    font-size: 2rem;
    color: var(--color-gold-medium);
    margin-bottom: 1rem;
}

.synthese-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a2c3e;
    margin-bottom: 1rem;
}

.synthese-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.synthese-card ul li {
    font-size: 0.8rem;
    color: #4a5568;
    padding: 0.3rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.synthese-card ul li:last-child {
    border-bottom: none;
}

/* Call to Action */
.cta-section-financement {
    background: linear-gradient(135deg, var(--color-green-light), var(--color-green-dark));
    border-radius: 32px;
    padding: 3rem;
    text-align: center;
    color: white;
}

.cta-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.cta-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.cta-content p {
    opacity: 0.9;
    margin-bottom: 1.5rem;
}

.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 2rem;
    background: white;
    border-radius: 50px;
    color: var(--color-green-light);
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    color: var(--color-green-dark);
}

/* Responsive */
@media (max-width: 992px) {
    .financement-item {
        flex-direction: column;
    }
    
    .item-logo {
        width: 100%;
        padding: 2rem;
        border-bottom: 1px solid #e2e8f0;
    }
    
    .item-content {
        padding: 1.5rem;
    }
    
    .item-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .financement-section {
        padding: 2rem 0;
    }
    
    .item-objectives ul {
        grid-template-columns: 1fr;
    }
    
    .services-grid {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .synthese-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-section-financement {
        padding: 2rem;
    }
    
    .cta-content h3 {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .item-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .item-title {
        font-size: 1.2rem;
    }
    
    .item-subtitle {
        font-size: 0.8rem;
    }
}

/* ============================================
   FASO FILMS FONDS - STYLE SPÉCIFIQUE
   ============================================ */

.financement-item.featured {
    border-left: 4px solid var(--color-gold-medium);
    background: linear-gradient(135deg, #FFFFFF, #FFFEF5);
}

/* Année */
.item-annee {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, var(--color-gold-light), var(--color-gold-dark));
    color: white;
    padding: 0.3rem 1rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

/* Composantes */
.item-components {
    margin-bottom: 1.5rem;
}

.item-components h4 {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--color-green-light);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.components-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.component-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    background: rgba(10, 119, 52, 0.03);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.component-card:hover {
    background: rgba(10, 119, 52, 0.08);
    transform: translateX(5px);
}

.component-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(10, 119, 52, 0.1), rgba(255, 215, 0, 0.05));
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.component-icon i {
    font-size: 1.3rem;
    color: var(--color-gold-medium);
}

.component-info h5 {
    font-size: 0.85rem;
    font-weight: 700;
    color: #1a2c3e;
    margin-bottom: 0.25rem;
}

.component-info p {
    font-size: 0.75rem;
    color: #64748b;
    margin: 0;
}

/* Actions */
.item-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.2rem;
    background: linear-gradient(135deg, var(--color-green-light), var(--color-green-dark));
    border-radius: 12px;
    color: white;
    font-weight: 600;
    font-size: 0.8rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-glow-green);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.2rem;
    background: transparent;
    border: 1px solid var(--color-green-light);
    border-radius: 12px;
    color: var(--color-green-light);
    font-weight: 600;
    font-size: 0.8rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-secondary:hover {
    background: rgba(10, 119, 52, 0.05);
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
    .components-grid {
        grid-template-columns: 1fr;
    }
    
    .component-card {
        padding: 0.8rem;
    }
    
    .item-actions {
        flex-direction: column;
    }
    
    .btn-primary, .btn-secondary {
        justify-content: center;
    }
}