/* style/blog-xn88com-latest-promotions-analysis.css */

:root {
    --primary-color: #017439;
    --secondary-color: #FFFFFF;
    --register-color: #C30808;
    --login-color: #C30808;
    --background-color: #FFFFFF;
    --register-login-font-color: #FFFF00;
    --text-color-dark-bg: #FFFFFF;
    --text-color-light-bg: #333333;
    --card-bg-color: #FFFFFF;
    --card-border-color: #e0e0e0;
    --section-bg-dark: #017439;
}

/* Base styles for the page content wrapper */
.page-blog-xn88com-latest-promotions-analysis {
    font-family: 'Arial', sans-serif;
    color: var(--text-color-light-bg); /* Default text color for light backgrounds */
    background-color: var(--background-color); /* Default background for main content sections */
    line-height: 1.6;
    padding: 0;
    margin: 0;
}

/* Hero Section */
.page-blog-xn88com-latest-promotions-analysis__hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 10px; /* Small top padding, main offset from body in shared.css */
    padding-bottom: 40px;
    background-color: #0d0d0d; /* Dark background for hero section to ensure text visibility */
}

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

.page-blog-xn88com-latest-promotions-analysis__hero-content {
    max-width: 900px;
    padding: 20px;
    color: var(--text-color-dark-bg);
    z-index: 1;
    margin-top: -150px; /* Overlap slightly on desktop for visual effect without absolute positioning */
    position: relative;
    background: rgba(0, 0, 0, 0.4); /* Semi-transparent background for text readability */
    border-radius: 8px;
}

.page-blog-xn88com-latest-promotions-analysis__hero-title {
    font-size: 3.2em;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--secondary-color);
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-xn88com-latest-promotions-analysis__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: var(--secondary-color);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

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

/* General Container and Section Styles */
.page-blog-xn88com-latest-promotions-analysis__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
}

.page-blog-xn88com-latest-promotions-analysis__section-title {
    font-size: 2.5em;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

.page-blog-xn88com-latest-promotions-analysis__section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px auto;
    color: var(--text-color-light-bg);
}

.page-blog-xn88com-latest-promotions-analysis__intro-section,
.page-blog-xn88com-latest-promotions-analysis__how-to-claim-section,
.page-blog-xn88com-latest-promotions-analysis__benefits-section,
.page-blog-xn88com-latest-promotions-analysis__faq-section {
    background-color: var(--background-color);
    color: var(--text-color-light-bg);
    padding: 60px 0;
}

.page-blog-xn88com-latest-promotions-analysis__dark-section {
    background-color: var(--section-bg-dark);
    color: var(--text-color-dark-bg);
    padding: 60px 0;
}

.page-blog-xn88com-latest-promotions-analysis__dark-section .page-blog-xn88com-latest-promotions-analysis__section-title {
    color: var(--secondary-color);
}

.page-blog-xn88com-latest-promotions-analysis__dark-section .page-blog-xn88com-latest-promotions-analysis__section-description {
    color: var(--secondary-color);
}

/* Promotion Types Grid */
.page-blog-xn88com-latest-promotions-analysis__promotions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-xn88com-latest-promotions-analysis__promotion-card {
    background: var(--card-bg-color);
    border: 1px solid var(--card-border-color);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: var(--text-color-light-bg);
}

.page-blog-xn88com-latest-promotions-analysis__promotion-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-blog-xn88com-latest-promotions-analysis__card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.page-blog-xn88com-latest-promotions-analysis__card-title {
    font-size: 1.5em;
    color: var(--primary-color);
    margin: 20px 15px 10px 15px;
    font-weight: 600;
}

.page-blog-xn88com-latest-promotions-analysis__card-description {
    font-size: 1em;
    padding: 0 15px 20px 15px;
    flex-grow: 1;
}

.page-blog-xn88com-latest-promotions-analysis__card-button {
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    margin: 0 15px 20px 15px;
    transition: background-color 0.3s ease;
}

.page-blog-xn88com-latest-promotions-analysis__card-button:hover {
    background-color: darken(var(--primary-color), 10%);
}

