:root {
    --color-primary: #11A84E;
    --color-secondary: #22C768;
    --color-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    --color-card-bg: #11271B;
    --color-background: #08160F;
    --color-text-main: #F2FFF6;
    --color-text-secondary: #A7D9B8;
    --color-border: #2E7A4E;
    --color-glow: #57E38D;
    --color-gold: #F2C14E;
    --color-divider: #1E3A2A;
    --color-deep-green: #0A4B2C;

    /* For light background sections */
    --color-light-bg: #ffffff;
    --color-dark-text: #333333;
}

.page-blog-78win8-latest-promotions {
    font-family: 'Arial', sans-serif;
    background-color: var(--color-background); /* Main page background */
    color: var(--color-text-main); /* Default text color for dark background */
    line-height: 1.6;
}

.page-blog-78win8-latest-promotions__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Hero Section */
.page-blog-78win8-latest-promotions__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    padding-bottom: 40px; /* Space below content */
    padding-top: 10px; /* Small top padding, body handles header offset */
    background-color: var(--color-background);
}

.page-blog-78win8-latest-promotions__hero-image-wrapper {
    width: 100%;
    max-height: 600px; /* Limit height for hero image */
    overflow: hidden;
}

.page-blog-78win8-latest-promotions__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    filter: brightness(0.7); /* Slightly darken image for text contrast */
}

.page-blog-78win8-latest-promotions__hero-content {
    text-align: center;
    padding: 30px 20px;
    background-color: var(--color-deep-green); /* Darker background for text block */
    width: 100%;
    box-sizing: border-box;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: -5px; /* Slightly overlap with image for smooth transition */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-78win8-latest-promotions__main-title {
    color: var(--color-gold); /* Gold for main title */
    font-size: clamp(2em, 4vw, 3em); /* Responsive font size */
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-shadow: 0 0 8px rgba(242, 193, 78, 0.5);
}

.page-blog-78win8-latest-promotions__description {
    font-size: 1.1em;
    color: var(--color-text-main);
    max-width: 800px;
    margin: 0 auto 30px auto;
}

.page-blog-78win8-latest-promotions__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-blog-78win8-latest-promotions__btn-primary,
.page-blog-78win8-latest-promotions__btn-secondary {
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: inline-block;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-blog-78win8-latest-promotions__btn-primary {
    background: var(--color-button-gradient);
    color: var(--color-text-main); /* White-ish text for primary button */
    border: 2px solid var(--color-primary);
}

.page-blog-78win8-latest-promotions__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%); /* Reverse gradient on hover */
}

.page-blog-78win8-latest-promotions__btn-secondary {
    background-color: transparent;
    color: var(--color-secondary); /* Green-ish text for secondary button */
    border: 2px solid var(--color-secondary);
}

.page-blog-78win8-latest-promotions__btn-secondary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    background-color: var(--color-secondary);
    color: var(--color-text-main);
}

/* General Section Styles */
.page-blog-78win8-latest-promotions__content-section,
.page-blog-78win8-latest-promotions__promotions-list,
.page-blog-78win8-latest-promotions__terms-conditions,
.page-blog-78win8-latest-promotions__why-choose,
.page-blog-78win8-latest-promotions__cta-section,
.page-blog-78win8-latest-promotions__video-section {
    padding: 60px 0;
    border-top: 1px solid var(--color-divider);
}

.page-blog-78win8-latest-promotions__light-bg {
    background-color: var(--color-light-bg);
    color: var(--color-dark-text); /* Dark text for light background */
}

.page-blog-78win8-latest-promotions__dark-bg {
    background-color: var(--color-background);
    color: var(--color-text-main); /* Light text for dark background */
}

.page-blog-78win8-latest-promotions__section-title {
    font-size: clamp(1.8em, 3.5vw, 2.5em);
    color: var(--color-gold); /* Gold for section titles */
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: 0 0 5px rgba(242, 193, 78, 0.4);
}

.page-blog-78win8-latest-promotions__text-block {
    font-size: 1em;
    color: var(--color-text-secondary);
    margin-bottom: 20px;
    text-align: justify;
}

.page-blog-78win8-latest-promotions__text-block .keyword {
    font-weight: bold;
    color: var(--color-primary);
}

