/* style/blog-bi-quyet-chien-thang-pg99.css */

.page-blog-bi-quyet-chien-thang-pg99 {
    font-family: Arial, sans-serif;
    color: #FFF1E8; /* Text Main */
    background-color: #140C0C; /* Background */
}

.page-blog-bi-quyet-chien-thang-pg99__hero-section {
    padding-top: 10px; /* Small top padding */
    padding-bottom: 60px;
    background-color: #140C0C; /* Background */
    color: #FFF1E8;
}

.page-blog-bi-quyet-chien-thang-pg99__hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 40px 20px;
    gap: 30px;
}

.page-blog-bi-quyet-chien-thang-pg99__hero-content {
    flex: 1 1 45%;
    min-width: 300px;
}

.page-blog-bi-quyet-chien-thang-pg99__main-title {
    font-size: 3.2em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #F3C54D; /* Gold */
    letter-spacing: -1px;
}

.page-blog-bi-quyet-chien-thang-pg99__description {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #FFF1E8;
}

.page-blog-bi-quyet-chien-thang-pg99__cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.page-blog-bi-quyet-chien-thang-pg99__btn-primary,
.page-blog-bi-quyet-chien-thang-pg99__btn-secondary {
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    flex-shrink: 0;
}

.page-blog-bi-quyet-chien-thang-pg99__btn-primary {
    background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%); /* Button gradient */
    color: #FFF1E8; /* Text Main */
    border: none;
}

.page-blog-bi-quyet-chien-thang-pg99__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-blog-bi-quyet-chien-thang-pg99__btn-secondary {
    background-color: transparent;
    color: #F3C54D; /* Gold */
    border: 2px solid #F3C54D; /* Gold */
}

.page-blog-bi-quyet-chien-thang-pg99__btn-secondary:hover {
    background-color: #F3C54D;
    color: #140C0C; /* Background */
    transform: translateY(-2px);
}

.page-blog-bi-quyet-chien-thang-pg99__hero-image {
    flex: 1 1 45%;
    min-width: 300px;
    text-align: center;
}

.page-blog-bi-quyet-chien-thang-pg99__hero-side-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-blog-bi-quyet-chien-thang-pg99__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.page-blog-bi-quyet-chien-thang-pg99__section-title {
    font-size: 2.5em;
    font-weight: 700;
    color: #F3C54D; /* Gold */
    margin-bottom: 40px;
    text-align: center;
}

.page-blog-bi-quyet-chien-thang-pg99 p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #FFF1E8;
}

.page-blog-bi-quyet-chien-thang-pg99__strategy-grid,
.page-blog-bi-quyet-chien-thang-pg99__game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-bi-quyet-chien-thang-pg99__strategy-card,
.page-blog-bi-quyet-chien-thang-pg99__game-card {
    background-color: #2A1212; /* Card BG */
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #FFF1E8;
}

.page-blog-bi-quyet-chien-thang-pg99__strategy-card:hover,
.page-blog-bi-quyet-chien-thang-pg99__game-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4);
}

.page-blog-bi-quyet-chien-thang-pg99__card-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    object-fit: cover;
}

.page-blog-bi-quyet-chien-thang-pg99__card-title {
    font-size: 1.5em;
    font-weight: 600;
    color: #F3C54D; /* Gold */
    margin-bottom: 15px;
}

.page-blog-bi-quyet-chien-thang-pg99__game-card .page-blog-bi-quyet-chien-thang-pg99__read-more-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #C61F1F; /* Primary color */
    color: #FFF1E8;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.page-blog-bi-quyet-chien-thang-pg99__game-card .page-blog-bi-quyet-chien-thang-pg99__read-more-btn:hover {
    background-color: #E53030; /* Auxiliary color */
}

.page-blog-bi-quyet-chien-thang-pg99__tips-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-blog-bi-quyet-chien-thang-pg99__tips-list li {
    background-color: #2A1212; /* Card BG */
    margin-bottom: 15px;
    padding: 20px 25px;
    border-radius: 8px;
    font-size: 1.1em;
    line-height: 1.6;
    color: #FFF1E8;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-bi-quyet-chien-thang-pg99__tips-list li strong {
    color: #F3C54D; /* Gold */
}

.page-blog-bi-quyet-chien-thang-pg99__cta-section {
    background-color: #C61F1F; /* Primary color */
    padding: 80px 20px;
    text-align: center;
    color: #FFF1E8;
}

.page-blog-bi-quyet-chien-thang-pg99__cta-title {
    font-size: 2.8em;
    font-weight: 700;
    margin-bottom: 20px;
    color: #FFF1E8;
}

