/* ===== LEGAL PAGES STYLES ===== */
/* Loaded by privacy.html and terms-of-service.html */

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}

body {
  font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #1A1F26;
  background-color: #F5F0E8;
}

.container {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== LEGAL HEADER ===== */
.legal-header {
  background-color: #1E2D3D;
  padding: 48px 0;
  text-align: center;
}

.legal-header h1 {
  font-size: 36px;
  font-weight: 800;
  color: #FEFCF9;
  margin-bottom: 8px;
}

.legal-header p {
  font-size: 14px;
  color: #6B7583;
}

.legal-header a {
  color: #E8A441;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ===== LEGAL CONTENT ===== */
.legal-content {
  padding: 60px 0 40px;
  background-color: #FEFCF9;
}

.legal-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1E2D3D;
  margin-top: 42px;
  margin-bottom: 14px;
  padding-top: 20px;
  border-top: 1px solid #EAE5DD;
}

.legal-content h2:first-of-type {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.legal-content p {
  font-size: 16px;
  color: #4F5863;
  margin-bottom: 14px;
  line-height: 1.8;
}

.legal-content ul,
.legal-content ol {
  margin-bottom: 18px;
  padding-left: 24px;
}

.legal-content ul li,
.legal-content ol li {
  font-size: 16px;
  color: #4F5863;
  margin-bottom: 8px;
  line-height: 1.7;
}

.legal-content strong {
  color: #1A1F26;
}

.legal-content a {
  color: #E8A441;
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.legal-intro {
  margin-bottom: 32px;
}

.legal-intro p {
  font-size: 16px;
  color: #4F5863;
  line-height: 1.8;
  margin-bottom: 12px;
}

/* ===== TABLE OF CONTENTS ===== */
.toc {
  background-color: #F5F0E8;
  border-radius: 10px;
  padding: 28px 32px;
  margin-bottom: 40px;
  border-left: 4px solid #E8A441;
}

.toc h3 {
  font-size: 17px;
  font-weight: 700;
  color: #1A1F26;
  margin-bottom: 14px;
}

.toc ol {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 0;
}

.toc ol li {
  margin-bottom: 6px;
  font-size: 15px;
}

.toc ol li a {
  color: #4F5863;
  text-decoration: none;
  transition: color 0.2s ease;
}

.toc ol li a:hover {
  color: #E8A441;
  text-decoration: underline;
}

/* ===== LEGAL FOOTER ===== */
.legal-footer {
  background-color: #151D28;
  padding: 28px 0;
  text-align: center;
}

.legal-footer p {
  font-size: 14px;
  color: #6B7583;
}

.legal-footer a {
  color: #E8A441;
  text-decoration: none;
  font-weight: 500;
}

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

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .legal-header h1 {
    font-size: 28px;
  }
  .legal-content h2 {
    font-size: 20px;
  }
  .toc {
    padding: 20px 24px;
  }
}

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