/* ============================================
   ZenSulin — Legal page additions
   Drop this file in alongside styles.css and
   link it after styles.css on each legal page.
   ============================================ */

.legal-hero {
  padding: 64px 0 48px;
  text-align: center;
  background: #f7f9f8;
}
.legal-hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 2.6rem);
  margin: 0 0 12px;
}
.legal-hero p {
  color: #5a6b63;
  font-size: 0.95rem;
  margin: 0;
}

.legal-content {
  padding: 56px 0 80px;
}
.legal-content .container {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 24px;
}
.legal-content h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  margin: 36px 0 12px;
}
.legal-content h2:first-of-type { margin-top: 0; }
.legal-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.98rem;
  color: #444;
  line-height: 1.7;
  margin: 0 0 14px;
}
.legal-content ul {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.98rem;
  color: #444;
  line-height: 1.7;
  padding-left: 22px;
  margin: 0 0 16px;
}
.legal-content li { margin-bottom: 8px; }
.legal-content a.inline-link {
  color: #1a7a52;
  text-decoration: underline;
}
.legal-updated {
  font-size: 0.85rem;
  color: #888;
  font-style: italic;
  margin-bottom: 28px;
}
.legal-back {
  display: inline-block;
  margin-top: 36px;
  font-weight: 600;
  color: #1a7a52;
  text-decoration: none;
}
.legal-back:hover { text-decoration: underline; }
