
    :root {
      --page-789betlogin__primary-color: #e44d26; /* A vibrant orange-red for branding */
      --page-789betlogin__secondary-color: #333;
      --page-789betlogin__accent-color: #f4b400; /* Gold for highlights */
      --page-789betlogin__background-color: #f8f8f8;
      --page-789betlogin__text-color: #333;
      --page-789betlogin__light-text-color: #fff;
      --page-789betlogin__border-color: #ddd;
      --page-789betlogin__gradient-start: #ff7e5f;
      --page-789betlogin__gradient-end: #feb47b;
    }

    .page-789betlogin {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-789betlogin__text-color);
      background-color: var(--page-789betlogin__background-color);
    }

    .page-789betlogin__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    @media (max-width: 768px) {
      .page-789betlogin__section {
        padding: 20px 15px;
      }
    }

    .page-789betlogin__hero-section {
      background: linear-gradient(135deg, var(--page-789betlogin__gradient-start), var(--page-789betlogin__gradient-end));
      color: var(--page-789betlogin__light-text-color);
      padding: 10px 0 60px 0; /* Added padding-top for fixed header */
      position: relative;
      overflow: hidden;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

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

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

    .page-789betlogin__hero-content {
      position: relative;
      z-index: 1;
      padding: 0 20px;
    }

    .page-789betlogin__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: var(--page-789betlogin__light-text-color);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .page-789betlogin__hero-subtitle {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: var(--page-789betlogin__light-text-color);
    }

    .page-789betlogin__button {
      display: inline-block;
      padding: 15px 30px;
      background-color: var(--page-789betlogin__accent-color);
      color: var(--page-789betlogin__light-text-color);
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-789betlogin__button:hover {
      background-color: #e6a200;
      transform: translateY(-2px);
    }

    .page-789betlogin__floating-login-button {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1000;
      background: linear-gradient(90deg, #ff416c, #ff4b2b);
      color: var(--page-789betlogin__light-text-color);
      padding: 15px 25px;
      border-radius: 50px;
      font-weight: bold;
      font-size: 1.1em;
      text-align: center;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
      animation: page-789betlogin__pulse 2s infinite;
      border: none; /* Ensure it's a button, not a link */
      cursor: pointer;
    }

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

    .page-789betlogin__heading {
      color: var(--page-789betlogin__primary-color);
      font-size: 2em;
      margin-bottom: 20px;
    }

    .page-789betlogin__sub-heading {
      color: var(--page-789betlogin__secondary-color);
      font-size: 1.5em;
      margin-bottom: 15px;
    }

    .page-789betlogin__text {
      margin-bottom: 15px;
      font-size: 1em;
      color: var(--page-789betlogin__text-color);
    }

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

    .page-789betlogin__grid-item {
      background-color: #fff;
      padding: 25px;
      border-radius: 12px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-789betlogin__grid-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

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

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

    .page-789betlogin__grid-title {
      font-size: 1.3em;
      color: var(--page-789betlogin__primary-color);
      margin-bottom: 10px;
    }

    .page-789betlogin__grid-description {
      font-size: 0.95em;
      color: var(--page-789betlogin__secondary-color);
    }

    .page-789betlogin__steps-list {
      list-style: none;
      padding: 0;
      text-align: left;
      margin-top: 30px;
    }

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

    .page-789betlogin__step-number {
      background-color: var(--page-789betlogin__primary-color);
      color: var(--page-789betlogin__light-text-color);
      width: 40px;
      height: 40px;
      min-width: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 1.2em;
    }

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

    .page-789betlogin__faq-section {
      background-color: #fff;
      padding: 40px 20px;
      max-width: 900px;
      margin: 40px auto;
      border-radius: 12px;
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
      text-align: left;
    }

    .page-789betlogin__faq-item {
      border-bottom: 1px solid var(--page-789betlogin__border-color);
      padding: 15px 0;
    }

    .page-789betlogin__faq-item:last-child {
      border-bottom: none;
    }

    .page-789betlogin__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      user-select: none;
      font-size: 1.1em;
      color: var(--page-789betlogin__secondary-color);
      font-weight: bold;
      padding: 10px 0;
    }

    .page-789betlogin__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: var(--page-789betlogin__secondary-color);
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-789betlogin__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: var(--page-789betlogin__primary-color);
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

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

    .page-789betlogin__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: var(--page-789betlogin__text-color);
      font-size: 0.95em;
    }

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

    @media (max-width: 768px) {
      .page-789betlogin__hero-title {
        font-size: 2em;
      }
      .page-789betlogin__hero-subtitle {
        font-size: 1em;
      }
      .page-789betlogin__heading {
        font-size: 1.8em;
      }
      .page-789betlogin__sub-heading {
        font-size: 1.3em;
      }
      .page-789betlogin__grid {
        grid-template-columns: 1fr;
      }
      .page-789betlogin__faq-question {
        font-size: 1em;
      }
      .page-789betlogin__faq-question h3 {
        font-size: 1em;
      }
      .page-789betlogin__faq-answer {
        padding: 0 10px;
      }
      .page-789betlogin__faq-item.active .page-789betlogin__faq-answer {
        padding: 15px 10px !important;
      }
      .page-789betlogin__floating-login-button {
        padding: 12px 20px;
        font-size: 1em;
        bottom: 15px;
      }
      /* Image responsive optimization for mobile */
      .page-789betlogin__hero-image,
      .page-789betlogin__grid-image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-789betlogin__hero-image-wrapper,
      .page-789betlogin__grid-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  