
    .page-888winbet {
      font-family: 'Arial', sans-serif;
      color: #f8f8f8;
      background-color: #1a1a2e;
      line-height: 1.6;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-888winbet__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-888winbet__section--dark {
      background-color: #0f0f1d;
    }

    .page-888winbet__hero-section {
      position: relative;
      text-align: center;
      color: #fff;
      padding: 10px 20px 80px; /* Small top padding, larger bottom for content */
      background-size: cover;
      background-position: center;
      min-height: 400px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-888winbet__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1;
    }

    .page-888winbet__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-888winbet__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #e0b000;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      line-height: 1.2;
    }

    .page-888winbet__hero-subtitle {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #f8f8f8;
    }

    .page-888winbet__button {
      display: inline-block;
      background-color: #e0b000;
      color: #1a1a2e;
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-888winbet__button:hover {
      background-color: #ffc107;
      transform: translateY(-2px);
    }

    .page-888winbet__title {
      font-size: 2.2em;
      color: #e0b000;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

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

    .page-888winbet__text {
      font-size: 1.1em;
      text-align: center;
      margin-bottom: 30px;
      color: #ccc;
    }

    .page-888winbet__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-888winbet__floating-button {
      flex: 1;
      background-color: #007bff;
      color: #fff;
      padding: 12px 10px;
      border-radius: 30px;
      text-align: center;
      font-weight: bold;
      font-size: 1em;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-888winbet__floating-button--register {
      background-color: #28a745;
    }

    .page-888winbet__floating-button--login {
      background-color: #007bff;
    }

    .page-888winbet__floating-button:hover {
      transform: translateY(-2px);
      opacity: 0.9;
    }

    .page-888winbet__products-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
      justify-content: center;
    }

    .page-888winbet__product-card {
      background-color: #2a2a4a;
      border-radius: 15px;
      overflow: hidden;
      text-align: center;
      box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      height: 100%;
      box-sizing: border-box;
    }

    .page-888winbet__product-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 20px rgba(0, 0, 0, 0.6);
    }

    .page-888winbet__product-image-wrapper {
      width: 100%;
      height: 200px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #1f1f3a;
    }

    .page-888winbet__product-image {
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }

    .page-888winbet__product-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-888winbet__product-title {
      font-size: 1.4em;
      color: #e0b000;
      margin-bottom: 10px;
    }

    .page-888winbet__product-description {
      font-size: 0.95em;
      color: #bbb;
      margin-bottom: 15px;
    }

    .page-888winbet__providers-grid, .page-888winbet__payments-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 20px;
      margin-top: 40px;
      justify-content: center;
      align-items: center;
    }

    .page-888winbet__provider-item, .page-888winbet__payment-item {
      background-color: #2a2a4a;
      border-radius: 10px;
      padding: 15px;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
    }

    .page-888winbet__provider-item:hover, .page-888winbet__payment-item:hover {
      transform: translateY(-3px);
    }

    .page-888winbet__provider-logo, .page-888winbet__payment-logo {
      max-width: 100%;
      max-height: 70px;
      height: auto;
      display: block;
      object-fit: contain;
    }

    .page-888winbet__features-list {
      list-style: none;
      padding: 0;
      margin: 40px auto 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      max-width: 1000px;
    }

    .page-888winbet__feature-item {
      background-color: #2a2a4a;
      border-radius: 15px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      box-sizing: border-box;
    }

    .page-888winbet__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-888winbet__feature-icon {
      max-width: 100px;
      height: auto;
      margin-bottom: 15px;
      display: block;
    }

    .page-888winbet__feature-title {
      font-size: 1.3em;
      color: #e0b000;
      margin-bottom: 10px;
    }

    .page-888winbet__feature-description {
      font-size: 0.95em;
      color: #bbb;
    }

    .page-888winbet__faq-container {
      margin-top: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

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

    .page-888winbet__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px;
      background-color: #3b3b5c;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-888winbet__faq-question:hover {
      background-color: #4c4c7a;
    }

    .page-888winbet__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #e0b000;
      pointer-events: none; /* Prevent h3 from blocking click event */
      flex-grow: 1;
    }

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

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

    .page-888winbet__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: #ccc;
      font-size: 0.95em;
      line-height: 1.8;
    }

    .page-888winbet__faq-item.active .page-888winbet__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to accommodate content */
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-888winbet__hero-title {
        font-size: 2em;
      }

      .page-888winbet__hero-subtitle {
        font-size: 1em;
      }

      .page-888winbet__title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }

      .page-888winbet__section {
        padding: 30px 15px;
      }

      .page-888winbet__floating-buttons {
        bottom: 15px;
        gap: 10px;
        width: calc(100% - 30px);
      }

      .page-888winbet__floating-button {
        font-size: 0.9em;
        padding: 10px 8px;
      }

      .page-888winbet__products-grid,
      .page-888winbet__features-list {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-888winbet__product-image-wrapper {
        height: 180px;
      }

      .page-888winbet__product-title,
      .page-888winbet__feature-title {
        font-size: 1.2em;
      }

      .page-888winbet__product-description,
      .page-888winbet__feature-description,
      .page-888winbet__faq-answer {
        font-size: 0.9em;
      }

      .page-888winbet__providers-grid, .page-888winbet__payments-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 15px;
      }

      .page-888winbet__provider-item, .page-888winbet__payment-item {
        height: 80px;
        padding: 10px;
      }

      .page-888winbet__provider-logo, .page-888winbet__payment-logo {
        max-height: 50px;
      }

      .page-888winbet__faq-question {
        padding: 15px 15px;
      }

      .page-888winbet__faq-question h3 {
        font-size: 1em;
      }

      .page-888winbet__faq-answer {
        padding: 15px 15px !important;
      }
    }

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

      .page-888winbet__hero-subtitle {
        font-size: 0.9em;
      }

      .page-888winbet__button {
        padding: 10px 20px;
        font-size: 1em;
      }

      .page-888winbet__floating-buttons {
        flex-direction: column;
        width: calc(100% - 30px);
        max-width: 300px;
      }

      .page-888winbet__floating-button {
        padding: 10px;
      }
    }
  