
    :root {
        --primary-color: #e04e2a; /* Màu cam đỏ */
        --secondary-color: #333333; /* Màu xám đậm */
        --accent-color: #f7b731; /* Màu vàng cam */
        --background-light: #f5f5f5; /* Nền sáng */
        --text-color: #333333; /* Màu chữ chính */
        --text-light: #666666; /* Màu chữ phụ */
        --white-color: #ffffff;
        --border-color: #e0e0e0;
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t {
        font-family: 'Arial', sans-serif;
        line-height: 1.6;
        color: var(--text-color);
        background-color: var(--background-light);
        overflow-x: hidden;
    }

    /* Fixed floating buttons */
    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__floating-buttons {
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        z-index: 1000;
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__floating-button {
        background-color: var(--primary-color);
        color: var(--white-color);
        border: none;
        padding: 12px 25px;
        border-radius: 30px;
        font-size: 1rem;
        font-weight: bold;
        cursor: pointer;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: background-color 0.3s ease, transform 0.2s ease;
        text-decoration: none;
        text-align: center;
        display: block; /* Ensure it takes full width */
        white-space: nowrap; /* Prevent text wrapping */
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__floating-button:hover {
        background-color: #c94323;
        transform: translateY(-2px);
    }

    /* General Section Styling */
    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__section {
        padding: 40px 20px;
        margin-bottom: 20px;
        background-color: var(--white-color);
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__section--dark {
        background-color: var(--secondary-color);
        color: var(--white-color);
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__section-title {
        text-align: center;
        color: var(--primary-color);
        font-size: 2.2rem;
        margin-bottom: 30px;
        position: relative;
        padding-bottom: 10px;
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__section-title--light {
        color: var(--accent-color);
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__section-title::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background-color: var(--accent-color);
        border-radius: 2px;
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__text-center {
        text-align: center;
    }

    /* Hero Section */
    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__hero-section {
        background: linear-gradient(135deg, var(--primary-color), #ff6f47);
        color: var(--white-color);
        padding: 80px 20px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 400px;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        padding-top: 10px; /* Small top padding, assuming body has header offset */
        box-sizing: border-box;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__hero-title {
        font-size: 3rem;
        margin-bottom: 15px;
        font-weight: bold;
        line-height: 1.2;
        color: var(--white-color);
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__hero-subtitle {
        font-size: 1.5rem;
        margin-bottom: 30px;
        font-weight: normal;
        color: rgba(255, 255, 255, 0.9);
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__hero-button {
        background-color: var(--accent-color);
        color: var(--secondary-color);
        padding: 15px 40px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.2rem;
        transition: background-color 0.3s ease, transform 0.2s ease;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__hero-button:hover {
        background-color: #f0a81d;
        transform: translateY(-3px);
    }

    /* Grid for product/game display */
    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        margin-top: 30px;
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__grid-item {
        background-color: var(--background-light);
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 20px;
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__grid-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__grid-image {
        width: 100%;
        height: 250px;
        object-fit: cover;
        margin-bottom: 15px;
        max-width: 100%;
        box-sizing: border-box;
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__grid-title {
        font-size: 1.5rem;
        color: var(--primary-color);
        margin-bottom: 10px;
        padding: 0 15px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__grid-description {
        font-size: 0.95rem;
        color: var(--text-light);
        padding: 0 15px;
        flex-grow: 1; /* Allow description to take available space */
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* Features List */
    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__feature-list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
        margin-top: 30px;
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__feature-item {
        background-color: var(--white-color);
        padding: 25px;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
        text-align: center;
        border-left: 5px solid var(--primary-color);
        transition: transform 0.3s ease;
        box-sizing: border-box;
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__feature-item:hover {
        transform: translateY(-5px);
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__feature-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
        object-fit: contain;
        max-width: 100%;
        box-sizing: border-box;
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__feature-title {
        font-size: 1.3rem;
        color: var(--secondary-color);
        margin-bottom: 10px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__feature-description {
        font-size: 0.9rem;
        color: var(--text-light);
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* Payment/Provider List */
    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__logo-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px;
        margin-top: 30px;
        justify-items: center;
        align-items: center;
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__logo-item {
        background-color: var(--white-color);
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
        width: 100%;
        max-width: 180px;
        box-sizing: border-box;
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__logo-image {
        max-width: 100%;
        max-height: 70px;
        object-fit: contain;
        filter: grayscale(80%);
        transition: filter 0.3s ease;
        box-sizing: border-box;
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__logo-image:hover {
        filter: grayscale(0%);
    }

    /* FAQ Section */
    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__faq-container {
        max-width: 800px;
        margin: 30px auto 0 auto;
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__faq-item {
        background-color: var(--white-color);
        border: 1px solid var(--border-color);
        border-radius: 8px;
        margin-bottom: 15px;
        overflow: hidden;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 20px;
        cursor: pointer;
        background-color: #f9f9f9;
        font-weight: bold;
        color: var(--secondary-color);
        transition: background-color 0.3s ease;
        user-select: none;
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__faq-question:hover {
        background-color: #f0f0f0;
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__faq-question h3 {
        margin: 0;
        font-size: 1.1rem;
        color: var(--primary-color);
        pointer-events: none; /* Prevent h3 from intercepting click */
        word-wrap: break-word;
        overflow-wrap: break-word;
        flex-grow: 1;
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__faq-toggle {
        font-size: 1.5rem;
        font-weight: bold;
        color: var(--primary-color);
        margin-left: 15px;
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent toggle from intercepting click */
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__faq-item.active .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__faq-toggle {
        transform: rotate(45deg); /* Plus to X (minus) */
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 20px;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        opacity: 0;
        color: var(--text-color);
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__faq-item.active .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__faq-answer {
        max-height: 2000px !important; /* Sufficiently large */
        padding: 20px !important;
        opacity: 1;
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__faq-answer p {
        margin: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* Call to Action Section */
    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__cta-section {
        background: linear-gradient(90deg, #e04e2a, #ff6f47);
        color: var(--white-color);
        text-align: center;
        padding: 60px 20px;
        margin-top: 40px;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__cta-title {
        font-size: 2.5rem;
        margin-bottom: 15px;
        color: var(--white-color);
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__cta-description {
        font-size: 1.2rem;
        margin-bottom: 30px;
        color: rgba(255, 255, 255, 0.9);
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__cta-button {
        background-color: var(--accent-color);
        color: var(--secondary-color);
        padding: 15px 40px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.2rem;
        transition: background-color 0.3s ease, transform 0.2s ease;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__cta-button:hover {
        background-color: #f0a81d;
        transform: translateY(-3px);
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__floating-buttons {
            flex-direction: row;
            width: 100%;
            bottom: 0;
            right: 0;
            left: 0;
            padding: 10px;
            justify-content: space-around;
            background-color: rgba(255, 255, 255, 0.95);
            border-top: 1px solid var(--border-color);
            border-radius: 0;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        }

        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__floating-button {
            padding: 10px 15px;
            font-size: 0.9rem;
            flex: 1;
            margin: 0 5px;
            border-radius: 20px;
        }

        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__hero-section {
            padding: 60px 15px;
            min-height: 300px;
        }

        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__hero-title {
            font-size: 2.2rem;
        }

        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__hero-subtitle {
            font-size: 1.2rem;
        }

        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__hero-button {
            padding: 12px 30px;
            font-size: 1rem;
        }

        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__section {
            padding: 30px 15px;
            margin-bottom: 15px;
        }

        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__section-title {
            font-size: 1.8rem;
            margin-bottom: 25px;
        }

        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__grid-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__grid-image {
            height: 200px;
            max-width: 100% !important;
            box-sizing: border-box !important;
        }

        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__grid-title {
            font-size: 1.3rem;
            word-break: break-word !important;
        }

        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__grid-description {
            font-size: 0.85rem;
            word-break: break-word !important;
        }

        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__feature-list {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__feature-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding: 20px;
        }

        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__feature-title {
            font-size: 1.2rem;
            word-break: break-word !important;
        }

        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__feature-description {
            font-size: 0.8rem;
            word-break: break-word !important;
        }

        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__logo-grid {
            grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
            gap: 15px;
        }

        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__logo-item {
            height: 80px;
            padding: 10px;
            max-width: 120px;
        }

        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__logo-image {
            max-height: 50px;
            max-width: 100% !important;
            box-sizing: border-box !important;
        }

        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__faq-question {
            padding: 15px;
        }

        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__faq-question h3 {
            font-size: 1rem;
            word-break: break-word !important;
        }

        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__faq-toggle {
            font-size: 1.3rem;
        }

        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__faq-answer {
            padding: 0 15px;
        }

        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__faq-item.active .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__faq-answer {
            padding: 15px !important;
        }

        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__cta-section {
            padding: 40px 15px;
        }

        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__cta-title {
            font-size: 2rem;
        }

        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__cta-description {
            font-size: 1rem;
            word-break: break-word !important;
        }

        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__cta-button {
            padding: 12px 30px;
            font-size: 1rem;
        }
    }

    @media (max-width: 480px) {
        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__floating-button {
            font-size: 0.85rem;
            padding: 8px 10px;
        }
        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__hero-title {
            font-size: 1.8rem;
        }
        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__hero-subtitle {
            font-size: 1rem;
        }
        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__section-title {
            font-size: 1.5rem;
        }
        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__grid-item {
            padding-bottom: 15px;
        }
        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__grid-image {
            height: 180px;
        }
        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__grid-title {
            font-size: 1.1rem;
        }
        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__feature-item {
            padding: 15px;
        }
        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__feature-title {
            font-size: 1.1rem;
        }
        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__feature-icon {
            width: 60px;
            height: 60px;
        }
        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__faq-question h3 {
            font-size: 0.9rem;
        }
        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__cta-title {
            font-size: 1.8rem;
        }
        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__cta-description {
            font-size: 0.9rem;
        }
        .page-sodo66-sodo-trang-ng-k-ch-nh-th-c-sodo66-com-m-i-nh-t__cta-button {
            padding: 10px 25px;
            font-size: 0.9rem;
        }
    }
  