
    .page-999-bet {
      font-family: Arial, sans-serif;
      color: #f0f0f0;
      background-color: #1a1a1a;
      line-height: 1.6;
      padding-top: 10px; /* Small decorative padding, relying on body padding for header offset */
    }

    .page-999-bet__main-title,
    .page-999-bet__section-title {
      text-align: center;
      color: #fff;
      margin-bottom: 30px;
      font-weight: bold;
    }

    .page-999-bet__main-title {
      font-size: 2.5em;
      padding: 20px 15px;
      background-color: #2c2c2c;
      margin-top: 0;
    }

    .page-999-bet__section-title {
      font-size: 2em;
      padding: 20px 15px;
      background-color: #2c2c2c;
      margin-top: 40px;
    }

    .page-999-bet__hero-section {
      text-align: center;
      padding: 20px 15px;
      background: linear-gradient(135deg, #333, #111);
      margin-bottom: 40px;
    }

    .page-999-bet__hero-image {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      margin-bottom: 20px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      display: block;
      margin-left: auto;
      margin-right: auto;
      box-sizing: border-box;
    }

    .page-999-bet__hero-description {
      font-size: 1.1em;
      max-width: 800px;
      margin: 0 auto 30px auto;
      color: #ccc;
    }

    .page-999-bet__button {
      display: inline-block;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      cursor: pointer;
      border: none;
      font-size: 1em;
    }

    .page-999-bet__button--primary {
      background-color: #e44d26; /* Orange */
      color: #fff;
    }

    .page-999-bet__button--primary:hover {
      background-color: #f76c48;
      transform: translateY(-2px);
    }

    .page-999-bet__button--secondary {
      background-color: #007bff; /* Blue */
      color: #fff;
    }

    .page-999-bet__button--secondary:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    .page-999-bet__products-section,
    .page-999-bet__promotions-section,
    .page-999-bet__features-section,
    .page-999-bet__providers-section,
    .page-999-bet__payments-section,
    .page-999-bet__news-section,
    .page-999-bet__faq-section {
      padding: 20px 15px;
      margin-bottom: 40px;
      background-color: #222;
      border-radius: 8px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      box-sizing: border-box;
    }

    .page-999-bet__product-grid,
    .page-999-bet__feature-grid,
    .page-999-bet__provider-grid,
    .page-999-bet__payment-grid,
    .page-999-bet__news-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    }

    .page-999-bet__product-item,
    .page-999-bet__feature-item,
    .page-999-bet__provider-item,
    .page-999-bet__payment-item,
    .page-999-bet__news-item {
      background-color: #333;
      border-radius: 8px;
      padding: 20px;
      text-align: center;
      flex: 1 1 calc(33.333% - 40px); /* 3 items per row on desktop */
      min-width: 280px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-999-bet__product-image,
    .page-999-bet__feature-icon,
    .page-999-bet__provider-logo,
    .page-999-bet__payment-logo,
    .page-999-bet__news-image {
      max-width: 100%;
      height: auto;
      border-radius: 5px;
      margin-bottom: 15px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      box-sizing: border-box;
    }

    .page-999-bet__product-title,
    .page-999-bet__feature-title,
    .page-999-bet__provider-name,
    .page-999-bet__payment-name,
    .page-999-bet__news-title {
      color: #fff;
      font-size: 1.3em;
      margin-bottom: 10px;
    }

    .page-999-bet__product-description,
    .page-999-bet__feature-description,
    .page-999-bet__promo-text,
    .page-999-bet__news-excerpt {
      color: #ccc;
      font-size: 0.95em;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-999-bet__promo-image {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      margin-bottom: 20px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      display: block;
      margin-left: auto;
      margin-right: auto;
      box-sizing: border-box;
    }

    .page-999-bet__news-date {
      font-size: 0.85em;
      color: #aaa;
      margin-bottom: 10px;
    }

    /* Floating Buttons */
    .page-999-bet__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
      background-color: rgba(0, 0, 0, 0.7);
      padding: 10px 20px;
      border-radius: 30px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    }

    .page-999-bet__button--floating {
      background-color: #e44d26;
      color: #fff;
      padding: 10px 20px;
      border-radius: 25px;
      font-size: 1em;
      white-space: nowrap;
    }

    .page-999-bet__button--floating:hover {
      background-color: #f76c48;
      transform: translateY(-2px);
    }

    /* FAQ Section */
    .page-999-bet__faq-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-999-bet__faq-item {
      background-color: #333;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }

    .page-999-bet__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #444;
      cursor: pointer;
      user-select: none;
      border-bottom: 1px solid #555;
    }

    .page-999-bet__faq-question:hover {
      background-color: #555;
    }

    .page-999-bet__faq-title {
      margin: 0;
      font-size: 1.1em;
      color: #fff;
      pointer-events: none; /* Prevent h3 from blocking click on parent div */
    }

    .page-999-bet__faq-toggle {
      font-size: 1.5em;
      color: #e44d26;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click on parent div */
    }

    .page-999-bet__faq-item.active .page-999-bet__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' visually */
    }

    .page-999-bet__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: #ccc;
    }

    .page-999-bet__faq-item.active .page-999-bet__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 20px !important;
      opacity: 1;
    }

    .page-999-bet__faq-answer p {
      margin: 0;
      padding-bottom: 10px; /* Space between answers if multiple paragraphs */
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-999-bet__main-title {
        font-size: 2em;
      }

      .page-999-bet__section-title {
        font-size: 1.6em;
      }

      .page-999-bet__product-item,
      .page-999-bet__feature-item,
      .page-999-bet__news-item {
        flex: 1 1 100%; /* 1 item per row on mobile */
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-999-bet__provider-item,
      .page-999-bet__payment-item {
        flex: 1 1 calc(50% - 20px); /* 2 items per row on smaller screens */
        max-width: calc(50% - 20px) !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-999-bet__product-grid,
      .page-999-bet__feature-grid,
      .page-999-bet__provider-grid,
      .page-999-bet__payment-grid,
      .page-999-bet__news-grid {
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-999-bet__product-description,
      .page-999-bet__feature-description,
      .page-999-bet__promo-text,
      .page-999-bet__news-excerpt,
      .page-999-bet__faq-answer p {
        font-size: 0.9em;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-999-bet__hero-description {
        font-size: 1em;
      }

      .page-999-bet__floating-buttons {
        bottom: 10px;
        padding: 8px 15px;
        gap: 10px;
      }

      .page-999-bet__button--floating {
        padding: 8px 15px;
        font-size: 0.9em;
      }

      .page-999-bet__faq-question {
        padding: 12px 15px;
      }

      .page-999-bet__faq-title {
        font-size: 1em;
      }

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

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

    @media (max-width: 480px) {
      .page-999-bet__provider-item,
      .page-999-bet__payment-item {
        flex: 1 1 100%; /* 1 item per row on very small screens */
        max-width: 100% !important;
      }
    }
  