
    /* CSS cho trang 789bet */
    .page-789bet {
        font-family: 'Arial', sans-serif;
        color: #f0f0f0;
        background-color: #1a1a2e; /* Nền tối cho trang cá cược */
        line-height: 1.6;
        padding-top: 10px; /* Điều chỉnh theo yêu cầu khoảng cách thanh điều hướng cố định */
    }

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

    .page-789bet__hero-section {
        position: relative;
        background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('[GALLERY:hero:1920x1080:789bet,betting,casino,online]') no-repeat center center/cover;
        color: #fff;
        text-align: center;
        padding: 100px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 600px;
        border-radius: 15px;
        margin-bottom: 40px;
        overflow: hidden; /* Đảm bảo nội dung không tràn ra ngoài các góc bo tròn */
        box-sizing: border-box; /* Bắt buộc cho khả năng phản hồi trên di động */
    }

    .page-789bet__hero-title {
        font-size: 3.5em;
        margin-bottom: 20px;
        color: #ffcc00; /* Vàng kim cho các điểm nhấn */
        text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
        word-wrap: break-word; /* Đảm bảo tiêu đề dài xuống dòng */
    }

    .page-789bet__hero-subtitle {
        font-size: 1.5em;
        margin-bottom: 30px;
        max-width: 800px;
        color: #e0e0e0;
        word-wrap: break-word;
    }

    .page-789bet__hero-buttons {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .page-789bet__button {
        background-color: #ffcc00;
        color: #1a1a2e;
        padding: 15px 30px;
        border-radius: 8px;
        font-size: 1.1em;
        font-weight: bold;
        text-decoration: none;
        transition: background-color 0.3s ease, transform 0.3s ease;
        border: none;
        cursor: pointer;
        box-shadow: 0 4px 15px rgba(0,0,0,0.3);
        display: inline-block; /* Để div trông như nút */
    }

    .page-789bet__button:hover {
        background-color: #e6b800;
        transform: translateY(-3px);
    }

    .page-789bet__section {
        padding: 40px 0;
        margin-bottom: 30px;
        background-color: #2a2a4e; /* Nền tối hơn một chút cho các phần */
        border-radius: 10px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.4);
    }

    .page-789bet__section--dark {
        background-color: #1a1a2e;
    }

    .page-789bet__section-title {
        font-size: 2.5em;
        color: #ffcc00;
        text-align: center;
        margin-bottom: 30px;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        word-wrap: break-word;
    }

    .page-789bet__text-content {
        font-size: 1.1em;
        margin-bottom: 20px;
        color: #e0e0e0;
        text-align: center;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-789bet__grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        margin-top: 30px;
        justify-items: center; /* Căn giữa các mục lưới */
    }

    .page-789bet__card {
        background-color: #3a3a5e;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0,0,0,0.3);
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 100%; /* Đảm bảo các thẻ có chiều cao bằng nhau */
        display: flex;
        flex-direction: column;
        width: 100%; /* Đảm bảo thẻ chiếm toàn bộ chiều rộng cột lưới */
        box-sizing: border-box;
    }

    .page-789bet__card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.5);
    }

    .page-789bet__card-image {
        width: 100%;
        height: 200px; /* Chiều cao cố định để nhất quán */
        object-fit: cover;
        display: block;
        border-bottom: 3px solid #ffcc00;
        box-sizing: border-box;
    }
    /* Kiểu hình ảnh phản hồi trên di động */
    .page-789bet__card-image,
    .page-789bet__image-full-width {
        max-width: 100%;
        height: auto;
    }

    .page-789bet__card-content {
        padding: 20px;
        flex-grow: 1; /* Cho phép nội dung phát triển và đẩy nút xuống dưới */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .page-789bet__card-title {
        font-size: 1.5em;
        color: #ffcc00;
        margin-bottom: 10px;
        word-wrap: break-word;
    }

    .page-789bet__card-description {
        font-size: 0.95em;
        color: #c0c0c0;
        margin-bottom: 15px;
        flex-grow: 1; /* Cho phép mô tả chiếm không gian có sẵn */
        word-wrap: break-word;
    }

    .page-789bet__list {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        max-width: 800px;
    }

    .page-789bet__list-item {
        background-color: #3a3a5e;
        border-radius: 8px;
        padding: 15px 20px;
        margin-bottom: 15px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.2);
        display: flex;
        align-items: center;
        gap: 15px;
        font-size: 1.1em;
        color: #e0e0e0;
        transition: background-color 0.3s ease;
        box-sizing: border-box; /* Bắt buộc cho khả năng phản hồi trên di động */
        word-wrap: break-word;
    }

    .page-789bet__list-item:hover {
        background-color: #4a4a6e;
    }

    .page-789bet__list-icon {
        color: #ffcc00;
        font-size: 1.5em;
        flex-shrink: 0;
    }

    .page-789bet__cta-section {
        text-align: center;
        padding: 60px 20px;
        background-color: #ffcc00;
        color: #1a1a2e;
        border-radius: 10px;
        margin-bottom: 40px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.4);
        box-sizing: border-box; /* Bắt buộc cho khả năng phản hồi trên di động */
    }

    .page-789bet__cta-title {
        font-size: 2.8em;
        margin-bottom: 20px;
        word-wrap: break-word;
    }

    .page-789bet__cta-description {
        font-size: 1.3em;
        margin-bottom: 30px;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
        word-wrap: break-word;
    }

    .page-789bet__cta-button {
        background-color: #1a1a2e;
        color: #ffcc00;
        padding: 18px 40px;
        border-radius: 10px;
        font-size: 1.3em;
        font-weight: bold;
        text-decoration: none;
        transition: background-color 0.3s ease, transform 0.3s ease;
        border: none;
        cursor: pointer;
        box-shadow: 0 6px 20px rgba(0,0,0,0.4);
        display: inline-block;
    }

    .page-789bet__cta-button:hover {
        background-color: #0d0d1a;
        transform: translateY(-5px);
    }

    /* Các nút nổi cho Đăng ký/Đăng nhập */
    .page-789bet__floating-buttons {
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        z-index: 1000;
    }

    .page-789bet__floating-button {
        background-color: #ffcc00;
        color: #1a1a2e;
        padding: 12px 25px;
        border-radius: 30px;
        font-size: 1em;
        font-weight: bold;
        text-decoration: none;
        box-shadow: 0 4px 10px rgba(0,0,0,0.4);
        transition: background-color 0.3s ease, transform 0.3s ease;
        border: none;
        cursor: pointer;
        display: block; /* Đảm bảo các nút xếp chồng theo chiều dọc */
        text-align: center;
        white-space: nowrap; /* Ngăn văn bản xuống dòng */
    }

    .page-789bet__floating-button:hover {
        background-color: #e6b800;
        transform: scale(1.05);
    }

    /* Phần Câu hỏi thường gặp (FAQ) */
    .page-789bet__faq-section {
        padding: 40px 0;
        margin-bottom: 30px;
        background-color: #2a2a4e;
        border-radius: 10px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.4);
    }

    .page-789bet__faq-container {
        max-width: 900px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .page-789bet__faq-title {
        font-size: 2.5em;
        color: #ffcc00;
        text-align: center;
        margin-bottom: 30px;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        word-wrap: break-word;
    }

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

    .page-789bet__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        cursor: pointer;
        user-select: none;
        background-color: #4a4a6e;
        color: #ffcc00;
        font-size: 1.2em;
        font-weight: bold;
        transition: background-color 0.3s ease;
        word-wrap: break-word;
    }

    .page-789bet__faq-question h3 {
        margin: 0;
        flex-grow: 1;
        pointer-events: none; /* Ngăn h3 chặn sự kiện nhấp vào div cha */
        color: #ffcc00; /* Đảm bảo màu h3 là vàng kim */
        word-wrap: break-word;
    }

    .page-789bet__faq-question:hover {
        background-color: #5a5a7e;
    }

    .page-789bet__faq-toggle {
        font-size: 1.8em;
        line-height: 1;
        margin-left: 15px;
        pointer-events: none; /* Ngăn biểu tượng chuyển đổi chặn sự kiện nhấp vào div cha */
        transition: transform 0.3s ease;
        color: #ffcc00;
    }

    .page-789bet__faq-item.active .page-789bet__faq-toggle {
        transform: rotate(45deg); /* Xoay '+' thành 'x' hoặc tương tự, hoặc chỉ thay đổi văn bản */
        content: '−'; /* Điều này sẽ được xử lý bởi JS */
    }

    .page-789bet__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 15px; /* Đệm ban đầu */
        opacity: 0;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        background-color: #3a3a5e;
        color: #e0e0e0;
        font-size: 1em;
        border-top: 1px solid #5a5a7e;
    }

    .page-789bet__faq-item.active .page-789bet__faq-answer {
        max-height: 2000px !important; /* Đủ lớn */
        padding: 20px 15px !important; /* Đệm mở rộng */
        opacity: 1;
    }

    /* Thiết kế đáp ứng */
    @media (max-width: 768px) {
        .page-789bet__hero-section {
            padding: 80px 15px;
            min-height: 450px;
        }

        .page-789bet__hero-title {
            font-size: 2.5em;
        }

        .page-789bet__hero-subtitle {
            font-size: 1.2em;
        }

        .page-789bet__hero-buttons {
            flex-direction: column;
            gap: 15px;
            width: 100%;
        }

        .page-789bet__button {
            width: 100%;
            max-width: 300px; /* Giới hạn chiều rộng nút trên màn hình nhỏ */
            margin: 0 auto;
            padding: 12px 20px;
            font-size: 1em;
        }

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

        .page-789bet__text-content {
            font-size: 1em;
            padding: 0 10px;
        }

        .page-789bet__grid {
            grid-template-columns: 1fr;
            padding: 0 15px;
        }

        .page-789bet__card {
            width: 100%;
            box-sizing: border-box;
        }

        .page-789bet__card-image {
            height: 180px; /* Điều chỉnh chiều cao cho màn hình nhỏ hơn */
            max-width: 100% !important; /* Quan trọng cho khả năng phản hồi hình ảnh */
            height: auto !important; /* Quan trọng cho khả năng phản hồi hình ảnh */
        }

        .page-789bet__card-title {
            font-size: 1.3em;
        }

        .page-789bet__list {
            padding: 0 15px;
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .page-789bet__list-item {
            font-size: 0.95em;
            padding: 12px 15px;
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            word-wrap: break-word !important; /* Đảm bảo nội dung xuống dòng */
            overflow-wrap: break-word !important;
        }

        .page-789bet__cta-section {
            padding: 40px 15px;
        }

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

        .page-789bet__cta-description {
            font-size: 1.1em;
        }

        .page-789bet__cta-button {
            padding: 15px 30px;
            font-size: 1.1em;
            width: 100%;
            max-width: 300px;
            margin: 0 auto;
        }

        .page-789bet__floating-buttons {
            bottom: 15px;
            right: 15px;
            gap: 8px;
        }

        .page-789bet__floating-button {
            padding: 10px 20px;
            font-size: 0.9em;
        }

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

        .page-789bet__faq-question {
            font-size: 1.1em;
            padding: 12px 15px;
        }

        .page-789bet__faq-question h3 {
            font-size: 1.1em; /* Điều chỉnh kích thước h3 cho di động */
        }

        .page-789bet__faq-toggle {
            font-size: 1.5em;
            margin-left: 10px;
        }

        .page-789bet__faq-answer {
            padding: 15px 15px; /* Điều chỉnh đệm cho di động */
        }
        .page-789bet__faq-item.active .page-789bet__faq-answer {
            padding: 15px 15px !important;
        }

        /* Khả năng phản hồi hình ảnh chung */
        .page-789bet img {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }
        .page-789bet__image-container {
            width: 100% !important;
            max-width: 100% !important;
            overflow: hidden !important;
            box-sizing: border-box !important;
        }
    }
    @media (max-width: 375px) {
        .page-789bet__faq-question h3 {
            font-size: 1em; /* Điều chỉnh thêm kích thước h3 cho di động rất nhỏ */
        }
        .page-789bet__floating-buttons {
            bottom: 10px;
            right: 10px;
            gap: 5px;
        }
        .page-789bet__floating-button {
            padding: 8px 15px;
            font-size: 0.85em;
        }
    }
  