.faq-page {
    max-width: 800px;
    margin: 32px auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
    padding: 36px 32px 32px 32px;
}

.faq-page h1 {
    font-size: 2.2rem;
    margin-bottom: 24px;
    color: #222;
    font-family: Lato, sans-serif;
}

.faq-list {
    margin-top: 16px;
}

.faq-item {
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f0f0f0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h2 {
    font-size: 1.18rem;
    color: var(--primary-color);
    margin-bottom: 8px;
    font-family: Lato, sans-serif;
}

.faq-item p {
    font-size: 1.05rem;
    color: #444;
    margin: 0;
    line-height: 1.7;
}
