.seo-section {
    margin: 40px auto;
}

.seo-section > * {
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--border);
}

.seo-section > *:last-child {
    margin-bottom: 0;
}

.seo-section p,
.seo-section ul,
.seo-section ol,
.seo-section div {
    color: rgba(238, 238, 245, 0.5);
    font-size: 14px;
    line-height: 1.75;
}

.seo-section p,
.seo-section ul,
.seo-section ol {
    margin-top: 0;
}

.seo-section ul,
.seo-section ol {
    padding-left: 20px;
}

.seo-section h2 {
    margin: 0 0 12px;
    color: var(--accent);
    font-size: 18px;
    font-weight: 700;
}

.seo-section h3 {
    margin: 0 0 8px;
    color: var(--text-color);
    font-size: 15px;
    font-weight: 600;
}

.faq-section {
    margin: 40px auto;
}

.faq-section h2 {
    margin: 0 0 20px;
    color: var(--text-color);
    font-size: 18px;
    font-weight: 700;
}

.faq-section div,
.faq-section details {
    margin-bottom: 10px;
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
}

.faq-section h3,
.faq-section summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0;
    padding: 16px 20px;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
    list-style: none;
}

.faq-section summary::-webkit-details-marker {
    display: none;
}

.faq-section h3::after,
.faq-section summary::after {
    content: "+";
    color: rgba(238, 238, 245, 0.28);
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
}

.faq-section details[open] summary {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.faq-section details[open] summary::after {
    content: "−";
    color: var(--accent);
}

.faq-section p {
    margin: 0;
    padding: 0 20px 18px;
    color: rgba(238, 238, 245, 0.5);
    font-size: 14px;
    line-height: 1.7;
}
