
    .page-hihi88-com {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-bottom: 40px;
      max-width: 100%;
      overflow-x: hidden;
    }

    .page-hihi88-com__section {
      padding: 40px 20px;
      margin-bottom: 20px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      box-sizing: border-box;
    }

    .page-hihi88-com__hero-section {
      padding-top: 10px; /* Decorative padding, not for header offset */
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #fff;
      text-align: center;
      position: relative;
      overflow: hidden;
      padding-bottom: 60px;
    }

    .page-hihi88-com__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
      padding: 40px 20px;
    }

    .page-hihi88-com__hero-title {
      font-size: 3.2em;
      margin-bottom: 15px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
      color: #fff;
      line-height: 1.2;
    }

    .page-hihi88-com__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #eee;
    }

    .page-hihi88-com__button {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a2a6c;
      padding: 15px 30px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      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-hihi88-com__button:hover {
      background-color: #e6b800;
      transform: translateY(-3px);
    }

    .page-hihi88-com__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 0;
    }

    .page-hihi88-com__title {
      font-size: 2.5em;
      color: #1a2a6c;
      text-align: center;
      margin-bottom: 30px;
      font-weight: bold;
      position: relative;
      padding-bottom: 10px;
    }

    .page-hihi88-com__title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #fdbb2d;
      border-radius: 2px;
    }

    .page-hihi88-com__subtitle {
      font-size: 1.8em;
      color: #b21f1f;
      margin-bottom: 20px;
      text-align: center;
    }

    .page-hihi88-com__text-content {
      font-size: 1.1em;
      color: #555;
      margin-bottom: 20px;
      text-align: justify;
    }

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

    .page-hihi88-com__usp-item {
      background-color: #f9f9f9;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-hihi88-com__usp-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    }

    .page-hihi88-com__usp-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      height: auto;
      border-radius: 50%;
      object-fit: cover;
    }

    .page-hihi88-com__usp-heading {
      font-size: 1.4em;
      color: #1a2a6c;
      margin-bottom: 10px;
    }

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

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

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

    .page-hihi88-com__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    }

    .page-hihi88-com__game-icon {
      width: 100%;
      height: 180px;
      object-fit: cover;
      border-bottom: 1px solid #eee;
      max-width: 100%;
      height: auto;
    }

    .page-hihi88-com__game-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-hihi88-com__game-title {
      font-size: 1.3em;
      color: #1a2a6c;
      margin-bottom: 10px;
    }

    .page-hihi88-com__game-description {
      font-size: 0.9em;
      color: #666;
      margin-bottom: 15px;
    }

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

    .page-hihi88-com__promo-card {
      background-color: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-hihi88-com__promo-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    }

    .page-hihi88-com__promo-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%;
      height: auto;
    }

    .page-hihi88-com__promo-content {
      padding: 20px;
    }

    .page-hihi88-com__promo-title {
      font-size: 1.4em;
      color: #1a2a6c;
      margin-bottom: 10px;
    }

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

    .page-hihi88-com__steps-container {
      display: flex;
      flex-direction: column;
      gap: 25px;
      margin-top: 30px;
    }

    .page-hihi88-com__step-item {
      display: flex;
      align-items: center;
      background-color: #f9f9f9;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .page-hihi88-com__step-number {
      background-color: #b21f1f;
      color: #fff;
      width: 45px;
      height: 45px;
      min-width: 45px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.5em;
      font-weight: bold;
      margin-right: 20px;
    }

    .page-hihi88-com__step-content {
      flex-grow: 1;
    }

    .page-hihi88-com__step-title {
      font-size: 1.3em;
      color: #1a2a6c;
      margin-bottom: 5px;
    }

    .page-hihi88-com__step-description {
      font-size: 1em;
      color: #555;
    }

    .page-hihi88-com__faq-container {
      margin-top: 30px;
    }

    .page-hihi88-com__faq-item {
      margin-bottom: 15px;
      border: 1px solid #eee;
      border-radius: 8px;
      overflow: hidden;
      background-color: #fdfdfd;
      box-sizing: border-box;
    }

    .page-hihi88-com__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px;
      background-color: #f0f0f0;
      cursor: pointer;
      font-size: 1.2em;
      color: #1a2a6c;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-hihi88-com__faq-question:hover {
      background-color: #e0e0e0;
    }

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

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

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

    .page-hihi88-com__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      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: 1em;
      box-sizing: border-box;
    }

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

    /* Mobile responsiveness */
    @media (max-width: 768px) {
      .page-hihi88-com__hero-title {
        font-size: 2.2em;
      }

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

      .page-hihi88-com__button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-hihi88-com__title {
        font-size: 2em;
        margin-bottom: 20px;
      }

      .page-hihi88-com__subtitle {
        font-size: 1.5em;
      }

      .page-hihi88-com__section {
        padding: 25px 15px;
      }

      .page-hihi88-com__usp-grid, .page-hihi88-com__game-grid, .page-hihi88-com__promo-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-hihi88-com__usp-item, .page-hihi88-com__game-card, .page-hihi88-com__promo-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important; /* Adjust padding for smaller screens */
      }

      .page-hihi88-com__usp-description, .page-hihi88-com__game-description, .page-hihi88-com__promo-description {
        font-size: 0.9em;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-hihi88-com__game-icon {
        height: 150px;
      }

      .page-hihi88-com__promo-image {
        height: 180px;
      }

      .page-hihi88-com__step-item {
        flex-direction: column;
        text-align: center;
        padding: 20px;
      }

      .page-hihi88-com__step-number {
        margin-right: 0;
        margin-bottom: 15px;
      }

      .page-hihi88-com__faq-question {
        font-size: 1.1em;
        padding: 15px;
      }

      .page-hihi88-com__faq-answer {
        padding: 15px !important;
      }

      .page-hihi88-com__faq-toggle {
        font-size: 1.5em;
      }
    }

    @media (max-width: 480px) {
      .page-hihi88-com__hero-title {
        font-size: 1.8em;
      }
      .page-hihi88-com__title {
        font-size: 1.7em;
      }
    }
  