
    .page-alo-789-trang-ch-nh-ch {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0;
      background-color: #1a1a1a;
      line-height: 1.6;
    }

    .page-alo-789-trang-ch-nh-ch__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:alo789,betting,casino,vietnam]') no-repeat center center/cover;
      text-align: center;
      padding: 10px 20px 80px; /* Small top padding, relying on body padding-top for header offset */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 450px; /* Adjust height for mobile */
      position: relative;
      overflow: hidden;
    }

    .page-alo-789-trang-ch-nh-ch__hero-content {
      max-width: 900px;
      z-index: 2;
    }

    .page-alo-789-trang-ch-nh-ch__main-title {
      font-size: 2.5em;
      color: #ffcc00; /* Gold/Yellow for emphasis */
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-alo-789-trang-ch-nh-ch__hero-description {
      font-size: 1.1em;
      color: #e0e0e0;
      margin-bottom: 30px;
    }

    .page-alo-789-trang-ch-nh-ch__hero-buttons {
      display: flex;
      gap: 15px;
      justify-content: center;
    }

    .page-alo-789-trang-ch-nh-ch__button {
      padding: 12px 25px;
      border: none;
      border-radius: 8px;
      font-size: 1em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      white-space: nowrap;
    }

    .page-alo-789-trang-ch-nh-ch__button--primary {
      background-color: #00b300; /* Green for primary action */
      color: #ffffff;
    }

    .page-alo-789-trang-ch-nh-ch__button--primary:hover {
      background-color: #008f00;
      transform: translateY(-2px);
    }

    .page-alo-789-trang-ch-nh-ch__button--secondary {
      background-color: #333333;
      color: #ffcc00;
      border: 1px solid #ffcc00;
    }

    .page-alo-789-trang-ch-nh-ch__button--secondary:hover {
      background-color: #444444;
      transform: translateY(-2px);
    }

    .page-alo-789-trang-ch-nh-ch__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
      width: calc(100% - 40px); /* Adjust width for mobile padding */
      max-width: 400px; /* Max width for larger screens */
      justify-content: center;
    }

    .page-alo-789-trang-ch-nh-ch__float-button {
      flex: 1;
      padding: 15px 10px;
      border: none;
      border-radius: 50px;
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-align: center;
      white-space: nowrap;
    }

    .page-alo-789-trang-ch-nh-ch__float-button--register {
      background-color: #ff4500; /* Orange-red for register */
      color: #ffffff;
    }

    .page-alo-789-trang-ch-nh-ch__float-button--register:hover {
      background-color: #cc3700;
      transform: translateY(-2px);
    }

    .page-alo-789-trang-ch-nh-ch__float-button--login {
      background-color: #007bff; /* Blue for login */
      color: #ffffff;
    }

    .page-alo-789-trang-ch-nh-ch__float-button--login:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    .page-alo-789-trang-ch-nh-ch__section-title {
      font-size: 2em;
      color: #ffcc00;
      text-align: center;
      margin-bottom: 20px;
      padding-top: 40px;
    }

    .page-alo-789-trang-ch-nh-ch__section-description {
      font-size: 1em;
      color: #e0e0e0;
      text-align: center;
      max-width: 800px;
      margin: 0 auto 40px;
      padding: 0 15px;
    }

    .page-alo-789-trang-ch-nh-ch__games-section,
    .page-alo-789-trang-ch-nh-ch__promotions-section,
    .page-alo-789-trang-ch-nh-ch__why-choose-section,
    .page-alo-789-trang-ch-nh-ch__payment-providers-section,
    .page-alo-789-trang-ch-nh-ch__faq-section,
    .page-alo-789-trang-ch-nh-ch__cta-section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-alo-789-trang-ch-nh-ch__game-categories,
    .page-alo-789-trang-ch-nh-ch__promo-grid,
    .page-alo-789-trang-ch-nh-ch__features-grid,
    .page-alo-789-trang-ch-nh-ch__logos-grid {
      display: grid;
      gap: 25px;
      margin-top: 30px;
    }

    /* Game categories grid */
    .page-alo-789-trang-ch-nh-ch__game-categories {
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .page-alo-789-trang-ch-nh-ch__game-card,
    .page-alo-789-trang-ch-nh-ch__promo-card,
    .page-alo-789-trang-ch-nh-ch__feature-item {
      background-color: #2a2a2a;
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-alo-789-trang-ch-nh-ch__game-card:hover,
    .page-alo-789-trang-ch-nh-ch__promo-card:hover,
    .page-alo-789-trang-ch-nh-ch__feature-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    }

    .page-alo-789-trang-ch-nh-ch__game-image,
    .page-alo-789-trang-ch-nh-ch__promo-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 15px;
      object-fit: cover;
    }

    .page-alo-789-trang-ch-nh-ch__game-title {
      font-size: 1.5em;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-alo-789-trang-ch-nh-ch__game-text {
      font-size: 0.95em;
      color: #c0c0c0;
      flex-grow: 1; /* Allow text to grow and push button down */
    }

    /* Promotions grid */
    .page-alo-789-trang-ch-nh-ch__promo-grid {
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .page-alo-789-trang-ch-nh-ch__promo-title {
      font-size: 1.4em;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-alo-789-trang-ch-nh-ch__promo-text {
      font-size: 0.95em;
      color: #c0c0c0;
      margin-bottom: 20px;
      flex-grow: 1;
    }

    .page-alo-789-trang-ch-nh-ch__button--small {
      padding: 8px 18px;
      font-size: 0.9em;
      background-color: #00b300;
      color: #ffffff;
    }

    .page-alo-789-trang-ch-nh-ch__button--small:hover {
      background-color: #008f00;
    }

    /* Why Choose Us grid */
    .page-alo-789-trang-ch-nh-ch__features-grid {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .page-alo-789-trang-ch-nh-ch__feature-icon {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 15px;
    }

    .page-alo-789-trang-ch-nh-ch__feature-title {
      font-size: 1.3em;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-alo-789-trang-ch-nh-ch__feature-description {
      font-size: 0.9em;
      color: #c0c0c0;
    }

    /* Payment & Providers grid */
    .page-alo-789-trang-ch-nh-ch__logos-grid {
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      justify-items: center;
      align-items: center;
    }

    .page-alo-789-trang-ch-nh-ch__logo-item {
      background-color: #2a2a2a;
      border-radius: 8px;
      padding: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 80px; /* Fixed height for uniformity */
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
      transition: transform 0.2s ease;
    }

    .page-alo-789-trang-ch-nh-ch__logo-item:hover {
      transform: translateY(-3px);
    }

    .page-alo-789-trang-ch-nh-ch__logo-image {
      max-width: 100%;
      max-height: 60px; /* Max height for logos */
      width: auto;
      object-fit: contain;
    }

    /* FAQ Section */
    .page-alo-789-trang-ch-nh-ch__faq-container {
      max-width: 800px;
      margin: 0 auto;
    }

    .page-alo-789-trang-ch-nh-ch__faq-item {
      background-color: #2a2a2a;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }

    .page-alo-789-trang-ch-nh-ch__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #333333;
      cursor: pointer;
      user-select: none;
      border-bottom: 1px solid #444444;
      transition: background-color 0.3s ease;
    }

    .page-alo-789-trang-ch-nh-ch__faq-question:hover {
      background-color: #444444;
    }

    .page-alo-789-trang-ch-nh-ch__faq-item.active .page-alo-789-trang-ch-nh-ch__faq-question {
      background-color: #444444;
    }

    .page-alo-789-trang-ch-nh-ch__faq-title {
      font-size: 1.2em;
      color: #ffcc00;
      margin: 0;
      pointer-events: none; /* Prevent text selection interference */
    }

    .page-alo-789-trang-ch-nh-ch__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #ffcc00;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle interference */
    }

    .page-alo-789-trang-ch-nh-ch__faq-item.active .page-alo-789-trang-ch-nh-ch__faq-toggle {
      transform: rotate(45deg); /* Change + to X or - visual */
    }

    .page-alo-789-trang-ch-nh-ch__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: #c0c0c0;
      box-sizing: border-box; /* Ensure padding is included in height */
    }

    .page-alo-789-trang-ch-nh-ch__faq-item.active .page-alo-789-trang-ch-nh-ch__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-alo-789-trang-ch-nh-ch__faq-answer p {
      margin: 0;
    }

    /* CTA Section */
    .page-alo-789-trang-ch-nh-ch__cta-section {
      text-align: center;
      padding-bottom: 100px; /* Extra padding to avoid floating buttons covering content */
    }

    .page-alo-789-trang-ch-nh-ch__button--large {
      padding: 15px 35px;
      font-size: 1.2em;
      margin-top: 30px;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-alo-789-trang-ch-nh-ch__main-title {
        font-size: 2em;
      }

      .page-alo-789-trang-ch-nh-ch__hero-description {
        font-size: 1em;
      }

      .page-alo-789-trang-ch-nh-ch__hero-buttons {
        flex-direction: column;
        gap: 10px;
      }

      .page-alo-789-trang-ch-nh-ch__button {
        width: 100%;
      }

      .page-alo-789-trang-ch-nh-ch__float-button {
        font-size: 1em;
        padding: 12px 8px;
      }

      .page-alo-789-trang-ch-nh-ch__section-title {
        font-size: 1.8em;
        padding-top: 30px;
      }

      .page-alo-789-trang-ch-nh-ch__section-description {
        margin-bottom: 30px;
      }

      .page-alo-789-trang-ch-nh-ch__games-section,
      .page-alo-789-trang-ch-nh-ch__promotions-section,
      .page-alo-789-trang-ch-nh-ch__why-choose-section,
      .page-alo-789-trang-ch-nh-ch__payment-providers-section,
      .page-alo-789-trang-ch-nh-ch__faq-section,
      .page-alo-789-trang-ch-nh-ch__cta-section {
        padding: 30px 15px;
      }

      .page-alo-789-trang-ch-nh-ch__game-categories,
      .page-alo-789-trang-ch-nh-ch__promo-grid,
      .page-alo-789-trang-ch-nh-ch__features-grid,
      .page-alo-789-trang-ch-nh-ch__logos-grid {
        grid-template-columns: 1fr; /* Stack items on mobile */
      }

      .page-alo-789-trang-ch-nh-ch__game-card,
      .page-alo-789-trang-ch-nh-ch__promo-card,
      .page-alo-789-trang-ch-nh-ch__feature-item,
      .page-alo-789-trang-ch-nh-ch__logo-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px;
      }

      .page-alo-789-trang-ch-nh-ch__game-text,
      .page-alo-789-trang-ch-nh-ch__promo-text,
      .page-alo-789-trang-ch-nh-ch__feature-description,
      .page-alo-789-trang-ch-nh-ch__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-alo-789-trang-ch-nh-ch__game-image,
      .page-alo-789-trang-ch-nh-ch__promo-image,
      .page-alo-789-trang-ch-nh-ch__feature-icon,
      .page-alo-789-trang-ch-nh-ch__logo-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-alo-789-trang-ch-nh-ch__faq-question {
        padding: 15px 20px;
      }

      .page-alo-789-trang-ch-nh-ch__faq-title {
        font-size: 1.1em;
      }

      .page-alo-789-trang-ch-nh-ch__faq-toggle {
        font-size: 1.3em;
      }

      .page-alo-789-trang-ch-nh-ch__faq-answer {
        padding: 15px 20px;
      }

      .page-alo-789-trang-ch-nh-ch__faq-item.active .page-alo-789-trang-ch-nh-ch__faq-answer {
        padding: 15px 20px !important;
      }
    }
  