body .wrapper .site-footer { background-color: #20292A; color: #FFFFFF; }
body .wrapper .site-footer .footer-inner { display: grid; grid-template-columns: 1fr; gap: 30px; padding-top: 48px; padding-bottom: 40px; }
body .wrapper .site-footer .footer-brand .brand { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 14px; }
body .wrapper .site-footer .footer-brand .brand-badge { display: inline-flex; align-items: center; justify-content: center; background-color: #FFFFFF; color: #E6252C; font-weight: 800; font-size: 15px; padding: 4px 8px; border-radius: 3px; }
body .wrapper .site-footer .footer-brand .brand-name { color: #FFFFFF; font-weight: 800; font-size: 19px; }
body .wrapper .site-footer .footer-about { font-size: 14px; line-height: 1.6; color: #C6CDCE; margin-bottom: 12px; max-width: 360px; }
body .wrapper .site-footer .footer-age { display: inline-block; font-size: 13px; font-weight: 700; color: #FFC847; }
body .wrapper .site-footer .footer-head { font-size: 15px; font-weight: 700; color: #FFFFFF; margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.6px; }
body .wrapper .site-footer .footer-links { display: flex; flex-direction: column; gap: 9px; }
body .wrapper .site-footer .footer-link { color: #C6CDCE; font-size: 14px; font-weight: 500; }
body .wrapper .site-footer .footer-link:hover { color: #FFFFFF; }

body .wrapper .site-footer .footer-legal { background-color: #11201F; padding: 18px 0; }
body .wrapper .site-footer .footer-legal .legal-text { font-size: 12px; line-height: 1.6; color: #AEB6B7; margin-bottom: 8px; }
body .wrapper .site-footer .footer-legal .legal-copy { font-size: 12px; color: #AEB6B7; }

@media (min-width: 768px) {
  body .wrapper .site-footer .footer-inner { grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px; }
}
