/* ============================================================
   LEGAL PAGES (Privacy Policy, Terms of Service)
   ============================================================ */

.legal-page {
  background-color: #fafcfa;
  padding-bottom: 7.5rem;
}

.legal-page__container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-top: 2.875rem;
}

/* ----------------------------------------
   Page title
   ---------------------------------------- */
.legal-page__title {
  font-size: 4.5rem; /* 72px */
  font-weight: 600;
  color: #2c2c2c;
  line-height: 1.05;
}

/* ----------------------------------------
   Content column — no classes on children
   ---------------------------------------- */
.legal-page__content {
  max-width: 43.75rem; /* 700px */
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.legal-page__content p {
  font-size: 1rem; /* 16px */
  font-weight: 400;
  color: #2c2c2c;
  line-height: 1.7;
  margin: 0;
}

.legal-page__content h2 {
  font-size: 1.375rem; /* 22px */
  font-weight: 600;
  color: #2c2c2c;
  line-height: 1.3;
  margin: 0;
  margin-top: 0.5rem;
}

.legal-page__content ul {
  margin: 0;
  padding-left: 1.25rem;
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.legal-page__content ul li {
  font-size: 1rem;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 1.7;
}

.legal-page__content address {
  font-style: normal;
  font-size: 1rem;
  color: #2c2c2c;
  line-height: 1.8;
}

/* ----------------------------------------
   Responsive
   ---------------------------------------- */
@media (max-width: 640px) {
  .legal-page__title {
    font-size: 2.5rem;
  }
}
