
    :root {
      --page-32wij-primary-color: #e0b300; /* Vàng đồng */
      --page-32wij-secondary-color: #333; /* Đen xám */
      --page-32wij-accent-color: #007bff; /* Xanh dương */
      --page-32wij-text-light: #f8f9fa; /* Trắng ngà */
      --page-32wij-text-dark: #212529; /* Đen đậm */
      --page-32wij-bg-dark: #1a1a1a; /* Nền tối */
      --page-32wij-bg-light: #ffffff; /* Nền sáng */
      --page-32wij-border-color: #444; /* Viền xám */
    }

    .page-32wij {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-32wij-text-dark);
      background-color: var(--page-32wij-bg-light);
    }

    .page-32wij__hero-section {
      background-image: url('[GALLERY:hero:1920x1080:betting,platform,vietnam,32wij]');
      background-size: cover;
      background-position: center;
      color: var(--page-32wij-text-light);
      text-align: center;
      padding: 10px 20px 80px 20px; /* Adjusted padding-top as per instructions */
      min-height: 400px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
      overflow: hidden;
    }

    .page-32wij__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 1;
    }

    .page-32wij__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-32wij__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: var(--page-32wij-primary-color);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-32wij__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: var(--page-32wij-text-light);
    }

    .page-32wij__button {
      display: inline-block;
      background-color: var(--page-32wij-primary-color);
      color: var(--page-32wij-text-dark);
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-32wij__button:hover {
      background-color: #ffc107;
      transform: translateY(-2px);
    }

    .page-32wij__section {
      padding: 40px 20px;
      text-align: center;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-32wij__section--dark {
      background-color: var(--page-32wij-bg-dark);
      color: var(--page-32wij-text-light);
    }

    .page-32wij__section-title {
      font-size: 2em;
      margin-bottom: 30px;
      color: var(--page-32wij-primary-color);
    }

    .page-32wij__section-title--dark {
      color: var(--page-32wij-primary-color);
    }

    .page-32wij__section-text {
      font-size: 1.1em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

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

    .page-32wij__game-card {
      background-color: var(--page-32wij-bg-light);
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding-bottom: 20px;
      box-sizing: border-box;
      border: 1px solid var(--page-32wij-border-color);
    }

    .page-32wij__section--dark .page-32wij__game-card {
      background-color: #2a2a2a;
      color: var(--page-32wij-text-light);
      border-color: #555;
    }

    .page-32wij__game-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    }

    .page-32wij__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      margin-bottom: 15px;
      display: block;
    }
    .page-32wij__game-image img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    .page-32wij__game-title {
      font-size: 1.4em;
      margin-bottom: 10px;
      color: var(--page-32wij-primary-color);
      padding: 0 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-32wij__game-description {
      font-size: 0.95em;
      color: #666;
      padding: 0 15px;
      flex-grow: 1;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-32wij__section--dark .page-32wij__game-description {
      color: #bbb;
    }

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

    .page-32wij__promotion-card {
      background-color: var(--page-32wij-bg-light);
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      padding: 25px;
      text-align: left;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
      border: 1px solid var(--page-32wij-border-color);
    }

    .page-32wij__section--dark .page-32wij__promotion-card {
      background-color: #2a2a2a;
      color: var(--page-32wij-text-light);
      border-color: #555;
    }

    .page-32wij__promotion-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    }

    .page-32wij__promotion-title {
      font-size: 1.5em;
      color: var(--page-32wij-primary-color);
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-32wij__promotion-text {
      font-size: 1em;
      color: #555;
      margin-bottom: 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-32wij__section--dark .page-32wij__promotion-text {
      color: #bbb;
    }

    .page-32wij__faq-section {
      background-color: #f8f8f8;
    }

    .page-32wij__faq-list {
      list-style: none;
      padding: 0;
      margin-top: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      text-align: left;
    }

    .page-32wij__faq-item {
      background-color: var(--page-32wij-bg-light);
      border: 1px solid var(--page-32wij-border-color);
      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-32wij__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f0f0f0;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      color: var(--page-32wij-text-dark);
      transition: background-color 0.3s ease;
    }

    .page-32wij__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from capturing click */
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-32wij__faq-toggle {
      font-size: 1.5em;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from capturing click */
    }

    .page-32wij__faq-item.active .page-32wij__faq-toggle {
      transform: rotate(45deg); /* Plus to X (rotate 45deg) or Minus to Plus */
    }

    .page-32wij__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      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;
      font-size: 0.95em;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

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

    .page-32wij__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-32wij__floating-button {
      background-color: var(--page-32wij-primary-color);
      color: var(--page-32wij-text-dark);
      padding: 10px 15px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: bold;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.2s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 100px;
      font-size: 0.95em;
      border: none;
      cursor: pointer;
    }

    .page-32wij__floating-button:hover {
      background-color: #ffc107;
      transform: translateY(-2px);
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-32wij__hero-title {
        font-size: 2em;
      }

      .page-32wij__hero-subtitle {
        font-size: 1.1em;
      }

      .page-32wij__section {
        padding: 30px 15px;
      }

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

      .page-32wij__game-grid,
      .page-32wij__promotion-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-32wij__game-card,
      .page-32wij__promotion-card {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 20px;
      }

      .page-32wij__game-image {
        height: 180px;
      }

      .page-32wij__faq-list {
        padding: 0 10px;
      }

      .page-32wij__faq-question {
        padding: 12px 15px;
      }

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

      .page-32wij__faq-answer {
        padding: 0 15px;
      }

      .page-32wij__faq-item.active .page-32wij__faq-answer {
        padding: 15px !important;
      }

      .page-32wij__floating-buttons {
        bottom: 15px;
        right: 15px;
        flex-direction: row; /* For mobile, buttons might be better side-by-side */
        width: calc(100% - 30px);
        justify-content: space-around;
      }

      .page-32wij__floating-button {
        flex: 1;
        margin: 0 5px;
        font-size: 0.9em;
      }

      /* Ensure all list items are 100% width on mobile */
      .page-32wij__game-grid > *,
      .page-32wij__promotion-grid > * {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-32wij__faq-list > * {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-32wij img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-32wij__game-image,
      .page-32wij__promotion-image { /* Assuming promotion images if any */
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
      }
    }

    @media (max-width: 480px) {
      .page-32wij__hero-title {
        font-size: 1.8em;
      }
      .page-32wij__hero-subtitle {
        font-size: 1em;
      }
      .page-32wij__floating-buttons {
        bottom: 10px;
        right: 10px;
        width: calc(100% - 20px);
      }
      .page-32wij__floating-button {
        padding: 8px 10px;
        font-size: 0.85em;
      }
    }
  