.page-promotions-weekly-cashback {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #F2FFF6; /* Text Main */
    background-color: #08160F; /* Background color */
}

/* Base styles for sections */
.page-promotions-weekly-cashback__section {
    padding: 60px 20px;
    margin-bottom: 20px; /* Spacing between sections */
    box-sizing: border-box;
}

.page-promotions-weekly-cashback__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px; /* Inner padding for content */
}

/* Hero Section */
.page-promotions-weekly-cashback__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 500px;
    padding: 10px 20px 60px; /* Small top padding, larger bottom */
    overflow: hidden;
    background-color: #08160F; /* Ensure dark background for hero */
}

.page-promotions-weekly-cashback__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.page-promotions-weekly-cashback__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3; /* Slightly dim the image for text readability */
}

.page-promotions-weekly-cashback__hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    color: #F2FFF6; /* Main text color */
}

.page-promotions-weekly-cashback__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive font size for H1 */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #F2C14E; /* Gold for main title */
}

.page-promotions-weekly-cashback__subtitle {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #A7D9B8; /* Secondary text color */
}

/* CTA Buttons */
.page-promotions-weekly-cashback__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.page-promotions-weekly-cashback__cta-buttons--center {
    margin-top: 40px;
}

.page-promotions-weekly-cashback__btn-primary,
.page-promotions-weekly-cashback__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-sizing: border-box; /* Crucial for responsive buttons */
    max-width: 100%; /* Ensure buttons don't overflow */
    white-space: normal; /* Allow text to wrap */
    word-wrap: break-word; /* Break long words */
    text-align: center;
}

.page-promotions-weekly-cashback__btn-primary {
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 15px rgba(17, 168, 78, 0.4);
}

.page-promotions-weekly-cashback__btn-primary:hover {
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(17, 168, 78, 0.6);
}

.page-promotions-weekly-cashback__btn-secondary {
    background-color: transparent;
    color: #57E38D; /* Glow color for secondary button text */
    border: 2px solid #57E38D;
}

.page-promotions-weekly-cashback__btn-secondary:hover {
    background-color: #57E38D;
    color: #08160F; /* Dark background color for text on hover */
    transform: translateY(-2px);
}

/* Section Titles */
.page-promotions-weekly-cashback__section-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #F2C14E; /* Gold for section titles */
}

.page-promotions-weekly-cashback__sub-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #57E38D; /* Glow color for sub-titles */
}

.page-promotions-weekly-cashback__text-block {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #A7D9B8; /* Secondary text color */
}

/* List styles */
.page-promotions-weekly-cashback__list,
.page-promotions-weekly-cashback__numbered-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-promotions-weekly-cashback__list-item {
    font-size: 1.1rem;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    color: #A7D9B8; /* Secondary text color */
}

.page-promotions-weekly-cashback__list-item strong {
    color: #F2FFF6; /* Main text color for strong elements */
}

.page-promotions-weekly-cashback__list-item::before {
    content: '•';
    color: #57E38D; /* Glow color for list bullet */
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1;
}

.page-promotions-weekly-cashback__numbered-list .page-promotions-weekly-cashback__list-item::before {
    content: counter(list-item) '.';
    counter-increment: list-item;
    color: #F2C14E; /* Gold color for numbered list */
    font-weight: bold;
    font-size: 1.2em;
    left: 0;
    top: 0;
}

/* Table styles */
.page-promotions-weekly-cashback__table-wrapper {
    overflow-x: auto; /* Ensure table is responsive */
    margin-bottom: 30px;
}

.page-promotions-weekly-cashback__table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background-color: #11271B; /* Card BG color */
    border: 1px solid #2E7A4E; /* Border color */
}

.page-promotions-weekly-cashback__table th,
.page-promotions-weekly-cashback__table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #2E7A4E; /* Divider color */
    color: #F2FFF6; /* Main text color */
}

.page-promotions-weekly-cashback__table th {
    background-color: #0A4B2C; /* Deep Green */
    color: #F2C14E; /* Gold for table headers */
    font-weight: 700;
}

.page-promotions-weekly-cashback__table tr:last-child td {
    border-bottom: none;
}

.page-promotions-weekly-cashback__table tbody tr:hover {
    background-color: #1E3A2A; /* Divider color for hover */
}

/* Image styles */
.page-promotions-weekly-cashback__image-content {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    min-width: 200px; /* Minimum size requirement */
    min-height: 200px; /* Minimum size requirement */
}

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

.page-promotions-weekly-cashback__benefit-card {
    background-color: #11271B; /* Card BG color */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid #2E7A4E; /* Border color */
    text-align: center;
    color: #A7D9B8; /* Secondary text color */
}

