/* =====================================================================
   BLACK SPUR ENERGY — LEGAL STYLESHEET
   Used by privacy.html and terms-of-service.html.
   Dark dusk-switchyard theme matching the site assigned DARK theme.
   ===================================================================== */

* { box-sizing: border-box; }

body.legal-page {
  margin: 0;
  background-color: #1B2637;
  color: #EFF2F6;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.legal-wrap {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 24px;
}

.legal-content {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- legal header (never a section) ---------- */
header.legal-header {
  background-color: #10161F;
  border-bottom: 1px solid #5586E8;
  padding: 26px 0 24px;
}
.legal-header .legal-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.legal-header h1 {
  color: #5586E8;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0;
}
.legal-header .legal-company {
  display: block;
  color: #9299A6;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 2px;
}
.legal-header .legal-meta {
  display: block;
  color: #9299A6;
  font-size: 14px;
  margin-top: 12px;
}

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

.legal-content h1 {
  color: #EFF2F6;
  font-size: 34px;
  line-height: 1.22;
  margin: 46px 0 8px;
}
.legal-content .legal-date-stamp {
  color: #9299A6;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding-bottom: 8px;
}

.legal-content p {
  color: #D7DCE3;
  font-size: 16px;
  margin: 0 0 1.15em;
}
.legal-content li { color: #D7DCE3; font-size: 16px; margin-bottom: 0.55em; }
.legal-content ul, .legal-content ol { margin: 0 0 1.3em 1.4em; }

.legal-content h2 {
  color: #5586E8;
  font-size: 22px;
  font-weight: 700;
  margin: 42px 0 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #243043;
}
.legal-content h3 {
  color: #EFF2F6;
  font-size: 18px;
  margin: 26px 0 10px;
}
.legal-content a {
  color: #5586E8;
  text-decoration: none;
}
.legal-content a:hover { text-decoration: underline; }
.legal-content strong { color: #EFF2F6; }

.legal-note {
  background-color: #243043;
  border-left: 4px solid #5586E8;
  border-radius: 4px;
  padding: 20px 24px;
  margin: 28px 0;
}
.legal-note p { color: #EFF2F6; margin: 0; }

/* ---------- legal footer, links back to homepage ---------- */
footer.legal-footer {
  background-color: #10161F;
  border-top: 1px solid #5586E8;
  margin-top: 64px;
  padding: 30px 0 40px;
}
.legal-footer .legal-footer-inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}
.legal-footer .back-link {
  color: #5586E8;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 15px;
  text-decoration: none;
}
.legal-footer .back-link:hover { text-decoration: underline; }
.legal-footer .legal-addr {
  color: #9299A6;
  font-size: 14px;
  line-height: 1.6;
}
.legal-copyright {
  width: 100%;
  text-align: center;
  color: #9299A6;
  font-size: 13px;
  border-top: 1px solid #243043;
  margin-top: 22px;
  padding-top: 18px;
}

@media (max-width: 620px) {
  .legal-header h1 { font-size: 18px; }
  .legal-content h1 { font-size: 27px; }
  .legal-content h2 { font-size: 20px; }
}
