.page-resources-guide-to-99ok {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Dark body background #0a0a0a requires light text */
    background-color: #0a0a0a;
}

.page-resources-guide-to-99ok__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-guide-to-99ok__section-title,
.page-resources-guide-to-99ok__sub-title,
.page-resources-guide-to-99ok__card-title,
.page-resources-guide-to-99ok__game-title,
.page-resources-guide-to-99ok__promo-title,
.page-resources-guide-to-99ok__main-title h1 {
    color: #26A9E0;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.page-resources-guide-to-99ok__main-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #ffffff;
}

.page-resources-guide-to-99ok__section-description {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px auto;
    font-size: 1.1em;
    color: #f0f0f0;
}

/* Hero Section */
.page-resources-guide-to-99ok__hero-section {
    padding-top: 0; /* Assuming shared.css handles body padding-top */
    padding-bottom: 80px;
    background-color: #0a0a0a;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 600px;
}

.page-resources-guide-to-99ok__hero-section .page-resources-guide-to-99ok__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.page-resources-guide-to-99ok__hero-content {
    flex: 1;
    text-align: left;
    color: #ffffff;
}

.page-resources-guide-to-99ok__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-resources-guide-to-99ok__hero-actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.page-resources-guide-to-99ok__hero-image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-resources-guide-to-99ok__hero-image {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    max-width: 100%;
    height: auto;
    display: block;
}

/* Buttons */
.page-resources-guide-to-99ok__btn-primary,
.page-resources-guide-to-99ok__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    text-align: center;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-resources-guide-to-99ok__btn-primary {
    background-color: #26A9E0;
    color: #ffffff;
    border: 2px solid #26A9E0;
}

.page-resources-guide-to-99ok__btn-primary:hover {
    background-color: #1a7eb3;
    border-color: #1a7eb3;
}

.page-resources-guide-to-99ok__btn-secondary {
    background-color: transparent;
    color: #26A9E0;
    border: 2px solid #26A9E0;
}

.page-resources-guide-to-99ok__btn-secondary:hover {
    background-color: #26A9E0;
    color: #ffffff;
}

.page-resources-guide-to-99ok__btn-full-width {
    width: 100%;
    margin-top: 20px;
}

.page-resources-guide-to-99ok__btn-link {
    display: inline-block;
    color: #26A9E0;
    text-decoration: none;
    font-weight: bold;
    margin-top: 15px;
    transition: color 0.3s ease;
}

.page-resources-guide-to-99ok__btn-link:hover {
    color: #1a7eb3;
    text-decoration: underline;
}

.page-resources-guide-to-99ok__btn-text-link {
    color: #26A9E0;
    text-decoration: underline;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-guide-to-99ok__btn-text-link:hover {
    color: #1a7eb3;
}

/* General Section Styling */
.page-resources-guide-to-99ok__intro-section,
.page-resources-guide-to-99ok__guide-section,
.page-resources-guide-to-99ok__games-section,
.page-resources-guide-to-99ok__promotions-section,
.page-resources-guide-to-99ok__faq-section,
.page-resources-guide-to-99ok__conclusion-section {
    padding: 80px 0;
}

.page-resources-guide-to-99ok__intro-section,
.page-resources-guide-to-99ok__promotions-section,
.page-resources-guide-to-99ok__conclusion-section {
    background-color: #0a0a0a;
    color: #ffffff;
}

.page-resources-guide-to-99ok__guide-section,
.page-resources-guide-to-99ok__light-bg {
    background-color: #1a1a1a; /* Slightly lighter dark background for contrast */
    color: #ffffff;
}

.page-resources-guide-to-99ok__dark-bg {
    background-color: #0a0a0a;
    color: #ffffff;
}

.page-resources-guide-to-99ok__content-block {
    max-width: 900px;
    margin: 0 auto;
}

.page-resources-guide-to-99ok__content-block p {
    margin-bottom: 15px;
    font-size: 1.05em;
}

.page-resources-guide-to-99ok__content-block h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.8em;
    color: #26A9E0;
    text-align: left;
}

