/* ============================================================
   LEGAL PAGES  (terms-of-service.html, privacy-policy.html)
   ============================================================ */

.legal-page {
  background-color: var(--frost-white);
  min-height: 100vh;
  padding: 60px 20px;
}

.legal-container {
  max-width: 800px;
  margin: 0 auto;
  color: var(--slate-gray);
}

.legal-container > h2 {
  text-align: left;
  color: var(--primary-color);
  margin-bottom: 6px;
}

.legal-effective {
  font-size: 13px;
  color: var(--slate-gray);
  margin-bottom: 28px;
  font-style: italic;
}

.legal-container > p {
  margin-bottom: 24px;
  line-height: 1.8;
}

.legal-section {
  margin-bottom: 32px;
}

.legal-section h3 {
  font-size: 18px;
  color: var(--deep-navy);
  margin-bottom: 10px;
  font-weight: 600;
}

.legal-section p {
  line-height: 1.8;
  margin-bottom: 12px;
}

.legal-section ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 12px;
  line-height: 1.8;
}

.legal-section ul li {
  margin-bottom: 8px;
}

.legal-section a {
  color: var(--primary-color);
  text-decoration: underline;
}

.legal-section a:hover {
  color: var(--secondary-color);
}

.legal-back {
  margin-top: 48px;
}
