body {
    background-color: #171717;
}

.hero-section {
    background: url('/assets/img/banner1.png') no-repeat center top;
    background-size: contain;
    width: 100%;
    min-height: 795px;
    max-width: 1920px;
    margin: 0 auto;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    background-color: black;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 20px;
}

.hero-content h1 {
    position: relative;
    font-family: 'Mulish', sans-serif;
    font-size: 80px;
    font-weight: 900;
    text-align: left;
    max-width: 85%;
    line-height: 1.2;
    letter-spacing: -3px;
    word-spacing: normal;
    color: transparent;
    background: linear-gradient(90deg, #FFFFFF 0%, #D0D0D0 50%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-content h1::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    pointer-events: none;
    color: #fff;
    text-shadow: 0 4px 0 #00A1F0;
    z-index: -1;
}

.hero-section p {
    font-family: 'Mulish', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: left;
    max-width: 70%;
    line-height: 1.5;
    margin-top: 20px;
}

.mobile-vip-btn {
    display: none;
    text-align: center;
    margin: 10px auto;
    padding: 12px 100px;
    font-size: 16px;
    font-weight: bold;
    background-color: #00A1F0;
    color: white;
    border: none;
    border-radius: 8px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    width: fit-content;
    transition: background 0.3s ease-in-out;
}

.mobile-vip-btn:hover {
    background-color: #47b9f1;
}

@media (max-width: 1200px) {
    .hero-section {
        min-height: 600px;
    }
    .hero-section h1 {
        font-size: 60px;
    }
    .hero-section p {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: 400px;
        background-size: cover;
    }
    .hero-section h1 {
        font-size: 40px;
        text-align: left;
    }
    .hero-content h1::before {
        content: attr(data-text);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        letter-spacing: inherit;
        text-align: inherit;
        pointer-events: none;
        color: #fff;
        text-shadow: 0 3px 0 #00A1F0;
        z-index: -1;
    }
    .hero-section p {
        font-size: 18px;
        text-align: left;
        max-width: 90%;
    }
    .hero-content {
        padding: 10px;
    }
}

@media (max-width: 500px) {
    .hero-section {
        min-height: 300px;
        background-size: cover;
        padding: 20px;
    }
    .hero-section h1 {
        font-size: 26px;
        text-align: center;
        margin: 50px 0 0 30px;
    }
    .hero-content h1::before {
        content: attr(data-text);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        letter-spacing: inherit;
        text-align: inherit;
        pointer-events: none;
        color: #fff;
        text-shadow: 0 2px 0 #00A1F0;
        z-index: -1;
    }
    .hero-section p {
        font-size: 16px;
        max-width: 95%;
        text-align: center;
        margin-top: 10px;
    }
    .hero-content {
        padding: 5px;
    }
    .mobile-vip-btn {
        display: block;
    }
}

@media (max-width: 420px) {
    .hero-section {
        min-height: 280px;
        background-size: cover;
        padding: 20px;
    }
    .hero-section h1 {
        font-size: 22px;
        text-align: center;
        margin: 60px 0 0 25px;
    }
    .hero-content h1::before {
        content: attr(data-text);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        letter-spacing: inherit;
        text-align: inherit;
        pointer-events: none;
        color: #fff;
        text-shadow: 0 1px 0 #00A1F0;
        z-index: -1;
    }
    .hero-section p {
        font-size: 14px;
        max-width: 90%;
        text-align: center;
        margin: 10px 0 0 25px;
    }
    .hero-content {
        padding: 10px;
    }
}

@media (max-width: 360px) {
    .hero-section {
        min-height: 250px; 
        background-size: cover;
        padding: 15px;
    }
    .hero-section h1 {
        font-size: 20px;
        text-align: center;
        margin-top: 60px;
    }
    .hero-section p {
        font-size: 14px;
        max-width: 90%;
        text-align: center;
        padding-top: 5px;
    }
    .hero-content h1::before {
        content: attr(data-text);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        letter-spacing: inherit;
        text-align: inherit;
        pointer-events: none;
        color: #fff;
        text-shadow: 0 1px 0 #00A1F0;
        z-index: -1;
    }
    .hero-content {
        padding: 8px;
    }
}