.footer-modern {
  background: #f5f7f9;   /* 更淡 */
  padding: 18px 0 12px;
  font-size: 14px;
  border-top: 1px solid #e6eaee;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 18px;
  width: 100%;
}

.footer-links a {
  color: #666;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.15px;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #165dff;
}

.footer-copy {
  margin-top: 6px;
  font-size: 12.5px;
  color: #9aa0a6;   /* 更淡 */
}
