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

.page-promotions-caxeng-vip-benefits {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

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

.page-promotions-caxeng-vip-benefits__hero-section {
    background: linear-gradient(135deg, #0A2239 0%, #304a63 100%);
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-caxeng-vip-benefits__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:caxeng_vip_hero_pattern,abstract,luxury]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-promotions-caxeng-vip-benefits__hero-section .page-promotions-caxeng-vip-benefits__container {
    position: relative;
    z-index: 1;
}

.page-promotions-caxeng-vip-benefits__main-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.page-promotions-caxeng-vip-benefits__subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-promotions-caxeng-vip-benefits__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A2239;
    padding: 15px 35px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-promotions-caxeng-vip-benefits__cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-promotions-caxeng-vip-benefits__intro-section,
.page-promotions-caxeng-vip-benefits__benefits-grid,
.page-promotions-caxeng-vip-benefits__how-to-join,
.page-promotions-caxeng-vip-benefits__tier-system,
.page-promotions-caxeng-vip-benefits__why-choose,
.page-promotions-caxeng-vip-benefits__faq-section,
.page-promotions-caxeng-vip-benefits__final-cta {
    padding: 80px 0;
}

.page-promotions-caxeng-vip-benefits__intro-section {
    background-color: #ffffff;
}

.page-promotions-caxeng-vip-benefits__section-title {
    font-size: 2.8em;
    color: #0A2239;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.page-promotions-caxeng-vip-benefits__section-description {
    font-size: 1.1em;
    color: #555;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px auto;
}

.page-promotions-caxeng-vip-benefits__content-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
}

.page-promotions-caxeng-vip-benefits__content-wrapper--reverse {
    flex-direction: row-reverse;
}

.page-promotions-caxeng-vip-benefits__text-content {
    flex: 1;
    font-size: 1.1em;
    color: #444;
}

.page-promotions-caxeng-vip-benefits__text-content p {
    margin-bottom: 20px;
}

.page-promotions-caxeng-vip-benefits__image-wrapper {
    flex: 1;
    text-align: center;
}

.page-promotions-caxeng-vip-benefits__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.page-promotions-caxeng-vip-benefits__benefits-grid {
    background-color: #f0f2f5;
}

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

.page-promotions-caxeng-vip-benefits__grid-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-caxeng-vip-benefits__grid-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.page-promotions-caxeng-vip-benefits__grid-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    color: #FFD700;
}

.page-promotions-caxeng-vip-benefits__grid-title {
    font-size: 1.6em;
    color: #0A2239;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-promotions-caxeng-vip-benefits__grid-text {
    font-size: 1em;
    color: #666;
}

.page-promotions-caxeng-vip-benefits__cta-center {
    text-align: center;
    margin-top: 60px;
}

.page-promotions-caxeng-vip-benefits__cta-button--secondary {
    background-color: #0A2239;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-promotions-caxeng-vip-benefits__cta-button--secondary:hover {
    background-color: #1a3c5d;
    color: #FFD700;
    transform: translateY(-3px);
}

.page-promotions-caxeng-vip-benefits__how-to-join {
    background-color: #ffffff;
}

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

.page-promotions-caxeng-vip-benefits__step-item {
    text-align: center;
    padding: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background-color: #fdfdfd;
    position: relative;
    transition: border-color 0.3s ease;
}

.page-promotions-caxeng-vip-benefits__step-item:hover {
    border-color: #FFD700;
}

.page-promotions-caxeng-vip-benefits__step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #FFD700;
    color: #0A2239;
    border-radius: 50%;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
    box-shadow: 0 5px 10px rgba(255, 215, 0, 0.3);
}

.page-promotions-caxeng-vip-benefits__step-title {
    font-size: 1.8em;
    color: #0A2239;
    margin-bottom: 15px;
}

.page-promotions-caxeng-vip-benefits__step-text {
    font-size: 1.05em;
    color: #666;
}

.page-promotions-caxeng-vip-benefits__note {
    text-align: center;
    margin-top: 40px;
    font-size: 1.1em;
    color: #555;
}

