.site-contact-footer {
  margin-top: auto;
  padding: 28px 16px max(24px, env(safe-area-inset-bottom));
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  text-align: center;
}

.site-contact-footer-inner {
  max-width: 560px;
  margin: 0 auto;
}

.site-contact-footer-title {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.site-contact-footer-email {
  margin: 0 0 8px;
  font-size: 15px;
}

.site-contact-footer-email a {
  color: #4f46e5;
  font-weight: 600;
  text-decoration: none;
  word-break: break-all;
}

.site-contact-footer-email a:hover {
  text-decoration: underline;
}

.site-contact-footer-desc {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.55;
  color: #64748b;
}

.site-contact-footer-links {
  margin: 0;
  font-size: 12px;
  color: #94a3b8;
}

.site-contact-footer-links a,
.site-contact-feedback-link {
  color: #64748b;
  text-decoration: none;
}

.site-contact-footer-links a:hover,
.site-contact-feedback-link:hover {
  color: #4f46e5;
  text-decoration: underline;
}

.site-contact-feedback-link {
  font: inherit;
  font-size: 12px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

body.landing-page .site-contact-footer {
  background: #0f172a;
  border-top-color: #1e293b;
}

body.landing-page .site-contact-footer-title {
  color: #f1f5f9;
}

body.landing-page .site-contact-footer-desc,
body.landing-page .site-contact-footer-links {
  color: #94a3b8;
}

body.landing-page .site-contact-footer-email a {
  color: #a5b4fc;
}

body.legal-page-body .site-contact-footer {
  margin-top: 32px;
}

.site-legal-mini {
  text-align: center;
  padding: 12px 16px;
  font-size: 12px;
  color: #94a3b8;
}

body.landing-page .site-legal-mini {
  color: #64748b;
  background: #0f172a;
}

@media (max-width: 520px) {
  .site-contact-footer {
    padding-left: max(16px, env(safe-area-inset-left));
    padding-right: max(16px, env(safe-area-inset-right));
  }
}
