
    .page-88xx-win {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a2e;
      line-height: 1.6;
      padding-bottom: 80px; /* Space for fixed buttons */
    }

    .page-88xx-win__hero-section {
      position: relative;
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
      color: #ffffff;
      text-align: center;
      padding: 10px 20px 60px; /* Small padding-top to account for body offset */
      overflow: hidden;
    }

    .page-88xx-win__hero-image-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
    }

    .page-88xx-win__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.4;
      max-width: 100%; /* Responsive image */
    }

    .page-88xx-win__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-88xx-win__hero-title {
      font-size: 2.5em;
      margin-bottom: 15px;
      color: #f7b32b;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-88xx-win__hero-description {
      font-size: 1.1em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

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

    .page-88xx-win__button {
      display: inline-block;
      padding: 12px 25px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      white-space: nowrap;
      box-sizing: border-box;
      text-align: center;
    }

    .page-88xx-win__button--primary {
      background-color: #f7b32b;
      color: #1a1a2e;
    }

    .page-88xx-win__button--primary:hover {
      background-color: #e6a21c;
      transform: translateY(-2px);
    }

    .page-88xx-win__button--secondary {
      background-color: #3e2c60;
      color: #f7b32b;
      border: 1px solid #f7b32b;
    }

    .page-88xx-win__button--secondary:hover {
      background-color: #5a4282;
      transform: translateY(-2px);
    }

    .page-88xx-win__promo-banner {
      background-color: #2e1a47;
      padding: 40px 20px;
      text-align: center;
      margin-bottom: 40px;
    }

    .page-88xx-win__promo-title {
      font-size: 2em;
      color: #f7b32b;
      margin-bottom: 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-88xx-win__promo-description {
      font-size: 1.1em;
      margin-bottom: 25px;
      color: #cccccc;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-88xx-win__section-title {
      font-size: 2em;
      color: #f7b32b;
      text-align: center;
      margin-bottom: 20px;
      padding: 0 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-88xx-win__section-description {
      font-size: 1.1em;
      text-align: center;
      margin-bottom: 40px;
      padding: 0 15px;
      color: #cccccc;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-88xx-win__game-categories,
    .page-88xx-win__features-section,
    .page-88xx-win__game-providers,
    .page-88xx-win__payment-methods,
    .page-88xx-win__faq-section,
    .page-88xx-win__cta-section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-88xx-win__category-grid,
    .page-88xx-win__features-grid,
    .page-88xx-win__provider-grid,
    .page-88xx-win__payment-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      justify-content: center;
    }

    .page-88xx-win__category-item,
    .page-88xx-win__feature-item,
    .page-88xx-win__provider-item,
    .page-88xx-win__payment-item {
      background-color: #272740;
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      box-sizing: border-box;
      width: 100%; /* Ensure items take full width in grid cell */
    }

    .page-88xx-win__category-item:hover,
    .page-88xx-win__feature-item:hover,
    .page-88xx-win__provider-item:hover,
    .page-88xx-win__payment-item:hover {
      transform: translateY(-5px);
    }

    .page-88xx-win__category-image,
    .page-88xx-win__feature-icon,
    .page-88xx-win__provider-logo,
    .page-88xx-win__payment-logo {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 15px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      object-fit: contain;
      background-color: #1a1a2e; /* Ensure background for logos */
      padding: 10px;
      box-sizing: border-box;
    }

    .page-88xx-win__category-image {
      max-height: 200px;
      width: auto;
    }

    .page-88xx-win__feature-icon {
      max-height: 150px;
      width: auto;
    }

    .page-88xx-win__provider-logo,
    .page-88xx-win__payment-logo {
      max-height: 100px;
      width: auto;
    }

    .page-88xx-win__category-title,
    .page-88xx-win__feature-title,
    .page-88xx-win__provider-name,
    .page-88xx-win__payment-name {
      font-size: 1.25em;
      color: #f7b32b;
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-88xx-win__category-text,
    .page-88xx-win__feature-description {
      font-size: 0.95em;
      color: #cccccc;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-88xx-win__highlight {
      color: #f7b32b;
      font-weight: bold;
    }

    /* Floating Register/Login Buttons */
    .page-88xx-win__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
      width: calc(100% - 40px);
      max-width: 400px;
      box-sizing: border-box;
    }

    .page-88xx-win__floating-buttons .page-88xx-win__button {
      flex: 1;
      padding: 15px 10px;
      font-size: 1.1em;
    }

    .page-88xx-win__button--register {
      background-color: #f7b32b;
      color: #1a1a2e;
    }

    .page-88xx-win__button--register:hover {
      background-color: #e6a21c;
      transform: translateY(-2px);
    }

    .page-88xx-win__button--login {
      background-color: #3e2c60;
      color: #f7b32b;
      border: 1px solid #f7b32b;
    }

    .page-88xx-win__button--login:hover {
      background-color: #5a4282;
      transform: translateY(-2px);
    }

    /* FAQ Section */
    .page-88xx-win__faq-container {
      max-width: 800px;
      margin: 0 auto;
    }

    .page-88xx-win__faq-item {
      background-color: #272740;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      box-sizing: border-box;
      width: 100%;
    }

    .page-88xx-win__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px;
      background-color: #3e2c60;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
      border-radius: 8px;
    }

    .page-88xx-win__faq-question:hover {
      background-color: #5a4282;
    }

    .page-88xx-win__faq-title {
      font-size: 1.15em;
      color: #ffffff;
      margin: 0;
      pointer-events: none; /* Prevent h3 from blocking click event on parent div */
      flex-grow: 1;
      text-align: left;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-88xx-win__faq-toggle {
      font-size: 1.5em;
      color: #f7b32b;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event on parent div */
    }

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

    .page-88xx-win__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #cccccc;
      font-size: 1em;
      text-align: left;
    }

    .page-88xx-win__faq-item.active .page-88xx-win__faq-answer {
      max-height: 2000px !important;
      padding: 20px !important;
      opacity: 1;
    }

    .page-88xx-win__faq-answer p {
      margin: 0;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-88xx-win__cta-section {
      background-color: #3e2c60;
      padding: 60px 20px;
      text-align: center;
      margin-top: 40px;
      border-radius: 10px;
    }

    .page-88xx-win__cta-title {
      font-size: 2.2em;
      color: #f7b32b;
      margin-bottom: 20px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-88xx-win__cta-description {
      font-size: 1.1em;
      margin-bottom: 30px;
      color: #cccccc;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-88xx-win__hero-title {
        font-size: 1.8em;
      }

      .page-88xx-win__hero-description {
        font-size: 1em;
      }

      .page-88xx-win__section-title,
      .page-88xx-win__promo-title,
      .page-88xx-win__cta-title {
        font-size: 1.6em;
      }

      .page-88xx-win__section-description,
      .page-88xx-win__promo-description,
      .page-88xx-win__cta-description {
        font-size: 0.95em;
      }

      .page-88xx-win__category-grid,
      .page-88xx-win__features-grid,
      .page-88xx-win__provider-grid,
      .page-88xx-win__payment-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-88xx-win__category-item,
      .page-88xx-win__feature-item,
      .page-88xx-win__provider-item,
      .page-88xx-win__payment-item {
        padding: 15px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-88xx-win__category-title,
      .page-88xx-win__feature-title,
      .page-88xx-win__provider-name,
      .page-88xx-win__payment-name {
        font-size: 1.1em;
      }

      .page-88xx-win__category-text,
      .page-88xx-win__feature-description {
        font-size: 0.9em;
      }

      .page-88xx-win__hero-cta-buttons .page-88xx-win__button {
        width: 100%;
        max-width: 250px;
      }

      .page-88xx-win__floating-buttons {
        flex-direction: row;
        justify-content: space-around;
        width: calc(100% - 30px);
        max-width: none;
        bottom: 15px;
        gap: 10px;
        left: 15px;
        transform: translateX(0);
      }

      .page-88xx-win__floating-buttons .page-88xx-win__button {
        font-size: 1em;
        padding: 12px 8px;
      }

      .page-88xx-win__faq-question {
        padding: 15px;
      }

      .page-88xx-win__faq-title {
        font-size: 1em;
      }

      .page-88xx-win__faq-answer {
        padding: 0 15px;
      }

      .page-88xx-win__faq-item.active .page-88xx-win__faq-answer {
        padding: 15px !important;
      }

      /* Image responsiveness */
      .page-88xx-win__hero-image,
      .page-88xx-win__category-image,
      .page-88xx-win__feature-icon,
      .page-88xx-win__provider-logo,
      .page-88xx-win__payment-logo {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-88xx-win__hero-title {
        font-size: 1.6em;
      }

      .page-88xx-win__section-title,
      .page-88xx-win__promo-title,
      .page-88xx-win__cta-title {
        font-size: 1.4em;
      }

      .page-88xx-win__hero-content {
        padding: 0 10px;
      }

      .page-88xx-win__floating-buttons {
        bottom: 10px;
        left: 10px;
        width: calc(100% - 20px);
      }
    }
  