.page-blog-vn777-latest-promotions-analysis {
    background-color: #0D0E12;
    color: #FFF3E6;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-bottom: 20px; /* Small padding to prevent footer overlap */
}

.page-blog-vn777-latest-promotions-analysis__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Hero Section */
.page-blog-vn777-latest-promotions-analysis__hero-section {
    padding-top: 10px; /* Small top padding for main content below header */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
}

.page-blog-vn777-latest-promotions-analysis__hero-image-wrapper {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.page-blog-vn777-latest-promotions-analysis__hero-image {
    width: 100%;
    height: auto;
    display: block;
    min-width: 200px;
    min-height: 200px;
}

.page-blog-vn777-latest-promotions-analysis__hero-content {
    max-width: 800px;
    padding: 0 15px;
}

.page-blog-vn777-latest-promotions-analysis__main-title {
    font-size: clamp(2em, 4vw, 3.2em); /* Responsive font size */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #FFF3E6;
    text-transform: uppercase;
}

.page-blog-vn777-latest-promotions-analysis__hero-description {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #FFF3E6;
}

.page-blog-vn777-latest-promotions-analysis__cta-button {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
    color: #FFF3E6;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.1em;
    transition: background 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-blog-vn777-latest-promotions-analysis__cta-button:hover {
    background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
}

/* Section Titles */
.page-blog-vn777-latest-promotions-analysis__section-title {
    font-size: 2.2em;
    font-weight: 700;
    color: #FF8C1A;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 20px;
    position: relative;
}

.page-blog-vn777-latest-promotions-analysis__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #D96800;
    margin: 10px auto 0;
    border-radius: 2px;
}

/* Text Blocks */
.page-blog-vn777-latest-promotions-analysis__text-block {
    margin-bottom: 20px;
    font-size: 1.05em;
    color: #FFF3E6;
    text-align: justify;
}

/* Promotion Categories */
.page-blog-vn777-latest-promotions-analysis__promotion-categories {
    padding: 40px 0;
    margin-bottom: 40px;
}

.page-blog-vn777-latest-promotions-analysis__promo-card-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-blog-vn777-latest-promotions-analysis__promo-card {
    background-color: #17191F;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid #A84F0C;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-vn777-latest-promotions-analysis__promo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5), 0 0 15px #FFB04D;
}

.page-blog-vn777-latest-promotions-analysis__promo-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    min-width: 200px;
    min-height: 200px;
}

.page-blog-vn777-latest-promotions-analysis__promo-card-content {
    padding: 25px;
}

.page-blog-vn777-latest-promotions-analysis__promo-card-title {
    font-size: 1.6em;
    color: #FF8C1A;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog-vn777-latest-promotions-analysis__promo-card-description {
    font-size: 0.95em;
    color: #FFF3E6;
    margin-bottom: 20px;
}

.page-blog-vn777-latest-promotions-analysis__card-button {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
    color: #FFF3E6;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 0.9em;
    transition: background 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-blog-vn777-latest-promotions-analysis__card-button:hover {
    background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
}

/* How-to-Claim Section */
.page-blog-vn777-latest-promotions-analysis__how-to-claim-section {
    padding: 40px 0;
    background-color: #17191F;
    margin-bottom: 40px;
    border-top: 1px solid #A84F0C;
    border-bottom: 1px solid #A84F0C;
}

.page-blog-vn777-latest-promotions-analysis__steps-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    text-align: center;
}

.page-blog-vn777-latest-promotions-analysis__step-item {
    padding: 25px;
    background-color: #0D0E12;
    border-radius: 10px;
    border: 1px solid #A84F0C;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-vn777-latest-promotions-analysis__step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
    color: #FFF3E6;
    border-radius: 50%;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 15px;
    border: 2px solid #FFB04D;
}

.page-blog-vn777-latest-promotions-analysis__step-title {
    font-size: 1.5em;
    color: #FF8C1A;
    margin-bottom: 10px;
}

.page-blog-vn777-latest-promotions-analysis__step-description {
    font-size: 0.95em;
    color: #FFF3E6;
}

.page-blog-vn777-latest-promotions-analysis__cta-button--bottom {
    margin-top: 40px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

/* FAQ Section */
.page-blog-vn777-latest-promotions-analysis__faq-section {
    padding: 40px 0;
    margin-bottom: 40px;
}

.page-blog-vn777-latest-promotions-analysis__faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.page-blog-vn777-latest-promotions-analysis__faq-item {
    background-color: #17191F;
    border: 1px solid #A84F0C;
    border-radius: 8px;
    padding: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.page-blog-vn777-latest-promotions-analysis__faq-item:hover {
    background-color: #1f2128;
}

.page-blog-vn777-latest-promotions-analysis__faq-question {
    font-size: 1.2em;
    color: #FF8C1A;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-blog-vn777-latest-promotions-analysis__faq-answer {
    font-size: 1em;
    color: #FFF3E6;
    display: block; /* Ensure answer is visible by default */
}

/* Conclusion Section */
.page-blog-vn777-latest-promotions-analysis__conclusion-section {
    padding: 40px 0;
    text-align: center;
}

.page-blog-vn777-latest-promotions-analysis__cta-button--final {
    margin-top: 30px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-blog-vn777-latest-promotions-analysis__main-title {
        font-size: 2em;
    }

    .page-blog-vn777-latest-promotions-analysis__section-title {
        font-size: 1.8em;
    }

    .page-blog-vn777-latest-promotions-analysis__promo-card-image {
        height: 180px;
    }

    .page-blog-vn777-latest-promotions-analysis__hero-image,
    .page-blog-vn777-latest-promotions-analysis__promo-card-image,
    .page-blog-vn777-latest-promotions-analysis__steps-list img,
    .page-blog-vn777-latest-promotions-analysis__faq-item img {
        max-width: 100%;
        height: auto;
    }

    .page-blog-vn777-latest-promotions-analysis__container {
        padding: 0 10px;
    }

    .page-blog-vn777-latest-promotions-analysis__text-block {
        text-align: left;
    }

    .page-blog-vn777-latest-promotions-analysis__hero-content {
        padding: 0 10px;
    }

    .page-blog-vn777-latest-promotions-analysis__promo-card-title {
        font-size: 1.4em;
    }

    .page-blog-vn777-latest-promotions-analysis__step-title {
        font-size: 1.3em;
    }

    .page-blog-vn777-latest-promotions-analysis__faq-question {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-blog-vn777-latest-promotions-analysis__main-title {
        font-size: 1.8em;
    }

    .page-blog-vn777-latest-promotions-analysis__section-title {
        font-size: 1.6em;
    }

    .page-blog-vn777-latest-promotions-analysis__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-blog-vn777-latest-promotions-analysis__card-button {
        padding: 8px 15px;
        font-size: 0.85em;
    }

    .page-blog-vn777-latest-promotions-analysis__step-number {
        width: 40px;
        height: 40px;
        font-size: 1.5em;
    }
}