/* style/vip-club-loyalty-points.css */
.page-vip-club-loyalty-points {
    font-family: 'Arial', sans-serif;
    color: #F8F8F8; /* Light text on dark background */
    line-height: 1.6;
    background-color: #0A1931;
}

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

.page-vip-club-loyalty-points__container--flex {
    display: flex;
    align-items: center;
    gap: 40px;
}

.page-vip-club-loyalty-points__container--flex-reverse {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 40px;
}

.page-vip-club-loyalty-points__content-block {
    flex: 1;
}

.page-vip-club-loyalty-points__image-wrapper {
    flex: 1;
    text-align: center;
}

.page-vip-club-loyalty-points__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-vip-club-loyalty-points__hero {
    background: linear-gradient(135deg, #0A1931 0%, #301934 100%); /* Darker gradient for hero */
    padding: 100px 0;
    text-align: center;
    color: #FFD700;
}

.page-vip-club-loyalty-points__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-vip-club-loyalty-points__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    color: #F8F8F8; /* Light text for subtitle */
}

.page-vip-club-loyalty-points__section {
    padding: 80px 0;
}

.page-vip-club-loyalty-points__section--intro {
    background-color: #1A2B47; /* Slightly lighter dark blue */
}

.page-vip-club-loyalty-points__section--dark {
    background-color: #0A1931;
}

.page-vip-club-loyalty-points__section--redemption {
    background-color: #1A2B47;
}

.page-vip-club-loyalty-points__section--tiers {
    background-color: #0A1931;
}

.page-vip-club-loyalty-points__section--tips {
    background-color: #1A2B47;
}

.page-vip-club-loyalty-points__section--faq {
    background-color: #0A1931;
}

.page-vip-club-loyalty-points__section-title {
    font-size: 2.8em;
    color: #FFD700; /* Gold for main section titles */
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-vip-club-loyalty-points__section-description {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 60px;
    color: #D3D3D3; /* Lighter grey for descriptions */
}

.page-vip-club-loyalty-points__list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.page-vip-club-loyalty-points__list li {
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #F8F8F8;
    display: flex;
    align-items: flex-start;
}

.page-vip-club-loyalty-points__list-icon {
    color: #FFD700;
    font-size: 1.2em;
    margin-right: 10px;
    line-height: 1.4;
}

.page-vip-club-loyalty-points__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    text-align: center;
}

.page-vip-club-loyalty-points__btn--primary {
    background-color: #FFD700;
    color: #0A1931;
    border: 2px solid #FFD700;
}

.page-vip-club-loyalty-points__btn--primary:hover {
    background-color: #E6C200;
    transform: translateY(-2px);
}

.page-vip-club-loyalty-points__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
    margin-left: 20px;
}

.page-vip-club-loyalty-points__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A1931;
    transform: translateY(-2px);
}

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

.page-vip-club-loyalty-points__grid-item {
    background-color: #1A2B47;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}

.page-vip-club-loyalty-points__grid-item:hover {
    transform: translateY(-5px);
}

.page-vip-club-loyalty-points__grid-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px #FFD700);
}

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

.page-vip-club-loyalty-points__grid-item p {
    color: #D3D3D3;
    font-size: 1em;
}

.page-vip-club-loyalty-points__tiers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.page-vip-club-loyalty-points__tier-card {
    background-color: #1A2B47;
    padding: 30px 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, border-color 0.3s ease;
    border: 2px solid transparent;
}

.page-vip-club-loyalty-points__tier-card:hover {
    transform: translateY(-7px);
    border-color: #FFD700;
}

.page-vip-club-loyalty-points__tier-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    filter: drop-shadow(0 0 3px #FFD700);
}

.page-vip-club-loyalty-points__tier-title {
    font-size: 1.4em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-vip-club-loyalty-points__tier-card p {
    color: #D3D3D3;
    font-size: 0.95em;
}

.page-vip-club-loyalty-points__note {
    text-align: center;
    margin-top: 50px;
    font-size: 1.1em;
    color: #F8F8F8;
}

.page-vip-club-loyalty-points__link {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-vip-club-loyalty-points__link:hover {
    text-decoration: underline;
    color: #E6C200;
}

.page-vip-club-loyalty-points__faq-item {
    background-color: #1A2B47;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-vip-club-loyalty-points__faq-question {
    padding: 20px;
    font-size: 1.3em;
    color: #FFD700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.page-vip-club-loyalty-points__faq-question::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-vip-club-loyalty-points__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-vip-club-loyalty-points__faq-answer {
    padding: 0 20px 20px;
    font-size: 1em;
    color: #D3D3D3;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-vip-club-loyalty-points__faq-answer p {
    margin-bottom: 0;
}

.page-vip-club-loyalty-points__faq-question.active + .page-vip-club-loyalty-points__faq-answer {
    max-height: 200px; /* Adjust as needed */
    padding-top: 10px;
}

.page-vip-club-loyalty-points__cta {
    background: linear-gradient(90deg, #0A1931, #2C0E3A); /* Darker, slightly purple gradient for CTA */
    padding: 80px 0;
    text-align: center;
}

.page-vip-club-loyalty-points__cta-title {
    font-size: 3em;
    color: #FFD700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-vip-club-loyalty-points__cta-description {
    font-size: 1.2em;
    color: #F8F8F8;
    margin-bottom: 40px;
}

.page-vip-club-loyalty-points__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-vip-club-loyalty-points__container--flex,
    .page-vip-club-loyalty-points__container--flex-reverse {
        flex-direction: column;
        text-align: center;
    }

    .page-vip-club-loyalty-points__image-wrapper {
        margin-top: 40px;
    }

    .page-vip-club-loyalty-points__hero-title {
        font-size: 2.8em;
    }

    .page-vip-club-loyalty-points__section-title {
        font-size: 2.2em;
    }
}

@media (max-width: 768px) {
    .page-vip-club-loyalty-points__hero {
        padding: 80px 0;
    }

    .page-vip-club-loyalty-points__hero-title {
        font-size: 2.2em;
    }

    .page-vip-club-loyalty-points__hero-subtitle {
        font-size: 1.1em;
    }

    .page-vip-club-loyalty-points__section {
        padding: 60px 0;
    }

    .page-vip-club-loyalty-points__section-title {
        font-size: 1.8em;
    }

    .page-vip-club-loyalty-points__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-vip-club-loyalty-points__btn--secondary {
        margin-left: 0;
        margin-top: 15px;
    }

    .page-vip-club-loyalty-points__cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .page-vip-club-loyalty-points__grid-item,
    .page-vip-club-loyalty-points__tier-card {
        padding: 25px 15px;
    }

    .page-vip-club-loyalty-points__faq-question {
        font-size: 1.1em;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .page-vip-club-loyalty-points__hero-title {
        font-size: 1.8em;
    }

    .page-vip-club-loyalty-points__hero-subtitle {
        font-size: 0.95em;
    }

    .page-vip-club-loyalty-points__cta-title {
        font-size: 2em;
    }

    .page-vip-club-loyalty-points__grid,
    .page-vip-club-loyalty-points__tiers-grid {
        grid-template-columns: 1fr;
    }
}