.legal-page {
  width: min(880px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 48px 0;
}

.legal-document {
  display: grid;
  gap: 22px;
  color: #fff7fb;
}

.legal-document h1 {
  max-width: none;
  font-size: clamp(2.3rem, 7vw, 4.6rem);
  line-height: 0.96;
}

.legal-document h2 {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.legal-document p {
  color: #f5d7e4;
  line-height: 1.65;
}

.effective {
  color: #ffb3d2;
  font-weight: 800;
}

.back-link {
  width: fit-content;
  color: #ffb3d2;
  font-weight: 900;
  text-decoration: none;
}

.back-link:hover,
.back-link:focus-visible {
  text-decoration: underline;
}
