.site-footer { background-color: #0f0f1a; color: #cccccc; padding: 48px 0 24px 0; margin-top: auto; }
.site-footer .footer-grid { display: grid; grid-template-columns: 1fr; gap: 32px; margin-bottom: 32px; }
.site-footer .footer-brand { font-size: 20px; font-weight: 700; color: #ffffff; margin-bottom: 12px; display: flex; align-items: center; gap: 6px; }
.site-footer .footer-brand span { color: #1F84DB; }
.site-footer .footer-brand .maple { color: #cc2222; font-size: 16px; }
.site-footer .footer-desc { font-size: 14px; line-height: 1.6; color: #999999; }
.site-footer .footer-heading { font-size: 14px; font-weight: 700; color: #ffffff; letter-spacing: 0.3px; margin-bottom: 12px; }
.site-footer .footer-links { list-style: none; padding: 0; margin: 0; }
.site-footer .footer-links li { margin-bottom: 8px; }
.site-footer .footer-links a { font-size: 14px; color: #999999; transition: color 0.2s; }
.site-footer .footer-links a:hover { color: #ffffff; }
.site-footer .footer-regulators { display: flex; align-items: center; gap: 24px; padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid #2a2a3e; }
.site-footer .footer-regulators img { height: 40px; width: auto; opacity: 0.7; transition: opacity 0.2s; filter: invert(1); }
.site-footer .footer-regulators img:hover { opacity: 1; }
.site-footer .footer-bottom { border-top: 1px solid #2a2a3e; padding-top: 20px; display: flex; flex-direction: column; gap: 12px; }
.site-footer .footer-legal { font-size: 12px; color: #777777; line-height: 1.6; }
.site-footer .footer-badges { display: flex; gap: 12px; flex-wrap: wrap; }
.site-footer .footer-badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; background-color: rgba(255, 255, 255, 0.05); border-radius: 6px; font-size: 12px; color: #999999; }
@media (min-width: 768px) {
  .site-footer .footer-grid { grid-template-columns: 2fr 1fr; }
  .site-footer .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; }
}
