
    :root {
      --page-pg88slotgame__primary-color: #ffcc00; /* Vàng rực rỡ */
      --page-pg88slotgame__secondary-color: #e62e00; /* Đỏ cam */
      --page-pg88slotgame__dark-background: #1a1a1a; /* Nền tối */
      --page-pg88slotgame__light-text: #ffffff; /* Chữ trắng */
      --page-pg88slotgame__gray-text: #cccccc; /* Chữ xám */
      --page-pg88slotgame__border-color: #444444; /* Màu viền */
      --page-pg88slotgame__font-family: 'Arial', sans-serif;
    }

    .page-pg88slotgame {
      font-family: var(--page-pg88slotgame__font-family);
      color: var(--page-pg88slotgame__light-text);
      background-color: var(--page-pg88slotgame__dark-background);
      line-height: 1.6;
      overflow-x: hidden;
    }

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

    .page-pg88slotgame__hero-section {
      position: relative;
      width: 100%;
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:slot,pg88,banner]') center center no-repeat;
      background-size: cover;
      text-align: center;
      padding: 60px 20px 40px; /* Adjusted padding-top for fixed header */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 400px;
      box-sizing: border-box;
    }

    .page-pg88slotgame__hero-title {
      font-size: 3.2em;
      color: var(--page-pg88slotgame__primary-color);
      margin-bottom: 15px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      line-height: 1.2;
    }

    .page-pg88slotgame__hero-description {
      font-size: 1.3em;
      color: var(--page-pg88slotgame__light-text);
      margin-bottom: 30px;
      max-width: 800px;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .page-pg88slotgame__cta-button {
      display: inline-block;
      background-color: var(--page-pg88slotgame__secondary-color);
      color: var(--page-pg88slotgame__light-text);
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-pg88slotgame__cta-button:hover {
      background-color: #ff4500;
      transform: translateY(-2px);
    }

    .page-pg88slotgame__section {
      padding: 60px 20px;
      text-align: center;
      border-bottom: 1px solid var(--page-pg88slotgame__border-color);
    }

    .page-pg88slotgame__section:last-of-type {
      border-bottom: none;
    }

    .page-pg88slotgame__section-title {
      font-size: 2.5em;
      color: var(--page-pg88slotgame__primary-color);
      margin-bottom: 40px;
      position: relative;
      display: inline-block;
    }

    .page-pg88slotgame__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -10px;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: var(--page-pg88slotgame__secondary-color);
      border-radius: 2px;
    }

    .page-pg88slotgame__text-block {
      max-width: 900px;
      margin: 0 auto 30px;
      font-size: 1.1em;
      color: var(--page-pg88slotgame__gray-text);
    }

    .page-pg88slotgame__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1000px;
      margin: 40px auto 0;
    }

    .page-pg88slotgame__game-card {
      background-color: #2a2a2a;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: left;
    }

    .page-pg88slotgame__game-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.6);
    }

    .page-pg88slotgame__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-pg88slotgame__game-content {
      padding: 25px;
    }

    .page-pg88slotgame__game-title {
      font-size: 1.6em;
      color: var(--page-pg88slotgame__primary-color);
      margin-bottom: 10px;
    }

    .page-pg88slotgame__game-description {
      font-size: 0.95em;
      color: var(--page-pg88slotgame__gray-text);
      margin-bottom: 20px;
    }

    .page-pg88slotgame__promotion-section {
      background-color: #222222;
      padding: 60px 20px;
      text-align: center;
    }

    .page-pg88slotgame__promotion-highlight {
      font-size: 1.8em;
      color: var(--page-pg88slotgame__secondary-color);
      margin-bottom: 20px;
      font-weight: bold;
    }

    .page-pg88slotgame__guide-steps {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-top: 40px;
    }

    .page-pg88slotgame__guide-step {
      background-color: #2a2a2a;
      border-radius: 15px;
      padding: 30px;
      flex: 1;
      min-width: 280px;
      max-width: 380px;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
      text-align: left;
      border-left: 5px solid var(--page-pg88slotgame__primary-color);
      box-sizing: border-box;
    }

    .page-pg88slotgame__step-number {
      font-size: 2.5em;
      color: var(--page-pg88slotgame__secondary-color);
      font-weight: bold;
      margin-bottom: 15px;
    }

    .page-pg88slotgame__step-title {
      font-size: 1.5em;
      color: var(--page-pg88slotgame__primary-color);
      margin-bottom: 10px;
    }

    .page-pg88slotgame__step-description {
      color: var(--page-pg88slotgame__gray-text);
      font-size: 1em;
    }

    .page-pg88slotgame__faq-section {
      padding: 60px 20px;
      text-align: center;
    }

    .page-pg88slotgame__faq-list {
      max-width: 900px;
      margin: 40px auto 0;
      text-align: left;
    }

    .page-pg88slotgame__faq-item {
      background-color: #2a2a2a;
      border-radius: 10px;
      margin-bottom: 15px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      overflow: hidden;
    }

    .page-pg88slotgame__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #333333;
      color: var(--page-pg88slotgame__light-text);
      font-size: 1.2em;
      font-weight: bold;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-pg88slotgame__faq-question h3 {
      margin: 0;
      color: inherit;
      pointer-events: none; /* Prevent h3 from blocking click */
      flex-grow: 1;
    }

    .page-pg88slotgame__faq-question:hover {
      background-color: #444444;
    }

    .page-pg88slotgame__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      margin-left: 15px;
      transition: transform 0.3s ease;
      color: var(--page-pg88slotgame__primary-color);
      pointer-events: none; /* Prevent toggle icon from blocking click */
    }

    .page-pg88slotgame__faq-item.active .page-pg88slotgame__faq-toggle {
      transform: rotate(45deg);
    }

    .page-pg88slotgame__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #2a2a2a;
      color: var(--page-pg88slotgame__gray-text);
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;
      opacity: 0;
      font-size: 1em;
      line-height: 1.8;
    }

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

    .page-pg88slotgame__why-choose-section {
      background-color: #1a1a1a;
      padding: 60px 20px;
      text-align: center;
    }

    .page-pg88slotgame__why-choose-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      margin-top: 40px;
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-pg88slotgame__why-choose-item {
      background-color: #2a2a2a;
      border-radius: 10px;
      padding: 30px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-pg88slotgame__why-choose-item:hover {
      transform: translateY(-5px);
    }

    .page-pg88slotgame__why-choose-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 20px;
      object-fit: contain;
    }

    .page-pg88slotgame__why-choose-title {
      font-size: 1.4em;
      color: var(--page-pg88slotgame__primary-color);
      margin-bottom: 10px;
    }

    .page-pg88slotgame__why-choose-description {
      font-size: 0.95em;
      color: var(--page-pg88slotgame__gray-text);
    }

    .page-pg88slotgame__floating-button {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      background-color: var(--page-pg88slotgame__secondary-color);
      color: var(--page-pg88slotgame__light-text);
      padding: 12px 25px;
      border-radius: 50px;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
      z-index: 1000;
      text-decoration: none;
      animation: page-pg88slotgame__pulse 2s infinite;
      border: none;
      cursor: pointer;
      white-space: nowrap;
    }

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

    /* Responsive adjustments */
    @media (max-width: 1024px) {
      .page-pg88slotgame__hero-title {
        font-size: 2.8em;
      }
      .page-pg88slotgame__hero-description {
        font-size: 1.2em;
      }
      .page-pg88slotgame__section-title {
        font-size: 2.2em;
      }
    }

    @media (max-width: 768px) {
      .page-pg88slotgame__hero-section {
        padding-top: 50px; /* Adjusted for mobile fixed header */
        min-height: 350px;
      }
      .page-pg88slotgame__hero-title {
        font-size: 2.2em;
        margin-bottom: 10px;
      }
      .page-pg88slotgame__hero-description {
        font-size: 1em;
        margin-bottom: 20px;
      }
      .page-pg88slotgame__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-pg88slotgame__section {
        padding: 40px 15px;
      }
      .page-pg88slotgame__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }
      .page-pg88slotgame__text-block {
        font-size: 0.95em;
        margin-bottom: 20px;
      }
      .page-pg88slotgame__game-categories,
      .page-pg88slotgame__guide-steps,
      .page-pg88slotgame__why-choose-list {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .page-pg88slotgame__game-card,
      .page-pg88slotgame__guide-step,
      .page-pg88slotgame__why-choose-item {
        max-width: 100%;
        margin: 0 auto;
        box-sizing: border-box !important;
        width: 100% !important;
        padding: 20px !important;
      }
      .page-pg88slotgame__game-image {
        height: 180px;
      }
      .page-pg88slotgame__game-title {
        font-size: 1.4em;
      }
      .page-pg88slotgame__promotion-highlight {
        font-size: 1.5em;
      }
      .page-pg88slotgame__step-number {
        font-size: 2em;
      }
      .page-pg88slotgame__step-title {
        font-size: 1.3em;
      }
      .page-pg88slotgame__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
      }
      .page-pg88slotgame__faq-answer {
        padding: 15px 20px !important;
      }
      .page-pg88slotgame__floating-button {
        width: calc(100% - 40px);
        left: 20px;
        transform: none;
        bottom: 15px;
        font-size: 1em;
        text-align: center;
        padding: 10px 15px;
      }
      .page-pg88slotgame__why-choose-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
      }
      .page-pg88slotgame__why-choose-title {
        font-size: 1.2em;
      }
      .page-pg88slotgame__why-choose-description {
        font-size: 0.9em;
      }

      /* Image responsive for mobile */
      .page-pg88slotgame img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-pg88slotgame__game-card img,
      .page-pg88slotgame__why-choose-item img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-pg88slotgame__game-card, .page-pg88slotgame__guide-step, .page-pg88slotgame__why-choose-item {
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-pg88slotgame__game-categories, .page-pg88slotgame__guide-steps, .page-pg88slotgame__faq-list, .page-pg88slotgame__why-choose-list {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }
      .page-pg88slotgame__faq-item {
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
    }

    @media (max-width: 480px) {
      .page-pg88slotgame__hero-title {
        font-size: 1.8em;
      }
      .page-pg88slotgame__hero-description {
        font-size: 0.9em;
      }
      .page-pg88slotgame__section-title {
        font-size: 1.5em;
      }
      .page-pg88slotgame__floating-button {
        font-size: 0.9em;
        padding: 8px 15px;
      }
    }
  