
    /* Base styles */
    :root {
        --primary-color: #e44d26; /* A vibrant red/orange, common in betting sites */
        --secondary-color: #ffb703; /* A bright yellow for accents */
        --dark-bg: #1a1a1a;
        --light-text: #f0f0f0;
        --gray-text: #cccccc;
        --border-color: #333333;
        --button-hover-bg: #c0392b;
        --button-text-color: #ffffff;
        --header-offset: 122px; /* Default offset, will be overridden by shared.css if present */
    }

    body {
        font-family: 'Arial', sans-serif;
        line-height: 1.6;
        color: var(--light-text);
        background-color: var(--dark-bg);
        margin: 0;
        padding-top: var(--header-offset); /* Ensure content is below fixed header */
        scroll-behavior: smooth;
    }

    .page-888k-bet {
        max-width: 100%;
        margin: 0 auto;
        overflow-x: hidden; /* Prevent horizontal scroll */
    }

    .page-888k-bet__section {
        padding: 40px 20px;
        margin-bottom: 20px;
        background-color: #222222;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

    .page-888k-bet__section--dark {
        background-color: #1a1a1a;
    }

    .page-888k-bet__title {
        text-align: center;
        color: var(--secondary-color);
        margin-bottom: 30px;
        font-size: 2.5em;
        font-weight: bold;
        line-height: 1.2;
    }

    .page-888k-bet__subtitle {
        text-align: center;
        color: var(--light-text);
        margin-bottom: 25px;
        font-size: 1.8em;
        line-height: 1.3;
    }

    .page-888k-bet__text {
        color: var(--gray-text);
        margin-bottom: 15px;
        font-size: 1.1em;
        text-align: justify;
    }

    .page-888k-bet__button {
        display: inline-block;
        background-color: var(--primary-color);
        color: var(--button-text-color);
        padding: 12px 25px;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
        transition: background-color 0.3s ease;
        border: none;
        cursor: pointer;
        font-size: 1em;
        text-align: center;
    }

    .page-888k-bet__button:hover {
        background-color: var(--button-hover-bg);
    }

    /* Hero Section */
    .page-888k-bet__hero-section {
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:betting,casino,vietnam,888k]') no-repeat center center/cover;
        padding: 80px 20px 60px;
        text-align: center;
        position: relative;
        padding-top: 10px; /* Small decorative top padding */
    }

    .page-888k-bet__hero-content {
        max-width: 900px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    .page-888k-bet__hero-title {
        font-size: 3em;
        color: var(--secondary-color);
        margin-bottom: 20px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-888k-bet__hero-description {
        font-size: 1.3em;
        color: var(--light-text);
        margin-bottom: 30px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

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

    /* Product Showcase */
    .page-888k-bet__product-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
        margin-top: 30px;
    }

    .page-888k-bet__product-item {
        background-color: #333333;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        text-align: center;
        transition: transform 0.3s ease;
    }

    .page-888k-bet__product-item:hover {
        transform: translateY(-5px);
    }

    .page-888k-bet__product-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
        max-width: 100%; /* Mobile responsive */
        height: auto; /* Mobile responsive */
        box-sizing: border-box; /* Mobile responsive */
    }

    .page-888k-bet__product-content {
        padding: 20px;
    }

    .page-888k-bet__product-title {
        font-size: 1.4em;
        color: var(--secondary-color);
        margin-bottom: 10px;
    }

    .page-888k-bet__product-description {
        font-size: 0.95em;
        color: var(--gray-text);
        margin-bottom: 15px;
    }

    /* Promotions */
    .page-888k-bet__promo-list {
        list-style: none;
        padding: 0;
        margin-top: 30px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
    }

    .page-888k-bet__promo-item {
        background-color: #333333;
        padding: 25px;
        border-radius: 8px;
        display: flex;
        align-items: flex-start;
        gap: 15px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        box-sizing: border-box; /* For mobile responsiveness */
    }

    .page-888k-bet__promo-icon {
        flex-shrink: 0;
        width: 60px; /* Visually smaller, but image placeholder is 200x200 */
        height: 60px;
        object-fit: contain;
        max-width: 100%; /* Mobile responsive */
        height: auto; /* Mobile responsive */
        box-sizing: border-box; /* Mobile responsive */
    }

    .page-888k-bet__promo-details h3 {
        color: var(--secondary-color);
        font-size: 1.3em;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .page-888k-bet__promo-details p {
        color: var(--gray-text);
        font-size: 0.95em;
        margin-bottom: 0;
    }

    /* Why Choose Us */
    .page-888k-bet__feature-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 25px;
        margin-top: 30px;
    }

    .page-888k-bet__feature-item {
        background-color: #333333;
        padding: 25px;
        border-radius: 8px;
        text-align: center;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        box-sizing: border-box; /* For mobile responsiveness */
    }

    .page-888k-bet__feature-icon {
        width: 80px; /* Visually smaller, but image placeholder is 200x200 */
        height: 80px;
        object-fit: contain;
        margin-bottom: 15px;
        max-width: 100%; /* Mobile responsive */
        height: auto; /* Mobile responsive */
        box-sizing: border-box; /* Mobile responsive */
    }

    .page-888k-bet__feature-item h3 {
        color: var(--secondary-color);
        font-size: 1.3em;
        margin-bottom: 10px;
    }

    .page-888k-bet__feature-item p {
        color: var(--gray-text);
        font-size: 0.95em;
    }

    /* Payment and Providers */
    .page-888k-bet__logos-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px;
        margin-top: 30px;
        justify-items: center;
        align-items: center;
    }

    .page-888k-bet__logo-item {
        background-color: #333333;
        padding: 15px;
        border-radius: 8px;
        text-align: center;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        box-sizing: border-box; /* For mobile responsiveness */
        width: 100%; /* Ensure it takes full grid cell width */
        max-width: 200px; /* Limit max width for larger screens */
    }

    .page-888k-bet__logo-image {
        max-width: 100%;
        height: 60px; /* Fixed height for consistency, but image placeholder is 200x100 */
        object-fit: contain;
        display: block;
        margin: 0 auto;
        max-width: 100%; /* Mobile responsive */
        height: auto; /* Mobile responsive */
        box-sizing: border-box; /* Mobile responsive */
    }

    /* FAQ Section */
    .page-888k-bet__faq-container {
        max-width: 800px;
        margin: 30px auto 0;
    }

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

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

    .page-888k-bet__faq-question:hover {
        background-color: var(--button-hover-bg);
    }

    .page-888k-bet__faq-question h3 {
        margin: 0;
        color: inherit; /* Inherit color from parent */
        font-size: 1em; /* Adjust font size to fit */
        pointer-events: none; /* Allow click on parent div */
        flex-grow: 1; /* Allow question text to take available space */
    }

    .page-888k-bet__faq-toggle {
        font-size: 1.5em;
        line-height: 1;
        margin-left: 15px;
        transition: transform 0.3s ease;
        pointer-events: none; /* Allow click on parent div */
    }

    .page-888k-bet__faq-item.active .page-888k-bet__faq-toggle {
        transform: rotate(45deg); /* Change + to X (or -) */
    }

    .page-888k-bet__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 15px;
        background-color: #2a2a2a;
        color: var(--gray-text);
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        opacity: 0;
        font-size: 1em;
    }

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

    .page-888k-bet__faq-answer p {
        margin: 0;
    }

    /* Floating Buttons */
    .page-888k-bet__floating-buttons {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 15px;
        z-index: 1000;
        width: calc(100% - 40px); /* Adjust for padding on small screens */
        max-width: 400px; /* Limit width on larger screens */
        justify-content: center;
    }

    .page-888k-bet__floating-button {
        flex: 1;
        padding: 15px 10px;
        font-size: 1.1em;
        border-radius: 30px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .page-888k-bet__floating-button--register {
        background-color: var(--secondary-color);
        color: var(--dark-bg);
    }

    .page-888k-bet__floating-button--register:hover {
        background-color: #e6a700;
        transform: translateY(-2px);
    }

    .page-888k-bet__floating-button--login {
        background-color: var(--primary-color);
        color: var(--button-text-color);
    }

    .page-888k-bet__floating-button--login:hover {
        background-color: var(--button-hover-bg);
        transform: translateY(-2px);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .page-888k-bet__hero-title {
            font-size: 2.2em;
        }

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

        .page-888k-bet__hero-buttons {
            flex-direction: column;
            gap: 10px;
        }

        .page-888k-bet__button {
            width: 100%;
            box-sizing: border-box;
        }

        .page-888k-bet__title {
            font-size: 2em;
        }

        .page-888k-bet__subtitle {
            font-size: 1.5em;
        }

        .page-888k-bet__text {
            font-size: 1em;
        }

        /* Mobile responsive list items (promo-list, feature-grid, logos-grid) */
        .page-888k-bet__promo-list,
        .page-888k-bet__feature-grid,
        .page-888k-bet__logos-grid {
            grid-template-columns: 1fr; /* Single column */
            padding: 0 10px !important; /* Reduce padding for smaller screens */
        }

        .page-888k-bet__promo-item,
        .page-888k-bet__feature-item,
        .page-888k-bet__logo-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding: 15px !important; /* Adjust padding */
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
        }

        .page-888k-bet__product-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .page-888k-bet__product-image,
        .page-888k-bet__promo-icon,
        .page-888k-bet__feature-icon,
        .page-888k-bet__logo-image {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }

        .page-888k-bet__faq-question {
            font-size: 1em;
            padding: 12px 15px;
        }

        .page-888k-bet__faq-toggle {
            font-size: 1.3em;
        }

        .page-888k-bet__faq-answer {
            padding: 15px 15px !important;
        }

        .page-888k-bet__floating-buttons {
            bottom: 10px;
            gap: 10px;
            width: calc(100% - 20px);
        }

        .page-888k-bet__floating-button {
            padding: 12px 8px;
            font-size: 1em;
        }
    }

    @media (max-width: 480px) {
        .page-888k-bet__hero-title {
            font-size: 1.8em;
        }

        .page-888k-bet__hero-description {
            font-size: 1em;
        }

        .page-888k-bet__title {
            font-size: 1.8em;
        }

        .page-888k-bet__subtitle {
            font-size: 1.3em;
        }

        .page-888k-bet__section {
            padding: 30px 15px;
        }
    }
  