/* ============================================
   Legal Pages Styles
   ============================================ */

.legal-page {
  padding: 140px 0 80px;
  min-height: 80vh;
}

.legal-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}

.legal-updated {
  font-size: 0.9rem;
  color: var(--gray-400);
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.legal-section {
  margin-bottom: 2.5rem;
}

.legal-section h2 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--light);
}

.legal-section h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 1.5rem 0 0.75rem;
  color: var(--primary-light);
}

.legal-section p {
  font-size: 0.95rem;
  color: var(--gray-200);
  line-height: 1.8;
  margin-bottom: 0.75rem;
}

.legal-section ul {
  margin: 0.75rem 0 1rem 1.5rem;
  list-style: disc;
}

.legal-section ul li {
  font-size: 0.95rem;
  color: var(--gray-200);
  line-height: 1.8;
  margin-bottom: 0.25rem;
}

.legal-section ul li strong {
  color: var(--light);
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.5rem;
  font-size: 0.9rem;
}

.legal-table th,
.legal-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.legal-table th {
  color: var(--gray-300);
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(255,255,255,0.02);
}

.legal-table td {
  color: var(--gray-200);
}
