.reservados {
    background: linear-gradient(to right, #1c7ceb, #333, #FF6B00);
    color: #fff;
    text-align: center;
    height: auto;
    line-height: normal;
    font-size: 1.2rem;
    position: relative;
    padding: 1rem;
}

.reservados p {
    margin: 0;
    padding: 0;
}

.reservados a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s, box-shadow 0.3s;
}

.reservados a:hover {
    text-decoration: underline;
    color: #FF6B00;
    font-weight: 800;
}

.reservados a:focus-visible {
    outline: none;
    box-shadow: 0 0 5px #fff;
}

.reservados a:active {
    color: #ccc;
}

/* Responsividade */
@media (max-width: 576px) {
    .responsive-footer {
        font-size: 0.875rem;
        padding: 0.75rem;
    }

    .responsive-footer p {
        padding: 0 10px;
        word-break: break-word;
    }
}
