
    /* CSS Styles for page-789betlogin */
    .page-789betlogin {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f4f7f6;
      padding-bottom: 80px; /* Space for the floating button */
    }

    .page-789betlogin__hero-section {
      position: relative;
      width: 100%;
      overflow: hidden;
      padding-top: 10px; /* For fixed header */
      padding-bottom: 20px;
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d); /* Gradient background for visual appeal */
      color: #fff;
      text-align: center;
    }

    .page-789betlogin__hero-banner {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      object-fit: cover; /* Ensures image covers area without distortion */
    }

    .page-789betlogin__hero-content {
      padding: 20px;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-789betlogin__hero-title {
      font-size: 2.5em;
      margin-bottom: 10px;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-789betlogin__hero-description {
      font-size: 1.1em;
      margin-bottom: 25px;
      color: #eee;
    }

    .page-789betlogin__cta-button {
      display: inline-block;
      background-color: #ff4500; /* Orange-red for urgency */
      color: #fff;
      padding: 15px 30px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      border: none;
      cursor: pointer;
    }

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

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

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

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

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

    .page-789betlogin__usp-item {
      background-color: #f9f9f9;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      min-height: 220px; /* Ensure consistent height */
    }

    .page-789betlogin__usp-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
    }

    .page-789betlogin__usp-image {
      width: 250px; /* Min 200px requirement */
      height: auto;
      margin-bottom: 15px;
      border-radius: 8px;
    }

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

    .page-789betlogin__usp-description {
      font-size: 0.95em;
      color: #555;
    }

    .page-789betlogin__steps-container {
      display: flex;
      flex-direction: column;
      gap: 25px;
      margin-top: 30px;
    }

    .page-789betlogin__step-item {
      display: flex;
      align-items: flex-start;
      background-color: #f9f9f9;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }

    .page-789betlogin__step-number {
      flex-shrink: 0;
      width: 40px;
      height: 40px;
      background-color: #1a2a6c;
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 1.2em;
      margin-right: 20px;
    }

    .page-789betlogin__step-content {
      flex-grow: 1;
    }

    .page-789betlogin__step-title {
      font-size: 1.4em;
      color: #ff4500;
      margin-bottom: 10px;
    }

    .page-789betlogin__step-description {
      font-size: 1em;
      color: #555;
    }

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

    .page-789betlogin__game-card {
      background-color: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-789betlogin__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
    }

    .page-789betlogin__game-image {
      width: 100%;
      height: 200px; /* Fixed height for consistency */
      object-fit: cover;
      border-bottom: 1px solid #eee;
    }

    .page-789betlogin__game-content {
      padding: 20px;
      flex-grow: 1;
    }

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

    .page-789betlogin__game-description {
      font-size: 0.95em;
      color: #555;
    }

    .page-789betlogin__floating-button-wrapper {
      position: fixed;
      bottom: 20px;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: center;
      z-index: 1000;
      padding: 0 15px; /* Ensure padding for mobile */
      box-sizing: border-box;
    }

    .page-789betlogin__floating-button {
      background-color: #008000; /* Green for "join now" */
      color: #fff;
      padding: 15px 30px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s ease, transform 0.3s ease;
      white-space: nowrap; /* Prevent text wrapping on small screens initially */
      max-width: 90%; /* Limit width for mobile */
      text-align: center;
      border: none;
      cursor: pointer;
    }

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

    /* FAQ Section Styles */
    .page-789betlogin__faq-section {
      padding: 40px 20px;
      max-width: 900px;
      margin: 0 auto 20px auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-789betlogin__faq-item {
      margin-bottom: 15px;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      overflow: hidden;
    }

    .page-789betlogin__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f0f0f0;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      color: #1a2a6c;
      transition: background-color 0.3s ease;
    }

    .page-789betlogin__faq-question:hover {
      background-color: #e6e6e6;
    }

    .page-789betlogin__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      pointer-events: none; /* Prevent h3 from blocking click */
      flex-grow: 1;
      text-align: left;
    }

    .page-789betlogin__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 */
    }

    .page-789betlogin__faq-item.active .page-789betlogin__faq-toggle {
      transform: rotate(45deg); /* Changes '+' to 'x' or similar, visually indicates open */
    }

    .page-789betlogin__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #fff;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555;
    }

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

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

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

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

      .page-789betlogin__section {
        padding: 20px 15px;
        margin-left: 10px;
        margin-right: 10px;
      }

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

      .page-789betlogin__usp-grid,
      .page-789betlogin__game-grid {
        grid-template-columns: 1fr; /* Single column for mobile */
        gap: 20px;
      }

      .page-789betlogin__usp-item,
      .page-789betlogin__game-card {
        padding: 20px;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-789betlogin__game-image {
        height: 180px;
      }

      .page-789betlogin__step-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-789betlogin__step-number {
        margin-right: 0;
        margin-bottom: 15px;
      }

      .page-789betlogin__floating-button {
        font-size: 1em;
        padding: 12px 20px;
        max-width: calc(100% - 30px); /* Account for wrapper padding */
        word-wrap: break-word !important; /* Ensure text wraps */
        overflow-wrap: break-word !important;
      }

      .page-789betlogin__faq-section {
        padding: 20px 15px;
        margin-left: 10px;
        margin-right: 10px;
      }

      .page-789betlogin__faq-question {
        padding: 12px 15px;
      }

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

      .page-789betlogin__faq-toggle {
        font-size: 1.2em;
        margin-left: 10px;
      }

      .page-789betlogin__faq-answer {
        padding: 15px !important; /* Adjust padding for mobile */
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
    }
  