/* ═══════════════════════════════════════════════════════════════════════════
   logout.cloud — legal/guide page styles
   ═══════════════════════════════════════════════════════════════════════════ */

.legal-page {
  padding: 7rem 0 4rem;
  min-height: 100vh;
}

.legal-page h1 {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.5rem;
}

.legal-updated,
.legal-sub {
  color: var(--text-muted);
  margin-bottom: 3rem;
  font-size: 0.95rem;
}

.legal-sub {
  font-size: 1.1rem;
  color: var(--text-body);
}

.legal-section {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--border);
}

.legal-section:last-of-type {
  border-bottom: none;
}

.legal-section h2 {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.75rem;
}

.legal-section h3 {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--text);
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.legal-section p {
  margin-bottom: 0.75rem;
  line-height: 1.7;
}

.legal-section ul,
.legal-section ol {
  margin: 0.75rem 0 1rem 1.5rem;
}

.legal-section li {
  margin-bottom: 0.4rem;
  line-height: 1.65;
}

.legal-emphasis {
  color: var(--accent);
  font-weight: 500;
}

.legal-back {
  margin-top: 3rem;
  text-align: center;
}
