.site-footer {
  background: #111;
  padding: 64px 24px 0;
  overflow: hidden;
}

.footer__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.footer__logo img {
  height: 52px;
  width: auto;
}

.footer__menu {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}

.footer__menu li a {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  transition: opacity 0.3s ease;
}

.footer__menu li a:hover {
  opacity: 0.7;
}

.footer__disclaimer {
  text-align: center;
}

.footer__disclaimer-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer__disclaimer-text {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

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

.footer__logo-item img {
  max-height: 26px;
  width: auto;
}

.footer__copyright {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
}
