.site-footer {
    background: #0b141a;
    color: #cbd5e1;
    margin-top: 80px;
}

.footer-container {
    max-width: 1100px;
    margin: auto;
    padding: 50px 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}

.footer-brand h3 {
    color: #f5c98a;
    margin-bottom: 10px;
}

.footer-links h4,
.footer-contact h4 {
    margin-bottom: 12px;
    color: #f5c98a;
}

.footer-links a {
    display: block;
    text-decoration: none;
    color: #cbd5e1;
    margin-bottom: 6px;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #f5c98a;
}

.footer-bottom {
    text-align: center;
    padding: 16px;
    background: #080f14;
    font-size: 14px;
    color: #94a3b8;
}
