
    /* Base styles for the page-88k container */
    .page-88k {
        font-family: 'Arial', sans-serif;
        color: #f0f0f0;
        background-color: #1a1a1a;
        line-height: 1.6;
    }

    .page-88k__section-title {
        font-size: 2.5em;
        color: #ffcc00; /* Gold accent */
        text-align: center;
        margin-bottom: 40px;
        padding-top: 40px;
    }

    .page-88k__cta-button {
        display: inline-block;
        background-color: #ffcc00; /* Gold */
        color: #1a1a1a;
        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-88k__cta-button:hover {
        background-color: #e6b800; /* Darker gold */
        transform: translateY(-2px);
    }

    /* Hero Section */
    .page-88k__hero-section {
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:betting,casino,background]') center center/cover no-repeat;
        padding: 10px 20px 60px; /* Small decorative padding-top, assuming body has offset */
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 500px;
        position: relative;
        overflow: hidden;
    }

    .page-88k__hero-content {
        max-width: 800px;
        z-index: 1;
    }

    .page-88k__hero-title {
        font-size: 3.5em;
        color: #ffffff;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .page-88k__hero-description {
        font-size: 1.3em;
        color: #e0e0e0;
        margin-bottom: 40px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-88k__hero-image-wrapper {
        margin-top: 40px;
        width: 100%;
        max-width: 900px;
        box-sizing: border-box;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .page-88k__hero-image {
        width: 100%;
        height: auto;
        display: block;
        max-width: 100%;
        box-sizing: border-box;
    }

    /* Features Section */
    .page-88k__features-section {
        padding: 60px 20px;
        background-color: #2a2a2a;
    }

    .page-88k__features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-88k__feature-item {
        background-color: #333;
        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; /* Ensure padding is included in width */
    }

    .page-88k__feature-item:hover {
        transform: translateY(-5px);
    }

    .page-88k__feature-icon {
        width: 250px; /* Min size 200x200 */
        height: auto;
        margin-bottom: 20px;
        max-width: 100%;
        box-sizing: border-box;
    }

    .page-88k__feature-title {
        font-size: 1.8em;
        color: #ffcc00;
        margin-bottom: 10px;
    }

    .page-88k__feature-description {
        font-size: 1.1em;
        color: #ccc;
    }

    /* How to Claim Section */
    .page-88k__how-to-claim-section {
        padding: 60px 20px;
        background-color: #1a1a1a;
        text-align: center;
    }

    .page-88k__steps-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto 40px;
        box-sizing: border-box; /* Ensure padding is included in width */
    }

    .page-88k__step-item {
        background-color: #333;
        padding: 30px;
        border-radius: 10px;
        text-align: center;
        flex: 1;
        min-width: 280px;
        max-width: 350px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        box-sizing: border-box; /* Crucial for responsiveness */
    }

    .page-88k__step-number {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #ffcc00;
        color: #1a1a1a;
        font-size: 2em;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .page-88k__step-title {
        font-size: 1.8em;
        color: #ffcc00;
        margin-bottom: 10px;
    }

    .page-88k__step-description {
        font-size: 1.1em;
        color: #ccc;
    }

    .page-88k__cta-button--bottom {
        margin-top: 40px;
    }

    /* Game Showcase Section */
    .page-88k__game-showcase-section {
        padding: 60px 20px;
        background-color: #2a2a2a;
    }

    .page-88k__game-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
        box-sizing: border-box; /* Ensure padding is included in width */
    }

    .page-88k__game-item {
        background-color: #333;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        text-align: center;
        transition: transform 0.3s ease;
        box-sizing: border-box; /* Ensure padding is included in width */
    }

    .page-88k__game-item:hover {
        transform: translateY(-5px);
    }

    .page-88k__game-image {
        width: 100%;
        height: 200px; /* Fixed height for consistency, will be responsive */
        object-fit: cover;
        display: block;
        max-width: 100%;
        box-sizing: border-box;
    }

    .page-88k__game-title {
        font-size: 1.5em;
        color: #ffcc00;
        margin: 20px 15px 10px;
    }

    .page-88k__game-description {
        font-size: 1em;
        color: #ccc;
        padding: 0 15px 20px;
    }

    /* FAQ Section */
    .page-88k__faq-section {
        padding: 60px 20px;
        background-color: #1a1a1a;
    }

    .page-88k__faq-list {
        max-width: 900px;
        margin: 0 auto;
        box-sizing: border-box; /* Ensure padding is included in width */
    }

    .page-88k__faq-item {
        background-color: #2a2a2a;
        margin-bottom: 15px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        box-sizing: border-box; /* Ensure padding is included in width */
    }

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

    .page-88k__faq-question:hover {
        background-color: #444;
    }

    .page-88k__faq-q-text {
        margin: 0;
        font-size: 1em; /* Adjust font size to fit parent */
        pointer-events: none; /* Prevent text from blocking click event on parent */
        color: inherit; /* Ensure color is inherited from parent */
    }

    .page-88k__faq-toggle {
        font-size: 1.5em;
        margin-left: 15px;
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent toggle from blocking click event on parent */
    }

    .page-88k__faq-item.active .page-88k__faq-toggle {
        transform: rotate(45deg); /* Change + to X or similar */
    }

    .page-88k__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 20px; /* Initial padding */
        opacity: 0;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        color: #ccc;
        font-size: 1.1em;
        background-color: #2a2a2a;
    }

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

    .page-88k__faq-answer p {
        margin: 0;
    }

    /* Final CTA Section */
    .page-88k__final-cta-section {
        padding: 60px 20px 80px;
        background-color: #333;
        text-align: center;
    }

    .page-88k__final-cta-description {
        font-size: 1.2em;
        color: #e0e0e0;
        margin-bottom: 40px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-88k__cta-button--large {
        padding: 18px 40px;
        font-size: 1.3em;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
        .page-88k__hero-title {
            font-size: 3em;
        }
        .page-88k__hero-description {
            font-size: 1.2em;
        }
        .page-88k__section-title {
            font-size: 2em;
        }
    }

    @media (max-width: 768px) {
        .page-88k__hero-section {
            padding: 60px 15px 40px;
            min-height: 400px;
        }
        .page-88k__hero-title {
            font-size: 2.5em;
        }
        .page-88k__hero-description {
            font-size: 1.1em;
        }
        .page-88k__hero-cta-button {
            padding: 12px 25px;
            font-size: 1em;
        }
        .page-88k__hero-image-wrapper {
            margin-top: 30px;
        }

        .page-88k__features-section,
        .page-88k__how-to-claim-section,
        .page-88k__game-showcase-section,
        .page-88k__faq-section,
        .page-88k__final-cta-section {
            padding: 40px 15px;
        }

        .page-88k__section-title {
            font-size: 1.8em;
            margin-bottom: 30px;
            padding-top: 30px;
        }

        .page-88k__features-grid,
        .page-88k__game-grid {
            grid-template-columns: 1fr; /* Stack items */
            gap: 20px;
            width: 100%;
            max-width: 100%;
            padding: 0 !important; /* Ensure no extra padding */
            margin-left: 0 !important;
            margin-right: 0 !important;
            box-sizing: border-box !important;
        }

        .page-88k__feature-item,
        .page-88k__game-item {
            padding: 20px;
            width: 100% !important; /* Ensure full width */
            max-width: 100% !important;
            box-sizing: border-box !important; /* Critical for list items */
            margin-left: 0 !important;
            margin-right: 0 !important;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            word-break: break-word !important;
        }
        .page-88k__feature-icon {
            width: 200px; /* Ensure min size */
            height: auto;
            max-width: 100% !important;
            box-sizing: border-box !important;
        }
        .page-88k__game-image {
            height: 180px;
            max-width: 100% !important;
            box-sizing: border-box !important;
        }

        .page-88k__steps-list {
            flex-direction: column; /* Stack steps */
            gap: 20px;
            margin-bottom: 30px;
            width: 100%;
            max-width: 100%;
            padding: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            box-sizing: border-box !important;
        }
        .page-88k__step-item {
            width: 100% !important; /* Ensure full width */
            max-width: 100% !important; /* Ensure full width */
            box-sizing: border-box !important; /* Critical for list items */
            margin-left: 0 !important;
            margin-right: 0 !important;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            word-break: break-word !important;
        }

        .page-88k__faq-question {
            font-size: 1.1em;
            padding: 15px;
        }
        .page-88k__faq-answer {
            padding: 0 15px;
            font-size: 1em;
        }
        .page-88k__faq-item.active .page-88k__faq-answer {
            padding: 15px !important;
        }

        .page-88k__final-cta-description {
            font-size: 1.1em;
        }
        .page-88k__cta-button--large {
            padding: 15px 30px;
            font-size: 1.1em;
        }
    }

    @media (max-width: 480px) {
        .page-88k__hero-title {
            font-size: 2em;
        }
        .page-88k__hero-description {
            font-size: 1em;
        }
        .page-88k__section-title {
            font-size: 1.6em;
        }
        .page-88k__feature-title,
        .page-88k__step-title,
        .page-88k__game-title {
            font-size: 1.4em;
        }
        .page-88k__feature-description,
        .page-88k__step-description,
        .page-88k__game-description {
            font-size: 0.95em;
        }
    }
  