.site-footer { background: #0A1628; color: rgba(255, 255, 255, 0.7); padding: 60px 0 0; margin-top: auto; position: relative; overflow: hidden; }
.site-footer .footer-stripe { position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #00C853 0%, #00C853 50%, #2962FF 50%, #2962FF 100%); }
.site-footer .footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.site-footer .footer-grid { display: grid; grid-template-columns: 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }

.site-footer .footer-brand .footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.site-footer .footer-brand .footer-logo .logo-mark { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: #2962FF; border-radius: 8px; }
.site-footer .footer-brand .footer-logo .logo-text { font-size: 18px; font-weight: 900; letter-spacing: -0.5px; color: #5DA0FF; }
.site-footer .footer-brand .footer-logo .logo-text .logo-accent { color: #5DA0FF; }
.site-footer .footer-brand .footer-tagline { font-size: 14px; line-height: 1.6; color: rgba(255, 255, 255, 0.6); margin-bottom: 16px; max-width: 360px; }
.site-footer .footer-brand .footer-license { font-size: 11px; line-height: 1.5; color: rgba(255, 255, 255, 0.4); padding: 12px; background: rgba(255, 255, 255, 0.04); border-radius: 8px; max-width: 360px; }

.site-footer .footer-col .footer-col-title { font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; color: #FFFFFF; margin-bottom: 16px; }
.site-footer .footer-col .footer-list { display: flex; flex-direction: column; gap: 10px; }
.site-footer .footer-col .footer-list .footer-list-item .footer-link { font-size: 14px; color: #00E866; transition: color 0.2s ease; display: inline-flex; align-items: center; gap: 6px; }
.site-footer .footer-col .footer-list .footer-list-item .footer-link:hover { color: #FFFFFF; }
.site-footer .footer-col .footer-list .footer-list-item .footer-link.is-help { color: #00E866; }
.site-footer .footer-brand .footer-license .footer-link { color: #00E866; }
.site-footer .footer-brand .footer-license .footer-link:hover { color: #FFFFFF; }

.site-footer .footer-warning { padding: 24px 0; display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.site-footer .footer-warning .warning-block { display: flex; align-items: center; gap: 12px; }
.site-footer .footer-warning .warning-block .age-badge { width: 44px; height: 44px; font-size: 14px; }
.site-footer .footer-warning .warning-block .warning-text { font-size: 13px; line-height: 1.5; color: rgba(255, 255, 255, 0.85); font-weight: 600; }
.site-footer .footer-warning .warning-block .warning-text .warning-strong { color: #FFFFFF; font-weight: 800; }
.site-footer .footer-warning .help-link-block { display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; background: rgba(255, 61, 0, 0.15); border: 1px solid rgba(255, 61, 0, 0.3); border-radius: 8px; }
.site-footer .footer-warning .help-link-block .help-link-text { font-size: 13px; color: rgba(255, 255, 255, 0.85); }
.site-footer .footer-warning .help-link-block .help-link-link { color: #FF8060; font-weight: 800; }

.site-footer .footer-bottom { padding: 24px 0; border-top: 1px solid rgba(255, 255, 255, 0.08); display: flex; flex-direction: column; gap: 12px; }
.site-footer .footer-bottom .copyright { font-size: 12px; color: rgba(255, 255, 255, 0.4); }
.site-footer .footer-bottom .legal-links { display: flex; flex-wrap: wrap; gap: 16px; }
.site-footer .footer-bottom .legal-links .legal-link { font-size: 12px; color: #00E866; }
.site-footer .footer-bottom .legal-links .legal-link:hover { color: #FFFFFF; }

@media (min-width: 768px) {
  .site-footer { padding-top: 80px; }
  .site-footer .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; }
  .site-footer .footer-warning { flex-direction: row; align-items: center; justify-content: space-between; gap: 24px; }
  .site-footer .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; }
}

@media (min-width: 1024px) {
  .site-footer .footer-grid { gap: 48px; }
}
