:root {
    --bingoplus-primary-color: #F2C14E;
    --bingoplus-secondary-color: #FFD36B;
    --bingoplus-button-gradient: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
    --bingoplus-card-bg: #111111;
    --bingoplus-background: #0A0A0A;
    --bingoplus-text-main: #FFF6D6;
    --bingoplus-border: #3A2A12;
    --bingoplus-glow: #FFD36B;
}

.page-blog-bingoplus-new-experience {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--bingoplus-text-main); /* Default text color for the page */
    background-color: var(--bingoplus-background);
}

.page-blog-bingoplus-new-experience__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.page-blog-bingoplus-new-experience__section {
    padding: 60px 0;
    text-align: center;
    position: relative;
}

.page-blog-bingoplus-new-experience__dark-bg {
    background-color: var(--bingoplus-background);
    color: var(--bingoplus-text-main);
}

.page-blog-bingoplus-new-experience__light-bg {
    background-color: #ffffff;
    color: #333333;
}

.page-blog-bingoplus-new-experience__section-title {
    font-size: 2.8em;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--bingoplus-primary-color);
    letter-spacing: 1px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-bingoplus-new-experience__section-description {
    font-size: 1.1em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: var(--bingoplus-text-main);
}

.page-blog-bingoplus-new-experience__card {
    background-color: var(--bingoplus-card-bg);
    border: 1px solid var(--bingoplus-border);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: var(--bingoplus-text-main);
}

.page-blog-bingoplus-new-experience__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

/* Buttons */
.page-blog-bingoplus-new-experience__btn-primary,
.page-blog-bingoplus-new-experience__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.2s ease;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
}

.page-blog-bingoplus-new-experience__btn-primary {
    background: var(--bingoplus-button-gradient);
    color: #ffffff; /* Always white text for primary button */
    border: none;
    margin-right: 15px;
}

.page-blog-bingoplus-new-experience__btn-primary:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.page-blog-bingoplus-new-experience__btn-secondary {
    background-color: transparent;
    color: var(--bingoplus-primary-color);
    border: 2px solid var(--bingoplus-primary-color);
}

.page-blog-bingoplus-new-experience__btn-secondary:hover {
    background-color: var(--bingoplus-primary-color);
    color: var(--bingoplus-background);
    transform: translateY(-2px);
}

/* Hero Section */
.page-blog-bingoplus-new-experience__hero-section {
    padding: 0;
    padding-top: 10px; /* Small top padding, body handles --header-offset */
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.page-blog-bingoplus-new-experience__hero-image-wrapper {
    width: 100%;
    max-height: 70vh;
    overflow: hidden;
}

.page-blog-bingoplus-new-experience__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-bingoplus-new-experience__hero-content {
    padding: 40px 20px;
    max-width: 900px;
    text-align: center;
    margin-top: -80px; /* Overlap slightly for design effect, but not over image */
    position: relative;
    z-index: 1;
    background-color: var(--bingoplus-background);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    margin-bottom: 40px;
}

.page-blog-bingoplus-new-experience__main-title {
    font-size: clamp(2em, 4vw, 3.5em);
    font-weight: 900;
    color: var(--bingoplus-secondary-color);
    margin-bottom: 15px;
    line-height: 1.2;
    text-shadow: 0 0 10px rgba(255, 211, 107, 0.4);
}

.page-blog-bingoplus-new-experience__intro-description {
    font-size: clamp(1em, 1.5vw, 1.2em);
    color: var(--bingoplus-text-main);
    margin-bottom: 30px;
}

.page-blog-bingoplus-new-experience__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Why Choose Us Section */
.page-blog-bingoplus-new-experience__why-choose-us {
    background-color: var(--bingoplus-background);
}

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

.page-blog-bingoplus-new-experience__feature-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 15px;
}

.page-blog-bingoplus-new-experience__feature-title {
    font-size: 1.5em;
    color: var(--bingoplus-primary-color);
    margin-bottom: 10px;
}

/* Games Overview Section */
.page-blog-bingoplus-new-experience__games-overview {
    background-color: var(--bingoplus-card-bg);
}

