body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(180deg, rgba(8, 18, 9, 0.98), rgba(8, 18, 9, 0.98)),
    repeating-linear-gradient(
      180deg,
      transparent 0,
      transparent 40px,
      rgba(255,255,255,0.035) 41px,
      transparent 42px
    );
  color: #eef2ee;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(245,197,24,0.11), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(96,165,250,0.12), transparent 28%),
    radial-gradient(circle at 50% 72%, rgba(18,31,20,0.22), transparent 38%);
  filter: blur(18px);
  opacity: 0.9;
}

.legal-shell {
  position: relative;
  z-index: 1;
  width: min(840px, calc(100% - 32px));
  margin: 0 auto;
  padding: 32px 0 56px;
}

.legal-topbar {
  margin-bottom: 28px;
}

.legal-back {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  font-size: 0.9rem;
}

.legal-title {
  margin: 0 0 10px;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.legal-meta {
  margin: 0 0 32px;
  color: rgba(255,255,255,0.58);
  font-size: 0.92rem;
}

.legal-section {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.legal-section h2 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

.legal-section p,
.legal-section li {
  color: rgba(255,255,255,0.74);
  font-size: 0.98rem;
  line-height: 1.7;
}

.legal-list {
  padding-left: 18px;
}
