.page-vip-club {
    font-family: 'Arial', sans-serif;
    color: #333333; /* Light body background #f8f9fa requires dark text */
    line-height: 1.6;
}

.page-vip-club__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10px; /* Small top padding, body handles header offset */
    padding-bottom: 60px;
    text-align: center;
    overflow: hidden;
    background-color: #08160F; /* Deep Green background */
}

.page-vip-club__hero-image-wrapper {
    width: 100%;
    max-height: 600px; /* Limit height for hero image */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.page-vip-club__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    min-height: 250px;
}

.page-vip-club__hero-content {
    position: relative;
    z-index: 10;
    max-width: 900px;
    padding: 0 20px;
    color: #F2FFF6; /* Light text for dark hero background */
}

.page-vip-club__hero-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: #F2C14E; /* Gold color for main title */
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.page-vip-club__hero-description {
    font-size: 1.25rem;
    margin-bottom: 30px;
    color: #A7D9B8; /* Secondary text color */
}

.page-vip-club__btn-primary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: bold;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-vip-club__btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-vip-club__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    background: #11271B; /* Card BG color */
    color: #F2FFF6; /* Main text color for dark background */
    border: 2px solid #2E7A4E; /* Border color */
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: bold;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-left: 15px;
}

.page-vip-club__btn-secondary:hover {
    background: #0A4B2C; /* Deep Green hover */
    color: #57E38D; /* Glow color for text */
}

.page-vip-club__section {
    padding: 60px 0;
    background-color: #f8f9fa; /* Default light background */
    color: #333333; /* Dark text for light background */
}

.page-vip-club__section:nth-of-type(odd) {
    background-color: #ffffff;
}

.page-vip-club__introduction, .page-vip-club__levels, .page-vip-club__faq, .page-vip-club__final-cta {
    background-color: #f8f9fa;
    color: #333333;
}

.page-vip-club__benefits, .page-vip-club__giftcode-integration, .page-vip-club__promotions, .page-vip-club__support {
    background-color: #ffffff;
    color: #333333;
}

.page-vip-club__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-vip-club__section-title {
    font-size: 2.5rem;
    color: #11A84E; /* Primary color for section titles */
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-vip-club__section-text {
    font-size: 1.1rem;
    margin-bottom: 20px;
    text-align: justify;
}

.page-vip-club__benefits-grid, .page-vip-club__levels-grid, .page-vip-club__giftcode-advantages, .page-vip-club__support-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-vip-club__benefit-card, .page-vip-club__level-card, .page-vip-club__advantage-item, .page-vip-club__support-item {
    background-color: #11271B; /* Card BG */
    color: #F2FFF6; /* Main text for dark background */
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #2E7A4E;
}

.page-vip-club__benefit-card:hover, .page-vip-club__level-card:hover, .page-vip-club__advantage-item:hover, .page-vip-club__support-item:hover {
    transform: translateY(-5px);
}

.page-vip-club__benefit-image, .page-vip-club__advantage-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    object-fit: cover;
    min-height: 200px;
}

.page-vip-club__benefit-title, .page-vip-club__level-title, .page-vip-club__advantage-title, .page-vip-club__support-title {
    font-size: 1.6rem;
    color: #F2C14E; /* Gold for card titles */
    margin-bottom: 15px;
    font-weight: bold;
}

.page-vip-club__benefit-description, .page-vip-club__level-description, .page-vip-club__advantage-description, .page-vip-club__support-description {
    font-size: 1rem;
    color: #A7D9B8; /* Secondary text for dark background */
    text-align: center;
    flex-grow: 1;
}

.page-vip-club__level-features {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    text-align: left;
    width: 100%;
}

.page-vip-club__level-features li {
    background-color: #0A4B2C; /* Deep Green */
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #F2FFF6;
    font-size: 0.95rem;
    border-left: 3px solid #57E38D; /* Glow color accent */
}

.page-vip-club__level-note {
    text-align: center;
    margin-top: 40px;
    font-style: italic;
    color: #13994A;
}

.page-vip-club__join-steps {
    list-style: none;
    padding: 0;
    counter-reset: step-counter;
    margin-top: 40px;
}

