
    .page-777king99-com {
      font-family: 'Arial', sans-serif;
      color: #333333;
      line-height: 1.6;
      background-color: #f5f5f5;
      padding-bottom: 20px;
    }

    .page-777king99-com__section-title {
      font-size: 2.2em;
      color: #d90429; /* Red accent */
      text-align: center;
      margin-bottom: 30px;
      margin-top: 50px;
      padding: 0 15px;
      font-weight: bold;
    }

    .page-777king99-com__text-content {
      max-width: 900px;
      margin: 0 auto 30px auto;
      padding: 0 15px;
      text-align: center;
      font-size: 1.1em;
    }

    /* Hero Section */
    .page-777king99-com__hero-section {
      background-color: #1a1a1a; /* Dark background */
      color: #f0f0f0;
      padding: 10px 20px 60px 20px; /* Small padding-top as body padding is handled by shared css */
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .page-777king99-com__hero-content {
      z-index: 1;
      max-width: 800px;
      margin-bottom: 30px;
    }

    .page-777king99-com__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #e0b300; /* Gold accent */
      font-weight: bold;
    }

    .page-777king99-com__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      line-height: 1.5;
    }

    .page-777king99-com__hero-button,
    .page-777king99-com__cta-button,
    .page-777king99-com__final-cta-button {
      display: inline-block;
      background-color: #e0b300; /* Gold button */
      color: #1a1a1a;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-777king99-com__hero-button:hover,
    .page-777king99-com__cta-button:hover,
    .page-777king99-com__final-cta-button:hover {
      background-color: #ffd700; /* Lighter gold on hover */
      transform: translateY(-2px);
    }

    .page-777king99-com__hero-image-wrapper {
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-top: 30px;
    }

    .page-777king99-com__hero-image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 10px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    }

    /* Product Grid */
    .page-777king99-com__product-grid,
    .page-777king99-com__promo-list,
    .page-777king99-com__payment-grid,
    .page-777king99-com__providers-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .page-777king99-com__product-item,
    .page-777king99-com__promo-item,
    .page-777king99-com__payment-item,
    .page-777king99-com__provider-item {
      background-color: #ffffff;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      padding: 25px;
      text-align: center;
      transition: transform 0.3s ease;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-777king99-com__product-item:hover,
    .page-777king99-com__promo-item:hover,
    .page-777king99-com__payment-item:hover,
    .page-777king99-com__provider-item:hover {
      transform: translateY(-5px);
    }

    .page-777king99-com__product-image,
    .page-777king99-com__promo-image,
    .page-777king99-com__payment-logo,
    .page-777king99-com__provider-logo {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 15px;
      object-fit: contain; /* Ensure logos are fully visible */
    }

    .page-777king99-com__product-title,
    .page-777king99-com__promo-title {
      font-size: 1.5em;
      color: #d90429;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-777king99-com__product-description,
    .page-777king99-com__promo-description {
      font-size: 1em;
      color: #555555;
    }

    .page-777king99-com__payment-logo,
    .page-777king99-com__provider-logo {
        max-height: 100px; /* Limit height for logos */
        width: auto;
    }

    /* Promotions CTA */
    .page-777king99-com__cta-promo {
      text-align: center;
      margin-top: 50px;
      padding: 0 20px;
    }

    .page-777king99-com__cta-promo p {
      font-size: 1.2em;
      margin-bottom: 20px;
      color: #333;
    }

    /* FAQ Section */
    .page-777king99-com__faq-section {
      background-color: #fcfcfc;
      padding: 40px 0;
    }

    .page-777king99-com__faq-container {
      max-width: 900px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .page-777king99-com__faq-item {
      background-color: #ffffff;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-777king99-com__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #eeeeee;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
      color: #333333;
    }

    .page-777king99-com__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-777king99-com__faq-item.active .page-777king99-com__faq-question {
      background-color: #e0e0e0;
    }

    .page-777king99-com__faq-title {
      font-size: 1.3em;
      margin: 0;
      color: #333333;
      pointer-events: none; /* Prevent title from blocking click event on parent */
      font-weight: bold;
    }

    .page-777king99-com__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #d90429;
      margin-left: 15px;
      pointer-events: none; /* Prevent toggle icon from blocking click event on parent */
      transition: transform 0.3s ease;
    }

    .page-777king99-com__faq-item.active .page-777king99-com__faq-toggle {
      transform: rotate(45deg);
    }

    .page-777king99-com__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #555555;
    }

    .page-777king99-com__faq-item.active .page-777king99-com__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-777king99-com__faq-answer p {
      margin: 0;
      padding-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    /* Final CTA */
    .page-777king99-com__final-cta-section {
      text-align: center;
      padding: 60px 20px;
      background-color: #1a1a1a;
      color: #f0f0f0;
    }

    .page-777king99-com__final-cta-section .page-777king99-com__section-title {
      color: #e0b300;
    }

    .page-777king99-com__final-cta-section .page-777king99-com__text-content {
      color: #cccccc;
    }

    /* Responsive Adjustments */
    @media (max-width: 1024px) {
      .page-777king99-com__hero-title {
        font-size: 2.5em;
      }
      .page-777king99-com__hero-description {
        font-size: 1.1em;
      }
      .page-777king99-com__section-title {
        font-size: 2em;
      }
      .page-777king99-com__product-grid,
      .page-777king99-com__promo-list,
      .page-777king99-com__payment-grid,
      .page-777king99-com__providers-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      }
    }

    @media (max-width: 768px) {
      .page-777king99-com__hero-section {
        padding: 10px 15px 40px 15px;
      }
      .page-777king99-com__hero-title {
        font-size: 2em;
      }
      .page-777king99-com__hero-description {
        font-size: 1em;
      }
      .page-777king99-com__hero-button,
      .page-777king99-com__cta-button,
      .page-777king99-com__final-cta-button {
        padding: 12px 25px;
        font-size: 1.1em;
      }
      .page-777king99-com__section-title {
        font-size: 1.8em;
        margin-top: 30px;
        margin-bottom: 20px;
      }
      .page-777king99-com__text-content {
        font-size: 0.95em;
        margin-bottom: 20px;
      }
      .page-777king99-com__product-grid,
      .page-777king99-com__promo-list,
      .page-777king99-com__payment-grid,
      .page-777king99-com__providers-grid {
        grid-template-columns: 1fr;
        padding: 0 15px;
        gap: 20px;
      }
      .page-777king99-com__product-item,
      .page-777king99-com__promo-item,
      .page-777king99-com__payment-item,
      .page-777king99-com__provider-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px;
      }
      .page-777king99-com__product-title,
      .page-777king99-com__promo-title {
        font-size: 1.3em;
      }
      .page-777king99-com__faq-question {
        padding: 15px 20px;
      }
      .page-777king99-com__faq-title {
        font-size: 1.1em;
      }
      .page-777king99-com__faq-toggle {
        font-size: 1.5em;
      }
      .page-777king99-com__faq-answer {
        padding: 0 20px;
      }
      .page-777king99-com__faq-item.active .page-777king99-com__faq-answer {
        padding: 15px 20px !important;
      }
      .page-777king99-com__faq-answer p {
        font-size: 0.95em;
      }
      .page-777king99-com__final-cta-section {
        padding: 40px 15px;
      }
    }

    @media (max-width: 480px) {
      .page-777king99-com__hero-title {
        font-size: 1.8em;
      }
      .page-777king99-com__section-title {
        font-size: 1.6em;
      }
      .page-777king99-com__hero-button,
      .page-777king99-com__cta-button,
      .page-777king99-com__final-cta-button {
        font-size: 1em;
        padding: 10px 20px;
      }
    }
  