
    :root {
      --page-23win-n-h-primary-color: #e44d26; /* Cam đỏ */
      --page-23win-n-h-secondary-color: #333; /* Đen xám */
      --page-23win-n-h-accent-color: #ffcc00; /* Vàng */
      --page-23win-n-h-background-light: #f9f9f9;
      --page-23win-n-h-text-color: #333;
      --page-23win-n-h-text-light: #fff;
      --page-23win-n-h-border-color: #ddd;
    }

    .page-23win-n-h {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      line-height: 1.6;
      color: var(--page-23win-n-h-text-color);
      background-color: var(--page-23win-n-h-background-light);
      padding-bottom: 20px; /* Đảm bảo khoảng trống phía trên footer */
    }

    .page-23win-n-h__hero-section {
      background: linear-gradient(135deg, var(--page-23win-n-h-primary-color), #f76b1c);
      color: var(--page-23win-n-h-text-light);
      text-align: center;
      padding: 60px 20px 40px; 
      position: relative;
      overflow: hidden;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
    }
    
    .page-23win-n-h__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('[GALLERY:pattern:1920x1080:abstract,pattern,geometric]') no-repeat center center/cover;
      opacity: 0.1;
      z-index: 0;
    }

    .page-23win-n-h__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-23win-n-h__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      line-height: 1.2;
      font-weight: 700;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .page-23win-n-h__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      font-weight: 300;
    }

    .page-23win-n-h__cta-button {
      display: inline-block;
      background-color: var(--page-23win-n-h-accent-color);
      color: var(--page-23win-n-h-secondary-color);
      padding: 15px 30px;
      border-radius: 50px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-23win-n-h__cta-button:hover {
      background-color: #ffd733;
      transform: translateY(-3px);
    }

    .page-23win-n-h__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-23win-n-h__section-title {
      font-size: 2.2em;
      color: var(--page-23win-n-h-primary-color);
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-23win-n-h__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: var(--page-23win-n-h-accent-color);
      border-radius: 2px;
    }

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

    .page-23win-n-h__game-card {
      background-color: var(--page-23win-n-h-text-light);
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      padding-bottom: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-23win-n-h__game-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    }

    .page-23win-n-h__game-image-wrapper {
      width: 100%;
      height: 200px; /* Fixed height for consistent card size */
      overflow: hidden;
      position: relative;
    }

    .page-23win-n-h__game-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .page-23win-n-h__game-title {
      font-size: 1.4em;
      color: var(--page-23win-n-h-primary-color);
      margin: 20px 15px 10px;
      font-weight: 600;
    }

    .page-23win-n-h__game-description {
      font-size: 0.95em;
      color: var(--page-23win-n-h-secondary-color);
      padding: 0 15px;
      margin-bottom: 20px;
      flex-grow: 1; /* Allows description to take available space */
    }

    .page-23win-n-h__feature-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-23win-n-h__feature-item {
      background-color: var(--page-23win-n-h-text-light);
      padding: 30px;
      border-radius: 15px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
      text-align: center;
      transition: transform 0.3s ease;
      border-top: 5px solid var(--page-23win-n-h-primary-color);
    }

    .page-23win-n-h__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-23win-n-h__feature-icon {
      width: 200px; /* Minimum size requirement */
      height: 200px; /* Minimum size requirement */
      margin-bottom: 20px;
      color: var(--page-23win-n-h-primary-color);
      display: block; /* Ensure images behave as block */
      margin-left: auto;
      margin-right: auto;
      max-width: 100%; /* Responsive image */
      height: auto; /* Maintain aspect ratio */
      object-fit: contain; /* Ensure image fits without cropping */
    }

    .page-23win-n-h__feature-title {
      font-size: 1.6em;
      color: var(--page-23win-n-h-primary-color);
      margin-bottom: 15px;
      font-weight: 600;
    }

    .page-23win-n-h__feature-description {
      font-size: 1em;
      color: var(--page-23win-n-h-secondary-color);
    }

    .page-23win-n-h__faq-section {
      background-color: #f0f0f0;
      border-radius: 15px;
      padding: 30px;
      margin-top: 40px;
    }

    .page-23win-n-h__faq-item {
      background-color: var(--page-23win-n-h-text-light);
      margin-bottom: 15px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      border: 1px solid var(--page-23win-n-h-border-color);
    }

    .page-23win-n-h__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px;
      font-size: 1.2em;
      font-weight: 600;
      color: var(--page-23win-n-h-secondary-color);
      cursor: pointer;
      background-color: #fff;
      transition: background-color 0.3s ease;
      user-select: none;
    }
    
    .page-23win-n-h__faq-question:hover {
      background-color: #f5f5f5;
    }

    .page-23win-n-h__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: var(--page-23win-n-h-secondary-color);
      pointer-events: none; /* Ngăn h3 bắt sự kiện click */
      flex-grow: 1;
    }

    .page-23win-n-h__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: var(--page-23win-n-h-primary-color);
      margin-left: 15px;
      pointer-events: none; /* Ngăn icon bắt sự kiện click */
      transition: transform 0.3s ease;
    }

    .page-23win-n-h__faq-item.active .page-23win-n-h__faq-toggle {
      transform: rotate(45deg); /* Chuyển dấu + thành X */
    }

    .page-23win-n-h__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px; /* Padding ban đầu */
      opacity: 0;
      color: #555;
      background-color: #fefefe;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    }

    .page-23win-n-h__faq-item.active .page-23win-n-h__faq-answer {
      max-height: 2000px !important; /* Đủ lớn để chứa mọi nội dung */
      padding: 20px 25px !important; /* Padding khi mở rộng */
      opacity: 1;
    }
    
    .page-23win-n-h__faq-answer p {
        margin-bottom: 10px;
    }
    .page-23win-n-h__faq-answer p:last-child {
        margin-bottom: 0;
    }

    .page-23win-n-h__provider-list,
    .page-23win-n-h__payment-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      list-style: none;
      padding: 0;
      margin: 30px auto 0;
      max-width: 900px;
    }

    .page-23win-n-h__provider-item,
    .page-23win-n-h__payment-item {
      background-color: var(--page-23win-n-h-text-light);
      border: 1px solid var(--page-23win-n-h-border-color);
      border-radius: 8px;
      padding: 10px 20px;
      font-size: 1em;
      font-weight: 500;
      color: var(--page-23win-n-h-secondary-color);
      white-space: nowrap;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      transition: transform 0.2s ease;
      box-sizing: border-box; /* Quan trọng cho responsive */
    }

    .page-23win-n-h__provider-item:hover,
    .page-23win-n-h__payment-item:hover {
        transform: translateY(-2px);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-23win-n-h__hero-title {
        font-size: 2em;
      }

      .page-23win-n-h__hero-subtitle {
        font-size: 1em;
      }

      .page-23win-n-h__section {
        padding: 30px 15px;
      }

      .page-23win-n-h__section-title {
        font-size: 1.8em;
      }

      .page-23win-n-h__game-grid {
        grid-template-columns: 1fr; /* Một cột cho di động */
      }

      .page-23win-n-h__feature-grid {
        grid-template-columns: 1fr; /* Một cột cho di động */
      }
      
      /* Responsive list items - áp dụng cho danh sách nhà cung cấp/thanh toán */
      .page-23win-n-h__provider-list,
      .page-23win-n-h__payment-list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 10px !important; /* Điều chỉnh padding cho màn hình nhỏ hơn */
        margin-left: 0 !important;
        margin-right: 0 !important;
        justify-content: flex-start; /* Căn chỉnh các mục về phía đầu */
      }

      .page-23win-n-h__provider-item,
      .page-23win-n-h__payment-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 12px 15px;
        text-align: center;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-23win-n-h__faq-section {
        padding: 20px;
      }

      .page-23win-n-h__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
      }
      
      .page-23win-n-h__faq-question h3 {
          font-size: 1.1em;
      }

      .page-23win-n-h__faq-answer {
        padding: 0 20px;
      }
      
      .page-23win-n-h__faq-item.active .page-23win-n-h__faq-answer {
        padding: 15px 20px !important;
      }

      /* Responsive images */
      .page-23win-n-h__game-image,
      .page-23win-n-h__feature-icon {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-23win-n-h__game-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important; /* Cho phép chiều cao tự điều chỉnh */
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-23win-n-h__hero-section {
        padding: 40px 15px 30px;
      }
      .page-23win-n-h__hero-title {
        font-size: 1.8em;
      }
      .page-23win-n-h__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-23win-n-h__section-title {
        font-size: 1.6em;
      }
      .page-23win-n-h__game-title {
        font-size: 1.2em;
      }
      .page-23win-n-h__game-image-wrapper {
        height: 180px; /* Nhỏ hơn một chút cho màn hình rất nhỏ */
      }
      .page-23win-n-h__feature-title {
        font-size: 1.4em;
      }
    }
  