.page-ok789mx {
    font-family: 'Arial', sans-serif;
    color: #333333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-ok789mx__section-spacing {
    padding: 60px 0;
}

.page-ok789mx__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-ok789mx__hero-section {
    padding-top: 10px; /* Rely on body padding-top for header offset */
    padding-bottom: 40px;
    text-align: center;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.page-ok789mx__hero-image-wrapper {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.page-ok789mx__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-ok789mx__hero-content {
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

.page-ok789mx__main-title {
    font-size: 2.8em;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-ok789mx__hero-description {
    font-size: 1.1em;
    color: #64748b;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-ok789mx__section-title {
    font-size: 2.2em;
    font-weight: 700;
    color: #2563eb;
    text-align: center;
    margin-bottom: 40px;
}

.page-ok789mx__section-description {
    font-size: 1.05em;
    color: #64748b;
    text-align: center;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-ok789mx__content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

.page-ok789mx__content-wrapper--reverse {
    flex-direction: row-reverse;
}

.page-ok789mx__content-image {
    flex: 1;
    max-width: 50%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-ok789mx__text-block {
    flex: 1;
    max-width: 50%;
}

.page-ok789mx__text-block p {
    margin-bottom: 15px;
    color: #333333;
}

.page-ok789mx__text-block p:last-child {
    margin-bottom: 0;
}

.page-ok789mx__games-section {
    background-color: #2563eb;
    color: #ffffff;
}

.page-ok789mx__games-section .page-ok789mx__section-title,
.page-ok789mx__games-section .page-ok789mx__section-description {
    color: #ffffff;
}

.page-ok789mx__games-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.page-ok789mx__game-card {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-ok789mx__game-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 15px;
}

.page-ok789mx__game-title {
    font-size: 1.3em;
    font-weight: 600;
    color: #2563eb;
    margin-bottom: 10px;
    padding: 0 15px;
}

.page-ok789mx__game-title a {
    color: #2563eb;
    text-decoration: none;
}

.page-ok789mx__game-title a:hover {
    text-decoration: underline;
}

.page-ok789mx__game-description {
    font-size: 0.95em;
    color: #64748b;
    padding: 0 15px;
}

.page-ok789mx__cta-games {
    text-align: center;
}

.page-ok789mx__app-download-content {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.page-ok789mx__app-image {
    max-width: 40%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-ok789mx__app-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    max-width: 40%;
}

.page-ok789mx__btn-download {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    background-color: #2563eb;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-ok789mx__btn-download:hover {
    background-color: #1e40af;
    transform: translateY(-2px);
}

.page-ok789mx__btn-download--android {
    background-color: #34a853;
}

.page-ok789mx__btn-download--android:hover {
    background-color: #2d8c47;
}

.page-ok789mx__btn-download--ios {
    background-color: #007bff;
}

.page-ok789mx__btn-download--ios:hover {
    background-color: #0056b3;
}

.page-ok789mx__faq-list {
    max-width: 900px;
    margin: 0 auto 40px auto;
}

.page-ok789mx__faq-item {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-ok789mx__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    background-color: #f5f5f5;
    font-size: 1.1em;
    font-weight: 600;
    color: #333333;
    user-select: none;
    transition: background-color 0.3s ease;
}

.page-ok789mx__faq-question:hover {
    background-color: #e9ecef;
}

.page-ok789mx__faq-question h3 {
    margin: 0;
    pointer-events: none; /* Prevent h3 from blocking click event on parent div */
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.page-ok789mx__faq-toggle {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1;
    pointer-events: none; /* Prevent toggle from blocking click event on parent div */
    transition: transform 0.3s ease;
}

.page-ok789mx__faq-item.active .page-ok789mx__faq-toggle {
    transform: rotate(45deg);
}

.page-ok789mx__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    opacity: 0;
    color: #555555;
}

.page-ok789mx__faq-item.active .page-ok789mx__faq-answer {
    max-height: 2000px !important; /* Use !important to ensure override */
    padding: 20px !important;
    opacity: 1;
}

.page-ok789mx__faq-answer p {
    margin: 0;
}

.page-ok789mx__cta-faq {
    text-align: center;
}

.page-ok789mx__why-choose-section {
    background-color: #ffffff;
}

.page-ok789mx__advantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.page-ok789mx__advantage-item {
    text-align: center;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-ok789mx__advantage-icon {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
}

.page-ok789mx__advantage-title {
    font-size: 1.4em;
    font-weight: 600;
    color: #2563eb;
    margin-bottom: 10px;
}

.page-ok789mx__advantage-description {
    font-size: 0.95em;
    color: #64748b;
}

.page-ok789mx__cta-advantages {
    text-align: center;
}

.page-ok789mx__resources-section {
    background-color: #2563eb;
    color: #ffffff;
}

.page-ok789mx__resources-section .page-ok789mx__section-title,
.page-ok789mx__resources-section .page-ok789mx__section-description {
    color: #ffffff;
}

.page-ok789mx__blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.page-ok789mx__blog-card {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.page-ok789mx__blog-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.page-ok789mx__blog-content {
    padding: 20px;
    flex-grow: 1;
}

.page-ok789mx__blog-title {
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 10px;
}

.page-ok789mx__blog-title a {
    color: #2563eb;
    text-decoration: none;
}

.page-ok789mx__blog-title a:hover {
    text-decoration: underline;
}

.page-ok789mx__blog-date {
    font-size: 0.9em;
    color: #64748b;
    margin-bottom: 15px;
}

.page-ok789mx__blog-description {
    font-size: 0.95em;
    color: #555555;
}

.page-ok789mx__cta-resources {
    text-align: center;
}

.page-ok789mx__final-cta-section {
    background-color: #ffffff;
    text-align: center;
}

.page-ok789mx__floating-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #2563eb;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    text-align: center;
    display: none; /* Hidden on desktop, shown on mobile */
}

.page-ok789mx__floating-btn {
    display: inline-block;
    padding: 12px 25px;
    background-color: #f9a825; /* Attractive yellow/orange */
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-ok789mx__floating-btn:hover {
    background-color: #fbc02d;
    transform: translateY(-2px);
}

/* --- General Button Styles --- */
.page-ok789mx__btn-primary,
.page-ok789mx__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.2s ease, border-color 0.3s ease;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-ok789mx__btn-primary {
    background-color: #2563eb;
    color: #ffffff;
    border: 2px solid #2563eb;
}

.page-ok789mx__btn-primary:hover {
    background-color: #1e40af;
    border-color: #1e40af;
    transform: translateY(-2px);
}

.page-ok789mx__btn-secondary {
    background-color: transparent;
    color: #2563eb;
    border: 2px solid #2563eb;
}

.page-ok789mx__btn-secondary:hover {
    background-color: #2563eb;
    color: #ffffff;
    transform: translateY(-2px);
}

/* --- Mobile Responsive Styles --- */
@media (max-width: 1024px) {
    .page-ok789mx__main-title {
        font-size: 2.4em;
    }
    .page-ok789mx__section-title {
        font-size: 1.8em;
    }
    .page-ok789mx__content-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .page-ok789mx__content-image,
    .page-ok789mx__text-block {
        max-width: 100%;
    }
    .page-ok789mx__content-wrapper--reverse {
        flex-direction: column;
    }
    .page-ok789mx__games-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .page-ok789mx__app-download-content {
        flex-direction: column;
    }
    .page-ok789mx__app-image,
    .page-ok789mx__app-buttons {
        max-width: 80%;
    }
    .page-ok789mx__advantages-grid,
    .page-ok789mx__blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .page-ok789mx__hero-section {
        padding-top: 10px !important;
        padding-bottom: 20px;
    }
    .page-ok789mx__hero-image-wrapper {
        max-height: 300px;
    }
    .page-ok789mx__main-title {
        font-size: 1.8em !important;
        margin-bottom: 15px;
    }
    .page-ok789mx__hero-description {
        font-size: 1em;
        margin-bottom: 20px;
    }
    .page-ok789mx__section-spacing {
        padding: 40px 0;
    }
    .page-ok789mx__container {
        padding: 0 15px;
    }
    .page-ok789mx__section-title {
        font-size: 1.6em !important;
        margin-bottom: 30px;
    }
    .page-ok789mx__section-description {
        font-size: 0.95em;
        margin-bottom: 30px;
    }
    .page-ok789mx__content-image,
    .page-ok789mx__text-block {
        max-width: 100% !important;
    }
    .page-ok789mx__games-grid {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
    .page-ok789mx__game-image {
        height: 150px;
    }
    .page-ok789mx__game-title {
        font-size: 1.1em;
    }
    .page-ok789mx__app-image {
        max-width: 90% !important;
    }
    .page-ok789mx__app-buttons {
        max-width: 90% !important;
    }
    .page-ok789mx__btn-download,
    .page-ok789mx__btn-primary,
    .page-ok789mx__btn-secondary,
    .page-ok789mx a[class*="button"],
    .page-ok789mx a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 20px !important;
        font-size: 1em !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-ok789mx__app-buttons {
        gap: 15px;
    }
    .page-ok789mx__faq-list {
        margin-bottom: 30px;
    }
    .page-ok789mx__faq-question {
        padding: 15px;
        font-size: 1em;
    }
    .page-ok789mx__faq-answer {
        padding: 15px !important;
    }
    .page-ok789mx__advantages-grid,
    .page-ok789mx__blog-grid {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
    .page-ok789mx__advantage-item,
    .page-ok789mx__blog-card {
        padding: 20px;
    }
    .page-ok789mx__advantage-icon {
        width: 80px;
        height: 80px;
    }
    .page-ok789mx__advantage-title {
        font-size: 1.2em;
    }
    .page-ok789mx__blog-image {
        height: 180px;
    }
    .page-ok789mx__blog-title {
        font-size: 1.1em;
    }
    .page-ok789mx__floating-cta {
        display: block; /* Show floating CTA on mobile */
        padding: 8px 0;
    }
    .page-ok789mx__floating-btn {
        font-size: 1em;
        padding: 10px 20px;
    }
    /* General image responsive styles for mobile */
    .page-ok789mx img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }
    .page-ok789mx__section,
    .page-ok789mx__card,
    .page-ok789mx__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-ok789mx__games-section .page-ok789mx__game-card {
        width: 100% !important;
        box-sizing: border-box !important;
    }
}