.page-vip-club__join-steps li {
    counter-increment: step-counter;
    margin-bottom: 30px;
    position: relative;
    padding-left: 60px;
}

.page-vip-club__join-steps li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    background-color: #11A84E;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.page-vip-club__step-title {
    font-size: 1.4rem;
    color: #11A84E;
    margin-bottom: 10px;
}

.page-vip-club__step-description a {
    color: #13994A;
    text-decoration: underline;
    font-weight: bold;
}

.page-vip-club__step-description a:hover {
    color: #0A4B2C;
}

.page-vip-club__promo-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-vip-club__promo-list li {
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-left: 5px solid #22C768;
}

.page-vip-club__promo-title {
    font-size: 1.5rem;
    color: #11A84E;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-vip-club__promo-description {
    font-size: 1rem;
    color: #555555;
}

.page-vip-club__faq-list {
    margin-top: 40px;
}

.page-vip-club__faq-item {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-vip-club__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #11A84E;
    cursor: pointer;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e0e0e0;
    list-style: none;
}

.page-vip-club__faq-question::-webkit-details-marker {
    display: none;
}

.page-vip-club__faq-qtext {
    flex-grow: 1;
}

.page-vip-club__faq-toggle {
    font-size: 1.8rem;
    line-height: 1;
    margin-left: 15px;
    color: #22C768;
}

.page-vip-club__faq-item[open] .page-vip-club__faq-toggle {
    content: '−';
}

.page-vip-club__faq-answer {
    padding: 20px;
    font-size: 1rem;
    color: #555555;
    background-color: #ffffff;
}

.page-vip-club__cta-bottom {
    text-align: center;
    margin-top: 50px;
}

.page-vip-club__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

/* --- Responsive Styles --- */
@media (max-width: 1024px) {
    .page-vip-club__hero-title {
        font-size: clamp(2rem, 4.5vw, 3rem);
    }
    .page-vip-club__hero-description {
        font-size: 1.1rem;
    }
    .page-vip-club__section-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .page-vip-club__hero-section {
        padding-bottom: 40px;
    }
    .page-vip-club__hero-image-wrapper {
        max-height: 400px;
    }
    .page-vip-club__hero-title {
        font-size: clamp(1.8rem, 7vw, 2.8rem);
    }
    .page-vip-club__hero-description {
        font-size: 1rem;
    }
    .page-vip-club__section {
        padding: 40px 0;
    }
    .page-vip-club__section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    .page-vip-club__section-text {
        font-size: 0.95rem;
    }

    .page-vip-club__benefits-grid, .page-vip-club__levels-grid, .page-vip-club__giftcode-advantages, .page-vip-club__support-features {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-vip-club__benefit-card, .page-vip-club__level-card, .page-vip-club__advantage-item, .page-vip-club__support-item {
        padding: 20px;
    }
    .page-vip-club__benefit-title, .page-vip-club__level-title, .page-vip-club__advantage-title, .page-vip-club__support-title {
        font-size: 1.4rem;
    }
    .page-vip-club__join-steps li {
        padding-left: 50px;
    }
    .page-vip-club__join-steps li::before {
        width: 35px;
        height: 35px;
        font-size: 1.3rem;
    }
    .page-vip-club__step-title {
        font-size: 1.2rem;
    }
    .page-vip-club__promo-list li {
        padding: 20px;
    }
    .page-vip-club__promo-title {
        font-size: 1.3rem;
    }
    .page-vip-club__faq-question {
        font-size: 1rem;
        padding: 15px;
    }
    .page-vip-club__faq-toggle {
        font-size: 1.5rem;
    }
    .page-vip-club__faq-answer {
        padding: 15px;
    }
    .page-vip-club__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-vip-club__btn-primary, .page-vip-club__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        margin-left: 0 !important; /* Reset margin for vertical stack */
    }
    .page-vip-club img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    .page-vip-club__container, .page-vip-club__hero-content, .page-vip-club__hero-image-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
    }
    .page-vip-club__hero-section {
        padding-top: 10px !important;
    }
}