
    /* Page-specific CSS for www-8k8-com-login-2 */
    .page-www-8k8-com-login-2 {
        font-family: 'Arial', sans-serif;
        color: #f0f0f0;
        background-color: #1a1a1a;
        line-height: 1.6;
        padding-bottom: 40px;
    }

    .page-www-8k8-com-login-2__section {
        padding: 40px 20px;
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

    .page-www-8k8-com-login-2__hero-section {
        background-color: #0d0d0d;
        background-size: cover;
        background-position: center;
        color: #f0f0f0;
        padding: 10px 20px 80px; /* Small top padding, assuming body handles header offset */
        text-align: center;
        position: relative;
        overflow: hidden;
    }

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

    .page-www-8k8-com-login-2__hero-content {
        position: relative;
        z-index: 1;
        max-width: 900px;
        margin: 0 auto;
        padding-top: 50px;
    }

    .page-www-8k8-com-login-2__hero-title {
        font-size: 3.5em;
        margin-bottom: 20px;
        color: #ffc107;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-www-8k8-com-login-2__hero-subtitle {
        font-size: 1.5em;
        margin-bottom: 30px;
        color: #f0f0f0;
    }

    .page-www-8k8-com-login-2__button {
        display: inline-block;
        background-color: #ffc107;
        color: #1a1a1a;
        padding: 15px 30px;
        border-radius: 5px;
        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-www-8k8-com-login-2__button:hover {
        background-color: #e0a800;
        transform: translateY(-2px);
    }

    .page-www-8k8-com-login-2__section-title {
        font-size: 2.5em;
        color: #ffc107;
        margin-bottom: 40px;
        position: relative;
        padding-bottom: 10px;
    }

    .page-www-8k8-com-login-2__section-title::after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: 80px;
        height: 4px;
        background-color: #ffc107;
        border-radius: 2px;
    }

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

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

    .page-www-8k8-com-login-2__feature-item,
    .page-www-8k8-com-login-2__game-item {
        background-color: #2a2a2a;
        padding: 30px;
        border-radius: 10px;
        text-align: center;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease;
        box-sizing: border-box;
    }

    .page-www-8k8-com-login-2__feature-item:hover,
    .page-www-8k8-com-login-2__game-item:hover {
        transform: translateY(-5px);
    }

    .page-www-8k8-com-login-2__item-icon {
        width: 250px;
        height: 180px;
        object-fit: cover;
        margin-bottom: 20px;
        border-radius: 8px;
        max-width: 100%;
        height: auto;
    }

    .page-www-8k8-com-login-2__item-title {
        font-size: 1.5em;
        color: #ffc107;
        margin-bottom: 10px;
    }

    .page-www-8k8-com-login-2__item-description {
        font-size: 1em;
        color: #cccccc;
    }

    .page-www-8k8-com-login-2__steps-list {
        list-style: none;
        padding: 0;
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-www-8k8-com-login-2__step-item {
        background-color: #2a2a2a;
        padding: 25px;
        border-radius: 8px;
        text-align: left;
        display: flex;
        align-items: center;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
    }

    .page-www-8k8-com-login-2__step-number {
        background-color: #ffc107;
        color: #1a1a1a;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        font-size: 1.2em;
        margin-right: 20px;
        flex-shrink: 0;
    }

    .page-www-8k8-com-login-2__step-content {
        flex-grow: 1;
    }

    .page-www-8k8-com-login-2__step-title {
        font-size: 1.3em;
        color: #ffc107;
        margin-bottom: 5px;
    }

    .page-www-8k8-com-login-2__step-description {
        color: #cccccc;
    }

    .page-www-8k8-com-login-2__image-container {
        margin-top: 40px;
        margin-bottom: 20px;
        text-align: center;
    }

    .page-www-8k8-com-login-2__content-image {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        min-width: 200px;
        min-height: 200px;
        object-fit: cover;
    }

    /* FAQ Section */
    .page-www-8k8-com-login-2__faq-section {
        background-color: #2a2a2a;
        padding: 60px 20px;
        max-width: 900px;
        margin: 60px auto 0;
        border-radius: 10px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    }

    .page-www-8k8-com-login-2__faq-item {
        margin-bottom: 15px;
        border: 1px solid #3a3a3a;
        border-radius: 8px;
        overflow: hidden;
        background-color: #1a1a1a;
        box-sizing: border-box;
    }

    .page-www-8k8-com-login-2__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 25px;
        cursor: pointer;
        background-color: #2a2a2a;
        border-bottom: 1px solid #3a3a3a;
        transition: background-color 0.3s ease;
        user-select: none;
    }

    .page-www-8k8-com-login-2__faq-question:hover {
        background-color: #3a3a3a;
    }

    .page-www-8k8-com-login-2__faq-question h3 {
        margin: 0;
        font-size: 1.2em;
        color: #f0f0f0;
        pointer-events: none;
        flex-grow: 1;
        text-align: left;
    }

    .page-www-8k8-com-login-2__faq-toggle {
        font-size: 1.8em;
        color: #ffc107;
        font-weight: bold;
        transition: transform 0.3s ease;
        pointer-events: none;
        margin-left: 15px;
    }

    .page-www-8k8-com-login-2__faq-item.active .page-www-8k8-com-login-2__faq-toggle {
        transform: rotate(45deg);
    }

    .page-www-8k8-com-login-2__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 25px;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        opacity: 0;
        color: #cccccc;
        text-align: left;
    }

    .page-www-8k8-com-login-2__faq-item.active .page-www-8k8-com-login-2__faq-answer {
        max-height: 2000px !important;
        padding: 20px 25px !important;
        opacity: 1;
    }

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

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

        .page-www-8k8-com-login-2__section-title {
            font-size: 2em;
        }

        .page-www-8k8-com-login-2__section {
            padding: 30px 15px;
        }

        .page-www-8k8-com-login-2__features-grid,
        .page-www-8k8-com-login-2__games-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .page-www-8k8-com-login-2__feature-item,
        .page-www-8k8-com-login-2__game-item {
            padding: 20px;
            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;
            word-break: break-word !important;
        }

        .page-www-8k8-com-login-2__item-icon {
            max-width: 100% !important;
            height: auto !important;
            min-width: 200px !important;
            min-height: 200px !important;
            box-sizing: border-box !important;
        }

        .page-www-8k8-com-login-2__steps-list {
            gap: 15px;
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            padding: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .page-www-8k8-com-login-2__step-item {
            flex-direction: column;
            align-items: flex-start;
            padding: 20px;
            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;
            word-break: break-word !important;
        }

        .page-www-8k8-com-login-2__step-number {
            margin-bottom: 15px;
            margin-right: 0;
        }

        .page-www-8k8-com-login-2__faq-section {
            padding: 40px 15px;
            margin-top: 40px;
        }

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

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

        .page-www-8k8-com-login-2__faq-answer {
            padding: 15px 20px;
        }

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

        .page-www-8k8-com-login-2__content-image {
            max-width: 100% !important;
            height: auto !important;
            min-width: 200px !important;
            min-height: 200px !important;
            box-sizing: border-box !important;
        }
    }

    @media (max-width: 480px) {
        .page-www-8k8-com-login-2__hero-title {
            font-size: 2em;
        }
        .page-www-8k8-com-login-2__hero-subtitle {
            font-size: 1em;
        }
        .page-www-8k8-com-login-2__section-title {
            font-size: 1.8em;
        }
        .page-www-8k8-com-login-2__button {
            padding: 12px 25px;
            font-size: 1em;
        }
    }
  