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

html {
  scroll-behavior: smooth;
}

.legal-page {
  background-color: #F4EDDD;
  color: #33261A;
  font-family: "Segoe UI", "Trebuchet MS", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.legal-page ::selection {
  background-color: #D97E2E;
  color: #FBF6EA;
}

.legal-page a:focus-visible {
  outline: 3px solid #A85F1E;
  outline-offset: 2px;
}

.legal-header {
  background-color: #2A2620;
  border-bottom: 6px solid #D97E2E;
  text-align: center;
  padding: 56px 24px 48px;
}

.legal-kicker {
  color: #C9A96A;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.legal-header h1 {
  color: #FBF6EA;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-top: 14px;
}

.legal-updated {
  color: #D9CDB4;
  font-size: 14px;
  margin-top: 14px;
}

.legal-home {
  display: inline-block;
  margin-top: 26px;
  padding: 10px 22px;
  border: 2px solid #D97E2E;
  border-radius: 4px;
  background-color: #D97E2E;
  color: #FBF6EA;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.legal-home:hover {
  background-color: #2A2620;
  color: #F4EDDD;
}

.legal-content {
  padding: 46px 0 68px;
}

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

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

.legal-content section {
  margin: 0 0 36px;
}

.legal-content h2 {
  color: #33261A;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.3;
  border-left: 5px solid #D97E2E;
  padding-left: 14px;
  margin: 0 0 16px;
  scroll-margin-top: 24px;
}

.legal-content p {
  color: #5D4B35;
  margin: 0 0 15px;
}

.legal-content ul {
  color: #5D4B35;
  margin: 0 0 16px 26px;
}

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

.legal-content strong {
  color: #33261A;
}

.legal-content a {
  color: #A85F1E;
  font-weight: 600;
  text-decoration: underline;
}

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

.toc {
  background-color: #FBF6EA;
  border: 1px solid #42392C;
  border-radius: 4px;
  padding: 26px 30px;
  margin: 0 0 44px;
}

.toc-title {
  color: #33261A;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 800;
  margin: 0 0 12px;
}

.toc ul {
  columns: 2;
  column-gap: 36px;
  margin: 0;
  list-style-position: inside;
}

.toc li {
  margin-bottom: 8px;
  break-inside: avoid;
}

.toc a {
  color: #A85F1E;
  font-size: 14.5px;
  text-decoration: none;
}

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

.legal-footer {
  background-color: #1E1A15;
  text-align: center;
  padding: 38px 24px 42px;
}

.legal-footer .footer-links {
  font-size: 15px;
  margin-bottom: 14px;
}

.legal-footer .footer-links a {
  color: #D9CDB4;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #42392C;
  padding-bottom: 2px;
  transition: color 0.18s ease, border-color 0.18s ease;
}

.legal-footer .footer-links a:hover {
  color: #D97E2E;
  border-color: #D97E2E;
}

.legal-footer .footer-links span {
  color: #C9A96A;
}

.legal-footer .legal-line {
  color: #B3A284;
  font-size: 13px;
  line-height: 1.9;
  margin: 0;
}

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

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

  .toc ul {
    columns: 1;
  }

  .legal-content {
    padding: 36px 0 52px;
  }
}
