
    .page-123bapp-com {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-top: var(--header-offset, 122px); /* Fallback for body padding, if not set by shared.css */
    }

    .page-123bapp-com__hero-section {
      position: relative;
      width: 100%;
      height: 70vh;
      min-height: 450px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      overflow: hidden;
      padding: 10px 20px 0; /* Small decorative padding-top, relying on body for header offset */
      box-sizing: border-box;
    }

    .page-123bapp-com__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('[GALLERY:hero:1920x1080:betting,casino,mobile_app]') no-repeat center center/cover;
      filter: brightness(0.5);
      z-index: 1;
    }

    .page-123bapp-com__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      padding: 20px;
      background: rgba(0, 0, 0, 0.4);
      border-radius: 10px;
    }

    .page-123bapp-com__hero-title {
      font-size: 3.2em;
      margin-bottom: 15px;
      font-weight: 700;
      color: #ffcc00; /* Gold/Yellow for prominence */
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-123bapp-com__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-123bapp-com__hero-button {
      display: inline-block;
      background-color: #007bff; /* Blue for action */
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1.1em;
    }

    .page-123bapp-com__hero-button:hover {
      background-color: #0056b3;
    }

    .page-123bapp-com__sticky-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .page-123bapp-com__sticky-button {
      background-color: #ffcc00; /* Gold/Yellow */
      color: #333;
      padding: 12px 25px;
      border-radius: 30px;
      font-weight: bold;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
      white-space: nowrap;
    }

    .page-123bapp-com__sticky-button--login {
      background-color: #007bff; /* Blue */
      color: #fff;
    }

    .page-123bapp-com__sticky-button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-123bapp-com__sticky-button--login:hover {
      background-color: #0056b3;
    }

    .page-123bapp-com__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 30px;
      box-sizing: border-box;
    }

    .page-123bapp-com__section-title {
      font-size: 2.5em;
      color: #007bff;
      margin-bottom: 30px;
      font-weight: 700;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-123bapp-com__text-content {
      font-size: 1.1em;
      margin-bottom: 40px;
      text-align: left;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-123bapp-com__game-grid,
    .page-123bapp-com__providers-grid,
    .page-123bapp-com__payments-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
      box-sizing: border-box;
    }

    .page-123bapp-com__game-item,
    .page-123bapp-com__provider-item,
    .page-123bapp-com__payment-item {
      background-color: #f9f9f9;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-123bapp-com__game-item:hover,
    .page-123bapp-com__provider-item:hover,
    .page-123bapp-com__payment-item:hover {
      transform: translateY(-5px);
    }

    .page-123bapp-com__game-image,
    .page-123bapp-com__provider-logo,
    .page-123bapp-com__payment-logo {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 15px;
      object-fit: contain;
    }

    .page-123bapp-com__game-title {
      font-size: 1.4em;
      font-weight: 600;
      color: #333;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-123bapp-com__faq-section {
      padding: 60px 20px;
      max-width: 900px;
      margin: 0 auto;
      text-align: left;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 30px;
      box-sizing: border-box;
    }

    .page-123bapp-com__faq-item {
      border-bottom: 1px solid #eee;
      padding: 15px 0;
    }

    .page-123bapp-com__faq-item:last-child {
      border-bottom: none;
    }

    .page-123bapp-com__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      user-select: none;
      font-size: 1.2em;
      font-weight: 600;
      color: #333;
      transition: color 0.3s ease;
    }

    .page-123bapp-com__faq-question:hover {
      color: #007bff;
    }

    .page-123bapp-com__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click event on parent */
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-123bapp-com__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      margin-left: 15px;
      pointer-events: none; /* Prevent toggle icon from blocking click event on parent */
      transition: transform 0.3s ease;
    }

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

    .page-123bapp-com__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;
      color: #555;
      font-size: 1em;
      text-align: justify;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-123bapp-com__faq-item.active .page-123bapp-com__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-123bapp-com__hero-section {
        height: 60vh;
        min-height: 350px;
        padding: 10px 15px 0;
      }

      .page-123bapp-com__hero-title {
        font-size: 2.2em;
      }

      .page-123bapp-com__hero-description {
        font-size: 1em;
      }

      .page-123bapp-com__hero-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-123bapp-com__sticky-buttons {
        flex-direction: row;
        bottom: 10px;
        right: 10px;
        left: 10px;
        justify-content: space-around;
        gap: 5px;
      }

      .page-123bapp-com__sticky-button {
        flex: 1;
        padding: 10px 15px;
        font-size: 0.9em;
      }

      .page-123bapp-com__section,
      .page-123bapp-com__faq-section {
        padding: 40px 15px;
        margin-bottom: 20px;
      }

      .page-123bapp-com__section-title {
        font-size: 1.8em;
      }

      .page-123bapp-com__text-content {
        font-size: 0.95em;
      }

      .page-123bapp-com__game-grid,
      .page-123bapp-com__providers-grid,
      .page-123bapp-com__payments-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-123bapp-com__game-item,
      .page-123bapp-com__provider-item,
      .page-123bapp-com__payment-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px;
      }

      .page-123bapp-com__game-image,
      .page-123bapp-com__provider-logo,
      .page-123bapp-com__payment-logo {
        max-width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
      }

      .page-123bapp-com__faq-question {
        font-size: 1.1em;
      }

      .page-123bapp-com__faq-answer {
        padding: 0 10px;
        font-size: 0.9em;
      }

      .page-123bapp-com__faq-item.active .page-123bapp-com__faq-answer {
        padding: 15px 10px !important;
      }

      .page-123bapp-com__game-grid,
      .page-123bapp-com__providers-grid,
      .page-123bapp-com__payments-grid {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
    }

    @media (max-width: 480px) {
      .page-123bapp-com__hero-title {
        font-size: 1.8em;
      }

      .page-123bapp-com__hero-description {
        font-size: 0.9em;
      }

      .page-123bapp-com__section-title {
        font-size: 1.5em;
      }

      .page-123bapp-com__sticky-button {
        padding: 8px 10px;
        font-size: 0.8em;
      }
    }
  