
    :root {
      --page-resources-f16878vip-why-more-and-more-users-are-choosing-them__primary-color: #e44d26; /* Một màu cam-đỏ rực rỡ */
      --page-resources-f16878vip-why-more-and-more-users-are-choosing-them__secondary-color: #333; /* Xám đậm */
      --page-resources-f16878vip-why-more-and-more-users-are-choosing-them__text-color: #f0f0f0; /* Xám nhạt cho văn bản */
      --page-resources-f16878vip-why-more-and-more-users-are-choosing-them__background-color: #1a1a1a; /* Nền rất tối */
      --page-resources-f16878vip-why-more-and-more-users-are-choosing-them__card-background: #2a2a2a; /* Nền tối hơn một chút cho thẻ */
      --page-resources-f16878vip-why-more-and-more-users-are-choosing-them__border-color: #444; /* Viền để phân tách */
      --page-resources-f16878vip-why-more-and-more-users-are-choosing-them__button-hover: #ff6a42;
    }

    .page-resources-f16878vip-why-more-and-more-users-are-choosing-them {
      font-family: 'Arial', sans-serif;
      color: var(--page-resources-f16878vip-why-more-and-more-users-are-choosing-them__text-color);
      background-color: var(--page-resources-f16878vip-why-more-and-more-users-are-choosing-them__background-color);
      line-height: 1.6;
      overflow-x: hidden;
      padding-bottom: 80px; /* Khoảng trống cho chân trang và nút nổi */
    }

    .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__hero-section {
      position: relative;
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), var(--page-resources-f16878vip-why-more-and-more-users-are-choosing-them__secondary-color);
      padding: 10px 20px 60px; /* Đã điều chỉnh padding-top cho tiêu đề cố định */
      text-align: center;
      color: #fff;
      overflow: hidden;
    }

    .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
      opacity: 0.3;
    }

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

    .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: var(--page-resources-f16878vip-why-more-and-more-users-are-choosing-them__primary-color);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__button {
      display: inline-block;
      background-color: var(--page-resources-f16878vip-why-more-and-more-users-are-choosing-them__primary-color);
      color: #fff;
      padding: 12px 25px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__button:hover {
      background-color: var(--page-resources-f16878vip-why-more-and-more-users-are-choosing-them__button-hover);
    }

    .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__content-section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      border-bottom: 1px solid var(--page-resources-f16878vip-why-more-and-more-users-are-choosing-them__border-color);
    }

    .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__content-section:last-of-type {
      border-bottom: none;
    }

    .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__section-title {
      font-size: 2em;
      color: var(--page-resources-f16878vip-why-more-and-more-users-are-choosing-them__primary-color);
      text-align: center;
      margin-bottom: 30px;
      text-transform: uppercase;
    }

    .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__section-subtitle {
      font-size: 1.5em;
      color: var(--page-resources-f16878vip-why-more-and-more-users-are-choosing-them__text-color);
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__text-block {
      margin-bottom: 20px;
      font-size: 1.1em;
      line-height: 1.8;
    }

    .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__image-container {
      text-align: center;
      margin: 30px 0;
      background-color: var(--page-resources-f16878vip-why-more-and-more-users-are-choosing-them__card-background);
      padding: 15px;
      border-radius: 8px;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      display: block;
      margin: 0 auto;
      object-fit: cover;
    }

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

    .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__list-item {
      background-color: var(--page-resources-f16878vip-why-more-and-more-users-are-choosing-them__card-background);
      margin-bottom: 10px;
      padding: 15px 20px;
      border-radius: 8px;
      display: flex;
      align-items: flex-start;
      gap: 15px;
      border-left: 5px solid var(--page-resources-f16878vip-why-more-and-more-users-are-choosing-them__primary-color);
    }

    .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__list-icon {
      font-size: 1.5em;
      color: var(--page-resources-f16878vip-why-more-and-more-users-are-choosing-them__primary-color);
      flex-shrink: 0;
    }

    .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__faq-container {
      margin-top: 30px;
    }

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

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

    .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      pointer-events: none; /* Ngăn h3 chặn sự kiện nhấp */
    }

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

    .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      color: var(--page-resources-f16878vip-why-more-and-more-users-are-choosing-them__primary-color);
      pointer-events: none; /* Ngăn biểu tượng toggle chặn sự kiện nhấp */
    }

    .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__faq-item.active .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__faq-toggle {
      transform: rotate(45deg); /* Thay đổi + thành X hoặc xoay để tạo hiệu ứng dấu trừ */
    }

    .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      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(--page-resources-f16878vip-why-more-and-more-users-are-choosing-them__text-color);
    }

    .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__faq-item.active .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__faq-answer {
      max-height: 2000px !important; /* Đủ lớn */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 10px 0;
      background-color: rgba(0, 0, 0, 0.85);
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
      z-index: 1000;
      transform: translateY(100%); /* Bắt đầu ngoài màn hình */
      animation: slideInButtons 0.5s forwards 0.5s; /* Trì hoãn và tạo hiệu ứng trượt vào */
    }

    @keyframes slideInButtons {
      to {
        transform: translateY(0);
      }
    }

    .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__floating-button {
      flex: 1;
      margin: 0 5px;
      padding: 12px 10px;
      text-align: center;
      background-color: var(--page-resources-f16878vip-why-more-and-more-users-are-choosing-them__primary-color);
      color: #fff;
      border-radius: 6px;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__floating-button--secondary {
      background-color: #555; /* Một màu hơi khác để phân biệt */
    }

    .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__floating-button:hover {
      background-color: var(--page-resources-f16878vip-why-more-and-more-users-are-choosing-them__button-hover);
    }
    .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__floating-button--secondary:hover {
      background-color: #666;
    }

    /* Thiết kế đáp ứng */
    @media (max-width: 768px) {
      .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__hero-section {
        padding: 10px 15px 40px; /* Padding-top di động */
      }

      .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__hero-title {
        font-size: 2em;
      }

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

      .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__content-section {
        padding: 30px 15px;
      }

      .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__section-title {
        font-size: 1.7em;
      }

      .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__section-subtitle {
        font-size: 1.3em;
      }

      .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__text-block {
        font-size: 1em;
      }

      .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__list-item {
        padding: 12px 15px;
      }

      .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }
      .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__faq-question h3 {
        font-size: 1em;
      }

      .page-resources-f16878vip-why-more-and-more-users-are-choosing-them__faq-answer {
        padding: 15px 15px;
      }

      /* Tối ưu hóa hình ảnh đáp ứng với !important cho di động */
      .page-resources-f16878vip-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;
      }

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