:root {
    --primary-color: #26A9E0;
    --secondary-color: #EA7C07;
    --text-dark: #333333;
    --text-light: #ffffff;
    --bg-light: #ffffff;
    --bg-dark: #000000;
    --border-color: #e0e0e0;
}

.page-index-sic-bo-history-culture {
    font-family: 'Arial', sans-serif;
    color: var(--text-dark); /* Default to dark text for light body background */
    background-color: var(--bg-light);
}

.page-index-sic-bo-history-culture__section {
    padding: 60px 0;
    text-align: center;
}

.page-index-sic-bo-history-culture__section--introduction {
    background-color: var(--bg-light);
}

.page-index-sic-bo-history-culture__section--quick-access,
.page-index-sic-bo-history-culture__section--promotions {
    background-color: var(--primary-color);
    color: var(--text-light);
}

.page-index-sic-bo-history-culture__section--faq {
    background-color: #f8f8f8;
}

.page-index-sic-bo-history-culture__section--security-support {
    background-color: var(--bg-light);
}

.page-index-sic-bo-history-culture__section--blog {
    background-color: #f2f2f2;
}

.page-index-sic-bo-history-culture__dark-bg {
    background-color: var(--primary-color);
    color: var(--text-light);
}

.page-index-sic-bo-history-culture__light-bg {
    background-color: var(--bg-light);
    color: var(--text-dark);
}

.page-index-sic-bo-history-culture__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-index-sic-bo-history-culture__heading {
    font-size: 36px;
    margin-bottom: 20px;
    color: inherit;
    font-weight: bold;
}

.page-index-sic-bo-history-culture__section--quick-access .page-index-sic-bo-history-culture__heading,
.page-index-sic-bo-history-culture__section--promotions .page-index-sic-bo-history-culture__heading {
    color: var(--text-light);
}

.page-index-sic-bo-history-culture__paragraph {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: inherit;
}

.page-index-sic-bo-history-culture__section--quick-access .page-index-sic-bo-history-culture__paragraph,
.page-index-sic-bo-history-culture__section--promotions .page-index-sic-bo-history-culture__paragraph {
    color: rgba(255, 255, 255, 0.9);
}

/* HERO Section */
.page-index-sic-bo-history-culture__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    padding-top: var(--header-offset, 120px);
    background: linear-gradient(135deg, var(--primary-color) 0%, #a8e0ff 100%); /* Adjusted gradient */
    overflow: hidden;
}

.page-index-sic-bo-history-culture__hero-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.page-index-sic-bo-history-culture__hero-image {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.page-index-sic-bo-history-culture__hero-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-index-sic-bo-history-culture__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    color: var(--text-light);
    padding: 20px;
    background: rgba(0, 0, 0, 0.3); /* Semi-transparent overlay for text readability */
    border-radius: 8px;
    margin-top: -80px; /* Overlap with image slightly */
}

.page-index-sic-bo-history-culture__hero-title {
    font-size: 48px;
    margin-bottom: 15px;
    font-weight: 900;
    line-height: 1.2;
    color: var(--text-light);
}

.page-index-sic-bo-history-culture__hero-description {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: var(--text-light);
}

.page-index-sic-bo-history-culture__hero-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-index-sic-bo-history-culture__cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: var(--primary-color);
    color: var(--text-light);
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: none;
    cursor: pointer;
}

