.tff-faq-block { padding-block: var(--space-8); max-width: 780px; }
.tff-faq-block h2 { font-size: var(--text-2xl); font-weight: 800; margin-bottom: var(--space-4); }

.tff-faq-item {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: var(--space-4);
  margin-bottom: var(--space-3);
}
.tff-faq-item summary {
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.tff-faq-item summary::-webkit-details-marker { display: none; }
.tff-faq-item summary::before { content: '+ '; color: var(--brand-color, var(--color-primary)); }
.tff-faq-item[open] summary::before { content: '– '; }
.tff-faq-item p { margin-top: var(--space-3); color: var(--color-text-2); line-height: 1.6; }
