/* ===== FOOTER ===== */
/* Review fix 2026-07-13 (round 2): match the old site's footer design —
   near-black bg rgba(0,0,10,.9), wide row (90% / max 1620px), cyan #21c2f8
   "Risk Disclosure:" label and links, gray #666 body text, left-aligned
   links row without a divider. Font stays Poppins per the earlier review item
   (the old site used Open Sans here). */
.site-footer {
  background-color: rgba(0, 0, 10, 0.9);
  color: #666;
  padding: 50px 0 30px;
  font-size: 14px;
  line-height: 1.7em;
}

.site-footer .container {
  width: 80%;
  max-width: 1620px;
}

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

.footer-risk-disclosure p {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.7em;
  color: #666;
  padding-bottom: 0.5em;
}

.footer-risk-disclosure p strong {
  color: #21c2f8;
  font-weight: 300;
  font-size: 12px;
}

.footer-links {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #666;
}

.footer-links a {
  color: #21c2f8;
  transition: color 0.3s ease;
}

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

.footer-links span {
  margin: 0 5px;
  color: #666;
}
