/* Preview-only refinements. The published FAQ keeps its existing layout. */
.faq-preview .page-hero-sub,
.faq-preview .faq-answer,
.faq-preview .faq-contact p {
    font-weight: 400;
}

.faq-preview .faq-section { padding: 42px 0 60px; }
.faq-preview .faq-card { scroll-margin-top: 140px; }
.faq-preview .faq-answer { line-height: 1.75; }
.faq-preview .faq-answer p + p,
.faq-preview .faq-answer ul + p { margin-top: 12px; }
.faq-preview .faq-answer ul { padding-left: 1.3em; }
.faq-preview .faq-answer li + li { margin-top: 10px; }
.faq-preview .faq-answer a {
    color: var(--pine-primary);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.faq-preview .faq-jump-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-bottom: 30px;
}
.faq-preview .faq-jump-links a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 8px 12px;
    border: 1px solid var(--border-sand);
    border-radius: 6px;
    color: var(--pine-primary);
    background: white;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.faq-preview .faq-jump-links a:hover { background: var(--bg-sand); }
.faq-preview .faq-contact {
    padding: 28px 0 0;
    border-top: 1px solid var(--border-sand);
}
.faq-preview .faq-contact h2 { font-size: 2rem; margin-bottom: 10px; }
.faq-preview .faq-contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.faq-preview .site-footer p { font-weight: 400 !important; }

@media (max-width: 600px) {
    .faq-preview .page-hero { padding: 32px 0 28px; }
    .faq-preview .page-hero-sub { font-size: 1rem; }
    .faq-preview .faq-section { padding: 28px 0 40px; }
    .faq-preview .faq-card { padding: 22px 20px; margin-bottom: 16px; }
    .faq-preview .faq-question { gap: 10px; }
    .faq-preview .faq-answer { padding-left: 0; }
    .faq-preview .faq-contact-actions { flex-direction: column; }
    .faq-preview .faq-contact-actions .btn { white-space: normal; text-align: center; }
}