.page-blog-bingoplus-new-experience__game-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.page-blog-bingoplus-new-experience__game-category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    background-color: var(--bingoplus-card-bg);
    border: 1px solid var(--bingoplus-border);
    border-radius: 10px;
    padding: 25px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    color: var(--bingoplus-text-main);
}

.page-blog-bingoplus-new-experience__game-category-card:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.05);
}

.page-blog-bingoplus-new-experience__category-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-bottom: 15px;
}

.page-blog-bingoplus-new-experience__category-title {
    font-size: 1.3em;
    color: var(--bingoplus-secondary-color);
    margin-bottom: 10px;
}

/* Promotions Section */
.page-blog-bingoplus-new-experience__promotions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-bingoplus-new-experience__promotion-card {
    text-align: left;
}

.page-blog-bingoplus-new-experience__promotion-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block;
}

.page-blog-bingoplus-new-experience__promotion-title {
    font-size: 1.6em;
    color: var(--bingoplus-primary-color);
    margin-bottom: 10px;
}

.page-blog-bingoplus-new-experience__promotion-card .page-blog-bingoplus-new-experience__btn-primary {
    margin-top: 20px;
    width: auto;
    text-align: center;
    margin-right: 0;
}

.page-blog-bingoplus-new-experience__view-all-promos {
    margin-top: 40px;
}

/* App Download Section */
.page-blog-bingoplus-new-experience__app-download {
    background-color: var(--bingoplus-background);
}

.page-blog-bingoplus-new-experience__app-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    text-align: left;
}

.page-blog-bingoplus-new-experience__app-text-content {
    flex: 1;
}

.page-blog-bingoplus-new-experience__app-features-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.page-blog-bingoplus-new-experience__app-features-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 1.1em;
    color: var(--bingoplus-text-main);
}

.page-blog-bingoplus-new-experience__list-icon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    object-fit: contain;
}

.page-blog-bingoplus-new-experience__app-download-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.page-blog-bingoplus-new-experience__app-image-container {
    flex: 0 0 400px; /* Fixed width for desktop */
    text-align: center;
}

.page-blog-bingoplus-new-experience__app-screenshot {
    width: 100%;
    height: auto;
    max-width: 400px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    display: block;
    margin: 0 auto;
}

/* Security Section */
.page-blog-bingoplus-new-experience__security-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-bingoplus-new-experience__security-card {
    text-align: left;
}

.page-blog-bingoplus-new-experience__security-title {
    font-size: 1.5em;
    color: var(--bingoplus-primary-color);
    margin-bottom: 10px;
}

.page-blog-bingoplus-new-experience__read-more-responsible-gaming {
    margin-top: 40px;
}

/* Testimonials Section */
.page-blog-bingoplus-new-experience__testimonials {
    background-color: var(--bingoplus-card-bg);
}

.page-blog-bingoplus-new-experience__testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-bingoplus-new-experience__testimonial-card {
    text-align: left;
}

.page-blog-bingoplus-new-experience__testimonial-text {
    font-style: italic;
    margin-bottom: 15px;
    color: var(--bingoplus-text-main);
}

.page-blog-bingoplus-new-experience__testimonial-author {
    font-weight: bold;
    color: var(--bingoplus-secondary-color);
}

/* Getting Started Section */
.page-blog-bingoplus-new-experience__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-bingoplus-new-experience__step-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 15px;
}

.page-blog-bingoplus-new-experience__step-title {
    font-size: 1.5em;
    color: var(--bingoplus-primary-color);
    margin-bottom: 10px;
}

.page-blog-bingoplus-new-experience__get-started-cta {
    margin-top: 40px;
}

/* FAQ Section */
.page-blog-bingoplus-new-experience__faq {
    background-color: var(--bingoplus-background);
}

.page-blog-bingoplus-new-experience__faq-list {
    max-width: 800px;
    margin: 40px auto 0 auto;
    text-align: left;
}

.page-blog-bingoplus-new-experience__faq-item {
    background-color: var(--bingoplus-card-bg);
    border: 1px solid var(--bingoplus-border);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-bingoplus-new-experience__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    color: var(--bingoplus-text-main);
    transition: background-color 0.3s ease;
}

