
    /* Base styles for the page */
    :root {
      --page-hm88-2-primary-color: #e44d26; /* A vibrant orange-red, common in betting sites */
      --page-hm88-2-secondary-color: #333;
      --page-hm88-2-accent-color: #f7b32b; /* Gold/yellow for highlights */
      --page-hm88-2-background-dark: #1a1a1a;
      --page-hm88-2-background-light: #2c2c2c;
      --page-hm88-2-text-light: #f0f0f0;
      --page-hm88-2-text-dark: #333;
      --page-hm88-2-border-color: #444;
      --page-hm88-2-border-radius: 8px;
      --page-hm88-2-padding-section: 40px 20px;
      --page-hm88-2-max-width: 1200px;
    }

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

    /* Fixed header offset (assuming shared.css handles body padding-top) */
    .page-hm88-2__hero-section {
        padding-top: 10px; /* Small decorative top padding */
    }

    /* General section styling */
    .page-hm88-2__section {
      padding: var(--page-hm88-2-padding-section);
      margin: 0 auto;
      max-width: var(--page-hm88-2-max-width);
    }

    .page-hm88-2__section-title {
      font-size: 2.5em;
      color: var(--page-hm88-2-primary-color);
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

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

    .page-hm88-2__text-center {
      text-align: center;
    }

    /* Hero Section */
    .page-hm88-2__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:hm88,casino,betting,background]') no-repeat center center/cover;
      min-height: 600px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .page-hm88-2__hero-content {
      z-index: 1;
      max-width: 900px;
      padding: 20px;
    }

    .page-hm88-2__hero-title {
      font-size: 3.5em;
      color: var(--page-hm88-2-accent-color);
      margin-bottom: 20px;
      line-height: 1.2;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    }

    .page-hm88-2__hero-subtitle {
      font-size: 1.5em;
      color: var(--page-hm88-2-text-light);
      margin-bottom: 30px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    }

    .page-hm88-2__button-group {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .page-hm88-2__button {
      background-color: var(--page-hm88-2-primary-color);
      color: var(--page-hm88-2-text-light);
      padding: 15px 30px;
      border: none;
      border-radius: var(--page-hm88-2-border-radius);
      font-size: 1.1em;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none;
      display: inline-block;
      text-align: center;
    }

    .page-hm88-2__button:hover {
      background-color: #ff6633;
      transform: translateY(-2px);
    }

    .page-hm88-2__button--secondary {
      background-color: var(--page-hm88-2-background-light);
      border: 2px solid var(--page-hm88-2-accent-color);
    }

    .page-hm88-2__button--secondary:hover {
      background-color: var(--page-hm88-2-accent-color);
      color: var(--page-hm88-2-background-dark);
    }

    /* Game Categories Section */
    .page-hm88-2__game-categories {
      background-color: var(--page-hm88-2-background-light);
    }

    .page-hm88-2__category-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      justify-content: center;
    }

    .page-hm88-2__category-item {
      background-color: var(--page-hm88-2-background-dark);
      border-radius: var(--page-hm88-2-border-radius);
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      padding-bottom: 20px;
    }

    .page-hm88-2__category-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    }

    .page-hm88-2__category-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      border-bottom: 3px solid var(--page-hm88-2-primary-color);
    }

    .page-hm88-2__category-title {
      font-size: 1.8em;
      color: var(--page-hm88-2-accent-color);
      margin: 20px 0 10px;
      padding: 0 15px;
    }

    .page-hm88-2__category-description {
      font-size: 0.95em;
      color: var(--page-hm88-2-text-light);
      padding: 0 15px;
      margin-bottom: 20px;
    }

    /* Promotions Section */
    .page-hm88-2__promotions {
      background-color: var(--page-hm88-2-background-dark);
    }

    .page-hm88-2__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }

    .page-hm88-2__promo-card {
      background-color: var(--page-hm88-2-background-light);
      border-radius: var(--page-hm88-2-border-radius);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-hm88-2__promo-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
    }

    .page-hm88-2__promo-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
    }

    .page-hm88-2__promo-content {
      padding: 20px;
    }

    .page-hm88-2__promo-title {
      font-size: 1.6em;
      color: var(--page-hm88-2-primary-color);
      margin-bottom: 10px;
    }

    .page-hm88-2__promo-description {
      font-size: 0.9em;
      color: var(--page-hm88-2-text-light);
      margin-bottom: 15px;
    }

    /* Why Choose Us Section */
    .page-hm88-2__why-choose-us {
      background-color: var(--page-hm88-2-background-light);
    }

    .page-hm88-2__feature-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
    }

    .page-hm88-2__feature-item {
      background-color: var(--page-hm88-2-background-dark);
      padding: 25px;
      border-radius: var(--page-hm88-2-border-radius);
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      text-align: center;
      border-bottom: 3px solid var(--page-hm88-2-accent-color);
      transition: background-color 0.3s ease;
      box-sizing: border-box; /* Required for list items */
    }

    .page-hm88-2__feature-item:hover {
      background-color: #3a3a3a;
    }

    .page-hm88-2__feature-icon {
      width: 200px; /* Enforced min-width 200px */
      height: 200px; /* Enforced min-height 200px */
      margin-bottom: 15px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      object-fit: contain;
      border-radius: 50%; /* Make them circular if needed */
      border: 2px solid var(--page-hm88-2-primary-color);
      padding: 5px;
    }

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

    .page-hm88-2__feature-description {
      font-size: 0.9em;
      color: var(--page-hm88-2-text-light);
    }

    /* FAQ Section */
    .page-hm88-2__faq-section {
      background-color: var(--page-hm88-2-background-dark);
    }

    .page-hm88-2__faq-container {
      max-width: 800px;
      margin: 0 auto;
    }

    .page-hm88-2__faq-item {
      background-color: var(--page-hm88-2-background-light);
      border: 1px solid var(--page-hm88-2-border-color);
      border-radius: var(--page-hm88-2-border-radius);
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .page-hm88-2__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      user-select: none;
      background-color: #3a3a3a;
      transition: background-color 0.3s ease;
    }

    .page-hm88-2__faq-question:hover {
      background-color: #4a4a4a;
    }

    .page-hm88-2__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: var(--page-hm88-2-primary-color);
      pointer-events: none; /* Prevents click event on h3 from interfering */
    }

    .page-hm88-2__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: var(--page-hm88-2-accent-color);
      pointer-events: none; /* Prevents click event on toggle from interfering */
      transition: transform 0.3s ease;
    }

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

    .page-hm88-2__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px; /* Initial padding, adjusted on active */
      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-hm88-2-text-light);
      font-size: 0.95em;
    }

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

    /* Floating Register/Login Buttons */
    .page-hm88-2__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-hm88-2__floating-button {
      background-color: var(--page-hm88-2-primary-color);
      color: var(--page-hm88-2-text-light);
      padding: 12px 25px;
      border: none;
      border-radius: 50px;
      font-size: 1.1em;
      cursor: pointer;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none;
      text-align: center;
      min-width: 120px;
    }

    .page-hm88-2__floating-button:hover {
      background-color: #ff6633;
      transform: translateY(-2px);
    }

    .page-hm88-2__floating-button--login {
      background-color: var(--page-hm88-2-accent-color);
      color: var(--page-hm88-2-background-dark);
    }

    .page-hm88-2__floating-button--login:hover {
      background-color: #ffd700;
      color: var(--page-hm88-2-background-dark);
    }

    /* Payment and Providers Section */
    .page-hm88-2__partners-section {
      background-color: var(--page-hm88-2-background-light);
      text-align: center;
    }

    .page-hm88-2__partner-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-hm88-2__partner-logo {
      width: 200px; /* Min 200x200 enforced */
      height: 120px; /* Adjusted for aspect ratio, will use 200x120 for placeholder */
      object-fit: contain;
      padding: 10px;
      background-color: #3a3a3a;
      border-radius: var(--page-hm88-2-border-radius);
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
    }

    .page-hm88-2__partner-logo:hover {
      transform: scale(1.05);
    }

    /* Responsive Adjustments */
    @media (max-width: 1024px) {
      .page-hm88-2__hero-title {
        font-size: 3em;
      }
      .page-hm88-2__hero-subtitle {
        font-size: 1.3em;
      }
      .page-hm88-2__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-hm88-2__hero-section {
        min-height: 450px;
      }
      .page-hm88-2__hero-title {
        font-size: 2.5em;
      }
      .page-hm88-2__hero-subtitle {
        font-size: 1.1em;
      }
      .page-hm88-2__button-group {
        flex-direction: column;
        gap: 15px;
      }
      .page-hm88-2__button {
        width: 80%;
        margin: 0 auto;
      }
      .page-hm88-2__section {
        padding: 30px 15px;
      }
      .page-hm88-2__section-title {
        font-size: 1.8em;
      }

      /* List item responsive adjustments */
      .page-hm88-2__feature-list {
        grid-template-columns: 1fr; /* Stack items */
      }
      .page-hm88-2__feature-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
      /* Ensure list container also adapts */
      .page-hm88-2__category-grid,
      .page-hm88-2__promo-grid {
          grid-template-columns: 1fr;
      }
      .page-hm88-2__category-item,
      .page-hm88-2__promo-card {
          width: 100% !important;
          max-width: 100% !important;
          box-sizing: border-box !important;
          margin-left: 0 !important;
          margin-right: 0 !important;
      }

      .page-hm88-2__category-image,
      .page-hm88-2__promo-image,
      .page-hm88-2__feature-icon,
      .page-hm88-2__partner-logo {
          max-width: 100% !important;
          height: auto !important; /* Allow height to adjust */
          box-sizing: border-box !important;
      }

      .page-hm88-2__faq-question {
          padding: 12px 15px;
      }
      .page-hm88-2__faq-question h3 {
          font-size: 1.1em;
      }
      .page-hm88-2__faq-answer {
          padding: 0 15px;
      }
      .page-hm88-2__faq-item.active .page-hm88-2__faq-answer {
          padding: 15px !important;
      }

      .page-hm88-2__floating-buttons {
        bottom: 15px;
        right: 15px;
        flex-direction: row; /* Horizontal for smaller screens to save vertical space */
        width: calc(100% - 30px);
        justify-content: center;
      }
      .page-hm88-2__floating-button {
        flex: 1;
        max-width: 150px;
        padding: 10px 15px;
        font-size: 1em;
      }
      .page-hm88-2__partner-logo {
        width: 150px; /* Ensure min 200px rule is maintained */
        height: 90px;
      }
    }

    @media (max-width: 480px) {
      .page-hm88-2__hero-title {
        font-size: 2em;
      }
      .page-hm88-2__hero-subtitle {
        font-size: 1em;
      }
      .page-hm88-2__button {
        padding: 12px 20px;
        font-size: 1em;
      }
      .page-hm88-2__section-title {
        font-size: 1.6em;
      }
      .page-hm88-2__category-title {
        font-size: 1.5em;
      }
      .page-hm88-2__promo-title {
        font-size: 1.4em;
      }
      .page-hm88-2__feature-title {
        font-size: 1.2em;
      }
      .page-hm88-2__floating-buttons {
        bottom: 10px;
        right: 10px;
        width: calc(100% - 20px);
      }
      .page-hm88-2__floating-button {
        padding: 8px 10px;
        font-size: 0.9em;
      }
      .page-hm88-2__partner-logo {
        width: 120px; /* Smallest acceptable for logos */
        height: 70px;
      }
    }
  