
    /* Reset và cơ bản */
    .page-top10gamenohu {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      line-height: 1.6;
      color: #333;
      background-color: #f8f9fa;
      padding-bottom: 80px; /* Đảm bảo không bị che bởi nút cố định */
    }

    /* Tiêu đề chính */
    .page-top10gamenohu__hero-section {
      background: linear-gradient(135deg, #0a1931, #1b3a5e); /* Nền tối hơn cho banner */
      color: #fff;
      text-align: center;
      padding: 100px 20px 40px; /* Đảm bảo padding-top để tránh header cố định */
      position: relative;
      overflow: hidden;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
    }
    .page-top10gamenohu__hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('[GALLERY:banner:game_nổ_hũ,hero,main,2026]'); /* Banner ảnh nền */
        background-size: cover;
        background-position: center;
        opacity: 0.2; /* Làm mờ ảnh nền */
        z-index: 0;
    }
    .page-top10gamenohu__hero-content {
        position: relative;
        z-index: 1;
    }
    .page-top10gamenohu__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #ffda44; /* Vàng sáng */
      text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    }
    .page-top10gamenohu__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #e0e0e0;
    }
    .page-top10gamenohu__cta-button {
      display: inline-block;
      background-color: #ff4d4d; /* Đỏ rực */
      color: #fff;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }
    .page-top10gamenohu__cta-button:hover {
      background-color: #e60000;
      transform: translateY(-3px);
    }

    /* Các phần nội dung chung */
    .page-top10gamenohu__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.05);
      margin-top: 30px;
    }
    .page-top10gamenohu__section-title {
      font-size: 2em;
      color: #0a1931;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }
    .page-top10gamenohu__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 60px;
      height: 4px;
      background-color: #ffda44;
      border-radius: 2px;
    }
    .page-top10gamenohu__text-content p {
        margin-bottom: 15px;
        color: #555;
    }
    .page-top10gamenohu__text-content strong {
        color: #0a1931;
    }

    /* Danh sách game nổ hũ */
    .page-top10gamenohu__game-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }
    .page-top10gamenohu__game-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.1);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
    }
    .page-top10gamenohu__game-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    }
    .page-top10gamenohu__game-card-image-wrapper {
        width: 100%;
        height: 200px; /* Fixed height for consistency */
        overflow: hidden;
    }
    .page-top10gamenohu__game-card-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.3s ease;
    }
    .page-top10gamenohu__game-card:hover .page-top10gamenohu__game-card-image {
        transform: scale(1.05);
    }
    .page-top10gamenohu__game-card-content {
      padding: 20px;
      flex-grow: 1;
    }
    .page-top10gamenohu__game-card-title {
      font-size: 1.5em;
      color: #0a1931;
      margin-bottom: 10px;
    }
    .page-top10gamenohu__game-card-description {
      font-size: 0.95em;
      color: #666;
      margin-bottom: 15px;
    }
    .page-top10gamenohu__game-card-features {
      list-style: none;
      padding: 0;
      margin-bottom: 15px;
    }
    .page-top10gamenohu__game-card-features li {
      margin-bottom: 8px;
      color: #444;
      display: flex;
      align-items: center;
    }
    .page-top10gamenohu__game-card-features li::before {
      content: '✓';
      color: #28a745;
      margin-right: 8px;
      font-weight: bold;
    }
    .page-top10gamenohu__game-card-button {
      display: block;
      width: 100%;
      padding: 12px 0;
      background-color: #ffda44;
      color: #0a1931;
      text-align: center;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }
    .page-top10gamenohu__game-card-button:hover {
      background-color: #e6c230;
    }

    /* Floating button */
    .page-top10gamenohu__floating-promo {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #ff4d4d; /* Đỏ rực */
      color: #fff;
      padding: 12px 25px;
      border-radius: 50px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.2);
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      z-index: 1000;
      display: none; /* Mặc định ẩn, chỉ hiện trên mobile */
      transition: background-color 0.3s ease, transform 0.2s ease;
      animation: page-top10gamenohu__pulse 2s infinite;
      border: none;
      cursor: pointer;
    }
    .page-top10gamenohu__floating-promo:hover {
      background-color: #e60000;
      transform: translateX(-50%) translateY(-3px);
    }

    @keyframes page-top10gamenohu__pulse {
        0% { transform: translateX(-50%) scale(1); }
        50% { transform: translateX(-50%) scale(1.03); }
        100% { transform: translateX(-50%) scale(1); }
    }

    /* Các game phổ biến khác */
    .page-top10gamenohu__popular-games-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px;
        margin-top: 30px;
    }
    .page-top10gamenohu__popular-game-item {
        text-align: center;
        background-color: #f0f2f5;
        padding: 15px;
        border-radius: 8px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .page-top10gamenohu__popular-game-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    .page-top10gamenohu__popular-game-image-wrapper {
        width: 100px;
        height: 100px;
        margin: 0 auto 10px;
        border-radius: 50%;
        overflow: hidden;
        border: 3px solid #ffda44;
    }
    .page-top10gamenohu__popular-game-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .page-top10gamenohu__popular-game-title {
        font-weight: bold;
        color: #0a1931;
        font-size: 1.1em;
    }

    /* FAQ Section */
    .page-top10gamenohu__faq-container {
        margin-top: 40px;
    }
    .page-top10gamenohu__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.03);
    }
    .page-top10gamenohu__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 20px;
        background-color: #f0f2f5;
        color: #0a1931;
        font-weight: bold;
        cursor: pointer;
        user-select: none;
        transition: background-color 0.3s ease;
    }
    .page-top10gamenohu__faq-question:hover {
        background-color: #e0e2e5;
    }
    .page-top10gamenohu__faq-question h3 {
        margin: 0;
        font-size: 1.1em;
        pointer-events: none; /* Prevent h3 from blocking click on parent */
    }
    .page-top10gamenohu__faq-toggle {
        font-size: 1.5em;
        line-height: 1;
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent toggle from blocking click on parent */
    }
    .page-top10gamenohu__faq-item.active .page-top10gamenohu__faq-toggle {
        transform: rotate(45deg); /* Change + to X (or - if preferred) */
    }
    .page-top10gamenohu__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 20px;
        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;
    }
    .page-top10gamenohu__faq-item.active .page-top10gamenohu__faq-answer {
        max-height: 2000px !important; /* Sufficiently large */
        padding: 20px 20px !important;
        opacity: 1;
    }
    .page-top10gamenohu__faq-answer p {
        margin-bottom: 10px;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-top10gamenohu__hero-section {
        padding-top: 80px; /* Adjust for mobile header height */
        padding-bottom: 30px;
      }
      .page-top10gamenohu__hero-title {
        font-size: 2em;
      }
      .page-top10gamenohu__hero-description {
        font-size: 1em;
      }
      .page-top10gamenohu__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-top10gamenohu__section {
        padding: 30px 15px;
        margin-top: 20px;
      }
      .page-top10gamenohu__section-title {
        font-size: 1.8em;
      }
      .page-top10gamenohu__game-list {
        grid-template-columns: 1fr;
      }
      .page-top10gamenohu__game-card-title {
        font-size: 1.3em;
      }
      .page-top10gamenohu__floating-promo {
        display: block; /* Hiển thị nút nổi trên mobile */
        width: calc(100% - 40px);
        max-width: 350px;
        bottom: 15px;
        padding: 10px 20px;
        font-size: 1em;
      }
      .page-top10gamenohu__popular-games-grid {
          grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
          gap: 15px;
      }
      .page-top10gamenohu__popular-game-image-wrapper {
        width: 80px;
        height: 80px;
      }
      .page-top10gamenohu__faq-question {
          padding: 15px;
      }
      .page-top10gamenohu__faq-question h3 {
          font-size: 1em;
      }
      .page-top10gamenohu__faq-answer {
          padding: 0 15px;
      }
      .page-top10gamenohu__faq-item.active .page-top10gamenohu__faq-answer {
          padding: 15px 15px !important;
      }

      /* Image responsive styles */
      .page-top10gamenohu__game-card-image,
      .page-top10gamenohu__popular-game-image {
          max-width: 100% !important;
          height: auto !important;
      }
      .page-top10gamenohu__game-card-image-wrapper {
          width: 100% !important;
          max-width: 100% !important;
          overflow: hidden !important;
          box-sizing: border-box !important;
          height: auto !important; /* Allow height to adjust for content */
      }
      .page-top10gamenohu__popular-game-image-wrapper {
          width: 80px !important; /* Keep the circular fixed size for this one */
          height: 80px !important;
          margin: 0 auto 10px !important;
      }
    }
  