
    /* Base styles for the page */
    .page-yy777-apk {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #fff; /* White text for contrast */
        background-color: #1a1a2e; /* Dark background */
        line-height: 1.6;
        padding-bottom: 40px; /* Ensure space above footer */
        /* Fallback for header offset if shared.css doesn't provide body padding */
        /* padding-top: var(--header-offset, 122px); */
    }

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

    /* Hero Section */
    .page-yy777-apk__hero-section {
        background: linear-gradient(135deg, #1a1a2e 0%, #0f0c29 100%);
        padding: 80px 0; /* Adjusted from 10px to ensure good spacing if body has padding-top */
        text-align: center;
        position: relative;
        overflow: hidden;
        border-bottom: 5px solid #e94560; /* Accent color */
        padding-top: 90px; /* Minimal padding-top on hero as body handles main offset */
    }

    .page-yy777-apk__hero-content {
        position: relative;
        z-index: 2;
        max-width: 800px;
        margin: 0 auto;
    }

    .page-yy777-apk__hero-title {
        font-size: 3.5em;
        margin-bottom: 20px;
        color: #e94560; /* Accent color for title */
        font-weight: 700;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-yy777-apk__hero-subtitle {
        font-size: 1.5em;
        margin-bottom: 30px;
        color: #c0c0c0;
    }

    .page-yy777-apk__download-button {
        display: inline-block;
        background-color: #007bff; /* Primary button color */
        color: #fff;
        padding: 15px 30px;
        border-radius: 8px;
        text-decoration: none;
        font-size: 1.2em;
        font-weight: bold;
        transition: background-color 0.3s ease, transform 0.2s ease;
        border: none;
        cursor: pointer;
    }

    .page-yy777-apk__download-button:hover {
        background-color: #0056b3;
        transform: translateY(-3px);
    }

    .page-yy777-apk__hero-image {
        margin-top: 40px;
        max-width: 600px;
        height: auto;
        border-radius: 15px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%; /* Ensure responsiveness */
        height: auto;
    }

    /* Features Section */
    .page-yy777-apk__features-section {
        padding: 60px 0;
        background-color: #0f0c29;
    }

    .page-yy777-apk__section-title {
        font-size: 2.8em;
        color: #e94560;
        text-align: center;
        margin-bottom: 50px;
        font-weight: 700;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    }

    .page-yy777-apk__features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
    }

    .page-yy777-apk__feature-card {
        background-color: #2a2a4a;
        padding: 30px;
        border-radius: 12px;
        text-align: center;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
        transition: transform 0.3s ease, background-color 0.3s ease;
        border: 1px solid #3a3a5a;
    }

    .page-yy777-apk__feature-card:hover {
        transform: translateY(-10px);
        background-color: #3a3a5a;
    }

    .page-yy777-apk__feature-icon {
        width: 250px; /* Minimum size */
        height: 200px; /* Minimum size */
        margin-bottom: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-radius: 8px;
        object-fit: cover;
        max-width: 100%;
        height: auto;
    }

    .page-yy777-apk__feature-title {
        font-size: 1.8em;
        color: #007bff;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .page-yy777-apk__feature-description {
        font-size: 1.1em;
        color: #c0c0c0;
    }

    /* How to Download Section */
    .page-yy777-apk__download-steps-section {
        padding: 60px 0;
        background-color: #1a1a2e;
    }

    .page-yy777-apk__steps-list {
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .page-yy777-apk__step-item {
        background-color: #2a2a4a;
        padding: 25px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        border: 1px solid #3a3a5a;
    }

    .page-yy777-apk__step-number {
        font-size: 2.5em;
        font-weight: bold;
        color: #e94560;
        margin-right: 25px;
        flex-shrink: 0;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 3px solid #e94560;
        border-radius: 50%;
    }

    .page-yy777-apk__step-content {
        flex-grow: 1;
    }

    .page-yy777-apk__step-title {
        font-size: 1.6em;
        color: #007bff;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .page-yy777-apk__step-description {
        font-size: 1.05em;
        color: #c0c0c0;
    }

    /* Games Section */
    .page-yy777-apk__games-section {
        padding: 60px 0;
        background-color: #0f0c29;
    }

    .page-yy777-apk__games-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
    }

    .page-yy777-apk__game-card {
        background-color: #2a2a4a;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
        transition: transform 0.3s ease;
        border: 1px solid #3a3a5a;
        position: relative;
    }

    .page-yy777-apk__game-card:hover {
        transform: translateY(-8px);
    }

    .page-yy777-apk__game-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
        max-width: 100%;
        height: auto;
    }

    .page-yy777-apk__game-info {
        padding: 20px;
        text-align: center;
    }

    .page-yy777-apk__game-title {
        font-size: 1.5em;
        color: #007bff;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .page-yy777-apk__game-provider {
        font-size: 0.9em;
        color: #c0c0c0;
        margin-bottom: 15px;
    }

    .page-yy777-apk__play-button {
        display: inline-block;
        background-color: #e94560;
        color: #fff;
        padding: 10px 20px;
        border-radius: 6px;
        text-decoration: none;
        font-size: 1em;
        font-weight: bold;
        transition: background-color 0.3s ease;
        border: none;
        cursor: pointer;
    }

    .page-yy777-apk__play-button:hover {
        background-color: #c03952;
    }

    /* Payment Methods Section */
    .page-yy777-apk__payments-section {
        padding: 60px 0;
        background-color: #1a1a2e;
    }

    .page-yy777-apk__payment-methods-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px;
        justify-content: center;
        align-items: center;
    }

    .page-yy777-apk__payment-item {
        background-color: #2a2a4a;
        padding: 15px;
        border-radius: 10px;
        text-align: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        transition: transform 0.2s ease;
        border: 1px solid #3a3a5a;
    }

    .page-yy777-apk__payment-item:hover {
        transform: translateY(-5px);
    }

    .page-yy777-apk__payment-logo {
        width: 200px; /* Min size */
        height: 100px; /* Min size */
        object-fit: contain;
        margin-bottom: 10px;
        max-width: 100%;
        height: auto;
    }

    .page-yy777-apk__payment-name {
        font-size: 1.1em;
        color: #c0c0c0;
        font-weight: 500;
    }

    /* Call to Action Section */
    .page-yy777-apk__cta-section {
        padding: 80px 0;
        background: linear-gradient(45deg, #0f0c29 0%, #1a1a2e 100%);
        text-align: center;
        border-top: 5px solid #e94560;
    }

    .page-yy777-apk__cta-title {
        font-size: 3em;
        color: #e94560;
        margin-bottom: 25px;
        font-weight: 700;
    }

    .page-yy777-apk__cta-description {
        font-size: 1.3em;
        color: #c0c0c0;
        max-width: 700px;
        margin: 0 auto 40px auto;
    }

    /* FAQ Section */
    .page-yy777-apk__faq-section {
        padding: 60px 0;
        background-color: #0f0c29;
    }

    .page-yy777-apk__faq-list {
        max-width: 800px;
        margin: 0 auto;
    }

    .page-yy777-apk__faq-item {
        background-color: #2a2a4a;
        margin-bottom: 15px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        border: 1px solid #3a3a5a;
    }

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

    .page-yy777-apk__faq-question:hover {
        background-color: #4a4a6a;
    }

    .page-yy777-apk__faq-question h3 {
        margin: 0;
        font-size: 1.4em;
        color: #007bff;
        pointer-events: none; /* Prevent h3 from blocking click event */
        flex-grow: 1;
    }

    .page-yy777-apk__faq-toggle {
        font-size: 1.8em;
        font-weight: bold;
        color: #e94560;
        margin-left: 20px;
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

    .page-yy777-apk__faq-item.active .page-yy777-apk__faq-toggle {
        transform: rotate(45deg); /* Change '+' to 'x' or similar visually */
    }

    .page-yy777-apk__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: 1.05em;
    }

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

    /* Responsive Design */
    @media (max-width: 768px) {
        .page-yy777-apk__hero-title {
            font-size: 2.5em;
        }

        .page-yy777-apk__hero-subtitle {
            font-size: 1.2em;
        }

        .page-yy777-apk__section-title {
            font-size: 2em;
        }

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

        .page-yy777-apk__features-grid {
            grid-template-columns: 1fr;
        }

        .page-yy777-apk__step-item {
            flex-direction: column;
            text-align: center;
        }

        .page-yy777-apk__step-number {
            margin-right: 0;
            margin-bottom: 15px;
        }

        .page-yy777-apk__step-title {
            font-size: 1.4em;
        }

        .page-yy777-apk__game-card {
            max-width: 100%;
        }

        .page-yy777-apk__payment-methods-grid {
            grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        }

        .page-yy777-apk__cta-title {
            font-size: 2.2em;
        }

        .page-yy777-apk__cta-description {
            font-size: 1.1em;
        }

        /* List item responsive optimization */
        .page-yy777-apk__steps-list,
        .page-yy777-apk__features-grid,
        .page-yy777-apk__games-grid,
        .page-yy777-apk__payment-methods-grid {
            width: 100% !important;
            max-width: 100% !important;
            padding: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            box-sizing: border-box !important;
        }

        .page-yy777-apk__step-item,
        .page-yy777-apk__feature-card,
        .page-yy777-apk__game-card,
        .page-yy777-apk__payment-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding: 15px !important; /* Adjust padding for smaller screens */
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            word-break: break-word !important;
        }

        .page-yy777-apk__feature-icon,
        .page-yy777-apk__game-image,
        .page-yy777-apk__payment-logo,
        .page-yy777-apk__hero-image {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }

        .page-yy777-apk__faq-question,
        .page-yy777-apk__faq-answer {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

        .page-yy777-apk__faq-question h3 {
            font-size: 1.2em;
        }

        .page-yy777-apk__faq-toggle {
            font-size: 1.5em;
        }
    }

    @media (max-width: 480px) {
        .page-yy777-apk__hero-title {
            font-size: 2em;
        }

        .page-yy777-apk__hero-subtitle {
            font-size: 1em;
        }

        .page-yy777-apk__section-title {
            font-size: 1.8em;
        }

        .page-yy777-apk__download-button {
            padding: 10px 20px;
            font-size: 1em;
        }

        .page-yy777-apk__faq-answer {
            font-size: 0.95em;
        }
    }
  