.page-vip-program {
    font-family: Arial, sans-serif;
    color: #1F2D3D;
    background-color: #F4F7FB;
    line-height: 1.6;
}

.page-vip-program__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-vip-program__hero-section {
    position: relative;
    text-align: center;
    padding-top: 10px; /* Small top padding, body handles header offset */
    background-color: #F4F7FB;
}

.page-vip-program__hero-image {
    width: 100%;
    height: auto;
    display: block;
    max-width: 1920px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-vip-program__hero-content {
    padding: 40px 20px;
    max-width: 900px;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-top: -60px; /* Overlap slightly with the image for visual flow */
    position: relative;
    z-index: 1;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-vip-program__main-title {
    font-size: clamp(2em, 4vw, 3em);
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
    line-height: 1.2;
}

.page-vip-program__description {
    font-size: 1.1em;
    color: #1F2D3D;
    margin-bottom: 30px;
}

.page-vip-program__cta-button {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(47, 107, 255, 0.4);
    border: none;
    cursor: pointer;
}

.page-vip-program__cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(47, 107, 255, 0.6);
}

.page-vip-program__section-title {
    font-size: clamp(1.8em, 3.5vw, 2.5em);
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 60px;
    font-weight: 700;
}

.page-vip-program__intro-section, .page-vip-program__how-to-join-section, .page-vip-program__faq-section {
    padding: 60px 0;
    background-color: #F4F7FB;
}

.page-vip-program__text {
    text-align: center;
    font-size: 1.05em;
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: #1F2D3D;
}

.page-vip-program__tiers-section {
    padding: 80px 0;
    background-color: #FFFFFF;
}

.page-vip-program__tier-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.page-vip-program__tier-card {
    background-color: #FFFFFF;
    border: 1px solid #D6E2FF;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.page-vip-program__tier-card:hover {
    transform: translateY(-5px);
}

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

.page-vip-program__tier-title {
    font-size: 1.8em;
    color: #2F6BFF;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-vip-program__tier-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    color: #1F2D3D;
}

.page-vip-program__tier-benefits li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.page-vip-program__tier-benefits li::before {
    content: '✅';
    position: absolute;
    left: 0;
    color: #2F6BFF;
}

.page-vip-program__cta-button--small {
    padding: 12px 25px;
    font-size: 0.95em;
}

.page-vip-program__cta-button--outline {
    background: none;
    border: 2px solid #2F6BFF;
    color: #2F6BFF;
    box-shadow: none;
}

.page-vip-program__cta-button--outline:hover {
    background-color: #2F6BFF;
    color: #FFFFFF;
    box-shadow: 0 4px 10px rgba(47, 107, 255, 0.4);
}

.page-vip-program__steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.page-vip-program__step-card {
    background-color: #FFFFFF;
    border: 1px solid #D6E2FF;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-vip-program__step-title {
    font-size: 1.5em;
    color: #2F6BFF;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-vip-program__step-text {
    color: #1F2D3D;
    margin-bottom: 25px;
}

.page-vip-program__step-button {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.page-vip-program__step-button:hover {
    background: #6FA3FF;
}

.page-vip-program__join-illustration {
    display: block;
    width: 100%;
    height: auto;
    max-width: 800px;
    margin: 40px auto 0 auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    min-height: 200px;
}

.page-vip-program__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-vip-program__faq-item {
    background-color: #FFFFFF;
    border: 1px solid #D6E2FF;
    border-radius: 10px;
    padding: 20px 25px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-vip-program__faq-question {
    font-size: 1.2em;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 600;
}

.page-vip-program__faq-answer {
    font-size: 1em;
    color: #1F2D3D;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-vip-program__hero-content {
        margin-top: -40px;
        padding: 30px 20px;
    }
    .page-vip-program__hero-image {
        width: 100%; /* Ensure it fills available width */
        height: auto;
    }
}

@media (max-width: 768px) {
    .page-vip-program__hero-content {
        margin-top: 0;
        border-radius: 0;
        box-shadow: none;
        padding: 20px;
    }
    .page-vip-program__main-title {
        font-size: 2em;
    }
    .page-vip-program__description {
        font-size: 1em;
    }
    .page-vip-program__section-title {
        font-size: 1.8em;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .page-vip-program__intro-section, .page-vip-program__how-to-join-section, .page-vip-program__faq-section {
        padding: 40px 0;
    }
    .page-vip-program__tier-grid, .page-vip-program__steps {
        grid-template-columns: 1fr;
    }
    .page-vip-program__tier-card, .page-vip-program__step-card {
        padding: 20px;
    }
    .page-vip-program__tier-image, .page-vip-program__join-illustration {
        max-width: 100%;
        height: auto;
        min-width: 200px; /* Ensure minimum size */
        min-height: 200px;
    }

    /* Enforce mobile image resizing for all images within .page-vip-program */
    .page-vip-program img {
        max-width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 480px) {
    .page-vip-program__main-title {
        font-size: 1.7em;
    }
    .page-vip-program__cta-button {
        padding: 12px 20px;
        font-size: 0.9em;
    }
    .page-vip-program__section-title {
        font-size: 1.5em;
    }
    .page-vip-program__faq-question {
        font-size: 1.1em;
    }
}

/* Ensure content area images adhere to min size, not just icons */
.page-vip-program__hero-image,
.page-vip-program__tier-image,
.page-vip-program__join-illustration {
    min-width: 200px;
    min-height: 200px;
    width: auto; /* Allow natural scaling */
    height: auto; /* Allow natural scaling */
}

/* Specific rule to prevent content images from being smaller than 200px by CSS */
.page-vip-program img:not(.shared-header__logo):not(.shared-footer__payment-icon):not(.shared-footer__social-icon) {
    min-width: 200px;
    min-height: 200px;
    /* If max-width is set, ensure it's not less than 200px or use 100% */
    /* Example: max-width: 100%; if the container is already >= 200px */
}