.page-kuya-germs-abs-cbn {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }

    .page-kuya-germs-abs-cbn__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-kuya-germs-abs-cbn__hero-section {
      background: linear-gradient(135deg, #FF6F61, #DE425B);
      color: #fff;
      text-align: center;
      padding: 80px 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
      padding-top: calc(80px + 10px); /* Minimal top padding, assuming shared body padding */
    }

    .page-kuya-germs-abs-cbn__hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
    }

    .page-kuya-germs-abs-cbn__hero-title {
      font-size: 3em;
      margin-bottom: 20px;
      line-height: 1.2;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .page-kuya-germs-abs-cbn__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    }

    .page-kuya-germs-abs-cbn__hero-cta,
    .page-kuya-germs-abs-cbn__general-cta,
    .page-kuya-germs-abs-cbn__cta-button {
      display: inline-block;
      background-color: #4CAF50;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-kuya-germs-abs-cbn__hero-cta:hover,
    .page-kuya-germs-abs-cbn__general-cta:hover,
    .page-kuya-germs-abs-cbn__cta-button:hover {
      background-color: #45a049;
    }

    .page-kuya-germs-abs-cbn__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      z-index: 1;
    }

    .page-kuya-germs-abs-cbn__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(0.6);
      max-width: 100%; /* Ensure responsiveness */
    }

    .page-kuya-germs-abs-cbn__introduction-section,
    .page-kuya-germs-abs-cbn__legacy-section,
    .page-kuya-germs-abs-cbn__faq-section,
    .page-kuya-germs-abs-cbn__cta-section {
      padding: 40px 0;
      background-color: #fff;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .page-kuya-germs-abs-cbn__section-title {
      text-align: center;
      font-size: 2.5em;
      margin-bottom: 40px;
      color: #333;
    }

    .page-kuya-germs-abs-cbn__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: justify;
    }

    .page-kuya-germs-abs-cbn__content-image,
    .page-kuya-germs-abs-cbn__cta-image {
      width: 100%;
      height: auto;
      max-width: 100%;
      border-radius: 8px;
      margin: 30px auto;
      display: block;
      object-fit: cover;
    }

    .page-kuya-germs-abs-cbn__feature-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-kuya-germs-abs-cbn__feature-item {
      background-color: #f9f9f9;
      padding: 30px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    .page-kuya-germs-abs-cbn__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-kuya-germs-abs-cbn__feature-icon {
      width: 200px;
      height: 200px;
      object-fit: cover;
      margin-bottom: 20px;
      border-radius: 50%;
      border: 4px solid #FF6F61;
      max-width: 100%; /* Ensure responsiveness */
    }

    .page-kuya-germs-abs-cbn__feature-title {
      font-size: 1.8em;
      margin-bottom: 15px;
      color: #DE425B;
    }

    .page-kuya-germs-abs-cbn__feature-description {
      font-size: 1em;
      color: #555;
    }

    .page-kuya-germs-abs-cbn__faq-item {
      background-color: #f9f9f9;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
      overflow: hidden;
    }

    .page-kuya-germs-abs-cbn__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #eee;
      cursor: pointer;
      user-select: none;
      border-bottom: 1px solid #ddd;
      transition: background-color 0.3s ease;
    }

    .page-kuya-germs-abs-cbn__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-kuya-germs-abs-cbn__faq-heading {
      font-size: 1.2em;
      color: #333;
      margin: 0;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-kuya-germs-abs-cbn__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #FF6F61;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click event */
    }

    .page-kuya-germs-abs-cbn__faq-item.active .page-kuya-germs-abs-cbn__faq-toggle {
      transform: rotate(45deg);
    }

    .page-kuya-germs-abs-cbn__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;
      opacity: 0;
      box-sizing: border-box;
    }

    .page-kuya-germs-abs-cbn__faq-item.active .page-kuya-germs-abs-cbn__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px !important;
      opacity: 1;
    }

    .page-kuya-germs-abs-cbn__faq-answer p {
      margin: 0 0 10px 0;
      color: #555;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-kuya-germs-abs-cbn__hero-section {
        padding: 60px 15px;
        padding-top: calc(60px + 10px);
      }

      .page-kuya-germs-abs-cbn__hero-title {
        font-size: 2em;
      }

      .page-kuya-germs-abs-cbn__hero-subtitle {
        font-size: 1.2em;
      }

      .page-kuya-germs-abs-cbn__section-title {
        font-size: 2em;
        margin-bottom: 30px;
      }

      .page-kuya-germs-abs-cbn__text-content {
        font-size: 1em;
      }

      .page-kuya-germs-abs-cbn__feature-grid {
        grid-template-columns: 1fr;
      }

      .page-kuya-germs-abs-cbn__feature-item {
        padding: 20px;
      }

      .page-kuya-germs-abs-cbn__feature-icon {
        width: 150px;
        height: 150px;
      }

      .page-kuya-germs-abs-cbn__feature-title {
        font-size: 1.5em;
      }

      .page-kuya-germs-abs-cbn__faq-question {
        padding: 12px 15px;
      }

      .page-kuya-germs-abs-cbn__faq-heading {
        font-size: 1em;
      }

      .page-kuya-germs-abs-cbn__faq-toggle {
        font-size: 1.2em;
      }

      .page-kuya-germs-abs-cbn__faq-answer {
        padding: 0 15px;
      }

      .page-kuya-germs-abs-cbn__faq-item.active .page-kuya-germs-abs-cbn__faq-answer {
        padding: 15px !important;
      }

      /* List item responsiveness for feature grid items */
      .page-kuya-germs-abs-cbn__feature-grid > div {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-kuya-germs-abs-cbn__feature-grid {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      /* Image responsiveness */
      .page-kuya-germs-abs-cbn__hero-image,
      .page-kuya-germs-abs-cbn__content-image,
      .page-kuya-germs-abs-cbn__feature-icon,
      .page-kuya-germs-abs-cbn__cta-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-kuya-germs-abs-cbn__hero-title {
        font-size: 1.8em;
      }

      .page-kuya-germs-abs-cbn__hero-subtitle {
        font-size: 1em;
      }

      .page-kuya-germs-abs-cbn__hero-cta,
      .page-kuya-germs-abs-cbn__general-cta,
      .page-kuya-germs-abs-cbn__cta-button {
        padding: 12px 25px;
        font-size: 0.9em;
      }

      .page-kuya-germs-abs-cbn__section-title {
        font-size: 1.8em;
      }
    }