
    .page-68game-bai {
      font-family: 'Arial', sans-serif;
      color: #333;
      background-color: #f5f5f5;
      line-height: 1.6;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-68game-bai__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-68game-bai__section {
      padding: 40px 0;
      text-align: center;
    }

    .page-68game-bai__section--dark {
      background-color: #2a2a2a;
      color: #f5f5f5;
    }

    .page-68game-bai__section-title {
      font-size: 2.5em;
      margin-bottom: 20px;
      color: #0056b3; /* Dark blue for titles */
      font-weight: bold;
    }
    .page-68game-bai__section--dark .page-68game-bai__section-title {
        color: #f0f0f0;
    }

    .page-68game-bai__section-description {
      font-size: 1.1em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #555;
    }
    .page-68game-bai__section--dark .page-68game-bai__section-description {
        color: #ccc;
    }

    /* Hero Section */
    .page-68game-bai__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:betting,mobile,casino,68gamebai]') center center no-repeat;
      background-size: cover;
      color: #fff;
      padding: 100px 15px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 500px;
      padding-top: 10px; /* Small top padding, assuming body handles main offset */
    }

    .page-68game-bai__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      text-align: center;
      font-weight: bold;
    }

    .page-68game-bai__hero-description {
      font-size: 1.3em;
      margin-bottom: 40px;
      max-width: 900px;
      text-align: center;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-68game-bai__cta-button {
      display: inline-block;
      background-color: #ffc107; /* Yellow/Orange for CTA */
      color: #333;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-68game-bai__cta-button:hover {
      background-color: #e0a800;
      transform: translateY(-3px);
    }

    /* Game Categories */
    .page-68game-bai__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin-top: 40px;
    }

    .page-68game-bai__category-item {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease;
      text-align: center;
      box-sizing: border-box;
      padding-bottom: 15px;
    }

    .page-68game-bai__category-item:hover {
      transform: translateY(-5px);
    }

    .page-68game-bai__category-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      margin-bottom: 15px;
    }

    .page-68game-bai__category-title {
      font-size: 1.5em;
      color: #0056b3;
      margin: 0 15px 10px;
    }

    /* Promotions */
    .page-68game-bai__promotions-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
        margin-top: 40px;
        list-style: none;
        padding: 0;
    }

    .page-68game-bai__promotion-item {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        padding: 25px;
        text-align: left;
        transition: transform 0.3s ease;
        box-sizing: border-box;
    }
    .page-68game-bai__promotion-item:hover {
        transform: translateY(-5px);
    }

    .page-68game-bai__promotion-item h3 {
        color: #e67e22; /* Orange for promotion titles */
        font-size: 1.3em;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .page-68game-bai__promotion-item p {
        color: #555;
        font-size: 1em;
    }

    .page-68game-bai__promotions-image {
        width: 100%;
        max-width: 800px;
        height: auto;
        margin: 40px auto 0;
        border-radius: 8px;
        display: block;
        object-fit: cover;
    }

    /* Features/Why Choose Us */
    .page-68game-bai__features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
        margin-top: 40px;
        list-style: none;
        padding: 0;
    }

    .page-68game-bai__feature-item {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        padding: 25px;
        text-align: left;
        transition: transform 0.3s ease;
        box-sizing: border-box;
    }
    .page-68game-bai__feature-item:hover {
        transform: translateY(-5px);
    }

    .page-68game-bai__feature-item h3 {
        color: #28a745; /* Green for features */
        font-size: 1.3em;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .page-68game-bai__feature-item p {
        color: #555;
        font-size: 1em;
    }

    /* Game Providers & Payment Methods */
    .page-68game-bai__logo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 40px;
      padding: 0;
      list-style: none;
    }

    .page-68game-bai__logo-item {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      padding: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100px;
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }
    .page-68game-bai__logo-item:hover {
        transform: scale(1.05);
    }

    .page-68game-bai__logo-item img {
      max-width: 100%;
      max-height: 80px;
      height: auto;
      object-fit: contain;
    }

    /* FAQ Section */
    .page-68game-bai__faq-section {
        text-align: left;
    }

    .page-68game-bai__faq-list {
      margin-top: 30px;
      list-style: none;
      padding: 0;
    }

    .page-68game-bai__faq-item {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .page-68game-bai__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      font-size: 1.2em;
      font-weight: bold;
      color: #0056b3;
      cursor: pointer;
      user-select: none;
      background-color: #f9f9f9;
      border-bottom: 1px solid #eee;
    }

    .page-68game-bai__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-68game-bai__faq-question h3 {
        margin: 0;
        flex-grow: 1;
        pointer-events: none; /* Prevent h3 from blocking click event */
        color: #0056b3;
    }

    .page-68game-bai__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

    .page-68game-bai__faq-item.active .page-68game-bai__faq-toggle {
      transform: rotate(45deg); /* Changes '+' to 'x' or similar, could also be '-' */
    }
    .page-68game-bai__faq-item.active .page-68game-bai__faq-question {
        border-bottom: none;
    }

    .page-68game-bai__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #333;
      font-size: 1em;
    }

    .page-68game-bai__faq-item.active .page-68game-bai__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px !important;
      opacity: 1;
    }

    /* Floating Buttons */
    .page-68game-bai__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-68game-bai__floating-btn {
      background-color: #007bff; /* Blue for primary actions */
      color: #fff;
      padding: 12px 20px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.3s ease;
      text-align: center;
      cursor: pointer;
      border: none;
      white-space: nowrap;
    }

    .page-68game-bai__floating-btn--register {
        background-color: #28a745; /* Green for register */
    }

    .page-68game-bai__floating-btn--login {
        background-color: #17a2b8; /* Cyan for login */
    }

    .page-68game-bai__floating-btn:hover {
      transform: translateY(-2px);
      opacity: 0.9;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-68game-bai__hero-section {
        padding: 80px 15px;
        min-height: 400px;
      }

      .page-68game-bai__hero-title {
        font-size: 2.5em;
      }

      .page-68game-bai__hero-description {
        font-size: 1em;
      }

      .page-68game-bai__section-title {
        font-size: 2em;
      }

      .page-68game-bai__game-categories,
      .page-68game-bai__promotions-grid,
      .page-68game-bai__features-grid,
      .page-68game-bai__logo-grid {
        grid-template-columns: 1fr;
      }

      .page-68game-bai__category-item,
      .page-68game-bai__promotion-item,
      .page-68game-bai__feature-item,
      .page-68game-bai__logo-item,
      .page-68game-bai__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
      }

      .page-68game-bai__category-image,
      .page-68game-bai__promotions-image,
      .page-68game-bai__logo-item img {
        max-width: 100% !important;
        height: auto !important;
        object-fit: cover;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-68game-bai__faq-question,
      .page-68game-bai__faq-answer {
        padding: 15px !important;
      }
      .page-68game-bai__faq-question h3 {
        font-size: 1.1em;
      }

      .page-68game-bai__floating-buttons {
        bottom: 15px;
        right: 15px;
        flex-direction: row;
        width: calc(100% - 30px);
        justify-content: space-around;
      }

      .page-68game-bai__floating-btn {
        flex: 1;
        font-size: 0.9em;
        padding: 10px 15px;
      }
    }

    @media (max-width: 480px) {
        .page-68game-bai__hero-title {
            font-size: 2em;
        }
        .page-68game-bai__cta-button {
            padding: 12px 25px;
            font-size: 1.1em;
        }
    }

    /* Ensure contrast */
    .page-68game-bai__section-title,
    .page-68game-bai__category-title,
    .page-68game-bai__promotion-item h3,
    .page-68game-bai__feature-item h3,
    .page-68game-bai__faq-question h3 {
        color: #0056b3; /* Dark enough blue */
    }
    .page-68game-bai__section--dark .page-68game-bai__section-title {
        color: #f0f0f0; /* Light enough for dark background */
    }
    .page-68game-bai__section-description,
    .page-68game-bai__promotion-item p,
    .page-68game-bai__feature-item p,
    .page-68game-bai__faq-answer {
        color: #333; /* Dark enough for light background */
    }
    .page-68game-bai__section--dark .page-68game-bai__section-description {
        color: #ccc; /* Light enough for dark background */
    }
  