.site-footer {
  background: #20334e;
  color: #e5e7eb;
  padding: 28px 20px 24px;
  margin-top: 40px;
  text-align: center;
  font-size: 13px;
  width: 100%;
  box-sizing: border-box;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
  margin-bottom: 12px;
}

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

.site-footer a:hover {
  color: #d4a564;
  text-decoration: underline;
}

.site-footer .copyright {
  margin: 0;
  font-size: 12px;
  color: #9ca3af;
}

.legal-page {
  max-width: 820px;
  margin: 0 auto;
  padding: 32px 20px 48px;
  color: #1f2937;
  line-height: 1.65;
}

.legal-page h1 {
  font-size: 28px;
  color: #20334e;
  margin: 0 0 8px;
}

.legal-page .legal-meta {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 28px;
}

.legal-page h2 {
  font-size: 20px;
  color: #1d3a62;
  margin: 32px 0 12px;
  padding-top: 8px;
  border-top: 1px solid #e5e7eb;
}

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

.legal-page h3 {
  font-size: 16px;
  color: #20334e;
  margin: 20px 0 8px;
}

.legal-page p,
.legal-page li {
  font-size: 15px;
}

.legal-page ul {
  padding-left: 1.4rem;
  margin: 8px 0 16px;
}

.legal-page a {
  color: #1d4ed8;
}

.legal-header {
  background: #20334e;
  color: white;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.legal-header a {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.legal-header img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.legal-back {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px;
  color: #1d4ed8;
  text-decoration: none;
}

.legal-back:hover {
  text-decoration: underline;
}
