
    .page-999bet-link {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-999bet-link__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 10px 15px;
      box-sizing: border-box;
    }

    .page-999bet-link__hero-section {
      position: relative;
      width: 100%;
      height: 400px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      overflow: hidden;
      padding-top: 10px; /* Small top padding, body handles header offset */
      box-sizing: border-box;
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
    }

    .page-999bet-link__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      opacity: 0.6;
    }

    .page-999bet-link__hero-content {
      position: relative;
      z-index: 2;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: 10px;
      max-width: 90%;
    }

    .page-999bet-link__hero-title {
      font-size: 2.5em;
      margin-bottom: 15px;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-999bet-link__hero-description {
      font-size: 1.1em;
      margin-bottom: 25px;
      color: #eee;
    }

    .page-999bet-link__button-group {
      display: flex;
      gap: 15px;
      justify-content: center;
    }

    .page-999bet-link__main-button {
      background-color: #ffcc00;
      color: #333;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
      white-space: nowrap;
    }

    .page-999bet-link__main-button:hover {
      background-color: #e6b800;
    }

    .page-999bet-link__secondary-button {
      background-color: #007bff;
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
      white-space: nowrap;
    }

    .page-999bet-link__secondary-button:hover {
      background-color: #0056b3;
    }

    .page-999bet-link__section-title {
      font-size: 2em;
      color: #1a2a6c;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-999bet-link__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 3px;
      background-color: #fdbb2d;
    }

    .page-999bet-link__intro-section, .page-999bet-link__products-section, .page-999bet-link__promo-section, .page-999bet-link__game-providers-section, .page-999bet-link__payment-methods-section, .page-999bet-link__faq-section, .page-999bet-link__cta-section {
      padding: 40px 0;
    }

    .page-999bet-link__intro-text {
      text-align: center;
      max-width: 800px;
      margin: 0 auto 30px auto;
      font-size: 1.1em;
      color: #555;
    }

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

    .page-999bet-link__feature-item {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      padding: 25px;
      text-align: center;
      flex: 1 1 calc(33% - 40px);
      max-width: calc(33% - 40px);
      box-sizing: border-box;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-999bet-link__feature-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .page-999bet-link__feature-icon {
      margin-bottom: 15px;
      width: 100%;
      max-width: 250px;
      height: auto;
      border-radius: 8px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-999bet-link__feature-title {
      font-size: 1.4em;
      color: #007bff;
      margin-bottom: 10px;
    }

    .page-999bet-link__feature-description {
      font-size: 0.95em;
      color: #666;
    }

    .page-999bet-link__product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      justify-content: center;
    }

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

    .page-999bet-link__product-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .page-999bet-link__product-image-wrapper {
      width: 100%;
      height: 200px;
      overflow: hidden;
    }

    .page-999bet-link__product-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .page-999bet-link__product-info {
      padding: 20px;
    }

    .page-999bet-link__product-title {
      font-size: 1.5em;
      color: #1a2a6c;
      margin-bottom: 10px;
    }

    .page-999bet-link__product-description {
      font-size: 0.9em;
      color: #666;
      margin-bottom: 15px;
    }

    .page-999bet-link__promo-card {
      background: linear-gradient(45deg, #fdbb2d, #fc6076);
      color: #fff;
      border-radius: 15px;
      padding: 30px;
      text-align: center;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      margin: 0 auto;
      max-width: 800px;
    }

    .page-999bet-link__promo-title {
      font-size: 2.2em;
      margin-bottom: 15px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    }

    .page-999bet-link__promo-text {
      font-size: 1.2em;
      margin-bottom: 25px;
    }

    .page-999bet-link__provider-grid, .page-999bet-link__payment-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-999bet-link__provider-item, .page-999bet-link__payment-item {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      padding: 15px 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 150px;
      max-width: 200px;
      height: 80px;
      box-sizing: border-box;
      transition: transform 0.2s ease;
    }

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

    .page-999bet-link__provider-logo, .page-999bet-link__payment-logo {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
    }

    .page-999bet-link__faq-list {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      max-width: 900px;
    }

    .page-999bet-link__faq-item {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      margin-bottom: 15px;
      overflow: hidden;
    }

    .page-999bet-link__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px;
      cursor: pointer;
      background-color: #f0f0f0;
      border-bottom: 1px solid #e0e0e0;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-999bet-link__faq-question:hover {
      background-color: #e5e5e5;
    }

    .page-999bet-link__faq-question-text {
      font-size: 1.15em;
      color: #333;
      font-weight: bold;
      pointer-events: none; /* Prevent text from blocking click event */
    }

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

    .page-999bet-link__faq-item.active .page-999bet-link__faq-toggle {
      transform: rotate(45deg); /* Change + to X or similar, or just rotate */
      color: #dc3545;
    }

    .page-999bet-link__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: #555;
      background-color: #fff;
    }

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

    .page-999bet-link__cta-section {
      text-align: center;
      background-color: #1a2a6c;
      color: #fff;
      padding: 50px 20px;
      margin-top: 40px;
    }

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

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

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

    .page-999bet-link__register-button, .page-999bet-link__login-button {
      background-color: #ffcc00;
      color: #333;
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.2s ease;
      white-space: nowrap;
    }

    .page-999bet-link__login-button {
      background-color: #007bff;
      color: #fff;
    }

    .page-999bet-link__register-button:hover, .page-999bet-link__login-button:hover {
      transform: translateY(-2px);
    }

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

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

      .page-999bet-link__main-button, .page-999bet-link__secondary-button {
        padding: 10px 20px;
        font-size: 0.9em;
      }

      .page-999bet-link__section-title {
        font-size: 1.8em;
      }

      .page-999bet-link__intro-text {
        font-size: 1em;
      }

      .page-999bet-link__feature-list {
        flex-direction: column;
        align-items: center;
      }

      .page-999bet-link__feature-item {
        width: 100% !important;
        max-width: 90% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px;
      }

      .page-999bet-link__product-grid {
        grid-template-columns: 1fr;
      }

      .page-999bet-link__promo-title {
        font-size: 1.8em;
      }

      .page-999bet-link__promo-text {
        font-size: 1em;
      }

      .page-999bet-link__provider-grid, .page-999bet-link__payment-grid {
        gap: 10px;
        justify-content: space-around;
      }

      .page-999bet-link__provider-item, .page-999bet-link__payment-item {
        min-width: unset;
        width: calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
        height: 70px;
        padding: 10px;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

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

      .page-999bet-link__faq-question-text {
        font-size: 1em;
      }

      .page-999bet-link__faq-answer {
        padding: 15px 18px !important;
      }

      .page-999bet-link__cta-title {
        font-size: 2em;
      }

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

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

      .page-999bet-link__register-button, .page-999bet-link__login-button {
        flex: 1;
        padding: 10px 15px;
        font-size: 0.9em;
        text-align: center;
      }

      /* Image responsiveness */
      .page-999bet-link img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-999bet-link__product-image-wrapper {
        height: 180px;
      }
    }

    @media (max-width: 480px) {
      .page-999bet-link__hero-section {
        height: 350px;
      }

      .page-999bet-link__hero-title {
        font-size: 1.8em;
      }

      .page-999bet-link__button-group {
        flex-direction: column;
        gap: 10px;
      }

      .page-999bet-link__main-button, .page-999bet-link__secondary-button {
        width: 100%;
      }

      .page-999bet-link__provider-item, .page-999bet-link__payment-item {
        width: 100% !important;
        max-width: 100% !important;
      }
    }
  