/* style/promotions-daily-rebate-vip.css */
.page-promotions-daily-rebate-vip {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333;
    background-color: #FFFFFF;
}

.page-promotions-daily-rebate-vip__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Hero Section */
.page-promotions-daily-rebate-vip__hero-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: var(--header-offset, 120px);
    min-height: 600px;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(135deg, #017439, #00562c);
    color: #ffffff;
}

.page-promotions-daily-rebate-vip__dark-bg {
    background: linear-gradient(135deg, #017439, #00562c);
    color: #ffffff;
}

.page-promotions-daily-rebate-vip__light-bg {
    background: #ffffff;
    color: #333333;
}

.page-promotions-daily-rebate-vip__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 40px 20px;
    margin: 0 auto;
}

.page-promotions-daily-rebate-vip__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #FFFF00;
}

.page-promotions-daily-rebate-vip__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-promotions-daily-rebate-vip__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.page-promotions-daily-rebate-vip__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.page-promotions-daily-rebate-vip__hero-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* General Section Styling */
.page-promotions-daily-rebate-vip__content-section,
.page-promotions-daily-rebate-vip__vip-section,
.page-promotions-daily-rebate-vip__benefits-section,
.page-promotions-daily-rebate-vip__join-vip-section,
.page-promotions-daily-rebate-vip__faq-section,
.page-promotions-daily-rebate-vip__cta-section {
    padding: 80px 0;
}

.page-promotions-daily-rebate-vip__section-title {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 40px;
    color: #017439;
}

.page-promotions-daily-rebate-vip__dark-bg .page-promotions-daily-rebate-vip__section-title {
    color: #FFFFFF;
}

.page-promotions-daily-rebate-vip__text-block {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px auto;
}

/* Buttons */
.page-promotions-daily-rebate-vip__btn-primary,
.page-promotions-daily-rebate-vip__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-promotions-daily-rebate-vip__btn-primary {
    background-color: #C30808;
    color: #FFFF00;
    border: 2px solid #C30808;
}

.page-promotions-daily-rebate-vip__btn-primary:hover {
    background-color: #ff3333;
    border-color: #ff3333;
}

.page-promotions-daily-rebate-vip__btn-secondary {
    background-color: #ffffff;
    color: #017439;
    border: 2px solid #017439;
}

.page-promotions-daily-rebate-vip__btn-secondary:hover {
    background-color: #017439;
    color: #ffffff;
}

/* Card Styling */
.page-promotions-daily-rebate-vip__card {
    background: #ffffff;
    color: #333333;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease;
}

.page-promotions-daily-rebate-vip__card:hover {
    transform: translateY(-5px);
}

/* Feature Grid */
.page-promotions-daily-rebate-vip__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions-daily-rebate-vip__feature-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-promotions-daily-rebate-vip__feature-title {
    font-size: 1.5em;
    color: #017439;
    margin-bottom: 15px;
}

.page-promotions-daily-rebate-vip__feature-description {
    font-size: 1em;
    color: #555555;
}

/* VIP Tiers Grid */
.page-promotions-daily-rebate-vip__vip-tiers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions-daily-rebate-vip__vip-tier-card {
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.95);
    color: #333333;
}

.page-promotions-daily-rebate-vip__dark-bg .page-promotions-daily-rebate-vip__vip-tier-card {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.page-promotions-daily-rebate-vip__vip-tier-image {
    width: 100%;
    height: 180px;
    object-fit: contain;
    margin-bottom: 15px;
}

.page-promotions-daily-rebate-vip__vip-tier-title {
    font-size: 1.6em;
    color: #017439;
    margin-bottom: 10px;
}

.page-promotions-daily-rebate-vip__dark-bg .page-promotions-daily-rebate-vip__vip-tier-title {
    color: #FFFF00;
}

.page-promotions-daily-rebate-vip__vip-tier-description {
    font-size: 0.95em;
    color: #555555;
}

.page-promotions-daily-rebate-vip__dark-bg .page-promotions-daily-rebate-vip__vip-tier-description {
    color: #e0e0e0;
}

/* Benefits List */
.page-promotions-daily-rebate-vip__benefits-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-promotions-daily-rebate-vip__benefits-item {
    display: flex;
    align-items: flex-start;
    text-align: left;
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.page-promotions-daily-rebate-vip__benefits-icon {
    min-width: 64px;
    min-height: 64px;
    max-width: 64px;
    max-height: 64px;
    object-fit: contain;
    margin-right: 20px;
    filter: invert(10%) sepia(90%) saturate(1000%) hue-rotate(90deg) brightness(80%) contrast(120%); /* Example: tinting the icon to green */
}

.page-promotions-daily-rebate-vip__benefits-text-content {
    flex-grow: 1;
}

.page-promotions-daily-rebate-vip__benefits-title {
    font-size: 1.3em;
    color: #017439;
    margin-bottom: 10px;
}

.page-promotions-daily-rebate-vip__benefits-item p {
    font-size: 0.95em;
    color: #555555;
}

/* Join VIP Section */
.page-promotions-daily-rebate-vip__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions-daily-rebate-vip__step-card {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.page-promotions-daily-rebate-vip__step-title {
    font-size: 1.5em;
    color: #FFFF00;
    margin-bottom: 15px;
}

.page-promotions-daily-rebate-vip__step-description {
    font-size: 1em;
    color: #e0e0e0;
    margin-bottom: 25px;
}

/* FAQ Section */
.page-promotions-daily-rebate-vip__faq-list {
    max-width: 900px;
    margin: 40px auto 0 auto;
}

.page-promotions-daily-rebate-vip__faq-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: #ffffff;
    color: #333333;
}

.page-promotions-daily-rebate-vip__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    background-color: #f9f9f9;
    color: #017439;
    transition: background-color 0.3s ease;
}

.page-promotions-daily-rebate-vip__faq-question:hover {
    background-color: #f0f0f0;
}

.page-promotions-daily-rebate-vip__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
}

