@charset "UTF-8";

body {
  background: #050505;
  color: #fff;
}

.legal-page {
  min-height: 100vh;
  padding: clamp(128px, 16vw, 188px) var(--page-gutter) clamp(72px, 10vw, 120px);
  background:
    radial-gradient(circle at 18% 8%, rgba(77, 135, 255, 0.22), transparent 34vw),
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.1), transparent 28vw),
    #050505;
}

.legal-hero,
.legal-content {
  width: min(100%, 920px);
  margin-inline: auto;
}

.legal-hero {
  display: grid;
  gap: 18px;
  margin-bottom: clamp(44px, 7vw, 76px);
}

.legal-eyebrow,
.legal-updated {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  line-height: 1.6;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.legal-title {
  margin: 0;
  max-width: 760px;
  color: #fff;
  font-size: clamp(2.65rem, 7vw, 5.25rem);
  font-weight: 600;
  line-height: 0.96;
}

.legal-content {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(18px);
}

.legal-content > *:first-child {
  margin-top: 0;
}

.legal-content > *:last-child {
  margin-bottom: 0;
}

.legal-content h2 {
  margin: 42px 0 14px;
  color: #fff;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  font-weight: 600;
  line-height: 1.2;
}

.legal-content p,
.legal-content li {
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  line-height: 1.9;
}

.legal-content p {
  margin: 0 0 18px;
}

.legal-content ul {
  margin: 0 0 22px;
  padding-left: 1.25em;
}

.legal-content a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

@media (max-width: 720px) {
  .legal-content {
    padding: 24px 20px;
  }
}
