
    :root {
      --page-hu88bet-primary-color: #e44d26; /* Orange-red */
      --page-hu88bet-secondary-color: #f7931e; /* Brighter orange */
      --page-hu88bet-accent-color: #4CAF50; /* Green */
      --page-hu88bet-text-color: #333333;
      --page-hu88bet-light-text-color: #f0f0f0;
      --page-hu88bet-background-light: #f5f5f5;
      --page-hu88bet-background-dark: #222222;
      --page-hu88bet-border-color: #e0e0e0;
      --page-hu88bet-border-radius: 8px;
    }

    .page-hu88bet {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      line-height: 1.6;
      color: var(--page-hu88bet-text-color);
      max-width: 100%;
      overflow-x: hidden;
      padding-top: var(--header-offset, 122px); /* Fallback for fixed header */
      background-color: var(--page-hu88bet-background-light);
    }

    .page-hu88bet__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-hu88bet__section {
      padding: 40px 20px;
      margin-bottom: 20px;
      border-radius: var(--page-hu88bet-border-radius);
      background-color: #ffffff;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .page-hu88bet__section--dark {
      background-color: var(--page-hu88bet-background-dark);
      color: var(--page-hu88bet-light-text-color);
    }

    .page-hu88bet__section-title {
      text-align: center;
      color: var(--page-hu88bet-primary-color);
      margin-bottom: 30px;
      font-size: 2.5em;
      font-weight: 700;
    }

    .page-hu88bet__section-title--light {
      color: var(--page-hu88bet-light-text-color);
    }

    .page-hu88bet__text-center {
      text-align: center;
    }

    /* Hero Section */
    .page-hu88bet__hero-section {
      background: linear-gradient(135deg, var(--page-hu88bet-primary-color), var(--page-hu88bet-secondary-color));
      color: var(--page-hu88bet-light-text-color);
      padding: 80px 20px;
      text-align: center;
      position: relative;
      overflow: hidden;
      margin-bottom: 0; /* No margin below hero, as it's often full-width */
    }

    .page-hu88bet__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url('[GALLERY:abstract:1920x1080:pattern,abstract,background]');
      background-size: cover;
      background-position: center;
      opacity: 0.1;
      z-index: 0;
    }

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

    .page-hu88bet__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      font-weight: 900;
      color: #ffffff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .page-hu88bet__hero-subtitle {
      font-size: 1.8em;
      margin-bottom: 25px;
      font-weight: 600;
      color: #ffffff;
    }

    .page-hu88bet__hero-description {
      font-size: 1.1em;
      margin-bottom: 30px;
      line-height: 1.8;
    }

    .page-hu88bet__brand-keyword {
      font-size: 2.8em;
      font-weight: 900;
      color: #ffffff;
      text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
      margin-bottom: 20px;
      display: block; /* Ensure it takes full width for centering */
    }

    .page-hu88bet__button {
      display: inline-block;
      padding: 15px 30px;
      background-color: var(--page-hu88bet-accent-color);
      color: #ffffff;
      text-decoration: none;
      border-radius: 50px;
      font-weight: 700;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-hu88bet__button:hover {
      background-color: #4CAF50; /* Slightly darker green */
      transform: translateY(-2px);
    }

    /* Features Section */
    .page-hu88bet__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-hu88bet__feature-item {
      background-color: #ffffff;
      padding: 30px;
      border-radius: var(--page-hu88bet-border-radius);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid var(--page-hu88bet-border-color);
    }

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

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

    .page-hu88bet__feature-title {
      font-size: 1.4em;
      color: var(--page-hu88bet-primary-color);
      margin-bottom: 10px;
    }

    .page-hu88bet__feature-description {
      font-size: 0.95em;
      color: var(--page-hu88bet-text-color);
    }

    /* Game Categories Section */
    .page-hu88bet__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 40px;
    }

    .page-hu88bet__game-card {
      background-color: #ffffff;
      border-radius: var(--page-hu88bet-border-radius);
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid var(--page-hu88bet-border-color);
      display: flex;
      flex-direction: column;
      align-items: center; /* Center image and text */
    }

    .page-hu88bet__game-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

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

    .page-hu88bet__game-content {
      padding: 20px;
      text-align: center;
      flex-grow: 1; /* Allow content to take available space */
    }

    .page-hu88bet__game-title {
      font-size: 1.5em;
      color: var(--page-hu88bet-primary-color);
      margin-bottom: 10px;
      font-weight: 700;
    }

    .page-hu88bet__game-description {
      font-size: 0.9em;
      color: var(--page-hu88bet-text-color);
      margin-bottom: 15px;
    }

    /* Promotions Section */
    .page-hu88bet__promotion-card {
      background-color: var(--page-hu88bet-secondary-color);
      color: #ffffff;
      padding: 30px;
      border-radius: var(--page-hu88bet-border-radius);
      margin-bottom: 20px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .page-hu88bet__promotion-card::before {
      content: 'ƯU ĐÃI NÓNG!';
      position: absolute;
      top: 10px;
      right: -30px;
      background-color: var(--page-hu88bet-primary-color);
      color: #ffffff;
      padding: 5px 30px;
      font-size: 0.8em;
      font-weight: 700;
      transform: rotate(45deg);
      transform-origin: 100% 0%;
    }

    .page-hu88bet__promotion-title {
      font-size: 2em;
      margin-bottom: 15px;
      font-weight: 700;
    }

    .page-hu88bet__promotion-description {
      font-size: 1.1em;
      margin-bottom: 25px;
      line-height: 1.7;
    }

    /* Payment and Providers */
    .page-hu88bet__logos-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      gap: 20px;
      margin-top: 30px;
      justify-items: center;
      align-items: center;
    }

    .page-hu88bet__logo-item {
      width: 120px;
      height: 80px;
      object-fit: contain;
      filter: grayscale(80%);
      transition: filter 0.3s ease;
    }

    .page-hu88bet__logo-item:hover {
      filter: grayscale(0%);
    }

    /* FAQ Section */
    .page-hu88bet__faq-list {
      margin-top: 30px;
    }

    .page-hu88bet__faq-item {
      background-color: #ffffff;
      border: 1px solid var(--page-hu88bet-border-color);
      border-radius: var(--page-hu88bet-border-radius);
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
    }

    .page-hu88bet__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: var(--page-hu88bet-background-light);
      font-weight: 600;
      color: var(--page-hu88bet-text-color);
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-hu88bet__faq-question:hover {
      background-color: #e9e9e9;
    }

    .page-hu88bet__faq-question h3 {
      margin: 0;
      font-size: 1.15em;
      color: var(--page-hu88bet-primary-color);
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-hu88bet__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      font-weight: 300;
      transition: transform 0.3s ease;
      color: var(--page-hu88bet-primary-color);
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

    .page-hu88bet__faq-item.active .page-hu88bet__faq-toggle {
      transform: rotate(45deg); /* Change + to X or similar */
    }

    .page-hu88bet__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: var(--page-hu88bet-text-color);
    }

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

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-hu88bet__container {
        padding: 15px;
      }

      .page-hu88bet__hero-section {
        padding: 60px 15px;
      }

      .page-hu88bet__hero-title {
        font-size: 2.5em;
      }

      .page-hu88bet__hero-subtitle {
        font-size: 1.4em;
      }

      .page-hu88bet__brand-keyword {
        font-size: 2em;
      }

      .page-hu88bet__section-title {
        font-size: 2em;
      }

      .page-hu88bet__features-grid,
      .page-hu88bet__game-categories,
      .page-hu88bet__logos-grid {
        grid-template-columns: 1fr; /* Single column layout for mobile */
      }

      .page-hu88bet__feature-item,
      .page-hu88bet__game-card,
      .page-hu88bet__promotion-card,
      .page-hu88bet__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px 15px; /* Adjust padding for smaller screens */
      }

      .page-hu88bet__game-image {
        height: 180px;
      }

      .page-hu88bet__faq-question,
      .page-hu88bet__faq-answer {
        padding-left: 15px !important;
        padding-right: 15px !important;
      }

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

      .page-hu88bet__faq-toggle {
        font-size: 1.5em;
      }
      
      .page-hu88bet__button {
        padding: 12px 25px;
        font-size: 1em;
      }

      /* Ensure text wraps */
      .page-hu88bet p, .page-hu88bet li, .page-hu88bet h1, .page-hu88bet h2, .page-hu88bet h3, .page-hu88bet h4 {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }

    @media (max-width: 480px) {
      .page-hu88bet__hero-title {
        font-size: 2em;
      }
      .page-hu88bet__hero-subtitle {
        font-size: 1.2em;
      }
      .page-hu88bet__brand-keyword {
        font-size: 1.8em;
      }
      .page-hu88bet__section-title {
        font-size: 1.8em;
      }
    }

    /* Image responsive styles */
    .page-hu88bet img {
      max-width: 100% !important;
      height: auto !important;
      box-sizing: border-box !important;
    }
    .page-hu88bet__game-image, .page-hu88bet__feature-icon, .page-hu88bet__logo-item {
      max-width: 100% !important;
      height: auto !important;
      box-sizing: border-box !important;
    }
    .page-hu88bet__game-card img, .page-hu88bet__feature-item img, .page-hu88bet__logos-grid img {
      width: 100%; /* Ensure images inside cards/grids respect their container */
      max-width: 100% !important;
      height: auto !important;
      box-sizing: border-box !important;
    }
    /* Specific image container adjustments */
    .page-hu88bet__game-card, .page-hu88bet__feature-item {
      overflow: hidden; /* Prevent image overflow */
    }

  