.page-promotions-daily-rebate-vip__faq-item.active .page-promotions-daily-rebate-vip__faq-toggle {
    transform: rotate(45deg);
}

.page-promotions-daily-rebate-vip__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    background-color: #ffffff;
}

.page-promotions-daily-rebate-vip__faq-item.active .page-promotions-daily-rebate-vip__faq-answer {
    max-height: 1000px !important;
    padding: 15px 25px 25px 25px;
}

.page-promotions-daily-rebate-vip__faq-answer p {
    font-size: 1em;
    color: #555555;
    margin: 0;
}

/* CTA Section */
.page-promotions-daily-rebate-vip__cta-section {
    text-align: center;
    padding: 100px 0;
}

.page-promotions-daily-rebate-vip__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-promotions-daily-rebate-vip__hero-title {
        font-size: 3em;
    }
}

@media (max-width: 768px) {
    .page-promotions-daily-rebate-vip {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-promotions-daily-rebate-vip__hero-section {
        min-height: 500px;
        padding-top: var(--header-offset, 120px) !important;
    }

    .page-promotions-daily-rebate-vip__hero-title {
        font-size: 2.5em;
    }

    .page-promotions-daily-rebate-vip__hero-description {
        font-size: 1em;
    }

    .page-promotions-daily-rebate-vip__hero-cta-buttons,
    .page-promotions-daily-rebate-vip__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-promotions-daily-rebate-vip__btn-primary,
    .page-promotions-daily-rebate-vip__btn-secondary,
    .page-promotions-daily-rebate-vip a[class*="button"],
    .page-promotions-daily-rebate-vip a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-promotions-daily-rebate-vip__cta-buttons,
    .page-promotions-daily-rebate-vip__button-group,
    .page-promotions-daily-rebate-vip__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-wrap: wrap !important;
        gap: 10px;
    }

    .page-promotions-daily-rebate-vip__section-title {
        font-size: 2em;
    }

    .page-promotions-daily-rebate-vip__text-block {
        font-size: 1em;
    }

    .page-promotions-daily-rebate-vip__feature-grid,
    .page-promotions-daily-rebate-vip__vip-tiers-grid,
    .page-promotions-daily-rebate-vip__steps-grid {
        grid-template-columns: 1fr;
    }

    .page-promotions-daily-rebate-vip__benefits-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-promotions-daily-rebate-vip__benefits-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .page-promotions-daily-rebate-vip__benefits-icon {
        margin: 0 auto 15px auto;
    }

    .page-promotions-daily-rebate-vip__content-section,
    .page-promotions-daily-rebate-vip__vip-section,
    .page-promotions-daily-rebate-vip__benefits-section,
    .page-promotions-daily-rebate-vip__join-vip-section,
    .page-promotions-daily-rebate-vip__faq-section,
    .page-promotions-daily-rebate-vip__cta-section {
        padding: 60px 0;
    }

    .page-promotions-daily-rebate-vip img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-promotions-daily-rebate-vip__section,
    .page-promotions-daily-rebate-vip__card,
    .page-promotions-daily-rebate-vip__container,
    .page-promotions-daily-rebate-vip__hero-section,
    .page-promotions-daily-rebate-vip__video-section {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow-x: hidden;
    }
    .page-promotions-daily-rebate-vip__benefits-icon {
        filter: none; /* Remove filter for small icons on mobile if they are not content images */
    }
}

@media (max-width: 480px) {
    .page-promotions-daily-rebate-vip__hero-title {
        font-size: 2em;
    }

    .page-promotions-daily-rebate-vip__section-title {
        font-size: 1.8em;
    }
}

/* Ensure all images are responsive and not tiny icons */
.page-promotions-daily-rebate-vip img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-promotions-daily-rebate-vip__benefits-icon {
    min-width: 200px; /* Enforce minimum size for icons */
    min-height: 200px;
    max-width: 200px;
    max-height: 200px;
    object-fit: contain; /* Icons can be `contain` to maintain aspect ratio */
    filter: none; /* Ensure no filter changes icon color */
}

/* Color contrast fixes if needed */
.page-promotions-daily-rebate-vip__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

.page-promotions-daily-rebate-vip__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}