* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #F5FAF7;
  color: #13251D;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  overflow-x: hidden;
}

.legal-page {
  min-height: 100vh;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.legal-header {
  background: #13251D;
  border-bottom: 4px solid #1F7A5C;
  padding: 20px 0;
}

.legal-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.legal-brand {
  color: #CFE6D8;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 4px;
  text-decoration: none;
}

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

.legal-kicker {
  color: #CFE6D8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.legal-content {
  padding: 54px 0 64px;
}

.legal-content h1 {
  margin: 0 0 14px;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.5px;
  color: #13251D;
}

.legal-lede {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.75;
  color: #13251D;
}

.legal-updated {
  margin: 0 0 30px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1F7A5C;
}

.toc {
  background: #FFFFFF;
  border-top: 3px solid #1F7A5C;
  padding: 26px 30px;
  margin: 30px 0 46px;
  box-shadow: 0 8px 22px rgba(19, 37, 29, 0.06);
}

.toc-title {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1F7A5C;
}

.toc ol {
  margin: 0;
  padding-left: 22px;
}

.toc li {
  margin-bottom: 8px;
  font-size: 16px;
}

.toc a {
  color: #1F7A5C;
  font-weight: 700;
  text-decoration: none;
}

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

.legal-page .legal-content section {
  background-color: transparent !important;
  padding: 4px 0 10px;
}

.legal-content h2 {
  margin: 42px 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CFE6D8;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: -0.3px;
  color: #1F7A5C;
}

.legal-content h3 {
  margin: 24px 0 8px;
  font-size: 19px;
  font-weight: 800;
  color: #13251D;
}

.legal-content p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.85;
  color: #13251D;
}

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

.legal-content li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.8;
  color: #13251D;
}

.legal-content strong {
  color: #13251D;
}

.legal-address {
  margin: 0 0 8px;
  line-height: 1.7;
}

.legal-footer {
  background: #13251D;
  color: #C8DCD0;
  padding: 30px 0 34px;
  text-align: center;
}

.legal-footer p {
  margin: 0 0 8px;
  font-size: 14px;
  color: #C8DCD0;
}

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

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

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

.legal-back {
  display: inline-block;
  margin-top: 6px;
  padding: 10px 20px;
  background: #1F7A5C;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.legal-back:hover {
  background: #166649;
  text-decoration: none;
}

@media (max-width: 700px) {
  .legal-content h1 {
    font-size: 34px;
  }

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

  .toc {
    padding: 20px;
  }
}
