.moa-footer {
  margin-top: 60px;
  background: #050816;
  color: #f9fafb;
  font-size: 0.9rem;
}

/* Main section */
.moa-footer-main {
  padding: 40px 0 32px;
  border-top: 1px solid rgba(148, 163, 184, 0.3);
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.footer-link {
  color: rgba(248, 250, 252, 0.8);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.footer-link:hover {
  color: #ffffff;
  opacity: 1;
}

.footer-social {
  color: rgba(248, 250, 252, 0.8);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-social:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

/* Bottom bar */
.moa-footer-bottom {
  background: #020617;
  padding: 12px 0;
}

.footer-bottom-link {
  color: rgba(248, 250, 252, 0.8);
  text-decoration: none;
}

.footer-bottom-link:hover {
  color: #ffffff;
}

.moa-footer {
  flex-shrink: 0;
}
