
    /* CSS cho trang k8ccbanca */
    .page-k8ccbanca {
      font-family: 'Arial', sans-serif;
      color: #333;
      background-color: #f8f8f8;
      line-height: 1.6;
    }

    .page-k8ccbanca__hero-section {
      position: relative;
      width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      padding-top: 10px; /* Dành cho thanh nav cố định */
      background-color: #0d1a26; /* Nền tối cho phần hero */
    }

    .page-k8ccbanca__hero-image {
      display: block;
      width: 100%;
      height: auto;
      max-width: 100%;
      object-fit: cover;
      border-radius: 8px;
      margin: 0 auto;
      filter: none; /* Đảm bảo không có filter */
      -webkit-filter: none;
    }

    .page-k8ccbanca__hero-content {
      position: relative;
      text-align: center;
      padding: 20px 15px 30px;
      color: #fff;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-k8ccbanca__hero-title {
      font-size: 2.2em;
      margin-bottom: 10px;
      color: #ffcc00; /* Vàng nổi bật */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-k8ccbanca__hero-description {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: #e0e0e0;
    }

    .page-k8ccbanca__promo-button-fixed {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      background-image: linear-gradient(to right, #ff7e5f, #feb47b); /* Màu cam gradient */
      color: #fff;
      padding: 15px 30px;
      border-radius: 50px;
      text-align: center;
      font-size: 1.2em;
      font-weight: bold;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      z-index: 100;
      cursor: pointer;
      transition: all 0.3s ease;
      text-decoration: none; /* Đảm bảo không có gạch chân */
      display: inline-block; /* Để padding và transform hoạt động */
      border: none; /* Loại bỏ viền mặc định của button */
      max-width: 90%; /* Giới hạn chiều rộng trên mobile */
      white-space: nowrap; /* Ngăn chặn ngắt dòng */
      overflow: hidden;
      text-overflow: ellipsis; /* Hiển thị dấu ba chấm nếu quá dài */
    }

    .page-k8ccbanca__promo-button-fixed:hover {
      background-image: linear-gradient(to right, #feb47b, #ff7e5f);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
      transform: translateX(-50%) translateY(-3px);
    }

    .page-k8ccbanca__section {
      padding: 40px 15px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 20px;
    }

    .page-k8ccbanca__section-title {
      text-align: center;
      font-size: 2em;
      margin-bottom: 30px;
      color: #1a2a3a;
      position: relative;
    }

    .page-k8ccbanca__section-title::after {
      content: '';
      display: block;
      width: 60px;
      height: 4px;
      background-color: #ffcc00;
      margin: 10px auto 0;
      border-radius: 2px;
    }

    .page-k8ccbanca__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      justify-items: center;
      margin-top: 30px;
    }

    .page-k8ccbanca__game-card {
      background-color: #fefefe;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      width: 100%;
      max-width: 200px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 15px;
      box-sizing: border-box;
    }

    .page-k8ccbanca__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    }

    .page-k8ccbanca__game-icon {
      width: 100%;
      height: auto;
      max-width: 120px; /* Tùy chỉnh kích thước icon */
      object-fit: contain;
      margin-bottom: 10px;
      filter: none; /* Đảm bảo không có filter */
      -webkit-filter: none;
    }
    .page-k8ccbanca__game-card-title {
      font-size: 1.1em;
      font-weight: bold;
      color: #333;
      margin-top: 5px;
      text-decoration: none; /* Đảm bảo không có gạch chân cho tiêu đề nếu là link */
    }

    .page-k8ccbanca__game-card-button {
      background-color: #007bff;
      color: #fff;
      padding: 8px 15px;
      border-radius: 25px;
      font-size: 0.9em;
      margin-top: 15px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      border: none;
    }

    .page-k8ccbanca__game-card-button:hover {
      background-color: #0056b3;
    }

    .page-k8ccbanca__content-text {
      font-size: 1.05em;
      color: #555;
      margin-bottom: 15px;
      text-align: justify;
    }

    .page-k8ccbanca__content-image-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin: 20px auto;
        text-align: center;
    }

    .page-k8ccbanca__content-image {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        filter: none; /* Đảm bảo không có filter */
        -webkit-filter: none;
    }

    .page-k8ccbanca__highlight-box {
      background-color: #e6f7ff;
      border-left: 5px solid #007bff;
      padding: 20px;
      margin: 30px 0;
      border-radius: 8px;
    }

    .page-k8ccbanca__highlight-box-title {
      font-size: 1.3em;
      color: #0056b3;
      margin-bottom: 10px;
    }

    .page-k8ccbanca__highlight-box-text {
      color: #333;
    }

    /* FAQ Section */
    .page-k8ccbanca__faq-section {
      padding: 40px 15px;
      max-width: 900px;
      margin: 0 auto 20px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-k8ccbanca__faq-title {
      text-align: center;
      font-size: 2em;
      margin-bottom: 30px;
      color: #1a2a3a;
      position: relative;
    }

    .page-k8ccbanca__faq-title::after {
      content: '';
      display: block;
      width: 60px;
      height: 4px;
      background-color: #ffcc00;
      margin: 10px auto 0;
      border-radius: 2px;
    }

    .page-k8ccbanca__faq-item {
      background-color: #fefefe;
      border: 1px solid #eee;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
    }

    .page-k8ccbanca__faq-item:hover {
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .page-k8ccbanca__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #f3f3f3;
      color: #333;
      font-weight: bold;
      font-size: 1.1em;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-k8ccbanca__faq-question:hover {
      background-color: #e9e9e9;
    }

    .page-k8ccbanca__faq-question h3 {
        margin: 0;
        flex-grow: 1;
        pointer-events: none; /* Ngăn chặn h3 chặn sự kiện click */
        color: #1a2a3a;
        font-size: 1.1em;
    }

    .page-k8ccbanca__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      color: #007bff;
      transition: transform 0.3s ease;
      pointer-events: none; /* Ngăn chặn toggle chặn sự kiện click */
    }

    .page-k8ccbanca__faq-item.active .page-k8ccbanca__faq-toggle {
      transform: rotate(45deg); /* Chuyển '+' thành 'x' hoặc '-' */
    }
    .page-k8ccbanca__faq-item.active .page-k8ccbanca__faq-question {
      background-color: #e0e0e0;
    }

    .page-k8ccbanca__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      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-k8ccbanca__faq-item.active .page-k8ccbanca__faq-answer {
      max-height: 2000px !important; /* Đủ lớn để chứa mọi nội dung */
      padding: 20px 15px !important;
      opacity: 1;
    }

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

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

      .page-k8ccbanca__promo-button-fixed {
        font-size: 1em;
        padding: 12px 20px;
        bottom: 15px;
        max-width: calc(100% - 30px); /* Đảm bảo nút không quá rộng trên mobile */
      }

      .page-k8ccbanca__section {
        padding: 30px 10px;
        margin-bottom: 15px;
      }

      .page-k8ccbanca__section-title {
        font-size: 1.8em;
        margin-bottom: 20px;
      }

      .page-k8ccbanca__game-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 15px;
      }

      .page-k8ccbanca__game-card {
        padding: 10px;
        max-width: 160px;
      }

      .page-k8ccbanca__game-icon {
        max-width: 90px;
      }

      .page-k8ccbanca__game-card-title {
        font-size: 0.95em;
      }

      .page-k8ccbanca__game-card-button {
        padding: 6px 12px;
        font-size: 0.8em;
      }

      .page-k8ccbanca__content-text {
        font-size: 0.95em;
      }

      .page-k8ccbanca__highlight-box {
        padding: 15px;
        margin: 20px 0;
      }

      .page-k8ccbanca__highlight-box-title {
        font-size: 1.2em;
      }

      .page-k8ccbanca__faq-section {
        padding: 30px 10px;
      }

      .page-k8ccbanca__faq-title {
        font-size: 1.8em;
      }

      .page-k8ccbanca__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }

      .page-k8ccbanca__faq-question h3 {
        font-size: 1em;
      }

      .page-k8ccbanca__faq-answer {
        padding: 15px 15px;
      }

      /* Responsive image optimization */
      .page-k8ccbanca__hero-image,
      .page-k8ccbanca__game-icon,
      .page-k8ccbanca__content-image {
          max-width: 100% !important;
          height: auto !important;
      }
      .page-k8ccbanca__content-image-wrapper {
          width: 100% !important;
          max-width: 100% !important;
          overflow: hidden !important;
          box-sizing: border-box !important;
      }
    }
  