.page-blog-okvipau-latest-promotions-analysis {
    background-color: #0D0E12;
    color: #FFF3E6;
    padding-bottom: 40px;
}

.page-blog-okvipau-latest-promotions-analysis__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px; /* Small top padding, relying on body for header offset */
    padding-bottom: 40px;
    background-color: #17191F;
}

.page-blog-okvipau-latest-promotions-analysis__hero-figure {
    margin: 0;
    width: 100%;
    max-width: 1200px; /* Constrain hero image width */
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-okvipau-latest-promotions-analysis__hero-image {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9; /* Maintain aspect ratio */
    object-fit: cover;
    object-position: center;
    filter: none; /* Ensure no CSS filters are applied */
}

.page-blog-okvipau-latest-promotions-analysis__hero-content {
    text-align: center;
    max-width: 900px;
    margin-top: 30px;
    padding: 0 20px;
}

.page-blog-okvipau-latest-promotions-analysis__main-title {
    font-size: clamp(1.1rem, 4.5vw, 1.75rem);
    font-weight: 700;
    line-height: 1.3;
    color: #FF8C1A;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.page-blog-okvipau-latest-promotions-analysis__intro-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #FFF3E6;
    margin-bottom: 30px;
}

.page-blog-okvipau-latest-promotions-analysis__cta-button,
.page-blog-okvipau-latest-promotions-analysis__bottom-cta-button {
    display: inline-block;
    padding: 12px 28px;
    background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
    color: #FFF3E6;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
}

.page-blog-okvipau-latest-promotions-analysis__cta-button:hover,
.page-blog-okvipau-latest-promotions-analysis__bottom-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-okvipau-latest-promotions-analysis__content-section {
    padding: 40px 20px;
}

.page-blog-okvipau-latest-promotions-analysis__container {
    max-width: 900px;
    margin: 0 auto;
}

.page-blog-okvipau-latest-promotions-analysis__section-title {
    font-size: 2rem;
    color: #FF8C1A;
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 700;
}

.page-blog-okvipau-latest-promotions-analysis__subsection-title {
    font-size: 1.5rem;
    color: #FFA53A;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-okvipau-latest-promotions-analysis__content-section p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #FFF3E6;
}

.page-blog-okvipau-latest-promotions-analysis__content-section ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #FFF3E6;
}

.page-blog-okvipau-latest-promotions-analysis__content-section ul li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.page-blog-okvipau-latest-promotions-analysis__image-figure {
    margin: 30px 0;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    background-color: #17191F;
    padding: 10px;
}

.page-blog-okvipau-latest-promotions-analysis__content-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
    filter: none; /* Ensure no CSS filters are applied */
}

.page-blog-okvipau-latest-promotions-analysis__image-caption {
    font-size: 0.9rem;
    color: #A84F0C;
    margin-top: 10px;
}

.page-blog-okvipau-latest-promotions-analysis__content-section blockquote {
    border-left: 5px solid #FF8C1A;
    padding: 15px 20px;
    margin: 30px 0;
    background-color: #17191F;
    font-style: italic;
    color: #FFF3E6;
    border-radius: 4px;
}

.page-blog-okvipau-latest-promotions-analysis__content-section blockquote p {
    margin-bottom: 10px;
}

.page-blog-okvipau-latest-promotions-analysis__content-section blockquote cite {
    display: block;
    text-align: right;
    font-size: 0.9rem;
    color: #FFA53A;
    margin-top: 10px;
}

.page-blog-okvipau-latest-promotions-analysis__bottom-cta-button {
    margin-top: 40px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-blog-okvipau-latest-promotions-analysis__hero-section {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .page-blog-okvipau-latest-promotions-analysis__main-title {
        font-size: clamp(1.5rem, 6vw, 2.2rem);
        padding: 0 10px;
    }

    .page-blog-okvipau-latest-promotions-analysis__intro-text {
        font-size: 1rem;
        padding: 0 15px;
    }

    .page-blog-okvipau-latest-promotions-analysis__content-section {
        padding: 30px 15px;
    }

    .page-blog-okvipau-latest-promotions-analysis__section-title {
        font-size: 1.8rem;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .page-blog-okvipau-latest-promotions-analysis__subsection-title {
        font-size: 1.3rem;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .page-blog-okvipau-latest-promotions-analysis__content-section p,
    .page-blog-okvipau-latest-promotions-analysis__content-section ul li {
        font-size: 0.95rem;
    }

    .page-blog-okvipau-latest-promotions-analysis__hero-image,
    .page-blog-okvipau-latest-promotions-analysis__content-image {
        max-width: 100%;
        height: auto;
    }

    .page-blog-okvipau-latest-promotions-analysis__container {
        overflow-x: hidden; /* Prevent horizontal scroll */
    }

    .page-blog-okvipau-latest-promotions-analysis__content-image {
        min-width: 200px; /* Ensure images are not too small */
        min-height: 200px;
    }
}

@media (max-width: 480px) {
    .page-blog-okvipau-latest-promotions-analysis__cta-button,
    .page-blog-okvipau-latest-promotions-analysis__bottom-cta-button {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .page-blog-okvipau-latest-promotions-analysis__hero-content {
        margin-top: 20px;
    }
}