/* Guide Cards */
.page-resources-guide-to-99ok__guide-card {
    background-color: rgba(255, 255, 255, 0.05); /* Very subtle white overlay */
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-guide-to-99ok__card-title {
    font-size: 2em;
    margin-bottom: 25px;
    color: #26A9E0;
    text-align: left;
}

.page-resources-guide-to-99ok__card-content {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.page-resources-guide-to-99ok__card-image {
    flex-shrink: 0;
    width: 350px;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    min-width: 200px;
    min-height: 200px;
}

.page-resources-guide-to-99ok__ordered-list {
    list-style-type: decimal;
    padding-left: 25px;
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-resources-guide-to-99ok__ordered-list li {
    margin-bottom: 15px;
    font-size: 1.05em;
    color: #f0f0f0;
}

.page-resources-guide-to-99ok__ordered-list li strong {
    color: #26A9E0;
}

/* Games Grid */
.page-resources-guide-to-99ok__games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-resources-guide-to-99ok__game-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-resources-guide-to-99ok__game-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
    min-width: 200px;
    min-height: 200px;
}

.page-resources-guide-to-99ok__game-title {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #26A9E0;
}

.page-resources-guide-to-99ok__game-title a {
    color: #26A9E0;
    text-decoration: none;
}

.page-resources-guide-to-99ok__game-title a:hover {
    text-decoration: underline;
}

.page-resources-guide-to-99ok__game-description {
    font-size: 0.95em;
    color: #f0f0f0;
    flex-grow: 1;
    margin-bottom: 15px;
}

/* Promotions Grid */
.page-resources-guide-to-99ok__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.page-resources-guide-to-99ok__promo-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-resources-guide-to-99ok__promo-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
    min-width: 200px;
    min-height: 200px;
}

.page-resources-guide-to-99ok__promo-title {
    font-size: 1.4em;
    margin-bottom: 10px;
    color: #26A9E0;
}

.page-resources-guide-to-99ok__promo-description {
    font-size: 0.95em;
    color: #f0f0f0;
    flex-grow: 1;
}

.page-resources-guide-to-99ok__cta-container {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* FAQ Section */
.page-resources-guide-to-99ok__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-resources-guide-to-99ok__faq-item {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-guide-to-99ok__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.3s ease;
}

.page-resources-guide-to-99ok__faq-question:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.page-resources-guide-to-99ok__faq-question h3 {
    margin: 0;
    color: #ffffff;
    text-align: left;
    font-size: 1.1em;
}

.page-resources-guide-to-99ok__faq-toggle {
    font-size: 1.5em;
    font-weight: bold;
    color: #26A9E0;
    transition: transform 0.3s ease;
}

.page-resources-guide-to-99ok__faq-item.active .page-resources-guide-to-99ok__faq-toggle {
    transform: rotate(45deg);
}

.page-resources-guide-to-99ok__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: #f0f0f0;
}

.page-resources-guide-to-99ok__faq-item.active .page-resources-guide-to-99ok__faq-answer {
    max-height: 1000px !important;
    padding: 15px 25px 25px 25px;
}

.page-resources-guide-to-99ok__faq-answer p {
    margin-bottom: 15px;
}

.page-resources-guide-to-99ok__cta-final {
    text-align: center;
    margin-top: 40px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-resources-guide-to-99ok__hero-section .page-resources-guide-to-99ok__container {
        flex-direction: column;
        text-align: center;
    }

    .page-resources-guide-to-99ok__hero-content {
        text-align: center;
    }

    .page-resources-guide-to-99ok__hero-actions {
        justify-content: center;
    }

    .page-resources-guide-to-99ok__card-content {
        flex-direction: column;
        align-items: center;
    }

    .page-resources-guide-to-99ok__card-image {
        width: 100%;
        max-width: 600px;
        margin-bottom: 20px;
    }

    .page-resources-guide-to-99ok__main-title {
        font-size: 2.8em;
    }

    .page-resources-guide-to-99ok__section-title {
        font-size: 2em;
    }

    .page-resources-guide-to-99ok__sub-title {
        font-size: 1.6em;
    }

    .page-resources-guide-to-99ok__guide-card {
        padding: 25px;
    }

    .page-resources-guide-to-99ok__game-card,
    .page-resources-guide-to-99ok__promo-card {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .page-resources-guide-to-99ok__hero-section {
        padding-top: var(--header-offset, 120px);
        padding-bottom: 60px;
        min-height: unset;
    }

    .page-resources-guide-to-99ok__hero-section .page-resources-guide-to-99ok__container {
        padding: 0 15px;
    }

    .page-resources-guide-to-99ok__main-title {
        font-size: 2.2em !important;
        line-height: 1.2 !important;
    }

    .page-resources-guide-to-99ok__hero-description {
        font-size: 1em !important;
    }

    .page-resources-guide-to-99ok__hero-actions {
        flex-direction: column !important;
        gap: 10px !important;
        width: 100% !important;
    }

    .page-resources-guide-to-99ok__btn-primary,
    .page-resources-guide-to-99ok__btn-secondary {
        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-resources-guide-to-99ok__section-title {
        font-size: 1.8em !important;
        margin-bottom: 20px !important;
    }

    .page-resources-guide-to-99ok__section-description {
        font-size: 0.95em !important;
        margin-bottom: 30px !important;
    }

    .page-resources-guide-to-99ok__intro-section,
    .page-resources-guide-to-99ok__guide-section,
    .page-resources-guide-to-99ok__games-section,
    .page-resources-guide-to-99ok__promotions-section,
    .page-resources-guide-to-99ok__faq-section,
    .page-resources-guide-to-99ok__conclusion-section {
        padding: 60px 0 !important;
    }

    .page-resources-guide-to-99ok__container {
        padding: 0 15px !important;
    }

    /* Generic Images & Containers */
    .page-resources-guide-to-99ok img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-resources-guide-to-99ok__section,
    .page-resources-guide-to-99ok__card,
    .page-resources-guide-to-99ok__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Guide Card Specifics */
    .page-resources-guide-to-99ok__guide-card {
        padding: 20px !important;
    }

    .page-resources-guide-to-99ok__card-title {
        font-size: 1.6em !important;
        margin-bottom: 15px !important;
    }

    .page-resources-guide-to-99ok__ordered-list {
        padding-left: 20px !important;
    }

    .page-resources-guide-to-99ok__ordered-list li {
        font-size: 0.95em !important;
    }

    /* Games Grid Specifics */
    .page-resources-guide-to-99ok__games-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .page-resources-guide-to-99ok__game-card {
        padding: 20px !important;
    }

    .page-resources-guide-to-99ok__game-image {
        height: 180px !important;
    }

    .page-resources-guide-to-99ok__game-title {
        font-size: 1.3em !important;
    }

    /* Promotions Grid Specifics */
    .page-resources-guide-to-99ok__promo-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .page-resources-guide-to-99ok__promo-card {
        padding: 20px !important;
    }

    .page-resources-guide-to-99ok__promo-image {
        height: 160px !important;
    }

    .page-resources-guide-to-99ok__promo-title {
        font-size: 1.2em !important;
    }

    .page-resources-guide-to-99ok__cta-container {
        flex-direction: column !important;
        gap: 10px !important;
    }

    /* FAQ Specifics */
    .page-resources-guide-to-99ok__faq-question {
        padding: 15px 20px !important;
        font-size: 1em !important;
    }

    .page-resources-guide-to-99ok__faq-question h3 {
        font-size: 1em !important;
    }

    .page-resources-guide-to-99ok__faq-answer {
        padding: 10px 20px 20px 20px !important;
        font-size: 0.95em !important;
    }

    .page-resources-guide-to-99ok__faq-item.active .page-resources-guide-to-99ok__faq-answer {
        padding: 15px 20px 20px 20px !important;
    }

    .page-resources-guide-to-99ok__faq-toggle {
        font-size: 1.3em !important;
    }

    .page-resources-guide-to-99ok p,
    .page-resources-guide-to-99ok li {
        font-size: 0.95em !important;
    }
}