footer {
  background: #0000009a;
  padding: 40px 0;
  text-align: center;
  backdrop-filter: blur(30px);
}

.footer {
  position: relative;
  overflow: hidden;
}

.footer-links {
    transition: 0.15s !important;
}

.footer-links a:hover,
.footer-links a:focus {
    transform: translateY(-2px);
}

.footer-metric {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
}

.metric-wrapper {
    font-size: 54px;
    letter-spacing: 8px;
    font-family: "Cinzel";
    display: flex;
    gap: 15px;
    font-weight: 1000 !important;
}

.footer-metric .metric-label {
    font-weight: 600;
    background: linear-gradient(220deg, #757575 0%, #ffffff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 16px;
}

.footer-metric .metric-braces {
    color: #ff0051;
    font-weight: 600;
}

.footer-metric .metric-value {
    font-weight: 600;
    background: linear-gradient(220deg, #3f3f3f 0%, #ffffff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.footer::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-image: url("/static/img/brands/MYA-II.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 500px;
  transform: translate(-50%, -50%);
  opacity: 0.135;
  pointer-events: none;
  z-index: 0;
}

.footer > * {
  position: relative;
  z-index: 1;
}

.footer-icons a { text-decoration: none !important; }