/* ============================================================
   ADVPAYTAX — legal pages shared stylesheet (privacy & terms)
   Dark theme continues on legal pages
   ============================================================ */

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

.legal-page {
  font-family: "Helvetica Neue", Helvetica, Arial, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  background-color: #101018;
  color: #ECEAF4;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ---- Legal page header ---- */
.legal-header {
  background-color: #191926;
  padding: 44px 24px 40px;
  text-align: center;
  border-bottom: 1px solid #2C2C48;
}

.legal-header .back-home {
  display: inline-block;
  margin-bottom: 18px;
  color: #8F8DA6;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.legal-header .back-home:hover {
  color: #E3B34C;
}

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

.legal-header .company-mark {
  color: #8F8DA6;
  font-size: 15px;
  letter-spacing: 1px;
}

/* ---- Scope isolation (legal content only) ---- */
.legal-page .legal-content section {
  background-color: transparent !important;
}

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

/* ---- Table of contents ---- */
.legal-content .toc {
  background-color: #191926;
  border: 1px solid #2C2C48;
  border-left: 4px solid #E3B34C;
  border-radius: 6px;
  padding: 26px 30px;
  margin-bottom: 38px;
}

.legal-content .toc h2 {
  color: #E3B34C;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
}

.legal-content .toc ol {
  margin: 0 0 0 20px;
}

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

.legal-content .toc a {
  color: #C6C4D6;
  text-decoration: none;
}

.legal-content .toc a:hover {
  color: #E3B34C;
}

/* ---- Legal prose ---- */
.legal-content h2 {
  color: #E3B34C;
  font-size: 24px;
  font-weight: 700;
  margin: 44px 0 14px;
  padding-top: 8px;
}

.legal-content h3 {
  color: #F0EAD8;
  font-size: 18px;
  font-weight: 700;
  margin: 28px 0 10px;
}

.legal-content p {
  color: #C6C4D6;
  margin-bottom: 18px;
  line-height: 1.8;
}

.legal-content ul,
.legal-content ol {
  color: #C6C4D6;
  margin: 0 0 20px 24px;
  line-height: 1.8;
}

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

.legal-content strong {
  color: #F0EAD8;
}

/* ---- Update line ---- */
.legal-content .updated {
  display: inline-block;
  background-color: #23233A;
  color: #E3B34C;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 6px 14px;
  border-radius: 4px;
  margin-bottom: 30px;
}

/* ---- Legal footer ---- */
.legal-footer {
  background-color: #2C2C48;
  background-image: linear-gradient(#2C2C48, #0B0B12);
  padding: 40px 24px;
  text-align: center;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.legal-footer a {
  color: #ECEAF4;
  text-decoration: none;
}

.legal-footer a:hover {
  color: #E3B34C;
}

.legal-footer .legal-line {
  color: #8F8DA6;
  font-size: 14px;
  margin-top: 14px;
}

.legal-footer .home-link {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  border: 1px solid #2C2C48;
  padding: 10px 22px;
  border-radius: 4px;
  margin-bottom: 14px;
}

/* ---------- Responsive ---------- */
@media (max-width: 620px) {
  .legal-header h1 {
    font-size: 28px;
  }
  .legal-content h2 {
    font-size: 21px;
  }
  .legal-content .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
