
    .page-678bet {
        font-family: 'Arial', sans-serif;
        color: #e0e0e0;
        background-color: #1a1a2e;
        line-height: 1.6;
        padding-bottom: 100px; /* Space for floating buttons */
    }

    /* Header offset - assuming body already handles the main offset */
    .page-678bet__hero-section {
        padding-top: 10px; /* Small decorative top padding */
        position: relative;
        overflow: hidden;
        background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1d 100%);
    }

    /* Hero Section */
    .page-678bet__hero-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 40px 20px;
        position: relative;
    }

    .page-678bet__hero-content {
        max-width: 900px;
        margin-bottom: 30px;
        z-index: 10;
    }

    .page-678bet__hero-title {
        font-size: 2.2em;
        color: #ffcc00; /* Gold accent */
        margin-bottom: 15px;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-678bet__hero-description {
        font-size: 1.1em;
        color: #cccccc;
        margin-bottom: 30px;
    }

    .page-678bet__hero-description strong {
        color: #ffcc00;
    }

    .page-678bet__hero-button {
        display: inline-block;
        background-color: #007bff; /* Blue */
        color: #ffffff;
        padding: 15px 30px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.1em;
        transition: background-color 0.3s ease, transform 0.3s ease;
        box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
    }

    .page-678bet__hero-button:hover {
        background-color: #0056b3;
        transform: translateY(-2px);
    }

    .page-678bet__hero-image-wrapper {
        width: 100%;
        max-width: 400px; /* Constrain image width on mobile */
        margin-top: 30px;
        box-sizing: border-box;
        overflow: hidden;
        border-radius: 15px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    }

    .page-678bet__hero-image {
        max-width: 100%;
        height: auto;
        display: block;
        border-radius: 15px;
    }

    /* Section Titles */
    .page-678bet__section-title {
        font-size: 2em;
        color: #ffcc00;
        text-align: center;
        margin: 60px 20px 40px;
        position: relative;
        padding-bottom: 10px;
    }

    .page-678bet__section-title::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background-color: #007bff;
        border-radius: 2px;
    }

    /* Features Section */
    .page-678bet__features-section {
        padding: 20px;
        background-color: #22223b;
    }

    .page-678bet__features-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-678bet__feature-item {
        background-color: #2e2e50;
        padding: 30px;
        border-radius: 15px;
        text-align: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-678bet__feature-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    }

    .page-678bet__feature-icon {
        width: 80px; /* Display size, placeholder is 300x300 */
        height: 80px;
        margin-bottom: 20px;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }

    .page-678bet__feature-title {
        font-size: 1.4em;
        color: #ffcc00;
        margin-bottom: 10px;
    }

    .page-678bet__feature-description {
        font-size: 0.95em;
        color: #cccccc;
    }

    /* Game Categories Section */
    .page-678bet__game-categories {
        padding: 20px;
        background-color: #1a1a2e;
    }

    .page-678bet__categories-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-678bet__category-card {
        background-color: #2e2e50;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-678bet__category-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    }

    .page-678bet__category-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
    }

    .page-678bet__category-title {
        font-size: 1.3em;
        color: #ffcc00;
        margin: 15px 10px 5px;
    }

    .page-678bet__category-description {
        font-size: 0.9em;
        color: #cccccc;
        padding: 0 15px 20px;
    }

    /* Download Guide Section */
    .page-678bet__download-guide {
        padding: 20px;
        background-color: #22223b;
    }

    .page-678bet__guide-steps {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-678bet__step-item {
        background-color: #2e2e50;
        padding: 30px;
        border-radius: 15px;
        text-align: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-678bet__step-number {
        width: 50px;
        height: 50px;
        background-color: #007bff;
        color: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.8em;
        font-weight: bold;
        margin: 0 auto 20px;
        box-shadow: 0 2px 10px rgba(0, 123, 255, 0.4);
    }

    .page-678bet__step-title {
        font-size: 1.4em;
        color: #ffcc00;
        margin-bottom: 10px;
    }

    .page-678bet__step-description {
        font-size: 0.95em;
        color: #cccccc;
    }

    .page-678bet__download-button-wrapper {
        text-align: center;
        margin-top: 40px;
    }

    .page-678bet__download-button {
        display: inline-block;
        background-color: #28a745; /* Green */
        color: #ffffff;
        padding: 15px 30px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.1em;
        transition: background-color 0.3s ease, transform 0.3s ease;
        box-shadow: 0 4px 15px rgba(40, 167, 69, 0.4);
    }

    .page-678bet__download-button:hover {
        background-color: #218838;
        transform: translateY(-2px);
    }

    /* FAQ Section */
    .page-678bet__faq-section {
        padding: 20px;
        background-color: #1a1a2e;
    }

    .page-678bet__faq-list {
        max-width: 900px;
        margin: 0 auto;
    }

    .page-678bet__faq-item {
        background-color: #2e2e50;
        margin-bottom: 15px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .page-678bet__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        cursor: pointer;
        user-select: none;
        background-color: #3a3a60;
        border-bottom: 1px solid #4a4a70;
        transition: background-color 0.3s ease;
    }

    .page-678bet__faq-question:hover {
        background-color: #4a4a70;
    }

    .page-678bet__faq-question h3 {
        margin: 0;
        font-size: 1.1em;
        color: #ffcc00;
        pointer-events: none; /* Crucial for click event on parent div */
    }

    .page-678bet__faq-toggle {
        font-size: 1.5em;
        font-weight: bold;
        color: #ffcc00;
        transition: transform 0.3s ease;
        pointer-events: none; /* Crucial for click event on parent div */
    }

    .page-678bet__faq-item.active .page-678bet__faq-toggle {
        transform: rotate(45deg); /* Plus to X */
    }

    .page-678bet__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 20px;
        opacity: 0;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        box-sizing: border-box; /* Crucial for padding calculation */
    }

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

    .page-678bet__faq-answer p {
        margin: 0;
        color: #cccccc;
        font-size: 0.95em;
    }

    /* Partners & Payments Sections */
    .page-678bet__partners-section,
    .page-678bet__payments-section {
        padding: 20px;
        background-color: #22223b;
    }

    .page-678bet__partners-grid,
    .page-678bet__payments-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); /* Min 120px for logos */
        gap: 20px;
        max-width: 1200px;
        margin: 0 auto;
        justify-items: center;
        align-items: center;
    }

    .page-678bet__partner-logo,
    .page-678bet__payment-logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: #cccccc;
        transition: transform 0.3s ease;
        background-color: #2e2e50;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        width: 100%; /* Ensure it takes full grid cell width */
        box-sizing: border-box;
        max-width: 180px; /* Limit individual logo card width */
    }

    .page-678bet__partner-logo:hover,
    .page-678bet__payment-logo:hover {
        transform: translateY(-3px);
        color: #ffcc00;
    }

    .page-678bet__partner-image,
    .page-678bet__payment-image {
        max-width: 100px;
        height: auto;
        max-height: 60px;
        object-fit: contain;
        margin-bottom: 10px;
        display: block;
    }

    .page-678bet__partner-name,
    .page-678bet__payment-name {
        font-size: 0.9em;
        font-weight: bold;
        text-align: center;
    }

    /* Floating Buttons */
    .page-678bet__floating-buttons {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-around;
        padding: 10px 0;
        background-color: rgba(26, 26, 46, 0.95); /* Semi-transparent dark background */
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
        z-index: 1000;
    }

    .page-678bet__floating-button {
        flex: 1;
        margin: 0 5px;
        padding: 12px 10px;
        border: none;
        border-radius: 5px;
        font-size: 1em;
        font-weight: bold;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.3s ease;
        text-align: center;
        max-width: 150px; /* Limit button width on larger screens */
    }

    .page-678bet__floating-button--register {
        background-color: #ffcc00; /* Gold accent */
        color: #1a1a2e;
    }

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

    .page-678bet__floating-button--login {
        background-color: #007bff; /* Blue */
        color: #ffffff;
    }

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

    /* Responsive adjustments for lists and images */
    @media (max-width: 768px) {
        .page-678bet__hero-title {
            font-size: 1.8em;
        }

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

        .page-678bet__hero-button {
            padding: 12px 25px;
            font-size: 1em;
        }

        .page-678bet__section-title {
            font-size: 1.7em;
            margin: 40px 15px 30px;
        }

        /* Features Grid (List) */
        .page-678bet__features-grid {
            grid-template-columns: 1fr;
            padding: 0; /* Adjust padding for container */
        }
        .page-678bet__feature-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            padding: 25px;
            margin-left: 0 !important;
            margin-right: 0 !important;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
        }

        /* Categories Grid (List) */
        .page-678bet__categories-grid {
            grid-template-columns: 1fr;
            padding: 0; /* Adjust padding for container */
        }
        .page-678bet__category-card {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
        }
        .page-678bet__category-image {
            height: 180px;
        }

        /* Download Guide Steps (List) */
        .page-678bet__guide-steps {
            grid-template-columns: 1fr;
            padding: 0; /* Adjust padding for container */
        }
        .page-678bet__step-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            padding: 25px;
            margin-left: 0 !important;
            margin-right: 0 !important;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
        }

        /* FAQ List (List) */
        .page-678bet__faq-list {
            padding: 0; /* Adjust padding for container */
        }
        .page-678bet__faq-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
        }
        .page-678bet__faq-question {
            padding: 12px 15px;
        }
        .page-678bet__faq-question h3 {
            font-size: 1em;
        }
        .page-678bet__faq-answer {
            padding: 0 15px;
        }
        .page-678bet__faq-item.active .page-678bet__faq-answer {
            padding: 15px 15px !important;
        }

        /* Partners & Payments Grids (Lists) */
        .page-678bet__partners-grid,
        .page-678bet__payments-grid {
            grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); /* Smaller min-width for logos */
            gap: 15px;
            padding: 0;
        }
        .page-678bet__partner-logo,
        .page-678bet__payment-logo {
            width: 100% !important;
            max-width: 100% !important; /* Ensure it doesn't exceed parent width */
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            padding: 10px;
        }
        .page-678bet__partner-image,
        .page-678bet__payment-image {
            max-width: 80px;
            max-height: 50px;
        }
        .page-678bet__partner-name,
        .page-678bet__payment-name {
            font-size: 0.85em;
        }

        /* Images */
        .page-678bet__hero-image,
        .page-678bet__feature-icon,
        .page-678bet__category-image,
        .page-678bet__partner-image,
        .page-678bet__payment-image {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }
        .page-678bet__hero-image-wrapper {
            max-width: 300px;
        }

        .page-678bet__floating-button {
            padding: 10px 5px;
            font-size: 0.9em;
        }
    }

    @media (min-width: 769px) {
        .page-678bet__hero-section {
            flex-direction: row;
            text-align: left;
            padding: 80px 40px;
        }

        .page-678bet__hero-content {
            margin-bottom: 0;
            margin-right: 50px;
            text-align: left;
        }

        .page-678bet__hero-image-wrapper {
            margin-top: 0;
            max-width: 500px;
        }

        .page-678bet__features-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .page-678bet__categories-grid {
            grid-template-columns: repeat(3, 1fr);
        }

        .page-678bet__download-guide .page-678bet__guide-steps {
            grid-template-columns: repeat(4, 1fr);
        }

        .page-678bet__floating-buttons {
            width: auto;
            left: auto;
            right: 20px;
            bottom: 20px;
            flex-direction: column;
            padding: 10px;
            border-radius: 10px;
            background-color: rgba(26, 26, 46, 0.9);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
        }

        .page-678bet__floating-button {
            margin: 5px 0;
            width: 150px;
        }
    }

    @media (min-width: 1024px) {
        .page-678bet__features-grid {
            grid-template-columns: repeat(4, 1fr);
        }
        .page-678bet__categories-grid {
            grid-template-columns: repeat(5, 1fr);
        }
        .page-678bet__partners-grid,
        .page-678bet__payments-grid {
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        }
    }
  