.magter-site-footer {
  color: #cddced;
  background: var(--magter-navy);
}

.magter-footer-grid {
  display: grid;
  grid-template-columns: 1.55fr 0.85fr 1.1fr 0.9fr 1.25fr 1fr;
  gap: 30px;
  padding-block: 68px;
}

.magter-footer-column h2 {
  margin-bottom: 16px;
  color: var(--magter-white);
  font-size: 1.05rem;
}

.magter-footer-brand__logo {
  display: inline-block;
  max-width: 225px;
  margin-bottom: 16px;
  padding: 9px 12px;
  border-radius: 8px;
  background: #fff;
}

.magter-footer-brand__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.magter-footer-column p {
  margin-bottom: 8px;
  font-size: 0.9rem;
}

.magter-footer-column > a {
  display: block;
  margin-bottom: 9px;
  color: #cddced;
  font-size: 0.9rem;
  text-decoration: none;
}

.magter-footer-column a:hover,
.magter-footer-column a:focus-visible {
  color: var(--magter-white);
}

.magter-footer-contact a {
  color: var(--magter-white);
}

.magter-wechat-qr--footer {
  max-width: 220px;
}

.magter-wechat-qr--footer img {
  border-radius: 8px;
  background: var(--magter-white);
}

.magter-wechat-qr--footer figcaption {
  color: #cddced;
}

.magter-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.magter-footer-bottom__inner {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 0.82rem;
}

.magter-footer-bottom__inner p {
  margin: 0;
}

.magter-footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.magter-footer-bottom a {
  color: #cddced;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .magter-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .magter-footer-grid {
    grid-template-columns: 1fr;
    padding-block: 54px;
  }

  .magter-footer-wechat {
    text-align: center;
  }

  .magter-wechat-qr--footer {
    margin-inline: auto;
  }

  .magter-footer-bottom__inner {
    display: block;
    padding-block: 18px;
    text-align: center;
  }

  .magter-footer-bottom nav {
    justify-content: center;
    margin-top: 10px;
  }
}
