/* ============================================================
   DEMORADESIGN — shared legal stylesheet (privacy / terms)
   Loaded ONLY by privacy.html and terms-of-service.html
   Palette: harbour-violet #6E5BA8 / light lilac-mist #DCD2EF /
            deep ink #221E2C / lavender-white #F6F4FA
   ============================================================ */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #F6F4FA;
  color: #221E2C;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans", "Segoe UI", sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}

/* Scope isolation: legal content sections never inherit a background */
.legal-page .legal-content section {
  background-color: transparent !important;
}

.legal-page .legal-content {
  background-color: transparent !important;
}

a {
  color: #6E5BA8;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* ---- Legal page header (solid harbour-violet, white title) ---- */

.legal-header {
  background-color: #6E5BA8;
  padding: 46px 0 54px;
}

.legal-header-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 24px;
}

.legal-brand {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.legal-brand:hover {
  color: #DCD2EF;
  text-decoration: none;
}

.legal-title {
  color: #FFFFFF;
  font-size: clamp(30px, 5vw, 46px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-top: 18px;
}

.legal-updated {
  color: #FFFFFF;
  font-size: 14px;
  margin-top: 14px;
  letter-spacing: 0.04em;
}

/* ---- Legal main content ---- */

.legal-content {
  padding: 60px 0 72px;
}

.legal-container {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 24px;
}

.legal-intro p {
  color: #221E2C;
  margin-bottom: 16px;
}

/* Table of contents */

.toc {
  background-color: #FFFFFF;
  border: 1px solid #C9BCE4;
  border-left: 4px solid #6E5BA8;
  padding: 26px 30px;
  margin-bottom: 48px;
}

.toc h2 {
  font-size: 18px;
  font-weight: 800;
  color: #221E2C;
  margin-bottom: 14px;
}

.toc ol {
  padding-left: 22px;
}

.toc li {
  margin-bottom: 8px;
}

.toc a {
  color: #6E5BA8;
  font-weight: 600;
}

/* Sections */

.legal-content section {
  margin-bottom: 44px;
}

.legal-content h2 {
  font-size: 24px;
  font-weight: 800;
  color: #221E2C;
  margin-bottom: 14px;
  padding-top: 6px;
}

.legal-content p {
  color: #221E2C;
  margin-bottom: 14px;
}

.legal-content ul,
.legal-content ol {
  color: #221E2C;
  margin: 0 0 16px;
  padding-left: 24px;
}

.legal-content li {
  margin-bottom: 8px;
}

/* ---- Legal footer (links back to the homepage) ---- */

.legal-footer {
  background-color: #F6F4FA;
  border-top: 1px solid #6E5BA8;
  padding: 34px 0;
}

.legal-footer p {
  color: #221E2C;
  font-size: 14px;
  margin-bottom: 6px;
}

.legal-footer a {
  color: #6E5BA8;
  font-weight: 700;
}

/* ---- Responsive ---- */

@media (max-width: 640px) {
  .toc {
    padding: 20px;
  }

  .legal-content {
    padding: 44px 0 52px;
  }
}
