.legal {
  padding: 120px 0 80px;
}

.legal h1 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  margin-bottom: 40px;
}

.legal h2 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 12px;
}

.legal p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 8px;
}

.legal ul {
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 8px;
}

.legal li {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.8;
}

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

.legal-date {
  margin-top: 40px;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
}

.legal-table th,
.legal-table td {
  font-size: 0.9rem;
  line-height: 1.8;
  padding: 16px;
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  width: 30%;
  font-weight: 600;
  color: var(--text);
  background: var(--cream);
}

.legal-table td {
  color: var(--text-muted);
}

.legal-table a {
  color: var(--orange);
  text-decoration: underline;
}

@media (max-width: 480px) {
  .legal {
    padding: 88px 0 48px;
  }

  .legal-table th,
  .legal-table td {
    display: block;
    width: 100%;
    padding: 12px 16px;
  }

  .legal-table th {
    padding-bottom: 4px;
    border-bottom: none;
  }

  .legal-table td {
    padding-top: 4px;
  }
}
