.site-footer {
    background-color: #0b0b0b;
    color: #ccc;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #222;
}

.footer-content {
    max-width: 1000px;
    margin: 0 auto;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.footer-logo h3 {
    margin: 10px 0 0;
    color: #fff;
}

.footer-links {
    margin-bottom: 15px;
}

.footer-links a {
    color: #aaa;
    margin: 0 10px;
    text-decoration: none;
    transition: color 0.2s;
}

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

.footer-info p {
    font-size: 0.9em;
    color: #666;
    margin: 5px 0;
}