
    /* CSS styles for page-789betlink */
    .page-789betlink {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f4f7f6;
      padding-bottom: 80px; /* Space for floating button */
    }

    .page-789betlink__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      margin-bottom: 25px;
    }

    .page-789betlink__hero-section {
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d); /* Gradient for a vibrant look */
      color: #fff;
      text-align: center;
      padding: 100px 20px 60px; /* Adjusted padding-top for fixed header */
      position: relative;
      overflow: hidden;
      border-radius: 0 0 15px 15px;
      margin-bottom: 25px;
    }

    .page-789betlink__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      z-index: 1;
    }

    .page-789betlink__hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-789betlink__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      line-height: 1.2;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      color: #ffe0b2; /* Lighter color for title */
    }

    .page-789betlink__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #e0f2f7;
    }

    .page-789betlink__promotion-button {
      display: inline-block;
      background-color: #ff4500; /* Orange-red for urgency */
      color: #fff;
      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 6px 15px rgba(0, 0, 0, 0.3);
      cursor: pointer; /* Indicate it's clickable */
      border: none; /* Ensure it looks like a button */
    }

    .page-789betlink__promotion-button:hover {
      background-color: #e03e00;
      transform: translateY(-3px);
    }

    .page-789betlink__floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #007bff; /* Blue for call to action */
      color: #fff;
      padding: 15px 25px;
      border-radius: 30px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      font-weight: bold;
      font-size: 1.1em;
      cursor: pointer;
      z-index: 1000;
      text-align: center;
      transition: background-color 0.3s ease, transform 0.2s ease;
      animation: page-789betlink__pulse 2s infinite;
      border: none;
      text-decoration: none; /* Ensure it doesn't look like a text link */
    }

    .page-789betlink__floating-button:hover {
      background-color: #0056b3;
      transform: scale(1.05);
    }

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

    .page-789betlink__section-title {
      font-size: 2.2em;
      color: #1a2a6c;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-789betlink__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #fdbb2d;
      border-radius: 2px;
    }

    .page-789betlink__text-content p {
      margin-bottom: 15px;
      color: #555;
    }

    .page-789betlink__text-content ul {
      list-style: disc;
      margin-left: 20px;
      margin-bottom: 15px;
      color: #555;
    }

    .page-789betlink__text-content strong {
      color: #1a2a6c;
    }

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

    .page-789betlink__game-card {
      background-color: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-789betlink__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .page-789betlink__game-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 1px solid #eee;
    }

    .page-789betlink__game-card-content {
      padding: 20px;
    }

    .page-789betlink__game-card-title {
      font-size: 1.5em;
      color: #1a2a6c;
      margin-bottom: 10px;
    }

    .page-789betlink__game-card-description {
      font-size: 0.95em;
      color: #666;
      margin-bottom: 15px;
    }

    .page-789betlink__game-card-button {
      display: inline-block;
      background-color: #fdbb2d;
      color: #1a2a6c;
      padding: 10px 20px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      cursor: pointer;
      border: none;
    }

    .page-789betlink__game-card-button:hover {
      background-color: #ffc107;
    }

    .page-789betlink__faq-section {
      background-color: #fefefe;
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto 25px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .page-789betlink__faq-item {
      border-bottom: 1px solid #eee;
      margin-bottom: 15px;
      padding-bottom: 15px;
    }

    .page-789betlink__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0;
    }

    .page-789betlink__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      padding: 15px 0;
      background-color: transparent;
      border: none;
      width: 100%;
      text-align: left;
      font-size: 1.1em;
      color: #1a2a6c;
      font-weight: bold;
      user-select: none;
      transition: color 0.3s ease;
    }

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

    .page-789betlink__faq-question:hover {
      color: #007bff;
    }

    .page-789betlink__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #fdbb2d;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-789betlink__faq-item.active .page-789betlink__faq-toggle {
      transform: rotate(45deg); /* Plus to X effect */
      color: #ff4500;
    }

    .page-789betlink__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #666;
      font-size: 0.95em;
    }

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

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-789betlink__hero-section {
        padding: 80px 15px 40px; /* Adjusted for mobile fixed header */
      }

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

      .page-789betlink__hero-subtitle {
        font-size: 1.1em;
      }

      .page-789betlink__section {
        padding: 30px 15px;
        margin-bottom: 20px;
      }

      .page-789betlink__section-title {
        font-size: 1.8em;
        margin-bottom: 25px;
      }

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

      .page-789betlink__game-card-title {
        font-size: 1.3em;
      }

      .page-789betlink__floating-button {
        padding: 12px 20px;
        font-size: 1em;
        bottom: 15px;
        right: 15px;
      }

      .page-789betlink__faq-question {
        font-size: 1em;
      }

      .page-789betlink__faq-question h3 {
        font-size: 1em;
      }

      .page-789betlink__faq-answer {
        font-size: 0.9em;
      }
    }

    @media (max-width: 480px) {
      .page-789betlink__hero-title {
        font-size: 1.8em;
      }

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

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

    /* General image responsiveness for all images */
    .page-789betlink img {
        max-width: 100%;
        height: auto;
        display: block; /* Ensure images behave as block elements */
        margin: 0 auto; /* Center images if they are smaller than their container */
    }

    .page-789betlink__image-container {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin-bottom: 20px;
        text-align: center; /* For centering images */
    }

    @media (max-width: 768px) {
        .page-789betlink img {
            max-width: 100% !important;
            height: auto !important;
        }
        .page-789betlink__image-container {
            width: 100% !important;
            max-width: 100% !important;
            overflow: hidden !important;
            box-sizing: border-box !important;
        }
    }
  