.site-footer-v2{
  margin-top: 3rem;
  background: linear-gradient(180deg, #0b3f90 0%, #0F52BA 100%);
  box-shadow: 0 -6px 18px rgba(0,0,0,.12);
}

.site-footer-v2__inner{
  width: min(1400px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1rem 0 1.25rem;
}

.site-footer-v2__nav{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.site-footer-v2__nav a{
  color: rgba(255,255,255,.88);
  text-decoration: none;
  font-weight: 700;
  padding: .7rem 1rem;
  border-radius: 12px;
  transition: .2s ease;
}

.site-footer-v2__nav a:hover,
.site-footer-v2__nav a.active{
  color: #fff;
  background: rgba(255,255,255,.12);
}