/* ===== FOOTER ===== */
.site-footer {
  background-color: #1a1a2e;
  color: rgba(255, 255, 255, 0.7);
  padding: 40px 0 20px;
  font-size: 13px;
  line-height: 1.8em;
}

.site-footer h4 {
  color: #2ea3f2;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer-risk-disclosure {
  margin-bottom: 20px;
}

.footer-risk-disclosure p {
  font-size: 12px;
  line-height: 1.6em;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 0.5em;
}

.footer-links {
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 13px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #2ea3f2;
}

.footer-links span {
  margin: 0 5px;
  color: rgba(255, 255, 255, 0.3);
}