/* How-To Guide List */
.page-blog-xn88com-latest-promotions-analysis__guide-list {
    list-style: none;
    padding: 0;
    margin: 40px auto;
    max-width: 900px;
    text-align: left;
}

.page-blog-xn88com-latest-promotions-analysis__guide-list li {
    background: var(--card-bg-color);
    border: 1px solid var(--card-border-color);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    font-size: 1.1em;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-xn88com-latest-promotions-analysis__guide-list li strong {
    color: var(--primary-color);
}

.page-blog-xn88com-latest-promotions-analysis__guide-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 40px auto 0 auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* Terms & Conditions List */
.page-blog-xn88com-latest-promotions-analysis__terms-list {
    list-style: disc;
    padding-left: 25px;
    margin: 40px auto;
    max-width: 900px;
    text-align: left;
    color: var(--text-color-dark-bg);
}

.page-blog-xn88com-latest-promotions-analysis__terms-list li {
    margin-bottom: 15px;
    font-size: 1.1em;
}

.page-blog-xn88com-latest-promotions-analysis__terms-list li strong {
    color: var(--secondary-color);
}

.page-blog-xn88com-latest-promotions-analysis__btn-inline {
    display: block;
    width: fit-content;
    margin: 30px auto 0 auto;
}

/* Benefits Grid */
.page-blog-xn88com-latest-promotions-analysis__benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-xn88com-latest-promotions-analysis__benefit-item {
    background: var(--card-bg-color);
    border: 1px solid var(--card-border-color);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    color: var(--text-color-light-bg);
}

.page-blog-xn88com-latest-promotions-analysis__benefit-title {
    font-size: 1.6em;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.page-blog-xn88com-latest-promotions-analysis__benefit-description {
    font-size: 1em;
}

.page-blog-xn88com-latest-promotions-analysis__benefits-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 40px auto 0 auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* FAQ Section */
.page-blog-xn88com-latest-promotions-analysis__faq-list {
    max-width: 900px;
    margin: 40px auto;
}

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

.page-blog-xn88com-latest-promotions-analysis__faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 20px;
    font-size: 1.1em;
    font-weight: 600;
    color: var(--primary-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.page-blog-xn88com-latest-promotions-analysis__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    color: var(--primary-color);
    transition: transform 0.3s ease;
}

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

.page-blog-xn88com-latest-promotions-analysis__faq-answer {
    padding: 0 20px 20px 20px;
    font-size: 1em;
    line-height: 1.5;
    color: var(--text-color-light-bg);
}

.page-blog-xn88com-latest-promotions-analysis__faq-answer p {
    margin: 0;
}

.page-blog-xn88com-latest-promotions-analysis__faq-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 40px auto 0 auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

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

.page-blog-xn88com-latest-promotions-analysis__btn-primary {
    background-color: var(--register-color); /* Using register color for primary CTA */
    color: var(--register-login-font-color);
    border: 2px solid var(--register-color);
}

.page-blog-xn88com-latest-promotions-analysis__btn-primary:hover {
    background-color: darken(var(--register-color), 10%);
    border-color: darken(var(--register-color), 10%);
}

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

.page-blog-xn88com-latest-promotions-analysis__btn-secondary:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.page-blog-xn88com-latest-promotions-analysis__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

/* Copyright */
.page-blog-xn88com-latest-promotions-analysis__copyright {
    text-align: center;
    padding: 30px 20px;
    font-size: 0.9em;
    color: #666;
    background-color: #f0f0f0;
    margin-top: 60px;
}

/* General image responsiveness */
.page-blog-xn88com-latest-promotions-analysis img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .page-blog-xn88com-latest-promotions-analysis {
        font-size: 16px;
        line-height: 1.6;
    }

    /* HERO 主图区域 */
    .page-blog-xn88com-latest-promotions-analysis__hero-section {
        padding-top: 10px !important; /* Ensure small top padding */
        padding-bottom: 20px;
    }

    .page-blog-xn88com-latest-promotions-analysis__hero-content {
        margin-top: -80px; /* Adjust overlap for mobile */
        padding: 15px;
    }

    .page-blog-xn88com-latest-promotions-analysis__hero-title {
        font-size: 2em !important;
        margin-bottom: 15px;
    }

    .page-blog-xn88com-latest-promotions-analysis__hero-description {
        font-size: 1em;
        margin-bottom: 20px;
    }

    .page-blog-xn88com-latest-promotions-analysis__hero-cta-buttons {
        flex-direction: column !important;
        gap: 10px;
        padding: 0 15px;
    }

    /* 其他内容模块 - 容器 */
    .page-blog-xn88com-latest-promotions-analysis__container {
        padding: 20px 15px !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-xn88com-latest-promotions-analysis__section-title {
        font-size: 1.8em !important;
        margin-bottom: 15px;
    }

    .page-blog-xn88com-latest-promotions-analysis__section-description {
        font-size: 0.95em;
        margin-bottom: 20px;
    }

    /* 产品展示图区域 - 促销卡片 */
    .page-blog-xn88com-latest-promotions-analysis__promotions-grid {
        grid-template-columns: 1fr !important;
        gap: 20px;
        margin-top: 20px;
    }

    .page-blog-xn88com-latest-promotions-analysis__promotion-card {
        padding-bottom: 15px;
    }

    .page-blog-xn88com-latest-promotions-analysis__card-image {
        height: 180px;
    }

    .page-blog-xn88com-latest-promotions-analysis__card-title {
        font-size: 1.3em;
        margin: 15px 10px 8px 10px;
    }

    .page-blog-xn88com-latest-promotions-analysis__card-description {
        font-size: 0.9em;
        padding: 0 10px 15px 10px;
    }

    .page-blog-xn88com-latest-promotions-analysis__card-button {
        padding: 10px 20px;
        font-size: 0.9em;
        margin: 0 10px 15px 10px;
    }

    /* 通用图片与容器 */
    .page-blog-xn88com-latest-promotions-analysis img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    
    .page-blog-xn88com-latest-promotions-analysis__guide-image,
    .page-blog-xn88com-latest-promotions-analysis__benefits-image,
    .page-blog-xn88com-latest-promotions-analysis__faq-image {
        margin: 20px auto 0 auto;
    }

    /* 按钮与按钮容器 */
    .page-blog-xn88com-latest-promotions-analysis__btn-primary,
    .page-blog-xn88com-latest-promotions-analysis__btn-secondary,
    .page-blog-xn88com-latest-promotions-analysis a[class*="button"],
    .page-blog-xn88com-latest-promotions-analysis a[class*="btn"] {
        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;
        font-size: 1em !important;
    }
    
    .page-blog-xn88com-latest-promotions-analysis__cta-buttons,
    .page-blog-xn88com-latest-promotions-analysis__button-group,
    .page-blog-xn88com-latest-promotions-analysis__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column !important; /* Force vertical stacking for buttons */
        gap: 10px;
    }

    /* Other content modules */
    .page-blog-xn88com-latest-promotions-analysis__guide-list,
    .page-blog-xn88com-latest-promotions-analysis__terms-list,
    .page-blog-xn88com-latest-promotions-analysis__faq-list {
        margin: 20px auto;
        padding-left: 0; /* Remove default padding for lists */
    }

    .page-blog-xn88com-latest-promotions-analysis__guide-list li,
    .page-blog-xn88com-latest-promotions-analysis__terms-list li,
    .page-blog-xn88com-latest-promotions-analysis__faq-item {
        padding: 15px;
        font-size: 1em;
    }

    .page-blog-xn88com-latest-promotions-analysis__faq-item summary {
        padding: 15px;
        font-size: 1em;
    }

    .page-blog-xn88com-latest-promotions-analysis__faq-answer {
        padding: 0 15px 15px 15px;
        font-size: 0.95em;
    }

    .page-blog-xn88com-latest-promotions-analysis__benefits-grid {
        grid-template-columns: 1fr !important;
        gap: 20px;
        margin-top: 20px;
    }

    .page-blog-xn88com-latest-promotions-analysis__benefit-item {
        padding: 20px;
    }

    .page-blog-xn88com-latest-promotions-analysis__benefit-title {
        font-size: 1.4em;
    }

    .page-blog-xn88com-latest-promotions-analysis__copyright {
        padding: 20px 15px;
    }
}