/* style/promotions-vip-exclusive-benefits.css */

:root {
    --primary-color: #26A9E0;
    --secondary-color: #FFFFFF;
    --text-color-dark: #333333;
    --text-color-light: #FFFFFF;
    --background-light: #FFFFFF;
    --background-dark: #26A9E0;
    --button-login: #EA7C07;
}

.page-promotions-vip-exclusive-benefits {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-color-dark);
    background-color: var(--background-light);
}

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

.page-promotions-vip-exclusive-benefits__section-title {
    font-size: 2.5em;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-promotions-vip-exclusive-benefits__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
}

.page-promotions-vip-exclusive-benefits__note {
    text-align: center;
    font-style: italic;
    margin-top: 30px;
}

.page-promotions-vip-exclusive-benefits__note a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: bold;
}

.page-promotions-vip-exclusive-benefits__note a:hover {
    text-decoration: underline;
}

/* Hero Section */
.page-promotions-vip-exclusive-benefits__hero-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: var(--header-offset, 120px);
    min-height: 70vh;
    background-color: var(--background-dark);
    color: var(--text-color-light);
    overflow: hidden;
    text-align: center;
}

.page-promotions-vip-exclusive-benefits__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

.page-promotions-vip-exclusive-benefits__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.page-promotions-vip-exclusive-benefits__hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    line-height: 1.5;
}

.page-promotions-vip-exclusive-benefits__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.page-promotions-vip-exclusive-benefits__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}

.page-promotions-vip-exclusive-benefits__hero-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

/* Buttons */
.page-promotions-vip-exclusive-benefits__btn-primary,
.page-promotions-vip-exclusive-benefits__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%;
}

.page-promotions-vip-exclusive-benefits__btn-primary {
    background-color: var(--primary-color);
    color: var(--text-color-light);
    border: 2px solid var(--primary-color);
}

.page-promotions-vip-exclusive-benefits__btn-primary:hover {
    background-color: #1a8cc4;
    border-color: #1a8cc4;
}