.page-index-sic-bo-history-culture__cta-button:hover {
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.page-index-sic-bo-history-culture__btn-primary {
    background: var(--primary-color);
    color: var(--text-light);
    border: 2px solid transparent;
}

.page-index-sic-bo-history-culture__btn-primary:hover {
    background: var(--secondary-color);
}

.page-index-sic-bo-history-culture__btn-secondary {
    background: var(--text-light);
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.page-index-sic-bo-history-culture__btn-secondary:hover {
    background: var(--primary-color);
    color: var(--text-light);
}

/* Module 1: Introduction */
.page-index-sic-bo-history-culture__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-index-sic-bo-history-culture__feature-item {
    background: var(--bg-light);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-sic-bo-history-culture__feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-sic-bo-history-culture__feature-title {
    font-size: 22px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.page-index-sic-bo-history-culture__feature-description {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-dark);
    margin-bottom: 0;
}

/* Module 2: Quick Access Links */
.page-index-sic-bo-history-culture__quick-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.page-index-sic-bo-history-culture__quick-link-item {
    background: rgba(255, 255, 255, 0.15);
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    color: var(--text-light);
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-index-sic-bo-history-culture__quick-link-item:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px);
}

.page-index-sic-bo-history-culture__quick-link-icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: var(--text-light);
}

.page-index-sic-bo-history-culture__quick-link-title {
    font-size: 20px;
    margin-bottom: 8px;
    color: var(--text-light);
}

.page-index-sic-bo-history-culture__quick-link-description {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

/* Module 3: Core Games */
.page-index-sic-bo-history-culture__game-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-index-sic-bo-history-culture__game-card {
    background: var(--bg-light);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-sic-bo-history-culture__game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-sic-bo-history-culture__game-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.page-index-sic-bo-history-culture__game-card-title {
    font-size: 22px;
    padding: 15px 20px 0;
    color: var(--primary-color);
}

.page-index-sic-bo-history-culture__game-card-title a {
    color: var(--primary-color);
    text-decoration: none;
}

.page-index-sic-bo-history-culture__game-card-title a:hover {
    text-decoration: underline;
}

.page-index-sic-bo-history-culture__game-card-description {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-dark);
    padding: 0 20px 20px;
    margin-bottom: 0;
}

/* Module 4: Promotions */
.page-index-sic-bo-history-culture__promo-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-index-sic-bo-history-culture__promo-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: var(--text-dark);
}

.page-index-sic-bo-history-culture__promo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-sic-bo-history-culture__promo-card-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.page-index-sic-bo-history-culture__promo-card-title {
    font-size: 22px;
    padding: 15px 20px 0;
    color: var(--primary-color);
}

.page-index-sic-bo-history-culture__promo-card-description {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-dark);
    padding: 0 20px 20px;
    margin-bottom: 0;
}

.page-index-sic-bo-history-culture__promo-card .page-index-sic-bo-history-culture__cta-button {
    margin: 0 20px 20px;
    width: calc(100% - 40px);
    box-sizing: border-box;
}

