.site-footer {
  border-top: 0.5px solid rgba(228, 228, 231, 0.85);
  background: #ffffff;
  padding: 48px 20px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
}

.site-footer-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.site-footer-logo-img {
  height: 56px;
  width: auto;
  opacity: 0.92;
}

.site-footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.site-footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 11px;
}

.site-footer a {
  color: #71717a !important;
  text-decoration: none;
  transition: color 150ms ease;
}

.site-footer a:hover {
  color: #52525b !important;
}

.site-footer-police {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.site-footer-police-icon {
  height: 14px;
  width: 14px;
  border-radius: 2px;
  object-fit: cover;
  opacity: 0.9;
}

.site-footer-copy {
  max-width: 896px;
  margin: 0 auto;
  color: #71717a !important;
  font-size: 12px;
  line-height: 1.625;
}

.site-footer-copy span {
  display: block;
  margin-top: 8px;
  opacity: 0.8;
  color: #71717a !important;
}

@media (max-width: 768px) {
  .site-footer {
    padding: 40px 16px;
  }

  .site-footer-logo-img {
    height: 40px;
  }

  .site-footer-links {
    flex-direction: column;
    gap: 6px;
  }
}
