
    :root {
      --page-bg-color: #1a1a1a;
      --page-text-color: #f0f0f0;
      --page-heading-color: #e44d26; /* Orange */
      --page-accent-color: #00aaff; /* Light blue */
      --page-card-bg: #2a2a2a;
      --page-border-color: #3a3a3a;
      --page-button-bg: #e44d26;
      --page-button-text: #ffffff;
      --page-hover-color: #ff6600;
    }

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

    .page-resources-tk88-why-more-and-more-users-are-choosing-them__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-resources-tk88-why-more-and-more-users-are-choosing-them__hero-section {
      text-align: center;
      padding: 10px 20px 60px; /* Padding top to clear fixed header */
      background-color: #000;
      color: var(--page-text-color);
      position: relative;
      overflow: hidden;
      border-bottom: 5px solid var(--page-heading-color);
    }

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

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

    .page-resources-tk88-why-more-and-more-users-are-choosing-them__hero-title {
      font-size: 2.8em;
      color: var(--page-heading-color);
      margin-bottom: 15px;
      line-height: 1.2;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-resources-tk88-why-more-and-more-users-are-choosing-them__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #ccc;
    }

    .page-resources-tk88-why-more-and-more-users-are-choosing-them__cta-button {
      display: inline-block;
      background-color: var(--page-button-bg);
      color: var(--page-button-text);
      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-resources-tk88-why-more-and-more-users-are-choosing-them__cta-button:hover {
      background-color: var(--page-hover-color);
      transform: translateY(-2px);
    }

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

    .page-resources-tk88-why-more-and-more-users-are-choosing-them__section--alt {
      background-color: #222;
    }

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

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

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

    .page-resources-tk88-why-more-and-more-users-are-choosing-them__feature-card {
      background-color: var(--page-card-bg);
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid var(--page-border-color);
    }

    .page-resources-tk88-why-more-and-more-users-are-choosing-them__feature-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    }

    .page-resources-tk88-why-more-and-more-users-are-choosing-them__card-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      border-radius: 50%;
      object-fit: cover;
    }

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

    .page-resources-tk88-why-more-and-more-users-are-choosing-them__image-full-width {
      width: 100%;
      height: 400px;
      object-fit: cover;
      border-radius: 10px;
      margin-bottom: 30px;
      max-width: 100%;
    }

    .page-resources-tk88-why-more-and-more-users-are-choosing-them__text-block {
      margin-bottom: 20px;
      font-size: 1.05em;
    }

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

    .page-resources-tk88-why-more-and-more-users-are-choosing-them__text-block h4 {
      color: var(--page-accent-color);
      font-size: 1.4em;
      margin-top: 25px;
      margin-bottom: 10px;
    }

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

    .page-resources-tk88-why-more-and-more-users-are-choosing-them__list-item {
      background-color: #2a2a2a;
      border-left: 5px solid var(--page-accent-color);
      padding: 15px 20px;
      margin-bottom: 10px;
      border-radius: 5px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .page-resources-tk88-why-more-and-more-users-are-choosing-them__list-item strong {
      color: var(--page-heading-color);
    }

    /* FAQ Section */
    .page-resources-tk88-why-more-and-more-users-are-choosing-them__faq-container {
      max-width: 800px;
      margin: 40px auto;
      background-color: var(--page-card-bg);
      border-radius: 10px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
      padding: 20px;
      border: 1px solid var(--page-border-color);
    }

    .page-resources-tk88-why-more-and-more-users-are-choosing-them__faq-item {
      margin-bottom: 15px;
      border-bottom: 1px solid var(--page-border-color);
    }

    .page-resources-tk88-why-more-and-more-users-are-choosing-them__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }

    .page-resources-tk88-why-more-and-more-users-are-choosing-them__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 0;
      cursor: pointer;
      user-select: none;
      font-size: 1.15em;
      color: var(--page-accent-color);
      transition: color 0.3s ease;
    }

    .page-resources-tk88-why-more-and-more-users-are-choosing-them__faq-question:hover {
      color: var(--page-hover-color);
    }

    .page-resources-tk88-why-more-and-more-users-are-choosing-them__faq-question h3 {
      margin: 0;
      font-size: 1.15em;
      pointer-events: none; /* Prevent h3 from blocking click on parent */
    }

    .page-resources-tk88-why-more-and-more-users-are-choosing-them__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      margin-left: 15px;
      pointer-events: none; /* Prevent toggle icon from blocking click on parent */
      transition: transform 0.3s ease;
    }

    .page-resources-tk88-why-more-and-more-users-are-choosing-them__faq-item.active .page-resources-tk88-why-more-and-more-users-are-choosing-them__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'X' or '-' */
    }

    .page-resources-tk88-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: #ccc;
    }

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

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-tk88-why-more-and-more-users-are-choosing-them__container {
        padding: 15px;
      }

      .page-resources-tk88-why-more-and-more-users-are-choosing-them__hero-section {
        padding: 10px 15px 40px;
      }

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

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

      .page-resources-tk88-why-more-and-more-users-are-choosing-them__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

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

      .page-resources-tk88-why-more-and-more-users-are-choosing-them__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }

      .page-resources-tk88-why-more-and-more-users-are-choosing-them__content-grid {
        grid-template-columns: 1fr;
      }

      .page-resources-tk88-why-more-and-more-users-are-choosing-them__feature-card {
        padding: 20px;
      }

      .page-resources-tk88-why-more-and-more-users-are-choosing-them__image-full-width {
        height: 250px;
      }

      .page-resources-tk88-why-more-and-more-users-are-choosing-them__text-block h3 {
        font-size: 1.5em;
      }

      .page-resources-tk88-why-more-and-more-users-are-choosing-them__text-block h4 {
        font-size: 1.2em;
      }

      .page-resources-tk88-why-more-and-more-users-are-choosing-them__faq-container {
        padding: 15px;
        margin: 20px auto;
      }

      .page-resources-tk88-why-more-and-more-users-are-choosing-them__faq-question {
        font-size: 1em;
        padding: 10px 0;
      }

      .page-resources-tk88-why-more-and-more-users-are-choosing-them__faq-question h3 {
        font-size: 1em;
      }

      .page-resources-tk88-why-more-and-more-users-are-choosing-them__faq-answer {
        padding: 15px 10px !important;
      }

      /* Image responsive optimization */
      .page-resources-tk88-why-more-and-more-users-are-choosing-them img {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-resources-tk88-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;
      }
    }
  