/* style/blog-99win12-latest-promotions-analysis.css */

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

.page-blog-99win12-latest-promotions-analysis {
    background-color: var(--background-dark);
    color: var(--text-main);
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-blog-99win12-latest-promotions-analysis__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 20px;
    padding-top: 10px; /* Small top padding, body handles header offset */
    overflow: hidden;
}

.page-blog-99win12-latest-promotions-analysis__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-99win12-latest-promotions-analysis__hero-content {
    max-width: 900px;
    text-align: center;
    margin-top: 40px;
    padding: 0 20px;
}

.page-blog-99win12-latest-promotions-analysis__main-title {
    font-size: clamp(2.5rem, 4vw, 3.2rem); /* Responsive font size for H1 */
    color: var(--gold-color);
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.page-blog-99win12-latest-promotions-analysis__hero-description {
    font-size: 1.15rem;
    color: var(--text-secondary);
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-99win12-latest-promotions-analysis__cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    cursor: pointer;
    border: none;
}

.page-blog-99win12-latest-promotions-analysis__btn-primary {
    background: var(--button-gradient);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-99win12-latest-promotions-analysis__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-99win12-latest-promotions-analysis__btn-secondary {
    background-color: var(--card-background);
    color: var(--gold-color);
    border: 2px solid var(--border-color);
    margin-left: 15px;
}

.page-blog-99win12-latest-promotions-analysis__btn-secondary:hover {
    background-color: var(--deep-green);
    color: var(--text-main);
    transform: translateY(-3px);
}

.page-blog-99win12-latest-promotions-analysis__content-area,
.page-blog-99win12-latest-promotions-analysis__highlight-promotions,
.page-blog-99win12-latest-promotions-analysis__guide-section,
.page-blog-99win12-latest-promotions-analysis__transparency-section,
.page-blog-99win12-latest-promotions-analysis__conclusion-section,
.page-blog-99win12-latest-promotions-analysis__faq-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    box-sizing: border-box;
}

.page-blog-99win12-latest-promotions-analysis__section-wrapper {
    padding: 0;
}

.page-blog-99win12-latest-promotions-analysis__section-title {
    font-size: 2.5rem;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
}

.page-blog-99win12-latest-promotions-analysis__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--gold-color);
    border-radius: 2px;
}

