/* style/blog-9win-latest-promotions.css */

/* Root variables for colors */
: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;
}

/* Base styles for the page content */
.page-blog-9win-latest-promotions {
    background-color: var(--color-background);
    color: var(--color-text-main);
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-bottom: 50px;
}

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

.page-blog-9win-latest-promotions__section-title {
    font-size: clamp(28px, 4vw, 42px);
    color: var(--color-text-main);
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.page-blog-9win-latest-promotions h1,
.page-blog-9win-latest-promotions h2,
.page-blog-9win-latest-promotions h3 {
    color: var(--color-text-main);
    line-height: 1.3;
}

.page-blog-9win-latest-promotions p {
    color: var(--color-text-secondary);
    margin-bottom: 15px;
}

.page-blog-9win-latest-promotions a {
    color: var(--color-gold);
    text-decoration: none;
}

.page-blog-9win-latest-promotions a:hover {
    text-decoration: underline;
}

/* Buttons */
.page-blog-9win-latest-promotions__btn-primary,
.page-blog-9win-latest-promotions__btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    transition: all 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%;
    box-sizing: border-box;
}

.page-blog-9win-latest-promotions__btn-primary {
    background: var(--color-button-gradient);
    color: #ffffff;
    border: 2px solid transparent;
}

.page-blog-9win-latest-promotions__btn-primary:hover {
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
    box-shadow: 0 0 15px var(--color-glow);
}

.page-blog-9win-latest-promotions__btn-secondary {
    background: transparent;
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
}

.page-blog-9win-latest-promotions__btn-secondary:hover {
    background: var(--color-primary);
    color: #ffffff;
    box-shadow: 0 0 10px var(--color-glow);
}

/* Hero Section */
.page-blog-9win-latest-promotions__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px; /* Small top padding, body handles header offset */
    background-color: var(--color-deep-green);
    overflow: hidden;
}

.page-blog-9win-latest-promotions__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 700px; /* Limit hero image height */
}

.page-blog-9win-latest-promotions__hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 40px 20px;
    max-width: 900px;
    margin: -100px auto 0; /* Pull content up over image slightly for visual flow */
    background-color: rgba(8, 22, 15, 0.85); /* Semi-transparent background for text */
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    border: 1px solid var(--color-border);
}

.page-blog-9win-latest-promotions__hero-title {
    font-size: clamp(36px, 5vw, 56px);
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--color-gold);
    text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-blog-9win-latest-promotions__hero-description {
    font-size: clamp(16px, 2vw, 20px);
    margin-bottom: 30px;
    color: var(--color-text-main);
}

