body {
    background-color: #08160F; /* Nền chính của body */
    color: #F2FFF6; /* Màu chữ chính cho body */
}

.page-blog-68gamebai-promotions-guide {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #F2FFF6; /* Text Main */
    background-color: #08160F; /* Background */
}

.page-blog-68gamebai-promotions-guide__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 20px 60px; /* body đã có padding-top, chỉ cần 10px để trang trí */
    overflow: hidden;
    background-color: #0A4B2C; /* Deep Green */
}

.page-blog-68gamebai-promotions-guide__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 600px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.page-blog-68gamebai-promotions-guide__hero-content {
    max-width: 900px;
    width: 100%;
    z-index: 1;
    padding: 0 15px;
    box-sizing: border-box;
}

.page-blog-68gamebai-promotions-guide__main-title {
    font-size: clamp(2em, 4vw, 3em);
    font-weight: 700;
    color: #F2C14E; /* Gold */
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-68gamebai-promotions-guide__hero-description {
    font-size: 1.1em;
    color: #A7D9B8; /* Text Secondary */
    margin-bottom: 30px;
}

.page-blog-68gamebai-promotions-guide__cta-button {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: #F2FFF6; /* Text Main */
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1.1em;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: none;
}

.page-blog-68gamebai-promotions-guide__cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-68gamebai-promotions-guide__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
}

.page-blog-68gamebai-promotions-guide__section-title {
    font-size: 2.2em;
    color: #F2C14E; /* Gold */
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.page-blog-68gamebai-promotions-guide__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #57E38D; /* Glow */
    border-radius: 2px;
}

.page-blog-68gamebai-promotions-guide__sub-title {
    font-size: 1.8em;
    color: #F2FFF6; /* Text Main */
    margin-top: 30px;
    margin-bottom: 15px;
    border-left: 5px solid #2AD16F;
    padding-left: 15px;
}

.page-blog-68gamebai-promotions-guide__paragraph {
    font-size: 1.05em;
    color: #F2FFF6; /* Text Main */
    margin-bottom: 20px;
    line-height: 1.7;
}

.page-blog-68gamebai-promotions-guide__list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-blog-68gamebai-promotions-guide__list-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #A7D9B8; /* Text Secondary */
    font-size: 1.0em;
}

.page-blog-68gamebai-promotions-guide__list-item::before {
    content: '✅';
    position: absolute;
    left: 0;
    color: #2AD16F;
}

.page-blog-68gamebai-promotions-guide__card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-68gamebai-promotions-guide__promo-card {
    background-color: #11271B; /* Card BG */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #2E7A4E; /* Border */
    padding-bottom: 20px;
}

.page-blog-68gamebai-promotions-guide__promo-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);
}

.page-blog-68gamebai-promotions-guide__card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-bottom: 1px solid #2E7A4E; /* Border */
}

.page-blog-68gamebai-promotions-guide__card-title {
    font-size: 1.4em;
    color: #F2C14E; /* Gold */
    padding: 15px 20px 10px;
    margin: 0;
}

.page-blog-68gamebai-promotions-guide__card-description {
    font-size: 0.95em;
    color: #A7D9B8; /* Text Secondary */
    padding: 0 20px;
    margin: 0;
}

.page-blog-68gamebai-promotions-guide__step-by-step {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
}

.page-blog-68gamebai-promotions-guide__step-card {
    background-color: #11271B; /* Card BG */
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
    border: 1px solid #2E7A4E; /* Border */
}

.page-blog-68gamebai-promotions-guide__step-title {
    font-size: 1.6em;
    color: #57E38D; /* Glow */
    margin-bottom: 15px;
}

.page-blog-68gamebai-promotions-guide__step-description {
    font-size: 1.0em;
    color: #A7D9B8; /* Text Secondary */
    margin-bottom: 25px;
}

.page-blog-68gamebai-promotions-guide__step-button {
    display: inline-block;
    padding: 12px 25px;
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: #F2FFF6; /* Text Main */
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    font-size: 0.95em;
    transition: transform 0.3s ease;
    border: none;
}

.page-blog-68gamebai-promotions-guide__step-button:hover {
    transform: translateY(-2px);
}

.page-blog-68gamebai-promotions-guide__faq-list {
    margin-top: 40px;
}

.page-blog-68gamebai-promotions-guide__faq-item {
    background-color: #11271B; /* Card BG */
    border: 1px solid #2E7A4E; /* Border */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-68gamebai-promotions-guide__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.2em;
    font-weight: bold;
    color: #F2FFF6; /* Text Main */
    cursor: pointer;
    background-color: #0A4B2C; /* Deep Green */
    transition: background-color 0.3s ease;
}

