.statsync-faq {
    max-width: 1200px;
    margin: 50px auto;
}

.statsync-faq-head {
    text-align: center;
    margin-bottom: 35px;
}

.faq-badge {
    display: inline-block;
    background: #eef2ff;
    color: #4f46e5;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.statsync-faq-head h2 {
    font-size: 32px;
    margin: 12px 0 10px;
}

.statsync-faq-head p {
    color: #666;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
}

.faq-item {
    background: #f9f9f9;
    border-radius: 14px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: 0.3s;
    color:#222;
}

.faq-item.active {
    background: #e3efe3;
    color: #111;
}

.faq-question {
    padding: 18px 22px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    display: none;
    padding: 0 22px 22px;
    font-size: 16px;
    line-height: 1.6;
}

.faq-icon {
    font-size: 26px;
    font-weight: 700;
}