
    :root {
      --page-primary-color: #e44d26; /* Cam đỏ */
      --page-secondary-color: #333; /* Xám đậm */
      --page-accent-color: #f7b731; /* Vàng cam */
      --page-text-color: #4a4a4a; /* Xám văn bản */
      --page-light-bg: #f9f9f9; /* Nền sáng */
      --page-dark-bg: #2c3e50; /* Nền tối */
      --page-white: #ffffff;
      --page-border-color: #ddd;
      --page-font-family: 'Arial', sans-serif;
    }

    .page-resources-how-do-vietnamese-users-use-fabet {
      font-family: var(--page-font-family);
      line-height: 1.6;
      color: var(--page-text-color);
      background-color: var(--page-light-bg);
      padding-top: 10px; /* Fixed header spacing */
    }

    .page-resources-how-do-vietnamese-users-use-fabet__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-resources-how-do-vietnamese-users-use-fabet__hero-section {
      background: linear-gradient(to right, var(--page-primary-color), var(--page-accent-color));
      color: var(--page-white);
      padding: 60px 20px;
      text-align: center;
      margin-bottom: 30px;
      border-radius: 8px;
      overflow: hidden;
      position: relative;
      padding-top: 70px; /* Adjust for fixed header */
    }

    .page-resources-how-do-vietnamese-users-use-fabet__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('[GALLERY:pattern:abstract,geometric,background]') no-repeat center center/cover;
      opacity: 0.1;
      z-index: 0;
    }

    .page-resources-how-do-vietnamese-users-use-fabet__hero-content {
      position: relative;
      z-index: 1;
    }

    .page-resources-how-do-vietnamese-users-use-fabet__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: var(--page-white);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .page-resources-how-do-vietnamese-users-use-fabet__hero-description {
      font-size: 1.2em;
      max-width: 800px;
      margin: 0 auto;
      opacity: 0.9;
    }

    .page-resources-how-do-vietnamese-users-use-fabet__section {
      background-color: var(--page-white);
      padding: 30px;
      margin-bottom: 25px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .page-resources-how-do-vietnamese-users-use-fabet__section-title {
      font-size: 2em;
      color: var(--page-primary-color);
      margin-bottom: 20px;
      border-bottom: 3px solid var(--page-accent-color);
      padding-bottom: 10px;
      text-align: center;
    }

    .page-resources-how-do-vietnamese-users-use-fabet__text-block {
      margin-bottom: 20px;
    }

    .page-resources-how-do-vietnamese-users-use-fabet__text-block p {
      margin-bottom: 15px;
      line-height: 1.7;
    }

    .page-resources-how-do-vietnamese-users-use-fabet__list {
      list-style: none;
      padding: 0;
      margin-bottom: 20px;
    }

    .page-resources-how-do-vietnamese-users-use-fabet__list-item {
      background-color: var(--page-light-bg);
      margin-bottom: 10px;
      padding: 15px;
      border-left: 5px solid var(--page-accent-color);
      border-radius: 4px;
      display: flex;
      align-items: flex-start;
      gap: 10px;
    }

    .page-resources-how-do-vietnamese-users-use-fabet__list-item::before {
      content: '✓';
      color: var(--page-primary-color);
      font-weight: bold;
      margin-right: 8px;
      font-size: 1.2em;
      line-height: 1;
    }

    .page-resources-how-do-vietnamese-users-use-fabet__image-container {
      text-align: center;
      margin: 30px 0;
    }

    .page-resources-how-do-vietnamese-users-use-fabet__image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      vertical-align: middle;
    }

    .page-resources-how-do-vietnamese-users-use-fabet__image:hover {
      transform: translateY(-5px);
    }

    .page-resources-how-do-vietnamese-users-use-fabet__cta-button {
      display: inline-block;
      background-color: var(--page-primary-color);
      color: var(--page-white);
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      margin-top: 25px;
    }

    .page-resources-how-do-vietnamese-users-use-fabet__cta-button:hover {
      background-color: #c0392b; /* Darker primary */
      transform: translateY(-3px);
    }

    .page-resources-how-do-vietnamese-users-use-fabet__faq-section {
      background-color: var(--page-white);
      padding: 30px;
      margin-bottom: 25px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .page-resources-how-do-vietnamese-users-use-fabet__faq-title {
      font-size: 2em;
      color: var(--page-primary-color);
      margin-bottom: 20px;
      border-bottom: 3px solid var(--page-accent-color);
      padding-bottom: 10px;
      text-align: center;
    }

    .page-resources-how-do-vietnamese-users-use-fabet__faq-item {
      border: 1px solid var(--page-border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      background-color: var(--page-light-bg);
    }

    .page-resources-how-do-vietnamese-users-use-fabet__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px;
      background-color: var(--page-white);
      cursor: pointer;
      user-select: none;
      font-size: 1.1em;
      font-weight: bold;
      color: var(--page-secondary-color);
      transition: background-color 0.3s ease;
    }

    .page-resources-how-do-vietnamese-users-use-fabet__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-resources-how-do-vietnamese-users-use-fabet__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      flex-grow: 1;
      text-align: left;
      color: var(--page-secondary-color);
      pointer-events: none; /* Prevents blocking click event on parent */
    }

    .page-resources-how-do-vietnamese-users-use-fabet__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      color: var(--page-primary-color);
      pointer-events: none; /* Prevents blocking click event on parent */
    }

    .page-resources-how-do-vietnamese-users-use-fabet__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      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-text-color);
    }

    .page-resources-how-do-vietnamese-users-use-fabet__faq-answer p {
      margin-bottom: 15px;
      padding-top: 5px;
    }

    .page-resources-how-do-vietnamese-users-use-fabet__faq-item.active .page-resources-how-do-vietnamese-users-use-fabet__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 20px !important;
      opacity: 1;
    }

    .page-resources-how-do-vietnamese-users-use-fabet__conclusion {
      text-align: center;
      padding: 30px;
      background-color: var(--page-dark-bg);
      color: var(--page-white);
      border-radius: 8px;
      margin-top: 30px;
    }

    .page-resources-how-do-vietnamese-users-use-fabet__conclusion p {
      font-size: 1.1em;
      margin-bottom: 20px;
    }

    .page-resources-how-do-vietnamese-users-use-fabet__strong {
      color: var(--page-accent-color);
      font-weight: bold;
    }

    /* Responsive images */
    .page-resources-how-do-vietnamese-users-use-fabet__image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 20px;
    }

    .page-resources-how-do-vietnamese-users-use-fabet__image-wrapper img {
      max-width: 100%;
      height: auto;
      display: block; /* Remove extra space below image */
    }


    @media (max-width: 768px) {
      .page-resources-how-do-vietnamese-users-use-fabet__hero-title {
        font-size: 2em;
      }

      .page-resources-how-do-vietnamese-users-use-fabet__hero-description {
        font-size: 1em;
      }

      .page-resources-how-do-vietnamese-users-use-fabet__section-title,
      .page-resources-how-do-vietnamese-users-use-fabet__faq-title {
        font-size: 1.6em;
      }

      .page-resources-how-do-vietnamese-users-use-fabet__section {
        padding: 20px;
      }

      .page-resources-how-do-vietnamese-users-use-fabet__faq-question {
        padding: 15px;
        font-size: 1em;
      }

      .page-resources-how-do-vietnamese-users-use-fabet__faq-question h3 {
        font-size: 1em;
      }

      .page-resources-how-do-vietnamese-users-use-fabet__faq-answer {
        padding: 0 15px;
      }

      .page-resources-how-do-vietnamese-users-use-fabet__faq-item.active .page-resources-how-do-vietnamese-users-use-fabet__faq-answer {
        padding: 15px 15px !important;
      }

      .page-resources-how-do-vietnamese-users-use-fabet__image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }

      .page-resources-how-do-vietnamese-users-use-fabet__image-wrapper img {
        max-width: 100% !important;
        height: auto !important;
      }
    }
  