.page-blog-9win-latest-promotions__hero-cta {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Introduction Section */
.page-blog-9win-latest-promotions__introduction-section {
    padding: 60px 0;
    background-color: var(--color-background);
}

/* Benefits Section */
.page-blog-9win-latest-promotions__benefits-section {
    padding: 60px 0;
    background-color: var(--color-deep-green);
}

.page-blog-9win-latest-promotions__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-blog-9win-latest-promotions__feature-card {
    background-color: var(--color-card-bg);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid var(--color-border);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.page-blog-9win-latest-promotions__feature-icon {
    width: 100%;
    max-width: 250px;
    height: auto;
    margin-bottom: 20px;
    border-radius: 8px;
    object-fit: cover;
}

.page-blog-9win-latest-promotions__feature-title {
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--color-text-main);
}

/* Types Section */
.page-blog-9win-latest-promotions__types-section {
    padding: 60px 0;
    background-color: var(--color-background);
}

.page-blog-9win-latest-promotions__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-blog-9win-latest-promotions__promo-card {
    background-color: var(--color-card-bg);
    padding: 25px;
    border-radius: 12px;
    border: 1px solid var(--color-border);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-blog-9win-latest-promotions__promo-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-blog-9win-latest-promotions__promo-title {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--color-text-main);
}

.page-blog-9win-latest-promotions__promo-card p {
    color: var(--color-text-secondary);
    flex-grow: 1;
    margin-bottom: 20px;
}

.page-blog-9win-latest-promotions__promo-card .page-blog-9win-latest-promotions__btn-primary {
    width: 100%;
    margin-top: auto; /* Push button to bottom */
}

/* How To Claim Section */
.page-blog-9win-latest-promotions__how-to-claim-section {
    padding: 60px 0;
    background-color: var(--color-deep-green);
}

.page-blog-9win-latest-promotions__steps-list {
    list-style: none;
    counter-reset: step-counter;
    padding: 0;
}

.page-blog-9win-latest-promotions__steps-list li {
    background-color: var(--color-card-bg);
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid var(--color-border);
    position: relative;
    padding-left: 80px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.page-blog-9win-latest-promotions__steps-list li::before {
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--color-primary);
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

.page-blog-9win-latest-promotions__step-title {
    font-size: 22px;
    margin-bottom: 10px;
    color: var(--color-text-main);
}

.page-blog-9win-latest-promotions__step-cta {
    margin-top: 20px;
    text-align: center;
}

/* Terms Section */
.page-blog-9win-latest-promotions__terms-section {
    padding: 60px 0;
    background-color: var(--color-background);
}

.page-blog-9win-latest-promotions__terms-list {
    list-style: disc;
    padding-left: 25px;
    color: var(--color-text-secondary);
}

.page-blog-9win-latest-promotions__terms-list li {
    margin-bottom: 10px;
}

/* Tips Section */
.page-blog-9win-latest-promotions__tips-section {
    padding: 60px 0;
    background-color: var(--color-deep-green);
}

.page-blog-9win-latest-promotions__tips-list {
    list-style: none;
    padding: 0;
}

.page-blog-9win-latest-promotions__tips-list li {
    background-color: var(--color-card-bg);
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--color-border);
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    color: var(--color-text-secondary);
}

.page-blog-9win-latest-promotions__cta-bottom {
    text-align: center;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* FAQ Section */
.page-blog-9win-latest-promotions__faq-section {
    padding: 60px 0;
    background-color: var(--color-background);
}

.page-blog-9win-latest-promotions__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-blog-9win-latest-promotions__faq-item {
    background-color: var(--color-card-bg);
    border: 1px solid var(--color-border);
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.page-blog-9win-latest-promotions__faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    color: var(--color-text-main);
    list-style: none;
    outline: none;
}

.page-blog-9win-latest-promotions__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-blog-9win-latest-promotions__faq-qtext {
    flex-grow: 1;
    color: var(--color-text-main);
}

.page-blog-9win-latest-promotions__faq-toggle {
    font-size: 24px;
    line-height: 1;
    margin-left: 15px;
    color: var(--color-gold);
}

.page-blog-9win-latest-promotions__faq-item[open] .page-blog-9win-latest-promotions__faq-toggle {
    content: '−';
}

.page-blog-9win-latest-promotions__faq-answer {
    padding: 0 25px 20px;
    color: var(--color-text-secondary);
    font-size: 16px;
}

/* Conclusion Section */
.page-blog-9win-latest-promotions__conclusion-section {
    padding: 60px 0;
    text-align: center;
    background-color: var(--color-deep-green);
}

.page-blog-9win-latest-promotions__final-cta {
    margin-top: 40px;
}

/* Image and Video Responsive */
.page-blog-9win-latest-promotions img {
    max-width: 100%;
    height: auto;
    display: block;
}

.page-blog-9win-latest-promotions video {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.page-blog-9win-latest-promotions__video-section,
.page-blog-9win-latest-promotions__video-container,
.page-blog-9win-latest-promotions__video-wrapper {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

/* Media Queries for Responsiveness */
@media (max-width: 1024px) {
    .page-blog-9win-latest-promotions__hero-content {
        margin-top: -80px;
        padding: 30px 15px;
    }
    .page-blog-9win-latest-promotions__hero-title {
        font-size: clamp(32px, 4.5vw, 48px);
    }
    .page-blog-9win-latest-promotions__hero-description {
        font-size: clamp(15px, 1.8vw, 18px);
    }
}

@media (max-width: 768px) {
    .page-blog-9win-latest-promotions__hero-section {
        padding-top: 10px !important;
    }
    .page-blog-9win-latest-promotions__hero-image {
        max-height: 400px;
    }
    .page-blog-9win-latest-promotions__hero-content {
        margin-top: -60px;
        padding: 25px 15px;
    }
    .page-blog-9win-latest-promotions__hero-cta {
        flex-direction: column;
        gap: 15px;
    }
    .page-blog-9win-latest-promotions__btn-primary,
    .page-blog-9win-latest-promotions__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 15px !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-blog-9win-latest-promotions__cta-buttons,
    .page-blog-9win-latest-promotions__button-group,
    .page-blog-9win-latest-promotions__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;
        display: flex;
        flex-direction: column;
    }

    .page-blog-9win-latest-promotions img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-blog-9win-latest-promotions video,
    .page-blog-9win-latest-promotions__video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-blog-9win-latest-promotions__video-section,
    .page-blog-9win-latest-promotions__video-container,
    .page-blog-9win-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-9win-latest-promotions__section,
    .page-blog-9win-latest-promotions__card,
    .page-blog-9win-latest-promotions__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-9win-latest-promotions__section-title {
        font-size: 28px;
    }
    .page-blog-9win-latest-promotions__steps-list li {
        padding-left: 60px;
    }
    .page-blog-9win-latest-promotions__steps-list li::before {
        width: 35px;
        height: 35px;
        font-size: 18px;
        left: 15px;
    }
    .page-blog-9win-latest-promotions__feature-icon,
    .page-blog-9win-latest-promotions__promo-image {
        max-width: 100%;
    }
    .page-blog-9win-latest-promotions__faq-item summary {
        padding: 15px 20px;
        font-size: 16px;
    }
    .page-blog-9win-latest-promotions__faq-answer {
        padding: 0 20px 15px;
    }
    .page-blog-9win-latest-promotions__cta-bottom {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .page-blog-9win-latest-promotions__hero-content {
        margin-top: -40px;
        padding: 20px 10px;
    }
    .page-blog-9win-latest-promotions__hero-title {
        font-size: 28px;
    }
    .page-blog-9win-latest-promotions__hero-description {
        font-size: 14px;
    }
    .page-blog-9win-latest-promotions__section-title {
        font-size: 24px;
    }
    .page-blog-9win-latest-promotions__feature-card,
    .page-blog-9win-latest-promotions__promo-card,
    .page-blog-9win-latest-promotions__steps-list li {
        padding: 20px;
    }
    .page-blog-9win-latest-promotions__steps-list li::before {
        left: 10px;
    }
}