.page-blog-bi-quyet-chien-thang-pg99__cta-description {
    font-size: 1.3em;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-bi-quyet-chien-thang-pg99__faq-list {
    margin-top: 40px;
}

.page-blog-bi-quyet-chien-thang-pg99__faq-item {
    background-color: #2A1212; /* Card BG */
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: #FFF1E8;
}

.page-blog-bi-quyet-chien-thang-pg99__faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.2em;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    color: #F3C54D; /* Gold */
}

.page-blog-bi-quyet-chien-thang-pg99__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-blog-bi-quyet-chien-thang-pg99__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
}

.page-blog-bi-quyet-chien-thang-pg99__faq-item[open] .page-blog-bi-quyet-chien-thang-pg99__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-bi-quyet-chien-thang-pg99__faq-answer {
    padding: 0 25px 20px;
    font-size: 1em;
    line-height: 1.7;
    color: #FFF1E8;
}

.page-blog-bi-quyet-chien-thang-pg99__conclusion-section {
    padding-bottom: 80px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-bi-quyet-chien-thang-pg99__main-title {
        font-size: 2.8em;
    }
    .page-blog-bi-quyet-chien-thang-pg99__description {
        font-size: 1.1em;
    }
    .page-blog-bi-quyet-chien-thang-pg99__section-title {
        font-size: 2em;
    }
    .page-blog-bi-quyet-chien-thang-pg99__cta-title {
        font-size: 2.2em;
    }
    .page-blog-bi-quyet-chien-thang-pg99__cta-description {
        font-size: 1.1em;
    }
}

@media (max-width: 768px) {
    .page-blog-bi-quyet-chien-thang-pg99 {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-bi-quyet-chien-thang-pg99__hero-section {
        padding-top: 10px !important;
        padding-bottom: 40px;
    }

    .page-blog-bi-quyet-chien-thang-pg99__hero-container {
        flex-direction: column;
        padding: 30px 15px;
        gap: 20px;
    }

    .page-blog-bi-quyet-chien-thang-pg99__hero-content {
        order: 2;
        text-align: center;
    }

    .page-blog-bi-quyet-chien-thang-pg99__hero-image {
        order: 1;
    }

    .page-blog-bi-quyet-chien-thang-pg99__main-title {
        font-size: 2.2em;
        margin-bottom: 15px;
    }

    .page-blog-bi-quyet-chien-thang-pg99__description {
        font-size: 1em;
        margin-bottom: 25px;
    }

    .page-blog-bi-quyet-chien-thang-pg99__cta-buttons {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .page-blog-bi-quyet-chien-thang-pg99__btn-primary,
    .page-blog-bi-quyet-chien-thang-pg99__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-bi-quyet-chien-thang-pg99__content-area {
        padding: 40px 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-bi-quyet-chien-thang-pg99__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-blog-bi-quyet-chien-thang-pg99 p {
        font-size: 1em;
    }

    .page-blog-bi-quyet-chien-thang-pg99__strategy-grid,
    .page-blog-bi-quyet-chien-thang-pg99__game-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-blog-bi-quyet-chien-thang-pg99__strategy-card,
    .page-blog-bi-quyet-chien-thang-pg99__game-card {
        padding: 20px;
    }

    .page-blog-bi-quyet-chien-thang-pg99__card-title {
        font-size: 1.3em;
    }

    .page-blog-bi-quyet-chien-thang-pg99__game-card .page-blog-bi-quyet-chien-thang-pg99__read-more-btn {
        width: 100%;
        box-sizing: border-box;
    }

    .page-blog-bi-quyet-chien-thang-pg99__tips-list li {
        font-size: 1em;
        padding: 15px 20px;
    }

    .page-blog-bi-quyet-chien-thang-pg99__cta-section {
        padding: 60px 15px;
    }

    .page-blog-bi-quyet-chien-thang-pg99__cta-title {
        font-size: 2em;
    }

    .page-blog-bi-quyet-chien-thang-pg99__cta-description {
        font-size: 1em;
    }

    .page-blog-bi-quyet-chien-thang-pg99__faq-item summary {
        font-size: 1.1em;
        padding: 15px 20px;
    }

    .page-blog-bi-quyet-chien-thang-pg99__faq-answer {
        padding: 0 20px 15px;
    }

    /* Universal image responsive styles */
    .page-blog-bi-quyet-chien-thang-pg99 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block;
    }

    .page-blog-bi-quyet-chien-thang-pg99__section,
    .page-blog-bi-quyet-chien-thang-pg99__card,
    .page-blog-bi-quyet-chien-thang-pg99__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}