.footer-info {
  width: 100%;
  background: #f3f7fa;
  color: #4a5a6a;
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 1em;
  padding: 28px 0 18px 0;
  text-align: center;
  border-top: 1.5px solid #e6f0fa;
  box-shadow: 0 -2px 8px rgba(79,140,255,0.04);
}

.footer-info .footer-logo {
  font-size: 1.2em;
  vertical-align: middle;
  margin-right: 6px;
}

.footer-info .footer-title {
  font-weight: 700;
  color: #4f8cff;
  margin-right: 4px;
}

.footer-info .footer-desc {
  color: #7a8fa6;
}

.footer-links {
  margin-top: 10px;
  font-size: 0.98em;
  color: #7a8fa6;
}

.footer-links a {
  color: #4f8cff;
  text-decoration: none;
  margin: 0 6px;
  transition: color 0.18s;
}

.footer-links a:hover {
  color: #2a6cff;
  text-decoration: underline;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#content {
  flex: 1 0 auto;
}

.footer-info {
  flex-shrink: 0;
  width: 100%;
  background: #f3f7fa;
  color: #4a5a6a;
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 1em;
  padding: 28px 0 18px 0;
  text-align: center;
  border-top: 1.5px solid #e6f0fa;
  box-shadow: 0 -2px 8px rgba(79,140,255,0.04);
  margin-top: 0;
}