﻿.npl-footer {
  background: linear-gradient(135deg, #071017, #101d26);
  color: rgba(255, 255, 255, 0.82);
  padding: 42px 0 22px;
}

.npl-footer a:hover {
  color: #fff;
}

.npl-footer__grid {
  grid-template-columns: 1.4fr repeat(4, 1fr);
}

.npl-footer__brand {
  color: #fff;
  font-size: 1.55rem;
}

.npl-footer__title {
  margin: 0 0 12px;
  color: #fff;
  font-size: 0.92rem;
  text-transform: uppercase;
}

.npl-footer__links {
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  font-size: 0.9rem;
}

.npl-footer__bottom {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.62);
  text-align: center;
  font-size: 0.86rem;
}

.npl-socials {
  gap: 10px;
  margin-top: 16px;
}

.npl-socials a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
}

