.site-footer { background: #080A10; color: rgba(232,234,240,0.7); }
.site-footer .footer-top { padding: 64px 0 48px; }
.site-footer .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
.site-footer .footer-brand .footer-logo { display: inline-block; text-decoration: none; margin-bottom: 16px; }
.site-footer .footer-brand .footer-logo img { display: block; }
.site-footer .footer-brand .footer-about { font-size: 14px; line-height: 1.7; color: rgba(232,234,240,0.5); max-width: 320px; margin-bottom: 24px; }
.site-footer .footer-compliance-logos { display: flex; flex-wrap: wrap; gap: 10px; }
.site-footer .compliance-logo-link { display: inline-block; padding: 6px 12px; border: 1px solid rgba(232,234,240,0.12); border-radius: 6px; font-size: 12px; font-weight: 600; color: rgba(232,234,240,0.45); text-decoration: none; transition: border-color 0.15s, color 0.15s; }
.site-footer .compliance-logo-link:hover { border-color: #E53935; color: #E53935; text-decoration: none; }
.site-footer .footer-col h4 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; color: rgba(232,234,240,0.35); margin-bottom: 16px; }
.site-footer .footer-col ul { list-style: none; padding: 0; margin: 0; }
.site-footer .footer-col li { margin-bottom: 10px; }
.site-footer .footer-col a { font-size: 14px; color: rgba(232,234,240,0.55); text-decoration: none; transition: color 0.15s; }
.site-footer .footer-col a:hover { color: #E8EAF0; text-decoration: none; }
.site-footer .footer-rg-links { margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(232,234,240,0.07); }
.site-footer .footer-rg-links .rg-label { display: block; font-size: 11px; color: rgba(232,234,240,0.3); margin-bottom: 6px; }
.site-footer .footer-rg-links a { font-size: 14px; color: rgba(232,234,240,0.55); font-weight: 600; }
.site-footer .footer-bottom { border-top: 1px solid rgba(232,234,240,0.07); padding: 24px 0; }
.site-footer .footer-bottom-inner { display: flex; align-items: flex-start; gap: 20px; flex-wrap: wrap; }
.site-footer .footer-18plus { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; border: 2px solid rgba(239,68,68,0.5); color: #EF4444; font-size: 11px; font-weight: 900; flex-shrink: 0; margin-top: 2px; letter-spacing: -0.5px; }
.site-footer .footer-disclaimer { font-size: 12px; color: rgba(232,234,240,0.3); line-height: 1.7; flex: 1; margin: 0; }
.site-footer .footer-legal-links { display: flex; flex-wrap: wrap; gap: 16px; margin-left: auto; flex-shrink: 0; }
.site-footer .footer-legal-links a { font-size: 13px; color: rgba(232,234,240,0.4); text-decoration: none; }
.site-footer .footer-legal-links a:hover { color: rgba(232,234,240,0.75); }
@media (max-width: 1024px) {
  .site-footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 768px) {
  .site-footer .footer-top { padding: 48px 0 36px; }
  .site-footer .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .site-footer .footer-bottom-inner { flex-direction: column; }
  .site-footer .footer-legal-links { margin-left: 0; }
}
