.legal-page {
  background-color: #f9f8f6;
}

/* Isolation: prevents homepage section styles from bleeding into legal pages */
.legal-page section { background-color: transparent !important; }

.legal-page .navbar {
  position: relative;
  background-color: #0a0a14;
}

.legal-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 24px 48px;
}

.legal-content h1 {
  font-size: 36px;
  color: #1e1e2e;
  margin-bottom: 8px;
  font-weight: 800;
}

.legal-content .effective-date {
  color: #52525b;
  font-size: 15px;
  margin-bottom: 40px;
}

.legal-content h2 {
  font-size: 22px;
  color: #1e1e2e;
  margin-top: 40px;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e4e4e7;
}

.legal-content p {
  color: #3a3a4a;
  font-size: 15px;
  line-height: 1.78;
  margin-bottom: 14px;
}

.legal-content ul,
.legal-content ol {
  color: #3a3a4a;
  font-size: 15px;
  line-height: 1.78;
  margin-bottom: 14px;
  padding-left: 24px;
}

.legal-content li { margin-bottom: 6px; }

.legal-content a {
  color: #f43f5e;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-content a:hover { color: #e11d48; }

/* Table of Contents */
.legal-toc {
  background-color: #ffffff;
  border: 1px solid #e4e4e7;
  border-radius: 10px;
  padding: 28px 32px;
  margin-bottom: 48px;
}

.legal-toc h2 {
  font-size: 16px;
  color: #1e1e2e;
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 0;
  border-bottom: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.legal-toc ol {
  columns: 2;
  column-gap: 32px;
  padding-left: 20px;
  margin-bottom: 0;
}

.legal-toc ol li {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.5;
}

.legal-toc ol li a {
  color: #f43f5e;
  text-decoration: none;
  font-weight: 500;
}

.legal-toc ol li a:hover { text-decoration: underline; }

/* Legal Page Footer */
.legal-footer {
  background-color: #0a0a14;
  padding: 32px 24px;
  text-align: center;
  margin-top: 0;
}

.legal-footer a {
  color: #9898a8;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.legal-footer a:hover { color: #f43f5e; }

.legal-footer p {
  color: #6b6b7a;
  font-size: 13px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .legal-content { padding: 60px 20px 36px; }
  .legal-content h1 { font-size: 28px; }
  .legal-content h2 { font-size: 19px; }
  .legal-toc ol { columns: 1; }
}
