
    .page-789bet {
      font-family: 'Arial', sans-serif;
      color: #fff; /* White text for contrast */
      background-color: #1a1a1a; /* Dark background */
      line-height: 1.6;
      padding-bottom: 80px; /* Space for fixed footer */
    }

    .page-789bet__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .page-789bet__hero-section {
      position: relative;
      text-align: center;
      padding-top: 10px; /* Safe zone for fixed header */
      padding-bottom: 40px;
      overflow: hidden;
      background-color: #000;
    }

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

    .page-789bet__hero-content {
      position: relative;
      z-index: 2;
      padding: 20px 15px;
    }

    .page-789bet__hero-title {
      font-size: 2.5em;
      color: #FFD700; /* Yellow for headings */
      margin-bottom: 15px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-789bet__hero-subtitle {
      font-size: 1.2em;
      color: #fff;
      margin-bottom: 30px;
    }

    .page-789bet__promo-button {
      display: inline-block;
      background-color: #FFD700;
      color: #1a1a1a;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    }

    .page-789bet__promo-button:hover {
      background-color: #e6c200;
      transform: translateY(-2px);
    }

    .page-789bet__section {
      padding: 40px 0;
      background-color: #222;
      margin-bottom: 20px;
      border-radius: 8px;
    }

    .page-789bet__section-title {
      font-size: 2em;
      color: #FFD700;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
    }

    .page-789bet__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -10px;
      transform: translateX(-50%);
      width: 60px;
      height: 3px;
      background-color: #FFD700;
    }

    .page-789bet__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: justify;
    }

    .page-789bet__text-content strong {
      color: #FFD700;
    }

    .page-789bet__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-789bet__game-card {
      background-color: #333;
      border-radius: 10px;
      overflow: hidden;
      text-align: center;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

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

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

    .page-789bet__game-title {
      font-size: 1.3em;
      color: #FFD700;
      padding: 15px 10px 5px;
    }

    .page-789bet__game-description {
      font-size: 0.95em;
      color: #ccc;
      padding: 0 15px 20px;
    }

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

    .page-789bet__provider-logo {
      width: 100%;
      max-width: 200px; /* Ensure minimum size */
      height: auto;
      object-fit: contain;
      background-color: #000;
      padding: 10px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
    }

    .page-789bet__provider-logo:hover {
      transform: scale(1.05);
    }

    .page-789bet__promotions-list {
      list-style: none;
      padding: 0;
      margin-top: 30px;
    }

    .page-789bet__promotion-item {
      background-color: #333;
      padding: 20px;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
      display: flex;
      align-items: center;
      gap: 20px;
    }

    .page-789bet__promotion-image {
      width: 120px;
      height: 120px;
      object-fit: cover;
      border-radius: 8px;
      flex-shrink: 0;
    }

    .page-789bet__promotion-content h3 {
      color: #FFD700;
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 1.4em;
    }

    .page-789bet__promotion-content p {
      color: #ccc;
      font-size: 1em;
    }

    .page-789bet__guide-steps {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin-top: 30px;
    }

    .page-789bet__step-item {
      background-color: #333;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .page-789bet__step-number {
      background-color: #FFD700;
      color: #1a1a1a;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      font-size: 1.2em;
      flex-shrink: 0;
    }

    .page-789bet__step-content h4 {
      color: #FFD700;
      margin-top: 0;
      margin-bottom: 5px;
      font-size: 1.2em;
    }

    .page-789bet__step-content p {
      color: #ccc;
      font-size: 0.95em;
    }

    .page-789bet__faq-list {
      margin-top: 30px;
    }

    .page-789bet__faq-item {
      background-color: #333;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }

    .page-789bet__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #444;
      color: #fff;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-789bet__faq-question:hover {
      background-color: #555;
    }

    .page-789bet__faq-question h3 {
      margin: 0;
      color: #FFD700;
      font-size: 1.1em;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-789bet__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

    .page-789bet__faq-item.active .page-789bet__faq-toggle {
      transform: rotate(45deg); /* Change + to X or - */
    }

    .page-789bet__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      color: #ccc;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    }

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

    .page-789bet__social-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-top: 30px;
    }

    .page-789bet__social-link {
      background-color: #FFD700;
      color: #1a1a1a;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .page-789bet__social-link:hover {
      background-color: #e6c200;
    }

    .page-789bet__floating-button {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #FFD700;
      color: #1a1a1a;
      padding: 12px 25px;
      border-radius: 50px;
      font-weight: bold;
      font-size: 1.1em;
      text-align: center;
      box-shadow: 0 4px 20px rgba(255, 215, 0, 0.6);
      z-index: 1000;
      animation: pulse 1.5s infinite;
      text-decoration: none; /* Ensure it looks like a button but is a link */
      cursor: pointer;
      white-space: nowrap;
    }

    .page-789bet__floating-button:hover {
      background-color: #e6c200;
      animation: none;
    }

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

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-789bet__hero-title {
        font-size: 2em;
      }

      .page-789bet__hero-subtitle {
        font-size: 1em;
      }

      .page-789bet__promo-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-789bet__section-title {
        font-size: 1.7em;
      }

      .page-789bet__text-content {
        font-size: 1em;
      }

      .page-789bet__game-grid {
        grid-template-columns: 1fr;
      }

      .page-789bet__promotion-item {
        flex-direction: column;
        text-align: center;
        gap: 10px;
      }

      .page-789bet__promotion-image {
        width: 100%;
        height: 180px;
        max-width: 250px;
      }

      .page-789bet__step-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .page-789bet__floating-button {
        width: 90%;
        max-width: 350px;
        font-size: 0.95em;
        padding: 10px 15px;
      }

      /* Ensure all images are responsive on mobile */
      .page-789bet img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box;
      }
      .page-789bet__hero-section {
        padding-top: 10px !important; /* Adjust for mobile header */
      }
    }

    @media (max-width: 480px) {
      .page-789bet__hero-title {
        font-size: 1.8em;
      }
      .page-789bet__faq-question {
        font-size: 1em;
        padding: 12px 15px;
      }
      .page-789bet__faq-question h3 {
        font-size: 1em;
      }
      .page-789bet__faq-answer {
        padding: 15px 15px !important;
      }
    }
  