/* Promo Cards */
.page-blog-78win8-latest-promotions__promo-card-grid,
.page-blog-78win8-latest-promotions__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-78win8-latest-promotions__card {
    background-color: var(--color-card-bg);
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid var(--color-border);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-78win8-latest-promotions__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-78win8-latest-promotions__card-image,
.page-blog-78win8-latest-promotions__feature-icon {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block; /* Ensure it behaves like a block element */
}

.page-blog-78win8-latest-promotions__feature-icon {
    width: 100px;
    height: 100px;
    object-fit: contain; /* Use contain for icons */
    margin-bottom: 15px;
    border-radius: 0; /* No border-radius for icons */
}

.page-blog-78win8-latest-promotions__card-title,
.page-blog-78win8-latest-promotions__feature-title {
    font-size: 1.4em;
    color: var(--color-gold);
    margin-bottom: 10px;
    font-weight: 600;
}

.page-blog-78win8-latest-promotions__card-description,
.page-blog-78win8-latest-promotions__feature-description {
    font-size: 0.95em;
    color: var(--color-text-secondary);
    margin-bottom: 15px;
    text-align: justify;
    flex-grow: 1; /* Allow description to grow and push link to bottom */
}

.page-blog-78win8-latest-promotions__card-link {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
    margin-top: auto; /* Push link to bottom */
}

.page-blog-78win8-latest-promotions__card-link:hover {
    color: var(--color-gold);
}

/* How to Claim Section */
.page-blog-78win8-latest-promotions__ordered-list,
.page-blog-78win8-latest-promotions__unordered-list {
    list-style-type: decimal;
    margin-left: 20px;
    margin-bottom: 20px;
    color: var(--color-dark-text); /* Dark text for light background list */
}

.page-blog-78win8-latest-promotions__unordered-list {
    list-style-type: disc;
}

.page-blog-78win8-latest-promotions__ordered-list li,
.page-blog-78win8-latest-promotions__unordered-list li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.page-blog-78win8-latest-promotions__ordered-list li strong {
    color: var(--color-primary);
}

.page-blog-78win8-latest-promotions__cta-wrapper {
    text-align: center;
    margin-top: 40px;
}

/* Why Choose Section */
.page-blog-78win8-latest-promotions__feature-card {
    background-color: var(--color-card-bg);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--color-border);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-78win8-latest-promotions__feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* FAQ Section */
.page-blog-78win8-latest-promotions__faq-list {
    margin-top: 30px;
}

.page-blog-78win8-latest-promotions__faq-item {
    background-color: var(--color-card-bg); /* Dark background for FAQ item */
    border: 1px solid var(--color-border);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: var(--color-text-main); /* Light text for dark background FAQ */
}

.page-blog-78win8-latest-promotions__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.1em;
    color: var(--color-gold); /* Gold for FAQ question text */
    background-color: var(--color-deep-green); /* Slightly darker background for question */
    border-bottom: 1px solid var(--color-divider);
    transition: background-color 0.3s ease;
    list-style: none; /* Remove default marker for details summary */
}

.page-blog-78win8-latest-promotions__faq-question::-webkit-details-marker {
    display: none; /* Hide default marker for webkit browsers */
}

.page-blog-78win8-latest-promotions__faq-question:hover {
    background-color: var(--color-deep-green);
    filter: brightness(1.2);
}

.page-blog-78win8-latest-promotions__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: var(--color-primary);
}

.page-blog-78win8-latest-promotions__faq-answer {
    padding: 20px 25px;
    font-size: 1em;
    line-height: 1.7;
    color: var(--color-text-secondary);
    text-align: justify;
}

/* Video Section */
.page-blog-78win8-latest-promotions__video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    width: 100%; /* Ensure desktop video wrapper takes full width of container */
}

.page-blog-78win8-latest-promotions__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.page-blog-78win8-latest-promotions__video-overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

/* Contrast Fixes */
.page-blog-78win8-latest-promotions__text-contrast-fix {
    color: var(--color-dark-text) !important; /* Ensure dark text on light backgrounds */
}

/* Responsive Styles */
@media (max-width: 768px) {
    .page-blog-78win8-latest-promotions__container {
        padding: 0 15px;
    }

    .page-blog-78win8-latest-promotions__hero-section {
        padding-bottom: 20px;
        padding-top: 10px !important; /* body handles header offset */
    }

    .page-blog-78win8-latest-promotions__main-title {
        font-size: clamp(1.8em, 8vw, 2.5em);
    }

    .page-blog-78win8-latest-promotions__description {
        font-size: 1em;
        margin-bottom: 20px;
    }

    .page-blog-78win8-latest-promotions__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-blog-78win8-latest-promotions__btn-primary,
    .page-blog-78win8-latest-promotions__btn-secondary {
        padding: 12px 20px;
        font-size: 1em;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-blog-78win8-latest-promotions__section-title {
        font-size: clamp(1.5em, 7vw, 2em);
        margin-bottom: 30px;
    }

    .page-blog-78win8-latest-promotions__promo-card-grid,
    .page-blog-78win8-latest-promotions__features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-blog-78win8-latest-promotions__card-image,
    .page-blog-78win8-latest-promotions__feature-icon {
        height: auto; /* Allow auto height on mobile */
        max-width: 100% !important;
        width: 100% !important;
        object-fit: cover;
    }

    .page-blog-78win8-latest-promotions__card {
        padding: 20px;
    }

    .page-blog-78win8-latest-promotions__card-title,
    .page-blog-78win8-latest-promotions__feature-title {
        font-size: 1.2em;
    }

    .page-blog-78win8-latest-promotions__text-block,
    .page-blog-78win8-latest-promotions__card-description,
    .page-blog-78win8-latest-promotions__feature-description,
    .page-blog-78win8-latest-promotions__ordered-list li,
    .page-blog-78win8-latest-promotions__unordered-list li,
    .page-blog-78win8-latest-promotions__faq-answer {
        font-size: 0.95em;
    }

    .page-blog-78win8-latest-promotions__faq-question {
        font-size: 1em;
        padding: 15px 20px;
    }

    /* Video responsiveness */
    .page-blog-78win8-latest-promotions__video-section,
    .page-blog-78win8-latest-promotions__video-container,
    .page-blog-78win8-latest-promotions__video-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
    }
    .page-blog-78win8-latest-promotions__video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-blog-78win8-latest-promotions img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-blog-78win8-latest-promotions__content-section,
    .page-blog-78win8-latest-promotions__promotions-list,
    .page-blog-78win8-latest-promotions__terms-conditions,
    .page-blog-78win8-latest-promotions__why-choose,
    .page-blog-78win8-latest-promotions__cta-section {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}