
    :root {
      --page-bet88-primary-bg: #000000;
      --page-bet88-secondary-bg: #1a1a1a;
      --page-bet88-text-color: #ffffff;
      --page-bet88-accent-color: #FFD700; /* Gold */
      --page-bet88-button-hover: #e0b800;
      --page-bet88-border-color: #333333;
      --page-bet88-success-color: #4CAF50;
      --page-bet88-error-color: #f44336;
    }

    .page-bet88 {
      background-color: var(--page-bet88-primary-bg);
      color: var(--page-bet88-text-color);
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      overflow-x: hidden;
      padding-bottom: 80px; /* Space for floating button */
    }

    .page-bet88__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-bet88__section {
      padding: 40px 20px;
      margin-bottom: 30px;
      background-color: var(--page-bet88-secondary-bg);
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .page-bet88__section-title {
      color: var(--page-bet88-accent-color);
      text-align: center;
      margin-bottom: 30px;
      font-size: 2.5em;
      font-weight: bold;
      text-transform: uppercase;
    }

    .page-bet88__hero-section {
      text-align: center;
      padding-top: 120px; /* Desktop fixed header spacing */
      padding-bottom: 40px;
      background-color: var(--page-bet88-primary-bg);
    }

    .page-bet88__hero-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 20px;
    }

    .page-bet88__hero-image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      border-radius: 8px;
    }

    .page-bet88__hero-title {
      font-size: 3em;
      color: var(--page-bet88-accent-color);
      margin-bottom: 15px;
      text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    }

    .page-bet88__hero-description {
      font-size: 1.2em;
      max-width: 800px;
      margin: 0 auto 30px;
      color: var(--page-bet88-text-color);
    }

    .page-bet88__cta-button {
      display: inline-block;
      background-color: var(--page-bet88-accent-color);
      color: var(--page-bet88-primary-bg);
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
    }

    .page-bet88__cta-button:hover {
      background-color: var(--page-bet88-button-hover);
      transform: translateY(-3px);
    }

    .page-bet88__floating-button {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      background-color: var(--page-bet88-success-color);
      color: var(--page-bet88-text-color);
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      z-index: 1000;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      animation: page-bet88__pulse 1.5s infinite;
      white-space: nowrap; /* Ensure text stays on one line */
    }

    .page-bet88__floating-button:hover {
      background-color: #45a049;
      animation: none;
    }

    @keyframes page-bet88__pulse {
      0% { transform: translateX(-50%) scale(1); }
      50% { transform: translateX(-50%) scale(1.05); }
      100% { transform: translateX(-50%) scale(1); }
    }

    .page-bet88__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 25px;
      justify-content: center;
    }

    .page-bet88__game-card {
      background-color: var(--page-bet88-primary-bg);
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid var(--page-bet88-border-color);
    }

    .page-bet88__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(255, 215, 0, 0.3);
    }

    .page-bet88__game-card-link {
      display: block;
      text-decoration: none;
      color: var(--page-bet88-text-color);
    }

    .page-bet88__game-card-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      height: 150px; /* Fixed height for consistency */
    }

    .page-bet88__game-card-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .page-bet88__game-card-title {
      font-size: 1.1em;
      font-weight: bold;
      padding: 15px 10px;
      color: var(--page-bet88-text-color);
      background-color: var(--page-bet88-secondary-bg);
    }

    .page-bet88__promotion-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
    }

    .page-bet88__promotion-item {
      background-color: var(--page-bet88-primary-bg);
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      border: 1px solid var(--page-bet88-border-color);
    }

    .page-bet88__promotion-item:hover {
      transform: translateY(-5px);
    }

    .page-bet88__promotion-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      height: 200px; /* Fixed height for promo images */
    }

    .page-bet88__promotion-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .page-bet88__promotion-content {
      padding: 20px;
    }

    .page-bet88__promotion-title {
      font-size: 1.4em;
      color: var(--page-bet88-accent-color);
      margin-bottom: 10px;
    }

    .page-bet88__promotion-description {
      font-size: 0.95em;
      color: #cccccc;
      margin-bottom: 15px;
    }

    .page-bet88__provider-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      gap: 20px;
      justify-items: center;
      align-items: center;
    }

    .page-bet88__provider-logo-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      height: 80px; /* Fixed height for provider logos */
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #0d0d0d;
      border-radius: 8px;
      padding: 10px;
      transition: transform 0.3s ease;
    }

    .page-bet88__provider-logo-wrapper:hover {
      transform: scale(1.05);
    }

    .page-bet88__provider-logo {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      display: block;
    }

    .page-bet88__feature-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .page-bet88__feature-item {
      background-color: var(--page-bet88-primary-bg);
      padding: 20px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      border-left: 5px solid var(--page-bet88-accent-color);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .page-bet88__feature-icon-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      flex-shrink: 0;
      margin-right: 15px;
      width: 60px;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .page-bet88__feature-icon {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .page-bet88__feature-text {
      font-size: 1.1em;
      color: #e0e0e0;
    }

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

    .page-bet88__faq-item {
      background-color: var(--page-bet88-primary-bg);
      border: 1px solid var(--page-bet88-border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
    }

    .page-bet88__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: var(--page-bet88-secondary-bg);
      color: var(--page-bet88-text-color);
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-bet88__faq-question h3 {
      margin: 0;
      color: var(--page-bet88-text-color);
      font-size: 1em; /* Adjust to fit parent */
      pointer-events: none; /* Allow click on parent div */
    }

    .page-bet88__faq-question:hover {
      background-color: #2a2a2a;
    }

    .page-bet88__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      color: var(--page-bet88-accent-color);
      pointer-events: none; /* Allow click on parent div */
    }

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

    .page-bet88__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: #cccccc;
      font-size: 1em;
    }

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

    .page-bet88__final-cta-section {
      text-align: center;
      padding: 50px 20px;
    }

    .page-bet88__final-cta-text {
      font-size: 1.8em;
      color: var(--page-bet88-accent-color);
      margin-bottom: 30px;
      font-weight: bold;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-bet88__hero-section {
        padding-top: 100px; /* Mobile fixed header spacing */
      }

      .page-bet88__hero-title {
        font-size: 2.2em;
      }

      .page-bet88__hero-description {
        font-size: 1em;
      }

      .page-bet88__section-title {
        font-size: 2em;
      }

      .page-bet88__game-grid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 15px;
      }

      .page-bet88__game-card-image-wrapper {
        height: 120px;
      }

      .page-bet88__game-card-title {
        font-size: 1em;
        padding: 10px 5px;
      }

      .page-bet88__promotion-list {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-bet88__promotion-image-wrapper {
        height: 180px;
      }

      .page-bet88__promotion-title {
        font-size: 1.2em;
      }

      .page-bet88__feature-item {
        flex-direction: column;
        text-align: center;
      }

      .page-bet88__feature-icon-wrapper {
        margin-right: 0;
        margin-bottom: 10px;
      }

      .page-bet88__faq-question {
        font-size: 1.1em;
        padding: 12px 15px;
      }

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

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

      .page-bet88__final-cta-text {
        font-size: 1.5em;
      }

      .page-bet88__cta-button {
        padding: 12px 25px;
        font-size: 1.1em;
      }

      /* Image responsiveness for all image wrappers */
      .page-bet88__hero-image-wrapper,
      .page-bet88__game-card-image-wrapper,
      .page-bet88__promotion-image-wrapper,
      .page-bet88__provider-logo-wrapper,
      .page-bet88__feature-icon-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }

      .page-bet88__hero-image,
      .page-bet88__game-card-image,
      .page-bet88__promotion-image,
      .page-bet88__provider-logo,
      .page-bet88__feature-icon {
        max-width: 100% !important;
        height: auto !important;
      }
    }
  