/* Clean, modern content typography for the legal pages
   (privacy-policy.html, terms-and-conditions.html). Nav and footer are the
   site's real Divi header/footer, unchanged — this only styles the page
   title + policy text in between. Scoped to .lp- classes so it can't
   collide with the Divi theme CSS also loaded on these pages. */

.lp-header {
  max-width: 860px;
  margin: 0 auto;
  padding: 56px 32px 8px;
}
.lp-header h1 {
  font-family: 'goudy-old-style', Georgia, "Times New Roman", serif;
  font-size: 44px;
  font-weight: 400;
  color: #24272b;
  margin: 0 0 8px;
  padding: 0;
  line-height: 1.15;
}
.lp-header p {
  font-family: 'Outfit', Helvetica, Arial, Lucida, sans-serif;
  font-size: 17px;
  color: #6b7280;
  margin: 0;
}

.lp-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 24px 32px 80px;
  font-family: 'Outfit', Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #4b5563;
}
.lp-content h2 {
  font-family: 'goudy-old-style', Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  color: #24272b;
  margin: 40px 0 12px;
  padding: 0;
  line-height: 1.3;
}
.lp-content h2:first-child { margin-top: 0; }
.lp-content p { margin: 0 0 16px; padding: 0; }
.lp-content ul { margin: 0 0 16px 22px; padding: 0; }
.lp-content li { margin-bottom: 6px; }
.lp-content a { color: #c14252; text-decoration: underline; text-decoration-color: rgba(193,66,82,.35); }
.lp-content a:hover { text-decoration-color: #c14252; }

@media (max-width: 900px) {
  .lp-header { padding: 40px 20px 8px; }
  .lp-header h1 { font-size: 32px; }
  .lp-content { padding: 16px 20px 56px; }
}
