/* style/vip-loyalty-programs-loyalty-points.css */
.page-vip-loyalty-programs-loyalty-points {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #ffffff;
    background-color: #1A2E44;
}

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

.page-vip-loyalty-programs-loyalty-points__container--flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page-vip-loyalty-programs-loyalty-points__section {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.page-vip-loyalty-programs-loyalty-points__section--light {
    background-color: #f0f2f5;
    color: #1A2E44;
}

.page-vip-loyalty-programs-loyalty-points__section--dark {
    background-color: #1A2E44;
    color: #ffffff;
}

.page-vip-loyalty-programs-loyalty-points__section--cta {
    background: linear-gradient(90deg, #1A2E44, #3a5c82);
    color: #ffffff;
    text-align: center;
}

.page-vip-loyalty-programs-loyalty-points__hero-section {
    background: linear-gradient(135deg, #1A2E44 0%, #3a5c82 100%);
    padding: 100px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
    position: relative;
}

.page-vip-loyalty-programs-loyalty-points__hero-content {
    max-width: 800px;
    z-index: 1;
}

.page-vip-loyalty-programs-loyalty-points__hero-title {
    font-size: 3.2em;
    color: #FFD700;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-vip-loyalty-programs-loyalty-points__hero-subtitle {
    font-size: 1.3em;
    color: #e0e0e0;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-vip-loyalty-programs-loyalty-points__hero-image-wrapper {
    width: 100%;
    max-width: 900px;
    margin-top: 40px;
    z-index: 0;
}

.page-vip-loyalty-programs-loyalty-points__hero-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-vip-loyalty-programs-loyalty-points__section-title {
    font-size: 2.5em;
    color: #1A2E44;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-vip-loyalty-programs-loyalty-points__section-title--gold {
    color: #FFD700;
}

.page-vip-loyalty-programs-loyalty-points__section-title--cta {
    font-size: 2.8em;
    color: #FFD700;
}

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

.page-vip-loyalty-programs-loyalty-points__text-content {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-vip-loyalty-programs-loyalty-points__text-content--white {
    color: #e0e0e0;
}

.page-vip-loyalty-programs-loyalty-points__text-content--cta {
    font-size: 1.2em;
    margin-bottom: 40px;
}

.page-vip-loyalty-programs-loyalty-points__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-vip-loyalty-programs-loyalty-points__btn--primary {
    background-color: #FFD700;
    color: #1A2E44;
    border: 2px solid #FFD700;
}

.page-vip-loyalty-programs-loyalty-points__btn--primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

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

.page-vip-loyalty-programs-loyalty-points__btn--secondary:hover {
    background-color: #FFD700;
    color: #1A2E44;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-vip-loyalty-programs-loyalty-points__cta-buttons {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

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

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

.page-vip-loyalty-programs-loyalty-points__feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

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

.page-vip-loyalty-programs-loyalty-points__feature-title {
    font-size: 1.5em;
    color: #1A2E44;
    margin-bottom: 15px;
}

.page-vip-loyalty-programs-loyalty-points__feature-description {
    font-size: 1em;
    color: #555555;
}

.page-vip-loyalty-programs-loyalty-points__image-block {
    margin: 40px 0;
    text-align: center;
}

.page-vip-loyalty-programs-loyalty-points__image-full-width {
    width: 100%;
    max-width: 1000px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-vip-loyalty-programs-loyalty-points__subsection-title {
    font-size: 2em;
    color: #ffffff;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.page-vip-loyalty-programs-loyalty-points__subsection-title--gold {
    color: #FFD700;
}

.page-vip-loyalty-programs-loyalty-points__list {
    list-style: none;
    padding: 0;
    margin: 0 auto 50px auto;
    max-width: 800px;
    text-align: left;
}

.page-vip-loyalty-programs-loyalty-points__list--white li {
    color: #e0e0e0;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    font-size: 1.1em;
}

.page-vip-loyalty-programs-loyalty-points__list--white li::before {
    content: '★';
    position: absolute;
    left: 0;
    color: #FFD700;
    font-size: 1.2em;
    top: -2px;
}

.page-vip-loyalty-programs-loyalty-points__list--white strong {
    color: #FFD700;
}

.page-vip-loyalty-programs-loyalty-points__steps-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.page-vip-loyalty-programs-loyalty-points__steps-list li {
    text-align: center;
    position: relative;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.page-vip-loyalty-programs-loyalty-points__step-icon-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.page-vip-loyalty-programs-loyalty-points__step-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #1A2E44;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-vip-loyalty-programs-loyalty-points__step-number {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #FFD700;
    color: #1A2E44;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1em;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-vip-loyalty-programs-loyalty-points__step-title {
    font-size: 1.4em;
    color: #1A2E44;
    margin-bottom: 10px;
}

.page-vip-loyalty-programs-loyalty-points__step-description {
    font-size: 0.95em;
    color: #555555;
}

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

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

.page-vip-loyalty-programs-loyalty-points__reward-item:hover {
    transform: translateY(-10px);
    background-color: #3b5675;
}

.page-vip-loyalty-programs-loyalty-points__reward-image {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.page-vip-loyalty-programs-loyalty-points__reward-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-vip-loyalty-programs-loyalty-points__reward-description {
    font-size: 1em;
    color: #c0c0c0;
}

.page-vip-loyalty-programs-loyalty-points__faq-item {
    background-color: #2a415a;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-vip-loyalty-programs-loyalty-points__faq-question {
    font-size: 1.3em;
    color: #FFD700;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

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

.page-vip-loyalty-programs-loyalty-points__faq-answer {
    font-size: 1em;
    color: #e0e0e0;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding-top 0.3s ease-out;
}

.page-vip-loyalty-programs-loyalty-points__faq-answer.active {
    display: block;
    max-height: 200px; /* Adjust as needed */
    padding-top: 20px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-vip-loyalty-programs-loyalty-points__hero-title {
        font-size: 2.5em;
    }
    .page-vip-loyalty-programs-loyalty-points__hero-subtitle {
        font-size: 1.1em;
    }
    .page-vip-loyalty-programs-loyalty-points__section-title {
        font-size: 2em;
    }
    .page-vip-loyalty-programs-loyalty-points__section-title--cta {
        font-size: 2.2em;
    }
    .page-vip-loyalty-programs-loyalty-points__features-grid,
    .page-vip-loyalty-programs-loyalty-points__steps-list,
    .page-vip-loyalty-programs-loyalty-points__rewards-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .page-vip-loyalty-programs-loyalty-points__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
}

@media (max-width: 768px) {
    .page-vip-loyalty-programs-loyalty-points__hero-section {
        flex-direction: column;
        padding: 80px 20px;
    }
    .page-vip-loyalty-programs-loyalty-points__hero-title {
        font-size: 2em;
    }
    .page-vip-loyalty-programs-loyalty-points__hero-subtitle {
        font-size: 1em;
    }
    .page-vip-loyalty-programs-loyalty-points__section {
        padding: 40px 0;
    }
    .page-vip-loyalty-programs-loyalty-points__section-title {
        font-size: 1.8em;
    }
    .page-vip-loyalty-programs-loyalty-points__section-title--cta {
        font-size: 1.8em;
    }
    .page-vip-loyalty-programs-loyalty-points__text-content {
        font-size: 0.95em;
    }
    .page-vip-loyalty-programs-loyalty-points__btn--secondary {
        margin-left: 0;
        margin-top: 15px;
    }
    .page-vip-loyalty-programs-loyalty-points__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-vip-loyalty-programs-loyalty-points__features-grid,
    .page-vip-loyalty-programs-loyalty-points__steps-list,
    .page-vip-loyalty-programs-loyalty-points__rewards-grid {
        grid-template-columns: 1fr;
    }
    .page-vip-loyalty-programs-loyalty-points__list--white li {
        font-size: 1em;
    }
    .page-vip-loyalty-programs-loyalty-points__faq-question {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-vip-loyalty-programs-loyalty-points__hero-title {
        font-size: 1.8em;
    }
    .page-vip-loyalty-programs-loyalty-points__section-title {
        font-size: 1.5em;
    }
    .page-vip-loyalty-programs-loyalty-points__section-title--cta {
        font-size: 1.6em;
    }
    .page-vip-loyalty-programs-loyalty-points__btn {
        width: 100%;
        text-align: center;
    }
    .page-vip-loyalty-programs-loyalty-points__btn--secondary {
        margin-top: 10px;
    }
}