
    :root {
        --page-168winbet-primary-color: #e44d26; /* Một màu cam đỏ mạnh mẽ, phù hợp với cá cược */
        --page-168winbet-secondary-color: #333;
        --page-168winbet-text-color: #f0f0f0;
        --page-168winbet-dark-bg: #1a1a1a;
        --page-168winbet-light-bg: #2a2a2a;
        --page-168winbet-accent-color: #ffcc00; /* Màu vàng để làm nổi bật */
        --page-168winbet-border-radius: 8px;
    }

    .page-168winbet {
        font-family: 'Arial', sans-serif;
        color: var(--page-168winbet-text-color);
        background-color: var(--page-168winbet-dark-bg);
        line-height: 1.6;
        overflow-x: hidden; /* Ngăn cuộn ngang trên thiết bị di động */
    }

    .page-168winbet__section {
        padding: 40px 20px;
        text-align: center;
        max-width: 1200px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .page-168winbet__section--dark {
        background-color: var(--page-168winbet-light-bg);
    }

    .page-168winbet__title {
        color: var(--page-168winbet-primary-color);
        font-size: 2.5em;
        margin-bottom: 20px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .page-168winbet__subtitle {
        color: var(--page-168winbet-accent-color);
        font-size: 1.5em;
        margin-bottom: 30px;
    }

    .page-168winbet__paragraph {
        font-size: 1.1em;
        margin-bottom: 15px;
        color: var(--page-168winbet-text-color);
    }

    .page-168winbet__button {
        display: inline-block;
        background-color: var(--page-168winbet-primary-color);
        color: #fff;
        padding: 12px 25px;
        border-radius: var(--page-168winbet-border-radius);
        text-decoration: none;
        font-weight: bold;
        transition: background-color 0.3s ease, transform 0.3s ease;
        border: none;
        cursor: pointer;
        font-size: 1em;
    }

    .page-168winbet__button:hover {
        background-color: #c93a1a; /* Màu đậm hơn */
        transform: translateY(-2px);
    }

    /* Phần Hero */
    .page-168winbet__hero-section {
        position: relative;
        background-image: url('[GALLERY:hero:1920x1080:betting,mobile,vietnam]');
        background-size: cover;
        background-position: center;
        color: #fff;
        padding: 10px 20px 80px 20px; /* Thêm 10px padding-top cho phần bù tiêu đề, sau đó 80px bottom */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 500px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        box-sizing: border-box;
    }

    .page-168winbet__hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .page-168winbet__hero-content {
        position: relative;
        z-index: 2;
        max-width: 900px;
    }

    .page-168winbet__hero-title {
        font-size: 3.5em;
        margin-bottom: 15px;
        color: var(--page-168winbet-accent-color);
        font-weight: 900;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .page-168winbet__hero-description {
        font-size: 1.3em;
        margin-bottom: 30px;
        color: #eee;
    }

    /* Nút Nổi */
    .page-168winbet__floating-buttons {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 15px;
        z-index: 1000;
        width: 100%;
        justify-content: center;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .page-168winbet__floating-button {
        flex: 1;
        max-width: 180px;
        padding: 15px 10px;
        font-size: 1.1em;
        background-color: var(--page-168winbet-primary-color);
        color: #fff;
        border: none;
        border-radius: var(--page-168winbet-border-radius);
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        transition: background-color 0.3s ease, transform 0.3s ease;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        cursor: pointer;
    }

    .page-168winbet__floating-button--login {
        background-color: var(--page-168winbet-secondary-color);
    }

    .page-168winbet__floating-button:hover {
        background-color: #c93a1a;
        transform: translateY(-2px);
    }

    .page-168winbet__floating-button--login:hover {
        background-color: #555;
    }

    /* Hiển thị Sản phẩm */
    .page-168winbet__product-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 25px;
        margin-top: 30px;
        justify-content: center;
    }

    .page-168winbet__product-item {
        background-color: var(--page-168winbet-light-bg);
        border-radius: var(--page-168winbet-border-radius);
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        text-align: center;
        padding-bottom: 20px;
        box-sizing: border-box;
    }

    .page-168winbet__product-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    }

    .page-168winbet__product-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
        border-bottom: 2px solid var(--page-168winbet-primary-color);
    }

    .page-168winbet__product-title {
        font-size: 1.3em;
        color: var(--page-168winbet-accent-color);
        margin: 20px 10px 10px 10px;
        font-weight: bold;
    }

    /* Phần Khuyến mãi */
    .page-168winbet__promotion-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 25px;
        margin-top: 30px;
    }

    .page-168winbet__promotion-card {
        background-color: var(--page-168winbet-light-bg);
        border-radius: var(--page-168winbet-border-radius);
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        text-align: left;
        box-sizing: border-box;
    }

    .page-168winbet__promotion-image {
        width: 100%;
        height: 220px;
        object-fit: cover;
        display: block;
    }

    .page-168winbet__promotion-content {
        padding: 20px;
    }

    .page-168winbet__promotion-title {
        font-size: 1.4em;
        color: var(--page-168winbet-primary-color);
        margin-bottom: 10px;
        font-weight: bold;
    }

    .page-168winbet__promotion-description {
        font-size: 1em;
        color: var(--page-168winbet-text-color);
        margin-bottom: 15px;
    }

    /* Phần Tin tức */
    .page-168winbet__news-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
        margin-top: 30px;
    }

    .page-168winbet__news-card {
        background-color: var(--page-168winbet-light-bg);
        border-radius: var(--page-168winbet-border-radius);
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        text-align: left;
        transition: transform 0.3s ease;
        box-sizing: border-box;
    }

    .page-168winbet__news-card:hover {
        transform: translateY(-5px);
    }

    .page-168winbet__news-image {
        width: 100%;
        height: 180px;
        object-fit: cover;
        display: block;
    }

    .page-168winbet__news-content {
        padding: 20px;
    }

    .page-168winbet__news-date {
        font-size: 0.9em;
        color: #aaa;
        margin-bottom: 10px;
    }

    .page-168winbet__news-title {
        font-size: 1.2em;
        color: var(--page-168winbet-accent-color);
        margin-bottom: 10px;
        font-weight: bold;
    }

    .page-168winbet__news-excerpt {
        font-size: 0.95em;
        color: var(--page-168winbet-text-color);
    }

    /* Phần Tại sao chọn chúng tôi */
    .page-168winbet__feature-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
        margin-top: 30px;
    }

    .page-168winbet__feature-item {
        background-color: var(--page-168winbet-light-bg);
        padding: 30px;
        border-radius: var(--page-168winbet-border-radius);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        text-align: center;
        box-sizing: border-box;
    }

    .page-168winbet__feature-icon {
        font-size: 3em;
        color: var(--page-168winbet-primary-color);
        margin-bottom: 15px;
    }

    .page-168winbet__feature-title {
        font-size: 1.4em;
        color: var(--page-168winbet-accent-color);
        margin-bottom: 10px;
        font-weight: bold;
    }

    .page-168winbet__feature-description {
        font-size: 1em;
        color: var(--page-168winbet-text-color);
    }

    /* Phần Câu hỏi thường gặp (FAQ) */
    .page-168winbet__faq-container {
        margin-top: 30px;
        text-align: left;
    }

    .page-168winbet__faq-item {
        background-color: var(--page-168winbet-light-bg);
        margin-bottom: 15px;
        border-radius: var(--page-168winbet-border-radius);
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .page-168winbet__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        background-color: var(--page-168winbet-primary-color);
        color: #fff;
        cursor: pointer;
        user-select: none;
        font-size: 1.1em;
        font-weight: bold;
        transition: background-color 0.3s ease;
    }

    .page-168winbet__faq-question h3 {
        margin: 0;
        flex-grow: 1;
        text-align: left;
        color: #fff; /* Đảm bảo độ tương phản */
        pointer-events: none; /* Ngăn h3 chặn sự kiện click */
    }

    .page-168winbet__faq-toggle {
        font-size: 1.5em;
        line-height: 1;
        margin-left: 15px;
        transition: transform 0.3s ease;
        pointer-events: none; /* Ngăn biểu tượng toggle chặn sự kiện click */
    }

    .page-168winbet__faq-item.active .page-168winbet__faq-toggle {
        transform: rotate(45deg); /* Thay đổi '+' thành 'X' hoặc hiệu ứng tương tự */
    }
    
    .page-168winbet__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 15px;
        background-color: var(--page-168winbet-light-bg);
        color: var(--page-168winbet-text-color);
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        opacity: 0;
        text-align: left;
    }

    .page-168winbet__faq-item.active .page-168winbet__faq-answer {
        max-height: 2000px !important; /* Đủ lớn để chứa mọi nội dung */
        padding: 20px 15px !important;
        opacity: 1;
    }

    .page-168winbet__faq-answer p {
        margin: 0;
        padding-bottom: 10px;
    }

    /* Thiết kế đáp ứng */
    @media (max-width: 768px) {
        .page-168winbet__section {
            padding: 30px 15px;
        }

        .page-168winbet__hero-section {
            min-height: 400px;
            padding-bottom: 60px;
        }

        .page-168winbet__hero-title {
            font-size: 2.5em;
        }

        .page-168winbet__hero-description {
            font-size: 1.1em;
        }

        .page-168winbet__title {
            font-size: 2em;
        }

        .page-168winbet__subtitle {
            font-size: 1.2em;
        }

        .page-168winbet__floating-buttons {
            flex-direction: row; /* Giữ là hàng ngang để hiển thị tốt hơn trên di động */
            gap: 10px;
            bottom: 15px;
        }
        .page-168winbet__floating-button {
            padding: 12px 8px;
            font-size: 1em;
            max-width: 150px; /* Điều chỉnh chiều rộng tối đa cho màn hình nhỏ hơn */
        }

        .page-168winbet__product-grid,
        .page-168winbet__promotion-grid,
        .page-168winbet__news-grid,
        .page-168winbet__feature-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }
        
        /* Khả năng đáp ứng của các mục danh sách trên di động */
        .page-168winbet__product-item,
        .page-168winbet__promotion-card,
        .page-168winbet__news-card,
        .page-168winbet__feature-item,
        .page-168winbet__faq-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding: 15px !important; /* Điều chỉnh padding cho màn hình nhỏ hơn */
        }

        .page-168winbet__product-image,
        .page-168winbet__promotion-image,
        .page-168winbet__news-image {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
            display: block;
        }

        .page-168winbet__faq-question,
        .page-168winbet__faq-answer {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }
        
        .page-168winbet__faq-answer p {
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            word-break: break-word !important;
        }
    }
    @media (max-width: 480px) {
        .page-168winbet__hero-title {
            font-size: 2em;
        }
        .page-168winbet__hero-description {
            font-size: 1em;
        }
        .page-168winbet__floating-button {
            font-size: 0.9em;
            padding: 10px 5px;
            max-width: 120px;
        }
    }
  