
    /* Fixed header offset handling */
    .page-8k8-com-register {
        padding-top: var(--header-offset, 122px); /* Fallback for cases where shared.css doesn't set body padding-top */
    }

    .page-8k8-com-register__hero-section {
        background-color: #0d1a26;
        color: #e0e0e0;
        padding: 60px 20px;
        text-align: center;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 450px;
    }

    .page-8k8-com-register__hero-background-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.3;
        z-index: 0;
        max-width: 100%; /* Image responsiveness */
        box-sizing: border-box; /* Image container responsiveness */
    }

    .page-8k8-com-register__hero-content {
        position: relative;
        z-index: 1;
        max-width: 900px;
        margin: 0 auto;
    }

    .page-8k8-com-register__hero-title {
        font-size: 2.8em;
        margin-bottom: 20px;
        color: #ffcc00; /* Gold/Yellow for casino theme */
        line-height: 1.2;
        font-weight: 700;
    }

    .page-8k8-com-register__hero-description {
        font-size: 1.2em;
        margin-bottom: 30px;
        line-height: 1.6;
    }

    .page-8k8-com-register__cta-button {
        display: inline-block;
        background-color: #ffcc00; /* Gold/Yellow */
        color: #0d1a26;
        padding: 15px 30px;
        border-radius: 8px;
        font-size: 1.1em;
        font-weight: bold;
        text-decoration: none;
        transition: background-color 0.3s ease, transform 0.3s ease;
        border: none;
        cursor: pointer;
    }

    .page-8k8-com-register__cta-button:hover {
        background-color: #e6b800; /* Darker gold */
        transform: translateY(-2px);
    }

    .page-8k8-com-register__section {
        padding: 60px 20px;
        background-color: #1a2a3a; /* Dark blue-grey */
        color: #e0e0e0;
        text-align: center;
    }

    .page-8k8-com-register__section--light {
        background-color: #12202e; /* Slightly lighter dark blue-grey */
    }

    .page-8k8-com-register__section-title {
        font-size: 2.2em;
        margin-bottom: 40px;
        color: #ffcc00;
        font-weight: 700;
    }

    .page-8k8-com-register__content-wrapper {
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }

    .page-8k8-com-register__text-block {
        text-align: left;
        line-height: 1.7;
        font-size: 1.1em;
        max-width: 800px;
    }

    .page-8k8-com-register__image-container {
        width: 100%;
        max-width: 600px;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        box-sizing: border-box; /* Image container responsiveness */
    }

    .page-8k8-com-register__image {
        width: 100%;
        height: auto;
        display: block;
        max-width: 100%; /* Image responsiveness */
        box-sizing: border-box; /* Image responsiveness */
    }

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

    .page-8k8-com-register__feature-item {
        background-color: #0d1a26;
        padding: 30px;
        border-radius: 10px;
        text-align: center;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
        box-sizing: border-box; /* List item responsiveness */
    }

    .page-8k8-com-register__feature-item:hover {
        transform: translateY(-5px);
    }

    .page-8k8-com-register__feature-icon {
        width: 250px; /* Min size 200x200 */
        height: auto;
        margin-bottom: 15px;
        max-width: 100%; /* Image responsiveness */
        box-sizing: border-box; /* Image responsiveness */
    }

    .page-8k8-com-register__feature-title {
        font-size: 1.4em;
        color: #ffcc00;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .page-8k8-com-register__feature-description {
        font-size: 1em;
        color: #c0c0c0;
    }

    .page-8k8-com-register__steps-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 25px;
        width: 100%;
        max-width: 800px;
    }

    .page-8k8-com-register__step-item {
        background-color: #0d1a26;
        padding: 25px 30px;
        border-radius: 10px;
        text-align: left;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: flex-start;
        gap: 20px;
        box-sizing: border-box; /* List item responsiveness */
    }

    .page-8k8-com-register__step-number {
        font-size: 2em;
        font-weight: bold;
        color: #ffcc00;
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #ffcc00;
        border-radius: 50%;
    }

    .page-8k8-com-register__step-content {
        flex-grow: 1;
    }

    .page-8k8-com-register__step-title {
        font-size: 1.5em;
        color: #ffcc00;
        margin-top: 0;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .page-8k8-com-register__step-description {
        font-size: 1em;
        color: #c0c0c0;
    }

    .page-8k8-com-register__payment-providers-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px;
        margin-top: 30px;
        width: 100%;
        max-width: 900px;
    }

    .page-8k8-com-register__provider-logo {
        width: 200px; /* Min size 200x200 */
        height: auto;
        object-fit: contain;
        background-color: #0d1a26;
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        max-width: 100%; /* Image responsiveness */
        box-sizing: border-box; /* Image responsiveness */
    }

    /* FAQ Section */
    .page-8k8-com-register__faq-section {
        background-color: #1a2a3a;
        padding: 60px 20px;
        color: #e0e0e0;
        text-align: center;
    }

    .page-8k8-com-register__faq-container {
        max-width: 800px;
        margin: 0 auto;
        text-align: left;
    }

    .page-8k8-com-register__faq-item {
        background-color: #0d1a26;
        margin-bottom: 15px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        box-sizing: border-box; /* List item responsiveness */
    }

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

    .page-8k8-com-register__faq-question:hover {
        background-color: #1a2a3a;
    }

    .page-8k8-com-register__faq-question h3 {
        margin: 0;
        font-size: 1.3em;
        color: #ffcc00;
        font-weight: 600;
        pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-8k8-com-register__faq-toggle {
        font-size: 1.8em;
        font-weight: bold;
        color: #ffcc00;
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent toggle from blocking click */
    }

    .page-8k8-com-register__faq-item.active .page-8k8-com-register__faq-toggle {
        transform: rotate(45deg); /* Change + to X or similar, or just rotate */
    }

    .page-8k8-com-register__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: #c0c0c0;
        font-size: 1em;
        line-height: 1.6;
    }

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

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

        .page-8k8-com-register__hero-description {
            font-size: 1em;
        }

        .page-8k8-com-register__section-title {
            font-size: 1.8em;
        }

        .page-8k8-com-register__content-wrapper {
            gap: 30px;
        }

        .page-8k8-com-register__text-block,
        .page-8k8-com-register__feature-description,
        .page-8k8-com-register__step-description,
        .page-8k8-com-register__faq-answer {
            font-size: 0.95em;
        }

        .page-8k8-com-register__feature-item,
        .page-8k8-com-register__step-item,
        .page-8k8-com-register__faq-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding-left: 15px !important; /* Adjust padding for mobile */
            padding-right: 15px !important; /* Adjust padding for mobile */
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            word-break: break-word !important;
        }

        .page-8k8-com-register__features-grid,
        .page-8k8-com-register__steps-list,
        .page-8k8-com-register__payment-providers-grid {
            padding: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
        }

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

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

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

        .page-8k8-com-register__step-content {
            width: 100%;
        }

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

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

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

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

        .page-8k8-com-register__image,
        .page-8k8-com-register__hero-background-image,
        .page-8k8-com-register__feature-icon,
        .page-8k8-com-register__provider-logo {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
            display: block !important;
        }

        .page-8k8-com-register__image-container {
            max-width: 100% !important;
            width: 100% !important;
            box-sizing: border-box !important;
        }
    }

    @media (max-width: 480px) {
        .page-8k8-com-register__hero-title {
            font-size: 1.8em;
        }
        .page-8k8-com-register__cta-button {
            padding: 12px 25px;
            font-size: 1em;
        }
        .page-8k8-com-register__section-title {
            font-size: 1.6em;
        }
        .page-8k8-com-register__faq-question h3 {
            font-size: 1em;
        }
        .page-8k8-com-register__faq-toggle {
            font-size: 1.5em;
        }
    }
  