.disclaimer-footer {
    background: linear-gradient(145deg, #1a1a1a, #2d2d2d);
    color: white;
    padding: 30px 20px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    border-top: 2px solid #00FF55;
    margin-top: 150vh;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
    clear: both;
}

.disclaimer-footer h3 {
    color: #00FF55;
    font-size: 20px;
    margin-bottom: 15px;
    text-shadow: 0 0 10px rgba(0, 255, 85, 0.5);
}

.disclaimer-footer p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #cccccc;
}

.disclaimer-footer .warning {
    color: #ff6666;
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    .disclaimer-footer {
        margin-top: 50px;
        margin-bottom: 80px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .disclaimer-footer {
        margin-top: 150vh;
        margin-bottom: 120px;
        padding: 40px 30px;
    }
}

@media only screen and (min-width: 1025px) {
    .disclaimer-footer {
        margin-top: 150vh;
        margin-bottom: 120px;
        padding: 40px 50px;
    }
}