.page-promotions-caxeng-vip-benefits__text-link {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-promotions-caxeng-vip-benefits__text-link:hover {
    color: #e6c200;
    text-decoration: underline;
}

.page-promotions-caxeng-vip-benefits__tier-system {
    background-color: #0A2239;
    color: #ffffff;
}

.page-promotions-caxeng-vip-benefits__tier-system .page-promotions-caxeng-vip-benefits__section-title,
.page-promotions-caxeng-vip-benefits__tier-system .page-promotions-caxeng-vip-benefits__section-description {
    color: #ffffff;
}

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

.page-promotions-caxeng-vip-benefits__tier-card {
    background-color: #1a3c5d;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, background-color 0.3s ease;
    border: 2px solid transparent;
}

.page-promotions-caxeng-vip-benefits__tier-card:hover {
    transform: translateY(-10px);
    background-color: #2a4c6d;
    border-color: #FFD700;
}

.page-promotions-caxeng-vip-benefits__tier-image {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #FFD700;
}

.page-promotions-caxeng-vip-benefits__tier-title {
    font-size: 2em;
    color: #FFD700;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-promotions-caxeng-vip-benefits__tier-description {
    font-size: 1em;
    color: #cccccc;
}

.page-promotions-caxeng-vip-benefits__why-choose {
    background-color: #f8f9fa;
}

.page-promotions-caxeng-vip-benefits__faq-section {
    background-color: #ffffff;
}

.page-promotions-caxeng-vip-benefits__faq-items {
    margin-top: 50px;
}

.page-promotions-caxeng-vip-benefits__faq-item {
    background-color: #fdfdfd;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 25px;
    transition: box-shadow 0.3s ease;
}

.page-promotions-caxeng-vip-benefits__faq-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.page-promotions-caxeng-vip-benefits__faq-question {
    font-size: 1.3em;
    color: #0A2239;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
}

.page-promotions-caxeng-vip-benefits__faq-question::after {
    content: '+';
    font-size: 1.2em;
    color: #FFD700;
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.page-promotions-caxeng-vip-benefits__faq-item.active .page-promotions-caxeng-vip-benefits__faq-question::after {
    content: '-';
    transform: rotate(180deg);
}

.page-promotions-caxeng-vip-benefits__faq-answer {
    font-size: 1.05em;
    color: #666;
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin-top: 15px;
    display: none; /* Hidden by default */
}

.page-promotions-caxeng-vip-benefits__faq-item.active .page-promotions-caxeng-vip-benefits__faq-answer {
    display: block;
}

.page-promotions-caxeng-vip-benefits__final-cta {
    background-color: #0A2239;
    color: #ffffff;
    text-align: center;
    padding: 100px 0;
}

.page-promotions-caxeng-vip-benefits__final-cta .page-promotions-caxeng-vip-benefits__section-title,
.page-promotions-caxeng-vip-benefits__final-cta .page-promotions-caxeng-vip-benefits__section-description {
    color: #ffffff;
}

.page-promotions-caxeng-vip-benefits__cta-button--large {
    padding: 20px 50px;
    font-size: 1.5em;
    background-color: #FFD700;
    color: #0A2239;
}

.page-promotions-caxeng-vip-benefits__cta-button--large:hover {
    background-color: #e6c200;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-promotions-caxeng-vip-benefits__main-title {
        font-size: 2.8em;
    }
    .page-promotions-caxeng-vip-benefits__subtitle {
        font-size: 1.3em;
    }
    .page-promotions-caxeng-vip-benefits__section-title {
        font-size: 2.2em;
    }
    .page-promotions-caxeng-vip-benefits__content-wrapper {
        flex-direction: column;
    }
    .page-promotions-caxeng-vip-benefits__content-wrapper--reverse {
        flex-direction: column-reverse;
    }
    .page-promotions-caxeng-vip-benefits__image-wrapper {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .page-promotions-caxeng-vip-benefits__hero-section {
        padding: 80px 0;
    }
    .page-promotions-caxeng-vip-benefits__main-title {
        font-size: 2.2em;
    }
    .page-promotions-caxeng-vip-benefits__subtitle {
        font-size: 1.1em;
    }
    .page-promotions-caxeng-vip-benefits__section-title {
        font-size: 1.8em;
    }
    .page-promotions-caxeng-vip-benefits__intro-section,
    .page-promotions-caxeng-vip-benefits__benefits-grid,
    .page-promotions-caxeng-vip-benefits__how-to-join,
    .page-promotions-caxeng-vip-benefits__tier-system,
    .page-promotions-caxeng-vip-benefits__why-choose,
    .page-promotions-caxeng-vip-benefits__faq-section,
    .page-promotions-caxeng-vip-benefits__final-cta {
        padding: 60px 0;
    }
    .page-promotions-caxeng-vip-benefits__grid,
    .page-promotions-caxeng-vip-benefits__steps-grid,
    .page-promotions-caxeng-vip-benefits__tier-cards {
        grid-template-columns: 1fr;
    }
    .page-promotions-caxeng-vip-benefits__cta-button--large {
        padding: 15px 30px;
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .page-promotions-caxeng-vip-benefits__main-title {
        font-size: 1.8em;
    }
    .page-promotions-caxeng-vip-benefits__subtitle {
        font-size: 1em;
    }
    .page-promotions-caxeng-vip-benefits__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-promotions-caxeng-vip-benefits__section-title {
        font-size: 1.5em;
    }
    .page-promotions-caxeng-vip-benefits__grid-title,
    .page-promotions-caxeng-vip-benefits__step-title,
    .page-promotions-caxeng-vip-benefits__tier-title {
        font-size: 1.4em;
    }
    .page-promotions-caxeng-vip-benefits__faq-question {
        font-size: 1.1em;
    }
}