
    :root {
      --primary-color: #e02b2b; /* Đỏ mạnh */
      --secondary-color: #333333; /* Xám đậm */
      --accent-color: #f7b731; /* Vàng cam */
      --background-light: #f4f7f6; /* Nền sáng */
      --text-dark: #1a1a1a; /* Chữ tối */
      --text-light: #ffffff; /* Chữ sáng */
      --border-color: #e0e0e0; /* Màu viền */
      --shadow-color: rgba(0, 0, 0, 0.1); /* Màu đổ bóng */
    }

    /* Base styles for the page content container */
    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      line-height: 1.6;
      color: var(--text-dark);
      background-color: var(--background-light);
      padding: 20px;
      margin: 0 auto;
      max-width: 1200px;
      box-sizing: border-box;
    }

    /* Responsive padding for the first section to avoid being covered by fixed header */
    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__hero-section {
      padding-top: 10px; /* Desktop */
      background-color: #1a1a1a;
      color: var(--text-light);
      text-align: center;
      padding-bottom: 40px;
      position: relative;
      overflow: hidden;
      margin-bottom: 40px;
    }

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url('[GALLERY:background:nohu52,hero,banner]');
      background-size: cover;
      background-position: center;
      opacity: 0.3; /* Subtle overlay */
      z-index: 0;
    }

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

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

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

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__cta-button {
      display: inline-block;
      background-color: var(--primary-color);
      color: var(--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;
      box-shadow: 0 4px 10px var(--shadow-color);
    }

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__cta-button:hover {
      background-color: #c92525;
      transform: translateY(-2px);
    }

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__section {
      background-color: var(--text-light);
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 10px;
      box-shadow: 0 2px 8px var(--shadow-color);
    }

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

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

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__content-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      align-items: flex-start;
    }

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__text-content {
      flex: 2;
      min-width: 300px;
    }

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__image-container {
      flex: 1;
      min-width: 250px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__image {
      width: 100%;
      max-width: 100%; /* Ensure responsiveness */
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 12px var(--shadow-color);
    }

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__paragraph {
      margin-bottom: 15px;
      color: var(--secondary-color);
    }

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

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__list-item {
      margin-bottom: 10px;
      padding-left: 25px;
      position: relative;
      color: var(--secondary-color);
    }

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__list-item::before {
      content: '✓';
      color: var(--primary-color);
      font-weight: bold;
      position: absolute;
      left: 0;
      top: 0;
    }

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__advantage-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__advantage-card {
      background-color: #fcfcfc;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border-top: 5px solid var(--accent-color);
    }

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__advantage-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    }

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__advantage-icon {
      width: 200px; /* Minimum size requirement */
      height: 200px; /* Minimum size requirement */
      margin-bottom: 15px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      object-fit: contain;
    }

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__advantage-title {
      font-size: 1.3em;
      color: var(--primary-color);
      margin-bottom: 10px;
    }

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__advantage-description {
      font-size: 0.95em;
      color: var(--secondary-color);
    }

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__feature-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
    }

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__feature-item {
      background-color: #fcfcfc;
      padding: 20px;
      border-left: 4px solid var(--primary-color);
      border-radius: 8px;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
    }

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__feature-title {
      color: var(--primary-color);
      font-size: 1.2em;
      margin-bottom: 10px;
    }

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__feature-description {
      color: var(--secondary-color);
      font-size: 0.9em;
    }

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__safety-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__safety-item {
      background-color: #fcfcfc;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__safety-icon {
      width: 200px; /* Minimum size requirement */
      height: 200px; /* Minimum size requirement */
      flex-shrink: 0;
      object-fit: contain;
    }

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__safety-text h3 {
      font-size: 1.1em;
      color: var(--primary-color);
      margin-top: 0;
      margin-bottom: 5px;
    }

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__safety-text p {
      font-size: 0.9em;
      color: var(--secondary-color);
      margin-bottom: 0;
    }

    /* FAQ Section */
    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__faq-section {
      background-color: var(--text-light);
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 10px;
      box-shadow: 0 2px 8px var(--shadow-color);
    }

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

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

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
      cursor: pointer;
      user-select: none;
      background-color: #f8f8f8;
      border-radius: 5px;
      margin-bottom: 5px;
      transition: background-color 0.3s ease;
    }

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

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: var(--primary-color);
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

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

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

    .page-resourcse-nohu52-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.3s ease;
      color: var(--secondary-color);
    }

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

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__faq-answer p {
      margin-bottom: 10px;
    }

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__faq-answer p:last-child {
      margin-bottom: 0;
    }

    /* Floating Ad */
    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__floating-ad {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: var(--primary-color);
      color: var(--text-light);
      padding: 15px 20px;
      border-radius: 50px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      z-index: 1000;
      display: flex;
      align-items: center;
      gap: 10px;
      transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__floating-ad:hover {
      background-color: #c92525;
      transform: translateY(-3px);
    }

    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__floating-ad-icon {
      width: 50px; /* Minimum size requirement */
      height: 50px; /* Minimum size requirement */
      object-fit: contain;
    }

    /* General link styling */
    a {
      color: var(--primary-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    a:hover {
      color: #c92525;
      text-decoration: underline;
    }

    /* Image responsive optimization */
    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them img {
      max-width: 100%;
      height: auto;
      display: block; /* Remove extra space below images */
    }

    /* Ensure image containers are also responsive for images within */
    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__image-container,
    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__advantage-icon,
    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__safety-icon,
    .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__floating-ad-icon {
      width: 100%; /* For responsive containers */
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }


    /* Media Queries for Responsiveness */
    @media (max-width: 768px) {
      .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them {
        padding: 15px;
      }

      .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__hero-section {
        padding-top: 10px; /* Mobile */
        margin-bottom: 20px;
      }

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

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

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

      .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__section {
        padding: 20px;
        margin-bottom: 20px;
      }

      .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__section-title {
        font-size: 1.6em;
        margin-bottom: 20px;
      }

      .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__content-wrapper {
        flex-direction: column;
        gap: 20px;
      }

      .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__advantage-grid,
      .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__feature-list,
      .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__safety-grid {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__advantage-card,
      .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__feature-item,
      .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__safety-item {
        padding: 15px;
      }

      .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__advantage-title,
      .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__feature-title {
        font-size: 1.1em;
      }

      .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__faq-question {
        padding: 12px;
      }

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

      .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__faq-answer {
        padding: 15px 12px;
      }

      .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__floating-ad {
        bottom: 15px;
        right: 15px;
        padding: 12px 18px;
        font-size: 0.95em;
      }

      /* Force responsive image styles for mobile */
      .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them img {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__image-container,
      .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__advantage-icon,
      .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__safety-icon,
      .page-resourcse-nohu52-why-more-and-more-users-are-choosing-them__floating-ad-icon {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  