/* ========================================
   KUBU ANALYTICS — Legal Pages
   ======================================== */

.legal-content {
  padding: 80px 0 100px;
}

.legal-content .container {
  max-width: 860px;
}

.legal-body {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 48px;
}

.legal-body h2 {
  font-size: 1.4rem;
  margin-top: 40px;
  margin-bottom: 16px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}

.legal-body h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.legal-body h3 {
  font-size: 1.1rem;
  margin-top: 28px;
  margin-bottom: 10px;
}

.legal-body p {
  font-size: .95rem;
  line-height: 1.8;
  margin-bottom: 16px;
}

.legal-body ul {
  padding-left: 24px;
  margin-bottom: 16px;
}

.legal-body ul li {
  list-style: disc;
  font-size: .95rem;
  line-height: 1.8;
  color: var(--text-body);
  margin-bottom: 6px;
}

.legal-body a {
  color: var(--red-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-body a:hover {
  color: var(--red-dark);
}

.legal-meta {
  text-align: center;
  margin-top: 32px;
  font-size: .85rem;
  color: var(--text-muted);
}

@media (max-width: 768px) {
  .legal-body {
    padding: 28px 20px;
  }
}
