
        .page-index-review-tot88 {
            font-family: 'Arial', sans-serif;
            color: #333333;
            line-height: 1.6;
            background-color: #f8f8f8;
        }

        .page-index-review-tot88__container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            box-sizing: border-box;
        }

        .page-index-review-tot88__hero-section {
            text-align: center;
            padding: 10px 0 40px 0;
            background-color: #2563eb;
            color: #ffffff;
            border-radius: 0 0 15px 15px;
            margin-bottom: 40px;
        }

        .page-index-review-tot88__hero-image-wrapper {
            width: 100%;
            max-width: 100%;
            overflow: hidden;
            box-sizing: border-box;
            margin-bottom: 20px;
        }

        .page-index-review-tot88__hero-image {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 10px;
            margin: 0 auto;
        }

        .page-index-review-tot88__hero-title {
            font-size: 2.8em;
            font-weight: 700;
            margin-bottom: 15px;
            line-height: 1.2;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }

        .page-index-review-tot88__hero-description {
            font-size: 1.2em;
            margin-bottom: 30px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .page-index-review-tot88__cta-button {
            display: inline-block;
            background-color: #f0f0f0;
            color: #2563eb;
            padding: 15px 30px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: bold;
            font-size: 1.1em;
            transition: background-color 0.3s ease, transform 0.3s ease;
            border: none;
            cursor: pointer;
        }

        .page-index-review-tot88__cta-button:hover {
            background-color: #ffffff;
            transform: translateY(-2px);
        }

        .page-index-review-tot88__section {
            background-color: #ffffff;
            padding: 40px;
            margin-bottom: 30px;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        }

        .page-index-review-tot88__section-title {
            font-size: 2em;
            color: #2563eb;
            margin-bottom: 25px;
            text-align: center;
            border-bottom: 2px solid #e0e0e0;
            padding-bottom: 15px;
        }

        .page-index-review-tot88__subsection-title {
            font-size: 1.6em;
            color: #444444;
            margin-top: 30px;
            margin-bottom: 15px;
            border-left: 5px solid #64748b;
            padding-left: 10px;
        }

        .page-index-review-tot88__text-block p {
            margin-bottom: 15px;
            font-size: 1.05em;
            line-height: 1.7;
        }

        .page-index-review-tot88__text-block strong {
            color: #2563eb;
        }

        .page-index-review-tot88__image-wrapper {
            width: 100%;
            max-width: 100%;
            overflow: hidden;
            box-sizing: border-box;
            margin: 20px 0;
            text-align: center;
        }

        .page-index-review-tot88__content-image {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            margin: 0 auto;
        }

        .page-index-review-tot88__list {
            list-style: none;
            padding: 0;
            margin-top: 20px;
        }

        .page-index-review-tot88__list-item {
            background-color: #f0f8ff;
            margin-bottom: 10px;
            padding: 15px 20px;
            border-radius: 8px;
            border-left: 5px solid #2563eb;
            font-size: 1.05em;
            box-sizing: border-box;
        }

        .page-index-review-tot88__list-item strong {
            color: #2563eb;
        }

        .page-index-review-tot88__games-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
            margin-top: 30px;
        }

        .page-index-review-tot88__game-card {
            background-color: #fdfdfd;
            border: 1px solid #e0e0e0;
            border-radius: 10px;
            overflow: hidden;
            text-align: center;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease;
        }

        .page-index-review-tot88__game-card:hover {
            transform: translateY(-5px);
        }

        .page-index-review-tot88__game-card-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            display: block;
        }

        .page-index-review-tot88__game-card-title {
            font-size: 1.3em;
            color: #2563eb;
            margin: 15px 0 10px;
        }

        .page-index-review-tot88__game-card-description {
            font-size: 0.95em;
            color: #555555;
            padding: 0 15px 15px;
        }

        .page-index-review-tot88__payment-methods {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            margin-top: 30px;
        }

        .page-index-review-tot88__payment-item {
            background-color: #f0f8ff;
            padding: 15px 25px;
            border-radius: 8px;
            border: 1px solid #e0e0e0;
            font-weight: bold;
            color: #2563eb;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
            min-width: 120px;
            text-align: center;
            box-sizing: border-box;
        }

        .page-index-review-tot88__faq-list {
            margin-top: 30px;
        }

        .page-index-review-tot88__faq-item {
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            margin-bottom: 15px;
            overflow: hidden;
        }

        .page-index-review-tot88__faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 18px 25px;
            background-color: #f5f5f5;
            color: #2563eb;
            font-size: 1.15em;
            font-weight: bold;
            cursor: pointer;
            user-select: none;
            transition: background-color 0.3s ease;
        }

        .page-index-review-tot88__faq-question h3 {
            margin: 0;
            flex-grow: 1;
            pointer-events: none; /* Prevent h3 from blocking click on parent div */
            color: #2563eb;
        }

        .page-index-review-tot88__faq-question:hover {
            background-color: #e8e8e8;
        }

        .page-index-review-tot88__faq-toggle {
            font-size: 1.8em;
            margin-left: 15px;
            color: #64748b;
            pointer-events: none; /* Prevent toggle icon from blocking click on parent div */
        }

        .page-index-review-tot88__faq-answer {
            max-height: 0;
            overflow: hidden;
            padding: 0 25px;
            background-color: #ffffff;
            color: #555555;
            font-size: 1em;
            line-height: 1.6;
            transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
            opacity: 0;
        }

        .page-index-review-tot88__faq-item.active .page-index-review-tot88__faq-answer {
            max-height: 2000px !important;
            padding: 20px 25px !important;
            opacity: 1;
        }

        .page-index-review-tot88__faq-item.active .page-index-review-tot88__faq-question {
            background-color: #e0e0e0;
        }

        .page-index-review-tot88__faq-item.active .page-index-review-tot88__faq-toggle {
            color: #2563eb;
        }

        .page-index-review-tot88__conclusion-cta {
            text-align: center;
            margin-top: 40px;
        }

        .page-index-review-tot88__comparison-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }

        .page-index-review-tot88__comparison-card {
            background-color: #f9f9f9;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            padding: 20px;
            text-align: center;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }

        .page-index-review-tot88__comparison-card-title {
            font-size: 1.2em;
            color: #2563eb;
            margin-bottom: 10px;
        }

        .page-index-review-tot88__comparison-card-link {
            color: #64748b;
            text-decoration: none;
            font-weight: bold;
        }

        .page-index-review-tot88__comparison-card-link:hover {
            text-decoration: underline;
        }

        @media (max-width: 1024px) {
            .page-index-review-tot88__hero-title {
                font-size: 2.2em;
            }
            .page-index-review-tot88__hero-description {
                font-size: 1.1em;
            }
            .page-index-review-tot88__section-title {
                font-size: 1.8em;
            }
            .page-index-review-tot88__subsection-title {
                font-size: 1.4em;
            }
            .page-index-review-tot88__game-card-image {
                height: 180px;
            }
        }

        @media (max-width: 768px) {
            .page-index-review-tot88__container {
                padding: 15px;
            }
            .page-index-review-tot88__hero-section {
                padding-top: 10px !important;
                padding-bottom: 20px;
                border-radius: 0;
                margin-bottom: 20px;
            }
            .page-index-review-tot88__hero-title {
                font-size: 1.8em;
                margin-bottom: 10px;
            }
            .page-index-review-tot88__hero-description {
                font-size: 1em;
                margin-bottom: 20px;
            }
            .page-index-review-tot88__cta-button {
                padding: 12px 25px;
                font-size: 1em;
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                white-space: normal !important;
                word-wrap: break-word !important;
            }
            .page-index-review-tot88__section {
                padding: 25px 15px;
                margin-bottom: 20px;
            }
            .page-index-review-tot88__section-title {
                font-size: 1.5em;
                margin-bottom: 20px;
                padding-bottom: 10px;
            }
            .page-index-review-tot88__subsection-title {
                font-size: 1.2em;
                margin-top: 20px;
                margin-bottom: 10px;
                padding-left: 8px;
            }
            .page-index-review-tot88__text-block p {
                font-size: 0.95em;
            }
            .page-index-review-tot88 img {
                max-width: 100% !important;
                width: 100% !important;
                height: auto !important;
                display: block;
            }
            .page-index-review-tot88__image-wrapper,
            .page-index-review-tot88__hero-image-wrapper {
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                overflow: hidden;
            }
            .page-index-review-tot88__list-item {
                padding: 12px 15px;
                font-size: 0.95em;
                width: 100% !important;
                max-width: 100% !important;
                box-sizing: border-box !important;
                word-wrap: break-word !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
            }
            .page-index-review-tot88__games-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            .page-index-review-tot88__game-card-image {
                height: 160px;
            }
            .page-index-review-tot88__game-card-title {
                font-size: 1.1em;
            }
            .page-index-review-tot88__payment-methods {
                gap: 10px;
                justify-content: space-around;
            }
            .page-index-review-tot88__payment-item {
                padding: 10px 15px;
                font-size: 0.9em;
                min-width: unset;
                flex: 1 1 auto;
            }
            .page-index-review-tot88__faq-question {
                padding: 15px 15px;
                font-size: 1em;
            }
            .page-index-review-tot88__faq-answer {
                padding: 15px 15px;
            }
            .page-index-review-tot88__faq-item.active .page-index-review-tot88__faq-answer {
                padding: 15px 15px !important;
            }
            .page-index-review-tot88__comparison-grid {
                grid-template-columns: 1fr;
            }
        }
    