body { margin: 0; font-family: 'Arial', sans-serif; background-color: #f5f5f5; color: #333; }
    .page-bingoplus-latest-version { padding-top: var(--header-offset, 122px); max-width: 1200px; margin: 0 auto; padding-bottom: 40px; }
    .page-bingoplus-latest-version__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; background-color: #0a1930; padding: 10px 20px 40px; box-sizing: border-box; }
    .page-bingoplus-latest-version__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.4; z-index: 1; }
    .page-bingoplus-latest-version__hero-content { position: relative; z-index: 2; color: #fff; max-width: 800px; padding: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }
    .page-bingoplus-latest-version__hero-title { font-size: 3.2em; margin-bottom: 15px; line-height: 1.2; font-weight: bold; }
    .page-bingoplus-latest-version__hero-description { font-size: 1.3em; margin-bottom: 30px; line-height: 1.5; }
    .page-bingoplus-latest-version__hero-cta-button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }
    .page-bingoplus-latest-version__hero-cta-button:hover { background-color: #e0a800; transform: translateY(-3px); }

    .page-bingoplus-latest-version__section-title { font-size: 2.5em; color: #0a1930; text-align: center; margin-bottom: 40px; padding-top: 40px; font-weight: bold; }
    .text-highlight { color: #ffc107; }

    .page-bingoplus-latest-version__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 20px; background-color: #fff; border-bottom: 1px solid #eee; }
    .page-bingoplus-latest-version__payment-logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; }
    .page-bingoplus-latest-version__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; }
    .page-bingoplus-latest-version__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; }
    .page-bingoplus-latest-version__payment-logo img:hover { filter: grayscale(0%); opacity: 1; }

    .page-bingoplus-latest-version__introduction-section, .page-bingoplus-latest-version__security-support-section { padding: 60px 20px; text-align: center; background-color: #fff; margin-top: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
    .page-bingoplus-latest-version__introduction-section p, .page-bingoplus-latest-version__security-support-section p { font-size: 1.1em; line-height: 1.8; max-width: 800px; margin: 0 auto 20px; }

    .page-bingoplus-latest-version__quick-access-section { padding: 60px 20px; background-color: #0a1930; text-align: center; margin-top: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
    .page-bingoplus-latest-version__quick-links-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }
    .page-bingoplus-latest-version__quick-link-button { background-color: #ffc107; color: #333; padding: 12px 25px; border-radius: 6px; text-decoration: none; font-weight: bold; font-size: 1.05em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }
    .page-bingoplus-latest-version__quick-link-button:hover { background-color: #e0a800; transform: translateY(-2px); }

    .page-bingoplus-latest-version__games-section, .page-bingoplus-latest-version__promotions-section, .page-bingoplus-latest-version__blog-section { padding: 60px 20px; background-color: #fdfdfd; margin-top: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
    .page-bingoplus-latest-version__game-categories-grid, .page-bingoplus-latest-version__promo-grid, .page-bingoplus-latest-version__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }
    .page-bingoplus-latest-version__game-card, .page-bingoplus-latest-version__promo-card, .page-bingoplus-latest-version__blog-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }
    .page-bingoplus-latest-version__game-card:hover, .page-bingoplus-latest-version__promo-card:hover, .page-bingoplus-latest-version__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,0.15); }
    .page-bingoplus-latest-version__game-card-image, .page-bingoplus-latest-version__promo-card-image, .page-bingoplus-latest-version__blog-card-image { width: 100%; height: 200px; object-fit: cover; }
    .page-bingoplus-latest-version__game-card-title, .page-bingoplus-latest-version__promo-card-title, .page-bingoplus-latest-version__blog-card-title { font-size: 1.4em; color: #0a1930; padding: 15px 20px 10px; margin: 0; }
    .page-bingoplus-latest-version__game-card-title a, .page-bingoplus-latest-version__blog-card-title a { text-decoration: none; color: #0a1930; transition: color 0.3s ease; }
    .page-bingoplus-latest-version__game-card-title a:hover, .page-bingoplus-latest-version__blog-card-title a:hover { color: #ffc107; }
    .page-bingoplus-latest-version__game-card-description, .page-bingoplus-latest-version__promo-card-description, .page-bingoplus-latest-version__blog-card-excerpt { font-size: 0.95em; color: #555; padding: 0 20px 15px; flex-grow: 1; line-height: 1.6; }
    .page-bingoplus-latest-version__blog-card-meta { font-size: 0.85em; color: #777; padding: 0 20px 5px; }
    .page-bingoplus-latest-version__game-card-button, .page-bingoplus-latest-version__promo-card-button, .page-bingoplus-latest-version__blog-card-readmore { display: block; background-color: #007bff; color: #fff; padding: 10px 20px; text-align: center; text-decoration: none; font-weight: bold; border-radius: 0 0 10px 10px; transition: background-color 0.3s ease; margin-top: auto; border: none; cursor: pointer; }
    .page-bingoplus-latest-version__game-card-button:hover, .page-bingoplus-latest-version__promo-card-button:hover, .page-bingoplus-latest-version__blog-card-readmore:hover { background-color: #0056b3; }

    .page-bingoplus-latest-version__feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; text-align: left; }
    .page-bingoplus-latest-version__feature-item { background-color: #f8f8f8; padding: 30px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
    .page-bingoplus-latest-version__feature-title { font-size: 1.3em; color: #0a1930; margin-bottom: 15px; }
    .page-bingoplus-latest-version__feature-item p { font-size: 1em; line-height: 1.7; margin: 0; }
    .page-bingoplus-latest-version__contact-cta-wrapper { text-align: center; margin-top: 40px; }
    .page-bingoplus-latest-version__contact-cta-button { display: inline-block; background-color: #0a1930; 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.3s ease; border: none; cursor: pointer; }
    .page-bingoplus-latest-version__contact-cta-button:hover { background-color: #1a3a60; transform: translateY(-3px); }

    .page-bingoplus-latest-version__faq-section { padding: 60px 20px; background-color: #fdfdfd; margin-top: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
    .page-bingoplus-latest-version__faq-container { max-width: 900px; margin: 0 auto; }
    .page-bingoplus-latest-version__faq-item { border-bottom: 1px solid #eee; margin-bottom: 10px; }
    .page-bingoplus-latest-version__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }
    .page-bingoplus-latest-version__faq-question:hover { background-color: #f0f0f0; }
    .page-bingoplus-latest-version__faq-title { font-size: 1.15em; color: #0a1930; margin: 0; padding-right: 15px; pointer-events: none; }
    .page-bingoplus-latest-version__faq-toggle { font-size: 1.5em; font-weight: bold; color: #0a1930; transition: transform 0.3s ease; pointer-events: none; }
    .page-bingoplus-latest-version__faq-item.active .page-bingoplus-latest-version__faq-toggle { transform: rotate(45deg); }
    .page-bingoplus-latest-version__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }
    .page-bingoplus-latest-version__faq-item.active .page-bingoplus-latest-version__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }
    .page-bingoplus-latest-version__faq-answer p { margin: 0; font-size: 1em; line-height: 1.7; color: #555; }

    /* Responsive adjustments */
    @media (max-width: 1024px) {
      .page-bingoplus-latest-version__hero-title { font-size: 2.8em; }
      .page-bingoplus-latest-version__hero-description { font-size: 1.1em; }
      .page-bingoplus-latest-version__section-title { font-size: 2em; }
    }

    @media (max-width: 768px) {
      .page-bingoplus-latest-version { padding-top: var(--header-offset, 122px); padding-left: 10px; padding-right: 10px; }
      .page-bingoplus-latest-version__hero-section { min-height: 400px; padding: 10px 15px 30px; }
      .page-bingoplus-latest-version__hero-title { font-size: 2em; }
      .page-bingoplus-latest-version__hero-description { font-size: 1em; }
      .page-bingoplus-latest-version__hero-cta-button { padding: 12px 25px; font-size: 1em; }

      .page-bingoplus-latest-version__section-title { font-size: 1.8em; margin-bottom: 30px; padding-top: 30px; }

      .page-bingoplus-latest-version__payment-providers { gap: 16px; padding: 30px 10px; }
      .page-bingoplus-latest-version__payment-logo, .page-bingoplus-latest-version__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }

      .page-bingoplus-latest-version__introduction-section, .page-bingoplus-latest-version__quick-access-section, .page-bingoplus-latest-version__games-section, .page-bingoplus-latest-version__promotions-section, .page-bingoplus-latest-version__security-support-section, .page-bingoplus-latest-version__faq-section, .page-bingoplus-latest-version__blog-section { padding: 30px 15px; margin-top: 15px; }

      .page-bingoplus-latest-version__quick-links-grid { flex-direction: column; gap: 15px; }
      .page-bingoplus-latest-version__quick-link-button { width: 100%; box-sizing: border-box; }

      .page-bingoplus-latest-version__game-categories-grid, .page-bingoplus-latest-version__promo-grid, .page-bingoplus-latest-version__blog-grid, .page-bingoplus-latest-version__feature-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 30px; }

      .page-bingoplus-latest-version__game-card-image, .page-bingoplus-latest-version__promo-card-image, .page-bingoplus-latest-version__blog-card-image { height: 180px; }
      .page-bingoplus-latest-version__game-card-title, .page-bingoplus-latest-version__promo-card-title, .page-bingoplus-latest-version__blog-card-title { font-size: 1.2em; padding: 12px 15px 8px; }
      .page-bingoplus-latest-version__game-card-description, .page-bingoplus-latest-version__promo-card-description, .page-bingoplus-latest-version__blog-card-excerpt { font-size: 0.9em; padding: 0 15px 12px; }
      .page-bingoplus-latest-version__blog-card-meta { padding: 0 15px 5px; }
      .page-bingoplus-latest-version__game-card-button, .page-bingoplus-latest-version__promo-card-button, .page-bingoplus-latest-version__blog-card-readmore { padding: 10px 15px; }

      .page-bingoplus-latest-version__feature-item { padding: 20px; }
      .page-bingoplus-latest-version__feature-title { font-size: 1.2em; }
      .page-bingoplus-latest-version__contact-cta-button { padding: 12px 25px; font-size: 1em; }

      .page-bingoplus-latest-version__faq-question { padding: 12px 0; }
      .page-bingoplus-latest-version__faq-title { font-size: 1em; }
      .page-bingoplus-latest-version__faq-toggle { font-size: 1.3em; }
      .page-bingoplus-latest-version__faq-answer { padding: 0 10px; }
      .page-bingoplus-latest-version__faq-item.active .page-bingoplus-latest-version__faq-answer { padding: 15px 10px !important; }
    }

    @media (max-width: 480px) {
      .page-bingoplus-latest-version__hero-title { font-size: 1.8em; }
      .page-bingoplus-latest-version__hero-description { font-size: 0.95em; }
      .page-bingoplus-latest-version__hero-cta-button { padding: 10px 20px; font-size: 0.9em; }
      .page-bingoplus-latest-version__section-title { font-size: 1.5em; }
      .page-bingoplus-latest-version__introduction-section p, .page-bingoplus-latest-version__security-support-section p { font-size: 0.95em; }
      .page-bingoplus-latest-version__game-card-title, .page-bingoplus-latest-version__promo-card-title, .page-bingoplus-latest-version__blog-card-title { font-size: 1.1em; }
      .page-bingoplus-latest-version__game-card-description, .page-bingoplus-latest-version__promo-card-description, .page-bingoplus-latest-version__blog-card-excerpt { font-size: 0.85em; }
      .page-bingoplus-latest-version__feature-title { font-size: 1.1em; }
      .page-bingoplus-latest-version__contact-cta-button { padding: 10px 20px; font-size: 0.9em; }
    }

    /* Ensure all images are responsive and within container */
    .page-bingoplus-latest-version img:not(.page-bingoplus-latest-version__payment-logo img) {
      max-width: 100%;
      height: auto;
      display: block;
      box-sizing: border-box;
    }
    .page-bingoplus-latest-version__game-card-image, .page-bingoplus-latest-version__promo-card-image, .page-bingoplus-latest-version__blog-card-image {
      max-width: 100%;
      height: auto;
      object-fit: cover;
    }

    @media (max-width: 768px) {
      .page-bingoplus-latest-version img:not(.page-bingoplus-latest-version__payment-logo img) {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-bingoplus-latest-version__game-card-image, .page-bingoplus-latest-version__promo-card-image, .page-bingoplus-latest-version__blog-card-image {
        max-width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
      }
      .page-bingoplus-latest-version__game-card, .page-bingoplus-latest-version__promo-card, .page-bingoplus-latest-version__blog-card, .page-bingoplus-latest-version__feature-item, .page-bingoplus-latest-version__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-bingoplus-latest-version__game-categories-grid, .page-bingoplus-latest-version__promo-grid, .page-bingoplus-latest-version__blog-grid, .page-bingoplus-latest-version__feature-grid, .page-bingoplus-latest-version__faq-container {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-bingoplus-latest-version__game-card-description, .page-bingoplus-latest-version__promo-card-description, .page-bingoplus-latest-version__blog-card-excerpt, .page-bingoplus-latest-version__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }