/* Footer */
.site-footer {
  background: #004ea2;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9375rem;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.site-footer__main {
  padding: 3rem 0 2rem;
  overflow-x: hidden;
}

.site-footer__brand {
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 800;
}

.site-footer__meta {
  color: rgba(255, 255, 255, 0.86);
}

.site-footer__qr-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.site-footer__qr {
  text-align: center;
}

.site-footer__qr img {
  width: 88px;
  height: 88px;
  border-radius: 0.25rem;
  background: #fff;
  padding: 0;
  object-fit: cover;
}

.site-footer__qr-label {
  margin-top: 0.3rem;
  font-size: 0.68rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.88);
}

.site-footer__sub {
  background: #003b7a;
  border-top: none;
  padding: 0.65rem 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.75);
}


@media (max-width: 1199.98px) {
  .site-footer__qr-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .site-footer__qr-grid {
    grid-template-columns: 1fr;
  }
}
