
    :root {
      --primary-color: #e44d26; /* Cam đỏ */
      --secondary-color: #333; /* Đen xám */
      --accent-color: #f7b731; /* Vàng cam */
      --text-color: #444; /* Xám đậm */
      --background-light: #f9f9f9; /* Nền sáng */
      --background-dark: #2c3e50; /* Nền tối */
      --border-color: #ddd; /* Màu viền */
      --white: #ffffff;
      --light-gray: #eee;
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--text-color);
      background-color: var(--background-light);
      padding-bottom: 40px;
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:bi88,da_ga,casino,ca_cuoc_truc_tuyen]') no-repeat center center/cover;
      color: var(--white);
      text-align: center;
      padding: 120px 20px 80px; /* Adjusted padding-top for fixed header */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 400px;
      box-sizing: border-box;
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__hero-title {
      font-size: 3.2em;
      margin-bottom: 20px;
      color: var(--accent-color);
      text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__hero-subtitle {
      font-size: 1.4em;
      margin-bottom: 30px;
      max-width: 800px;
      color: var(--light-gray);
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__cta-button {
      display: inline-block;
      background-color: var(--primary-color);
      color: var(--white);
      padding: 15px 30px;
      border-radius: 5px;
      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-resources-bi88-why-more-and-more-users-are-choosing-them__cta-button:hover {
      background-color: #c73e1f;
      transform: translateY(-2px);
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: var(--white);
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 30px;
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__section:first-of-type {
      margin-top: -60px; /* Pull up to overlap with hero slightly */
      position: relative;
      z-index: 1;
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__section-title {
      font-size: 2.5em;
      color: var(--secondary-color);
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: var(--primary-color);
      border-radius: 2px;
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__content-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      align-items: center;
      margin-bottom: 30px;
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__content-wrapper.reverse {
      flex-direction: row-reverse;
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__text-content {
      flex: 1;
      min-width: 300px;
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__image-container {
      flex: 1;
      min-width: 300px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: var(--background-light);
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      width: 100%; /* Ensure container takes full width */
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__paragraph {
      margin-bottom: 15px;
      font-size: 1.1em;
      color: var(--text-color);
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__list {
      list-style: none;
      padding: 0;
      margin-bottom: 20px;
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__list-item {
      padding: 10px 0;
      border-bottom: 1px dashed var(--border-color);
      display: flex;
      align-items: flex-start;
      color: var(--text-color);
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__list-item:last-child {
      border-bottom: none;
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__list-item::before {
      content: '✓';
      color: var(--primary-color);
      font-weight: bold;
      margin-right: 10px;
      font-size: 1.2em;
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__sub-heading {
      font-size: 1.8em;
      color: var(--primary-color);
      margin-top: 30px;
      margin-bottom: 15px;
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__faq-section {
      padding: 40px 20px;
      max-width: 1000px;
      margin: 0 auto 30px;
      background-color: var(--white);
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__faq-item {
      border: 1px solid var(--border-color);
      border-radius: 5px;
      margin-bottom: 15px;
      overflow: hidden;
      background-color: var(--white);
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: var(--light-gray);
      color: var(--secondary-color);
      font-size: 1.2em;
      font-weight: bold;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: var(--secondary-color);
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click */
      color: var(--primary-color);
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__faq-item.active .page-resources-bi88-why-more-and-more-users-are-choosing-them__faq-toggle {
      transform: rotate(45deg); /* Change + to X or simply rotate for - */
      content: '−'; /* Visually changes in JS */
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: var(--white);
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: var(--text-color);
      font-size: 1em;
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__faq-item.active .page-resources-bi88-why-more-and-more-users-are-choosing-them__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to show content */
      padding: 20px !important;
      opacity: 1;
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__faq-answer p {
      margin: 0 0 10px 0;
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__promo-banner {
      background-color: var(--background-dark);
      color: var(--white);
      text-align: center;
      padding: 30px 20px;
      margin-top: 40px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__promo-title {
      font-size: 2.2em;
      margin-bottom: 15px;
      color: var(--accent-color);
    }

    .page-resources-bi88-why-more-and-more-users-are-choosing-them__promo-text {
      font-size: 1.2em;
      margin-bottom: 25px;
      color: var(--light-gray);
    }

    /* Responsive adjustments */
    @media (max-width: 992px) {
      .page-resources-bi88-why-more-and-more-users-are-choosing-them__hero-title {
        font-size: 2.8em;
      }
      .page-resources-bi88-why-more-and-more-users-are-choosing-them__hero-subtitle {
        font-size: 1.2em;
      }
      .page-resources-bi88-why-more-and-more-users-are-choosing-them__section-title {
        font-size: 2em;
      }
      .page-resources-bi88-why-more-and-more-users-are-choosing-them__sub-heading {
        font-size: 1.5em;
      }
      .page-resources-bi88-why-more-and-more-users-are-choosing-them__content-wrapper {
        flex-direction: column;
      }
      .page-resources-bi88-why-more-and-more-users-are-choosing-them__content-wrapper.reverse {
        flex-direction: column;
      }
    }

    @media (max-width: 768px) {
      .page-resources-bi88-why-more-and-more-users-are-choosing-them__hero-section {
        padding: 90px 15px 60px; /* Adjusted padding-top for fixed header on mobile */
        min-height: 300px;
      }
      .page-resources-bi88-why-more-and-more-users-are-choosing-them__hero-title {
        font-size: 2.2em;
      }
      .page-resources-bi88-why-more-and-more-users-are-choosing-them__hero-subtitle {
        font-size: 1em;
      }
      .page-resources-bi88-why-more-and-more-users-are-choosing-them__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-resources-bi88-why-more-and-more-users-are-choosing-them__section {
        padding: 25px 15px;
        margin-top: -40px;
      }
      .page-resources-bi88-why-more-and-more-users-are-choosing-them__section-title {
        font-size: 1.8em;
        margin-bottom: 20px;
      }
      .page-resources-bi88-why-more-and-more-users-are-choosing-them__paragraph {
        font-size: 1em;
      }
      .page-resources-bi88-why-more-and-more-users-are-choosing-them__list-item {
        font-size: 0.95em;
      }
      .page-resources-bi88-why-more-and-more-users-are-choosing-them__sub-heading {
        font-size: 1.3em;
        margin-top: 25px;
      }
      .page-resources-bi88-why-more-and-more-users-are-choosing-them__faq-question {
        font-size: 1.1em;
        padding: 12px 15px;
      }
      .page-resources-bi88-why-more-and-more-users-are-choosing-them__faq-question h3 {
        font-size: 1.1em;
      }
      .page-resources-bi88-why-more-and-more-users-are-choosing-them__faq-answer {
        padding: 0 15px;
        font-size: 0.95em;
      }
      .page-resources-bi88-why-more-and-more-users-are-choosing-them__faq-item.active .page-resources-bi88-why-more-and-more-users-are-choosing-them__faq-answer {
        padding: 15px !important;
      }
      .page-resources-bi88-why-more-and-more-users-are-choosing-them__promo-title {
        font-size: 1.8em;
      }
      .page-resources-bi88-why-more-and-more-users-are-choosing-them__promo-text {
        font-size: 1em;
      }
      .page-resources-bi88-why-more-and-more-users-are-choosing-them__image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-resources-bi88-why-more-and-more-users-are-choosing-them__image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  