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

.page-blog-game789-win-latest-gameplay-analysis {
    background-color: var(--bg-dark);
    color: var(--text-main);
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}

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

/* Hero Section */
.page-blog-game789-win-latest-gameplay-analysis__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px; /* Small top padding, body handles header offset */
    padding-bottom: 60px;
    overflow: hidden;
    text-align: center;
}

.page-blog-game789-win-latest-gameplay-analysis__hero-image-wrapper {
    width: 100%;
    max-height: 700px; /* Limit height for aesthetic */
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.page-blog-game789-win-latest-gameplay-analysis__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    filter: brightness(0.7); /* Slightly darken image for text readability */
}

.page-blog-game789-win-latest-gameplay-analysis__hero-content {
    position: relative;
    z-index: 1;
    margin-top: -150px; /* Overlap slightly with image for visual flow */
    padding: 0 20px;
    max-width: 900px;
    background-color: rgba(17, 39, 27, 0.85); /* Card BG with transparency */
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-blog-game789-win-latest-gameplay-analysis__hero-title {
    font-size: clamp(2em, 4vw, 3.5em); /* Responsive font size for H1 */
    color: var(--gold-color);
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 0 10px rgba(87, 227, 141, 0.5);
}

.page-blog-game789-win-latest-gameplay-analysis__hero-description {
    font-size: 1.1em;
    color: var(--text-main);
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-game789-win-latest-gameplay-analysis__hero-cta-button {
    display: inline-block;
    background: var(--button-gradient);
    color: var(--text-main);
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-game789-win-latest-gameplay-analysis__hero-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    filter: brightness(1.1);
}

/* General Section Styling */
.page-blog-game789-win-latest-gameplay-analysis__section {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.page-blog-game789-win-latest-gameplay-analysis__section-title {
    font-size: 2.5em;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    text-shadow: 0 0 5px rgba(34, 199, 104, 0.3);
}

.page-blog-game789-win-latest-gameplay-analysis__text-block {
    font-size: 1.05em;
    color: var(--text-secondary);
    margin-bottom: 20px;
    text-align: justify;
}

.page-blog-game789-win-latest-gameplay-analysis__text-block a {
    color: var(--gold-color);
    text-decoration: none;
    font-weight: bold;
}

.page-blog-game789-win-latest-gameplay-analysis__text-block a:hover {
    text-decoration: underline;
}

/* Game Category Styling */
.page-blog-game789-win-latest-gameplay-analysis__game-category {
    background-color: var(--card-bg);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--border-color);
}

.page-blog-game789-win-latest-gameplay-analysis__game-title {
    font-size: 1.8em;
    color: var(--primary-color);
    margin-bottom: 20px;
    font-weight: 600;
}

.page-blog-game789-win-latest-gameplay-analysis__game-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    margin-bottom: 25px;
    object-fit: cover;
}

.page-blog-game789-win-latest-gameplay-analysis__read-more-button {
    display: inline-block;
    background: var(--secondary-color);
    color: var(--text-main);
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.95em;
    margin-top: 15px;
    transition: all 0.3s ease;
}

.page-blog-game789-win-latest-gameplay-analysis__read-more-button:hover {
    background: var(--primary-color);
    transform: translateY(-2px);
}

/* Strategy & Tips */
.page-blog-game789-win-latest-gameplay-analysis__tips-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-blog-game789-win-latest-gameplay-analysis__tip-item {
    background-color: var(--card-bg);
    border-left: 5px solid var(--primary-color);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    color: var(--text-secondary);
}

.page-blog-game789-win-latest-gameplay-analysis__tip-item strong {
    color: var(--text-main);
    font-size: 1.1em;
}

/* Join Guide */
.page-blog-game789-win-latest-gameplay-analysis__step-by-step {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-blog-game789-win-latest-gameplay-analysis__step-item {
    background-color: var(--card-bg);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-blog-game789-win-latest-gameplay-analysis__step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: var(--button-gradient);
    color: var(--text-main);
    border-radius: 50%;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-game789-win-latest-gameplay-analysis__step-title {
    font-size: 1.5em;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.page-blog-game789-win-latest-gameplay-analysis__step-description {
    color: var(--text-secondary);
    font-size: 0.95em;
    flex-grow: 1;
}

.page-blog-game789-win-latest-gameplay-analysis__step-button {
    display: inline-block;
    background: var(--secondary-color);
    color: var(--text-main);
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.95em;
    margin-top: 25px;
    transition: all 0.3s ease;
}

.page-blog-game789-win-latest-gameplay-analysis__step-button:hover {
    background: var(--primary-color);
    transform: translateY(-2px);
}

/* Promotions */
.page-blog-game789-win-latest-gameplay-analysis__promo-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-blog-game789-win-latest-gameplay-analysis__promo-item {
    background-color: var(--card-bg);
    border-left: 5px solid var(--gold-color);
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    color: var(--text-secondary);
    font-size: 1.05em;
}

.page-blog-game789-win-latest-gameplay-analysis__promo-banner {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
    margin-top: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

/* FAQ Section */
.page-blog-game789-win-latest-gameplay-analysis__faq-list {
    margin-top: 30px;
}

.page-blog-game789-win-latest-gameplay-analysis__faq-item {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.page-blog-game789-win-latest-gameplay-analysis__faq-item[open] {
    background-color: var(--deep-green);
}

.page-blog-game789-win-latest-gameplay-analysis__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    font-size: 1.15em;
    font-weight: bold;
    color: var(--text-main);
    background-color: var(--card-bg);
    border-bottom: 1px solid var(--divider-color);
}

.page-blog-game789-win-latest-gameplay-analysis__faq-item[open] .page-blog-game789-win-latest-gameplay-analysis__faq-question {
    border-bottom: 1px solid var(--deep-green);
    background-color: var(--deep-green);
}

.page-blog-game789-win-latest-gameplay-analysis__faq-qtext {
    flex-grow: 1;
    text-align: left;
}

.page-blog-game789-win-latest-gameplay-analysis__faq-toggle {
    font-size: 1.5em;
    margin-left: 15px;
    width: 25px;
    text-align: center;
}

.page-blog-game789-win-latest-gameplay-analysis__faq-item summary::-webkit-details-marker {
    display: none;
}
.page-blog-game789-win-latest-gameplay-analysis__faq-item summary {
    list-style: none;
}

.page-blog-game789-win-latest-gameplay-analysis__faq-answer {
    padding: 20px;
    color: var(--text-secondary);
    font-size: 1em;
    border-top: 1px solid var(--divider-color);
}

.page-blog-game789-win-latest-gameplay-analysis__faq-answer p {
    margin: 0;
    color: var(--text-secondary);
}

.page-blog-game789-win-latest-gameplay-analysis__faq-answer a {
    color: var(--gold-color);
    text-decoration: none;
    font-weight: bold;
}

.page-blog-game789-win-latest-gameplay-analysis__faq-answer a:hover {
    text-decoration: underline;
}

.page-blog-game789-win-latest-gameplay-analysis__view-all-faq-button {
    display: block;
    width: fit-content;
    margin: 40px auto 0 auto;
    background: var(--button-gradient);
    color: var(--text-main);
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-game789-win-latest-gameplay-analysis__view-all-faq-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    filter: brightness(1.1);
}

/* Conclusion */
.page-blog-game789-win-latest-gameplay-analysis__conclusion {
    text-align: center;
    background-color: var(--deep-green);
    padding: 80px 0;
}

.page-blog-game789-win-latest-gameplay-analysis__conclusion .page-blog-game789-win-latest-gameplay-analysis__section-title {
    color: var(--gold-color);
    margin-bottom: 30px;
}

.page-blog-game789-win-latest-gameplay-analysis__conclusion .page-blog-game789-win-latest-gameplay-analysis__text-block {
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: var(--text-main);
}

.page-blog-game789-win-latest-gameplay-analysis__cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.page-blog-game789-win-latest-gameplay-analysis__cta-button {
    display: inline-block;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-game789-win-latest-gameplay-analysis__cta-button--primary {
    background: var(--button-gradient);
    color: var(--text-main);
    border: 2px solid transparent;
}

.page-blog-game789-win-latest-gameplay-analysis__cta-button--secondary {
    background: transparent;
    color: var(--gold-color);
    border: 2px solid var(--gold-color);
}

.page-blog-game789-win-latest-gameplay-analysis__cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    filter: brightness(1.1);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-blog-game789-win-latest-gameplay-analysis__hero-content {
        margin-top: -100px;
        padding: 25px;
    }
    .page-blog-game789-win-latest-gameplay-analysis__hero-title {
        font-size: clamp(1.8em, 4.5vw, 3em);
    }
    .page-blog-game789-win-latest-gameplay-analysis__section-title {
        font-size: 2em;
    }
    .page-blog-game789-win-latest-gameplay-analysis__game-title {
        font-size: 1.6em;
    }
    .page-blog-game789-win-latest-gameplay-analysis__step-by-step {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-blog-game789-win-latest-gameplay-analysis {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-blog-game789-win-latest-gameplay-analysis__hero-section {
        padding-bottom: 40px;
    }
    .page-blog-game789-win-latest-gameplay-analysis__hero-image-wrapper {
        max-height: 400px;
    }
    .page-blog-game789-win-latest-gameplay-analysis__hero-content {
        margin-top: -80px;
        padding: 20px;
        border-radius: 10px;
    }
    .page-blog-game789-win-latest-gameplay-analysis__hero-title {
        font-size: clamp(1.5em, 6vw, 2.5em);
    }
    .page-blog-game789-win-latest-gameplay-analysis__hero-description {
        font-size: 1em;
    }
    .page-blog-game789-win-latest-gameplay-analysis__hero-cta-button {
        padding: 12px 30px;
        font-size: 1em;
    }
    .page-blog-game789-win-latest-gameplay-analysis__section {
        padding: 40px 0;
    }
    .page-blog-game789-win-latest-gameplay-analysis__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-blog-game789-win-latest-gameplay-analysis__game-category {
        padding: 20px;
        margin-bottom: 30px;
    }
    .page-blog-game789-win-latest-gameplay-analysis__game-title {
        font-size: 1.4em;
    }
    .page-blog-game789-win-latest-gameplay-analysis__text-block {
        font-size: 0.95em;
    }
    .page-blog-game789-win-latest-gameplay-analysis__tip-item, 
    .page-blog-game789-win-latest-gameplay-analysis__promo-item {
        padding: 15px;
        font-size: 1em;
    }
    .page-blog-game789-win-latest-gameplay-analysis__step-item {
        padding: 25px;
    }
    .page-blog-game789-win-latest-gameplay-analysis__step-number {
        width: 50px;
        height: 50px;
        font-size: 1.8em;
    }
    .page-blog-game789-win-latest-gameplay-analysis__step-title {
        font-size: 1.3em;
    }
    .page-blog-game789-win-latest-gameplay-analysis__step-button {
        padding: 10px 18px;
        font-size: 0.9em;
    }
    .page-blog-game789-win-latest-gameplay-analysis__faq-question {
        padding: 15px;
        font-size: 1em;
    }
    .page-blog-game789-win-latest-gameplay-analysis__faq-answer {
        padding: 15px;
        font-size: 0.95em;
    }
    .page-blog-game789-win-latest-gameplay-analysis__view-all-faq-button,
    .page-blog-game789-win-latest-gameplay-analysis__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-blog-game789-win-latest-gameplay-analysis__cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .page-blog-game789-win-latest-gameplay-analysis__cta-button--primary,
    .page-blog-game789-win-latest-gameplay-analysis__cta-button--secondary {
        width: 100%;
        max-width: 300px; /* Limit button width on mobile for better aesthetics */
    }

    /* Mobile image adaptation */
    .page-blog-game789-win-latest-gameplay-analysis img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    /* Mobile container adaptation */
    .page-blog-game789-win-latest-gameplay-analysis__section,
    .page-blog-game789-win-latest-gameplay-analysis__card,
    .page-blog-game789-win-latest-gameplay-analysis__container,
    .page-blog-game789-win-latest-gameplay-analysis__hero-content,
    .page-blog-game789-win-latest-gameplay-analysis__game-category,
    .page-blog-game789-win-latest-gameplay-analysis__tip-item,
    .page-blog-game789-win-latest-gameplay-analysis__promo-item,
    .page-blog-game789-win-latest-gameplay-analysis__step-item,
    .page-blog-game789-win-latest-gameplay-analysis__faq-item,
    .page-blog-game789-win-latest-gameplay-analysis__faq-question,
    .page-blog-game789-win-latest-gameplay-analysis__faq-answer,
    .page-blog-game789-win-latest-gameplay-analysis__cta-buttons,
    .page-blog-game789-win-latest-gameplay-analysis__step-by-step {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow-x: hidden !important; /* Ensure no horizontal scroll */
    }
    .page-blog-game789-win-latest-gameplay-analysis__hero-section {
        padding-top: 10px !important; /* body already handles --header-offset */
    }

    /* Mobile button adaptation */
    .page-blog-game789-win-latest-gameplay-analysis__hero-cta-button,
    .page-blog-game789-win-latest-gameplay-analysis__read-more-button,
    .page-blog-game789-win-latest-gameplay-analysis__step-button,
    .page-blog-game789-win-latest-gameplay-analysis__view-all-faq-button,
    .page-blog-game789-win-latest-gameplay-analysis__cta-button {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        text-align: center;
    }
    .page-blog-game789-win-latest-gameplay-analysis__cta-buttons {
        gap: 10px;
    }
}