.page-kinantot-ni-kuya-ang-kapatid {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-top: var(--header-offset, 122px); /* Fallback for if body padding is not applied by shared.css */
    }

    .page-kinantot-ni-kuya-ang-kapatid__section {
      padding: 40px 20px;
      margin-bottom: 20px;
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      text-align: center;
    }

    .page-kinantot-ni-kuya-ang-kapatid__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
    }

    .page-kinantot-ni-kuya-ang-kapatid__section-title {
      font-size: 2.5em;
      color: #2c3e50;
      margin-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: bold;
    }

    .page-kinantot-ni-kuya-ang-kapatid__section--dark .page-kinantot-ni-kuya-ang-kapatid__section-title {
      color: #f39c12;
    }

    .page-kinantot-ni-kuya-ang-kapatid__section-description {
      font-size: 1.1em;
      max-width: 800px;
      margin: 0 auto 30px auto;
      color: #666;
    }

    .page-kinantot-ni-kuya-ang-kapatid__section--dark .page-kinantot-ni-kuya-ang-kapatid__section-description {
      color: #bdc3c7;
    }

    .page-kinantot-ni-kuya-ang-kapatid__hero-section {
      background-image: url('[GALLERY:hero:1920x1080:casino,gaming,philippines,nn777]');
      background-size: cover;
      background-position: center;
      color: #ffffff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      padding: 100px 20px;
      padding-top: 10px; /* Decorative top padding, assuming body has header offset */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 500px;
    }

    .page-kinantot-ni-kuya-ang-kapatid__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      color: #f39c12;
      text-transform: uppercase;
      letter-spacing: 2px;
    }

    .page-kinantot-ni-kuya-ang-kapatid__hero-subtitle {
      font-size: 1.8em;
      margin-bottom: 30px;
      color: #ffffff;
      max-width: 900px;
    }

    .page-kinantot-ni-kuya-ang-kapatid__cta-button {
      display: inline-block;
      background-color: #f39c12;
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      margin: 10px;
      border: none;
      cursor: pointer;
    }

    .page-kinantot-ni-kuya-ang-kapatid__cta-button:hover {
      background-color: #e67e22;
      transform: translateY(-3px);
    }

    .page-kinantot-ni-kuya-ang-kapatid__cta-group {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 20px;
    }

    .page-kinantot-ni-kuya-ang-kapatid__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-kinantot-ni-kuya-ang-kapatid__grid-item {
      background-color: #fdfdfd;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-kinantot-ni-kuya-ang-kapatid__grid-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .page-kinantot-ni-kuya-ang-kapatid__grid-item-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
      object-fit: contain;
    }

    .page-kinantot-ni-kuya-ang-kapatid__grid-item-title {
      font-size: 1.5em;
      color: #34495e;
      margin-bottom: 10px;
    }

    .page-kinantot-ni-kuya-ang-kapatid__grid-item-description {
      color: #7f8c8d;
      font-size: 0.95em;
    }

    .page-kinantot-ni-kuya-ang-kapatid__game-card {
      background-color: #34495e;
      color: #ffffff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .page-kinantot-ni-kuya-ang-kapatid__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    }

    .page-kinantot-ni-kuya-ang-kapatid__game-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .page-kinantot-ni-kuya-ang-kapatid__game-card-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-kinantot-ni-kuya-ang-kapatid__game-card-title {
      font-size: 1.4em;
      margin-bottom: 10px;
      color: #f39c12;
    }

    .page-kinantot-ni-kuya-ang-kapatid__game-card-description {
      font-size: 0.9em;
      color: #bdc3c7;
      margin-bottom: 15px;
    }

    .page-kinantot-ni-kuya-ang-kapatid__game-card-button {
      background-color: #f39c12;
      color: #ffffff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      display: block;
      text-align: center;
      margin-top: auto;
    }

    .page-kinantot-ni-kuya-ang-kapatid__game-card-button:hover {
      background-color: #e67e22;
    }

    .page-kinantot-ni-kuya-ang-kapatid__promo-card {
      background-color: #fdfdfd;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      text-align: left;
      border-left: 5px solid #f39c12;
    }

    .page-kinantot-ni-kuya-ang-kapatid__promo-card-title {
      font-size: 1.6em;
      color: #2c3e50;
      margin-bottom: 10px;
    }

    .page-kinantot-ni-kuya-ang-kapatid__promo-card-description {
      font-size: 1em;
      color: #666;
      margin-bottom: 15px;
    }

    .page-kinantot-ni-kuya-ang-kapatid__blog-card {
      background-color: #fdfdfd;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      text-align: left;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .page-kinantot-ni-kuya-ang-kapatid__blog-card-image {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .page-kinantot-ni-kuya-ang-kapatid__blog-card-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .page-kinantot-ni-kuya-ang-kapatid__blog-card-title {
      font-size: 1.3em;
      color: #2c3e50;
      margin-bottom: 10px;
      line-height: 1.3;
    }

    .page-kinantot-ni-kuya-ang-kapatid__blog-card-title a {
      color: #2c3e50;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-kinantot-ni-kuya-ang-kapatid__blog-card-title a:hover {
      color: #f39c12;
    }

    .page-kinantot-ni-kuya-ang-kapatid__blog-card-excerpt {
      font-size: 0.9em;
      color: #666;
      margin-bottom: 15px;
      flex-grow: 1;
    }

    .page-kinantot-ni-kuya-ang-kapatid__blog-card-date {
      font-size: 0.8em;
      color: #95a5a6;
      margin-top: auto;
    }

    .page-kinantot-ni-kuya-ang-kapatid__faq-item {
      background-color: #fdfdfd;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      overflow: hidden;
    }

    .page-kinantot-ni-kuya-ang-kapatid__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px;
      background-color: #f39c12;
      color: #ffffff;
      cursor: pointer;
      font-weight: bold;
      font-size: 1.1em;
      user-select: none;
      border-radius: 8px 8px 0 0;
      transition: background-color 0.3s ease;
    }

    .page-kinantot-ni-kuya-ang-kapatid__faq-question h3 {
      margin: 0;
      color: inherit;
      pointer-events: none; /* Prevent h3 from blocking click event */
      flex-grow: 1;
    }

    .page-kinantot-ni-kuya-ang-kapatid__faq-question:hover {
      background-color: #e67e22;
    }

    .page-kinantot-ni-kuya-ang-kapatid__faq-toggle {
      font-size: 1.5em;
      margin-left: 15px;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

    .page-kinantot-ni-kuya-ang-kapatid__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #ffffff;
      color: #333;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      text-align: left;
    }

    .page-kinantot-ni-kuya-ang-kapatid__faq-item.active .page-kinantot-ni-kuya-ang-kapatid__faq-question {
      border-radius: 8px 8px 0 0;
    }

    .page-kinantot-ni-kuya-ang-kapatid__faq-item.active .page-kinantot-ni-kuya-ang-kapatid__faq-answer {
      max-height: 2000px !important;
      padding: 20px !important;
      opacity: 1;
    }

    .page-kinantot-ni-kuya-ang-kapatid__faq-item.active .page-kinantot-ni-kuya-ang-kapatid__faq-toggle {
      content: '−';
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-kinantot-ni-kuya-ang-kapatid__section {
        padding: 30px 15px;
      }

      .page-kinantot-ni-kuya-ang-kapatid__section-title {
        font-size: 2em;
      }

      .page-kinantot-ni-kuya-ang-kapatid__hero-section {
        padding: 80px 15px;
        min-height: 400px;
      }

      .page-kinantot-ni-kuya-ang-kapatid__hero-title {
        font-size: 2.5em;
      }

      .page-kinantot-ni-kuya-ang-kapatid__hero-subtitle {
        font-size: 1.4em;
      }

      .page-kinantot-ni-kuya-ang-kapatid__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-kinantot-ni-kuya-ang-kapatid__grid {
        grid-template-columns: 1fr;
      }

      .page-kinantot-ni-kuya-ang-kapatid__game-card-image {
        height: 150px;
      }

      .page-kinantot-ni-kuya-ang-kapatid__blog-card-image {
        height: 150px;
      }

      /* List item responsiveness for all lists */
      .page-kinantot-ni-kuya-ang-kapatid__grid-item,
      .page-kinantot-ni-kuya-ang-kapatid__game-card,
      .page-kinantot-ni-kuya-ang-kapatid__promo-card,
      .page-kinantot-ni-kuya-ang-kapatid__blog-card,
      .page-kinantot-ni-kuya-ang-kapatid__faq-item {
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-kinantot-ni-kuya-ang-kapatid__faq-answer {
        padding: 15px !important; /* Adjusted for mobile */
      }

      .page-kinantot-ni-kuya-ang-kapatid__faq-question {
        font-size: 1em;
        padding: 15px;
      }
    }

    @media (max-width: 480px) {
      .page-kinantot-ni-kuya-ang-kapatid__hero-title {
        font-size: 2em;
      }

      .page-kinantot-ni-kuya-ang-kapatid__hero-subtitle {
        font-size: 1.2em;
      }

      .page-kinantot-ni-kuya-ang-kapatid__cta-group {
        flex-direction: column;
      }

      .page-kinantot-ni-kuya-ang-kapatid__cta-button {
        width: calc(100% - 20px);
      }
    }

    /* Ensure good contrast */
    .page-kinantot-ni-kuya-ang-kapatid__hero-section,
    .page-kinantot-ni-kuya-ang-kapatid__section--dark {
        color: #ffffff;
    }

    .page-kinantot-ni-kuya-ang-kapatid__section--dark h2,
    .page-kinantot-ni-kuya-ang-kapatid__section--dark h3,
    .page-kinantot-ni-kuya-ang-kapatid__game-card-title {
        color: #f39c12; /* Golden color for titles */
    }

    .page-kinantot-ni-kuya-ang-kapatid__cta-button,
    .page-kinantot-ni-kuya-ang-kapatid__game-card-button,
    .page-kinantot-ni-kuya-ang-kapatid__faq-question {
        background-color: #f39c12;
        color: #ffffff;
    }

    .page-kinantot-ni-kuya-ang-kapatid__faq-answer,
    .page-kinantot-ni-kuya-ang-kapatid__promo-card,
    .page-kinantot-ni-kuya-ang-kapatid__blog-card,
    .page-kinantot-ni-kuya-ang-kapatid__grid-item {
        background-color: #ffffff;
        color: #333;
    }

    .page-kinantot-ni-kuya-ang-kapatid__section-description,
    .page-kinantot-ni-kuya-ang-kapatid__grid-item-description,
    .page-kinantot-ni-kuya-ang-kapatid__promo-card-description,
    .page-kinantot-ni-kuya-ang-kapatid__blog-card-excerpt {
        color: #666;
    }

    .page-kinantot-ni-kuya-ang-kapatid__section--dark .page-kinantot-ni-kuya-ang-kapatid__section-description {
      color: #bdc3c7;
    }