/* Azopex LLC — legal pages stylesheet (privacy + terms) */

.legal-page {
  background-color: #FAF5EF;
  color: #2A1D12;
}

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

body {
  font-size: 16px;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
}

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

/* ============ LEGAL HEADER ============ */

.legal-header {
  background-color: #3A2817;
  border-bottom: 1px solid #A9713B;
  padding: 40px 0 32px;
}

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

.legal-brand {
  display: inline-block;
  color: #FAF5EF;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  margin-bottom: 18px;
}

.legal-brand:hover {
  color: #D9B89A;
}

.legal-header h1 {
  color: #FAF5EF;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1.15;
}

.legal-header p.legal-meta {
  color: #D9B89A;
  font-size: 14px;
  margin-top: 10px;
}

/* ============ LEGAL CONTENT ============ */

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

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

/* ============ TABLE OF CONTENTS ============ */

.toc {
  background-color: #FFFFFF;
  border: 1px solid #A9713B;
  border-radius: 6px;
  padding: 24px 28px;
  margin-bottom: 40px;
}

.toc h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  color: #6E4426;
  margin-bottom: 14px;
}

.toc ol {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.toc a {
  color: #6E4426;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}

.toc a:hover {
  text-decoration: underline;
  color: #A9713B;
}

/* ============ SECTIONS ============ */

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

.legal-content h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  color: #6E4426;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9B89A;
}

.legal-content h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  color: #2A1D12;
  margin: 20px 0 10px;
}

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

.legal-content ul {
  margin: 0 0 16px 24px;
  color: #2A1D12;
}

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

.legal-content a {
  color: #6E4426;
  font-weight: 600;
}

.legal-content strong {
  color: #2A1D12;
}

/* ============ LEGAL FOOTER ============ */

.legal-footer {
  border-top: 1px solid #A9713B;
  padding: 24px 0;
  text-align: center;
}

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

.legal-footer p {
  font-size: 14px;
  color: #4A3520;
}

.legal-footer a {
  color: #6E4426;
  font-weight: 700;
  text-decoration: none;
}

.legal-footer a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .legal-header h1 {
    font-size: 30px;
  }

  .legal-content h2 {
    font-size: 22px;
  }
}
