
    /* Tổng thể và Reset */
    .page-dagabj66 {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f5f5f5;
      padding: 0;
      margin: 0;
      overflow-x: hidden; /* Ngăn chặn cuộn ngang */
    }

    .page-dagabj66__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    /* Tiêu đề chung */
    .page-dagabj66 h1,
    .page-dagabj66 h2,
    .page-dagabj66 h3 {
      color: #cc0000; /* Màu đỏ nổi bật cho tiêu đề */
      text-align: center;
      margin-bottom: 20px;
    }

    .page-dagabj66 h1 {
      font-size: 2.5em;
      margin-top: 30px;
    }

    .page-dagabj66 h2 {
      font-size: 2em;
      margin-top: 40px;
    }

    .page-dagabj66 h3 {
      font-size: 1.5em;
      margin-top: 30px;
    }

    /* Phần Hero */
    .page-dagabj66__hero-section {
      position: relative;
      width: 100%;
      overflow: hidden;
      background-color: #000;
      padding-top: 10px; /* Thêm padding-top để tránh bị che bởi header cố định */
    }

    .page-dagabj66__hero-image {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      max-width: 100%;
      filter: brightness(0.8); /* Làm mờ ảnh để chữ dễ đọc hơn */
    }

    .page-dagabj66__hero-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #fff;
      z-index: 10;
      width: 90%;
      max-width: 800px;
    }

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

    .page-dagabj66__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #eee;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    }

    .page-dagabj66__cta-button {
      display: inline-block;
      background-color: #ffcc00; /* Màu vàng nổi bật */
      color: #333;
      padding: 15px 30px;
      border-radius: 50px;
      font-size: 1.3em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-dagabj66__cta-button:hover {
      background-color: #e6b800;
      transform: translateY(-3px);
    }

    /* Phần giới thiệu chung */
    .page-dagabj66__intro-section {
      padding: 40px 0;
      background-color: #fff;
      text-align: center;
    }

    .page-dagabj66__intro-text {
      font-size: 1.1em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #555;
    }

    /* Phần sản phẩm/trò chơi */
    .page-dagabj66__games-section {
      padding: 50px 0;
      background-color: #f5f5f5;
    }

    .page-dagabj66__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-dagabj66__game-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-dagabj66__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .page-dagabj66__game-image {
      width: 100%;
      height: 200px; /* Đảm bảo kích thước tối thiểu */
      object-fit: cover;
      display: block;
    }

    .page-dagabj66__game-content {
      padding: 20px;
    }

    .page-dagabj66__game-title {
      font-size: 1.3em;
      color: #cc0000;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-dagabj66__game-description {
      font-size: 0.95em;
      color: #666;
      margin-bottom: 15px;
    }

    /* Phần đặc điểm đá gà trực tiếp */
    .page-dagabj66__features-section {
      padding: 50px 0;
      background-color: #fff;
    }

    .page-dagabj66__features-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 25px;
      margin-top: 30px;
    }

    .page-dagabj66__feature-item {
      background-color: #f9f9f9;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 25px;
      text-align: center;
      flex: 1 1 calc(33% - 25px); /* 3 cột trên desktop */
      min-width: 280px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
      box-sizing: border-box;
    }

    .page-dagabj66__feature-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .page-dagabj66__feature-icon {
      width: 150px; /* Đảm bảo kích thước tối thiểu */
      height: 150px; /* Đảm bảo kích thước tối thiểu */
      object-fit: contain;
      margin-bottom: 15px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-dagabj66__feature-title {
      font-size: 1.2em;
      color: #cc0000;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-dagabj66__feature-description {
      font-size: 0.95em;
      color: #666;
    }

    /* Phần CTA cuối */
    .page-dagabj66__final-cta-section {
      background-color: #000; /* Nền tối để nổi bật */
      color: #fff;
      padding: 60px 20px;
      text-align: center;
      margin-top: 50px;
    }

    .page-dagabj66__final-cta-title {
      font-size: 2.2em;
      margin-bottom: 20px;
      color: #ffcc00;
    }

    .page-dagabj66__final-cta-text {
      font-size: 1.1em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    /* FAQ Section */
    .page-dagabj66__faq-section {
      padding: 50px 0;
      background-color: #fefefe;
    }

    .page-dagabj66__faq-list {
      max-width: 800px;
      margin: 30px auto 0 auto;
      border-top: 1px solid #eee;
    }

    .page-dagabj66__faq-item {
      border-bottom: 1px solid #eee;
    }

    .page-dagabj66__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 15px;
      cursor: pointer;
      user-select: none;
      background-color: #fff;
      transition: background-color 0.3s ease;
    }

    .page-dagabj66__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-dagabj66__faq-question h3 {
      margin: 0;
      font-size: 1.15em;
      color: #333;
      text-align: left;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-dagabj66__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #cc0000;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click */
    }

    .page-dagabj66__faq-item.active .page-dagabj66__faq-toggle {
      transform: rotate(45deg); /* Change + to X or - */
    }

    .page-dagabj66__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;
      font-size: 0.95em;
    }

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

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-dagabj66__container {
        padding: 0 10px;
      }

      .page-dagabj66 h1 {
        font-size: 2em;
      }

      .page-dagabj66 h2 {
        font-size: 1.7em;
      }

      .page-dagabj66 h3 {
        font-size: 1.3em;
      }

      .page-dagabj66__hero-title {
        font-size: 2em;
      }

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

      .page-dagabj66__cta-button {
        padding: 12px 25px;
        font-size: 1.1em;
      }

      .page-dagabj66__games-grid {
        grid-template-columns: 1fr; /* Một cột trên di động */
      }

      .page-dagabj66__game-card,
      .page-dagabj66__feature-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important; /* Giảm padding cho di động */
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-dagabj66__features-list {
        flex-direction: column;
        gap: 20px;
      }

      .page-dagabj66__feature-item {
        flex: 1 1 100%;
      }

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

      .page-dagabj66__faq-question {
        padding: 15px 10px;
      }

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

      .page-dagabj66__faq-answer {
        padding: 15px 10px !important;
      }

      /* Image responsiveness for mobile */
      .page-dagabj66 img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-dagabj66__hero-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-dagabj66__feature-icon {
        width: 120px; /* Điều chỉnh kích thước icon cho mobile */
        height: 120px;
      }
    }

    @media (max-width: 480px) {
      .page-dagabj66__hero-title {
        font-size: 1.8em;
      }
      .page-dagabj66__hero-description {
        font-size: 0.9em;
      }
      .page-dagabj66__cta-button {
        font-size: 1em;
        padding: 10px 20px;
      }
    }
  