.site-footer {
    background: linear-gradient(to right, #4b0000, #000);
    color: #ccc;
    text-align: center;
    padding: 30px 20px;
    font-size: 0.95rem;
    margin-top: 60px;
    border-top: 2px solid red;
    box-shadow:
        0 -2px 15px rgba(255, 0, 0, 0.5),
        0 -4px 30px rgba(255, 0, 0, 0.3);
}

.site-footer a {
    color: #ff4c4c;
    text-decoration: none;
    margin: 0 5px;
    transition: color 0.3s ease;
}

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