
    /* Tổng quan */
    .page-az888dagalive {
      font-family: 'Helvetica Neue', Arial, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f4f7f6;
      overflow-x: hidden;
    }

    /* Tiêu đề chính và phụ */
    .page-az888dagalive__hero-title {
      font-size: 2.5em;
      color: #fff;
      margin-bottom: 15px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      text-align: center;
    }
    .page-az888dagalive__section-title {
      font-size: 2em;
      color: #2c3e50;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }
    .page-az888dagalive__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 60px;
      height: 4px;
      background-color: #e74c3c;
      border-radius: 2px;
    }
    .page-az888dagalive__subsection-title {
      font-size: 1.5em;
      color: #34495e;
      margin-top: 25px;
      margin-bottom: 15px;
      text-align: center;
    }

    /* Các phần chung */
    .page-az888dagalive__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }
    .page-az888dagalive__text-center {
      text-align: center;
    }
    .page-az888dagalive__lead-paragraph {
      font-size: 1.1em;
      text-align: center;
      margin-bottom: 30px;
      color: #555;
    }

    /* Hero Section */
    .page-az888dagalive__hero-section {
      position: relative;
      background-color: #1a1a1a;
      color: #fff;
      text-align: center;
      padding: 10px 0 50px 0; /* Adjusted padding-top for fixed header */
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 400px; /* Minimum height for hero */
    }
    .page-az888dagalive__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      filter: brightness(0.6); /* Làm tối ảnh nền */
    }
    .page-az888dagalive__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      padding: 20px;
    }
    .page-az888dagalive__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }
    .page-az888dagalive__hero-button {
      display: inline-block;
      background-color: #e74c3c;
      color: #fff;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }
    .page-az888dagalive__hero-button:hover {
      background-color: #c0392b;
      transform: translateY(-3px);
    }

    /* Nút nổi */
    .page-az888dagalive__floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #28a745; /* Màu xanh lá cây */
      color: #fff;
      padding: 12px 25px;
      border-radius: 50px;
      font-weight: bold;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      z-index: 1000;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
      text-decoration: none; /* For button acting as a link */
    }
    .page-az888dagalive__floating-button:hover {
      background-color: #218838;
      transform: translateY(-3px);
    }

    /* Các tính năng nổi bật */
    .page-az888dagalive__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }
    .page-az888dagalive__feature-item {
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
      text-align: center;
      transition: transform 0.3s ease;
    }
    .page-az888dagalive__feature-item:hover {
      transform: translateY(-8px);
    }
    .page-az888dagalive__feature-icon {
      width: 80px; /* Display size, actual image from gallery will be >= 200px */
      height: 80px;
      margin-bottom: 20px;
      display: inline-block;
      object-fit: contain;
    }
    .page-az888dagalive__feature-title {
      font-size: 1.3em;
      color: #e74c3c;
      margin-bottom: 10px;
    }
    .page-az888dagalive__feature-description {
      color: #666;
    }

    /* Khu vực trò chơi */
    .page-az888dagalive__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }
    .page-az888dagalive__game-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease;
    }
    .page-az888dagalive__game-card:hover {
      transform: translateY(-8px);
    }
    .page-az888dagalive__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
    .page-az888dagalive__game-content {
      padding: 20px;
    }
    .page-az888dagalive__game-title {
      font-size: 1.4em;
      color: #e74c3c;
      margin-bottom: 10px;
    }
    .page-az888dagalive__game-description {
      color: #666;
      font-size: 0.95em;
    }

    /* Hướng dẫn */
    .page-az888dagalive__steps-list {
      list-style: none;
      padding: 0;
      margin-top: 40px;
      display: grid;
      grid-template-columns: 1fr; /* Default to single column */
      gap: 25px;
    }
    .page-az888dagalive__step-item {
      background-color: #fff;
      padding: 25px;
      border-left: 5px solid #e74c3c;
      border-radius: 8px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }
    .page-az888dagalive__step-number {
      font-size: 1.8em;
      font-weight: bold;
      color: #e74c3c;
      flex-shrink: 0;
    }
    .page-az888dagalive__step-content h3 {
      font-size: 1.3em;
      color: #34495e;
      margin-top: 0;
      margin-bottom: 10px;
    }
    .page-az888dagalive__step-content p {
      color: #666;
    }

    /* Khuyến mãi */
    .page-az888dagalive__promotion-card {
      background-color: #2c3e50;
      color: #fff;
      padding: 40px;
      border-radius: 15px;
      text-align: center;
      margin-top: 40px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }
    .page-az888dagalive__promotion-card h3 {
      font-size: 2em;
      margin-bottom: 15px;
      color: #f1c40f; /* Vàng */
    }
    .page-az888dagalive__promotion-card p {
      font-size: 1.1em;
      margin-bottom: 25px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }
    .page-az888dagalive__promotion-button {
      display: inline-block;
      background-color: #f1c40f;
      color: #2c3e50;
      padding: 15px 35px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }
    .page-az888dagalive__promotion-button:hover {
      background-color: #e6b700;
      transform: translateY(-3px);
    }

    /* FAQ Section */
    .page-az888dagalive__faq-list {
      margin-top: 40px;
    }
    .page-az888dagalive__faq-item {
      background-color: #fff;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      overflow: hidden;
    }
    .page-az888dagalive__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px;
      background-color: #ecf0f1;
      cursor: pointer;
      user-select: none;
      font-size: 1.1em;
      font-weight: bold;
      color: #34495e;
      transition: background-color 0.3s ease;
    }
    .page-az888dagalive__faq-question:hover {
      background-color: #dde1e2;
    }
    .page-az888dagalive__faq-question h3 {
      margin: 0;
      font-size: 1em; /* Smaller font for h3 inside question */
      flex-grow: 1;
      text-align: left;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }
    .page-az888dagalive__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #e74c3c;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }
    .page-az888dagalive__faq-item.active .page-az888dagalive__faq-toggle {
      transform: rotate(45deg); /* Change + to X or - */
    }
    .page-az888dagalive__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #555;
      font-size: 0.95em;
      opacity: 0;
    }
    .page-az888dagalive__faq-item.active .page-az888dagalive__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 25px !important;
      opacity: 1;
    }
    .page-az888dagalive__faq-answer p {
      margin-top: 0;
      margin-bottom: 10px;
    }

    /* Call to Action cuối trang */
    .page-az888dagalive__cta-section {
      background-color: #34495e;
      color: #fff;
      padding: 60px 20px;
      text-align: center;
      margin-top: 50px;
    }
    .page-az888dagalive__cta-section h2 {
      color: #f1c40f;
      margin-bottom: 20px;
      font-size: 2em;
    }
    .page-az888dagalive__cta-section p {
      font-size: 1.1em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-az888dagalive__hero-section {
        padding-top: 10px; /* Adjusted padding-top for fixed header on mobile */
        min-height: 300px;
      }
      .page-az888dagalive__hero-title {
        font-size: 1.8em;
      }
      .page-az888dagalive__hero-description {
        font-size: 1em;
      }
      .page-az888dagalive__hero-button,
      .page-az888dagalive__promotion-button,
      .page-az888dagalive__floating-button {
        padding: 10px 20px;
        font-size: 0.9em;
      }
      .page-az888dagalive__section-title {
        font-size: 1.6em;
      }
      .page-az888dagalive__subsection-title {
        font-size: 1.3em;
      }
      .page-az888dagalive__container {
        padding: 15px;
      }

      /* List item responsive adjustments */
      .page-az888dagalive__features-grid,
      .page-az888dagalive__games-grid,
      .page-az888dagalive__steps-list {
        grid-template-columns: 1fr !important; /* Force single column */
        gap: 20px !important;
        padding: 0 10px !important; /* Adjust padding for container */
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-az888dagalive__feature-item,
      .page-az888dagalive__game-card,
      .page-az888dagalive__step-item,
      .page-az888dagalive__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px !important; /* Adjust padding */
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

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

      .page-az888dagalive__faq-question {
        padding: 15px 20px;
        font-size: 1em;
      }
      .page-az888dagalive__faq-question h3 {
        font-size: 0.95em;
      }
      .page-az888dagalive__faq-answer {
        padding: 15px 20px !important;
      }
      .page-az888dagalive__floating-button {
        bottom: 15px;
        right: 15px;
        padding: 10px 18px;
        font-size: 0.85em;
      }
    }

    @media (max-width: 480px) {
      .page-az888dagalive__hero-title {
        font-size: 1.6em;
      }
      .page-az888dagalive__hero-description {
        font-size: 0.9em;
      }
      .page-az888dagalive__section-title {
        font-size: 1.4em;
      }
      .page-az888dagalive__floating-button {
        bottom: 10px;
        right: 10px;
        padding: 8px 15px;
        font-size: 0.8em;
      }
    }

    /* Image responsive default */
    .page-az888dagalive img {
      max-width: 100%;
      height: auto;
      display: block; /* Remove extra space below images */
    }
    .page-az888dagalive__image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }
    @media (max-width: 768px) {
      .page-az888dagalive img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-az888dagalive__image-container {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important; /* Ensure no extra padding */
        margin: 0 !important; /* Ensure no extra margin */
      }
    }

  