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

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

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

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

.audire-acufeni-badge {
    display: inline-block;
    background: #0284c7;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}

.audire-faq-accordion {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.audire-faq-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.2s;
}

.audire-faq-item[open] {
    background: #ffffff;
    border-color: #0284c7;
    box-shadow: 0 10px 20px -5px rgba(2, 132, 199, 0.08);
}

.audire-faq-question {
    padding: 18px 22px;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    user-select: none;
}

.audire-faq-question::-webkit-details-marker {
    display: none;
}

.audire-faq-toggle {
    font-size: 18px;
    font-weight: 800;
    color: #0284c7;
}

.audire-faq-item[open] .audire-faq-toggle {
    transform: rotate(45deg);
}

.audire-faq-answer {
    padding: 0 22px 18px 22px;
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.6;
    border-top: 1px solid #f1f5f9;
    margin-top: 4px;
    padding-top: 14px;
}

.audire-faq-answer p {
    margin: 0;
}