/* =============================================
   BrickGRC — Legal Pages (Terms & Privacy)
   ============================================= */

.legal {
  padding: 140px 0 80px;
  min-height: 80vh;
  background: var(--surface);
}

.legal__updated {
  font-size: 0.82rem;
  color: var(--text-light);
  margin-bottom: 8px;
}

.legal__title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: var(--text);
  margin-bottom: 48px;
  line-height: 1.2;
}

.legal__section {
  margin-bottom: 36px;
}

.legal__section h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 12px;
}

.legal__section p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 12px;
  max-width: 720px;
}

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

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

  .legal__title {
    margin-bottom: 32px;
  }

  .legal__section {
    margin-bottom: 28px;
  }
}
