
    .page-999bet-win {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0;
      background-color: #1a1a1a;
      line-height: 1.6;
    }

    .page-999bet-win__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-999bet-win__section-title {
      font-size: 2.5em;
      color: #ffcc00;
      text-align: center;
      margin-bottom: 30px;
      padding-top: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-999bet-win__section-description {
      text-align: center;
      font-size: 1.1em;
      margin-bottom: 40px;
      color: #d0d0d0;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* Floating Buttons */
    .page-999bet-win__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-999bet-win__button {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 120px;
      height: 45px;
      border-radius: 25px;
      font-weight: bold;
      text-decoration: none;
      color: #ffffff;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transition: transform 0.2s ease, background-color 0.2s ease;
      font-size: 1em;
    }

    .page-999bet-win__button--register {
      background: linear-gradient(135deg, #ffcc00, #e0a000); /* Gold/Yellow */
    }

    .page-999bet-win__button--login {
      background: linear-gradient(135deg, #e04040, #c02020); /* Red */
    }

    .page-999bet-win__button:hover {
      transform: translateY(-2px);
    }

    /* Hero Section */
    .page-999bet-win__hero-section {
      position: relative;
      width: 100%;
      height: 600px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
      padding-top: 10px; /* Small decorative top padding */
    }

    .page-999bet-win__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      filter: brightness(0.6);
      max-width: 100%;
    }

    .page-999bet-win__hero-content {
      position: relative;
      z-index: 2;
      color: #ffffff;
      max-width: 800px;
      padding: 20px;
    }

    .page-999bet-win__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: #ffcc00;
      line-height: 1.2;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-999bet-win__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      color: #d0d0d0;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-999bet-win__hero-cta {
      display: inline-block;
      background-color: #e04040;
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease;
    }

    .page-999bet-win__hero-cta:hover {
      background-color: #c02020;
    }

    /* About Section */
    .page-999bet-win__about-section {
      padding: 60px 0;
      background-color: #2a2a2a;
    }

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

    .page-999bet-win__feature-item {
      background-color: #1a1a1a;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-999bet-win__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-999bet-win__feature-icon {
      width: 200px;
      height: 150px;
      object-fit: contain;
      margin-bottom: 20px;
      max-width: 100%;
      height: auto;
    }

    .page-999bet-win__feature-title {
      font-size: 1.8em;
      color: #ffcc00;
      margin-bottom: 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-999bet-win__feature-text {
      color: #cccccc;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* Products Section */
    .page-999bet-win__products-section {
      padding: 60px 0;
      background-color: #1a1a1a;
    }

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

    .page-999bet-win__product-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      text-align: center;
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-999bet-win__product-card:hover {
      transform: translateY(-5px);
    }

    .page-999bet-win__product-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%;
      height: auto;
    }

    .page-999bet-win__product-title {
      font-size: 1.5em;
      color: #ffcc00;
      margin: 20px 15px 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-999bet-win__product-text {
      color: #cccccc;
      padding: 0 15px 20px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* Promotions Section */
    .page-999bet-win__promo-section {
      padding: 60px 0;
      background-color: #2a2a2a;
    }

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

    .page-999bet-win__promo-card {
      background-color: #1a1a1a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      text-align: center;
      box-sizing: border-box;
    }

    .page-999bet-win__promo-image {
      width: 100%;
      height: 250px;
      object-fit: cover;
      max-width: 100%;
      height: auto;
    }

    .page-999bet-win__promo-title {
      font-size: 1.6em;
      color: #e04040;
      margin: 20px 15px 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-999bet-win__promo-text {
      color: #cccccc;
      padding: 0 15px 20px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-999bet-win__promo-cta {
      display: block;
      width: fit-content;
      margin: 40px auto 0;
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease;
    }

    .page-999bet-win__promo-cta:hover {
      background-color: #e0a000;
    }

    /* Payments and Providers Section */
    .page-999bet-win__payments-section, .page-999bet-win__providers-section {
      padding: 60px 0;
      background-color: #1a1a1a;
    }

    .page-999bet-win__payments-section .page-999bet-win__section-title,
    .page-999bet-win__providers-section .page-999bet-win__section-title {
      color: #ffcc00;
    }

    .page-999bet-win__payment-grid, .page-999bet-win__provider-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 40px;
      justify-items: center;
      align-items: center;
    }

    .page-999bet-win__payment-item, .page-999bet-win__provider-item {
      background-color: #2a2a2a;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.2s ease;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 80px;
      box-sizing: border-box;
      width: 100%;
    }

    .page-999bet-win__payment-item:hover, .page-999bet-win__provider-item:hover {
      transform: translateY(-3px);
    }

    .page-999bet-win__payment-logo, .page-999bet-win__provider-logo {
      max-width: 100%;
      max-height: 60px;
      object-fit: contain;
      height: auto;
    }

    /* FAQ Section */
    .page-999bet-win__faq-section {
      padding: 60px 0;
      background-color: #2a2a2a;
    }

    .page-999bet-win__faq-list {
      margin-top: 40px;
    }

    .page-999bet-win__faq-item {
      background-color: #1a1a1a;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      box-sizing: border-box;
    }

    .page-999bet-win__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      cursor: pointer;
      user-select: none;
      background-color: #333333;
      color: #ffcc00;
      transition: background-color 0.3s ease;
    }

    .page-999bet-win__faq-question:hover {
      background-color: #444444;
    }

    .page-999bet-win__faq-question h3 {
      margin: 0;
      font-size: 1.3em;
      flex-grow: 1;
      text-align: left;
      pointer-events: none; /* Prevent h3 from blocking click event */
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-999bet-win__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      margin-left: 15px;
      pointer-events: none; /* Prevent toggle from blocking click event */
      transition: transform 0.3s ease;
    }

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

    .page-999bet-win__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #2a2a2a;
      color: #cccccc;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-999bet-win__faq-item.active .page-999bet-win__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px !important;
      opacity: 1;
    }

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

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-999bet-win__container {
        padding: 15px;
      }

      .page-999bet-win__section-title {
        font-size: 2em;
        margin-bottom: 20px;
      }

      .page-999bet-win__section-description {
        font-size: 1em;
        margin-bottom: 30px;
      }

      /* Floating Buttons */
      .page-999bet-win__floating-buttons {
        right: 15px;
        bottom: 15px;
        gap: 8px;
      }
      .page-999bet-win__button {
        width: 100px;
        height: 40px;
        font-size: 0.9em;
      }

      /* Hero Section */
      .page-999bet-win__hero-section {
        height: 450px;
      }

      .page-999bet-win__hero-title {
        font-size: 2.2em;
      }

      .page-999bet-win__hero-subtitle {
        font-size: 1.1em;
      }

      .page-999bet-win__hero-cta {
        padding: 12px 25px;
        font-size: 1em;
      }

      /* Feature Grid */
      .page-999bet-win__features-grid {
        grid-template-columns: 1fr;
      }

      .page-999bet-win__feature-item,
      .page-999bet-win__product-card,
      .page-999bet-win__promo-card,
      .page-999bet-win__payment-item,
      .page-999bet-win__provider-item {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-999bet-win__feature-icon,
      .page-999bet-win__product-image,
      .page-999bet-win__promo-image,
      .page-999bet-win__payment-logo,
      .page-999bet-win__provider-logo {
        max-width: 100% !important;
        height: auto !important;
      }

      /* Product Grid */
      .page-999bet-win__product-grid {
        grid-template-columns: 1fr;
      }

      /* Promo Grid */
      .page-999bet-win__promo-grid {
        grid-template-columns: 1fr;
      }

      /* Payment/Provider Grid */
      .page-999bet-win__payment-grid,
      .page-999bet-win__provider-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      }

      .page-999bet-win__faq-question {
        padding: 15px;
      }

      .page-999bet-win__faq-question h3 {
        font-size: 1.1em;
      }

      .page-999bet-win__faq-toggle {
        font-size: 1.5em;
      }

      .page-999bet-win__faq-answer {
        padding: 0 15px;
      }

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

    @media (max-width: 480px) {
        .page-999bet-win__hero-title {
            font-size: 1.8em;
        }
        .page-999bet-win__hero-subtitle {
            font-size: 1em;
        }
        .page-999bet-win__hero-cta {
            padding: 10px 20px;
            font-size: 0.9em;
        }
        .page-999bet-win__section-title {
            font-size: 1.8em;
        }
        .page-999bet-win__faq-question h3 {
            font-size: 1em;
        }
    }
  