:root {
    --primary-color: #017439;
    --secondary-color: #FFFFFF;
    --register-color: #C30808;
    --login-color: #C30808;
    --background-color: #FFFFFF;
    --register-login-font-color: #FFFF00;
    --text-color: #333333;
    --light-grey: #f5f5f5;
    --border-color: #e0e0e0;
}

.page-blog-why-xoso1234-is-best-choice {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--background-color);
}

.page-blog-why-xoso1234-is-best-choice__hero-section {
    position: relative;
    padding-top: 10px; /* Small top padding if body handles header offset */
    padding-bottom: 40px;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    overflow: hidden;
}

.page-blog-why-xoso1234-is-best-choice__hero-image-wrapper {
    width: 100%;
    max-height: 600px; /* Limit height for hero image */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-blog-why-xoso1234-is-best-choice__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    min-height: 200px; /* Minimum size */
}

.page-blog-why-xoso1234-is-best-choice__hero-content-wrapper {
    position: relative;
    z-index: 1;
    padding: 20px;
    text-align: center;
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.page-blog-why-xoso1234-is-best-choice__hero-content {
    max-width: 900px;
    margin: 0 auto;
}

.page-blog-why-xoso1234-is-best-choice__main-title {
    font-size: clamp(2em, 4vw, 3.2em);
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--secondary-color);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.page-blog-why-xoso1234-is-best-choice__hero-description {
    font-size: 1.1em;
    margin-bottom: 30px;
    opacity: 0.9;
}

.page-blog-why-xoso1234-is-best-choice__cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-blog-why-xoso1234-is-best-choice__btn-primary,
.page-blog-why-xoso1234-is-best-choice__btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease, color 0.3s ease;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-blog-why-xoso1234-is-best-choice__btn-primary {
    background-color: var(--register-color);
    color: var(--register-login-font-color);
    border: 2px solid var(--register-color);
}

.page-blog-why-xoso1234-is-best-choice__btn-primary:hover {
    background-color: #a00606;
    border-color: #a00606;
}

.page-blog-why-xoso1234-is-best-choice__btn-secondary {
    background-color: transparent;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

.page-blog-why-xoso1234-is-best-choice__btn-secondary:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.page-blog-why-xoso1234-is-best-choice__section {
    padding: 60px 20px;
    background-color: var(--background-color);
}

.page-blog-why-xoso1234-is-best-choice__section:nth-of-type(odd) {
    background-color: var(--light-grey);
}

.page-blog-why-xoso1234-is-best-choice__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-blog-why-xoso1234-is-best-choice__heading {
    font-size: 2.5em;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

.page-blog-why-xoso1234-is-best-choice__text {
    font-size: 1.1em;
    text-align: justify;
    margin-bottom: 20px;
    color: var(--text-color);
}

.page-blog-why-xoso1234-is-best-choice__about-xoso .page-blog-why-xoso1234-is-best-choice__text {
    text-align: center;
}

.page-blog-why-xoso1234-is-best-choice__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-why-xoso1234-is-best-choice__card {
    background-color: var(--secondary-color);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease;
    color: var(--text-color);
    border: 1px solid var(--border-color);
}

.page-blog-why-xoso1234-is-best-choice__card:hover {
    transform: translateY(-5px);
}

.page-blog-why-xoso1234-is-best-choice__card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    min-width: 200px;
    min-height: 200px;
    display: block;
}

.page-blog-why-xoso1234-is-best-choice__card-title {
    font-size: 1.5em;
    color: var(--primary-color);
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-why-xoso1234-is-best-choice__card-text {
    font-size: 1em;
    color: #555555;
    text-align: left;
}

.page-blog-why-xoso1234-is-best-choice__games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-why-xoso1234-is-best-choice__game-card {
    background-color: var(--secondary-color);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease;
    color: var(--text-color);
    border: 1px solid var(--border-color);
}

.page-blog-why-xoso1234-is-best-choice__game-card:hover {
    transform: translateY(-5px);
}

.page-blog-why-xoso1234-is-best-choice__game-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
    min-width: 200px;
    min-height: 200px;
    display: block;
}

.page-blog-why-xoso1234-is-best-choice__game-title {
    font-size: 1.3em;
    color: var(--primary-color);
    margin-bottom: 10px;
    font-weight: 600;
}

.page-blog-why-xoso1234-is-best-choice__game-description {
    font-size: 0.95em;
    color: #666666;
    margin-bottom: 20px;
    text-align: left;
}

.page-blog-why-xoso1234-is-best-choice__btn-small {
    display: inline-block;
    padding: 8px 15px;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border-radius: 5px;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: 500;
    transition: background-color 0.3s ease;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-blog-why-xoso1234-is-best-choice__btn-small:hover {
    background-color: #005a2e;
}

.page-blog-why-xoso1234-is-best-choice__steps-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-blog-why-xoso1234-is-best-choice__list-item {
    background-color: var(--secondary-color);
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    padding: 25px;
    border-left: 5px solid var(--primary-color);
    color: var(--text-color);
}

.page-blog-why-xoso1234-is-best-choice__list-title {
    font-size: 1.4em;
    color: var(--primary-color);
    margin-bottom: 10px;
    font-weight: 600;
}

.page-blog-why-xoso1234-is-best-choice__list-description {
    font-size: 1em;
    color: #555555;
}

.page-blog-why-xoso1234-is-best-choice__cta-buttons--centered {
    margin-top: 40px;
    text-align: center;
}

.page-blog-why-xoso1234-is-best-choice__promo-list {
    list-style: disc;
    padding-left: 30px;
    margin-top: 20px;
    font-size: 1.1em;
    color: var(--text-color);
}

.page-blog-why-xoso1234-is-best-choice__promo-list .page-blog-why-xoso1234-is-best-choice__list-item {
    background-color: transparent;
    box-shadow: none;
    border: none;
    padding: 8px 0;
    margin-bottom: 5px;
    color: #555555;
}

.page-blog-why-xoso1234-is-best-choice__faq-list {
    margin-top: 40px;
}

.page-blog-why-xoso1234-is-best-choice__faq-item {
    background-color: var(--secondary-color);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: var(--text-color);
}

.page-blog-why-xoso1234-is-best-choice__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.15em;
    font-weight: 600;
    color: var(--primary-color);
    cursor: pointer;
    list-style: none;
    position: relative;
}

.page-blog-why-xoso1234-is-best-choice__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-why-xoso1234-is-best-choice__faq-question::marker {
    display: none;
}

.page-blog-why-xoso1234-is-best-choice__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
}

.page-blog-why-xoso1234-is-best-choice__faq-item[open] .page-blog-why-xoso1234-is-best-choice__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-why-xoso1234-is-best-choice__faq-answer {
    padding: 0 25px 20px 25px;
    font-size: 1em;
    color: #555555;
    text-align: justify;
}

.page-blog-why-xoso1234-is-best-choice__conclusion .page-blog-why-xoso1234-is-best-choice__text {
    text-align: center;
}

/* Universal image responsiveness */
.page-blog-why-xoso1234-is-best-choice img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .page-blog-why-xoso1234-is-best-choice {
        font-size: 16px;
        line-height: 1.6;
    }

    /* HERO 主图区域 */
    .page-blog-why-xoso1234-is-best-choice__hero-section {
        padding-top: 10px !important;
        padding-bottom: 20px;
    }

    .page-blog-why-xoso1234-is-best-choice__hero-image-wrapper {
        max-height: 300px;
    }

    .page-blog-why-xoso1234-is-best-choice__main-title {
        font-size: 2em !important;
        margin-bottom: 15px;
    }

    .page-blog-why-xoso1234-is-best-choice__hero-description {
        font-size: 1em;
        margin-bottom: 20px;
    }

    /* 通用图片与容器 */
    .page-blog-why-xoso1234-is-best-choice img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-blog-why-xoso1234-is-best-choice__section,
    .page-blog-why-xoso1234-is-best-choice__card,
    .page-blog-why-xoso1234-is-best-choice__container,
    .page-blog-why-xoso1234-is-best-choice__game-card,
    .page-blog-why-xoso1234-is-best-choice__list-item,
    .page-blog-why-xoso1234-is-best-choice__faq-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* 按钮与按钮容器 */
    .page-blog-why-xoso1234-is-best-choice__btn-primary,
    .page-blog-why-xoso1234-is-best-choice__btn-secondary,
    .page-blog-why-xoso1234-is-best-choice__btn-small {
        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;
    }

    .page-blog-why-xoso1234-is-best-choice__cta-buttons,
    .page-blog-why-xoso1234-is-best-choice__cta-buttons--centered {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column !important;
        gap: 10px;
    }

    /* 其他内容模块 */
    .page-blog-why-xoso1234-is-best-choice__heading {
        font-size: 2em !important;
        margin-bottom: 30px;
    }

    .page-blog-why-xoso1234-is-best-choice__text {
        font-size: 1em;
    }

    .page-blog-why-xoso1234-is-best-choice__grid,
    .page-blog-why-xoso1234-is-best-choice__games-grid,
    .page-blog-why-xoso1234-is-best-choice__steps-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-blog-why-xoso1234-is-best-choice__card,
    .page-blog-why-xoso1234-is-best-choice__game-card,
    .page-blog-why-xoso1234-is-best-choice__list-item,
    .page-blog-why-xoso1234-is-best-choice__faq-item {
        padding: 20px;
    }

    .page-blog-why-xoso1234-is-best-choice__card-image,
    .page-blog-why-xoso1234-is-best-choice__game-image {
        height: auto;
        max-height: 250px;
    }

    .page-blog-why-xoso1234-is-best-choice__faq-question {
        padding: 15px 20px;
        font-size: 1em;
    }

    .page-blog-why-xoso1234-is-best-choice__faq-answer {
        padding: 0 20px 15px 20px;
    }

    .page-blog-why-xoso1234-is-best-choice__promo-list {
        padding-left: 20px;
        font-size: 1em;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .page-blog-why-xoso1234-is-best-choice__hero-section {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .page-blog-why-xoso1234-is-best-choice__main-title {
        font-size: 2.8em;
    }

    .page-blog-why-xoso1234-is-best-choice__heading {
        font-size: 2.2em;
    }

    .page-blog-why-xoso1234-is-best-choice__grid,
    .page-blog-why-xoso1234-is-best-choice__games-grid,
    .page-blog-why-xoso1234-is-best-choice__steps-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .page-blog-why-xoso1234-is-best-choice__card,
    .page-blog-why-xoso1234-is-best-choice__game-card,
    .page-blog-why-xoso1234-is-best-choice__list-item,
    .page-blog-why-xoso1234-is-best-choice__faq-item {
        padding: 25px;
    }

    .page-blog-why-xoso1234-is-best-choice__card-image,
    .page-blog-why-xoso1234-is-best-choice__game-image {
        height: 180px;
    }
}