/* About, Practical, and FAQ sections generated by LLM */

.about-section {
    line-height: 1.7;
    color: var(--color-text);
}

.about-section p {
    margin: 0 0 0.75rem;
    font-size: var(--text-base);
    line-height: 1.65;
    max-width: 68ch;
    color: var(--color-text-strong, #1a1a1a);
}

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

@media (max-width: 600px) {
    .about-section p {
        font-size: var(--text-base);
        line-height: 1.6;
    }
}

.practical-section,
.faq-section {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--color-border);
    font-size: var(--text-sm);
}

.practical-section__title,
.faq-section__title {
    font-size: var(--text-base, 1rem);
    font-weight: 600;
    margin: 0 0 0.75rem;
    color: var(--color-text);
}

.practical-section dl,
.faq-section dl {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.3rem 1rem;
    margin: 0;
}

.practical-section dt,
.faq-section dt {
    font-weight: 500;
    color: var(--color-text-muted);
    white-space: nowrap;
}

.practical-section dd,
.faq-section dd {
    margin: 0;
    color: var(--color-text);
}

@media (max-width: 480px) {
    .practical-section dl,
    .faq-section dl {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .practical-section dt,
    .faq-section dt {
        margin-top: 0.6rem;
        font-size: var(--text-sm, 0.875rem);
    }

    .practical-section dd,
    .faq-section dd {
        font-size: var(--text-sm, 0.875rem);
    }
}
