/* style/promotions-vip-program.css */
.page-promotions-vip-program {
    font-family: 'Arial', sans-serif;
    color: #F8F8F8;
    line-height: 1.6;
    background-color: #0A2239;
}

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

.page-promotions-vip-program__hero {
    position: relative;
    background: url('[GALLERY:hero:vip_program,kinh88,luxury,exclusive_benefits]') center center/cover no-repeat;
    color: #F8F8F8;
    padding: 120px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 450px;
}

.page-promotions-vip-program__hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.page-promotions-vip-program__hero > .page-promotions-vip-program__container {
    position: relative;
    z-index: 2;
}

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

.page-promotions-vip-program__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    color: #E0E0E0;
}

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

.page-promotions-vip-program__hero-button:hover,
.page-promotions-vip-program__cta-button:hover,
.page-promotions-vip-program__outro-button:hover {
    background-color: #E6B800;
    transform: translateY(-3px);
}

.page-promotions-vip-program__section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 60px;
    position: relative;
}

.page-promotions-vip-program__section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-promotions-vip-program__intro,
.page-promotions-vip-program__conditions,
.page-promotions-vip-program__faq,
.page-promotions-vip-program__outro {
    padding: 60px 0;
    background-color: #0A2239;
}

.page-promotions-vip-program__text-content {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
    color: #E0E0E0;
}

.page-promotions-vip-program__subtitle-text {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 40px;
    color: #E0E0E0;
}

.page-promotions-vip-program__levels {
    padding: 60px 0;
    background-color: #1A3A54;
}

.page-promotions-vip-program__tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 10px;
}

.page-promotions-vip-program__tab-button {
    background-color: #0A2239;
    color: #FFD700;
    border: 2px solid #FFD700;
    padding: 12px 25px;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: bold;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.page-promotions-vip-program__tab-button:hover {
    background-color: #FFD700;
    color: #0A2239;
    transform: translateY(-2px);
}

.page-promotions-vip-program__tab-button.active {
    background-color: #FFD700;
    color: #0A2239;
    border-color: #FFD700;
}

.page-promotions-vip-program__tab-content {
    display: none;
    background-color: #0A2239;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.5s ease-in-out;
}

.page-promotions-vip-program__tab-content.active {
    display: block;
}

.page-promotions-vip-program__level-title {
    font-size: 2em;
    color: #FFD700;
    margin-bottom: 20px;
    text-align: center;
}

.page-promotions-vip-program__level-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.page-promotions-vip-program__benefits-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-promotions-vip-program__benefits-list li {
    background-color: #1A3A54;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 1.05em;
    color: #E0E0E0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-promotions-vip-program__benefits-list li::before {
    content: '✅';
    margin-right: 15px;
    font-size: 1.2em;
}

.page-promotions-vip-program__cta-section {
    text-align: center;
    margin-top: 50px;
    padding: 40px 20px;
    background-color: #1A3A54;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions-vip-program__cta-text {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 30px;
    font-weight: bold;
}

.page-promotions-vip-program__condition-item {
    background-color: #1A3A54;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-left: 5px solid #FFD700;
}

.page-promotions-vip-program__condition-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-promotions-vip-program__faq-item {
    background-color: #1A3A54;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-promotions-vip-program__faq-question {
    font-size: 1.3em;
    color: #FFD700;
    padding: 20px;
    cursor: pointer;
    position: relative;
    background-color: #1A3A54;
    transition: background-color 0.3s ease;
}

.page-promotions-vip-program__faq-question:hover {
    background-color: #2a4c68;
}

.page-promotions-vip-program__faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-promotions-vip-program__faq-question.active::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.page-promotions-vip-program__faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    background-color: #0A2239;
    color: #E0E0E0;
}

.page-promotions-vip-program__faq-answer.active {
    max-height: 200px; /* Adjust based on content */
    padding: 20px;
}

.page-promotions-vip-program__faq-answer p {
    margin-bottom: 0;
}

.page-promotions-vip-program__outro-button {
    margin-top: 30px;
}

.page-promotions-vip-program__disclaimer {
    font-size: 0.9em;
    color: #A0A0A0;
    text-align: center;
    margin-top: 40px;
}

.highlight-keyword {
    color: #FFD700;
    font-weight: bold;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-promotions-vip-program__hero-title {
        font-size: 2.8em;
    }
    .page-promotions-vip-program__hero-subtitle {
        font-size: 1.3em;
    }
    .page-promotions-vip-program__section-title {
        font-size: 2em;
    }
    .page-promotions-vip-program__tab-button {
        padding: 10px 20px;
        font-size: 1em;
    }
    .page-promotions-vip-program__level-title {
        font-size: 1.8em;
    }
    .page-promotions-vip-program__benefits-list li {
        font-size: 1em;
        padding: 12px 15px;
    }
}

@media (max-width: 768px) {
    .page-promotions-vip-program__hero {
        padding: 80px 0;
        min-height: 350px;
    }
    .page-promotions-vip-program__hero-title {
        font-size: 2.2em;
    }
    .page-promotions-vip-program__hero-subtitle {
        font-size: 1.1em;
    }
    .page-promotions-vip-program__hero-button,
    .page-promotions-vip-program__cta-button,
    .page-promotions-vip-program__outro-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-promotions-vip-program__section-title {
        font-size: 1.8em;
        padding-top: 40px;
    }
    .page-promotions-vip-program__intro,
    .page-promotions-vip-program__levels,
    .page-promotions-vip-program__conditions,
    .page-promotions-vip-program__faq,
    .page-promotions-vip-program__outro {
        padding: 40px 0;
    }
    .page-promotions-vip-program__text-content {
        font-size: 1em;
    }
    .page-promotions-vip-program__subtitle-text {
        font-size: 1.1em;
    }
    .page-promotions-vip-program__tabs {
        flex-direction: column;
        align-items: stretch;
    }
    .page-promotions-vip-program__tab-button {
        width: 100%;
        margin-bottom: 10px;
    }
    .page-promotions-vip-program__level-title {
        font-size: 1.6em;
    }
    .page-promotions-vip-program__condition-title {
        font-size: 1.4em;
    }
    .page-promotions-vip-program__faq-question {
        font-size: 1.1em;
        padding: 15px;
    }
    .page-promotions-vip-program__faq-question::after {
        right: 15px;
    }
    .page-promotions-vip-program__faq-answer {
        padding: 15px;
    }
    .page-promotions-vip-program__cta-text {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .page-promotions-vip-program__hero-title {
        font-size: 1.8em;
    }
    .page-promotions-vip-program__hero-subtitle {
        font-size: 1em;
    }
    .page-promotions-vip-program__section-title {
        font-size: 1.6em;
    }
    .page-promotions-vip-program__hero-button,
    .page-promotions-vip-program__cta-button,
    .page-promotions-vip-program__outro-button {
        padding: 10px 20px;
        font-size: 0.9em;
    }
    .page-promotions-vip-program__tab-button {
        font-size: 0.9em;
    }
    .page-promotions-vip-program__level-title {
        font-size: 1.4em;
    }
    .page-promotions-vip-program__benefits-list li {
        font-size: 0.9em;
        padding: 10px 12px;
    }
    .page-promotions-vip-program__condition-title {
        font-size: 1.2em;
    }
    .page-promotions-vip-program__faq-question {
        font-size: 1em;
    }
    .page-promotions-vip-program__cta-text {
        font-size: 1em;
    }
}