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

.audire-ipoacusia-controllo-container {
    max-width: 1200px;
    margin: 0 auto;
}

.audire-ipo-controllo {
    padding: 48px 24px;
    background: linear-gradient(135deg, #0f172a 0%, #0284c7 140%);
    color: #ffffff;
    border-radius: 28px;
    text-align: center;
    border: 1px solid #1e293b;
    margin-bottom: 32px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15);
}

.audire-ipo-ctrl-box {
    max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.audire-ctrl-tag {
    display: inline-block;
    background: rgba(56, 189, 248, 0.2);
    color: #38bdf8;
    border: 1px solid rgba(56, 189, 248, 0.3);
    font-size: 11px;
    font-weight: 800;
    padding: 4px 14px;
    border-radius: 9999px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.audire-ctrl-title {
    font-family: 'Outfit', sans-serif;
    font-size: 26px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 8px;
    line-height: 1.25;
}

@media (min-width: 768px) {
    .audire-ctrl-title {
        font-size: 32px;
    }
}

.audire-ctrl-sub {
    font-family: 'Outfit', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #7dd3fc;
    margin-bottom: 20px;
}

.audire-ctrl-body {
    font-size: 14.5px;
    color: #cbd5e1;
    line-height: 1.65;
    margin-bottom: 28px;
    max-width: 660px;
}

.audire-ctrl-body p {
    margin-bottom: 12px;
    font-size: 14.5px;
    color: #cbd5e1;
    line-height: 1.65;
}

.audire-ctrl-highlight {
    color: #ffffff !important;
    font-weight: 800;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 20px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.audire-ctrl-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    width: 100%;
}