.page-resources-okgames-app-download-guide {
    color: #333333; /* Dark text for light body background */
    line-height: 1.6;
    font-family: Arial, sans-serif;
}

.page-resources-okgames-app-download-guide__hero-section {
    padding-top: var(--header-offset, 120px); /* Ensure space below fixed header for desktop */
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.page-resources-okgames-app-download-guide__hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.page-resources-okgames-app-download-guide__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FCBC45; /* Login button color for emphasis */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.page-resources-okgames-app-download-guide__hero-description {
    font-size: 1.25em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #E0E0E0;
}

.page-resources-okgames-app-download-guide__hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.page-resources-okgames-app-download-guide__button {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-align: center;
    white-space: nowrap;
}

.page-resources-okgames-app-download-guide__button--download {
    background-color: #FCBC45;
    color: #000000;
    border: 2px solid #FCBC45;
}

.page-resources-okgames-app-download-guide__button--download:hover {
    background-color: #E0A83A;
    transform: translateY(-2px);
}

.page-resources-okgames-app-download-guide__button--register {
    background-color: transparent;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}

.page-resources-okgames-app-download-guide__button--register:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.page-resources-okgames-app-download-guide__button--download-alt {
    background-color: #FCBC45;
    color: #000000;
    border: 2px solid #FCBC45;
    margin-top: 30px;
}

.page-resources-okgames-app-download-guide__button--download-alt:hover {
    background-color: #E0A83A;
    transform: translateY(-2px);
}

.page-resources-okgames-app-download-guide__hero-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 40px auto 0 auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    min-width: 200px;
    min-height: 200px;
}

.page-resources-okgames-app-download-guide__content-area {
    max-width: 800px; /* Content width for comfortable reading */
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #FFFFFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    margin-top: -60px; /* Overlap with hero for visual flow */
    position: relative;
    z-index: 3;
}

.page-resources-okgames-app-download-guide__back-link {
    display: inline-block;
    margin-bottom: 30px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-okgames-app-download-guide__back-link:hover {
    color: #FCBC45;
}

.page-resources-okgames-app-download-guide__section-title {
    font-size: 2em;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #FCBC45;
    padding-bottom: 10px;
}

.page-resources-okgames-app-download-guide__sub-section-title {
    font-size: 1.5em;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-okgames-app-download-guide__paragraph {
    margin-bottom: 20px;
    font-size: 1.1em;
}

.page-resources-okgames-app-download-guide__list,
.page-resources-okgames-app-download-guide__numbered-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
}

.page-resources-okgames-app-download-guide__numbered-list {
    list-style-type: decimal;
}

.page-resources-okgames-app-download-guide__list-item {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-resources-okgames-app-download-guide__image-wrapper {
    text-align: center;
    margin: 30px 0;
}

.page-resources-okgames-app-download-guide__image-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    min-height: 200px;
}

.page-resources-okgames-app-download-guide__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-resources-okgames-app-download-guide__feature-card {
    background-color: #F8F8F8;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.page-resources-okgames-app-download-guide__feature-card:hover {
    transform: translateY(-5px);
}

.page-resources-okgames-app-download-guide__feature-card img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 15px;
    min-width: 200px;
    min-height: 200px;
}

.page-resources-okgames-app-download-guide__feature-title {
    font-size: 1.3em;
    color: #000000;
    margin-bottom: 10px;
}

.page-resources-okgames-app-download-guide__feature-description {
    font-size: 0.95em;
    color: #555555;
}

.page-resources-okgames-app-download-guide__call-to-action {
    background-color: #000000;
    color: #FFFFFF;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.page-resources-okgames-app-download-guide__call-to-action-text {
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #E0E0E0;
}

.page-resources-okgames-app-download-guide__faq-item {
    background-color: #F8F8F8;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.page-resources-okgames-app-download-guide__faq-question {
    font-size: 1.2em;
    color: #000000;
    margin-bottom: 10px;
}

.page-resources-okgames-app-download-guide__faq-answer {
    font-size: 1em;
    color: #555555;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .page-resources-okgames-app-download-guide__hero-section {
        padding-top: var(--header-offset, 80px); /* Adjust for mobile header height */
        padding-bottom: 40px;
    }

    .page-resources-okgames-app-download-guide__hero-title {
        font-size: 2.5em;
    }

    .page-resources-okgames-app-download-guide__hero-description {
        font-size: 1.1em;
    }

    .page-resources-okgames-app-download-guide__hero-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-resources-okgames-app-download-guide__button {
        width: 80%;
        margin: 0 auto;
    }

    .page-resources-okgames-app-download-guide__content-area {
        margin-top: -40px;
        padding: 20px;
    }

    .page-resources-okgames-app-download-guide__section-title {
        font-size: 1.8em;
    }

    .page-resources-okgames-app-download-guide__sub-section-title {
        font-size: 1.3em;
    }

    .page-resources-okgames-app-download-guide__paragraph,
    .page-resources-okgames-app-download-guide__list-item,
    .page-resources-okgames-app-download-guide__feature-description,
    .page-resources-okgames-app-download-guide__faq-answer {
        font-size: 1em;
    }

    .page-resources-okgames-app-download-guide__image-wrapper img,
    .page-resources-okgames-app-download-guide__feature-card img {
        max-width: 100%;
        height: auto;
        min-width: 200px;
        min-height: 200px;
    }

    .page-resources-okgames-app-download-guide__call-to-action-text {
        font-size: 1.2em;
    }

    /* Ensure content images do not cause horizontal scroll */
    .page-resources-okgames-app-download-guide img {
        max-width: 100%;
        height: auto;
    }
}