/* ============================================================
   AQUASKYPOOL — Legal pages shared stylesheet
   LIGHT theme: poolside-bright + deep-lagoon
   ============================================================ */

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

.legal-page {
  background-color: #F3FAFC; /* poolside-bright */
  color: #2E454B;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px; /* literal 16px as required */
  line-height: 1.75;
  overflow-x: hidden;
}

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

.legal-page a { color: #14606B; text-decoration: none; }
.legal-page a:hover { text-decoration: underline; }
.legal-page ul { list-style: disc; padding-left: 24px; }

/* ---- Legal header: a header/div, NOT a section ---- */
.legal-header {
  background-color: #14606B; /* deep-lagoon */
  padding: 54px 24px 46px;
  text-align: center;
}

.legal-header h1 {
  color: #FFFFFF;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.legal-header p {
  color: #C7E3EA;
  font-size: 15px;
}

.legal-header a { color: #7FC8D6; }
.legal-header a:hover { color: #FFFFFF; }

/* ---- Content container ---- */
.legal-content .container {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}

.legal-content {
  background-color: #F3FAFC;
  padding: 48px 0 70px;
}

/* ---- TOC ---- */
.toc {
  background-color: #FFFFFF;
  border: 1px solid #D9EAEF;
  border-radius: 8px;
  padding: 24px 28px;
  margin-bottom: 40px;
}

.toc h2 {
  font-size: 20px;
  color: #14606B;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.toc ol { padding-left: 22px; }
.toc li { margin-bottom: 6px; }
.toc a { color: #14606B; font-weight: 600; }

/* ---- Sections ---- */
.legal-content h2.sec-title {
  font-size: 26px;
  color: #0E4551; /* darkened deep-lagoon for contrast */
  font-weight: 800;
  margin: 40px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #7FC8D6;
}

.legal-content h3 {
  font-size: 20px;
  color: #0E4551;
  font-weight: 700;
  margin: 26px 0 10px;
}

.legal-content p {
  color: #2E454B;
  margin-bottom: 16px;
  font-size: 16px;
}

.legal-content ul, .legal-content ol {
  color: #2E454B;
  margin-bottom: 18px;
}

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

.legal-content strong { color: #173238; font-weight: 700; }
.legal-content em { font-style: italic; }

.legal-content hr {
  border: none;
  border-top: 1px solid #D9EAEF;
  margin: 32px 0;
}

.last-updated {
  font-size: 14px;
  color: #5F7A82;
  margin-bottom: 30px;
  font-style: italic;
}

/* ---- Back to homepage ---- */
.back-home {
  display: inline-block;
  margin-top: 10px;
  background-color: #14606B;
  color: #F3FAFC;
  padding: 12px 26px;
  border-radius: 5px;
  font-weight: 700;
}

.back-home:hover { background-color: #0E4551; text-decoration: none; color: #FFFFFF; }

/* ---- Footer on legal pages (plain, light) ---- */
.legal-footer {
  background-color: #FFFFFF;
  border-top: 3px solid #D9EAEF;
  padding: 24px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.legal-footer p {
  color: #2E454B;
  font-size: 14px;
  margin: 0 auto 6px;
  max-width: 860px;
}

/* ---- Responsive ---- */
@media (max-width: 720px) {
  .legal-header h1 { font-size: 30px; }
  .legal-content h2.sec-title { font-size: 22px; }
  .legal-content .container { padding: 0 18px; }
}
