.faq-group-title {
    margin-bottom: 20px;
    font-size: 20px;
}

.faq-group-title-spaced {
    margin-top: 40px;
}

.faq-empty-tip {
    color: var(--text-light);
    padding: 20px 0;
}

.faq-form-msg {
    margin-top: 12px;
    font-size: 14px;
}

.faq-cta {
    margin-top: 60px;
    padding: 40px;
    text-align: center;
    background: var(--secondary-color);
    border-radius: var(--radius-lg);
}

.faq-cta-title {
    margin-bottom: 15px;
}

.faq-cta-desc {
    margin-bottom: 25px;
    color: var(--text-light);
}

/* ===== FAQ Toggle States ===== */
.faq-item.open .faq-answer { max-height: 500px; opacity: 1; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
