.legal-page__main {
  margin-top: 100px;

  @media (min-width: 850px) {
    margin-top: 120px;
  }
}

.legal-page__container {
  width: min(90vw, 1280px);
  margin: 0 auto;
  padding: 4rem 0;
}

.legal-page__content {
  max-width: 56rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.legal-page__intro {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.legal-page__title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.legal-page__lead,
.legal-page__paragraph {
  margin: 0;
}

.legal-page__sections {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.legal-page__section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.legal-page__section-title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;

  @media (min-width: 1024px) {
    font-size: 20px;
  }
}

.legal-page__group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.legal-page__group--compact {
  gap: 0.25rem;
}

.legal-page__link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.14em;
  transition:
    color 150ms ease,
    font-weight 50ms ease;
}

.legal-page__link:hover,
.legal-page__link:focus-visible {
  font-weight: 500;
}

.legal-page__link--accent {
  color: var(--color-textHighlight);
}

.legal-page__list {
  margin: 0;
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.legal-page__list li {
  line-height: 1.6;
}
