.footer {
    position: fixed;
    bottom: -10px;
    text-align: center;
    z-index: 1000;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #f0f3f3;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
    padding: 30px 0 8px 0;
}

@media (max-width: 768px) {
    .footer {
        bottom: -15px;
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 0.5px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 1) 100%);
        padding: 10px 0 8px 0;
    }
}