
    /* Page-specific CSS for 8k8. com */
    :root {
        --page-8k8-com-3-primary-color: #e44d26; /* A vibrant orange-red for action */
        --page-8k8-com-3-secondary-color: #333; /* Dark grey for text */
        --page-8k8-com-3-background-light: #f9f9f9;
        --page-8k8-com-3-background-dark: #222;
        --page-8k8-com-3-text-light: #fff;
        --page-8k8-com-3-text-dark: #333;
        --page-8k8-com-3-accent-color: #007bff; /* Blue for links/accents */
    }

    .page-8k8-com-3 {
        font-family: 'Arial', sans-serif;
        line-height: 1.6;
        color: var(--page-8k8-com-3-text-dark);
        background-color: var(--page-8k8-com-3-background-light);
    }

    /* Fixed header offset handling */
    .page-8k8-com-3__hero-section {
        padding-top: 10px; /* Small decorative padding, assuming body handles main header offset */
    }

    .page-8k8-com-3__section {
        padding: 60px 20px;
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

    .page-8k8-com-3__section--dark {
        background-color: var(--page-8k8-com-3-background-dark);
        color: var(--page-8k8-com-3-text-light);
    }

    .page-8k8-com-3__hero-section {
        position: relative;
        overflow: hidden;
        background-color: var(--page-8k8-com-3-background-dark);
        color: var(--page-8k8-com-3-text-light);
        padding: 100px 20px 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .page-8k8-com-3__hero-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
        opacity: 0.3;
    }

    .page-8k8-com-3__hero-content {
        position: relative;
        z-index: 1;
        max-width: 900px;
    }

    .page-8k8-com-3__hero-title {
        font-size: 3.5em;
        margin-bottom: 20px;
        line-height: 1.2;
        color: var(--page-8k8-com-3-primary-color);
    }

    .page-8k8-com-3__hero-subtitle {
        font-size: 1.5em;
        margin-bottom: 30px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-8k8-com-3__button {
        display: inline-block;
        background-color: var(--page-8k8-com-3-primary-color);
        color: var(--page-8k8-com-3-text-light);
        padding: 15px 30px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.1em;
        transition: background-color 0.3s ease, transform 0.3s ease;
        border: none;
        cursor: pointer;
    }

    .page-8k8-com-3__button:hover {
        background-color: #ff6a40;
        transform: translateY(-2px);
    }

    .page-8k8-com-3__heading {
        font-size: 2.5em;
        margin-bottom: 40px;
        color: var(--page-8k8-com-3-primary-color);
    }

    .page-8k8-com-3__text {
        font-size: 1.1em;
        margin-bottom: 20px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-8k8-com-3__features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        margin-top: 40px;
    }

    .page-8k8-com-3__feature-item {
        background-color: #fff;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        box-sizing: border-box; /* Crucial for responsive lists */
    }

    .page-8k8-com-3__feature-image-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .page-8k8-com-3__feature-image {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        object-fit: cover;
    }

    .page-8k8-com-3__feature-title {
        font-size: 1.6em;
        margin-bottom: 15px;
        color: var(--page-8k8-com-3-primary-color);
    }

    .page-8k8-com-3__steps-list {
        display: flex;
        flex-direction: column;
        gap: 25px;
        margin-top: 40px;
        list-style: none;
        padding: 0;
    }

    .page-8k8-com-3__step-item {
        background-color: #fff;
        padding: 25px;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
        text-align: left;
        display: flex;
        align-items: flex-start;
        gap: 20px;
        box-sizing: border-box; /* Crucial for responsive lists */
    }

    .page-8k8-com-3__step-number {
        background-color: var(--page-8k8-com-3-primary-color);
        color: var(--page-8k8-com-3-text-light);
        border-radius: 50%;
        width: 45px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.4em;
        font-weight: bold;
        flex-shrink: 0;
    }

    .page-8k8-com-3__step-content h3 {
        font-size: 1.4em;
        margin-top: 0;
        margin-bottom: 10px;
        color: var(--page-8k8-com-3-secondary-color);
    }

    .page-8k8-com-3__step-content p {
        font-size: 1em;
        margin-bottom: 0;
        color: var(--page-8k8-com-3-text-dark);
        word-wrap: break-word !important; /* Ensure text wraps */
        overflow-wrap: break-word !important; /* Ensure text wraps */
    }

    .page-8k8-com-3__game-providers-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 25px;
        margin-top: 40px;
    }

    .page-8k8-com-3__provider-item {
        background-color: #fff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-height: 120px;
        box-sizing: border-box; /* Crucial for responsive lists */
    }

    .page-8k8-com-3__provider-image-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .page-8k8-com-3__provider-image {
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }

    .page-8k8-com-3__provider-name {
        font-weight: bold;
        color: var(--page-8k8-com-3-secondary-color);
        font-size: 1.1em;
        word-wrap: break-word !important; /* Ensure text wraps */
        overflow-wrap: break-word !important; /* Ensure text wraps */
    }

    .page-8k8-com-3__faq-container {
        max-width: 900px;
        margin: 40px auto 0;
        text-align: left;
    }

    .page-8k8-com-3__faq-item {
        background-color: #fff;
        border-radius: 8px;
        margin-bottom: 15px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        overflow: hidden;
        box-sizing: border-box; /* Crucial for responsive lists */
    }

    .page-8k8-com-3__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px;
        cursor: pointer;
        user-select: none;
        background-color: #f0f0f0;
        transition: background-color 0.3s ease;
    }

    .page-8k8-com-3__faq-question:hover {
        background-color: #e0e0e0;
    }

    .page-8k8-com-3__faq-question h3 {
        margin: 0;
        font-size: 1.2em;
        color: var(--page-8k8-com-3-secondary-color);
        pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-8k8-com-3__faq-toggle {
        font-size: 1.8em;
        font-weight: bold;
        color: var(--page-8k8-com-3-primary-color);
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-8k8-com-3__faq-item.active .page-8k8-com-3__faq-toggle {
        transform: rotate(45deg); /* Changes + to X or similar */
    }

    .page-8k8-com-3__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 25px;
        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(--page-8k8-com-3-text-dark);
    }

    .page-8k8-com-3__faq-item.active .page-8k8-com-3__faq-answer {
        max-height: 2000px !important; /* Sufficiently large to contain content */
        padding: 20px 25px !important;
        opacity: 1;
    }

    .page-8k8-com-3__faq-answer p {
        margin-bottom: 0;
        word-wrap: break-word !important; /* Ensure text wraps */
        overflow-wrap: break-word !important; /* Ensure text wraps */
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .page-8k8-com-3__hero-title {
            font-size: 2.5em;
        }

        .page-8k8-com-3__hero-subtitle {
            font-size: 1.2em;
        }

        .page-8k8-com-3__heading {
            font-size: 2em;
        }

        .page-8k8-com-3__section {
            padding: 40px 15px;
        }

        .page-8k8-com-3__features-grid,
        .page-8k8-com-3__game-providers-grid {
            grid-template-columns: 1fr;
        }

        .page-8k8-com-3__feature-item,
        .page-8k8-com-3__step-item,
        .page-8k8-com-3__provider-item,
        .page-8k8-com-3__faq-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .page-8k8-com-3__feature-item {
            padding: 20px;
        }

        .page-8k8-com-3__step-item {
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 20px;
        }

        .page-8k8-com-3__step-number {
            margin-bottom: 15px;
        }

        .page-8k8-com-3__step-content h3 {
            font-size: 1.2em;
        }

        .page-8k8-com-3__provider-item {
            padding: 15px;
        }

        .page-8k8-com-3__faq-question {
            padding: 15px 20px;
        }

        .page-8k8-com-3__faq-question h3 {
            font-size: 1.1em;
        }

        .page-8k8-com-3__faq-answer {
            padding: 0 20px;
        }

        .page-8k8-com-3__faq-item.active .page-8k8-com-3__faq-answer {
            padding: 15px 20px !important;
        }

        .page-8k8-com-3__hero-background,
        .page-8k8-com-3__feature-image,
        .page-8k8-com-3__provider-image {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }

        .page-8k8-com-3__feature-image-wrapper,
        .page-8k8-com-3__provider-image-wrapper {
            width: 100% !important;
            max-width: 100% !important;
            overflow: hidden !important;
            box-sizing: border-box !important;
        }

        .page-8k8-com-3__steps-list,
        .page-8k8-com-3__features-grid,
        .page-8k8-com-3__game-providers-grid,
        .page-8k8-com-3__faq-container {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            padding: 0 !important; /* Reset container padding */
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
    }
  