.simple-footer {
  background: #1a1a1a; /* 接近你截图的紫色 */
  padding: 40px 20px;
  text-align: center;
  color: #ddd;
  font-family: Inter, Roboto, system-ui, -apple-system;
}

.footer-container {
  max-width: 900px;
  margin: 0 auto;
}

/* Disclaimer */
.footer-disclaimer {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #e7e7e7;
}

/* 版权信息 */
.footer-copy {
  font-size: 14px;
  margin: 12px 0 20px;
}
.footer-copy a {
  color: #ffffff;
  text-decoration: underline;
}

/* 底部链接 */
.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 25px;
}
.footer-links a {
  color: #e7e7e7;
  text-decoration: none;
}
.footer-links a:hover {
  text-decoration: underline;
}
