.footer {
  background:
    linear-gradient(180deg, rgba(13, 14, 34, 0.2) 0%, #0a0b1a 40%),
    #0d0e22;
  border-top: 1px solid rgba(75, 81, 104, 0.55);
  margin-top: 1rem;
}

.footer-container {
  padding: 2.5rem 1.25rem 2.75rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.footer-logo {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.5rem;
  text-decoration: none;
}

.footer-logo:hover {
  color: #fff;
}

.footer-img {
  max-width: 35px;
  height: auto;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  color: #fff;
  margin: 0 0 1.15rem;
}

.footer-links--primary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem 1rem;
  margin-bottom: 1.35rem;
}

.footer-links--legal {
  padding-top: 1rem;
  border-top: 1px solid rgba(75, 81, 104, 0.4);
  margin-bottom: 0;
}

.footer-links a {
  margin: 0;
  color: #c5cad8;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.45;
  width: fit-content;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.footer-links a:hover,
.footer-links a.active-link {
  color: #26b06b;
  border-bottom-color: #26b06b;
}

.footer-text {
  color: #9aa3b8;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 0.85rem;
}

.footer-copyright {
  color: #7d879c;
  font-size: 0.8rem;
  margin: 1.25rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(75, 81, 104, 0.35);
}

.footer-copyright a {
  color: #c5cad8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-copyright a:hover {
  color: #26b06b;
}
