
    .page-55666-bong88 {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f9fa;
      padding-bottom: 80px; /* Space for floating buttons */
      padding-top: 10px; /* Small padding below header */
    }

    .page-55666-bong88__section {
      padding: 40px 15px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-55666-bong88__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
    }

    .page-55666-bong88__hero-section {
      background-image: url('[GALLERY:hero:1920x1080:betting,mobile,platform,vietnam]');
      background-size: cover;
      background-position: center;
      color: #fff;
      text-align: center;
      padding: 80px 15px;
      min-height: 400px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
    }

    .page-55666-bong88__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 0;
    }

    .page-55666-bong88__hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-55666-bong88__hero-title {
      font-size: 3.2em;
      margin-bottom: 10px;
      font-weight: 700;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-55666-bong88__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      font-weight: 300;
      color: #eee;
    }

    .page-55666-bong88__cta-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
    }

    .page-55666-bong88__button {
      background-color: #e74c3c;
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1.1em;
    }

    .page-55666-bong88__button--primary {
      background-color: #27ae60;
    }

    .page-55666-bong88__button--secondary {
      background-color: #f39c12;
    }

    .page-55666-bong88__button:hover {
      opacity: 0.9;
    }

    .page-55666-bong88__heading {
      font-size: 2.5em;
      color: #2c3e50;
      text-align: center;
      margin-bottom: 30px;
      font-weight: 600;
    }

    .page-55666-bong88__heading--light {
      color: #ecf0f1;
    }

    .page-55666-bong88__text-center {
      text-align: center;
    }

    .page-55666-bong88__promotions-grid,
    .page-55666-bong88__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      justify-content: center;
    }

    .page-55666-bong88__card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 20px;
    }

    .page-55666-bong88__card:hover {
      transform: translateY(-5px);
    }

    .page-55666-bong88__card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-55666-bong88__card-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
    }

    .page-55666-bong88__card-title {
      font-size: 1.5em;
      margin-bottom: 10px;
      color: #2c3e50;
      font-weight: 600;
    }

    .page-55666-bong88__card-description {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 15px;
    }

    .page-55666-bong88__features-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-55666-bong88__feature-item {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      padding: 25px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      box-sizing: border-box;
    }

    .page-55666-bong88__feature-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
      object-fit: contain;
    }

    .page-55666-bong88__feature-title {
      font-size: 1.3em;
      color: #2c3e50;
      margin-bottom: 10px;
      font-weight: 600;
    }

    .page-55666-bong88__feature-description {
      font-size: 0.9em;
      color: #666;
    }

    .page-55666-bong88__payment-providers-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 20px;
      margin-top: 30px;
      justify-items: center;
    }

    .page-55666-bong88__provider-logo {
      width: 100px;
      height: 60px;
      object-fit: contain;
      background-color: #fff;
      padding: 5px;
      border-radius: 5px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      box-sizing: border-box;
    }

    .page-55666-bong88__faq-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-55666-bong88__faq-item {
      background-color: #fff;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      overflow: hidden;
    }

    .page-55666-bong88__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px;
      background-color: #3498db;
      color: #fff;
      font-size: 1.2em;
      font-weight: 600;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-55666-bong88__faq-question:hover {
      background-color: #2980b9;
    }

    .page-55666-bong88__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #fff;
      pointer-events: none; /* Prevents text selection from interfering with click */
      flex-grow: 1;
    }

    .page-55666-bong88__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      line-height: 1;
      margin-left: 15px;
      pointer-events: none; /* Prevents icon from interfering with click */
    }

    .page-55666-bong88__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #ecf0f1;
      color: #333;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-55666-bong88__faq-item.active .page-55666-bong88__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px !important;
      opacity: 1;
    }

    .page-55666-bong88__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 15px 10px;
      background-color: rgba(0, 0, 0, 0.85);
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
      z-index: 1000;
      box-sizing: border-box;
    }

    .page-55666-bong88__floating-button {
      flex: 1;
      margin: 0 5px;
      padding: 12px 10px;
      text-align: center;
      border-radius: 8px;
      font-size: 1.1em;
      font-weight: bold;
      color: #fff;
      text-decoration: none;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      box-sizing: border-box;
    }

    .page-55666-bong88__floating-button--register {
      background-color: #e74c3c;
    }

    .page-55666-bong88__floating-button--register:hover {
      background-color: #c0392b;
    }

    .page-55666-bong88__floating-button--login {
      background-color: #3498db;
    }

    .page-55666-bong88__floating-button--login:hover {
      background-color: #2980b9;
    }

    @media (max-width: 768px) {
      .page-55666-bong88__hero-title {
        font-size: 2.5em;
      }

      .page-55666-bong88__hero-subtitle {
        font-size: 1.2em;
      }

      .page-55666-bong88__heading {
        font-size: 2em;
      }

      .page-55666-bong88__section {
        padding: 30px 10px;
      }

      .page-55666-bong88__cta-buttons {
        flex-direction: column;
        gap: 15px;
      }

      .page-55666-bong88__button {
        width: 100%;
        max-width: 250px;
      }

      .page-55666-bong88__promotions-grid,
      .page-55666-bong88__games-grid,
      .page-55666-bong88__features-list,
      .page-55666-bong88__payment-providers-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box !important;
      }

      .page-55666-bong88__card,
      .page-55666-bong88__feature-item,
      .page-55666-bong88__provider-logo {
        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-55666-bong88__feature-item {
        padding: 20px;
      }

      .page-55666-bong88__provider-logo {
        width: 80px;
        height: 50px;
      }

      .page-55666-bong88__faq-question {
        padding: 15px;
        font-size: 1.1em;
      }

      .page-55666-bong88__faq-question h3 {
        font-size: 1.1em;
      }

      .page-55666-bong88__faq-answer {
        padding: 0 15px;
      }

      .page-55666-bong88__faq-item.active .page-55666-bong88__faq-answer {
        padding: 15px !important;
      }

      .page-55666-bong88__floating-buttons {
        flex-direction: row; /* Keep as row for two buttons */
        padding: 10px 5px;
      }

      .page-55666-bong88__floating-button {
        font-size: 1em;
        padding: 10px 5px;
        margin: 0 3px;
      }
    }
  