.page-kuya-kim-age {
      font-family: 'Arial', sans-serif;
      background-color: #1a1a2e; /* Dark background */
      color: #e0e0e0; /* Light text */
      line-height: 1.6;
      overflow-x: hidden; /* Prevent horizontal scroll */
    }

    .page-kuya-kim-age__section-title {
      font-size: 2.5rem;
      color: #e94560; /* Accent color */
      text-align: center;
      margin-bottom: 20px;
      padding-top: 40px;
      font-weight: bold;
    }

    .page-kuya-kim-age__section-description {
      font-size: 1.1rem;
      text-align: center;
      max-width: 800px;
      margin: 0 auto 40px auto;
      color: #c0c0c0;
    }

    .page-kuya-kim-age__button {
      display: inline-block;
      padding: 15px 30px;
      border-radius: 8px;
      font-size: 1.1rem;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      cursor: pointer;
      text-align: center;
      white-space: nowrap;
    }

    .page-kuya-kim-age__button--primary {
      background-color: #e94560; /* Red accent */
      color: #ffffff;
      border: none;
    }

    .page-kuya-kim-age__button--primary:hover {
      background-color: #d13a53;
      transform: translateY(-2px);
    }

    .page-kuya-kim-age__button--secondary {
      background-color: transparent;
      color: #e94560;
      border: 2px solid #e94560;
    }

    .page-kuya-kim-age__button--secondary:hover {
      background-color: #e94560;
      color: #ffffff;
      transform: translateY(-2px);
    }

    .page-kuya-kim-age__button--access {
      background-color: #0f3460; /* Dark blue */
      color: #ffffff;
      border: none;
      padding: 12px 25px;
      font-size: 1rem;
    }

    .page-kuya-kim-age__button--access:hover {
      background-color: #164a8a;
      transform: translateY(-2px);
    }

    .page-kuya-kim-age__button--promo {
      background-color: #533483; /* Purple accent */
      color: #ffffff;
      border: none;
      padding: 10px 20px;
      font-size: 0.95rem;
      margin-top: 15px;
    }

    .page-kuya-kim-age__button--promo:hover {
      background-color: #6a46a8;
      transform: translateY(-2px);
    }

    .page-kuya-kim-age__button--play {
      background-color: #e94560;
      color: #ffffff;
      border: none;
      padding: 10px 20px;
      font-size: 0.95rem;
      margin-top: 15px;
      width: 100%;
      box-sizing: border-box;
    }

    .page-kuya-kim-age__button--play:hover {
      background-color: #d13a53;
      transform: translateY(-2px);
    }

    .page-kuya-kim-age__button--read-more {
      background-color: #0f3460;
      color: #ffffff;
      border: none;
      padding: 10px 20px;
      font-size: 0.95rem;
      margin-top: 15px;
    }

    .page-kuya-kim-age__button--read-more:hover {
      background-color: #164a8a;
      transform: translateY(-2px);
    }

    /* Hero Section */
    .page-kuya-kim-age__hero-section {
      position: relative;
      height: 70vh; /* Responsive height */
      min-height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #ffffff;
      padding: 10px 20px 0 20px; /* Small padding-top, body padding-top handles header offset */
      box-sizing: border-box;
    }

    .page-kuya-kim-age__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
      opacity: 0.4;
    }

    .page-kuya-kim-age__hero-content {
      max-width: 900px;
      z-index: 1;
      background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text readability */
      padding: 30px;
      border-radius: 10px;
    }

    .page-kuya-kim-age__hero-title {
      font-size: 3.5rem;
      margin-bottom: 20px;
      line-height: 1.2;
      color: #e94560;
    }

    .page-kuya-kim-age__hero-description {
      font-size: 1.3rem;
      margin-bottom: 30px;
      color: #f0f0f0;
    }

    .page-kuya-kim-age__hero-cta-group {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }

    /* Introduction Section */
    .page-kuya-kim-age__introduction-section {
      padding: 60px 20px;
      background-color: #0f3460; /* Darker blue */
      text-align: center;
    }

    .page-kuya-kim-age__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-kuya-kim-age__feature-item {
      background-color: #1a1a2e;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
    }

    .page-kuya-kim-age__feature-icon {
      width: 200px; /* Min size */
      height: auto;
      max-width: 100%;
      margin-bottom: 20px;
      object-fit: contain;
    }

    .page-kuya-kim-age__feature-title {
      font-size: 1.8rem;
      color: #e94560;
      margin-bottom: 10px;
    }

    .page-kuya-kim-age__feature-text {
      font-size: 1rem;
      color: #c0c0c0;
    }

    /* Quick Access Section */
    .page-kuya-kim-age__quick-access-section {
      padding: 60px 20px;
      background-color: #1a1a2e;
      text-align: center;
    }

    .page-kuya-kim-age__access-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    /* Games Section */
    .page-kuya-kim-age__games-section {
      padding: 60px 20px;
      background-color: #0f3460;
    }

    .page-kuya-kim-age__game-categories {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 40px;
    }

    .page-kuya-kim-age__game-tab {
      background-color: #1a1a2e;
      color: #e0e0e0;
      border: 1px solid #533483;
      padding: 10px 20px;
      border-radius: 25px;
      cursor: pointer;
      font-size: 1rem;
      transition: background-color 0.3s ease, color 0.3s ease;
    }

    .page-kuya-kim-age__game-tab:hover,
    .page-kuya-kim-age__game-tab--active {
      background-color: #e94560;
      color: #ffffff;
      border-color: #e94560;
    }

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

    .page-kuya-kim-age__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
    }

    .page-kuya-kim-age__game-card {
      background-color: #1a1a2e;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      padding-bottom: 20px;
    }

    .page-kuya-kim-age__game-thumbnail {
      width: 100%;
      height: 200px; /* Fixed height for thumbnails */
      object-fit: cover;
      margin-bottom: 15px;
    }

    .page-kuya-kim-age__game-title {
      font-size: 1.5rem;
      color: #e94560;
      margin-bottom: 5px;
    }

    .page-kuya-kim-age__game-provider {
      font-size: 0.9rem;
      color: #c0c0c0;
      margin-bottom: 15px;
    }

    /* Promotions Section */
    .page-kuya-kim-age__promotions-section {
      padding: 60px 20px;
      background-color: #1a1a2e;
    }

    .page-kuya-kim-age__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-kuya-kim-age__promo-card {
      background-color: #0f3460;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      padding-bottom: 20px;
    }

    .page-kuya-kim-age__promo-image {
      width: 100%;
      height: 250px;
      object-fit: cover;
      margin-bottom: 15px;
    }

    .page-kuya-kim-age__promo-title {
      font-size: 1.6rem;
      color: #e94560;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-kuya-kim-age__promo-text {
      font-size: 1rem;
      color: #c0c0c0;
      padding: 0 15px;
    }

    /* Security & Support Section */
    .page-kuya-kim-age__security-support-section {
      padding: 60px 20px;
      background-color: #0f3460;
      text-align: center;
    }

    .page-kuya-kim-age__security-features {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto 40px auto;
    }

    .page-kuya-kim-age__security-item {
      background-color: #1a1a2e;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
    }

    .page-kuya-kim-age__security-icon {
      width: 200px; /* Min size */
      height: auto;
      max-width: 100%;
      margin-bottom: 20px;
      object-fit: contain;
    }

    .page-kuya-kim-age__security-title {
      font-size: 1.8rem;
      color: #e94560;
      margin-bottom: 10px;
    }

    .page-kuya-kim-age__security-text {
      font-size: 1rem;
      color: #c0c0c0;
    }

    .page-kuya-kim-age__contact-cta {
      margin-top: 40px;
    }

    /* FAQ Section */
    .page-kuya-kim-age__faq-section {
      padding: 60px 20px;
      background-color: #1a1a2e;
    }

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

    .page-kuya-kim-age__faq-item {
      background-color: #0f3460;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      overflow: hidden;
    }

    .page-kuya-kim-age__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      cursor: pointer;
      user-select: none;
      background-color: #0f3460;
      border-bottom: 1px solid #1a1a2e;
      transition: background-color 0.3s ease;
    }

    .page-kuya-kim-age__faq-question h3 {
      font-size: 1.2rem;
      color: #e0e0e0;
      margin: 0;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-kuya-kim-age__faq-question:hover {
      background-color: #164a8a;
    }

    .page-kuya-kim-age__faq-toggle {
      font-size: 1.8rem;
      color: #e94560;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

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

    .page-kuya-kim-age__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px; /* Initial padding */
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    }

    .page-kuya-kim-age__faq-item.active .page-kuya-kim-age__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to show content */
      padding: 20px 20px !important; /* Expanded padding */
      opacity: 1;
    }

    .page-kuya-kim-age__faq-answer p {
      font-size: 1rem;
      color: #c0c0c0;
      margin: 0;
    }

    /* Blog Section */
    .page-kuya-kim-age__blog-section {
      padding: 60px 20px;
      background-color: #0f3460;
    }

    .page-kuya-kim-age__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-kuya-kim-age__blog-card {
      background-color: #1a1a2e;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      padding-bottom: 20px;
    }

    .page-kuya-kim-age__blog-image {
      width: 100%;
      height: 250px;
      object-fit: cover;
      margin-bottom: 15px;
    }

    .page-kuya-kim-age__blog-title {
      font-size: 1.4rem;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-kuya-kim-age__blog-title a {
      color: #e94560;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-kuya-kim-age__blog-title a:hover {
      color: #ff6f88;
    }

    .page-kuya-kim-age__blog-excerpt {
      font-size: 0.95rem;
      color: #c0c0c0;
      padding: 0 15px;
      margin-bottom: 15px;
    }

    /* Responsive adjustments */
    @media (max-width: 1024px) {
      .page-kuya-kim-age__hero-title {
        font-size: 3rem;
      }
      .page-kuya-kim-age__hero-description {
        font-size: 1.2rem;
      }
      .page-kuya-kim-age__section-title {
        font-size: 2rem;
      }
      .page-kuya-kim-age__section-description {
        font-size: 1rem;
      }
    }

    @media (max-width: 768px) {
      .page-kuya-kim-age__hero-section {
        height: auto;
        min-height: 400px;
        padding-top: 20px;
        padding-bottom: 20px;
      }
      .page-kuya-kim-age__hero-title {
        font-size: 2.2rem;
      }
      .page-kuya-kim-age__hero-description {
        font-size: 1rem;
      }
      .page-kuya-kim-age__hero-cta-group {
        flex-direction: column;
        gap: 15px;
      }
      .page-kuya-kim-age__button {
        width: 80%;
        margin: 0 auto;
      }
      .page-kuya-kim-age__button--primary,
      .page-kuya-kim-age__button--secondary,
      .page-kuya-kim-age__button--access {
        padding: 12px 20px;
        font-size: 1rem;
      }
      .page-kuya-kim-age__section-title {
        font-size: 1.8rem;
        padding-top: 30px;
      }
      .page-kuya-kim-age__section-description {
        font-size: 0.95rem;
        margin-bottom: 30px;
      }

      .page-kuya-kim-age__features-grid,
      .page-kuya-kim-age__promo-grid,
      .page-kuya-kim-age__security-features,
      .page-kuya-kim-age__blog-grid,
      .page-kuya-kim-age__game-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-kuya-kim-age__feature-item,
      .page-kuya-kim-age__promo-card,
      .page-kuya-kim-age__security-item,
      .page-kuya-kim-age__blog-card,
      .page-kuya-kim-age__game-card {
        padding: 20px;
      }

      .page-kuya-kim-age__feature-icon,
      .page-kuya-kim-age__security-icon {
        width: 200px !important; /* Ensure min-size */
        height: auto !important;
        max-width: 100% !important;
      }

      .page-kuya-kim-age__game-tab {
        padding: 8px 15px;
        font-size: 0.9rem;
      }

      /* List item responsive requirements */
      .page-kuya-kim-age__features-grid > *,
      .page-kuya-kim-age__promo-grid > *,
      .page-kuya-kim-age__security-features > *,
      .page-kuya-kim-age__blog-grid > *,
      .page-kuya-kim-age__game-grid > * {
        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-kim-age__faq-question {
        padding: 15px;
      }
      .page-kuya-kim-age__faq-question h3 {
        font-size: 1rem;
      }
      .page-kuya-kim-age__faq-answer {
        padding: 0 15px;
      }
      .page-kuya-kim-age__faq-item.active .page-kuya-kim-age__faq-answer {
        padding: 15px 15px !important;
      }
      .page-kuya-kim-age__faq-answer p {
        font-size: 0.9rem;
      }
    }

    @media (max-width: 480px) {
      .page-kuya-kim-age__hero-title {
        font-size: 1.8rem;
      }
      .page-kuya-kim-age__hero-description {
        font-size: 0.9rem;
      }
      .page-kuya-kim-age__button {
        width: 90%;
      }
      .page-kuya-kim-age__section-title {
        font-size: 1.5rem;
      }
      .page-kuya-kim-age__feature-title,
      .page-kuya-kim-age__security-title,
      .page-kuya-kim-age__promo-title,
      .page-kuya-kim-age__blog-title {
        font-size: 1.3rem;
      }
      .page-kuya-kim-age__game-title {
        font-size: 1.2rem;
      }
    }