.page-blog-99win12-latest-promotions-analysis__sub-title {
    font-size: 1.8rem;
    color: var(--text-main);
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog-99win12-latest-promotions-analysis__text-block p {
    font-size: 1.05rem;
    color: var(--text-secondary);
    margin-bottom: 15px;
    line-height: 1.7;
}

.page-blog-99win12-latest-promotions-analysis__list,
.page-blog-99win12-latest-promotions-analysis__ordered-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.page-blog-99win12-latest-promotions-analysis__list-item {
    font-size: 1.05rem;
    color: var(--text-secondary);
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.page-blog-99win12-latest-promotions-analysis__list-item::before {
    content: '•';
    color: var(--gold-color);
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1.2em;
    top: 0;
}

.page-blog-99win12-latest-promotions-analysis__ordered-list .page-blog-99win12-latest-promotions-analysis__list-item {
    counter-increment: list-counter;
}

.page-blog-99win12-latest-promotions-analysis__ordered-list .page-blog-99win12-latest-promotions-analysis__list-item::before {
    content: counter(list-counter) '.';
    color: var(--gold-color);
    font-weight: bold;
    font-size: 1.2em;
}

.page-blog-99win12-latest-promotions-analysis__promotions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-99win12-latest-promotions-analysis__card {
    background-color: var(--card-background);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    color: var(--text-main);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-99win12-latest-promotions-analysis__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-blog-99win12-latest-promotions-analysis__card-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    min-height: 200px; /* Ensure min height for card images */
}

.page-blog-99win12-latest-promotions-analysis__card-title {
    font-size: 1.4rem;
    color: var(--gold-color);
    padding: 20px 20px 10px;
    font-weight: bold;
}

.page-blog-99win12-latest-promotions-analysis__card-description {
    font-size: 0.95rem;
    color: var(--text-secondary);
    padding: 0 20px 20px;
    flex-grow: 1;
}

.page-blog-99win12-latest-promotions-analysis__card .page-blog-99win12-latest-promotions-analysis__cta-button {
    margin: 0 20px 20px;
    width: calc(100% - 40px);
}

.page-blog-99win12-latest-promotions-analysis__faq-list {
    margin-top: 30px;
}

.page-blog-99win12-latest-promotions-analysis__faq-item {
    background-color: var(--card-background);
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.page-blog-99win12-latest-promotions-analysis__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 1.15rem;
    font-weight: bold;
    color: var(--text-main);
    cursor: pointer;
    background-color: var(--deep-green);
    border-bottom: 1px solid var(--divider-color);
    transition: background-color 0.3s ease;
    list-style: none; /* For details/summary */
}

.page-blog-99win12-latest-promotions-analysis__faq-question:hover {
    background-color: var(--primary-color);
}

.page-blog-99win12-latest-promotions-analysis__faq-item[open] .page-blog-99win12-latest-promotions-analysis__faq-question {
    background-color: var(--primary-color);
}

.page-blog-99win12-latest-promotions-analysis__faq-qtext {
    flex-grow: 1;
}

.page-blog-99win12-latest-promotions-analysis__faq-toggle {
    font-size: 1.5rem;
    margin-left: 15px;
    color: var(--gold-color);
}

.page-blog-99win12-latest-promotions-analysis__faq-answer {
    padding: 20px;
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.7;
    background-color: var(--card-background);
    border-top: 1px solid var(--divider-color);
}

/* Hide default details marker */
.page-blog-99win12-latest-promotions-analysis__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-blog-99win12-latest-promotions-analysis__faq-item summary::marker {
    display: none;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-blog-99win12-latest-promotions-analysis__hero-content {
        margin-top: 30px;
    }

    .page-blog-99win12-latest-promotions-analysis__main-title {
        font-size: clamp(2rem, 5vw, 2.8rem);
    }

    .page-blog-99win12-latest-promotions-analysis__hero-description {
        font-size: 1rem;
    }

    .page-blog-99win12-latest-promotions-analysis__section-title {
        font-size: 2rem;
    }

    .page-blog-99win12-latest-promotions-analysis__sub-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .page-blog-99win12-latest-promotions-analysis {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-99win12-latest-promotions-analysis__hero-section {
        padding: 40px 15px;
        padding-top: 10px !important; /* body handles --header-offset, small decorative top padding */
    }

    .page-blog-99win12-latest-promotions-analysis__hero-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        min-height: 200px !important;
    }

    .page-blog-99win12-latest-promotions-analysis__hero-content {
        margin-top: 20px;
        padding: 0 15px;
    }

    .page-blog-99win12-latest-promotions-analysis__main-title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
    }

    .page-blog-99win12-latest-promotions-analysis__hero-description {
        font-size: 0.95rem;
    }

    .page-blog-99win12-latest-promotions-analysis__cta-button {
        font-size: 1rem;
        padding: 12px 25px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .page-blog-99win12-latest-promotions-analysis__btn-secondary {
        margin-top: 15px;
    }

    .page-blog-99win12-latest-promotions-analysis__content-area,
    .page-blog-99win12-latest-promotions-analysis__highlight-promotions,
    .page-blog-99win12-latest-promotions-analysis__guide-section,
    .page-blog-99win12-latest-promotions-analysis__transparency-section,
    .page-blog-99win12-latest-promotions-analysis__conclusion-section,
    .page-blog-99win12-latest-promotions-analysis__faq-section {
        padding: 40px 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .page-blog-99win12-latest-promotions-analysis__section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .page-blog-99win12-latest-promotions-analysis__sub-title {
        font-size: 1.3rem;
    }

    .page-blog-99win12-latest-promotions-analysis p,
    .page-blog-99win12-latest-promotions-analysis li {
        font-size: 0.95rem;
    }

    .page-blog-99win12-latest-promotions-analysis__promotions-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .page-blog-99win12-latest-promotions-analysis__card {
        min-width: 200px !important;
    }

    .page-blog-99win12-latest-promotions-analysis__card-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        min-height: 200px !important;
    }

    .page-blog-99win12-latest-promotions-analysis__faq-question {
        font-size: 1rem;
        padding: 15px;
    }

    .page-blog-99win12-latest-promotions-analysis__faq-answer {
        font-size: 0.9rem;
        padding: 15px;
    }

    /* Ensure all images are responsive and don't overflow */
    .page-blog-99win12-latest-promotions-analysis img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-blog-99win12-latest-promotions-analysis__section,
    .page-blog-99win12-latest-promotions-analysis__card,
    .page-blog-99win12-latest-promotions-analysis__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-99win12-latest-promotions-analysis__video-section {
        padding-top: 10px !important; /* body already handles --header-offset */
    }

    .page-blog-99win12-latest-promotions-analysis__video-container,
    .page-blog-99win12-latest-promotions-analysis__video-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-99win12-latest-promotions-analysis video,
    .page-blog-99win12-latest-promotions-analysis__video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-blog-99win12-latest-promotions-analysis__cta-buttons {
        display: flex;
        flex-direction: column; /* Stack buttons vertically on mobile */
        gap: 10px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 480px) {
    .page-blog-99win12-latest-promotions-analysis__main-title {
        font-size: clamp(1.6rem, 7vw, 2.2rem);
    }

    .page-blog-99win12-latest-promotions-analysis__section-title {
        font-size: 1.6rem;
    }

    .page-blog-99win12-latest-promotions-analysis__sub-title {
        font-size: 1.2rem;
    }

    .page-blog-99win12-latest-promotions-analysis__faq-question {
        font-size: 0.95rem;
    }

    .page-blog-99win12-latest-promotions-analysis__faq-answer {
        font-size: 0.85rem;
    }
}