/* Styles pour l'image de fond PNOEV - Protection des Orphelins */
.pnoev-industrial-bg {
    background: linear-gradient(135deg, #2c5282 0%, #3182ce 50%, #2c5282 100%);
    position: relative;
    overflow: hidden;
}

.pnoev-industrial-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 70%, rgba(255,255,255,0.1) 0%, transparent 50%),
                radial-gradient(circle at 70% 30%, rgba(255,255,255,0.08) 0%, transparent 50%),
                linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
    animation: shimmer 8s ease-in-out infinite;
}

@keyframes shimmer {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

.pnoev-pattern-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)" /></svg>') repeat;
    opacity: 0.3;
}

.pnoev-logo-modern {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 3;
}

.pnoev-logo-modern .brand-name {
    font-size: 4rem;
    font-weight: 800;
    background: linear-gradient(45deg, #ffffff 30%, #87ceeb 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 8px rgba(0,0,0,0.3);
    margin-bottom: 0.5rem;
    letter-spacing: 0.1em;
}

.pnoev-logo-modern .brand-tagline {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.9);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 2rem;
}

.pnoev-stats {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    display: flex;
    justify-content: space-between;
    z-index: 3;
}

.pnoev-stat-item {
    text-align: center;
    color: rgba(255,255,255,0.8);
}

.pnoev-stat-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #87ceeb;
}

.pnoev-stat-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
