.footer {
  background: #0f1115;
  color: #d1d5db;
  padding: 2rem 1rem;
  font-size: 0.9rem;
}

.footer__container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.footer__main {
  line-height: 1.6;
  margin-bottom: 1rem;
}

.footer__links {
  margin-bottom: 1rem;
}

.footer__links a {
  color: #9ca3af;
  margin: 0 0.5rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer__links a:hover {
  color: #ffffff;
}

.footer a {
  color: #9ca3af;
}

.footer a:hover {
  color: #ffffff;
}

.footer__bottom {
  font-size: 0.8rem;
  color: #6b7280;
}