.page-bingoplus-game {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a2e;
      line-height: 1.6;
      overflow-x: hidden;
    }
    .page-bingoplus-game__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }
    .page-bingoplus-game__section-title {
      font-size: 2.5em;
      color: #e94560;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }
    .page-bingoplus-game__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #0f3460;
      border-radius: 2px;
    }
    .page-bingoplus-game__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: center;
    }
    .page-bingoplus-game__highlight {
      color: #ffe400;
      font-weight: bold;
    }
    .page-bingoplus-game__button {
      display: inline-block;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.3s ease;
      text-align: center;
      white-space: nowrap;
      box-sizing: border-box;
      margin: 5px;
      color: #ffffff;
      background-color: #e94560;
      border: 2px solid #e94560;
    }
    .page-bingoplus-game__button:hover {
      background-color: #d1304d;
      border-color: #d1304d;
      transform: translateY(-2px);
    }
    .page-bingoplus-game__button--primary {
      background-color: #e94560;
      border-color: #e94560;
    }
    .page-bingoplus-game__button--primary:hover {
      background-color: #d1304d;
      border-color: #d1304d;
    }
    .page-bingoplus-game__button--secondary {
      background-color: transparent;
      border-color: #0f3460;
      color: #e0e0e0;
    }
    .page-bingoplus-game__button--secondary:hover {
      background-color: #0f3460;
      color: #ffffff;
      border-color: #0f3460;
    }
    .page-bingoplus-game img {
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }
    .page-bingoplus-game__hero-section {
      position: relative;
      width: 100%;
      height: 600px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
      padding-top: 10px;
    }
    .page-bingoplus-game__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
    }
    .page-bingoplus-game__hero-content {
      position: relative;
      z-index: 2;
      color: #ffffff;
      max-width: 800px;
      padding: 20px;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 10px;
    }
    .page-bingoplus-game__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: #ffe400;
      line-height: 1.2;
    }
    .page-bingoplus-game__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
    }
    .page-bingoplus-game__hero-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
    }
    .page-bingoplus-game__intro-section {
      padding: 60px 0;
      background-color: #0f3460;
    }
    .page-bingoplus-game__quick-access-section {
      padding: 60px 0;
      background-color: #1a1a2e;
    }
    .page-bingoplus-game__access-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }
    .page-bingoplus-game__games-section {
      padding: 60px 0;
      background-color: #0f3460;
    }
    .page-bingoplus-game__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }
    .page-bingoplus-game__game-card {
      background-color: #1a1a2e;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      padding-bottom: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .page-bingoplus-game__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      margin-bottom: 15px;
    }
    .page-bingoplus-game__game-title {
      font-size: 1.5em;
      color: #e94560;
      margin-bottom: 10px;
      padding: 0 15px;
    }
    .page-bingoplus-game__game-description {
      font-size: 0.95em;
      color: #e0e0e0;
      margin-bottom: 20px;
      flex-grow: 1;
      padding: 0 15px;
    }
    .page-bingoplus-game__promo-section {
      padding: 60px 0;
      background-color: #1a1a2e;
    }
    .page-bingoplus-game__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }
    .page-bingoplus-game__promo-card {
      background-color: #0f3460;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      padding-bottom: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .page-bingoplus-game__promo-image {
      width: 100%;
      height: 180px;
      object-fit: cover;
      margin-bottom: 15px;
    }
    .page-bingoplus-game__promo-title {
      font-size: 1.6em;
      color: #ffe400;
      margin-bottom: 10px;
      padding: 0 15px;
    }
    .page-bingoplus-game__promo-description {
      font-size: 1em;
      color: #e0e0e0;
      margin-bottom: 20px;
      flex-grow: 1;
      padding: 0 15px;
    }
    .page-bingoplus-game__security-section {
      padding: 60px 0;
      background-color: #0f3460;
    }
    .page-bingoplus-game__security-content {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
      text-align: center;
    }
    .page-bingoplus-game__security-item {
      background-color: #1a1a2e;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }
    .page-bingoplus-game__security-icon {
      width: 200px;
      height: 200px;
      margin: 0 auto 20px;
      object-fit: contain;
    }
    .page-bingoplus-game__security-title {
      font-size: 1.8em;
      color: #e94560;
      margin-bottom: 15px;
    }
    .page-bingoplus-game__contact-cta {
      text-align: center;
      margin-top: 60px;
      padding-top: 30px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .page-bingoplus-game__faq-section {
      padding: 60px 0;
      background-color: #1a1a2e;
    }
    .page-bingoplus-game__faq-list {
      max-width: 800px;
      margin: 40px auto 0;
    }
    .page-bingoplus-game__faq-item {
      background-color: #0f3460;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }
    .page-bingoplus-game__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #0f3460;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      transition: background-color 0.3s ease;
    }
    .page-bingoplus-game__faq-question:hover {
      background-color: #1a1a2e;
    }
    .page-bingoplus-game__faq-title {
      font-size: 1.25em;
      color: #e0e0e0;
      margin: 0;
      flex-grow: 1;
      text-align: left;
    }
    .page-bingoplus-game__faq-toggle {
      font-size: 1.8em;
      color: #ffe400;
      font-weight: bold;
      width: 30px;
      text-align: center;
      transition: transform 0.3s ease;
    }
    .page-bingoplus-game__faq-item.active .page-bingoplus-game__faq-toggle {
      transform: rotate(45deg);
    }
    .page-bingoplus-game__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      background-color: #1a1a2e;
    }
    .page-bingoplus-game__faq-item.active .page-bingoplus-game__faq-answer {
      max-height: 2000px !important;
      padding: 20px 25px !important;
      opacity: 1;
    }
    .page-bingoplus-game__faq-answer .page-bingoplus-game__text-content {
      text-align: left;
      margin-bottom: 0;
    }
    .page-bingoplus-game__blog-section {
      padding: 60px 0;
      background-color: #0f3460;
    }
    .page-bingoplus-game__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }
    .page-bingoplus-game__blog-card {
      background-color: #1a1a2e;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      text-align: center;
    }
    .page-bingoplus-game__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
    .page-bingoplus-game__blog-title {
      font-size: 1.4em;
      color: #ffe400;
      margin: 15px 15px 10px;
      line-height: 1.3;
    }
    .page-bingoplus-game__blog-title a {
      color: inherit;
      text-decoration: none;
      transition: color 0.3s ease;
    }
    .page-bingoplus-game__blog-title a:hover {
      color: #e94560;
    }
    .page-bingoplus-game__blog-meta {
      font-size: 0.9em;
      color: #a0a0a0;
      margin-bottom: 10px;
      padding: 0 15px;
    }
    .page-bingoplus-game__blog-summary {
      font-size: 0.95em;
      color: #e0e0e0;
      margin-bottom: 20px;
      flex-grow: 1;
      padding: 0 15px;
    }
    .page-bingoplus-game__blog-card .page-bingoplus-game__button {
      margin-top: auto;
      align-self: center;
      margin-bottom: 20px;
    }
    @media (max-width: 1024px) {
      .page-bingoplus-game__hero-title {
        font-size: 3em;
      }
      .page-bingoplus-game__hero-subtitle {
        font-size: 1.3em;
      }
      .page-bingoplus-game__section-title {
        font-size: 2em;
      }
      .page-bingoplus-game__game-grid,
      .page-bingoplus-game__promo-grid,
      .page-bingoplus-game__security-content,
      .page-bingoplus-game__blog-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      }
    }
    @media (max-width: 768px) {
      .page-bingoplus-game__hero-section {
        height: 500px;
      }
      .page-bingoplus-game__hero-title {
        font-size: 2.5em;
      }
      .page-bingoplus-game__hero-subtitle {
        font-size: 1.1em;
      }
      .page-bingoplus-game__hero-buttons {
        flex-direction: column;
        gap: 10px;
      }
      .page-bingoplus-game__button {
        width: 80%;
        margin: 5px auto;
      }
      .page-bingoplus-game__container {
        padding: 15px;
      }
      .page-bingoplus-game__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }
      .page-bingoplus-game__text-content {
        font-size: 1em;
        text-align: left;
      }
      .page-bingoplus-game__game-grid,
      .page-bingoplus-game__promo-grid,
      .page-bingoplus-game__security-content,
      .page-bingoplus-game__blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .page-bingoplus-game__game-card,
      .page-bingoplus-game__promo-card,
      .page-bingoplus-game__security-item,
      .page-bingoplus-game__blog-card {
        margin: 0 auto;
        max-width: 400px;
        width: 100%;
      }
      .page-bingoplus-game__faq-list {
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-bingoplus-game__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-bingoplus-game__faq-question {
        padding: 15px 20px;
      }
      .page-bingoplus-game__faq-title {
        font-size: 1.1em;
      }
      .page-bingoplus-game__faq-toggle {
        font-size: 1.5em;
      }
      .page-bingoplus-game__faq-answer {
        padding: 15px 20px;
      }
      .page-bingoplus-game__faq-item.active .page-bingoplus-game__faq-answer {
        padding: 15px 20px !important;
      }
      .page-bingoplus-game__blog-title {
        font-size: 1.2em;
      }
    }
    @media (max-width: 480px) {
      .page-bingoplus-game__hero-section {
        height: 400px;
      }
      .page-bingoplus-game__hero-title {
        font-size: 2em;
      }
      .page-bingoplus-game__hero-subtitle {
        font-size: 1em;
      }
      .page-bingoplus-game__button {
        padding: 10px 20px;
        font-size: 0.9em;
      }
      .page-bingoplus-game__section-title {
        font-size: 1.5em;
      }
    }