/* ESNNA SECTION - PROTECCIÓN INFANTIL */
.esnna-section {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #fefaf5, #fdf5ed);
}

.esnna-container {
    max-width: 1280px;
    margin: 0 auto;
}

/* Header */
.esnna-header {
    text-align: center;
    margin-bottom: 3rem;
}

.esnna-icon {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

.esnna-tag {
    display: inline-block;
    font-size: 0.7rem;
    letter-spacing: 3px;
    font-weight: 600;
    color: #e67e22;
    background: rgba(230, 126, 34, 0.1);
    padding: 0.3rem 1rem;
    border-radius: 30px;
    margin-bottom: 1rem;
}

.esnna-header h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #2c3e2f;
    margin-bottom: 0.8rem;
}

.esnna-header h1 span {
    color: #e67e22;
}

.esnna-header p {
    font-size: 1rem;
    color: #7f8c6d;
}

/* Intro */
.esnna-intro {
    background: white;
    border-radius: 24px;
    padding: 2rem;
    margin-bottom: 2rem;
    border-left: 4px solid #e67e22;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
}

.esnna-intro p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 1rem;
}

.esnna-intro p:last-child {
    margin-bottom: 0;
}

.esnna-intro strong {
    color: #e67e22;
}

/* Legal Framework */
.esnna-framework {
    background: #1a2e1f;
    border-radius: 24px;
    padding: 2rem;
    margin-bottom: 2rem;
    color: white;
}

.esnna-framework h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: white;
}

.framework-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
}

.framework-item {
    background: rgba(255, 255, 255, 0.08);
    padding: 1rem;
    border-radius: 16px;
}

.law-number {
    display: inline-block;
    background: #e67e22;
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
    margin-bottom: 0.5rem;
}

.framework-item p {
    font-size: 0.8rem;
    line-height: 1.5;
    color: #d4cdb2;
    margin: 0;
}

/* Commitments */
.esnna-commitments {
    margin-bottom: 2rem;
}

.esnna-commitments h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e2f;
    margin-bottom: 1.5rem;
}

.commitments-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.commitment-card {
    background: white;
    border-radius: 20px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    border: 1px solid #f0e6db;
}

.commitment-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-color: #e67e22;
}

.commitment-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.commitment-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #2c3e2f;
    margin-bottom: 0.6rem;
}

.commitment-card p {
    font-size: 0.8rem;
    line-height: 1.6;
    color: #7f8c6d;
}

/* Alert */
.esnna-alert {
    background: #fff8f0;
    border-left: 4px solid #e67e22;
    padding: 1rem 1.5rem;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.esnna-alert span {
    font-size: 1.5rem;
}

.esnna-alert strong {
    color: #2c3e2f;
}

.esnna-alert div {
    color: #7f8c6d;
    font-size: 0.85rem;
    line-height: 1.5;
}

/* Reporting Channels */
.esnna-report {
    background: white;
    border-radius: 24px;
    padding: 2rem;
    margin-bottom: 2rem;
    border: 1px solid #f0e6db;
}

.esnna-report h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e2f;
    margin-bottom: 1.5rem;
}

.report-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.report-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    background: #fefaf5;
    padding: 0.8rem 1rem;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.report-item:hover {
    background: #fef2e6;
}

.report-icon {
    font-size: 1.5rem;
}

.report-item strong {
    font-size: 0.85rem;
    color: #2c3e2f;
}

.report-item p {
    font-size: 0.7rem;
    color: #a08c74;
    margin: 0;
}

/* Footer */
.esnna-footer {
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 24px;
    border: 1px solid #f0e6db;
}

.esnna-footer p {
    font-size: 0.9rem;
    font-style: italic;
    color: #7f8c6d;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.esnna-signature {
    border-top: 1px solid #f0e6db;
    padding-top: 1rem;
}

.esnna-signature strong {
    display: block;
    font-size: 1rem;
    color: #2c3e2f;
}

.esnna-signature span {
    font-size: 0.7rem;
    color: #a08c74;
}

/* Responsive */
@media (max-width: 1024px) {
    .commitments-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.2rem;
    }
    
    .framework-grid {
        grid-template-columns: 1fr;
    }
    
    .report-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .esnna-section {
        padding: 3rem 1.5rem;
    }
    
    .esnna-header h1 {
        font-size: 2rem;
    }
    
    .commitments-grid {
        grid-template-columns: 1fr;
    }
    
    .report-grid {
        grid-template-columns: 1fr;
    }
    
    .esnna-intro, .esnna-framework, .esnna-report {
        padding: 1.5rem;
    }
    
    .esnna-alert {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .esnna-header h1 {
        font-size: 1.6rem;
    }
    
    .commitment-card {
        padding: 1rem;
    }
}