﻿.terms-banner {
    position: relative;
    padding: 140px 0;
    overflow: hidden;
   /* border-radius: 0 0 30px 30px;*/
    /* Banner Background Image */
    background: linear-gradient( to right, rgba(0,0,0,.92) 0%, rgba(0,0,0,.82) 35%, rgba(0,0,0,.45) 60%, rgba(0,0,0,.15) 100% ), url('/images/terms-banner-bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    /* Optional extra dark overlay */
    .terms-banner .overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient( 90deg, rgba(0,0,0,.65) 0%, rgba(0,0,0,.25) 50%, rgba(0,0,0,.05) 100% );
        z-index: 1;
    }

    .terms-banner .container {
        position: relative;
        z-index: 2;
    }

.badge-title {
    display: inline-block;
    background: #39ff14;
    color: #000;
    padding: 12px 26px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: .5px;
    margin-bottom: 30px;
    box-shadow: 0 10px 25px rgba(57,255,20,.25);
}

.main-title {
    font-size: 90px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
}

    .main-title span {
        color: #39ff14;
        display: block;
    }

.sub-text {
    font-size: 24px;
    color: rgba(255,255,255,.82);
    max-width: 650px;
    line-height: 1.7;
}

/* Mobile Responsive */

@media(max-width:991px) {

    .terms-banner {
        padding: 100px 0;
        background-position: 72% center;
    }

    .main-title {
        font-size: 62px;
    }

    .sub-text {
        font-size: 19px;
    }
}

@media(max-width:768px) {

    .terms-banner {
        padding: 80px 0;
        border-radius: 0 0 20px 20px;
        background-position: 78% center;
    }

    .badge-title {
        font-size: 13px;
        padding: 10px 18px;
    }

    .main-title {
        font-size: 46px;
        line-height: 1.1;
    }

    .sub-text {
        font-size: 17px;
        max-width: 100%;
    }
}

.terms-wrapper {
    padding: 20px 0;
}

.alert-box {
    background: #1a1a1a;
    border-left: 5px solid #2bff00;
    padding: 22px;
    border-radius: 12px;
    margin-bottom: 30px;
    font-size: 20px;
    color: #fff;
}

.intro-box {
    background: #111;
    padding: 30px;
    border-radius: 16px;
    margin-bottom: 20px;
    color: #dcdcdc;
    line-height: 1.8;
}

.terms-section {
    padding: 20px 0;
}

.terms-wrapper {
    background: #050505;
    /*border-radius: 24px;*/
    overflow: hidden;
    border: 1px solid rgba(57,255,20,.08);
}

.term-item {
    padding: 12px;
    border-bottom: 1px solid rgba(255,255,255,.06);
}

    .term-item:last-child {
        border-bottom: none;
    }

    .term-item h3 {
        color: #39ff14;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 22px;
    }

    .term-item p,
    .term-item li {
        color: #d7d7d7;
        font-size: 14px;
        line-height: 1.2;
    }

    .term-item p {
        margin-bottom: 8px;
    }

    .term-item ul {
        padding-left: 22px;
        margin-top: 15px;
    }

    .term-item li {
        margin-bottom: 12px;
    }

.agreement-box {
    margin-top: 35px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

    .agreement-box input {
        width: 20px;
        height: 20px;
        margin-top: 4px;
        accent-color: #39ff14;
    }

    .agreement-box label {
        color: #1d1d1d;
        font-size: 18px;
        line-height: 1.7;
    }

@media(max-width:768px) {

    .term-item {
        padding: 28px;
    }

        .term-item h3 {
            font-size: 16px;
        }

        .term-item p,
        .term-item li,
        .agreement-box label {
            font-size: 14px;
        }
}