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

        .page-tot88__hero-section {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 10px 0 60px 0; /* Adjusted for body padding-top, 10px decorative top padding */
            background-color: #ffffff;
            overflow: hidden;
            box-sizing: border-box;
        }

        .page-tot88__hero-image-container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            overflow: hidden;
            border-radius: 15px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            margin-bottom: 40px;
        }

        .page-tot88__hero-image {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
            object-position: center;
        }

        .page-tot88__hero-content {
            max-width: 900px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .page-tot88__main-title {
            font-size: 2.8em;
            font-weight: 700;
            color: #2563eb;
            margin-bottom: 20px;
            line-height: 1.2;
            letter-spacing: -0.5px;
        }

        .page-tot88__hero-description {
            font-size: 1.1em;
            color: #64748b;
            margin-bottom: 30px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }

        .page-tot88__cta-button {
            display: inline-block;
            background-color: #2563eb;
            color: #ffffff;
            padding: 15px 30px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1em;
            transition: background-color 0.3s ease, transform 0.3s ease;
            box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
            max-width: 100%;
            box-sizing: border-box;
            white-space: normal;
            word-wrap: break-word;
        }

        .page-tot88__cta-button:hover {
            background-color: #1a4fbf;
            transform: translateY(-2px);
        }

        .page-tot88__section {
            padding: 60px 20px;
            max-width: 1200px;
            margin: 0 auto;
            box-sizing: border-box;
        }

        .page-tot88__section-title {
            font-size: 2.2em;
            font-weight: 700;
            color: #2563eb;
            text-align: center;
            margin-bottom: 40px;
        }

        .page-tot88__text-block {
            font-size: 1em;
            color: #333333;
            margin-bottom: 20px;
            text-align: justify;
        }

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

        .page-tot88__features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }

        .page-tot88__feature-card {
            background-color: #ffffff;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            color: #333333;
        }

        .page-tot88__feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
        }

        .page-tot88__feature-icon {
            width: 80px;
            height: 80px;
            margin-bottom: 20px;
            object-fit: contain;
        }

        .page-tot88__feature-title {
            font-size: 1.4em;
            font-weight: 600;
            color: #2563eb;
            margin-bottom: 15px;
        }

        .page-tot88__feature-description {
            font-size: 0.95em;
            color: #64748b;
        }

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

        .page-tot88__game-card {
            background-color: #ffffff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            text-decoration: none;
            color: #333333;
        }

        .page-tot88__game-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
        }

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

        .page-tot88__game-content {
            padding: 20px;
        }

        .page-tot88__game-title {
            font-size: 1.2em;
            font-weight: 600;
            color: #2563eb;
            margin-bottom: 10px;
        }

        .page-tot88__game-description {
            font-size: 0.9em;
            color: #64748b;
            line-height: 1.5;
        }

        .page-tot88__promo-card {
            background-color: #e0f2f7;
            padding: 30px;
            border-radius: 12px;
            text-align: center;
            margin-top: 40px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        }

        .page-tot88__promo-title {
            font-size: 1.8em;
            color: #2563eb;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .page-tot88__promo-text {
            font-size: 1.1em;
            color: #64748b;
            margin-bottom: 25px;
        }

        .page-tot88__faq-list {
            margin-top: 40px;
        }

        .page-tot88__faq-item {
            margin-bottom: 15px;
            background-color: #ffffff;
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            overflow: hidden;
            color: #333333;
        }

        .page-tot88__faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px;
            background-color: #f0f8ff;
            cursor: pointer;
            font-weight: 600;
            color: #2563eb;
            font-size: 1.1em;
            user-select: none;
            transition: background-color 0.3s ease;
        }

        .page-tot88__faq-question:hover {
            background-color: #e6f7ff;
        }

        .page-tot88__faq-question h3 {
            margin: 0;
            flex-grow: 1;
            text-align: left;
            pointer-events: none; /* Prevent h3 from blocking click on parent */
            color: #2563eb;
            font-size: 1.1em;
        }

        .page-tot88__faq-toggle {
            font-size: 1.5em;
            line-height: 1;
            margin-left: 15px;
            transition: transform 0.3s ease;
            pointer-events: none; /* Prevent toggle from blocking click on parent */
        }

        .page-tot88__faq-item.active .page-tot88__faq-toggle {
            transform: rotate(45deg);
        }

        .page-tot88__faq-answer {
            max-height: 0;
            overflow: hidden;
            padding: 0 20px;
            opacity: 0;
            transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
            color: #64748b;
        }

        .page-tot88__faq-item.active .page-tot88__faq-answer {
            max-height: 2000px !important; /* Sufficiently large */
            padding: 20px !important;
            opacity: 1;
        }

        .page-tot88__internal-links {
            margin-top: 60px;
            text-align: center;
            padding: 20px 0;
            background-color: #f0f8ff;
            border-radius: 10px;
        }

        .page-tot88__internal-links h2 {
            font-size: 1.8em;
            color: #2563eb;
            margin-bottom: 25px;
        }

        .page-tot88__link-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
        }

        .page-tot88__link-item {
            display: inline-block;
            background-color: #ffffff;
            color: #2563eb;
            padding: 12px 25px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 500;
            transition: background-color 0.3s ease, color 0.3s ease;
            border: 1px solid #2563eb;
        }

        .page-tot88__link-item:hover {
            background-color: #2563eb;
            color: #ffffff;
        }

        .page-tot88 img {
            max-width: 100%;
            height: auto;
            display: block;
        }

        /* Responsive Styles */
        @media (max-width: 1024px) {
            .page-tot88__main-title {
                font-size: 2.5em;
            }

            .page-tot88__section-title {
                font-size: 2em;
            }

            .page-tot88__hero-image-container {
                max-width: 90%;
            }
        }

        @media (max-width: 768px) {
            .page-tot88 {
                font-size: 16px;
                line-height: 1.6;
            }

            .page-tot88__hero-section {
                padding-top: 10px !important; /* Small top padding for mobile */
                padding-bottom: 40px;
                padding-left: 15px;
                padding-right: 15px;
            }

            .page-tot88__hero-image-container {
                max-width: 100% !important;
                border-radius: 10px;
            }

            .page-tot88__hero-image {
                max-width: 100% !important;
                width: 100% !important;
                height: auto !important;
            }

            .page-tot88__main-title {
                font-size: 2em;
                margin-bottom: 15px;
            }

            .page-tot88__hero-description {
                font-size: 1em;
                margin-bottom: 25px;
            }

            .page-tot88__cta-button {
                padding: 12px 25px;
                font-size: 1em;
                width: 100% !important;
                max-width: 100% !important;
                box-sizing: border-box !important;
                white-space: normal !important;
                word-wrap: break-word !important;
            }

            .page-tot88__section {
                padding: 40px 15px;
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
            }

            .page-tot88__section-title {
                font-size: 1.8em;
                margin-bottom: 30px;
            }

            .page-tot88__text-block {
                font-size: 0.95em;
            }

            .page-tot88__features-grid,
            .page-tot88__games-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .page-tot88__feature-card,
            .page-tot88__game-card {
                padding: 25px;
            }

            .page-tot88__game-image {
                height: 180px;
            }

            .page-tot88__promo-card {
                padding: 25px;
                margin-top: 30px;
            }

            .page-tot88__promo-title {
                font-size: 1.5em;
            }

            .page-tot88__promo-text {
                font-size: 1em;
            }

            .page-tot88__faq-question {
                font-size: 1em;
                padding: 15px;
            }

            .page-tot88__faq-question h3 {
                font-size: 1em;
            }

            .page-tot88__faq-answer {
                padding: 15px !important;
            }

            .page-tot88__internal-links {
                margin-top: 40px;
                padding: 20px 15px;
            }

            .page-tot88__internal-links h2 {
                font-size: 1.5em;
            }

            .page-tot88__link-grid {
                flex-direction: column;
                gap: 10px;
            }

            .page-tot88__link-item {
                width: 100%;
                max-width: 100% !important;
                box-sizing: border-box !important;
                padding: 10px 15px;
                font-size: 0.95em;
            }

            .page-tot88 img {
                max-width: 100% !important;
                width: 100% !important;
                height: auto !important;
            }

            /* Ensure all containers handle overflow */
            .page-tot88__section,
            .page-tot88__hero-content,
            .page-tot88__features-grid,
            .page-tot88__games-grid,
            .page-tot88__link-grid {
                overflow-x: hidden;
                box-sizing: border-box;
            }
        }
    