.page-resources-slot-game-tips {
    font-family: 'Arial', sans-serif;
    color: #ffffff; /* Default text color for dark body background */
    line-height: 1.6;
    background-color: transparent; /* Inherit from body or shared, ensuring text contrast is handled by element backgrounds */
}

.page-resources-slot-game-tips__hero-section {
    position: relative;
    padding: var(--header-offset, 120px) 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 500px;
    background-color: #000000;
    overflow: hidden;
}

.page-resources-slot-game-tips__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
}

.page-resources-slot-game-tips__hero-title {
    font-size: 3.5em;
    color: #26A9E0;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-slot-game-tips__hero-description {
    font-size: 1.2em;
    color: #ffffff;
    margin-bottom: 40px;
}

.page-resources-slot-game-tips__hero-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.page-resources-slot-game-tips__hero-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.page-resources-slot-game-tips__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.page-resources-slot-game-tips__section {
    padding: 60px 0;
    background-color: rgba(255, 255, 255, 0.05);
    margin-bottom: 20px;
}

.page-resources-slot-game-tips__section:nth-of-type(even) {
    background-color: rgba(255, 255, 255, 0.08);
}

.page-resources-slot-game-tips__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-resources-slot-game-tips__section-title {
    font-size: 2.5em;
    color: #26A9E0;
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.page-resources-slot-game-tips p {
    font-size: 1.1em;
    color: #ffffff;
    margin-bottom: 15px;
    text-align: justify;
}

.page-resources-slot-game-tips a {
    color: #26A9E0;
    text-decoration: none;
}

.page-resources-slot-game-tips a:hover {
    text-decoration: underline;
}

.page-resources-slot-game-tips__btn-primary,
.page-resources-slot-game-tips__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    text-align: center;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-resources-slot-game-tips__btn-primary {
    background-color: #26A9E0;
    color: #ffffff;
    border: 2px solid #26A9E0;
}

.page-resources-slot-game-tips__btn-primary:hover {
    background-color: #1a7fb3;
    border-color: #1a7fb3;
}

.page-resources-slot-game-tips__btn-secondary {
    background-color: transparent;
    color: #26A9E0;
    border: 2px solid #26A9E0;
}

.page-resources-slot-game-tips__btn-secondary:hover {
    background-color: #26A9E0;
    color: #ffffff;
}

.page-resources-slot-game-tips__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-slot-game-tips__grid--two-columns {
    grid-template-columns: repeat(2, 1fr);
}

.page-resources-slot-game-tips__card {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

.page-resources-slot-game-tips__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-slot-game-tips__card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    max-width: 100%;
    display: block;
}

.page-resources-slot-game-tips__card-title {
    font-size: 1.5em;
    color: #26A9E0;
    margin-bottom: 15px;
}

.page-resources-slot-game-tips__card-title a {
    color: #26A9E0;
    text-decoration: none;
}

.page-resources-slot-game-tips__card-title a:hover {
    text-decoration: underline;
}

.page-resources-slot-game-tips__list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-resources-slot-game-tips__list-item {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-slot-game-tips__list-title {
    font-size: 1.3em;
    color: #26A9E0;
    margin-bottom: 10px;
}

.page-resources-slot-game-tips__cta-center {
    text-align: center;
    margin-top: 40px;
}

/* FAQ Section */
.page-resources-slot-game-tips__faq-list {
    margin-top: 40px;
}

.page-resources-slot-game-tips__faq-item {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-resources-slot-game-tips__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease;
}

.page-resources-slot-game-tips__faq-question:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.page-resources-slot-game-tips__faq-question h3 {
    margin: 0;
    font-size: 1.2em;
    color: #ffffff;
}

.page-resources-slot-game-tips__faq-toggle {
    font-size: 1.5em;
    font-weight: bold;
    color: #26A9E0;
    transition: transform 0.3s ease;
}

.page-resources-slot-game-tips__faq-item.active .page-resources-slot-game-tips__faq-toggle {
    transform: rotate(45deg);
}

.page-resources-slot-game-tips__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-resources-slot-game-tips__faq-item.active .page-resources-slot-game-tips__faq-answer {
    max-height: 1000px !important;
    padding: 15px 20px;
}

.page-resources-slot-game-tips__faq-answer p {
    margin-top: 0;
    margin-bottom: 15px;
}

.page-resources-slot-game-tips__final-advice p {
    text-align: center;
}

/* --- Responsive Styles (Mobile) --- */
@media (max-width: 768px) {
    /* HERO 主图区域 */
    .page-resources-slot-game-tips__hero-section {
        padding-top: var(--header-offset, 120px) !important; /* Ensure offset on mobile if not set on body */
        padding-bottom: 40px !important;
        min-height: 350px !important;
    }

    .page-resources-slot-game-tips__hero-title {
        font-size: 2.2em !important;
        margin-bottom: 15px !important;
    }

    .page-resources-slot-game-tips__hero-description {
        font-size: 1em !important;
        margin-bottom: 30px !important;
    }

    .page-resources-slot-game-tips__hero-cta-buttons {
        flex-direction: column !important;
        gap: 15px !important;
        padding: 0 15px !important;
    }

    /* 通用图片与容器 */
    .page-resources-slot-game-tips img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    
    .page-resources-slot-game-tips__section,
    .page-resources-slot-game-tips__card,
    .page-resources-slot-game-tips__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* 按钮与按钮容器 */
    .page-resources-slot-game-tips__btn-primary,
    .page-resources-slot-game-tips__btn-secondary,
    .page-resources-slot-game-tips a[class*="button"],
    .page-resources-slot-game-tips 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: 12px 20px !important;
        font-size: 1em !important;
    }
    
    .page-resources-slot-game-tips__cta-buttons,
    .page-resources-slot-game-tips__button-group,
    .page-resources-slot-game-tips__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
        flex-direction: column !important;
    }

    /* 产品展示图区域 */
    .page-resources-slot-game-tips__grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .page-resources-slot-game-tips__grid--two-columns {
        grid-template-columns: 1fr !important;
    }

    .page-resources-slot-game-tips__card {
        padding: 20px !important;
    }

    .page-resources-slot-game-tips__card-image {
        height: 180px !important;
    }

    .page-resources-slot-game-tips__section-title {
        font-size: 1.8em !important;
        margin-bottom: 30px !important;
    }

    .page-resources-slot-game-tips p,
    .page-resources-slot-game-tips__list-title,
    .page-resources-slot-game-tips__faq-question h3 {
        font-size: 1em !important;
    }

    /* 其他内容模块 (FAQ specific) */
    .page-resources-slot-game-tips__faq-question {
        padding: 15px !important;
    }

    .page-resources-slot-game-tips__faq-answer {
        padding: 0 15px !important;
    }

    .page-resources-slot-game-tips__faq-item.active .page-resources-slot-game-tips__faq-answer {
        padding: 10px 15px !important;
    }
}