/* =====================================================
   FOOTER
   ===================================================== */
.ne-footer {
  border-top: 1px solid var(--gray-100);
  padding: 48px 0;
  background-color: #fff;
}

.ne-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.ne-footer__logo {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}

.ne-footer__copy {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}

.ne-footer__links {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.ne-footer__links a {
  font-size: 0.875rem;
  color: var(--gray-600);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.ne-footer__links a:hover {
  color: #111827;
}
