:root {
    --primary-color: #2F6BFF;
    --secondary-color: #6FA3FF;
    --button-gradient: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
    --card-bg: #FFFFFF;
    --background-color: #F4F7FB;
    --text-main: #1F2D3D;
    --text-dark: #000000;
    --border-color: #D6E2FF;
    --glow-color: #A5C4FF;
}

.page-blog-latest-promotions-analysis {
    font-family: Arial, sans-serif;
    color: var(--text-main); /* Default text color for content area */
    background-color: var(--background-color); /* Matches body background from shared.css */
    line-height: 1.6;
}

.page-blog-latest-promotions-analysis__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 60px 0; /* Small top padding, larger bottom padding */
    background-color: var(--background-color);
}

.page-blog-latest-promotions-analysis__hero-image-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

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

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

.page-blog-latest-promotions-analysis__main-title {
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-dark);
    margin-bottom: 20px;
    max-width: 100%;
    text-align: center;
}

.page-blog-latest-promotions-analysis__lead-paragraph {
    font-size: 1.15em;
    color: var(--text-main);
    margin-bottom: 30px;
}

.page-blog-latest-promotions-analysis__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.page-blog-latest-promotions-analysis__btn-primary,
.page-blog-latest-promotions-analysis__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    text-align: center;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-latest-promotions-analysis__btn-primary {
    background: var(--button-gradient);
    color: #ffffff;
    border: 2px solid transparent;
}

.page-blog-latest-promotions-analysis__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(var(--primary-color), 0.3);
}

.page-blog-latest-promotions-analysis__btn-secondary {
    background-color: #ffffff;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.page-blog-latest-promotions-analysis__btn-secondary:hover {
    background-color: var(--primary-color);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(var(--primary-color), 0.3);
}

.page-blog-latest-promotions-analysis__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.page-blog-latest-promotions-analysis__section-title {
    font-size: 2em;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 25px;
    text-align: center;
}

.page-blog-latest-promotions-analysis__sub-title {
    font-size: 1.5em;
    font-weight: 600;
    color: var(--primary-color);
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-blog-latest-promotions-analysis__text-block p {
    margin-bottom: 15px;
    color: var(--text-main);
    font-size: 1.05em;
}

.page-blog-latest-promotions-analysis__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: var(--text-main);
}

.page-blog-latest-promotions-analysis__list li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-blog-latest-promotions-analysis__image-section {
    margin: 40px 0;
    text-align: center;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.page-blog-latest-promotions-analysis__content-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    min-height: 200px;
}

.page-blog-latest-promotions-analysis__cta-section {
    padding: 60px 20px;
    text-align: center;
    border-radius: 10px;
    margin: 40px auto;
    max-width: 1200px;
    box-sizing: border-box;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-blog-latest-promotions-analysis__dark-section {
    background: var(--button-gradient);
    color: #ffffff;
}

.page-blog-latest-promotions-analysis__cta-title {
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.page-blog-latest-promotions-analysis__cta-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    line-height: 1.5;
    color: #e0e0e0;
}

.page-blog-latest-promotions-analysis__faq-section {
    padding: 40px 20px;
    max-width: 900px;
    margin: 0 auto 60px auto;
}

.page-blog-latest-promotions-analysis__faq-list {
    margin-top: 30px;
}

.page-blog-latest-promotions-analysis__faq-item {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-latest-promotions-analysis__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 1.2em;
    font-weight: 600;
    color: var(--primary-color);
    cursor: pointer;
    background-color: #f8faff;
    border-bottom: 1px solid var(--border-color);
    transition: background-color 0.3s ease;
    list-style: none; /* For details/summary */
}

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

.page-blog-latest-promotions-analysis__faq-question:hover {
    background-color: #e6f0ff;
}

.page-blog-latest-promotions-analysis__faq-item[open] .page-blog-latest-promotions-analysis__faq-question {
    background-color: var(--primary-color);
    color: #ffffff;
    border-bottom-color: transparent;
}

.page-blog-latest-promotions-analysis__faq-item[open] .page-blog-latest-promotions-analysis__faq-question .page-blog-latest-promotions-analysis__faq-toggle {
    color: #ffffff;
}

.page-blog-latest-promotions-analysis__faq-toggle {
    font-size: 1.5em;
    font-weight: bold;
    color: var(--primary-color);
    transition: transform 0.3s ease;
    margin-left: 10px;
}

.page-blog-latest-promotions-analysis__faq-item[open] .page-blog-latest-promotions-analysis__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-latest-promotions-analysis__faq-answer {
    padding: 20px;
    font-size: 1em;
    color: var(--text-main);
    background-color: var(--card-bg);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-blog-latest-promotions-analysis__main-title {
        font-size: 2.5em;
    }
    .page-blog-latest-promotions-analysis__cta-title {
        font-size: 1.8em;
    }
}

@media (max-width: 768px) {
    .page-blog-latest-promotions-analysis {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-blog-latest-promotions-analysis__hero-section {
        padding-bottom: 40px;
    }
    .page-blog-latest-promotions-analysis__hero-content {
        padding-top: 20px;
    }
    .page-blog-latest-promotions-analysis__main-title {
        font-size: 2em;
        margin-bottom: 15px;
    }
    .page-blog-latest-promotions-analysis__lead-paragraph {
        font-size: 1em;
        margin-bottom: 20px;
    }
    .page-blog-latest-promotions-analysis__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
    }
    .page-blog-latest-promotions-analysis__btn-primary,
    .page-blog-latest-promotions-analysis__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-blog-latest-promotions-analysis__content-area,
    .page-blog-latest-promotions-analysis__faq-section,
    .page-blog-latest-promotions-analysis__cta-section {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-latest-promotions-analysis__section-title {
        font-size: 1.8em;
        margin-bottom: 20px;
    }
    .page-blog-latest-promotions-analysis__sub-title {
        font-size: 1.3em;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .page-blog-latest-promotions-analysis img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-blog-latest-promotions-analysis__image-section {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    .page-blog-latest-promotions-analysis__cta-title {
        font-size: 1.5em;
    }
    .page-blog-latest-promotions-analysis__cta-description {
        font-size: 1em;
    }
    .page-blog-latest-promotions-analysis__faq-question {
        font-size: 1.1em;
        padding: 15px;
    }
    .page-blog-latest-promotions-analysis__faq-answer {
        padding: 15px;
    }
}

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