.page-blog-bingoplus-new-experience__faq-question:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.page-blog-bingoplus-new-experience__faq-question h3 {
    margin: 0;
    color: inherit;
}

.page-blog-bingoplus-new-experience__faq-toggle {
    font-size: 1.5em;
    color: var(--bingoplus-primary-color);
    transition: transform 0.3s ease;
}

.page-blog-bingoplus-new-experience__faq-item.active .page-blog-bingoplus-new-experience__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-bingoplus-new-experience__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: var(--bingoplus-text-main);
}

.page-blog-bingoplus-new-experience__faq-item.active .page-blog-bingoplus-new-experience__faq-answer {
    max-height: 1000px !important; /* Sufficiently large to show content */
    padding: 15px 25px;
}

.page-blog-bingoplus-new-experience__faq-answer p {
    margin-bottom: 0;
    color: var(--bingoplus-text-main);
}

/* Media Partners Section */
.page-blog-bingoplus-new-experience__media-partners {
    background-color: var(--bingoplus-card-bg);
}

.page-blog-bingoplus-new-experience__partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
    margin-top: 40px;
    justify-items: center;
}

.page-blog-bingoplus-new-experience__partner-logo {
    width: 167px;
    height: 127px;
    object-fit: contain;
    filter: brightness(0.8) grayscale(0.5); /* Subtle effect, no color change */
    transition: filter 0.3s ease;
}

.page-blog-bingoplus-new-experience__partner-logo:hover {
    filter: brightness(1) grayscale(0);
}

/* Contact Us Section */
.page-blog-bingoplus-new-experience__contact-us {
    padding-bottom: 80px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-blog-bingoplus-new-experience__section-title {
        font-size: 2.2em;
    }
    .page-blog-bingoplus-new-experience__hero-content {
        margin-top: -60px;
    }
    .page-blog-bingoplus-new-experience__app-image-container {
        flex: 0 0 300px;
    }
    .page-blog-bingoplus-new-experience__app-screenshot {
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    .page-blog-bingoplus-new-experience__section {
        padding: 40px 0;
    }
    .page-blog-bingoplus-new-experience__hero-content {
        margin-top: -40px;
        padding: 30px 15px;
    }
    .page-blog-bingoplus-new-experience__main-title {
        font-size: clamp(2em, 8vw, 2.5em);
    }
    .page-blog-bingoplus-new-experience__intro-description {
        font-size: 1em;
    }
    .page-blog-bingoplus-new-experience__section-title {
        font-size: 1.8em;
    }
    .page-blog-bingoplus-new-experience__section-description {
        font-size: 0.95em;
    }
    .page-blog-bingoplus-new-experience__btn-primary,
    .page-blog-bingoplus-new-experience__btn-secondary {
        padding: 12px 20px;
        font-size: 1em;
        width: 100% !important; /* Mobile button full width */
        margin-right: 0 !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-blog-bingoplus-new-experience__cta-buttons,
    .page-blog-bingoplus-new-experience__app-download-buttons {
        flex-direction: column;
        gap: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-blog-bingoplus-new-experience__app-content-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .page-blog-bingoplus-new-experience__app-text-content {
        order: 2;
    }
    .page-blog-bingoplus-new-experience__app-image-container {
        order: 1;
        flex: none;
        width: 100%;
        max-width: 300px; /* Constrain mobile image */
        margin-bottom: 30px;
    }
    .page-blog-bingoplus-new-experience__app-screenshot {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
    }
    .page-blog-bingoplus-new-experience__app-features-list {
        text-align: left;
    }

    /* Image responsiveness */
    .page-blog-bingoplus-new-experience img {
        max-width: 100% !important;
        height: auto !important;
        display: block;
    }
    .page-blog-bingoplus-new-experience__section,
    .page-blog-bingoplus-new-experience__card,
    .page-blog-bingoplus-new-experience__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-blog-bingoplus-new-experience__hero-section {
        padding-top: 10px !important;
    }
    .page-blog-bingoplus-new-experience__partner-logo {
        width: 100px;
        height: auto;
    }
    .page-blog-bingoplus-new-experience__partners-grid {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    }
}