
    /* General Styling for 777x Page */
    .page-777x {
        font-family: 'Arial', sans-serif;
        background-color: #1a1a1a; /* Dark background for betting site */
        color: #f0f0f0; /* Light text for contrast */
        line-height: 1.6;
        padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-777x__section {
        padding: 40px 20px;
        margin: 0 auto;
        max-width: 1200px;
        box-sizing: border-box;
    }

    .page-777x__section--hero {
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:betting,sport,casino,vietnam]') no-repeat center center/cover;
        text-align: center;
        padding: 10px 20px 80px; /* 10px top for offset, 80px bottom for visual balance */
        position: relative;
        overflow: hidden;
    }

    .page-777x__heading {
        color: #ffcc00; /* Gold accent */
        margin-bottom: 20px;
        font-size: 3em;
        font-weight: bold;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-777x__subheading {
        color: #fff;
        font-size: 1.5em;
        margin-bottom: 30px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-777x__text {
        font-size: 1.1em;
        margin-bottom: 20px;
        color: #ccc;
    }

    /* Hero CTA Button */
    .page-777x__hero-cta {
        margin-top: 40px;
    }

    .page-777x__button--hero {
        background-color: #ffcc00; /* Gold */
        color: #333;
        padding: 15px 40px;
        border-radius: 30px;
        font-size: 1.2em;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        transition: background-color 0.3s ease, transform 0.3s ease;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    .page-777x__button--hero:hover {
        background-color: #e6b800;
        transform: translateY(-3px);
    }

    /* Center alignment classes */
    .page-777x__heading--center,
    .page-777x__text--center {
        text-align: center;
    }

    /* Product Display Grid */
    .page-777x__product-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
        justify-content: center;
        margin-top: 30px;
    }

    .page-777x__product-card {
        background-color: #2a2a2a;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-sizing: border-box; /* Crucial for responsive lists */
    }

    .page-777x__product-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    }

    .page-777x__product-image {
        width: 100%;
        max-width: 100%; /* Ensure responsive */
        height: 200px;
        object-fit: cover;
        display: block;
        border-bottom: 3px solid #ffcc00;
    }

    .page-777x__product-content {
        padding: 20px;
    }

    .page-777x__product-title {
        color: #ffcc00;
        font-size: 1.4em;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .page-777x__product-description {
        color: #ccc;
        font-size: 0.95em;
    }

    /* Promotions List */
    .page-777x__promotion-list {
        list-style: none;
        padding: 0;
        margin: 30px 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 25px;
    }

    .page-777x__promotion-item {
        background-color: #2a2a2a;
        border-radius: 12px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
        padding: 25px;
        transition: transform 0.3s ease;
        box-sizing: border-box; /* Crucial for responsive lists */
    }

    .page-777x__promotion-item:hover {
        transform: translateY(-5px);
    }

    .page-777x__promotion-title {
        color: #ffcc00;
        font-size: 1.5em;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .page-777x__promotion-description {
        color: #ccc;
        font-size: 1em;
        margin-bottom: 15px;
    }

    .page-777x__promotion-date {
        font-size: 0.9em;
        color: #999;
        text-align: right;
        display: block;
        margin-top: 10px;
    }

    /* FAQ Section */
    .page-777x__faq-section {
        background-color: #1a1a1a;
        padding: 40px 20px;
    }

    .page-777x__faq-heading {
        text-align: center;
        color: #ffcc00;
        font-size: 2.5em;
        margin-bottom: 40px;
    }

    .page-777x__faq-item {
        background-color: #2a2a2a;
        border-radius: 10px;
        margin-bottom: 15px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        box-sizing: border-box;
    }

    .page-777x__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px;
        cursor: pointer;
        background-color: #333;
        color: #f0f0f0;
        font-size: 1.2em;
        font-weight: bold;
        transition: background-color 0.3s ease;
        user-select: none;
    }

    .page-777x__faq-question:hover {
        background-color: #444;
    }

    .page-777x__faq-question h3 {
        margin: 0;
        color: inherit;
        pointer-events: none; /* Prevent h3 from blocking click event */
        flex-grow: 1;
    }

    .page-777x__faq-toggle {
        font-size: 1.8em;
        line-height: 1;
        margin-left: 15px;
        pointer-events: none; /* Prevent toggle from blocking click event */
        color: #ffcc00;
        transition: transform 0.3s ease;
    }

    .page-777x__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 25px; /* Initial padding, will be 20px 25px when active */
        color: #ccc;
        font-size: 1em;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        opacity: 0;
        background-color: #2a2a2a;
        box-sizing: border-box;
    }

    .page-777x__faq-item.active .page-777x__faq-answer {
        max-height: 2000px !important; /* Sufficiently large height */
        padding: 20px 25px !important;
        opacity: 1;
    }

    .page-777x__faq-item.active .page-777x__faq-toggle {
        transform: rotate(45deg); /* Rotate '+' to 'x' or '-' depending on design */
    }

    /* Floating Buttons */
    .page-777x__floating-buttons {
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        z-index: 1000;
    }

    .page-777x__button {
        display: block;
        padding: 12px 25px;
        border-radius: 30px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        white-space: nowrap;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        transition: transform 0.2s ease, background-color 0.2s ease;
    }

    .page-777x__button--register {
        background-color: #ffcc00; /* Gold */
        color: #333;
    }

    .page-777x__button--register:hover {
        transform: translateY(-2px);
        background-color: #e6b800;
    }

    .page-777x__button--login {
        background-color: #007bff; /* Blue */
        color: #fff;
    }

    .page-777x__button--login:hover {
        transform: translateY(-2px);
        background-color: #0056b3;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .page-777x__section {
            padding: 30px 15px;
        }

        .page-777x__heading {
            font-size: 2.2em;
        }

        .page-777x__subheading {
            font-size: 1.2em;
        }

        .page-777x__product-grid,
        .page-777x__promotion-list {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .page-777x__product-card,
        .page-777x__promotion-item,
        .page-777x__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; /* Adjust padding for smaller screens */
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            word-break: break-word !important;
        }

        .page-777x__product-content,
        .page-777x__promotion-item,
        .page-777x__faq-question,
        .page-777x__faq-answer {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

        .page-777x__product-image {
            height: 180px;
        }

        .page-777x__faq-heading {
            font-size: 2em;
        }

        .page-777x__faq-question {
            font-size: 1.1em;
            padding: 15px 20px;
        }
        .page-777x__faq-answer {
            padding: 0 20px;
        }
        .page-777x__faq-item.active .page-777x__faq-answer {
            padding: 15px 20px !important;
        }

        .page-777x__floating-buttons {
            flex-direction: row;
            width: calc(100% - 30px); /* Adjust for padding */
            left: 15px;
            right: 15px;
            bottom: 10px;
            justify-content: space-around;
        }
        .page-777x__button {
            flex: 1;
            font-size: 13px;
            padding: 10px 12px;
            margin: 0 5px; /* Add small margin between buttons */
        }
    }
  