/* Footer Styles */
footer {
  text-align: center;
  padding: 28px 20px;
  font-size: 14px;
  color: #64748b;
  border-top: 1px solid #e2e8f0;
  background: #fff;
  margin-top: 40px;
}

footer a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
  transition: color .3s ease;
}

footer a:hover {
  color: #1e40af;
}