/* Legal Pages (Terms, Privacy) — matches Terminal Noir aesthetic */

.legal {
  padding: 3rem 2rem;
  max-width: 720px;
  margin: 0 auto;
}

.legal__header {
  margin-bottom: 2.5rem;
}

.legal__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.legal__updated {
  color: #6b7280;
  font-size: 0.875rem;
}

.legal__section {
  margin-bottom: 2rem;
}

.legal__heading {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.legal__content p {
  line-height: 1.7;
  margin-bottom: 0.75rem;
  color: #6b7280;
}

.legal__list {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}

.legal__list li {
  line-height: 1.7;
  margin-bottom: 0.5rem;
  color: #6b7280;
}

.legal__content a {
  color: #3b82f6;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal__content a:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .legal {
    padding: 1.5rem 1rem;
  }

  .legal__title {
    font-size: 1.5rem;
  }
}
