
    .page-12bet-com-app {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f4f7f6;
      padding-bottom: 100px; /* Space for floating buttons */
    }

    .page-12bet-com-app__hero-section {
      position: relative;
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:betting,mobile_app,banner]') no-repeat center center/cover;
      color: #fff;
      text-align: center;
      padding: 10px 20px 80px; /* Top padding for header offset, bottom for visual balance */
      min-height: 450px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }

    .page-12bet-com-app__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      color: #ffd700; /* Gold color for brand */
      max-width: 90%;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-12bet-com-app__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      max-width: 80%;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-12bet-com-app__cta-button {
      background-color: #007bff;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      font-size: 1.1em;
      border: none;
      cursor: pointer;
    }

    .page-12bet-com-app__cta-button:hover {
      background-color: #0056b3;
    }

    .page-12bet-com-app__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      margin-top: 20px;
    }

    .page-12bet-com-app__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
    }

    .page-12bet-com-app__section-title {
      font-size: 2.2em;
      color: #333;
      text-align: center;
      margin-bottom: 30px;
      font-weight: bold;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-12bet-com-app__section--dark .page-12bet-com-app__section-title {
      color: #ffd700;
    }

    .page-12bet-com-app__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: center;
    }

    .page-12bet-com-app__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-12bet-com-app__feature-item {
      text-align: center;
      padding: 25px;
      background-color: #f9f9f9;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-12bet-com-app__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-12bet-com-app__feature-icon {
      width: 100%;
      max-width: 250px;
      height: auto;
      margin-bottom: 15px;
      border-radius: 5px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .page-12bet-com-app__feature-title {
      font-size: 1.4em;
      color: #007bff;
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-12bet-com-app__step-list {
      list-style: none;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin-top: 30px;
    }

    .page-12bet-com-app__step-item {
      display: flex;
      align-items: flex-start;
      background-color: #f9f9f9;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
      text-align: left;
    }

    .page-12bet-com-app__step-number {
      font-size: 1.8em;
      font-weight: bold;
      color: #007bff;
      margin-right: 15px;
      flex-shrink: 0;
    }

    .page-12bet-com-app__step-content {
      flex-grow: 1;
    }

    .page-12bet-com-app__step-title {
      font-size: 1.3em;
      color: #333;
      margin-bottom: 5px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-12bet-com-app__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-12bet-com-app__game-card {
      background-color: #f9f9f9;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      text-align: center;
      box-sizing: border-box;
    }

    .page-12bet-com-app__game-image {
      width: 100%;
      height: 180px;
      object-fit: cover;
      border-bottom: 1px solid #eee;
    }

    .page-12bet-com-app__game-info {
      padding: 15px;
    }

    .page-12bet-com-app__game-title {
      font-size: 1.2em;
      font-weight: bold;
      color: #333;
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-12bet-com-app__payment-methods {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-12bet-com-app__payment-logo {
      width: 100%;
      max-width: 150px;
      height: auto;
      border-radius: 5px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .page-12bet-com-app__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 1000;
    }

    .page-12bet-com-app__floating-button {
      background-color: #28a745;
      color: #fff;
      padding: 12px 25px;
      border-radius: 30px;
      font-weight: bold;
      text-decoration: none;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease;
      font-size: 1em;
      border: none;
      cursor: pointer;
      white-space: nowrap; /* Prevent text wrapping */
    }

    .page-12bet-com-app__floating-button--login {
      background-color: #ffc107;
      color: #333;
    }

    .page-12bet-com-app__floating-button:hover {
      opacity: 0.9;
    }

    .page-12bet-com-app__faq-section {
      margin-top: 40px;
    }

    .page-12bet-com-app__faq-item {
      background-color: #f9f9f9;
      border: 1px solid #eee;
      margin-bottom: 10px;
      border-radius: 8px;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-12bet-com-app__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #f0f0f0;
      color: #333;
      font-weight: bold;
      font-size: 1.1em;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-12bet-com-app__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-12bet-com-app__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #333;
      pointer-events: none;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-12bet-com-app__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none;
      transition: transform 0.3s ease;
      color: #007bff;
    }

    .page-12bet-com-app__faq-item.active .page-12bet-com-app__faq-toggle {
      transform: rotate(45deg);
    }

    .page-12bet-com-app__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555;
      font-size: 1em;
    }

    .page-12bet-com-app__faq-item.active .page-12bet-com-app__faq-answer {
      max-height: 2000px !important;
      padding: 20px 25px !important;
      opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-12bet-com-app__hero-title {
        font-size: 2em;
      }

      .page-12bet-com-app__hero-subtitle {
        font-size: 1em;
      }

      .page-12bet-com-app__section-title {
        font-size: 1.8em;
      }

      .page-12bet-com-app__section {
        padding: 20px 15px;
        margin-top: 15px;
      }

      .page-12bet-com-app__features-grid {
        grid-template-columns: 1fr;
      }

      .page-12bet-com-app__feature-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px;
      }

      .page-12bet-com-app__step-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 15px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-12bet-com-app__step-number {
        margin-right: 0;
        margin-bottom: 10px;
      }

      .page-12bet-com-app__game-grid {
        grid-template-columns: 1fr;
      }

      .page-12bet-com-app__game-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-12bet-com-app__payment-methods {
        flex-direction: column;
        align-items: center;
      }

      .page-12bet-com-app__payment-logo {
        width: 100%;
        max-width: 120px;
      }

      .page-12bet-com-app__floating-buttons {
        flex-direction: row;
        left: 50%;
        transform: translateX(-50%);
        bottom: 15px;
        width: calc(100% - 40px);
        justify-content: space-around;
        gap: 10px;
      }

      .page-12bet-com-app__floating-button {
        flex: 1;
        padding: 10px 15px;
        font-size: 0.9em;
      }

      .page-12bet-com-app__faq-question,
      .page-12bet-com-app__faq-answer {
        padding-left: 15px;
        padding-right: 15px;
      }
      .page-12bet-com-app__faq-question h3 {
        font-size: 1em;
      }
      .page-12bet-com-app__faq-answer {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
      .page-12bet-com-app__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
    }

    @media (max-width: 480px) {
      .page-12bet-com-app__hero-title {
        font-size: 1.8em;
      }

      .page-12bet-com-app__hero-subtitle {
        font-size: 0.9em;
      }

      .page-12bet-com-app__section-title {
        font-size: 1.5em;
      }
    }
  