
    :root {
      --page-bj88dagathomo__primary-color: #d42626; /* Đỏ rực */
      --page-bj88dagathomo__secondary-color: #f7b731; /* Vàng hổ phách */
      --page-bj88dagathomo__text-color: #333;
      --page-bj88dagathomo__light-text-color: #f8f8f8;
      --page-bj88dagathomo__background-color: #f0f2f5;
      --page-bj88dagathomo__card-background: #ffffff;
      --page-bj88dagathomo__dark-background: #2c3e50; /* Xám xanh đậm */
      --page-bj88dagathomo__accent-color: #2ecc71; /* Xanh lá cây */
      --page-bj88dagathomo__border-color: #e0e0e0;
    }

    .page-bj88dagathomo {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      line-height: 1.6;
      color: var(--page-bj88dagathomo__text-color);
      background-color: var(--page-bj88dagathomo__background-color);
      padding: 0;
      margin: 0;
    }

    .page-bj88dagathomo__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-bj88dagathomo__hero-section {
      position: relative;
      width: 100%;
      min-height: 450px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: var(--page-bj88dagathomo__light-text-color);
      overflow: hidden;
      padding-top: 10px; /* To clear fixed header */
      box-sizing: border-box;
    }

    .page-bj88dagathomo__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
      filter: brightness(0.6); /* Slightly darken for text readability */
      max-width: 100%;
      height: auto;
    }

    .page-bj88dagathomo__hero-content {
      position: relative;
      z-index: 1;
      padding: 20px;
      max-width: 800px;
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: 10px;
    }

    .page-bj88dagathomo__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: var(--page-bj88dagathomo__secondary-color);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      line-height: 1.2;
    }

    .page-bj88dagathomo__hero-subtitle {
      font-size: 1.4em;
      margin-bottom: 30px;
      color: var(--page-bj88dagathomo__light-text-color);
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-bj88dagathomo__button {
      display: inline-block;
      padding: 15px 30px;
      background-color: var(--page-bj88dagathomo__primary-color);
      color: var(--page-bj88dagathomo__light-text-color);
      border: none;
      border-radius: 8px;
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-bj88dagathomo__button:hover {
      background-color: #a81f1f;
      transform: translateY(-2px);
    }

    .page-bj88dagathomo__section {
      background-color: var(--page-bj88dagathomo__card-background);
      margin: 30px auto;
      padding: 40px 20px;
      border-radius: 10px;
      box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
      max-width: 1200px;
      box-sizing: border-box;
    }

    .page-bj88dagathomo__section-title {
      font-size: 2.2em;
      color: var(--page-bj88dagathomo__primary-color);
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

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

    .page-bj88dagathomo__text-block {
      margin-bottom: 20px;
      font-size: 1.1em;
      line-height: 1.8;
      color: #555;
    }

    .page-bj88dagathomo__text-block strong {
      color: var(--page-bj88dagathomo__primary-color);
    }

    .page-bj88dagathomo__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-bj88dagathomo__game-card {
      background-color: var(--page-bj88dagathomo__background-color);
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding-bottom: 20px;
    }

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

    .page-bj88dagathomo__game-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%;
      height: auto;
      border-bottom: 3px solid var(--page-bj88dagathomo__secondary-color);
    }

    .page-bj88dagathomo__game-card-title {
      font-size: 1.5em;
      color: var(--page-bj88dagathomo__primary-color);
      margin: 20px 0 10px;
      padding: 0 15px;
    }

    .page-bj88dagathomo__game-card-description {
      font-size: 0.95em;
      color: #666;
      padding: 0 15px;
      flex-grow: 1;
    }

    .page-bj88dagathomo__steps-list {
      list-style: none;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

    .page-bj88dagathomo__step-item {
      background-color: var(--page-bj88dagathomo__card-background);
      border: 1px solid var(--page-bj88dagathomo__border-color);
      border-radius: 8px;
      padding: 25px;
      text-align: center;
      flex: 1 1 300px; /* Allow items to grow and shrink, min width 300px */
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box; /* Crucial for responsive lists */
    }

    .page-bj88dagathomo__step-item:hover {
      transform: translateY(-3px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .page-bj88dagathomo__step-number {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: var(--page-bj88dagathomo__primary-color);
      color: var(--page-bj88dagathomo__light-text-color);
      font-size: 1.8em;
      font-weight: bold;
      margin-bottom: 15px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .page-bj88dagathomo__step-title {
      font-size: 1.3em;
      color: var(--page-bj88dagathomo__primary-color);
      margin-bottom: 10px;
    }

    .page-bj88dagathomo__step-description {
      font-size: 1em;
      color: #666;
    }

    .page-bj88dagathomo__floating-button-wrapper {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1000;
      width: 90%;
      max-width: 400px;
      text-align: center;
      box-sizing: border-box;
    }

    .page-bj88dagathomo__floating-button {
      width: 100%;
      padding: 18px 25px;
      background: linear-gradient(90deg, var(--page-bj88dagathomo__primary-color) 0%, #ff5252 100%);
      color: var(--page-bj88dagathomo__light-text-color);
      border: none;
      border-radius: 50px;
      font-size: 1.2em;
      font-weight: bold;
      cursor: pointer;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
      transition: all 0.3s ease;
      text-decoration: none;
      display: block; /* Make it block level to fill width */
    }

    .page-bj88dagathomo__floating-button:hover {
      background: linear-gradient(90deg, #ff5252 0%, var(--page-bj88dagathomo__primary-color) 100%);
      transform: translateY(-3px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    }

    .page-bj88dagathomo__faq-section {
      background-color: var(--page-bj88dagathomo__card-background);
      margin: 30px auto;
      padding: 40px 20px;
      border-radius: 10px;
      box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
      max-width: 1200px;
      box-sizing: border-box;
    }

    .page-bj88dagathomo__faq-item {
      border: 1px solid var(--page-bj88dagathomo__border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      transition: all 0.3s ease;
    }

    .page-bj88dagathomo__faq-item.active {
      border-color: var(--page-bj88dagathomo__primary-color);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .page-bj88dagathomo__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px;
      background-color: #f9f9f9;
      cursor: pointer;
      font-size: 1.15em;
      font-weight: bold;
      color: var(--page-bj88dagathomo__text-color);
      transition: background-color 0.3s ease;
    }

    .page-bj88dagathomo__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-bj88dagathomo__faq-question h3 {
      margin: 0;
      color: var(--page-bj88dagathomo__primary-color);
      flex-grow: 1;
      text-align: left;
      pointer-events: none; /* Prevent h3 from blocking click on parent div */
    }

    .page-bj88dagathomo__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      color: var(--page-bj88dagathomo__primary-color);
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click on parent div */
    }

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

    .page-bj88dagathomo__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: var(--page-bj88dagathomo__card-background);
      color: #555;
      font-size: 1em;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

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

    .page-bj88dagathomo__faq-answer p {
      margin: 0;
      padding-bottom: 10px;
    }
    .page-bj88dagathomo__faq-answer p:last-child {
        padding-bottom: 0;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-bj88dagathomo__container {
        padding: 10px;
      }

      .page-bj88dagathomo__hero-section {
        min-height: 350px;
        padding-top: 10px; /* To clear fixed header */
      }

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

      .page-bj88dagathomo__hero-subtitle {
        font-size: 1.1em;
      }

      .page-bj88dagathomo__button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-bj88dagathomo__section {
        margin: 20px auto;
        padding: 25px 15px;
      }

      .page-bj88dagathomo__section-title {
        font-size: 1.8em;
      }

      .page-bj88dagathomo__text-block {
        font-size: 1em;
      }

      .page-bj88dagathomo__game-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-bj88dagathomo__game-card-image {
        height: 180px;
      }

      .page-bj88dagathomo__game-card-title {
        font-size: 1.3em;
      }

      .page-bj88dagathomo__steps-list {
        flex-direction: column;
        gap: 15px;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-bj88dagathomo__step-item {
        width: 100% !important;
        max-width: 100% !important;
        padding: 20px 15px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-bj88dagathomo__step-title {
        font-size: 1.2em;
      }

      .page-bj88dagathomo__floating-button-wrapper {
        width: calc(100% - 40px);
        bottom: 15px;
      }

      .page-bj88dagathomo__floating-button {
        font-size: 1.1em;
        padding: 15px 20px;
      }

      .page-bj88dagathomo__faq-question {
        font-size: 1em;
        padding: 15px;
      }

      .page-bj88dagathomo__faq-question h3 {
        padding-right: 10px;
      }

      .page-bj88dagathomo__faq-toggle {
        font-size: 1.5em;
      }

      .page-bj88dagathomo__faq-answer {
        padding: 0 15px;
      }

      .page-bj88dagathomo__faq-item.active .page-bj88dagathomo__faq-answer {
        padding: 15px 15px !important;
      }
    }

    @media (max-width: 480px) {
      .page-bj88dagathomo__hero-title {
        font-size: 1.7em;
      }

      .page-bj88dagathomo__hero-subtitle {
        font-size: 0.9em;
      }

      .page-bj88dagathomo__section-title {
        font-size: 1.5em;
      }

      .page-bj88dagathomo__floating-button {
        font-size: 1em;
        padding: 12px 15px;
      }
    }
  