
    .page-ng-k-nh-n-88k {
      font-family: 'Arial', sans-serif;
      color: #333;
      background-color: #f8f8f8;
      line-height: 1.6;
      padding-top: 10px; /* Minimal top padding, body handles main offset */
    }

    .page-ng-k-nh-n-88k__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-ng-k-nh-n-88k__header-banner {
      background: linear-gradient(135deg, #ff6b6b, #ee4a4a);
      color: #fff;
      padding: 40px 20px;
      text-align: center;
      border-radius: 10px;
      margin-bottom: 30px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-ng-k-nh-n-88k__header-banner h1 {
      font-size: 2.8em;
      margin-bottom: 15px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
      color: #fff;
    }

    .page-ng-k-nh-n-88k__header-banner p {
      font-size: 1.3em;
      margin-bottom: 25px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-ng-k-nh-n-88k__promo-button {
      display: inline-block;
      background-color: #4CAF50; /* Green */
      color: white;
      padding: 15px 30px;
      font-size: 1.2em;
      font-weight: bold;
      border-radius: 50px;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .page-ng-k-nh-n-88k__promo-button:hover {
      background-color: #45a049;
      transform: translateY(-3px);
    }

    .page-ng-k-nh-n-88k__section {
      background-color: #fff;
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-ng-k-nh-n-88k__section h2 {
      color: #ee4a4a;
      font-size: 2em;
      margin-bottom: 20px;
      text-align: center;
      border-bottom: 2px solid #eee;
      padding-bottom: 10px;
    }

    .page-ng-k-nh-n-88k__section h3 {
      color: #555;
      font-size: 1.5em;
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-ng-k-nh-n-88k__steps-list {
      list-style: none;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    }

    .page-ng-k-nh-n-88k__steps-item {
      background-color: #f0f8ff;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      padding: 20px;
      flex: 1 1 calc(33% - 20px);
      min-width: 280px;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
      transition: transform 0.3s ease;
    }

    .page-ng-k-nh-n-88k__steps-item:hover {
      transform: translateY(-5px);
    }

    .page-ng-k-nh-n-88k__steps-item span {
      display: block;
      font-size: 2.5em;
      color: #ff6b6b;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-ng-k-nh-n-88k__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }

    .page-ng-k-nh-n-88k__game-card {
      background-color: #fdfdfd;
      border: 1px solid #eee;
      border-radius: 8px;
      overflow: hidden;
      text-align: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease;
    }

    .page-ng-k-nh-n-88k__game-card:hover {
      transform: translateY(-5px);
    }

    .page-ng-k-nh-n-88k__game-card img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      border-bottom: 1px solid #eee;
    }

    .page-ng-k-nh-n-88k__game-card h3 {
      font-size: 1.2em;
      color: #333;
      margin: 15px 10px;
      pointer-events: none;
    }

    .page-ng-k-nh-n-88k__payment-methods {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 20px;
    }

    .page-ng-k-nh-n-88k__payment-item {
      background-color: #f7f7f7;
      border: 1px solid #e0e0e0;
      border-radius: 5px;
      padding: 15px 25px;
      font-weight: bold;
      color: #555;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
      min-width: 120px;
      text-align: center;
    }

    .page-ng-k-nh-n-88k__faq-section {
      background-color: #fff;
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-ng-k-nh-n-88k__faq-section h2 {
      color: #ee4a4a;
      font-size: 2em;
      margin-bottom: 20px;
      text-align: center;
      border-bottom: 2px solid #eee;
      padding-bottom: 10px;
    }

    .page-ng-k-nh-n-88k__faq-item {
      margin-bottom: 10px;
      border: 1px solid #ddd;
      border-radius: 5px;
      overflow: hidden;
    }

    .page-ng-k-nh-n-88k__faq-question {
      background-color: #f9f9f9;
      padding: 15px 20px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: bold;
      color: #333;
      transition: background-color 0.3s ease;
    }

    .page-ng-k-nh-n-88k__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-ng-k-nh-n-88k__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #333;
      pointer-events: none;
      flex-grow: 1;
      text-align: left;
    }

    .page-ng-k-nh-n-88k__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none;
      margin-left: 10px;
    }

    .page-ng-k-nh-n-88k__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      background-color: #fff;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555;
      text-align: left;
    }

    .page-ng-k-nh-n-88k__faq-answer p {
      margin-top: 15px;
      margin-bottom: 15px;
      padding-right: 5px;
    }

    .page-ng-k-nh-n-88k__faq-item.active .page-ng-k-nh-n-88k__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-ng-k-nh-n-88k__container {
        padding: 15px;
      }

      .page-ng-k-nh-n-88k__header-banner {
        padding: 30px 15px;
      }

      .page-ng-k-nh-n-88k__header-banner h1 {
        font-size: 2em;
      }

      .page-ng-k-nh-n-88k__header-banner p {
        font-size: 1em;
      }

      .page-ng-k-nh-n-88k__promo-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-ng-k-nh-n-88k__section h2 {
        font-size: 1.6em;
      }

      .page-ng-k-nh-n-88k__section h3 {
        font-size: 1.3em;
      }

      .page-ng-k-nh-n-88k__steps-list {
        flex-direction: column;
        gap: 15px;
      }

      .page-ng-k-nh-n-88k__steps-item {
        flex: 1 1 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
      .page-ng-k-nh-n-88k__steps-item p {
        word-break: break-word !important;
      }

      .page-ng-k-nh-n-88k__games-grid {
        grid-template-columns: 1fr;
      }

      .page-ng-k-nh-n-88k__game-card img {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-ng-k-nh-n-88k__payment-methods {
        flex-direction: column;
        gap: 15px;
      }

      .page-ng-k-nh-n-88k__payment-item {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-ng-k-nh-n-88k__faq-question {
        padding: 12px 15px;
      }

      .page-ng-k-nh-n-88k__faq-question h3 {
        font-size: 1em;
      }

      .page-ng-k-nh-n-88k__faq-answer {
        padding: 0 10px;
      }

      .page-ng-k-nh-n-88k__faq-item.active .page-ng-k-nh-n-88k__faq-answer {
        padding: 15px 10px !important;
      }
    }

    @media (max-width: 480px) {
      .page-ng-k-nh-n-88k__header-banner h1 {
        font-size: 1.8em;
      }
    }
  