.faq-title,
.faq-section,
.disclaimer {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.faq-title {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2.75em;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.02em;
    line-height: 1.15;
    text-align: center;
    margin-top: 48px;
    margin-bottom: 8px;
}

.feature-type-title {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.05em;
    font-weight: 400;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 48px;
}

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

.faq-items {
    display: flex;
    flex-direction: column;
}

.llms-property-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.llms-property-list li {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
}

.llms-property-list li:last-child {
    border-bottom: none;
}

.llms-property-list a {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1em;
    color: #111;
    text-decoration: none;
}

.llms-property-list a:hover {
    text-decoration: underline;
}

.faq-item {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
}

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

.faq-item .question {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1em;
    color: #111;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.6;
}

.faq-item .question strong {
    font-weight: 600;
}

.faq-item .answer {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 0.95em;
    color: #555;
    line-height: 1.8;
    padding-left: 20px;
    margin: 0;
}

.disclaimer {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 56px;
    margin-bottom: 64px;
    padding-top: 24px;
    border-top: 1px solid #e0e0e0;
    font-size: 0.8em;
    color: #aaa;
    line-height: 1.7;
    text-align: left;
}

.disclaimer a {
    color: #888;
    text-decoration: underline;
    text-decoration-color: #ccc;
    text-underline-offset: 2px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .faq-title,
    .faq-section,
    .disclaimer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .faq-title {
        font-size: 2em;
    }

    .feature-type-title {
        font-size: 0.95em;
    }
}
