.page-tobet88app { font-family: 'Arial', sans-serif; background-color: #000000; color: #f0f0f0; line-height: 1.6; }
.page-tobet88app__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; }

/* Hero Section */
.page-tobet88app__hero-section { position: relative; padding-top: 10px; padding-bottom: 40px; text-align: center; overflow: hidden; }
.page-tobet88app__hero-image-container { width: 100%; max-height: 500px; overflow: hidden; display: flex; justify-content: center; align-items: center; margin-bottom: 20px; }
.page-tobet88app__hero-image { width: 100%; height: auto; object-fit: cover; border-radius: 8px; }
.page-tobet88app__hero-content { padding: 0 20px; }
.page-tobet88app__main-title { font-size: 2.8em; color: #ffeb3b; margin-bottom: 15px; line-height: 1.2; font-weight: bold; }
.page-tobet88app__hero-description { font-size: 1.1em; color: #e0e0e0; max-width: 800px; margin: 0 auto 30px auto; }
.page-tobet88app__cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }

/* Buttons */
.page-tobet88app__btn-primary, .page-tobet88app__btn-secondary, .page-tobet88app__btn-play, .page-tobet88app__btn-view-promo, .page-tobet88app__btn-large {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    box-sizing: border-box;
    max-width: 100%;
}
.page-tobet88app__btn-primary {
    background-color: #ffeb3b;
    color: #111111;
    border: 2px solid #ffeb3b;
}
.page-tobet88app__btn-primary:hover { background-color: #ffe000; transform: translateY(-3px); }
.page-tobet88app__btn-secondary {
    background-color: transparent;
    color: #ffeb3b;
    border: 2px solid #ffeb3b;
}
.page-tobet88app__btn-secondary:hover { background-color: #ffeb3b; color: #111111; transform: translateY(-3px); }
.page-tobet88app__btn-play { background-color: #2563eb; color: #ffffff; border: none; padding: 10px 20px; font-size: 0.95em; border-radius: 20px; }
.page-tobet88app__btn-play:hover { background-color: #1e4eaf; }
.page-tobet88app__btn-view-promo { background-color: #64748b; color: #ffffff; border: none; padding: 10px 20px; font-size: 0.95em; border-radius: 20px; }
.page-tobet88app__btn-view-promo:hover { background-color: #4e5a6b; }
.page-tobet88app__btn-large { padding: 18px 35px; font-size: 1.2em; border-radius: 35px; }

/* Sections */
.page-tobet88app__section-title { font-size: 2.2em; color: #ffeb3b; text-align: center; margin-bottom: 20px; font-weight: bold; }
.page-tobet88app__section-description { font-size: 1.05em; color: #e0e0e0; text-align: center; max-width: 900px; margin: 0 auto 40px auto; }
.page-tobet88app__dark-section { background-color: #1a1a1a; padding: 60px 0; }

/* Why Choose Section */
.page-tobet88app__why-choose-section { padding: 60px 0; }
.page-tobet88app__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }
.page-tobet88app__feature-item { background-color: #2a2a2a; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; }
.page-tobet88app__feature-item:hover { transform: translateY(-5px); }
.page-tobet88app__feature-icon { width: 100%; height: auto; max-width: 200px; margin-bottom: 20px; object-fit: contain; border-radius: 8px; }
.page-tobet88app__feature-title { font-size: 1.4em; color: #ffeb3b; margin-bottom: 10px; }
.page-tobet88app__feature-item p { color: #cccccc; font-size: 0.95em; }
.page-tobet88app__text-link { color: #ffeb3b; text-decoration: none; font-weight: bold; }
.page-tobet88app__text-link:hover { text-decoration: underline; }

/* Games Section */
.page-tobet88app__games-section { padding: 60px 0; }
.page-tobet88app__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 40px; }
.page-tobet88app__game-card { background-color: #2a2a2a; padding: 20px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; }
.page-tobet88app__game-card:hover { transform: translateY(-5px); }
.page-tobet88app__game-image { width: 100%; height: auto; max-height: 180px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; }
.page-tobet88app__game-title { font-size: 1.3em; color: #ffeb3b; margin-bottom: 10px; }
.page-tobet88app__game-description { color: #cccccc; font-size: 0.9em; margin-bottom: 20px; flex-grow: 1; }

/* Download Guide Section */
.page-tobet88app__download-guide-section { padding: 60px 0; }
.page-tobet88app__guide-content { display: flex; align-items: center; gap: 50px; flex-wrap: wrap; margin-top: 40px; }
.page-tobet88app__guide-steps { flex: 1; min-width: 300px; }
.page-tobet88app__steps-list { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
.page-tobet88app__step-item { background-color: #2a2a2a; padding: 25px; border-radius: 10px; margin-bottom: 20px; position: relative; padding-left: 60px; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); }
.page-tobet88app__step-item::before { content: counter(step-counter); counter-increment: step-counter; position: absolute; left: 20px; top: 20px; background-color: #ffeb3b; color: #111111; width: 30px; height: 30px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-weight: bold; font-size: 1.1em; }
.page-tobet88app__step-title { font-size: 1.3em; color: #ffeb3b; margin-bottom: 10px; margin-top: 0; }
.page-tobet88app__step-item p { color: #cccccc; font-size: 0.95em; }
.page-tobet88app__guide-image-wrapper { flex: 1; min-width: 300px; text-align: center; }
.page-tobet88app__guide-image { width: 100%; height: auto; max-width: 500px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); }
.page-tobet88app__cta-center { text-align: center; margin-top: 50px; }

/* Promotions Section */
.page-tobet88app__promotions-section { padding: 60px 0; }
.page-tobet88app__promo-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }
.page-tobet88app__promo-card { background-color: #2a2a2a; padding: 25px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; justify-content: space-between; }
.page-tobet88app__promo-image { width: 100%; height: auto; max-height: 250px; object-fit: cover; border-radius: 8px; margin-bottom: 20px; }
.page-tobet88app__promo-title { font-size: 1.4em; color: #ffeb3b; margin-bottom: 10px; }
.page-tobet88app__promo-text { color: #cccccc; font-size: 0.95em; margin-bottom: 25px; flex-grow: 1; }

/* FAQ Section */
.page-tobet88app__faq-section { padding: 60px 0; }
.page-tobet88app__faq-list { margin-top: 40px; max-width: 900px; margin-left: auto; margin-right: auto; }
.page-tobet88app__faq-item { background-color: #2a2a2a; border-radius: 10px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); }
.page-tobet88app__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #3a3a3a; border-bottom: 1px solid #444; }
.page-tobet88app__faq-question:hover { background-color: #4a4a4a; }
.page-tobet88app__faq-qtext { font-size: 1.2em; color: #ffeb3b; margin: 0; pointer-events: none; }
.page-tobet88app__faq-toggle { font-size: 1.5em; color: #ffeb3b; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; }
.page-tobet88app__faq-item.active .page-tobet88app__faq-toggle { transform: rotate(45deg); }
.page-tobet88app__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #cccccc; font-size: 0.95em; }
.page-tobet88app__faq-item.active .page-tobet88app__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }

/* Final CTA Section */
.page-tobet88app__final-cta-section { padding: 80px 0; text-align: center; background-color: #1a1a1a; }

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-tobet88app__main-title { font-size: 2.5em; }
    .page-tobet88app__section-title { font-size: 2em; }
    .page-tobet88app__hero-description, .page-tobet88app__section-description { font-size: 1em; }
    .page-tobet88app__cta-buttons { gap: 15px; }
    .page-tobet88app__btn-primary, .page-tobet88app__btn-secondary { padding: 12px 25px; font-size: 1em; }
    .page-tobet88app__features-grid, .page-tobet88app__games-grid, .page-tobet88app__promo-cards { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
    .page-tobet88app__feature-item, .page-tobet88app__game-card, .page-tobet88app__promo-card { padding: 25px; }
    .page-tobet88app__faq-qtext { font-size: 1.1em; }
}

@media (max-width: 768px) {
    .page-tobet88app__container { padding: 15px; max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; }
    .page-tobet88app__hero-section { padding-top: 10px !important; padding-bottom: 30px; }
    .page-tobet88app__hero-image-container { max-height: 300px; }
    .page-tobet88app__hero-image { max-width: 100% !important; width: 100% !important; height: auto !important; }
    .page-tobet88app__main-title { font-size: 2em; padding: 0 10px; }
    .page-tobet88app__hero-description { font-size: 0.95em; padding: 0 10px; }
    .page-tobet88app__cta-buttons { flex-direction: column; align-items: center; gap: 15px; padding: 0 15px; max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; overflow: hidden !important; }

    /* General Images and Containers */
    .page-tobet88app img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-tobet88app__section, .page-tobet88app__card, .page-tobet88app__container, .page-tobet88app__guide-content {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Buttons and Button Containers */
    .page-tobet88app__cta-button,
    .page-tobet88app__btn-primary,
    .page-tobet88app__btn-secondary,
    .page-tobet88app a[class*="button"],
    .page-tobet88app 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;
    }
    .page-tobet88app__cta-buttons,
    .page-tobet88app__button-group,
    .page-tobet88app__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-wrap: wrap !important;
        gap: 10px;
        flex-direction: column;
    }

    .page-tobet88app__section-title { font-size: 1.8em; padding: 0 10px; }
    .page-tobet88app__section-description { font-size: 0.9em; padding: 0 10px; }
    .page-tobet88app__features-grid, .page-tobet88app__games-grid, .page-tobet88app__promo-cards { grid-template-columns: 1fr; gap: 20px; }
    .page-tobet88app__feature-item, .page-tobet88app__game-card, .page-tobet88app__promo-card { padding: 20px; }
    .page-tobet88app__feature-icon { max-width: 150px; }
    .page-tobet88app__feature-title { font-size: 1.2em; }
    .page-tobet88app__game-title { font-size: 1.1em; }
    .page-tobet88app__guide-content { flex-direction: column; }
    .page-tobet88app__guide-steps { width: 100%; }
    .page-tobet88app__guide-image-wrapper { width: 100%; }
    .page-tobet88app__guide-image { max-width: 100% !important; width: 100% !important; height: auto !important; }
    .page-tobet88app__step-item { padding-left: 50px; }
    .page-tobet88app__step-item::before { left: 15px; }
    .page-tobet88app__faq-qtext { font-size: 1em; padding-right: 10px; }
    .page-tobet88app__faq-question { padding: 15px 20px; }
    .page-tobet88app__faq-answer { padding: 15px 20px !important; font-size: 0.9em; }
    .page-tobet88app__faq-list { max-width: 100%; margin-left: auto; margin-right: auto; }
    .page-tobet88app__final-cta-section { padding: 60px 0; }
}