/* Module 5: Security & Customer Service */
.page-index-sic-bo-history-culture__info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-index-sic-bo-history-culture__info-item {
    background: var(--bg-light);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-sic-bo-history-culture__info-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-sic-bo-history-culture__info-image {
    width: 100%;
    max-width: 250px;
    height: auto;
    margin: 0 auto 20px;
    border-radius: 4px;
    display: block;
}

.page-index-sic-bo-history-culture__info-title {
    font-size: 22px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.page-index-sic-bo-history-culture__info-description {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-dark);
    margin-bottom: 0;
}

.page-index-sic-bo-history-culture__contact-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

/* Module 6: FAQ */
.page-index-sic-bo-history-culture__faq-list {
    margin-top: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-index-sic-bo-history-culture__faq-item {
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    background: var(--bg-light);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-index-sic-bo-history-culture__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    background: var(--bg-light);
    border: 1px solid var(--border-color);
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    position: relative;
}

.page-index-sic-bo-history-culture__faq-question:hover {
    background: #f5f5f5;
    border-color: #d0d0d0;
}

.page-index-sic-bo-history-culture__faq-question:active {
    background: #eeeeee;
}

.page-index-sic-bo-history-culture__faq-question h3 {
    margin: 0;
    padding: 0;
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    pointer-events: none;
    color: var(--text-dark);
}

.page-index-sic-bo-history-culture__faq-toggle {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #666;
    transition: transform 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
    pointer-events: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.page-index-sic-bo-history-culture__faq-item.active .page-index-sic-bo-history-culture__faq-toggle {
    color: var(--primary-color);
    transform: rotate(45deg); /* Plus to X */
}

.page-index-sic-bo-history-culture__faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    padding: 0 20px;
    opacity: 0;
    text-align: left;
}

.page-index-sic-bo-history-culture__faq-item.active .page-index-sic-bo-history-culture__faq-answer {
    max-height: 2000px !important;
    padding: 20px !important;
    opacity: 1;
    background: #f9f9f9;
    border-radius: 0 0 5px 5px;
    color: var(--text-dark);
}

.page-index-sic-bo-history-culture__faq-item.active .page-index-sic-bo-history-culture__faq-question {
    border-radius: 5px 5px 0 0;
    border-bottom-color: transparent;
}

/* Module 7: Latest Blog Posts */
.page-index-sic-bo-history-culture__blog-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-index-sic-bo-history-culture__blog-card {
    background: var(--bg-light);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-sic-bo-history-culture__blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-sic-bo-history-culture__blog-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.page-index-sic-bo-history-culture__blog-card-content {
    padding: 20px;
}

.page-index-sic-bo-history-culture__blog-card-title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.page-index-sic-bo-history-culture__blog-card-title a {
    color: var(--primary-color);
    text-decoration: none;
}

.page-index-sic-bo-history-culture__blog-card-title a:hover {
    text-decoration: underline;
}

.page-index-sic-bo-history-culture__blog-card-excerpt {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.page-index-sic-bo-history-culture__blog-card-date {
    font-size: 13px;
    color: #999;
    display: block;
}

.page-index-sic-bo-history-culture__view-all-button-container {
    margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-index-sic-bo-history-culture__hero-title {
        font-size: 42px;
    }
    .page-index-sic-bo-history-culture__hero-description {
        font-size: 18px;
    }
    .page-index-sic-bo-history-culture__heading {
        font-size: 30px;
    }
    .page-index-sic-bo-history-culture__paragraph {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .page-index-sic-bo-history-culture__hero-section {
        padding-top: var(--header-offset, 120px) !important;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-index-sic-bo-history-culture__hero-image img {
        border-radius: 4px;
    }
    .page-index-sic-bo-history-culture__hero-content {
        margin-top: -50px;
        padding: 15px;
    }
    .page-index-sic-bo-history-culture__hero-title {
        font-size: 32px;
    }
    .page-index-sic-bo-history-culture__hero-description {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .page-index-sic-bo-history-culture__cta-button {
        padding: 12px 30px;
        font-size: 16px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-index-sic-bo-history-culture__hero-cta-buttons,
    .page-index-sic-bo-history-culture__contact-buttons {
        flex-direction: column;
        gap: 15px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 15px;
    }
    .page-index-sic-bo-history-culture__section {
        padding: 40px 0;
    }
    .page-index-sic-bo-history-culture__container {
        padding: 0 15px;
    }
    .page-index-sic-bo-history-culture__heading {
        font-size: 24px;
    }
    .page-index-sic-bo-history-culture__paragraph {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .page-index-sic-bo-history-culture__features-grid,
    .page-index-sic-bo-history-culture__quick-links-grid,
    .page-index-sic-bo-history-culture__game-cards-grid,
    .page-index-sic-bo-history-culture__promo-cards-grid,
    .page-index-sic-bo-history-culture__info-grid,
    .page-index-sic-bo-history-culture__blog-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .page-index-sic-bo-history-culture__feature-item,
    .page-index-sic-bo-history-culture__quick-link-item,
    .page-index-sic-bo-history-culture__game-card,
    .page-index-sic-bo-history-culture__promo-card,
    .page-index-sic-bo-history-culture__info-item,
    .page-index-sic-bo-history-culture__blog-card {
        padding: 20px;
    }
    .page-index-sic-bo-history-culture__feature-title,
    .page-index-sic-bo-history-culture__quick-link-title,
    .page-index-sic-bo-history-culture__game-card-title,
    .page-index-sic-bo-history-culture__promo-card-title,
    .page-index-sic-bo-history-culture__info-title,
    .page-index-sic-bo-history-culture__blog-card-title {
        font-size: 18px;
    }
    .page-index-sic-bo-history-culture__feature-description,
    .page-index-sic-bo-history-culture__quick-link-description,
    .page-index-sic-bo-history-culture__game-card-description,
    .page-index-sic-bo-history-culture__promo-card-description,
    .page-index-sic-bo-history-culture__info-description,
    .page-index-sic-bo-history-culture__blog-card-excerpt {
        font-size: 14px;
    }
    .page-index-sic-bo-history-culture img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block;
    }
    .page-index-sic-bo-history-culture__section,
    .page-index-sic-bo-history-culture__card,
    .page-index-sic-bo-history-culture__container,
    .page-index-sic-bo-history-culture__faq-list {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-index-sic-bo-history-culture__faq-question {
        padding: 15px;
        flex-wrap: wrap;
    }
    .page-index-sic-bo-history-culture__faq-question h3 {
        font-size: 15px;
        margin-bottom: 0;
        width: calc(100% - 40px);
    }
    .page-index-sic-bo-history-culture__faq-toggle {
        margin-left: 10px;
        width: 24px;
        height: 24px;
        font-size: 20px;
    }
    .page-index-sic-bo-history-culture__faq-answer {
        padding: 0 15px;
    }
    .page-index-sic-bo-history-culture__faq-item.active .page-index-sic-bo-history-culture__faq-answer {
        padding: 15px !important;
    }
}

/* Ensure images don't get filter effects */
.page-index-sic-bo-history-culture img {
    filter: none !important;
}