.container {
    max-width: 900px;
}

.faq-section {
    margin-bottom: 48px;
}

.faq-section:last-child {
    margin-bottom: 0;
}

.section-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    color: var(--primary-blue);
    padding-bottom: 12px;
    border-bottom: 2px solid var(--border-color);
}

.faq-item {
    margin-bottom: 24px;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.question {
    font-size: 17px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.answer {
    color: var(--text-dark);
    font-size: 16px;
    line-height: 1.7;
}

.answer strong {
    color: var(--primary-blue);
    font-weight: 500;
}

.cta-box {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    padding: 32px;
    text-align: center;
    margin-top: 48px;
}

.cta-box h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: var(--text-dark);
}

.cta-box p {
    color: var(--text-light);
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .content {
        padding: 32px 24px;
    }

    .section-title {
        font-size: 20px;
    }

    .question {
        font-size: 16px;
    }

    .answer {
        font-size: 15px;
    }
}
