/* FOOTER */
.site-footer {
    background: #fff;
    border-top: 1px solid #eee;
    padding: 40px;
}
.footer-inner {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 30px;
}
.footer-brand .brand-logo { font-size: 16px; font-weight: 800; margin-bottom: 10px; display: flex; align-items: center; gap: 6px; }
.footer-brand .brand-logo span { background: #f5c518; color: #fff; width: 24px; height: 24px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 900; }
.footer-brand p { font-size: 12px; color: #999; line-height: 1.8; }
.footer-col h4 { font-size: 13px; font-weight: 700; margin-bottom: 12px; color: #333; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { text-decoration: none; font-size: 12px; color: #888; }
.footer-col ul li a:hover { color: #f5c518; }
.footer-bottom {
    max-width: 900px;
    margin: 24px auto 0;
    padding-top: 16px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #bbb;
}