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

    .page-kuya-bob-pares__hero-section {
      background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
      color: #fff;
      padding: 80px 20px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 30px;
      position: relative;
      overflow: hidden;
    }

    .page-kuya-bob-pares__hero-content {
      max-width: 900px;
      z-index: 1;
    }

    .page-kuya-bob-pares__hero-title {
      font-size: 3em;
      margin-bottom: 20px;
      color: #fff;
    }

    .page-kuya-bob-pares__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-kuya-bob-pares__hero-actions {
      display: flex;
      gap: 20px;
      justify-content: center;
    }

    .page-kuya-bob-pares__btn {
      display: inline-block;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      transition: all 0.3s ease;
      cursor: pointer;
      font-size: 1.1em;
      white-space: nowrap;
    }

    .page-kuya-bob-pares__btn--primary {
      background-color: #ffcc00;
      color: #333;
      border: 2px solid #ffcc00;
    }

    .page-kuya-bob-pares__btn--primary:hover {
      background-color: #e6b800;
      border-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-kuya-bob-pares__btn--secondary {
      background-color: transparent;
      color: #ffcc00;
      border: 2px solid #ffcc00;
    }

    .page-kuya-bob-pares__btn--secondary:hover {
      background-color: #ffcc00;
      color: #333;
      transform: translateY(-2px);
    }

    .page-kuya-bob-pares__hero-image-wrapper {
      max-width: 100%;
      width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-top: 20px;
      z-index: 1;
    }

    .page-kuya-bob-pares__hero-image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 10px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    }

    .page-kuya-bob-pares__section-title {
      font-size: 2.5em;
      text-align: center;
      margin-bottom: 40px;
      color: #2c5364;
    }

    .page-kuya-bob-pares__about-section {
      padding: 60px 20px;
      background-color: #fff;
      text-align: center;
    }

    .page-kuya-bob-pares__about-content {
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-kuya-bob-pares__about-text {
      font-size: 1.1em;
      margin-bottom: 40px;
      color: #555;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

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

    .page-kuya-bob-pares__feature-item {
      background-color: #f0f8ff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      box-sizing: border-box;
    }

    .page-kuya-bob-pares__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-kuya-bob-pares__feature-icon {
      max-width: 250px;
      height: auto;
      margin-bottom: 20px;
      border-radius: 8px;
      display: block;
    }

    .page-kuya-bob-pares__feature-title {
      font-size: 1.5em;
      color: #2c5364;
      margin-bottom: 10px;
    }

    .page-kuya-bob-pares__feature-description {
      color: #666;
      font-size: 0.95em;
    }

    .page-kuya-bob-pares__promotion-banner {
      background: linear-gradient(90deg, #ffcc00, #ff9900);
      color: #333;
      padding: 60px 20px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 30px;
    }

    .page-kuya-bob-pares__banner-content {
      max-width: 800px;
    }

    .page-kuya-bob-pares__banner-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #333;
    }

    .page-kuya-bob-pares__banner-text {
      font-size: 1.2em;
      margin-bottom: 30px;
    }

    .page-kuya-bob-pares__btn--cta {
      background-color: #2c5364;
      color: #fff;
      border: 2px solid #2c5364;
    }

    .page-kuya-bob-pares__btn--cta:hover {
      background-color: #1a333f;
      border-color: #1a333f;
    }

    .page-kuya-bob-pares__banner-image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .page-kuya-bob-pares__faq-section {
      padding: 60px 20px;
      background-color: #f0f8ff;
    }

    .page-kuya-bob-pares__faq-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-kuya-bob-pares__faq-item {
      background-color: #fff;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      overflow: hidden;
    }

    .page-kuya-bob-pares__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #fff;
      color: #2c5364;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-kuya-bob-pares__faq-question:hover {
      background-color: #f5f5f5;
    }

    .page-kuya-bob-pares__faq-question-text {
      margin: 0;
      font-size: 1.1em;
      color: #2c5364;
    }

    .page-kuya-bob-pares__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      color: #ffcc00;
      font-weight: normal;
    }

    .page-kuya-bob-pares__faq-item.active .page-kuya-bob-pares__faq-toggle {
      transform: rotate(45deg);
    }

    .page-kuya-bob-pares__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #555;
      font-size: 0.95em;
      opacity: 0;
    }

    .page-kuya-bob-pares__faq-item.active .page-kuya-bob-pares__faq-answer {
      max-height: 2000px !important;
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-kuya-bob-pares__faq-answer p {
      margin: 0;
    }

    .page-kuya-bob-pares__cta-section {
      background: linear-gradient(135deg, #2c5364, #0f2027);
      color: #fff;
      padding: 80px 20px;
      text-align: center;
    }

    .page-kuya-bob-pares__cta-content {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-kuya-bob-pares__cta-title {
      font-size: 3em;
      margin-bottom: 20px;
      color: #fff;
    }

    .page-kuya-bob-pares__cta-description {
      font-size: 1.2em;
      margin-bottom: 40px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-kuya-bob-pares__btn--lg {
      padding: 18px 40px;
      font-size: 1.3em;
      background-color: #ffcc00;
      color: #333;
      border: 2px solid #ffcc00;
    }

    .page-kuya-bob-pares__btn--lg:hover {
      background-color: #e6b800;
      border-color: #e6b800;
      transform: translateY(-2px);
    }

    .highlight {
      color: #ffcc00;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-kuya-bob-pares__hero-section {
        padding: 60px 15px;
      }

      .page-kuya-bob-pares__hero-title {
        font-size: 2.2em;
      }

      .page-kuya-bob-pares__hero-description {
        font-size: 1em;
      }

      .page-kuya-bob-pares__hero-actions {
        flex-direction: column;
        gap: 15px;
      }

      .page-kuya-bob-pares__btn {
        width: 100%;
        max-width: 300px;
        padding: 12px 20px;
        font-size: 1em;
      }

      .page-kuya-bob-pares__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }

      .page-kuya-bob-pares__about-section {
        padding: 40px 15px;
      }

      .page-kuya-bob-pares__about-text {
        font-size: 1em;
      }

      .page-kuya-bob-pares__features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-kuya-bob-pares__feature-item {
        padding: 20px;
        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;
        word-break: break-word !important;
      }

      .page-kuya-bob-pares__feature-icon {
        max-width: 200px;
        height: auto;
      }

      .page-kuya-bob-pares__feature-title {
        font-size: 1.3em;
      }

      .page-kuya-bob-pares__promotion-banner {
        padding: 40px 15px;
      }

      .page-kuya-bob-pares__banner-title {
        font-size: 2em;
      }

      .page-kuya-bob-pares__banner-text {
        font-size: 1em;
      }

      .page-kuya-bob-pares__faq-section {
        padding: 40px 15px;
      }

      .page-kuya-bob-pares__faq-question {
        padding: 15px 20px;
        font-size: 1em;
      }

      .page-kuya-bob-pares__faq-question-text {
        font-size: 1em;
      }

      .page-kuya-bob-pares__faq-answer {
        padding: 15px 20px !important;
      }

      .page-kuya-bob-pares__cta-section {
        padding: 60px 15px;
      }

      .page-kuya-bob-pares__cta-title {
        font-size: 2.2em;
      }

      .page-kuya-bob-pares__cta-description {
        font-size: 1em;
      }

      .page-kuya-bob-pares__btn--lg {
        padding: 15px 30px;
        font-size: 1.1em;
        width: 100%;
        max-width: 300px;
      }
    }

    /* Ensure all images are responsive */
    .page-kuya-bob-pares img {
      max-width: 100% !important;
      height: auto !important;
      box-sizing: border-box !important;
    }

    /* For list containers like feature-grid */
    .page-kuya-bob-pares__features-grid {
      width: 100% !important;
      max-width: 100% !important;
      box-sizing: border-box !important;
      padding: 0 !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    /* General text wrapping for all text elements to be safe */
    .page-kuya-bob-pares h1,
    .page-kuya-bob-pares h2,
    .page-kuya-bob-pares h3,
    .page-kuya-bob-pares p,
    .page-kuya-bob-pares a,
    .page-kuya-bob-pares span {
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }