/* Apple-style footer */
footer#colophon.tzp-footer {
  clear: both;
  position: relative;
  z-index: 1;
  margin: 22px 0 0;
  padding: 28px 20px;
  border-top: 1px solid #e5e5ea;
  background: #f5f5f7;
  color: #6e6e73;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.tzp-footer a {
  color: #1d1d1f;
  text-decoration: none;
  opacity: 0.78;
  transition: opacity 0.24s ease, color 0.24s ease;
}

.tzp-footer a:hover {
  color: #0066cc;
  opacity: 1;
}

.tzp-footer .tzp-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
  justify-items: center;
}

.tzp-footer .tzp-footer-links,
.tzp-footer .tzp-footer-menu,
.tzp-footer .tzp-footer-legal,
.tzp-footer .tzp-footer-compliance-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
}

.tzp-footer .tzp-footer-links a {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.tzp-footer .tzp-footer-meta {
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
}

.tzp-footer .tzp-footer-brandline {
  color: #6e6e73;
  font-size: 13px;
}

.tzp-footer .brand {
  margin: 0 6px;
  font-weight: 700;
  opacity: 1;
}

.tzp-footer .tzp-footer-compliance {
  display: grid;
  gap: 14px;
  justify-items: center;
  width: 100%;
}

.tzp-footer .tzp-footer-trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.tzp-footer .tzp-footer-trust-badges img {
  width: 34px;
  height: 34px;
  border: 1px solid #e5e5ea;
  border-radius: 999px;
  background: #fff;
  object-fit: cover;
}

.tzp-footer .tzp-footer-disclaimer {
  max-width: 980px;
  padding: 12px 16px;
  border: 1px solid #e5e5ea;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  color: #6e6e73;
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

@media (max-width: 640px) {
  footer#colophon.tzp-footer {
    margin-top: 18px;
    padding: 24px 14px;
  }

  .tzp-footer .tzp-footer-links,
  .tzp-footer .tzp-footer-menu,
  .tzp-footer .tzp-footer-legal,
  .tzp-footer .tzp-footer-compliance-links {
    gap: 8px 12px;
    font-size: 12px;
  }
}
