.nav__lang { font-size: .82rem; font-weight: 600; color: var(--cedar); padding: 6px 10px; border: 1px solid var(--border); border-radius: 20px; white-space: nowrap; }
.nav__lang:hover { background: var(--stone); }
.draft-banner { background: #92400e; color: #fff; font-size: .82rem; text-align: center; padding: 8px 40px 8px 16px; position: relative; }
.draft-banner button { position: absolute; inset-inline-end: 10px; top: 6px; background: none; border: 0; color: #fff; cursor: pointer; font-size: 1rem; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { width: 100%; text-align: start; background: none; border: 0; padding: 18px 0; font: inherit; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; gap: 12px; color: var(--text); }
.faq-q::after { content: '+'; color: var(--cedar); font-weight: 700; }
.faq-q[aria-expanded="true"]::after { content: '–'; }
.faq-a { padding-bottom: 18px; color: var(--text-muted); }
.faq-a p { margin: 0; line-height: 1.7; }
