
        .page-86bet {
            font-family: 'Arial', sans-serif;
            background-color: #1a1a1a;
            color: #f0f0f0;
            line-height: 1.6;
        }

        .page-86bet__container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        .page-86bet__hero-section {
            text-align: center;
            padding-top: 10px;
            padding-bottom: 40px;
            background-color: #000000;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .page-86bet__hero-image-wrapper {
            width: 100%;
            max-width: 1200px;
            margin-bottom: 20px;
            overflow: hidden;
            border-radius: 10px;
        }

        .page-86bet__hero-image {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
            border-radius: 10px;
        }

        .page-86bet__hero-content {
            max-width: 900px;
            padding: 0 20px;
        }

        .page-86bet__main-title {
            font-size: clamp(2.5rem, 5vw, 3.5rem);
            color: #ffd700;
            margin-bottom: 15px;
            font-weight: 700;
            line-height: 1.2;
        }

        .page-86bet__subtitle {
            font-size: clamp(1rem, 2.5vw, 1.3rem);
            color: #ffffff;
            margin-bottom: 30px;
            font-weight: 400;
        }

        .page-86bet__cta-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 30px;
            flex-wrap: wrap;
            width: 100%;
            max-width: 600px;
            box-sizing: border-box;
            padding: 0 20px;
        }

        .page-86bet__btn-primary,
        .page-86bet__btn-secondary {
            display: inline-block;
            padding: 15px 30px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.1rem;
            transition: background-color 0.3s ease, transform 0.3s ease;
            max-width: 100%;
            box-sizing: border-box;
            white-space: normal;
            word-wrap: break-word;
            text-align: center;
        }

        .page-86bet__btn-primary {
            background-color: #ffd700;
            color: #1a1a1a;
            border: 2px solid #ffd700;
        }

        .page-86bet__btn-primary:hover {
            background-color: #e6c200;
            transform: translateY(-2px);
        }

        .page-86bet__btn-secondary {
            background-color: transparent;
            color: #ffd700;
            border: 2px solid #ffd700;
        }

        .page-86bet__btn-secondary:hover {
            background-color: #ffd700;
            color: #1a1a1a;
            transform: translateY(-2px);
        }

        .page-86bet__section {
            padding: 60px 20px;
            text-align: center;
        }

        .page-86bet__section-title {
            font-size: 2.5rem;
            color: #ffd700;
            margin-bottom: 40px;
            font-weight: 700;
        }

        .page-86bet__text-content {
            max-width: 900px;
            margin: 0 auto 30px auto;
            font-size: 1.1rem;
            color: #f0f0f0;
            text-align: left;
        }

        .page-86bet__text-content p {
            margin-bottom: 15px;
        }

        .page-86bet__text-content a {
            color: #ffd700;
            text-decoration: none;
            font-weight: bold;
        }

        .page-86bet__text-content a:hover {
            text-decoration: underline;
        }

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

        .page-86bet__game-card {
            background-color: #2a2a2a;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            transition: transform 0.3s ease;
            text-align: left;
        }

        .page-86bet__game-card:hover {
            transform: translateY(-5px);
        }

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

        .page-86bet__game-content {
            padding: 20px;
        }

        .page-86bet__game-title {
            font-size: 1.4rem;
            color: #ffd700;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .page-86bet__game-description {
            font-size: 0.95rem;
            color: #cccccc;
            margin-bottom: 15px;
        }

        .page-86bet__game-button {
            display: inline-block;
            padding: 10px 20px;
            background-color: #2563eb;
            color: #ffffff;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 600;
            transition: background-color 0.3s ease;
            max-width: 100%;
            box-sizing: border-box;
            white-space: normal;
            word-wrap: break-word;
            text-align: center;
        }

        .page-86bet__game-button:hover {
            background-color: #1a4a9e;
        }

        .page-86bet__promotion-card {
            background-color: #2a2a2a;
            border-radius: 10px;
            padding: 30px;
            margin-bottom: 20px;
            text-align: center;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }

        .page-86bet__promotion-title {
            font-size: 1.8rem;
            color: #ffd700;
            margin-bottom: 15px;
        }

        .page-86bet__promotion-description {
            font-size: 1rem;
            color: #f0f0f0;
            margin-bottom: 20px;
        }

        .page-86bet__faq-list {
            list-style: none;
            padding: 0;
            max-width: 900px;
            margin: 0 auto;
            text-align: left;
        }

        .page-86bet__faq-item {
            background-color: #2a2a2a;
            border-radius: 8px;
            margin-bottom: 15px;
            overflow: hidden;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        }

        .page-86bet__faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 18px 25px;
            background-color: #3a3a3a;
            color: #ffd700;
            font-size: 1.2rem;
            font-weight: 600;
            cursor: pointer;
            user-select: none;
            transition: background-color 0.3s ease;
        }

        .page-86bet__faq-question:hover {
            background-color: #4a4a4a;
        }

        .page-86bet__faq-question h3 {
            margin: 0;
            flex-grow: 1;
            pointer-events: none; /* Prevent h3 from blocking click */
        }

        .page-86bet__faq-toggle {
            font-size: 1.5rem;
            font-weight: 700;
            margin-left: 15px;
            pointer-events: none; /* Prevent toggle from blocking click */
        }

        .page-86bet__faq-answer {
            max-height: 0;
            overflow: hidden;
            padding: 0 25px;
            color: #cccccc;
            font-size: 1rem;
            transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
            opacity: 0;
        }

        .page-86bet__faq-item.active .page-86bet__faq-answer {
            max-height: 2000px !important; /* Sufficiently large to show all content */
            padding: 20px 25px !important;
            opacity: 1;
        }

        .page-86bet__highlight-box {
            background-color: #2563eb;
            color: #ffffff;
            padding: 30px;
            border-radius: 10px;
            margin-top: 40px;
            margin-bottom: 40px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
            text-align: center;
        }

        .page-86bet__highlight-title {
            font-size: 2rem;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .page-86bet__highlight-description {
            font-size: 1.1rem;
            margin-bottom: 25px;
        }

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

        .page-86bet__advantage-card {
            background-color: #2a2a2a;
            border-radius: 10px;
            padding: 30px;
            text-align: center;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }

        .page-86bet__advantage-icon {
            width: 80px;
            height: 80px;
            margin-bottom: 20px;
            display: inline-block;
            object-fit: contain;
        }

        .page-86bet__advantage-title {
            font-size: 1.5rem;
            color: #ffd700;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .page-86bet__advantage-description {
            font-size: 0.95rem;
            color: #cccccc;
        }

        /* Responsive Styles */
        @media (max-width: 1024px) {
            .page-86bet__main-title {
                font-size: clamp(2rem, 4.5vw, 3rem);
            }

            .page-86bet__section-title {
                font-size: 2rem;
            }

            .page-86bet__hero-image-wrapper {
                margin-bottom: 15px;
            }

            .page-86bet__hero-content {
                padding: 0 15px;
            }

            .page-86bet__cta-buttons {
                gap: 15px;
            }

            .page-86bet__games-grid {
                grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
                gap: 20px;
            }

            .page-86bet__advantage-icon {
                width: 70px;
                height: 70px;
            }
        }

        @media (max-width: 768px) {
            .page-86bet__container {
                padding: 15px;
            }

            .page-86bet__hero-section {
                padding-top: 10px !important;
                padding-bottom: 30px;
            }

            .page-86bet__hero-image-wrapper {
                margin-bottom: 10px;
            }

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

            .page-86bet__main-title {
                font-size: clamp(1.8rem, 8vw, 2.5rem);
            }

            .page-86bet__subtitle {
                font-size: clamp(0.9rem, 3.5vw, 1.1rem);
            }

            .page-86bet__cta-buttons {
                flex-direction: column;
                gap: 10px;
                padding: 0 15px;
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                overflow: hidden !important;
            }

            .page-86bet__btn-primary,
            .page-86bet__btn-secondary {
                width: 100% !important;
                max-width: 100% !important;
                padding: 12px 20px;
                font-size: 1rem;
                box-sizing: border-box !important;
                white-space: normal !important;
                word-wrap: break-word !important;
            }

            .page-86bet__section {
                padding: 40px 15px;
            }

            .page-86bet__section-title {
                font-size: 1.8rem;
                margin-bottom: 30px;
            }

            .page-86bet__text-content {
                font-size: 1rem;
                margin-bottom: 20px;
            }

            .page-86bet__games-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .page-86bet__game-image {
                height: 180px;
                max-width: 100% !important;
                width: 100% !important;
                height: auto !important;
            }

            .page-86bet__game-title {
                font-size: 1.3rem;
            }

            .page-86bet__game-description {
                font-size: 0.9rem;
            }

            .page-86bet__game-button {
                width: 100% !important;
                max-width: 100% !important;
                box-sizing: border-box !important;
                white-space: normal !important;
                word-wrap: break-word !important;
            }

            .page-86bet__promotion-card {
                padding: 25px;
            }

            .page-86bet__promotion-title {
                font-size: 1.5rem;
            }

            .page-86bet__promotion-description {
                font-size: 0.95rem;
            }

            .page-86bet__faq-question {
                padding: 15px 20px;
                font-size: 1.1rem;
            }

            .page-86bet__faq-answer {
                padding: 0 20px;
                font-size: 0.95rem;
            }

            .page-86bet__faq-item.active .page-86bet__faq-answer {
                padding: 15px 20px !important;
            }

            .page-86bet__highlight-box {
                padding: 25px;
            }

            .page-86bet__highlight-title {
                font-size: 1.8rem;
            }

            .page-86bet__highlight-description {
                font-size: 1rem;
            }

            .page-86bet__advantages-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .page-86bet__advantage-icon {
                width: 60px;
                height: 60px;
            }

            .page-86bet__advantage-title {
                font-size: 1.3rem;
            }

            .page-86bet__advantage-description {
                font-size: 0.9rem;
            }

            .page-86bet img {
                max-width: 100% !important;
                height: auto !important;
                display: block;
            }

            .page-86bet__text-content p, .page-86bet li {
                word-wrap: break-word !important;
                overflow-wrap: break-word !important;
                word-break: break-word !important;
            }

            .page-86bet__faq-list, .page-86bet__advantages-grid, .page-86bet__games-grid {
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                padding-left: 15px;
                padding-right: 15px;
            }

            .page-86bet__faq-item, .page-86bet__advantage-card, .page-86bet__game-card, .page-86bet__promotion-card {
                width: 100% !important;
                max-width: 100% !important;
                box-sizing: border-box !important;
            }
        }
    