/* CSS cho trang blog-54win-latest-promotions-analysis */

:root {
    --primary-color: #F2C14E;
    --secondary-color: #FFD36B;
    --card-bg: #111111;
    --background-color: #0A0A0A;
    --text-main-color: #FFF6D6;
    --border-color: #3A2A12;
    --glow-color: #FFD36B;
    --button-gradient: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
}

.page-blog-54win-latest-promotions-analysis {
    font-family: 'Arial', sans-serif;
    color: var(--text-main-color); /* Text Main for dark body background */
    background-color: var(--background-color);
    line-height: 1.6;
}

.page-blog-54win-latest-promotions-analysis__section {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.page-blog-54win-latest-promotions-analysis__dark-section {
    background-color: var(--card-bg);
}

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

.page-blog-54win-latest-promotions-analysis__section-title {
    font-size: 38px;
    font-weight: 700;
    color: var(--secondary-color);
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 0 0 10px rgba(255, 211, 107, 0.4);
    line-height: 1.2;
}

.page-blog-54win-latest-promotions-analysis__text-block {
    font-size: 17px;
    margin-bottom: 20px;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: var(--text-main-color);
}

.page-blog-54win-latest-promotions-analysis__hero-section {
    padding-top: 10px; /* Adjusted for shared header offset */
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--background-color);
}

.page-blog-54win-latest-promotions-analysis__hero-image {
    width: 100%;
    max-height: 700px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.page-blog-54win-latest-promotions-analysis__hero-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.page-blog-54win-latest-promotions-analysis__hero-content {
    position: relative;
    z-index: 1;
    padding: 0 20px 60px;
    max-width: 900px;
}

.page-blog-54win-latest-promotions-analysis__main-title {
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 900;
    color: var(--secondary-color);
    margin-bottom: 20px;
    line-height: 1.1;
    text-shadow: 0 0 15px rgba(255, 211, 107, 0.6);
}

.page-blog-54win-latest-promotions-analysis__hero-description {
    font-size: 20px;
    color: var(--text-main-color);
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-54win-latest-promotions-analysis__hero-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-blog-54win-latest-promotions-analysis__btn-primary,
.page-blog-54win-latest-promotions-analysis__btn-secondary,
.page-blog-54win-latest-promotions-analysis__promo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-blog-54win-latest-promotions-analysis__btn-primary {
    background: var(--button-gradient);
    color: #ffffff; /* White text on gradient button */
    border: none;
    box-shadow: 0 5px 15px rgba(242, 193, 78, 0.4);
}

.page-blog-54win-latest-promotions-analysis__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(242, 193, 78, 0.6);
    opacity: 0.9;
}

.page-blog-54win-latest-promotions-analysis__btn-secondary {
    background: transparent;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    box-shadow: 0 0 10px rgba(255, 211, 107, 0.2);
}

.page-blog-54win-latest-promotions-analysis__btn-secondary:hover {
    background: var(--secondary-color);
    color: var(--background-color);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 211, 107, 0.4);
}

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

.page-blog-54win-latest-promotions-analysis__card {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: var(--text-main-color);
}

.page-blog-54win-latest-promotions-analysis__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-blog-54win-latest-promotions-analysis__card-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.page-blog-54win-latest-promotions-analysis__card-text {
    font-size: 16px;
    color: var(--text-main-color);
}

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

.page-blog-54win-latest-promotions-analysis__promo-card {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    color: var(--text-main-color);
}

.page-blog-54win-latest-promotions-analysis__promo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-blog-54win-latest-promotions-analysis__promo-card img {
    width: 100%;
    height: 220px; /* Fixed height for consistency */
    object-fit: cover;
    display: block;
}

.page-blog-54win-latest-promotions-analysis__promo-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-blog-54win-latest-promotions-analysis__promo-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.page-blog-54win-latest-promotions-analysis__promo-description {
    font-size: 16px;
    color: var(--text-main-color);
    margin-bottom: 20px;
}

.page-blog-54win-latest-promotions-analysis__promo-btn {
    margin-top: auto; /* Push button to bottom */
    background: var(--button-gradient);
    color: #ffffff;
    border: none;
    box-shadow: 0 3px 10px rgba(242, 193, 78, 0.3);
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 6px;
}

.page-blog-54win-latest-promotions-analysis__promo-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(242, 193, 78, 0.5);
}

