.gh .faq-hero { padding: clamp(44px, 6vw, 72px) 0; }
.gh .faq-hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); margin: 0 0 10px; letter-spacing: -.025em; }
.gh .faq-hero p { max-width: 650px; color: var(--gh-ink-soft); line-height: 1.6; }
.gh .faq-main { padding: clamp(34px, 5vw, 64px) 0; }
.gh .faq-layout { display: grid; grid-template-columns: 230px minmax(0, 720px); gap: 38px; align-items: start; }
.gh .faq-nav { position: sticky; top: 24px; display: grid; gap: 8px; }
.gh .faq-nav a { color: var(--gh-ink-soft); font-weight: 700; font-size: .9rem; }
.gh .faq-nav a:hover { color: var(--brass-ink); }
.gh .faq-list { display: grid; gap: 12px; }
.gh .faq-group { scroll-margin-top: 24px; margin-bottom: 28px; }
.gh .faq-group h2 { font-family: var(--font-display); font-size: 1.45rem; margin: 0 0 14px; text-transform: capitalize; }
.gh details { border: 1px solid var(--gh-line); background: var(--gh-card); border-radius: 14px; padding: 0 18px; }
.gh summary { cursor: pointer; list-style: none; font-weight: 750; padding: 18px 30px 18px 0; position: relative; }
.gh summary::-webkit-details-marker { display: none; }
.gh summary::after { content: '+'; position: absolute; right: 0; top: 15px; color: var(--brass-ink); font-size: 1.35rem; }
.gh details[open] summary::after { content: '−'; }
.gh .faq-answer { color: var(--gh-ink-soft); line-height: 1.65; padding: 0 0 18px; white-space: pre-wrap; }
.gh .faq-contact { margin-top: 30px; padding: 24px; border-radius: 16px; }
.gh .faq-contact h2 { margin: 0 0 6px; }
.gh .faq-contact p { margin: 0 0 16px; color: var(--gh-ink-soft); }
.gh .faq-status { color: var(--gh-ink-soft); font-size: .9rem; }
@media (max-width: 760px) { .gh .faq-layout { grid-template-columns: 1fr; } .gh .faq-nav { position: static; display: flex; flex-wrap: wrap; } }

