
    .page-88betvui {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0;
      background-color: #1a1a1a;
      line-height: 1.6;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-88betvui__hero-section {
      position: relative;
      width: 100%;
      height: 60vh;
      min-height: 400px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 10px 20px 0;
      box-sizing: border-box;
      overflow: hidden;
    }

    .page-88betvui__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      filter: brightness(0.6);
    }

    .page-88betvui__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      width: 100%;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-88betvui__brand-logo {
      font-size: 3.5em;
      font-weight: bold;
      color: #ffd700; /* Gold color */
      margin-bottom: 10px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .page-88betvui__hero-title {
      font-size: 2.2em;
      color: #ffffff;
      margin-bottom: 20px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-88betvui__hero-description {
      font-size: 1.1em;
      margin-bottom: 30px;
      color: #e0e0e0;
    }

    .page-88betvui__cta-buttons {
      display: flex;
      gap: 15px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .page-88betvui__button {
      background-color: #007bff;
      color: #ffffff;
      padding: 12px 25px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      display: inline-block;
      border: none;
      cursor: pointer;
    }

    .page-88betvui__button:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

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

    .page-88betvui__section-title {
      font-size: 2.5em;
      color: #ffd700;
      text-align: center;
      margin-bottom: 40px;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .page-88betvui__text-content {
      font-size: 1.05em;
      margin-bottom: 20px;
      text-align: justify;
      color: #e0e0e0;
    }

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

    .page-88betvui__card {
      background-color: #2a2a2a;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .page-88betvui__card:hover {
      transform: translateY(-5px);
    }

    .page-88betvui__card-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
    }

    .page-88betvui__card-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .page-88betvui__card-title {
      font-size: 1.5em;
      color: #ffd700;
      margin-bottom: 10px;
      text-align: center;
    }

    .page-88betvui__card-description {
      font-size: 0.95em;
      color: #c0c0c0;
      text-align: justify;
      flex-grow: 1;
    }

    .page-88betvui__list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    }

    .page-88betvui__list-item {
      background-color: #2a2a2a;
      border-radius: 8px;
      padding: 15px 20px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      font-size: 1.05em;
      color: #e0e0e0;
      flex: 1 1 calc(33% - 40px);
      min-width: 280px;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      gap: 10px;
      transition: background-color 0.3s ease;
    }

    .page-88betvui__list-item:hover {
      background-color: #3a3a3a;
    }

    .page-88betvui__list-icon {
      width: 40px;
      height: 40px;
      object-fit: contain;
      filter: brightness(1.2);
    }

    .page-88betvui__payment-logos,
    .page-88betvui__provider-logos {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-top: 30px;
    }

    .page-88betvui__logo-item {
      width: 150px;
      height: 80px;
      object-fit: contain;
      filter: grayscale(0.7) brightness(1.2);
      transition: filter 0.3s ease;
    }

    .page-88betvui__logo-item:hover {
      filter: grayscale(0) brightness(1.1);
    }

    .page-88betvui__faq-container {
      max-width: 900px;
      margin: 40px auto;
    }

    .page-88betvui__faq-item {
      background-color: #2a2a2a;
      margin-bottom: 15px;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-88betvui__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px;
      cursor: pointer;
      background-color: #3a3a3a;
      color: #ffd700;
      font-size: 1.2em;
      font-weight: bold;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-88betvui__faq-question:hover {
      background-color: #4a4a4a;
    }

    .page-88betvui__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #ffd700;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

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

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

    .page-88betvui__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      color: #e0e0e0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    }

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

    .page-88betvui__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
    }

    .page-88betvui__floating-button {
      background-color: #ff4500; /* Orange-red for urgency */
      color: #ffffff;
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
      transition: background-color 0.3s ease, transform 0.2s ease;
      white-space: nowrap;
    }

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

    .page-88betvui__floating-button--login {
      background-color: #007bff;
    }

    .page-88betvui__floating-button--login:hover {
      background-color: #0056b3;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-88betvui__hero-section {
        height: auto;
        min-height: 350px;
        padding-top: 10px;
      }
      .page-88betvui__brand-logo {
        font-size: 2.5em;
      }
      .page-88betvui__hero-title {
        font-size: 1.8em;
      }
      .page-88betvui__hero-description {
        font-size: 1em;
      }
      .page-88betvui__section-title {
        font-size: 2em;
      }
      .page-88betvui__section {
        padding: 30px 15px;
      }
      .page-88betvui__cta-buttons {
        flex-direction: column;
      }
      .page-88betvui__button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
      }
      .page-88betvui__grid-container {
        grid-template-columns: 1fr;
      }
      .page-88betvui__card-image {
        height: 180px;
      }
      .page-88betvui__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 12px 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-88betvui__list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-88betvui__logo-item {
        width: 120px;
        height: 60px;
      }
      .page-88betvui__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }
      .page-88betvui__faq-question h3 {
        font-size: 1.1em;
      }
      .page-88betvui__faq-answer {
        padding: 0 20px;
      }
      .page-88betvui__faq-item.active .page-88betvui__faq-answer {
        padding: 15px 20px !important;
      }
      .page-88betvui__floating-buttons {
        flex-direction: column;
        gap: 10px;
        width: calc(100% - 40px);
        bottom: 15px;
      }
      .page-88betvui__floating-button {
        width: 100%;
        text-align: center;
        padding: 10px 20px;
        font-size: 1em;
      }
    }

    @media (max-width: 480px) {
      .page-88betvui__brand-logo {
        font-size: 2em;
      }
      .page-88betvui__hero-title {
        font-size: 1.5em;
      }
      .page-88betvui__section-title {
        font-size: 1.8em;
      }
    }
  