/* ============================================================
   SABA ENERGY — Legal pages (Privacy Policy, Disclaimer)
   Long-form readable body copy on the dark page background.
   ============================================================ */

.legal {
  background: var(--black);
  padding: 180px 8% 120px;
}

.legal-inner {
  max-width: 820px;
  margin-inline: auto;
}

.legal-label {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 20px;
}

.legal-title {
  font-family: var(--font-display);
  font-weight: 200;
  font-size: var(--display-1);
  line-height: var(--leading-display);
  color: var(--white);
  margin-bottom: 20px;
}

.legal-rule {
  width: 40px;
  height: 1px;
  background: var(--green);
  margin-bottom: 48px;
}

.legal h2 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--display-3);
  line-height: 1.3;
  color: var(--white);
  margin: 48px 0 16px;
}

.legal p,
.legal li {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--text-body);
  line-height: var(--leading-body);
  color: var(--white-soft);
}

.legal p + p {
  margin-top: 16px;
}

.legal ul {
  list-style: none;
  margin: 16px 0;
  padding: 0;
}

.legal li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}

.legal li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 6px;
  height: 1px;
  background: var(--green);
}

.legal li strong {
  color: var(--white);
  font-weight: 500;
}

.legal a {
  color: var(--green);
}

/* Buttons inside legal-shell pages (404, thanks) keep their own colours */
.legal a.btn-primary {
  color: var(--white);
}

@media (max-width: 768px) {
  .legal {
    padding: 140px 6% 90px;
  }
}
