
    .page-nhi-h-u-giang-789live {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a2e;
      line-height: 1.6;
      overflow-x: hidden;
    }

    .page-nhi-h-u-giang-789live__hero-section {
      position: relative;
      background: url('[GALLERY:hero:1920x1080:gaming,abstract,neon]') no-repeat center center/cover;
      color: #fff;
      text-align: center;
      padding: 10px 20px 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 500px;
    }

    .page-nhi-h-u-giang-789live__hero-content {
      max-width: 900px;
      background-color: rgba(0, 0, 0, 0.6);
      padding: 30px;
      border-radius: 15px;
    }

    .page-nhi-h-u-giang-789live__hero-title {
      font-size: 2.5em;
      margin-bottom: 15px;
      color: #ffcc00;
      word-wrap: break-word;
    }

    .page-nhi-h-u-giang-789live__hero-description {
      font-size: 1.1em;
      margin-bottom: 30px;
    }

    .page-nhi-h-u-giang-789live__section-title {
      font-size: 2em;
      color: #ffcc00;
      text-align: center;
      margin-bottom: 20px;
      padding-top: 40px;
      word-wrap: break-word;
    }

    .page-nhi-h-u-giang-789live__section-subtitle {
      font-size: 1.1em;
      color: #ccc;
      text-align: center;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      padding: 0 15px;
    }

    .page-nhi-h-u-giang-789live__button {
      display: inline-block;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      cursor: pointer;
      border: none;
      font-size: 1em;
      text-align: center;
    }

    .page-nhi-h-u-giang-789live__button--primary {
      background-color: #ffcc00;
      color: #1a1a2e;
    }

    .page-nhi-h-u-giang-789live__button--primary:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-nhi-h-u-giang-789live__button--secondary {
      background-color: #3a3a5e;
      color: #ffcc00;
      border: 1px solid #ffcc00;
    }

    .page-nhi-h-u-giang-789live__button--secondary:hover {
      background-color: #4a4a6e;
      transform: translateY(-2px);
    }

    .page-nhi-h-u-giang-789live__button-container {
      text-align: center;
      margin-top: 40px;
      margin-bottom: 60px;
    }

    .page-nhi-h-u-giang-789live__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-nhi-h-u-giang-789live__floating-button {
      padding: 10px 20px;
      border-radius: 25px;
      border: none;
      font-weight: bold;
      cursor: pointer;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      transition: transform 0.2s ease;
      font-size: 0.95em;
    }

    .page-nhi-h-u-giang-789live__floating-button--register {
      background-color: #28a745;
      color: #fff;
    }

    .page-nhi-h-u-giang-789live__floating-button--login {
      background-color: #007bff;
      color: #fff;
    }

    .page-nhi-h-u-giang-789live__floating-button:hover {
      transform: scale(1.05);
    }

    .page-nhi-h-u-giang-789live__games-grid, .page-nhi-h-u-giang-789live__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      padding: 0 20px;
      max-width: 1200px;
      margin: 0 auto 60px;
      box-sizing: border-box;
    }

    .page-nhi-h-u-giang-789live__game-card, .page-nhi-h-u-giang-789live__promo-card {
      background-color: #2a2a4e;
      border-radius: 10px;
      overflow: hidden;
      text-align: center;
      padding-bottom: 20px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      box-sizing: border-box;
    }

    .page-nhi-h-u-giang-789live__game-card:hover, .page-nhi-h-u-giang-789live__promo-card:hover {
      transform: translateY(-10px);
    }

    .page-nhi-h-u-giang-789live__game-image, .page-nhi-h-u-giang-789live__promo-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      margin-bottom: 15px;
      display: block;
    }

    .page-nhi-h-u-giang-789live__game-title, .page-nhi-h-u-giang-789live__promo-title {
      font-size: 1.4em;
      color: #ffcc00;
      margin-bottom: 10px;
      padding: 0 15px;
      word-wrap: break-word;
    }

    .page-nhi-h-u-giang-789live__game-description, .page-nhi-h-u-giang-789live__promo-description {
      font-size: 0.95em;
      color: #ccc;
      padding: 0 15px;
      flex-grow: 1;
    }

    .page-nhi-h-u-giang-789live__about-section {
      background-color: #2a2a4e;
      padding: 60px 20px;
      margin-bottom: 60px;
      text-align: center;
    }

    .page-nhi-h-u-giang-789live__about-text {
      max-width: 900px;
      margin: 0 auto 20px;
      font-size: 1.05em;
      color: #e0e0e0;
      word-wrap: break-word;
    }

    .page-nhi-h-u-giang-789live__faq-section {
      padding: 60px 20px;
      background-color: #1a1a2e;
    }

    .page-nhi-h-u-giang-789live__faq-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-nhi-h-u-giang-789live__faq-item {
      background-color: #2a2a4e;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
      overflow: hidden;
    }

    .page-nhi-h-u-giang-789live__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #3a3a5e;
      color: #ffcc00;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      word-wrap: break-word;
    }

    .page-nhi-h-u-giang-789live__faq-question:hover {
      background-color: #4a4a6e;
    }

    .page-nhi-h-u-giang-789live__faq-question-text {
      margin: 0;
      color: #ffcc00;
      pointer-events: none;
      word-wrap: break-word;
      flex-grow: 1;
    }

    .page-nhi-h-u-giang-789live__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      pointer-events: none;
      transition: transform 0.3s ease;
    }

    .page-nhi-h-u-giang-789live__faq-item.active .page-nhi-h-u-giang-789live__faq-toggle {
      transform: rotate(45deg);
    }

    .page-nhi-h-u-giang-789live__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      color: #e0e0e0;
      background-color: #2a2a4e;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-nhi-h-u-giang-789live__faq-item.active .page-nhi-h-u-giang-789live__faq-answer {
      max-height: 2000px !important;
      padding: 20px !important;
      opacity: 1;
    }

    .page-nhi-h-u-giang-789live__faq-answer p {
      margin: 0;
      word-wrap: break-word;
    }

    .page-nhi-h-u-giang-789live__cta-section {
      padding: 60px 20px;
      background-color: #3a3a5e;
      text-align: center;
      margin-top: 60px;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-nhi-h-u-giang-789live__hero-title {
        font-size: 1.8em;
      }

      .page-nhi-h-u-giang-789live__hero-description {
        font-size: 1em;
      }

      .page-nhi-h-u-giang-789live__section-title {
        font-size: 1.7em;
      }

      .page-nhi-h-u-giang-789live__section-subtitle {
        font-size: 0.95em;
      }

      .page-nhi-h-u-giang-789live__games-grid, .page-nhi-h-u-giang-789live__promo-grid {
        grid-template-columns: 1fr;
        padding: 0 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-nhi-h-u-giang-789live__games-grid .page-nhi-h-u-giang-789live__game-card, 
      .page-nhi-h-u-giang-789live__promo-grid .page-nhi-h-u-giang-789live__promo-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-nhi-h-u-giang-789live__game-image, .page-nhi-h-u-giang-789live__promo-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-nhi-h-u-giang-789live__floating-buttons {
        flex-direction: row;
        width: calc(100% - 40px);
        left: 20px;
        right: 20px;
        justify-content: space-around;
        bottom: 10px;
      }

      .page-nhi-h-u-giang-789live__floating-button {
        flex: 1;
        margin: 0 5px;
        font-size: 0.9em;
        padding: 8px 15px;
      }

      .page-nhi-h-u-giang-789live__faq-question {
        font-size: 1em;
        padding: 12px 15px;
      }

      .page-nhi-h-u-giang-789live__faq-answer {
        padding: 0 15px;
      }

      .page-nhi-h-u-giang-789live__faq-item.active .page-nhi-h-u-giang-789live__faq-answer {
        padding: 15px !important;
      }

      .page-nhi-h-u-giang-789live__about-text {
        font-size: 1em;
      }
    }

    @media (max-width: 480px) {
      .page-nhi-h-u-giang-789live__hero-title {
        font-size: 1.5em;
      }

      .page-nhi-h-u-giang-789live__section-title {
        font-size: 1.5em;
      }
    }
  