.page-promotions-weekly-cashback__benefit-title {
    font-size: 1.5rem;
    color: #F2C14E; /* Gold for benefit titles */
    margin-bottom: 15px;
    font-weight: 600;
}

.page-promotions-weekly-cashback__benefit-description {
    font-size: 1rem;
    line-height: 1.5;
}

/* FAQ Section */
.page-promotions-weekly-cashback__faq-list {
    margin-top: 40px;
}

.page-promotions-weekly-cashback__faq-item {
    background-color: #11271B; /* Card BG color */
    border: 1px solid #2E7A4E; /* Border color */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-promotions-weekly-cashback__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 600;
    color: #F2FFF6; /* Main text color */
    background-color: #11271B; /* Card BG color */
    transition: background-color 0.3s ease;
    list-style: none; /* For details/summary */
}

.page-promotions-weekly-cashback__faq-question::-webkit-details-marker {
    display: none;
}

.page-promotions-weekly-cashback__faq-question:hover {
    background-color: #1E3A2A; /* Divider color for hover */
}

.page-promotions-weekly-cashback__faq-toggle {
    font-size: 1.8rem;
    line-height: 1;
    color: #57E38D; /* Glow color */
}

.page-promotions-weekly-cashback__faq-answer {
    padding: 0 25px 20px;
    font-size: 1rem;
    color: #A7D9B8; /* Secondary text color */
    line-height: 1.6;
}

.page-promotions-weekly-cashback__faq-answer p {
    margin-bottom: 10px;
}

/* Color Contrast Enforcement */
.page-promotions-weekly-cashback__dark-bg {
    background-color: #08160F; /* Background color */
    color: #F2FFF6; /* Text Main */
}

.page-promotions-weekly-cashback__light-bg {
    background-color: #11271B; /* Card BG color, also dark for text contrast */
    color: #F2FFF6; /* Text Main */
}

/* Ensure no filter on images */
.page-promotions-weekly-cashback img {
    filter: none;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-promotions-weekly-cashback__hero-section {
        min-height: 400px;
    }
    .page-promotions-weekly-cashback__main-title {
        font-size: clamp(2rem, 4.5vw, 3rem);
    }
    .page-promotions-weekly-cashback__section-title {
        font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    }
    .page-promotions-weekly-cashback__benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-promotions-weekly-cashback__section {
        padding: 40px 15px;
    }
    .page-promotions-weekly-cashback__hero-section {
        padding: 10px 15px 40px;
        min-height: 350px;
    }
    .page-promotions-weekly-cashback__main-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
        margin-bottom: 15px;
    }
    .page-promotions-weekly-cashback__subtitle {
        font-size: 1rem;
        margin-bottom: 25px;
    }
    .page-promotions-weekly-cashback__cta-buttons {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        max-width: 350px; /* Constrain button group width */
        margin: 0 auto;
    }
    .page-promotions-weekly-cashback__btn-primary,
    .page-promotions-weekly-cashback__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 1rem;
    }
    .page-promotions-weekly-cashback__section-title {
        font-size: clamp(1.5rem, 6vw, 2rem);
        margin-bottom: 30px;
    }
    .page-promotions-weekly-cashback__sub-title {
        font-size: clamp(1.3rem, 5vw, 1.8rem);
    }
    .page-promotions-weekly-cashback__text-block,
    .page-promotions-weekly-cashback__list-item,
    .page-promotions-weekly-cashback__benefit-description,
    .page-promotions-weekly-cashback__faq-answer {
        font-size: 0.95rem;
    }
    .page-promotions-weekly-cashback__table th,
    .page-promotions-weekly-cashback__table td {
        padding: 10px;
        font-size: 0.9rem;
    }
    .page-promotions-weekly-cashback__image-content {
        margin: 30px auto;
        max-width: 100% !important;
        height: auto !important;
        min-width: 200px !important;
        min-height: 200px !important;
    }
    .page-promotions-weekly-cashback__benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .page-promotions-weekly-cashback__benefit-card {
        padding: 25px;
    }
    .page-promotions-weekly-cashback__benefit-title {
        font-size: 1.3rem;
    }
    .page-promotions-weekly-cashback__faq-question {
        font-size: 1.1rem;
        padding: 15px 20px;
    }
    .page-promotions-weekly-cashback__faq-answer {
        padding: 0 20px 15px;
    }
    /* Ensure all content containers have proper mobile padding */
    .page-promotions-weekly-cashback__section,
    .page-promotions-weekly-cashback__container {
      max-width: 100% !important;
      width: 100% !important;
      box-sizing: border-box !important;
      padding-left: 15px;
      padding-right: 15px;
    }
}