
    :root {
      --clb88-primary: #e44d26; /* Cam đỏ */
      --clb88-secondary: #ff7f50; /* San hô */
      --clb88-accent: #4CAF50; /* Xanh lá cây */
      --clb88-text-dark: #333333;
      --clb88-text-light: #ffffff;
      --clb88-bg-light: #f8f8f8;
      --clb88-bg-dark: #2c3e50; /* Xám xanh đậm */
      --clb88-border: #dddddd;
      --clb88-shadow: rgba(0, 0, 0, 0.1);
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--clb88-text-dark);
      background-color: var(--clb88-bg-light);
      padding: 0;
      margin: 0;
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__hero-section {
      background: linear-gradient(135deg, var(--clb88-primary), var(--clb88-secondary));
      color: var(--clb88-text-light);
      padding: 100px 20px 60px; /* Adjusted padding-top for fixed header */
      text-align: center;
      position: relative;
      overflow: hidden;
      border-radius: 0 0 15px 15px;
      box-shadow: 0 4px 8px var(--clb88-shadow);
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('[GALLERY:background:abstract,geometric,pattern]') no-repeat center center/cover;
      opacity: 0.1;
      z-index: 0;
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__hero-title {
      font-size: 3.2em;
      margin-bottom: 20px;
      line-height: 1.2;
      font-weight: bold;
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__button {
      display: inline-block;
      background-color: var(--clb88-accent);
      color: var(--clb88-text-light);
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__button:hover {
      background-color: #388E3C; /* Darker accent */
      transform: translateY(-2px);
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__section {
      padding: 60px 0;
      border-bottom: 1px solid var(--clb88-border);
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__section:last-of-type {
      border-bottom: none;
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__section-title {
      font-size: 2.5em;
      color: var(--clb88-primary);
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 15px;
    }

    .page-resourcse-clb88-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(--clb88-accent);
      border-radius: 2px;
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__subsection-title {
      font-size: 1.8em;
      color: var(--clb88-text-dark);
      margin-top: 40px;
      margin-bottom: 20px;
      border-left: 5px solid var(--clb88-primary);
      padding-left: 15px;
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__text-content p {
      margin-bottom: 15px;
      font-size: 1.1em;
      line-height: 1.7;
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__image-wrapper {
      margin: 30px 0;
      text-align: center;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__image {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 4px 12px var(--clb88-shadow);
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__features-grid,
    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__feature-card,
    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__game-card {
      background-color: var(--clb88-text-light);
      border-radius: 10px;
      box-shadow: 0 4px 8px var(--clb88-shadow);
      padding: 30px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid var(--clb88-border);
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__feature-card:hover,
    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__card-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 20px;
      border-radius: 50%;
      background-color: var(--clb88-primary);
      display: flex;
      justify-content: center;
      align-items: center;
      color: var(--clb88-text-light);
      font-size: 2em;
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__card-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 15px;
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__card-title {
      font-size: 1.5em;
      color: var(--clb88-primary);
      margin-bottom: 15px;
      font-weight: bold;
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__card-text {
      font-size: 1em;
      color: var(--clb88-text-dark);
      flex-grow: 1;
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__link {
      color: var(--clb88-primary);
      text-decoration: none;
      font-weight: bold;
      transition: color 0.3s ease;
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__link:hover {
      color: var(--clb88-secondary);
      text-decoration: underline;
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__cta-banner {
      background-color: var(--clb88-bg-dark);
      color: var(--clb88-text-light);
      padding: 50px 20px;
      text-align: center;
      border-radius: 10px;
      margin-top: 60px;
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__cta-title {
      font-size: 2.2em;
      margin-bottom: 20px;
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__cta-description {
      font-size: 1.2em;
      margin-bottom: 30px;
    }

    /* FAQ Styles */
    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__faq-list {
      margin-top: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__faq-item {
      background-color: var(--clb88-text-light);
      border: 1px solid var(--clb88-border);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px var(--clb88-shadow);
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: var(--clb88-bg-light);
      border-bottom: 1px solid transparent;
      transition: background-color 0.3s ease;
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__faq-item.active .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__faq-question {
      border-bottom: 1px solid var(--clb88-border);
      background-color: #f0f0f0;
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__faq-question h3 {
      font-size: 1.2em;
      color: var(--clb88-text-dark);
      margin: 0;
      pointer-events: none; /* Prevent h3 from blocking click on parent */
    }

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

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__faq-item.active .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__faq-toggle {
      transform: rotate(45deg); /* Visually change '+' to 'x' or '-' */
    }

    .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__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: var(--clb88-text-dark);
    }

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

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__hero-section {
        padding: 80px 15px 40px; /* Adjust padding-top for mobile fixed header */
        border-radius: 0;
      }

      .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__hero-title {
        font-size: 2.2em;
      }

      .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__hero-description {
        font-size: 1em;
      }

      .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__section {
        padding: 40px 0;
      }

      .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__section-title {
        font-size: 2em;
      }

      .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__subsection-title {
        font-size: 1.5em;
        margin-top: 30px;
      }

      .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__text-content p {
        font-size: 0.95em;
      }

      .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__features-grid,
      .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__games-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__feature-card,
      .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__game-card {
        padding: 20px;
      }

      .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__card-title {
        font-size: 1.3em;
      }

      .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__card-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5em;
      }

      .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__cta-banner {
        padding: 30px 15px;
      }

      .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__cta-title {
        font-size: 1.8em;
      }

      .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__cta-description {
        font-size: 1em;
      }

      .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__faq-question {
        padding: 15px 20px;
      }

      .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__faq-question h3 {
        font-size: 1.1em;
      }

      .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__faq-toggle {
        font-size: 1.5em;
      }

      .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__faq-answer {
        padding: 0 20px;
      }

      .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__faq-item.active .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__faq-answer {
        padding: 15px 20px !important;
      }

      .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__image {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-resourcse-clb88-why-more-and-more-users-are-choosing-them__image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  