.page-blog-68gamebai-promotions-guide__faq-question:hover {
    background-color: #134F2E;
}

.page-blog-68gamebai-promotions-guide__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-68gamebai-promotions-guide__faq-question::marker {
    display: none;
}

.page-blog-68gamebai-promotions-guide__faq-qtext {
    flex-grow: 1;
}

.page-blog-68gamebai-promotions-guide__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: #57E38D; /* Glow */
}

.page-blog-68gamebai-promotions-guide__faq-answer {
    padding: 20px 25px;
    font-size: 1.0em;
    color: #A7D9B8; /* Text Secondary */
    background-color: #11271B; /* Card BG */
    border-top: 1px solid #1E3A2A; /* Divider */
}

.page-blog-68gamebai-promotions-guide__faq-item[open] .page-blog-68gamebai-promotions-guide__faq-question {
    background-color: #134F2E;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-blog-68gamebai-promotions-guide__main-title {
        font-size: clamp(1.8em, 5vw, 2.5em);
    }

    .page-blog-68gamebai-promotions-guide__section-title {
        font-size: 2em;
    }

    .page-blog-68gamebai-promotions-guide__sub-title {
        font-size: 1.6em;
    }
}

@media (max-width: 768px) {
    .page-blog-68gamebai-promotions-guide__hero-section {
        padding: 10px 15px 40px;
    }

    .page-blog-68gamebai-promotions-guide__main-title {
        font-size: clamp(1.5em, 6vw, 2em);
    }

    .page-blog-68gamebai-promotions-guide__hero-description {
        font-size: 1em;
    }

    .page-blog-68gamebai-promotions-guide__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-blog-68gamebai-promotions-guide__content-area {
        padding: 30px 15px;
    }

    .page-blog-68gamebai-promotions-guide__section-title {
        font-size: 1.8em;
        margin-bottom: 25px;
    }

    .page-blog-68gamebai-promotions-guide__sub-title {
        font-size: 1.4em;
    }

    .page-blog-68gamebai-promotions-guide__paragraph,
    .page-blog-68gamebai-promotions-guide__list-item,
    .page-blog-68gamebai-promotions-guide__card-description,
    .page-blog-68gamebai-promotions-guide__step-description,
    .page-blog-68gamebai-promotions-guide__faq-answer p {
        font-size: 1em !important;
    }

    .page-blog-68gamebai-promotions-guide__card-grid {
        grid-template-columns: 1fr;
    }

    .page-blog-68gamebai-promotions-guide__step-card {
        padding: 25px;
    }

    .page-blog-68gamebai-promotions-guide__step-title {
        font-size: 1.4em;
    }

    .page-blog-68gamebai-promotions-guide__step-button {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        text-align: center;
        padding: 12px 15px;
    }

    .page-blog-68gamebai-promotions-guide__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
    }
    
    /* Mobile image and container responsive styles */
    .page-blog-68gamebai-promotions-guide img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    
    .page-blog-68gamebai-promotions-guide__section,
    .page-blog-68gamebai-promotions-guide__card,
    .page-blog-68gamebai-promotions-guide__container,
    .page-blog-68gamebai-promotions-guide__promo-card,
    .page-blog-68gamebai-promotions-guide__step-card {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-68gamebai-promotions-guide__hero-content {
        padding-left: 0;
        padding-right: 0;
    }

    .page-blog-68gamebai-promotions-guide__cta-button,
    .page-blog-68gamebai-promotions-guide__step-button {
        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-68gamebai-promotions-guide__cta-buttons,
    .page-blog-68gamebai-promotions-guide__button-group,
    .page-blog-68gamebai-promotions-guide__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;
    }

    .page-blog-68gamebai-promotions-guide__cta-buttons {
        display: flex;
        flex-direction: column;
    }

    .page-blog-68gamebai-promotions-guide__video-section {
        padding-top: 10px !important;
    }
}

@media (max-width: 480px) {
    .page-blog-68gamebai-promotions-guide__main-title {
        font-size: clamp(1.3em, 7vw, 1.8em);
    }

    .page-blog-68gamebai-promotions-guide__section-title {
        font-size: 1.6em;
    }

    .page-blog-68gamebai-promotions-guide__sub-title {
        font-size: 1.2em;
    }

    .page-blog-68gamebai-promotions-guide__hero-description {
        font-size: 0.95em;
    }
}