
    :root {
        --primary-color: #e44d26; /* Màu đỏ/cam nổi bật cho cá cược */
        --secondary-color: #333;
        --accent-color: #f7b731; /* Màu vàng/gold cho điểm nhấn */
        --text-light: #f5f5f5;
        --text-dark: #1a1a1a;
        --bg-dark: #121212;
        --bg-medium: #1f1f1f;
        --bg-light: #2a2a2a;
        --border-color: #444;
        --spacing-unit: 16px;
    }

    /* Phong cách cơ bản cho trang */
    .page-1898bet {
        font-family: 'Arial', sans-serif;
        color: var(--text-light);
        background-color: var(--bg-dark);
        line-height: 1.6;
        padding-top: 10px; /* Khoảng đệm nhỏ trang trí, giả định body đã xử lý khoảng bù chính */
    }

    .page-1898bet__container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 var(--spacing-unit);
    }

    .page-1898bet__section {
        padding: calc(2 * var(--spacing-unit)) 0;
        text-align: center;
    }

    .page-1898bet__section--dark {
        background-color: var(--bg-medium);
    }

    .page-1898bet__section-title {
        font-size: 2.5em;
        color: var(--accent-color);
        margin-bottom: calc(1.5 * var(--spacing-unit));
        text-transform: uppercase;
        font-weight: bold;
    }

    .page-1898bet__section-subtitle {
        font-size: 1.2em;
        color: var(--text-light);
        margin-bottom: calc(2 * var(--spacing-unit));
    }

    /* Phần Hero */
    .page-1898bet__hero-section {
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 400px;
        background-color: var(--bg-dark);
        padding-bottom: calc(4 * var(--spacing-unit)); /* Khoảng trống cho nút nổi */
    }

    .page-1898bet__hero-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
        opacity: 0.4;
        max-width: 100%; /* Hình ảnh phản hồi */
        height: auto; /* Hình ảnh phản hồi */
    }

    .page-1898bet__hero-content {
        position: relative;
        z-index: 1;
        text-align: center;
        padding: var(--spacing-unit);
        max-width: 90%;
    }

    .page-1898bet__hero-title {
        font-size: 3.5em;
        color: var(--primary-color);
        margin-bottom: var(--spacing-unit);
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        word-wrap: break-word; /* Đảm bảo từ dài tự xuống dòng */
    }

    .page-1898bet__hero-description {
        font-size: 1.3em;
        color: var(--text-light);
        margin-bottom: calc(2 * var(--spacing-unit));
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Nút Nổi */
    .page-1898bet__floating-buttons {
        position: fixed;
        bottom: var(--spacing-unit);
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: var(--spacing-unit);
        z-index: 1000;
        width: 90%;
        max-width: 350px;
        justify-content: center;
    }

    .page-1898bet__floating-button {
        background-color: var(--primary-color);
        color: var(--text-light);
        padding: calc(0.75 * var(--spacing-unit)) calc(1.5 * var(--spacing-unit));
        border: none;
        border-radius: 5px;
        font-size: 1.1em;
        font-weight: bold;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.2s ease;
        flex-grow: 1;
        text-align: center;
        text-decoration: none; /* Cho nút giống liên kết */
        display: block; /* Để có thể áp dụng padding/margin */
        box-sizing: border-box; /* Bao gồm padding trong chiều rộng */
    }

    .page-1898bet__floating-button:hover {
        background-color: #ff6a40;
        transform: translateY(-2px);
    }

    .page-1898bet__floating-button--login {
        background-color: var(--accent-color);
    }

    .page-1898bet__floating-button--login:hover {
        background-color: #fcd770;
    }

    /* Lưới Sản phẩm */
    .page-1898bet__product-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: calc(1.5 * var(--spacing-unit));
        margin-top: calc(2 * var(--spacing-unit));
    }

    .page-1898bet__product-item {
        background-color: var(--bg-light);
        border-radius: 10px;
        overflow: hidden;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        padding-bottom: var(--spacing-unit);
        display: flex;
        flex-direction: column;
        align-items: center; /* Căn giữa nội dung theo chiều ngang */
    }

    .page-1898bet__product-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    }

    .page-1898bet__product-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        margin-bottom: var(--spacing-unit);
        max-width: 100%; /* Hình ảnh phản hồi */
        height: auto; /* Hình ảnh phản hồi */
    }

    .page-1898bet__product-title {
        font-size: 1.5em;
        color: var(--primary-color);
        margin: 0 0 calc(0.5 * var(--spacing-unit)) 0;
        padding: 0 var(--spacing-unit);
        word-wrap: break-word; /* Đảm bảo từ dài tự xuống dòng */
    }

    .page-1898bet__product-description {
        font-size: 0.95em;
        color: var(--text-light);
        padding: 0 var(--spacing-unit);
        word-wrap: break-word; /* Đảm bảo từ dài tự xuống dòng */
    }

    /* Khuyến mãi */
    .page-1898bet__promotion-list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: calc(1.5 * var(--spacing-unit));
        margin-top: calc(2 * var(--spacing-unit));
    }

    .page-1898bet__promotion-item {
        background-color: var(--bg-light);
        border-radius: 10px;
        padding: calc(1.5 * var(--spacing-unit));
        text-align: left;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: box-shadow 0.3s ease;
    }

    .page-1898bet__promotion-item:hover {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    }

    .page-1898bet__promotion-title {
        font-size: 1.3em;
        color: var(--accent-color);
        margin-bottom: calc(0.5 * var(--spacing-unit));
        word-wrap: break-word; /* Đảm bảo từ dài tự xuống dòng */
    }

    .page-1898bet__promotion-description {
        font-size: 0.9em;
        color: var(--text-light);
        word-wrap: break-word; /* Đảm bảo từ dài tự xuống dòng */
    }

    /* Danh sách tính năng (Tại sao chọn chúng tôi) */
    .page-1898bet__features-list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: var(--spacing-unit);
        margin-top: calc(2 * var(--spacing-unit));
        list-style: none;
        padding: 0;
    }

    .page-1898bet__feature-item {
        background-color: var(--bg-light);
        padding: calc(1.5 * var(--spacing-unit));
        border-radius: 8px;
        text-align: left;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: flex-start;
        gap: var(--spacing-unit);
        box-sizing: border-box; /* Quan trọng cho các mục danh sách phản hồi */
    }

    .page-1898bet__feature-icon {
        color: var(--primary-color);
        font-size: 2em; /* Sử dụng biểu tượng font placeholder */
        flex-shrink: 0;
    }

    .page-1898bet__feature-content {
        flex-grow: 1;
    }

    .page-1898bet__feature-title {
        font-size: 1.2em;
        color: var(--accent-color);
        margin-bottom: calc(0.25 * var(--spacing-unit));
        word-wrap: break-word; /* Đảm bảo từ dài tự xuống dòng */
    }

    .page-1898bet__feature-description {
        font-size: 0.9em;
        color: var(--text-light);
        word-wrap: break-word; /* Đảm bảo từ dài tự xuống dòng */
    }

    /* Thanh toán & Nhà cung cấp */
    .page-1898bet__logo-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: var(--spacing-unit);
        margin-top: calc(2 * var(--spacing-unit));
        justify-items: center;
        align-items: center;
    }

    .page-1898bet__logo-item {
        background-color: var(--bg-light);
        border-radius: 8px;
        padding: var(--spacing-unit);
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 80px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
    }

    .page-1898bet__logo-image {
        max-width: 100%;
        max-height: 60px;
        object-fit: contain;
        filter: grayscale(10%); /* Hiệu ứng tinh tế, không thay đổi màu */
        transition: filter 0.3s ease;
        max-width: 100%; /* Hình ảnh phản hồi */
        height: auto; /* Hình ảnh phản hồi */
    }

    .page-1898bet__logo-image:hover {
        filter: grayscale(0%);
    }

    /* Kêu gọi hành động */
    .page-1898bet__cta-section {
        background-color: var(--primary-color);
        padding: calc(3 * var(--spacing-unit)) var(--spacing-unit);
        border-radius: 10px;
        margin: calc(3 * var(--spacing-unit)) auto;
        max-width: 800px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    }

    .page-1898bet__cta-title {
        font-size: 2em;
        color: var(--text-light);
        margin-bottom: var(--spacing-unit);
        word-wrap: break-word; /* Đảm bảo từ dài tự xuống dòng */
    }

    .page-1898bet__cta-description {
        font-size: 1.1em;
        color: var(--text-light);
        margin-bottom: calc(2 * var(--spacing-unit));
        word-wrap: break-word; /* Đảm bảo từ dài tự xuống dòng */
    }

    .page-1898bet__cta-button {
        background-color: var(--accent-color);
        color: var(--text-dark);
        padding: var(--spacing-unit) calc(2 * var(--spacing-unit));
        border: none;
        border-radius: 5px;
        font-size: 1.2em;
        font-weight: bold;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.2s ease;
        text-decoration: none; /* Cho nút giống liên kết */
        display: inline-block; /* Để có thể áp dụng padding/margin */
    }

    .page-1898bet__cta-button:hover {
        background-color: #fcd770;
        transform: translateY(-2px);
    }

    /* Phần Câu hỏi thường gặp (FAQ) */
    .page-1898bet__faq-section {
        text-align: left;
    }

    .page-1898bet__faq-list {
        margin-top: calc(2 * var(--spacing-unit));
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-1898bet__faq-item {
        background-color: var(--bg-light);
        border-radius: 8px;
        margin-bottom: var(--spacing-unit);
        overflow: hidden;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        box-sizing: border-box; /* Cho mục danh sách phản hồi */
    }

    .page-1898bet__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: calc(1.2 * var(--spacing-unit)) calc(1.5 * var(--spacing-unit));
        cursor: pointer;
        user-select: none;
        background-color: var(--bg-medium);
        color: var(--text-light);
        font-size: 1.1em;
        font-weight: bold;
        transition: background-color 0.3s ease;
    }

    .page-1898bet__faq-question:hover {
        background-color: #2c2c2c;
    }

    .page-1898bet__faq-question h3 {
        margin: 0;
        flex-grow: 1;
        pointer-events: none; /* Ngăn h3 chặn sự kiện click */
        word-wrap: break-word; /* Đảm bảo từ dài tự xuống dòng */
    }

    .page-1898bet__faq-toggle {
        font-size: 1.5em;
        margin-left: var(--spacing-unit);
        pointer-events: none; /* Ngăn nút chuyển đổi chặn sự kiện click */
        transition: transform 0.3s ease;
        flex-shrink: 0;
    }

    .page-1898bet__faq-item.active .page-1898bet__faq-toggle {
        transform: rotate(45deg); /* Thay đổi + thành X hoặc - */
    }

    .page-1898bet__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 15px; /* Padding 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;
        color: var(--text-light);
        background-color: var(--bg-light);
        font-size: 0.95em;
    }

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

    .page-1898bet__faq-answer p {
        margin: 0;
        word-wrap: break-word; /* Đảm bảo từ dài tự xuống dòng */
    }

    /* Điều chỉnh phản hồi */
    @media (max-width: 768px) {
        .page-1898bet__hero-title {
            font-size: 2.5em;
        }

        .page-1898bet__hero-description {
            font-size: 1.1em;
        }

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

        .page-1898bet__floating-buttons {
            flex-direction: row; /* Vẫn là hàng ngang cho di động */
            width: 95%;
            bottom: var(--spacing-unit);
            gap: calc(0.75 * var(--spacing-unit));
        }

        .page-1898bet__floating-button {
            font-size: 1em;
            padding: calc(0.6 * var(--spacing-unit)) calc(1 * var(--spacing-unit));
        }

        .page-1898bet__product-grid,
        .page-1898bet__promotion-list,
        .page-1898bet__features-list,
        .page-1898bet__logo-grid {
            grid-template-columns: 1fr;
            gap: var(--spacing-unit);
        }

        .page-1898bet__feature-item,
        .page-1898bet__faq-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding-left: var(--spacing-unit);
            padding-right: var(--spacing-unit);
        }

        .page-1898bet__product-item,
        .page-1898bet__promotion-item,
        .page-1898bet__logo-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding-left: var(--spacing-unit);
            padding-right: var(--spacing-unit);
        }

        .page-1898bet__product-image,
        .page-1898bet__logo-image,
        .page-1898bet__hero-image {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }

        .page-1898bet__faq-question {
            font-size: 1em;
            padding: var(--spacing-unit) calc(1.2 * var(--spacing-unit));
        }

        .page-1898bet__faq-answer {
            padding: 0 12px; /* Điều chỉnh padding cho di động */
        }

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

        .page-1898bet__cta-section {
            padding: calc(2 * var(--spacing-unit)) var(--spacing-unit);
        }

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

        .page-1898bet__cta-description {
            font-size: 1em;
        }

        .page-1898bet__cta-button {
            font-size: 1.1em;
            padding: calc(0.8 * var(--spacing-unit)) calc(1.5 * var(--spacing-unit));
        }
    }
  