/* TyBroad global site footer. Every public page imports this file last. */
.site-footer {
  padding: 50px 0 26px;
  color: #fff;
  background: #042f34;
  font-family: "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
}

.site-footer .footer-grid {
  display: grid;
  grid-template-columns: minmax(232px, 1.2fr) repeat(3, minmax(120px, .9fr)) minmax(300px, 1.55fr);
  gap: 36px;
}

.site-footer .footer-brand img {
  display: block;
  width: 232px;
  padding: 8px 10px;
  border-radius: 8px;
  background: #fff;
}

.site-footer .footer-brand p {
  max-width: 232px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.75;
}

.site-footer h4 { margin: 0 0 15px; font-size: 16px; font-weight: 800; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 9px 0; color: rgba(255,255,255,.84); font-size: 14px; font-weight: 600; line-height: 1.6; }
.site-footer a { color: inherit; text-decoration: none; transition: color .25s ease; }
.site-footer a:hover { color: #8fe8eb; }
.site-footer a:focus-visible { outline: 3px solid rgba(143,232,235,.72); outline-offset: 4px; }

.site-footer .footer-contact__layout.has-qr {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 104px;
  gap: 18px;
  align-items: start;
}

.site-footer .footer-contact li { overflow-wrap: anywhere; }

.site-footer .footer-wechat {
  width: 104px;
  margin: 0;
  text-align: center;
}

.site-footer .footer-wechat img {
  display: block;
  width: 104px;
  height: 104px;
  padding: 5px;
  border-radius: 6px;
  background: #fff;
  object-fit: contain;
}

.site-footer .footer-wechat figcaption {
  margin-top: 8px;
  color: rgba(255,255,255,.84);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.site-footer .copyright {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.76);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
