.audire-acu-gestione-section {
    padding: 20px 20px;
    padding-bottom: 20px;
    background-color: #f8fafc;
    font-family: 'Inter', sans-serif;
    color: #0f172a;
}

.audire-acu-gestione-container {
    max-width: 1200px;
    margin: 0 auto;
}

.audire-acufeni-gestione {
    padding: 56px 24px;
    background: #ffffff;
    border-radius: 28px;
    border: 1px solid #f1f5f9;
    margin-bottom: 32px;
}

.audire-gestione-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 36px auto;
}

.audire-gestione-wysiwyg {
    font-size: 14px;
    color: #475569;
    line-height: 1.7;
    margin-top: 16px;
}

.audire-gestione-wysiwyg p {
    margin-bottom: 12px;
}

.audire-gestione-pillars-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 32px;
}

@media (min-width: 768px) {
    .audire-gestione-pillars-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.audire-pillar-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 24px 20px;
    text-align: center;
    transition: all 0.2s;
}

.audire-pillar-card:hover {
    background: #ffffff;
    border-color: #0284c7;
    box-shadow: 0 10px 25px -5px rgba(2, 132, 199, 0.1);
    transform: translateY(-3px);
}

.audire-pillar-icon {
    font-size: 32px;
    display: inline-block;
    margin-bottom: 12px;
}

.audire-pillar-card h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
}

.audire-pillar-card p {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

.audire-gestione-quote-banner {
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
    color: #ffffff;
    padding: 18px 24px;
    border-radius: 16px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

.audire-gestione-quote-banner p {
    margin: 0;
}