.contact-copy {
  max-width: 680px;
}

.contact-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 28px;
  color: #dbe8e3;
  font-size: 13px;
}

.contact-notes span::before {
  content: "✓";
  color: #f2a277;
  margin-right: 7px;
  font-weight: 800;
}

.wechat-card {
  flex: 0 0 auto;
  padding: 18px 18px 16px;
  border-radius: 24px;
  background: #fff;
  color: var(--ink);
  text-align: center;
  box-shadow: 0 22px 50px #071d1838;
}

.wechat-qr-viewport {
  position: relative;
  width: 320px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 15px;
  background: #fff;
}

.wechat-qr-viewport img {
  position: static;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.wechat-card strong {
  display: block;
  margin-top: 15px;
  font-size: 16px;
}

.wechat-card p {
  margin: 5px 0 0 !important;
  color: var(--muted) !important;
  font-size: 12px !important;
}

@media (max-width: 980px) {
  .contact {
    align-items: center;
  }

  .contact-copy {
    max-width: none;
  }
}

@media (max-width: 600px) {
  .wechat-card {
    width: 100%;
    padding: 14px;
  }

  .wechat-qr-viewport {
    width: 100%;
  }
}
