/* ===== Legal Page Styles ===== */
/* Used by privacy/index.html and terms/index.html */

.legal {
  padding: 140px 0 100px;
}

.legal__content {
  max-width: 800px;
  margin: 0 auto;
}

.legal__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.legal__updated {
  font-size: 0.9rem;
  color: var(--text-disabled);
  margin-bottom: 48px;
}

.legal__section {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--divider);
}

.legal__section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.legal__section h2 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.legal__section p {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 12px;
}

.legal__section p:last-child {
  margin-bottom: 0;
}

.legal__section ul,
.legal__section ol {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.8;
  margin: 12px 0;
  padding-left: 24px;
}

.legal__section li {
  margin-bottom: 8px;
}

.legal__section li:last-child {
  margin-bottom: 0;
}

.legal__placeholder {
  color: var(--text-disabled);
  font-style: italic;
}

@media (max-width: 768px) {
  .legal {
    padding: 120px 0 60px;
  }

  .legal__section {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
}
