/* ══════════════════════════════════════
   LEGAL — privacy, security, terms pages
══════════════════════════════════════ */
.legal-wrap { max-width: 760px; margin: 0 auto; padding: 0 36px; position: relative; z-index: 1; }
.legal-hero {
  padding: 160px 0 60px; text-align: center;
  border-bottom: 1px solid var(--section-alt-border);
  opacity: 0; animation: fadeUp 0.9s var(--ease-out) 0.1s forwards;
}
.legal-hero .overline {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--amber); margin-bottom: 20px;
}
.legal-hero h1 {
  font-family: 'Outfit', sans-serif; font-size: clamp(32px, 5vw, 48px);
  font-weight: 700; letter-spacing: -0.035em; color: var(--text);
  line-height: 1.1; margin-bottom: 16px;
}
.legal-hero .updated { font-size: 14px; color: var(--text2); font-weight: 400; }

.legal-body {
  padding: 64px 0 120px;
  opacity: 0; animation: fadeUp 0.9s var(--ease-out) 0.3s forwards;
}
.legal-body h2 {
  font-family: 'Outfit', sans-serif; font-size: 20px; font-weight: 600;
  letter-spacing: -0.02em; color: var(--text);
  margin-top: 48px; margin-bottom: 16px; padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}
.legal-body h2:first-child { margin-top: 0; }
.legal-body p {
  font-size: 15px; font-weight: 400; color: var(--text); opacity: 0.65;
  line-height: 1.8; margin-bottom: 16px;
}
.legal-body ul { list-style: none; padding: 0; margin-bottom: 20px; }
.legal-body ul li {
  font-size: 15px; color: var(--text); opacity: 0.65; line-height: 1.8;
  padding-left: 20px; position: relative; margin-bottom: 6px;
}
.legal-body ul li::before {
  content: ''; position: absolute; left: 4px; top: 11px;
  width: 5px; height: 5px; border-radius: 50%; background: var(--amber); opacity: 0.5;
}
.legal-body strong { color: var(--text); opacity: 1; font-weight: 600; }
.legal-body a { color: var(--amber); text-decoration: underline; text-underline-offset: 3px; }
.legal-body a:hover { opacity: 0.8; }

@media (max-width: 768px) {
  .legal-hero { padding: 130px 0 40px; }
  .legal-wrap { padding: 0 20px; }
}