.page-blog-54win-latest-promotions-analysis__steps-list {
    list-style: none;
    padding: 0;
    margin: 40px auto 0;
    max-width: 900px;
}

.page-blog-54win-latest-promotions-analysis__step-item {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.page-blog-54win-latest-promotions-analysis__step-item:last-child {
    margin-bottom: 0;
}

.page-blog-54win-latest-promotions-analysis__step-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.page-blog-54win-latest-promotions-analysis__step-description {
    font-size: 16px;
    color: var(--text-main-color);
}

.page-blog-54win-latest-promotions-analysis__step-description a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}

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

.page-blog-54win-latest-promotions-analysis__list {
    list-style: disc;
    padding-left: 40px;
    margin: 20px auto;
    max-width: 900px;
    text-align: left;
    color: var(--text-main-color);
}

.page-blog-54win-latest-promotions-analysis__list li {
    font-size: 17px;
    margin-bottom: 10px;
}

.page-blog-54win-latest-promotions-analysis__list li strong {
    color: var(--primary-color);
}

.page-blog-54win-latest-promotions-analysis__benefits-list {
    list-style: none;
    padding: 0;
    margin: 40px auto;
    max-width: 900px;
    text-align: left;
}

.page-blog-54win-latest-promotions-analysis__benefits-list li {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 18px 25px;
    margin-bottom: 15px;
    font-size: 18px;
    color: var(--text-main-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.page-blog-54win-latest-promotions-analysis__benefits-list li:hover {
    background-color: #1a1a1a;
}

.page-blog-54win-latest-promotions-analysis__benefits-list li strong {
    color: var(--primary-color);
}

.page-blog-54win-latest-promotions-analysis__cta-buttons--center {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 20px;
}

.page-blog-54win-latest-promotions-analysis__faq-list {
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

details.page-blog-54win-latest-promotions-analysis__faq-item {
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid var(--border-color);
    overflow: hidden;
    background: var(--card-bg);
    color: var(--text-main-color);
}

details.page-blog-54win-latest-promotions-analysis__faq-item summary.page-blog-54win-latest-promotions-analysis__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    cursor: pointer;
    user-select: none;
    list-style: none;
    transition: background-color 0.3s ease;
}

details.page-blog-54win-latest-promotions-analysis__faq-item summary.page-blog-54win-latest-promotions-analysis__faq-question::-webkit-details-marker {
    display: none;
}

details.page-blog-54win-latest-promotions-analysis__faq-item summary.page-blog-54win-latest-promotions-analysis__faq-question:hover {
    background: #1a1a1a;
}

.page-blog-54win-latest-promotions-analysis__faq-qtext {
    flex: 1;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: var(--primary-color);
}

.page-blog-54win-latest-promotions-analysis__faq-toggle {
    font-size: 24px;
    font-weight: bold;
    color: var(--secondary-color);
    flex-shrink: 0;
    margin-left: 15px;
    width: 28px;
    text-align: center;
}

details.page-blog-54win-latest-promotions-analysis__faq-item .page-blog-54win-latest-promotions-analysis__faq-answer {
    padding: 0 20px 20px;
    background: #1a1a1a;
    border-radius: 0 0 5px 5px;
    color: var(--text-main-color);
}

details.page-blog-54win-latest-promotions-analysis__faq-item .page-blog-54win-latest-promotions-analysis__faq-answer p {
    margin: 0;
    font-size: 16px;
    text-align: left;
}

/* ============================================== */
/* Responsive Styles */
/* ============================================== */

@media (max-width: 1024px) {
    .page-blog-54win-latest-promotions-analysis__section-title {
        font-size: 32px;
    }
    .page-blog-54win-latest-promotions-analysis__hero-description {
        font-size: 18px;
    }
    .page-blog-54win-latest-promotions-analysis__promo-card img {
        height: 200px;
    }
    .page-blog-54win-latest-promotions-analysis__card-title {
        font-size: 22px;
    }
    .page-blog-54win-latest-promotions-analysis__promo-title {
        font-size: 20px;
    }
}

@media (max-width: 849px) {
    .page-blog-54win-latest-promotions-analysis__hero-image img {
        object-fit: contain !important;
        aspect-ratio: unset !important;
    }
}

@media (max-width: 768px) {
    .page-blog-54win-latest-promotions-analysis__section {
        padding: 40px 0;
    }
    .page-blog-54win-latest-promotions-analysis__container {
        padding: 0 15px !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-54win-latest-promotions-analysis__section-title {
        font-size: clamp(28px, 8vw, 36px);
        margin-bottom: 30px;
    }
    .page-blog-54win-latest-promotions-analysis__text-block {
        font-size: 15px;
        text-align: left;
    }

    /* HERO Section */
    .page-blog-54win-latest-promotions-analysis__hero-section {
        padding-top: 10px; /* Consistent small top padding */
        padding-bottom: 40px;
    }
    .page-blog-54win-latest-promotions-analysis__hero-image {
        margin-bottom: 20px;
        max-height: 400px;
    }
    .page-blog-54win-latest-promotions-analysis__hero-image img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        aspect-ratio: unset !important;
    }
    .page-blog-54win-latest-promotions-analysis__hero-content {
        padding: 0 15px 40px;
    }
    .page-blog-54win-latest-promotions-analysis__main-title {
        font-size: clamp(30px, 9vw, 48px);
        margin-bottom: 15px;
    }
    .page-blog-54win-latest-promotions-analysis__hero-description {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .page-blog-54win-latest-promotions-analysis__hero-cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-blog-54win-latest-promotions-analysis__btn-primary,
    .page-blog-54win-latest-promotions-analysis__btn-secondary,
    .page-blog-54win-latest-promotions-analysis__promo-btn {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding: 12px 20px;
        font-size: 16px;
    }

    /* Content Grid & Cards */
    .page-blog-54win-latest-promotions-analysis__content-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .page-blog-54win-latest-promotions-analysis__card {
        padding: 20px;
    }
    .page-blog-54win-latest-promotions-analysis__card-title {
        font-size: 20px;
    }
    .page-blog-54win-latest-promotions-analysis__card-text {
        font-size: 15px;
    }

    /* Promotion Cards */
    .page-blog-54win-latest-promotions-analysis__promotion-card-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .page-blog-54win-latest-promotions-analysis__promo-card img {
        
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    .page-blog-54win-latest-promotions-analysis__promo-content {
        padding: 20px;
    }
    .page-blog-54win-latest-promotions-analysis__promo-title {
        font-size: 18px;
    }
    .page-blog-54win-latest-promotions-analysis__promo-description {
        font-size: 15px;
    }

    /* Steps List */
    .page-blog-54win-latest-promotions-analysis__steps-list {
        margin-top: 30px;
    }
    .page-blog-54win-latest-promotions-analysis__step-item {
        padding: 20px;
    }
    .page-blog-54win-latest-promotions-analysis__step-title {
        font-size: 20px;
    }
    .page-blog-54win-latest-promotions-analysis__step-description {
        font-size: 15px;
    }

    /* General List */
    .page-blog-54win-latest-promotions-analysis__list {
        padding-left: 20px;
        margin: 15px auto;
        text-align: left;
    }
    .page-blog-54win-latest-promotions-analysis__list li {
        font-size: 15px;
    }

    /* Benefits List */
    .page-blog-54win-latest-promotions-analysis__benefits-list {
        margin: 30px auto;
    }
    .page-blog-54win-latest-promotions-analysis__benefits-list li {
        font-size: 16px;
        padding: 15px 20px;
    }

    /* CTA Buttons Center */
    .page-blog-54win-latest-promotions-analysis__cta-buttons--center {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
    }

    /* FAQ Section */
    .page-blog-54win-latest-promotions-analysis__faq-list {
        margin-top: 30px;
    }
    details.page-blog-54win-latest-promotions-analysis__faq-item summary.page-blog-54win-latest-promotions-analysis__faq-question {
        padding: 15px;
    }
    .page-blog-54win-latest-promotions-analysis__faq-qtext {
        font-size: 16px;
    }
    .page-blog-54win-latest-promotions-analysis__faq-toggle {
        font-size: 20px;
        width: 24px;
        margin-left: 10px;
    }
    details.page-blog-54win-latest-promotions-analysis__faq-item .page-blog-54win-latest-promotions-analysis__faq-answer {
        padding: 0 15px 15px;
    }
    details.page-blog-54win-latest-promotions-analysis__faq-item .page-blog-54win-latest-promotions-analysis__faq-answer p {
        font-size: 15px;
    }

    /* Ensure all images are responsive */
    .page-blog-54win-latest-promotions-analysis img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
}