* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: 'Inter', -apple-system, sans-serif;
  background: #070019;
  color: #f9f8ff;
  line-height: 1.7;
  padding: 120px 24px 80px;
}
.legal-wrap { max-width: 760px; margin: 0 auto; }
.back {
  display: inline-flex; align-items: center; gap: 8px;
  color: rgba(249, 248, 255, 0.72);
  text-decoration: none; font-size: 14px; margin-bottom: 40px;
  transition: color 0.2s;
}
.back:hover { color: #f9f8ff; }
h1 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: clamp(36px, 5vw, 56px);
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}
.updated { color: rgba(249, 248, 255, 0.5); font-size: 14px; margin-bottom: 40px; }
h2 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 26px;
  margin: 40px 0 14px;
  color: #bfb8d2;
}
p, li { color: rgba(249, 248, 255, 0.82); margin-bottom: 16px; font-size: 16px; }
ul, ol { padding-left: 22px; margin-bottom: 16px; }
a { color: #0099ff; }
footer { margin-top: 60px; padding-top: 30px; border-top: 1px solid rgba(249, 248, 255, 0.08); color: rgba(249, 248, 255, 0.5); font-size: 13px; }

@media (max-width: 768px) {
  body { padding: 80px 20px 60px; line-height: 1.6; }
  .back { margin-bottom: 28px; }
  h1 { font-size: 34px; }
  .updated { margin-bottom: 28px; }
  h2 { font-size: 22px; margin: 32px 0 12px; }
  p, li { font-size: 15px; }
}
