.legal-wrap { padding: 60px 24px 100px; max-width: 780px; margin: 0 auto; position: relative; z-index: 1; }
.legal-card { padding: 40px 44px; }
.legal-eyebrow { color: var(--c-cyan); }
.legal-title { font-family: var(--font-display); font-weight: 700; font-size: 40px; color: white; margin: 0 0 8px; }
.legal-updated { color: oklch(0.8 0.02 280 / 0.5); font-size: 12.5px; margin: 0 0 32px; }
.legal-content h2 {
  font-family: var(--font-display); font-weight: 600; font-size: 21px; color: white;
  margin: 32px 0 12px;
}
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { font-family: var(--font-display); font-weight: 600; font-size: 16px; color: white; margin: 20px 0 8px; }
.legal-content p { color: oklch(0.88 0.02 280 / 0.8); font-size: 14.5px; line-height: 1.7; margin: 0 0 14px; }
.legal-content ul, .legal-content ol { color: oklch(0.88 0.02 280 / 0.8); font-size: 14.5px; line-height: 1.7; margin: 0 0 14px; padding-left: 22px; }
.legal-content li { margin-bottom: 6px; }
.legal-content a { color: var(--c-cyan); }
.legal-content strong { color: white; }
.legal-placeholder { color: var(--c-gold); font-weight: 700; }

.faq-item {
  background: oklch(0.2 0.06 285 / 0.5);
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  padding: 16px 20px;
  margin-bottom: 12px;
}
.faq-item summary {
  font-family: var(--font-display); font-weight: 600; font-size: 15.5px; color: white;
  cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 20px; color: var(--c-cyan); flex-shrink: 0; transition: transform .2s ease; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { margin: 12px 0 0; color: oklch(0.88 0.02 280 / 0.75); font-size: 14px; line-height: 1.6; }

.support-channels { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin: 24px 0 40px; }
.support-channel {
  background: oklch(0.2 0.06 285 / 0.5); border: 1px solid var(--border-soft); border-radius: 16px;
  padding: 20px; text-align: center; text-decoration: none;
}
.support-channel-icon { font-size: 28px; margin-bottom: 10px; }
.support-channel-title { color: white; font-weight: 700; font-size: 14.5px; margin-bottom: 4px; }
.support-channel-desc { color: oklch(0.85 0.02 280 / 0.6); font-size: 12.5px; }
