
    /* Page specific CSS styles */
    .page-8k8-17-apk {
        font-family: 'Arial', sans-serif;
        color: #f0f0f0;
        background-color: #1a1a2e;
        line-height: 1.6;
    }

    .page-8k8-17-apk__container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
    }

    .page-8k8-17-apk__hero-section {
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:8k8,apk,mobile,casino,banner]') no-repeat center center / cover;
        color: #ffffff;
        text-align: center;
        padding: 80px 20px;
        border-radius: 10px;
        margin-bottom: 40px;
        position: relative;
        overflow: hidden;
    }

    .page-8k8-17-apk__hero-title {
        font-size: 3.2em;
        margin-bottom: 20px;
        color: #ffcc00; /* Gold color for emphasis */
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-8k8-17-apk__hero-subtitle {
        font-size: 1.5em;
        margin-bottom: 40px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        color: #e0e0e0;
    }

    .page-8k8-17-apk__download-button {
        display: inline-block;
        background-color: #ffcc00;
        color: #1a1a2e;
        padding: 15px 30px;
        font-size: 1.2em;
        font-weight: bold;
        border-radius: 50px;
        text-decoration: none;
        transition: background-color 0.3s ease, transform 0.3s ease;
        border: none;
        cursor: pointer;
    }

    .page-8k8-17-apk__download-button:hover {
        background-color: #e6b800;
        transform: translateY(-3px);
    }

    .page-8k8-17-apk__section {
        background-color: #2e2e4a;
        padding: 40px;
        margin-bottom: 30px;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    .page-8k8-17-apk__section-title {
        font-size: 2.5em;
        color: #ffcc00;
        text-align: center;
        margin-bottom: 30px;
        position: relative;
        padding-bottom: 10px;
    }

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

    .page-8k8-17-apk__content-text {
        font-size: 1.1em;
        color: #cccccc;
        margin-bottom: 20px;
        text-align: justify;
    }

    .page-8k8-17-apk__image-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin-bottom: 20px;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #000;
    }

    .page-8k8-17-apk__image {
        max-width: 100%;
        height: auto;
        display: block;
        border-radius: 8px;
    }

    .page-8k8-17-apk__steps-list {
        list-style: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .page-8k8-17-apk__step-item {
        background-color: #3a3a5e;
        padding: 25px;
        border-radius: 8px;
        flex: 1 1 calc(33% - 20px); /* Three columns, responsive */
        min-width: 280px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .page-8k8-17-apk__step-number {
        font-size: 2em;
        color: #ffcc00;
        font-weight: bold;
        margin-bottom: 15px;
        background-color: #1a1a2e;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid #ffcc00;
    }

    .page-8k8-17-apk__step-title {
        font-size: 1.4em;
        color: #ffcc00;
        margin-bottom: 10px;
    }

    .page-8k8-17-apk__step-description {
        color: #cccccc;
        font-size: 1em;
    }

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

    .page-8k8-17-apk__feature-card {
        background-color: #3a3a5e;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        text-align: center;
        transition: transform 0.3s ease, background-color 0.3s ease;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .page-8k8-17-apk__feature-card:hover {
        transform: translateY(-5px);
        background-color: #4a4a6e;
    }

    .page-8k8-17-apk__feature-icon-wrapper {
        margin-bottom: 20px;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .page-8k8-17-apk__feature-icon {
        width: 200px; /* Minimum size requirement */
        height: 200px; /* Minimum size requirement */
        object-fit: contain;
        max-width: 100%;
        height: auto;
    }

    .page-8k8-17-apk__feature-title {
        font-size: 1.5em;
        color: #ffcc00;
        margin-bottom: 15px;
    }

    .page-8k8-17-apk__feature-description {
        color: #cccccc;
        font-size: 1em;
    }

    .page-8k8-17-apk__promo-card {
        background-color: #3a3a5e;
        padding: 25px;
        border-radius: 10px;
        margin-bottom: 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .page-8k8-17-apk__promo-image-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin-bottom: 20px;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .page-8k8-17-apk__promo-image {
        max-width: 100%;
        height: auto;
        display: block;
        border-radius: 8px;
    }

    .page-8k8-17-apk__promo-title {
        font-size: 1.8em;
        color: #ffcc00;
        margin-bottom: 10px;
    }

    .page-8k8-17-apk__promo-description {
        color: #e0e0e0;
        margin-bottom: 20px;
        font-size: 1.1em;
    }

    .page-8k8-17-apk__promo-button {
        display: inline-block;
        background-color: #007bff; /* Blue for promotions */
        color: #ffffff;
        padding: 10px 25px;
        font-size: 1em;
        font-weight: bold;
        border-radius: 25px;
        text-decoration: none;
        transition: background-color 0.3s ease;
        border: none;
        cursor: pointer;
    }

    .page-8k8-17-apk__promo-button:hover {
        background-color: #0056b3;
    }

    /* FAQ Section Styles */
    .page-8k8-17-apk__faq-section {
        background-color: #2e2e4a;
        padding: 40px;
        margin-bottom: 30px;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    .page-8k8-17-apk__faq-item {
        background-color: #3a3a5e;
        margin-bottom: 15px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .page-8k8-17-apk__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        background-color: #4a4a6e;
        color: #ffcc00;
        cursor: pointer;
        user-select: none;
        transition: background-color 0.3s ease;
        border-radius: 8px;
    }

    .page-8k8-17-apk__faq-question:hover {
        background-color: #5a5a7e;
    }

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

    .page-8k8-17-apk__faq-toggle {
        font-size: 1.8em;
        line-height: 1;
        margin-left: 15px;
        pointer-events: none; /* Prevent toggle icon from blocking click */
        transition: transform 0.3s ease;
    }

    .page-8k8-17-apk__faq-item.active .page-8k8-17-apk__faq-toggle {
        transform: rotate(45deg); /* Changes + to x or - */
    }

    .page-8k8-17-apk__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 15px; /* 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: #cccccc;
        background-color: #3a3a5e;
        font-size: 1.05em;
        line-height: 1.8;
    }

    .page-8k8-17-apk__faq-item.active .page-8k8-17-apk__faq-answer {
        max-height: 2000px !important; /* Sufficiently large */
        padding: 20px 15px !important; /* Final padding */
        opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .page-8k8-17-apk__hero-section {
            padding: 60px 15px;
        }

        .page-8k8-17-apk__hero-title {
            font-size: 2.2em;
        }

        .page-8k8-17-apk__hero-subtitle {
            font-size: 1.2em;
        }

        .page-8k8-17-apk__download-button {
            padding: 12px 25px;
            font-size: 1.1em;
        }

        .page-8k8-17-apk__section {
            padding: 25px 15px;
            margin-bottom: 20px;
        }

        .page-8k8-17-apk__section-title {
            font-size: 2em;
            margin-bottom: 20px;
        }

        .page-8k8-17-apk__content-text {
            font-size: 1em;
        }

        .page-8k8-17-apk__steps-list {
            flex-direction: column;
            gap: 15px;
        }

        .page-8k8-17-apk__step-item {
            flex: 1 1 100%;
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding: 20px 15px;
            word-wrap: break-word !important; /* Ensure text wraps */
            overflow-wrap: break-word !important;
            word-break: break-word !important;
        }

        .page-8k8-17-apk__step-description,
        .page-8k8-17-apk__feature-description,
        .page-8k8-17-apk__promo-description,
        .page-8k8-17-apk__faq-answer p {
            word-wrap: break-word !important; /* Ensure text wraps */
            overflow-wrap: break-word !important;
            word-break: break-word !important;
        }

        .page-8k8-17-apk__features-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .page-8k8-17-apk__feature-card {
            padding: 25px;
        }

        .page-8k8-17-apk__feature-title {
            font-size: 1.3em;
        }

        .page-8k8-17-apk__promo-card {
            padding: 20px;
        }

        .page-8k8-17-apk__promo-title {
            font-size: 1.5em;
        }

        .page-8k8-17-apk__faq-question {
            padding: 15px;
        }

        .page-8k8-17-apk__faq-question h3 {
            font-size: 1.1em;
        }

        .page-8k8-17-apk__faq-toggle {
            font-size: 1.5em;
        }

        .page-8k8-17-apk__faq-answer {
            padding: 15px 15px;
            font-size: 0.95em;
        }
        .page-8k8-17-apk__faq-item.active .page-8k8-17-apk__faq-answer {
            padding: 15px 15px !important;
        }

        /* Image responsiveness */
        .page-8k8-17-apk__image,
        .page-8k8-17-apk__feature-icon,
        .page-8k8-17-apk__promo-image {
            max-width: 100% !important;
            height: auto !important;
        }
        .page-8k8-17-apk__image-wrapper,
        .page-8k8-17-apk__feature-icon-wrapper,
        .page-8k8-17-apk__promo-image-wrapper {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            padding: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
    }

    @media (max-width: 480px) {
        .page-8k8-17-apk__hero-title {
            font-size: 1.8em;
        }
        .page-8k8-17-apk__hero-subtitle {
            font-size: 1em;
        }
        .page-8k8-17-apk__download-button {
            font-size: 1em;
            padding: 10px 20px;
        }
        .page-8k8-17-apk__section-title {
            font-size: 1.8em;
        }
    }
  