
    .page-alo-789-ng-nh-p {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f4f7f6;
    }

    .page-alo-789-ng-nh-p__hero-section {
      position: relative;
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:betting,login,alo789,promo]') center/cover no-repeat;
      color: #fff;
      text-align: center;
      padding: 10px 20px 80px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 400px;
    }

    .page-alo-789-ng-nh-p__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #ffd700;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      max-width: 90%;
      word-wrap: break-word;
    }

    .page-alo-789-ng-nh-p__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      max-width: 80%;
      word-wrap: break-word;
    }

    .page-alo-789-ng-nh-p__button {
      background-color: #007bff;
      color: #fff;
      padding: 15px 30px;
      border: none;
      border-radius: 5px;
      font-size: 1.1em;
      cursor: pointer;
      transition: background-color 0.3s ease;
      text-decoration: none;
      display: inline-block;
      text-align: center;
    }

    .page-alo-789-ng-nh-p__button:hover {
      background-color: #0056b3;
    }

    .page-alo-789-ng-nh-p__section {
      padding: 40px 20px;
      margin-bottom: 20px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-alo-789-ng-nh-p__section--dark {
      background-color: #2c3e50;
      color: #fff;
    }

    .page-alo-789-ng-nh-p__section-title {
      font-size: 2em;
      color: #333;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-alo-789-ng-nh-p__section-title--light {
      color: #ffd700;
    }

    .page-alo-789-ng-nh-p__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 60px;
      height: 3px;
      background-color: #ffd700;
    }

    .page-alo-789-ng-nh-p__content-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-alo-789-ng-nh-p__card {
      background-color: #f9f9f9;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      text-align: center;
      transition: transform 0.3s ease;
    }

    .page-alo-789-ng-nh-p__card--dark {
      background-color: #34495e;
      color: #fff;
    }

    .page-alo-789-ng-nh-p__card:hover {
      transform: translateY(-5px);
    }

    .page-alo-789-ng-nh-p__card-icon {
      margin-bottom: 15px;
    }

    .page-alo-789-ng-nh-p__card-title {
      font-size: 1.4em;
      color: #007bff;
      margin-bottom: 10px;
      word-wrap: break-word;
    }

    .page-alo-789-ng-nh-p__card-title--light {
      color: #ffd700;
    }

    .page-alo-789-ng-nh-p__image-container {
      text-align: center;
      margin-bottom: 20px;
    }

    .page-alo-789-ng-nh-p__image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      display: block;
      margin: 0 auto;
      object-fit: cover;
    }

    .page-alo-789-ng-nh-p__list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-alo-789-ng-nh-p__list-item {
      background-color: #f0f0f0;
      margin-bottom: 10px;
      padding: 15px 20px;
      border-radius: 5px;
      display: flex;
      align-items: center;
      font-size: 1.1em;
      box-sizing: border-box;
      word-wrap: break-word;
    }

    .page-alo-789-ng-nh-p__list-item--dark {
      background-color: #4a657c;
      color: #fff;
    }

    .page-alo-789-ng-nh-p__list-item::before {
      content: '✓';
      color: #28a745;
      margin-right: 10px;
      font-weight: bold;
    }

    .page-alo-789-ng-nh-p__game-gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-top: 30px;
    }

    .page-alo-789-ng-nh-p__game-card {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease;
    }

    .page-alo-789-ng-nh-p__game-card:hover {
      transform: translateY(-5px);
    }

    .page-alo-789-ng-nh-p__game-image {
      width: 100%;
      height: 180px;
      object-fit: cover;
      display: block;
    }

    .page-alo-789-ng-nh-p__game-title {
      font-size: 1.2em;
      padding: 15px;
      color: #333;
      word-wrap: break-word;
    }

    .page-alo-789-ng-nh-p__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-alo-789-ng-nh-p__floating-button {
      background-color: #28a745;
      color: #fff;
      padding: 12px 20px;
      border-radius: 30px;
      text-align: center;
      text-decoration: none;
      font-weight: bold;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease;
      min-width: 120px;
    }

    .page-alo-789-ng-nh-p__floating-button--login {
      background-color: #007bff;
    }

    .page-alo-789-ng-nh-p__floating-button:hover {
      opacity: 0.9;
    }

    .page-alo-789-ng-nh-p__faq-item {
      background-color: #f9f9f9;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .page-alo-789-ng-nh-p__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px;
      background-color: #007bff;
      color: #fff;
      cursor: pointer;
      font-size: 1.2em;
      font-weight: bold;
      user-select: none;
      transition: background-color 0.3s ease;
      word-wrap: break-word;
    }

    .page-alo-789-ng-nh-p__faq-question h3 {
      margin: 0;
      color: inherit;
      pointer-events: none; /* Prevent h3 from blocking click event */
      flex-grow: 1;
      word-wrap: break-word;
    }

    .page-alo-789-ng-nh-p__faq-question:hover {
      background-color: #0056b3;
    }

    .page-alo-789-ng-nh-p__faq-toggle {
      font-size: 1.5em;
      margin-left: 15px;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
      transition: transform 0.3s ease;
    }

    .page-alo-789-ng-nh-p__faq-item.active .page-alo-789-ng-nh-p__faq-toggle {
      transform: rotate(45deg);
    }

    .page-alo-789-ng-nh-p__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #e9ecef;
      color: #333;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-alo-789-ng-nh-p__faq-item.active .page-alo-789-ng-nh-p__faq-answer {
      max-height: 2000px !important;
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-alo-789-ng-nh-p__faq-answer p {
      margin-bottom: 10px;
      word-wrap: break-word;
    }

    @media (max-width: 768px) {
      .page-alo-789-ng-nh-p__hero-section {
        padding-top: 10px;
        min-height: 300px;
      }

      .page-alo-789-ng-nh-p__hero-title {
        font-size: 2em;
      }

      .page-alo-789-ng-nh-p__hero-subtitle {
        font-size: 1em;
      }

      .page-alo-789-ng-nh-p__button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-alo-789-ng-nh-p__section {
        padding: 20px 15px;
      }

      .page-alo-789-ng-nh-p__section-title {
        font-size: 1.8em;
        margin-bottom: 20px;
      }

      .page-alo-789-ng-nh-p__content-grid,
      .page-alo-789-ng-nh-p__game-gallery {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-alo-789-ng-nh-p__card {
        padding: 20px;
      }

      .page-alo-789-ng-nh-p__card-title {
        font-size: 1.2em;
      }

      .page-alo-789-ng-nh-p__list {
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-alo-789-ng-nh-p__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 12px 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-alo-789-ng-nh-p__image,
      .page-alo-789-ng-nh-p__game-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-alo-789-ng-nh-p__image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }

      .page-alo-789-ng-nh-p__floating-buttons {
        bottom: 15px;
        right: 15px;
        gap: 8px;
      }

      .page-alo-789-ng-nh-p__floating-button {
        padding: 10px 15px;
        font-size: 0.9em;
        min-width: 100px;
      }

      .page-alo-789-ng-nh-p__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }

      .page-alo-789-ng-nh-p__faq-answer {
        padding: 0 20px;
      }

      .page-alo-789-ng-nh-p__faq-item.active .page-alo-789-ng-nh-p__faq-answer {
        padding: 15px 20px !important;
      }
    }
  