/* style/vip-privileges-higher-cashback.css */

.page-vip-privileges-higher-cashback {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-vip-privileges-higher-cashback__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-vip-privileges-higher-cashback__hero-section {
    background: linear-gradient(135deg, #0047AB 0%, #003380 100%); /* Darker blue gradient */
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-vip-privileges-higher-cashback__hero-section::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background-color: rgba(255, 215, 0, 0.1);
    border-radius: 50%;
    filter: blur(80px);
}

.page-vip-privileges-higher-cashback__hero-section::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 250px;
    height: 250px;
    background-color: rgba(255, 215, 0, 0.15);
    border-radius: 50%;
    filter: blur(100px);
}

.page-vip-privileges-higher-cashback__main-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for main title */
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-vip-privileges-higher-cashback__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-vip-privileges-higher-cashback__cta-button {
    display: inline-block;
    background-color: #FFD700; /* Gold button */
    color: #0047AB; /* Deep blue text */
    padding: 15px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
}

.page-vip-privileges-higher-cashback__cta-button:hover {
    background-color: #e6c200; /* Slightly darker gold on hover */
    transform: translateY(-3px);
}

.page-vip-privileges-higher-cashback__cta-button--primary {
    background-color: #FFD700;
    color: #0047AB;
}

.page-vip-privileges-higher-cashback__cta-button--secondary {
    background-color: #0047AB;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-vip-privileges-higher-cashback__cta-button--secondary:hover {
    background-color: #003380;
    border-color: #e6c200;
}

.page-vip-privileges-higher-cashback__cta-button--large {
    padding: 18px 45px;
    font-size: 1.2em;
}

.page-vip-privileges-higher-cashback__content-section {
    padding: 60px 0;
    background-color: #fff;
    color: #333;
}

.page-vip-privileges-higher-cashback__section--dark-bg {
    background-color: #f0f4f8; /* Light grey-blue background */
    color: #333;
}

.page-vip-privileges-higher-cashback__section-title {
    font-size: 2.5em;
    color: #0047AB; /* Deep blue for section titles */
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    position: relative;
}

.page-vip-privileges-higher-cashback__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-vip-privileges-higher-cashback__sub-section-title {
    font-size: 1.8em;
    color: #0047AB;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-vip-privileges-higher-cashback p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #555;
}

.page-vip-privileges-higher-cashback__image-wrapper {
    text-align: center;
    margin: 40px 0;
}

.page-vip-privileges-higher-cashback__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-vip-privileges-higher-cashback__table-responsive {
    overflow-x: auto;
    margin-bottom: 30px;
}

.page-vip-privileges-higher-cashback__vip-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.page-vip-privileges-higher-cashback__vip-table th,
.page-vip-privileges-higher-cashback__vip-table td {
    border: 1px solid #eee;
    padding: 15px;
    text-align: center;
    font-size: 1em;
}

.page-vip-privileges-higher-cashback__vip-table th {
    background-color: #0047AB; /* Deep blue header */
    color: #FFD700; /* Gold text */
    font-weight: bold;
    text-transform: uppercase;
}

.page-vip-privileges-higher-cashback__vip-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.page-vip-privileges-higher-cashback__vip-table tr:hover {
    background-color: #eef;
}

.page-vip-privileges-higher-cashback__formula {
    background-color: #e0f2f7; /* Light blue background for formula */
    border-left: 5px solid #0047AB;
    padding: 15px 20px;
    margin: 25px 0;
    font-family: 'Courier New', monospace;
    font-size: 1.1em;
    color: #0047AB;
    border-radius: 5px;
    text-align: center;
}

.page-vip-privileges-higher-cashback__list,
.page-vip-privileges-higher-cashback__benefits-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.page-vip-privileges-higher-cashback__list li,
.page-vip-privileges-higher-cashback__benefits-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #444;
}

.page-vip-privileges-higher-cashback__list li::before,
.page-vip-privileges-higher-cashback__benefits-list li::before {
    content: '✅'; /* Checkmark icon */
    position: absolute;
    left: 0;
    color: #FFD700; /* Gold checkmark */
    font-size: 1.2em;
    line-height: 1;
}

.page-vip-privileges-higher-cashback__benefits-list li h3 {
    color: #0047AB;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.4em;
}

.page-vip-privileges-higher-cashback__faq-item {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-vip-privileges-higher-cashback__faq-question {
    padding: 18px 25px;
    margin: 0;
    font-size: 1.2em;
    color: #0047AB;
    background-color: #fcfcfc;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.page-vip-privileges-higher-cashback__faq-question:hover {
    background-color: #f0f4f8;
}

.page-vip-privileges-higher-cashback__faq-question::after {
    content: '▼';
    font-size: 0.8em;
    transition: transform 0.3s ease;
}

.page-vip-privileges-higher-cashback__faq-question.active::after {
    transform: rotate(180deg);
}

.page-vip-privileges-higher-cashback__faq-answer {
    padding: 0 25px 15px;
    margin: 0;
    font-size: 1em;
    color: #555;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-vip-privileges-higher-cashback__faq-answer.active {
    max-height: 200px; /* Adjust as needed for content length */
    padding-top: 10px;
}

.page-vip-privileges-higher-cashback__call-to-action {
    background: linear-gradient(90deg, #0047AB, #003380);
    color: #fff;
    padding: 70px 0;
    text-align: center;
    margin-top: 40px;
}

.page-vip-privileges-higher-cashback__call-to-action .page-vip-privileges-higher-cashback__section-title {
    color: #FFD700;
}

.page-vip-privileges-higher-cashback__call-to-action p {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 30px;
    color: #e0e0e0;
}

.page-vip-privileges-higher-cashback__text--center {
    text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-vip-privileges-higher-cashback__main-title {
        font-size: 2.5em;
    }

    .page-vip-privileges-higher-cashback__hero-subtitle,
    .page-vip-privileges-higher-cashback p,
    .page-vip-privileges-higher-cashback__list li,
    .page-vip-privileges-higher-cashback__benefits-list li {
        font-size: 1em;
    }

    .page-vip-privileges-higher-cashback__section-title {
        font-size: 2em;
    }

    .page-vip-privileges-higher-cashback__sub-section-title {
        font-size: 1.5em;
    }

    .page-vip-privileges-higher-cashback__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-vip-privileges-higher-cashback__cta-button--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }

    .page-vip-privileges-higher-cashback__hero-section,
    .page-vip-privileges-higher-cashback__content-section,
    .page-vip-privileges-higher-cashback__call-to-action {
        padding: 50px 0;
    }

    .page-vip-privileges-higher-cashback__vip-table th,
    .page-vip-privileges-higher-cashback__vip-table td {
        padding: 10px;
        font-size: 0.9em;
    }

    .page-vip-privileges-higher-cashback__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
    }
}

@media (max-width: 480px) {
    .page-vip-privileges-higher-cashback__main-title {
        font-size: 2em;
    }

    .page-vip-privileges-higher-cashback__section-title {
        font-size: 1.8em;
    }

    .page-vip-privileges-higher-cashback__cta-button {
        width: 100%;
        margin-bottom: 15px;
    }

    .page-vip-privileges-higher-cashback__cta-button:last-child {
        margin-bottom: 0;
    }
}