.site-footer { background: #111; color: #aaa; padding: 50px 0 20px; margin-top: 60px; border-top: 1px solid #222; } .footer-container { width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; } .footer-brand h3 { color: #fff; margin-bottom: 10px; } .footer-brand p { font-size: 14px; color: #888; } .footer-links { display: flex; gap: 80px; } .footer-links h4 { color: #fff; margin-bottom: 15px; font-size: 14px; text-transform: uppercase; } .footer-links a { display: block; color: #aaa; text-decoration: none; margin-bottom: 8px; font-size: 14px; } .footer-links a:hover { color: #fff; } .footer-bottom { text-align: center; margin-top: 40px; font-size: 13px; color: #666; }