html,
body {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 100% !important;
}

body {
    background: #f4f6fa !important;
    color: #333 !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

.moviesbox-gateway-box {
    box-sizing: border-box;
    width: calc(100% - 30px);
    max-width: 650px;
    margin: 40px auto;
    padding: 25px;
    background: #ffffff;
    border: 1px solid #d8dce3;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.10);
    text-align: center;
}

.moviesbox-gateway-box h1 {
    margin: 0 0 20px;
    padding: 15px;
    background: #dcecff;
    border-radius: 10px;
    color: #e60000 !important;
    font-size: 27px;
    font-weight: 800;
}

.moviesbox-gateway-box h2 {
    margin: 25px 0;
    padding: 20px 10px;
    border-top: 4px solid #7d8288;
    border-bottom: 4px solid #7d8288;
    color: #222 !important;
    font-size: 23px;
    line-height: 1.5;
}

.moviesbox-gateway-box .gateway-note {
    margin: 25px 0;
    padding: 20px 10px;
    color: #444 !important;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 800;
}

.moviesbox-gateway-box .gateway-server {
    margin: 28px 0;
    padding: 12px;
    background: #e5efff;
    border-radius: 12px;
}

.moviesbox-gateway-box .gateway-button {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 12px;
    border: 3px solid #ffffff;
    border-radius: 40px;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 800;
}

.moviesbox-gateway-box .gateway-direct {
    background: linear-gradient(100deg, #16bfc5, #00d86f);
}

.moviesbox-gateway-box .gateway-cloud {
    background: linear-gradient(100deg, #ff1717, #ffc83d);
}

.moviesbox-gateway-box .gateway-server-three {
    background: linear-gradient(100deg, #f2b500, #000000);
}

@media (max-width: 600px) {

    .moviesbox-gateway-box {
        width: calc(100% - 20px);
        margin: 20px auto;
        padding: 15px;
    }

    .moviesbox-gateway-box h1 {
        font-size: 21px;
    }

    .moviesbox-gateway-box h2 {
        font-size: 18px;
    }

    .moviesbox-gateway-box .gateway-note {
        font-size: 18px;
    }

    .moviesbox-gateway-box .gateway-button {
        padding: 17px 8px;
        font-size: 18px;
    }
}                                                                                                                                                                                            .gateway-button.gateway-server3 {
    background: linear-gradient(
        90deg,
        #f2b900 0%,
        #b07a00 35%,
        #5a3b00 65%,
        #000000 100%
    ) !important;

    color: #ffffff !important;
    border: 2px solid #ffffff !important;
}                                                                                                                                                                                                .gateway-info-area {
    margin-top: 30px;
}

.gateway-info {
    padding: 20px;
    margin: 18px 0;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
}

.gateway-info-green {
    background: #d9eee4;
}

.gateway-info-blue {
    background: #d8f3fb;
}

.gateway-info-yellow {
    background: #fff3c9;
}                                                                                                                                                                                               .gateway-top-tip {
    margin: 0 0 22px;
    padding: 15px 12px;
    background: #eef7ff;
    border: 1px solid #c9e4ff;
    border-radius: 8px;
    color: #222;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
}

.gateway-footer-note {
    margin-top: 28px;
    padding: 18px 15px;
    border-top: 2px solid #d8dce3;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}                                      