.page-promotions-vip-exclusive-benefits__btn-secondary {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.page-promotions-vip-exclusive-benefits__btn-secondary:hover {
    background-color: var(--primary-color);
    color: var(--text-color-light);
}

.page-promotions-vip-exclusive-benefits__final-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

/* VIP Tiers Section */
.page-promotions-vip-exclusive-benefits__tiers-section {
    padding: 60px 0;
    background-color: var(--background-light);
    color: var(--text-color-dark);
}

.page-promotions-vip-exclusive-benefits__tiers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions-vip-exclusive-benefits__tier-card {
    background-color: var(--background-light);
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-vip-exclusive-benefits__tier-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-promotions-vip-exclusive-benefits__tier-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-promotions-vip-exclusive-benefits__tier-title {
    font-size: 1.8em;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.page-promotions-vip-exclusive-benefits__tier-description {
    font-size: 1em;
    margin-bottom: 20px;
    min-height: 60px; /* Ensure consistent card height */
}

.page-promotions-vip-exclusive-benefits__tier-benefits {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-top: 20px;
}

.page-promotions-vip-exclusive-benefits__tier-benefits li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    font-size: 0.95em;
}

.page-promotions-vip-exclusive-benefits__tier-benefits li::before {
    content: '✓';
    color: var(--primary-color);
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Privileges Section */
.page-promotions-vip-exclusive-benefits__privileges-section {
    padding: 60px 0;
    background-color: var(--background-dark);
    color: var(--text-color-light);
}

.page-promotions-vip-exclusive-benefits__privileges-section .page-promotions-vip-exclusive-benefits__section-title {
    color: var(--text-color-light);
}

.page-promotions-vip-exclusive-benefits__privileges-section .page-promotions-vip-exclusive-benefits__paragraph {
    color: rgba(255, 255, 255, 0.9);
}

.page-promotions-vip-exclusive-benefits__privileges-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions-vip-exclusive-benefits__privilege-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-vip-exclusive-benefits__privilege-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-promotions-vip-exclusive-benefits__privilege-title {
    font-size: 1.6em;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.page-promotions-vip-exclusive-benefits__privilege-description {
    font-size: 1em;
    color: rgba(255, 255, 255, 0.8);
}

/* How to Join Section */
.page-promotions-vip-exclusive-benefits__join-section {
    padding: 60px 0;
    background-color: var(--background-light);
    color: var(--text-color-dark);
}

.page-promotions-vip-exclusive-benefits__join-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions-vip-exclusive-benefits__step-item {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-promotions-vip-exclusive-benefits__step-title {
    font-size: 1.8em;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.page-promotions-vip-exclusive-benefits__step-description {
    font-size: 1em;
    line-height: 1.6;
}

.page-promotions-vip-exclusive-benefits__step-description a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: bold;
}

.page-promotions-vip-exclusive-benefits__step-description a:hover {
    text-decoration: underline;
}

.page-promotions-vip-exclusive-benefits__join-cta {
    text-align: center;
    margin-top: 50px;
}

/* FAQ Section */
.page-promotions-vip-exclusive-benefits__faq-section {
    padding: 60px 0;
    background-color: var(--background-light);
    color: var(--text-color-dark);
}

.page-promotions-vip-exclusive-benefits__faq-list {
    max-width: 900px;
    margin: 40px auto 0;
}

.page-promotions-vip-exclusive-benefits__faq-item {
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.page-promotions-vip-exclusive-benefits__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.2em;
    font-weight: bold;
    color: var(--primary-color);
    cursor: pointer;
    list-style: none; /* For details/summary */
}

.page-promotions-vip-exclusive-benefits__faq-question::-webkit-details-marker {
    display: none;
}

.page-promotions-vip-exclusive-benefits__faq-qtext {
    flex-grow: 1;
}

.page-promotions-vip-exclusive-benefits__faq-toggle {
    font-size: 1.5em;
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.page-promotions-vip-exclusive-benefits__faq-item[open] .page-promotions-vip-exclusive-benefits__faq-toggle {
    transform: rotate(45deg);
}

.page-promotions-vip-exclusive-benefits__faq-answer {
    padding: 0 25px 20px;
    font-size: 1em;
    color: var(--text-color-dark);
    line-height: 1.6;
    text-align: justify;
}

/* Final CTA Section */
.page-promotions-vip-exclusive-benefits__cta-final {
    padding: 60px 0;
    background-color: var(--background-dark);
    color: var(--text-color-light);
    text-align: center;
}

.page-promotions-vip-exclusive-benefits__cta-final .page-promotions-vip-exclusive-benefits__section-title {
    color: var(--text-color-light);
}

.page-promotions-vip-exclusive-benefits__cta-final .page-promotions-vip-exclusive-benefits__paragraph {
    color: rgba(255, 255, 255, 0.9);
    max-width: 800px;
    margin: 0 auto 30px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-promotions-vip-exclusive-benefits__hero-title {
        font-size: 3em;
    }
    .page-promotions-vip-exclusive-benefits__hero-description {
        font-size: 1.1em;
    }
    .page-promotions-vip-exclusive-benefits__section-title {
        font-size: 2em;
    }
    .page-promotions-vip-exclusive-benefits__tiers-grid,
    .page-promotions-vip-exclusive-benefits__privileges-grid,
    .page-promotions-vip-exclusive-benefits__join-steps {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-promotions-vip-exclusive-benefits {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-promotions-vip-exclusive-benefits__hero-section {
        min-height: 60vh;
        padding-top: var(--header-offset, 120px) !important;
    }

    .page-promotions-vip-exclusive-benefits__hero-content {
        padding: 15px;
    }

    .page-promotions-vip-exclusive-benefits__hero-title {
        font-size: 2.2em;
    }

    .page-promotions-vip-exclusive-benefits__hero-description {
        font-size: 1em;
    }

    .page-promotions-vip-exclusive-benefits__hero-cta-buttons,
    .page-promotions-vip-exclusive-benefits__final-cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-promotions-vip-exclusive-benefits__btn-primary,
    .page-promotions-vip-exclusive-benefits__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-promotions-vip-exclusive-benefits__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-promotions-vip-exclusive-benefits__container {
        padding: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-promotions-vip-exclusive-benefits__section,
    .page-promotions-vip-exclusive-benefits__card,
    .page-promotions-vip-exclusive-benefits__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-promotions-vip-exclusive-benefits img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-promotions-vip-exclusive-benefits__video-section,
    .page-promotions-vip-exclusive-benefits__video-container,
    .page-promotions-vip-exclusive-benefits__video-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
    }

    .page-promotions-vip-exclusive-benefits video,
    .page-promotions-vip-exclusive-benefits__video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-promotions-vip-exclusive-benefits__faq-question {
        font-size: 1em;
        padding: 15px 20px;
    }

    .page-promotions-vip-exclusive-benefits__faq-answer {
        padding: 0 20px 15px;
    }
}

@media (max-width: 480px) {
    .page-promotions-vip-exclusive-benefits__hero-title {
        font-size: 1.8em;
    }
    .page-promotions-vip-exclusive-benefits__section-title {
        font-size: 1.5em;
    }
    .page-promotions-vip-exclusive-benefits__hero-cta-buttons,
    .page-promotions-vip-exclusive-benefits__final-cta-buttons {
        flex-direction: column;
        gap: 10px;
    }
    .page-promotions-vip-exclusive-benefits__btn-primary,
    .page-promotions-vip-exclusive-benefits__btn-secondary {
        padding: 10px 15px;
        font-size: 0.9em;
    }
}