/* style/promotions-vip-program.css */

/* General styles for the VIP program page */
.page-promotions-vip-program {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f4f7f6;
}

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

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

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

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

.page-promotions-vip-program__center-cta {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-promotions-vip-program__cta-button {
    display: inline-block;
    background-color: #ffd700; /* Gold */
    color: #0056b3; /* Deep Blue */
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: 2px solid #ffd700;
}

.page-promotions-vip-program__cta-button:hover {
    background-color: #e6c200; /* Darker Gold */
    transform: translateY(-3px);
    border-color: #e6c200;
}

.page-promotions-vip-program__cta-button--large {
    padding: 18px 35px;
    font-size: 1.4em;
}

/* Hero Section */
.page-promotions-vip-program__hero-section {
    position: relative;
    background: url('[GALLERY:hero:8xbet_vip_hero,luxury,exclusive,gold_blue,casino]') no-repeat center center/cover;
    color: #fff;
    text-align: center;
    padding: 120px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.page-promotions-vip-program__hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 86, 179, 0.7); /* Deep blue overlay */
    z-index: 1;
}

.page-promotions-vip-program__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.page-promotions-vip-program__hero-title {
    font-size: 3.8em;
    margin-bottom: 20px;
    color: #ffd700; /* Gold for title */
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.page-promotions-vip-program__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    color: #f0f0f0;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

/* Intro Section */
.page-promotions-vip-program__intro-section {
    padding: 60px 0;
    background-color: #fff;
}

/* VIP Levels Section */
.page-promotions-vip-program__levels-section {
    padding: 60px 0;
    background-color: #e9eff4; /* Light blue-grey */
}

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

.page-promotions-vip-program__level-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-vip-program__level-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-promotions-vip-program__level-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
}

.page-promotions-vip-program__level-title {
    font-size: 1.8em;
    color: #0056b3;
    margin-bottom: 15px;
}

.page-promotions-vip-program__level-description {
    font-size: 1em;
    color: #555;
}

.page-promotions-vip-program__note-text {
    text-align: center;
    font-style: italic;
    margin-top: 30px;
    color: #666;
}

/* Benefits Section */
.page-promotions-vip-program__benefits-section {
    padding: 60px 0;
    background-color: #fff;
}

.page-promotions-vip-program__benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

.page-promotions-vip-program__benefit-item:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-promotions-vip-program__benefit-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin-right: 25px;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.1));
}

.page-promotions-vip-program__benefit-title {
    font-size: 1.6em;
    color: #0056b3;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-promotions-vip-program__benefit-description {
    font-size: 1.05em;
    color: #555;
}

/* How to Join Section */
.page-promotions-vip-program__how-to-join-section {
    padding: 60px 0;
    background-color: #e9eff4;
}

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

.page-promotions-vip-program__steps-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-promotions-vip-program__step-number {
    background-color: #0056b3;
    color: #ffd700;
    font-size: 1.5em;
    font-weight: bold;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.page-promotions-vip-program__step-title {
    font-size: 1.4em;
    color: #0056b3;
    margin-top: 0;
    margin-bottom: 8px;
}

.page-promotions-vip-program__steps-list p {
    font-size: 1em;
    color: #555;
}

.page-promotions-vip-program__inline-link {
    color: #0056b3;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-promotions-vip-program__inline-link:hover {
    color: #ffd700;
    text-decoration: underline;
}

/* FAQ Section */
.page-promotions-vip-program__faq-section {
    padding: 60px 0;
    background-color: #fff;
}

.page-promotions-vip-program__faq-item {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px 25px;
    transition: border-color 0.3s ease;
}

.page-promotions-vip-program__faq-item:hover {
    border-color: #0056b3;
}

.page-promotions-vip-program__faq-question {
    font-size: 1.3em;
    color: #0056b3;
    margin-top: 0;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-promotions-vip-program__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    color: #ffd700;
    transition: transform 0.3s ease;
}

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

.page-promotions-vip-program__faq-answer {
    font-size: 1.05em;
    color: #555;
    display: none; /* Hidden by default */
    padding-top: 10px;
    border-top: 1px dashed #eee;
    margin-top: 10px;
}

.page-promotions-vip-program__faq-answer.active {
    display: block;
}

/* Final CTA Section */
.page-promotions-vip-program__final-cta-section {
    padding: 80px 0;
    background-color: #0056b3;
    color: #fff;
    text-align: center;
}

.page-promotions-vip-program__final-cta-section .page-promotions-vip-program__section-title {
    color: #ffd700;
    margin-bottom: 25px;
}

.page-promotions-vip-program__final-cta-section .page-promotions-vip-program__section-title::after {
    background-color: #fff;
}

.page-promotions-vip-program__final-cta-section .page-promotions-vip-program__text-content {
    color: #f0f0f0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-promotions-vip-program__hero-title {
        font-size: 3em;
    }
    .page-promotions-vip-program__hero-subtitle {
        font-size: 1.3em;
    }
    .page-promotions-vip-program__section-title {
        font-size: 2em;
    }
    .page-promotions-vip-program__level-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
    .page-promotions-vip-program__benefit-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .page-promotions-vip-program__benefit-icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .page-promotions-vip-program__steps-list li {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .page-promotions-vip-program__step-number {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .page-promotions-vip-program__hero-section {
        padding: 80px 0;
        min-height: 400px;
    }
    .page-promotions-vip-program__hero-title {
        font-size: 2.5em;
    }
    .page-promotions-vip-program__hero-subtitle {
        font-size: 1.1em;
    }
    .page-promotions-vip-program__cta-button {
        padding: 12px 25px;
        font-size: 1.1em;
    }
    .page-promotions-vip-program__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-promotions-vip-program__text-content {
        font-size: 1em;
    }
    .page-promotions-vip-program__level-card {
        padding: 25px;
    }
    .page-promotions-vip-program__benefit-item {
        padding: 20px;
    }
    .page-promotions-vip-program__faq-question {
        font-size: 1.2em;
    }
    .page-promotions-vip-program__faq-answer {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-promotions-vip-program__hero-section {
        padding: 60px 0;
        min-height: 350px;
    }
    .page-promotions-vip-program__hero-title {
        font-size: 2em;
    }
    .page-promotions-vip-program__hero-subtitle {
        font-size: 1em;
    }
    .page-promotions-vip-program__cta-button {
        padding: 10px 20px;
        font-size: 1em;
    }
    .page-promotions-vip-program__section-title {
        font-size: 1.5em;
    }
    .page-promotions-vip-program__level-grid {
        grid-template-columns: 1fr;
    }
    .page-promotions-vip-program__benefit-title {
        font-size: 1.4em;
    }
    .page-promotions-vip-program__step-title {
        font-size: 1.2em;
    }
}