/* =============================================================
   DISGUISED RENTALS — Legal Pages Stylesheet
   Legal pages load ONLY this stylesheet (never style.css).
   Theme: light costume-cream with masquerade-magenta accents.
   ============================================================= */

html { font-size: 16px; }

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

body {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.75;
  color: #33241E;
  background-color: #FAF3E9;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* scope-isolation: legal content sections never carry their own bg */
.legal-page .legal-content section { background-color: transparent !important; }

h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; color: #33241E; line-height: 1.3; }
a { color: #A8376B; }
a:hover { color: #8e2b5a; }

/* ============ LEGAL PAGE HEADER (div/header, solid bg) ============ */
.legal-page-header {
  background-color: #4A3153;
  color: #FDF8F0;
  padding: 0;
}
.legal-banner-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 22px;
  padding-bottom: 22px;
}
.legal-banner-brand {
  color: #FDF8F0;
  font-size: 16px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.legal-banner-brand:hover { color: #FDF8F0; text-decoration: none; }
.legal-banner-home {
  color: #D9C9D6;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-decoration: none;
  border: 1px solid #D9C9D6;
  padding: 6px 14px;
}
.legal-banner-home:hover { color: #FDF8F0; border-color: #FDF8F0; }

.legal-title-strip {
  background-color: #2E1F2B;
  padding: 46px 24px 42px;
}
.legal-title-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}
.legal-title-strip .legal-kicker {
  color: #C9963B;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 12px;
  font-family: Georgia, serif;
}
.legal-title-strip h1 {
  font-size: 40px;
  font-weight: 700;
  color: #FDF8F0;
  margin: 0;
}
.legal-title-strip .legal-updated {
  color: #D9C9D6;
  font-size: 15px;
  margin-top: 14px;
}

/* ============ LEGAL CONTENT ============ */
.legal-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 54px 24px 70px;
}
.legal-content .legal-intro {
  font-size: 18px;
  color: #33241E;
  margin-bottom: 34px;
  padding-bottom: 22px;
  border-bottom: 1px solid #463647;
}
.legal-content h2 {
  color: #A8376B;
  font-size: 25px;
  margin-top: 48px;
  margin-bottom: 14px;
  padding-bottom: 6px;
  border-bottom: 1px solid #C9963B;
}
.legal-content h3 {
  color: #33241E;
  font-size: 20px;
  margin-top: 24px;
  margin-bottom: 10px;
}
.legal-content p {
  color: #4a3828;
  margin-bottom: 18px;
}
.legal-content ul, .legal-content ol {
  color: #4a3828;
  padding-left: 28px;
  margin-bottom: 20px;
}
.legal-content li { margin-bottom: 8px; }
.legal-content strong { color: #33241E; font-weight: 700; }

/* ============ TABLE OF CONTENTS ============ */
.legal-toc {
  background-color: #FDF8F0;
  border: 1px solid #463647;
  border-left: 4px solid #A8376B;
  padding: 24px 30px;
  margin-bottom: 20px;
}
.legal-toc h2.toc-title { color: #33241E; font-size: 21px; border: none; margin: 0 0 12px; }
.legal-toc ol { padding-left: 22px; margin-bottom: 0; columns: 2; column-gap: 40px; }
.legal-toc li { margin-bottom: 8px; }
.legal-toc a { color: #A8376B; }
.legal-toc a:hover { color: #8e2b5a; text-decoration: underline; }

@media (max-width: 760px) {
  .legal-toc ol { columns: 1; }
  .legal-title-strip h1 { font-size: 31px; }
}

/* ============ LEGAL FOOTER ============ */
.legal-footer {
  background-color: #241826;
  color: #D9C9D6;
  padding: 44px 24px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.legal-footer .legal-foot-word {
  color: #FDF8F0;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 18px;
}
.legal-footer .legal-foot-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 6px; margin-bottom: 22px; list-style: none; }
.legal-footer .legal-foot-nav a { color: #D9C9D6; padding: 4px 10px; text-decoration: none; font-size: 15px; }
.legal-footer .legal-foot-nav a:hover { color: #FDF8F0; text-decoration: underline; }
.legal-footer .legal-foot-sep { color: #C9963B; padding: 4px 0; }
.legal-footer p { color: #D9C9D6; font-size: 14px; line-height: 1.9; margin-bottom: 8px; }
.legal-footer .legal-foot-brand { color: #FDF8F0; font-size: 16px; font-weight: 700; text-decoration: none; letter-spacing: 0.16em; text-transform: uppercase; }
