.page-me-and-my-kuya-loving-caring-each-other {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }

    .page-me-and-my-kuya-loving-caring-each-other__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-me-and-my-kuya-loving-caring-each-other__hero-section {
      background-color: #0a192f;
      color: #fff;
      text-align: center;
      padding: 80px 20px;
      position: relative;
      overflow: hidden;
      padding-top: calc(var(--header-offset, 122px) + 20px);
    }

    .page-me-and-my-kuya-loving-caring-each-other__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url('[GALLERY:hero:1920x1080:family,bonding,gaming]');
      background-size: cover;
      background-position: center;
      opacity: 0.3;
      z-index: 0;
    }

    .page-me-and-my-kuya-loving-caring-each-other__hero-content {
      position: relative;
      z-index: 1;
    }

    .page-me-and-my-kuya-loving-caring-each-other__hero-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      color: #ffd700;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-me-and-my-kuya-loving-caring-each-other__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-me-and-my-kuya-loving-caring-each-other__button {
      display: inline-block;
      background-color: #ffd700;
      color: #0a192f;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      font-size: 1.1em;
      border: none;
      cursor: pointer;
    }

    .page-me-and-my-kuya-loving-caring-each-other__button:hover {
      background-color: #e0b800;
      transform: translateY(-2px);
    }

    .page-me-and-my-kuya-loving-caring-each-other__section {
      padding: 60px 20px;
      background-color: #fff;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .page-me-and-my-kuya-loving-caring-each-other__section--dark {
      background-color: #1a2a44;
      color: #e0e0e0;
    }

    .page-me-and-my-kuya-loving-caring-each-other__section-title {
      font-size: 2em;
      color: #0a192f;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-me-and-my-kuya-loving-caring-each-other__section-title--light {
      color: #ffd700;
    }

    .page-me-and-my-kuya-loving-caring-each-other__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 60px;
      height: 3px;
      background-color: #ffd700;
    }

    .page-me-and-my-kuya-loving-caring-each-other__content-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 40px;
      align-items: center;
    }

    .page-me-and-my-kuya-loving-caring-each-other__content-grid--reverse {
      grid-template-columns: 1fr;
    }

    .page-me-and-my-kuya-loving-caring-each-other__text-block p {
      margin-bottom: 15px;
      font-size: 1.05em;
    }

    .page-me-and-my-kuya-loving-caring-each-other__image-wrapper {
      text-align: center;
    }

    .page-me-and-my-kuya-loving-caring-each-other__image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .page-me-and-my-kuya-loving-caring-each-other__app-download {
      text-align: center;
      padding: 50px 20px;
      background-color: #e0e0e0;
      border-radius: 8px;
      margin-top: 40px;
    }

    .page-me-and-my-kuya-loving-caring-each-other__app-title {
      font-size: 1.8em;
      color: #0a192f;
      margin-bottom: 20px;
    }

    .page-me-and-my-kuya-loving-caring-each-other__app-description {
      margin-bottom: 30px;
      font-size: 1.1em;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-me-and-my-kuya-loving-caring-each-other__faq-section {
      padding: 60px 20px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 20px;
    }

    .page-me-and-my-kuya-loving-caring-each-other__faq-item {
      border-bottom: 1px solid #eee;
      margin-bottom: 15px;
      padding-bottom: 15px;
    }

    .page-me-and-my-kuya-loving-caring-each-other__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0;
    }

    .page-me-and-my-kuya-loving-caring-each-other__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      user-select: none;
      font-size: 1.15em;
      font-weight: bold;
      color: #0a192f;
      padding: 15px;
      background-color: #f0f0f0;
      border-radius: 5px;
      transition: background-color 0.3s ease;
    }

    .page-me-and-my-kuya-loving-caring-each-other__faq-question:hover {
      background-color: #e5e5e5;
    }

    .page-me-and-my-kuya-loving-caring-each-other__faq-question h3 {
      margin: 0;
      pointer-events: none; /* Prevent h3 from blocking click event */
      color: #0a192f;
      font-size: 1em; /* Adjust to fit parent font size */
    }

    .page-me-and-my-kuya-loving-caring-each-other__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none; /* Prevent toggle from blocking click event */
      transition: transform 0.3s ease;
    }

    .page-me-and-my-kuya-loving-caring-each-other__faq-item.active .page-me-and-my-kuya-loving-caring-each-other__faq-toggle {
      transform: rotate(45deg);
    }

    .page-me-and-my-kuya-loving-caring-each-other__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;
      background-color: #fafafa;
      border-radius: 0 0 5px 5px;
      color: #555;
    }

    .page-me-and-my-kuya-loving-caring-each-other__faq-item.active .page-me-and-my-kuya-loving-caring-each-other__faq-answer {
      max-height: 2000px !important;
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-me-and-my-kuya-loving-caring-each-other__faq-answer p {
      margin: 0;
    }

    /* Responsive adjustments */
    @media (min-width: 769px) {
      .page-me-and-my-kuya-loving-caring-each-other__content-grid {
        grid-template-columns: 1fr 1fr;
      }

      .page-me-and-my-kuya-loving-caring-each-other__content-grid--reverse {
        grid-template-columns: 1fr 1fr;
      }

      .page-me-and-my-kuya-loving-caring-each-other__content-grid--reverse .page-me-and-my-kuya-loving-caring-each-other__image-wrapper {
        order: 2;
      }

      .page-me-and-my-kuya-loving-caring-each-other__content-grid--reverse .page-me-and-my-kuya-loving-caring-each-other__text-block {
        order: 1;
      }
    }

    @media (max-width: 768px) {
      .page-me-and-my-kuya-loving-caring-each-other__hero-title {
        font-size: 2em;
      }

      .page-me-and-my-kuya-loving-caring-each-other__hero-description,
      .page-me-and-my-kuya-loving-caring-each-other__app-description {
        font-size: 1em;
      }

      .page-me-and-my-kuya-loving-caring-each-other__section-title {
        font-size: 1.8em;
      }

      .page-me-and-my-kuya-loving-caring-each-other__button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-me-and-my-kuya-loving-caring-each-other__section {
        padding: 40px 15px;
      }

      .page-me-and-my-kuya-loving-caring-each-other__app-title {
        font-size: 1.5em;
      }

      .page-me-and-my-kuya-loving-caring-each-other__faq-question {
        font-size: 1em;
        padding: 10px;
      }

      .page-me-and-my-kuya-loving-caring-each-other__faq-answer {
        padding: 15px 10px !important;
      }

      .page-me-and-my-kuya-loving-caring-each-other__image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-me-and-my-kuya-loving-caring-each-other__image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }