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

    .page-kuya-toy__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    @media (max-width: 768px) {
      .page-kuya-toy__container {
        padding: 15px;
      }
    }

    .page-kuya-toy__section-title {
      font-size: 2.5em;
      color: #0056b3; /* A strong blue for titles */
      text-align: center;
      margin-bottom: 20px;
      padding-top: 20px;
    }

    .page-kuya-toy__section-description {
      font-size: 1.1em;
      text-align: center;
      max-width: 800px;
      margin: 0 auto 40px auto;
      color: #555;
    }

    @media (max-width: 768px) {
      .page-kuya-toy__section-title {
        font-size: 1.8em;
      }
      .page-kuya-toy__section-description {
        font-size: 1em;
        margin-bottom: 30px;
      }
    }

    /* Hero Section */
    .page-kuya-toy__hero-section {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #fff;
      padding: 100px 20px 60px 20px; /* Adjusted padding-top for header offset */
      overflow: hidden;
      background-color: #0a192f; /* Dark background for contrast */
    }

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

    .page-kuya-toy__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3; /* Slightly transparent to let text stand out */
    }

    .page-kuya-toy__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-kuya-toy__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      line-height: 1.2;
      color: #ffd700; /* Gold for prominence */
    }

    .page-kuya-toy__hero-description {
      font-size: 1.4em;
      margin-bottom: 40px;
      font-weight: 300;
    }

    .page-kuya-toy__hero-cta-button {
      display: inline-block;
      background-color: #e44d26; /* Orange for CTA */
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-kuya-toy__hero-cta-button:hover {
      background-color: #ff6a00;
    }

    @media (max-width: 768px) {
      .page-kuya-toy__hero-section {
        padding: 80px 15px 40px 15px;
      }
      .page-kuya-toy__hero-title {
        font-size: 2.2em;
      }
      .page-kuya-toy__hero-description {
        font-size: 1.1em;
      }
      .page-kuya-toy__hero-cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }
    }

    /* Introduction Section */
    .page-kuya-toy__introduction-section {
      background-color: #fff;
      padding: 60px 0;
    }

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

    .page-kuya-toy__feature-item {
      text-align: center;
      padding: 30px;
      background-color: #f4f4f4;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

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

    .page-kuya-toy__feature-icon {
      width: 100%;
      max-width: 250px;
      height: auto;
      margin-bottom: 20px;
      border-radius: 8px;
      object-fit: cover;
    }

    .page-kuya-toy__feature-title {
      font-size: 1.5em;
      color: #0056b3;
      margin-bottom: 10px;
    }

    .page-kuya-toy__feature-text {
      font-size: 1em;
      color: #666;
    }

    @media (max-width: 768px) {
      .page-kuya-toy__features-grid {
        grid-template-columns: 1fr;
      }
      .page-kuya-toy__feature-item {
        padding: 20px;
      }
      .page-kuya-toy__feature-icon {
        max-width: 200px;
      }
    }

    /* Quick Access Section */
    .page-kuya-toy__quick-access-section {
      background-color: #eef7ff;
      padding: 60px 0;
      text-align: center;
    }

    .page-kuya-toy__access-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .page-kuya-toy__access-button {
      display: inline-block;
      background-color: #007bff; /* Blue for access buttons */
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      min-width: 200px;
      text-align: center;
    }

    .page-kuya-toy__access-button:hover {
      background-color: #0056b3;
    }

    @media (max-width: 768px) {
      .page-kuya-toy__access-buttons {
        flex-direction: column;
        align-items: center;
      }
      .page-kuya-toy__access-button {
        width: 90%;
        min-width: unset;
      }
    }

    /* Games Section */
    .page-kuya-toy__games-section {
      background-color: #fff;
      padding: 60px 0;
    }

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

    .page-kuya-toy__game-card {
      background-color: #f4f4f4;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      text-align: center;
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-kuya-toy__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }

    .page-kuya-toy__game-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      border-bottom: 1px solid #ddd;
    }

    .page-kuya-toy__game-title {
      font-size: 1.4em;
      color: #0056b3;
      margin: 20px 15px 10px 15px;
    }

    .page-kuya-toy__game-text {
      font-size: 0.95em;
      color: #666;
      padding: 0 15px 20px 15px;
      flex-grow: 1;
    }

    .page-kuya-toy__game-button {
      display: inline-block;
      background-color: #28a745; /* Green for game buttons */
      color: #fff;
      padding: 10px 20px;
      border-radius: 0 0 10px 10px;
      text-decoration: none;
      font-size: 1em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      width: 100%;
      box-sizing: border-box;
    }

    .page-kuya-toy__game-button:hover {
      background-color: #218838;
    }

    @media (max-width: 768px) {
      .page-kuya-toy__games-grid {
        grid-template-columns: 1fr;
      }
    }

    /* Promotions Section */
    .page-kuya-toy__promotions-section {
      background-color: #f0f8ff;
      padding: 60px 0;
    }

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

    .page-kuya-toy__promo-card {
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      text-align: center;
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-kuya-toy__promo-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }

    .page-kuya-toy__promo-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 1px solid #ddd;
    }

    .page-kuya-toy__promo-title {
      font-size: 1.4em;
      color: #e44d26; /* Orange for promotions */
      margin: 20px 15px 10px 15px;
    }

    .page-kuya-toy__promo-text {
      font-size: 0.95em;
      color: #666;
      padding: 0 15px 20px 15px;
      flex-grow: 1;
    }

    .page-kuya-toy__promo-button {
      display: inline-block;
      background-color: #e44d26;
      color: #fff;
      padding: 10px 20px;
      border-radius: 0 0 10px 10px;
      text-decoration: none;
      font-size: 1em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      width: 100%;
      box-sizing: border-box;
    }

    .page-kuya-toy__promo-button:hover {
      background-color: #ff6a00;
    }

    @media (max-width: 768px) {
      .page-kuya-toy__promotions-grid {
        grid-template-columns: 1fr;
      }
    }

    /* Security & Support Section */
    .page-kuya-toy__security-support-section {
      background-color: #fff;
      padding: 60px 0;
    }

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

    .page-kuya-toy__support-item {
      text-align: center;
      padding: 30px;
      background-color: #f4f4f4;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    }

    .page-kuya-toy__support-icon {
      width: 100%;
      max-width: 200px;
      height: auto;
      margin-bottom: 15px;
      border-radius: 50%; /* Example: for circular icons */
      object-fit: cover;
    }

    .page-kuya-toy__support-title {
      font-size: 1.3em;
      color: #0056b3;
      margin-bottom: 10px;
    }

    .page-kuya-toy__support-text {
      font-size: 0.95em;
      color: #666;
    }

    .page-kuya-toy__contact-cta {
      text-align: center;
      margin-top: 50px;
    }

    .page-kuya-toy__contact-button {
      display: inline-block;
      background-color: #6c757d; /* Grey for contact */
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-kuya-toy__contact-button:hover {
      background-color: #5a6268;
    }

    @media (max-width: 768px) {
      .page-kuya-toy__support-grid {
        grid-template-columns: 1fr;
      }
      .page-kuya-toy__support-item {
        padding: 20px;
      }
      .page-kuya-toy__support-icon {
        max-width: 150px;
      }
    }

    /* FAQ Section */
    .page-kuya-toy__faq-section {
      background-color: #eef7ff;
      padding: 60px 0;
    }

    .page-kuya-toy__faq-list {
      margin-top: 40px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

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

    .page-kuya-toy__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #007bff; /* Blue for question header */
      color: #fff;
      font-weight: bold;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-kuya-toy__faq-question:hover {
      background-color: #0056b3;
    }

    .page-kuya-toy__faq-title {
      font-size: 1.1em;
      margin: 0;
      flex-grow: 1;
      text-align: left;
      pointer-events: none; /* Prevent h3 from interfering with click event */
    }

    .page-kuya-toy__faq-toggle {
      font-size: 1.5em;
      margin-left: 15px;
      pointer-events: none; /* Prevent span from interfering with click event */
      transition: transform 0.3s ease;
    }

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

    .page-kuya-toy__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #333;
    }

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

    .page-kuya-toy__faq-answer p {
      margin: 0;
      font-size: 0.95em;
    }

    @media (max-width: 768px) {
      .page-kuya-toy__faq-question {
        padding: 12px 15px;
      }
      .page-kuya-toy__faq-title {
        font-size: 1em;
      }
      .page-kuya-toy__faq-toggle {
        font-size: 1.3em;
      }
      .page-kuya-toy__faq-answer {
        padding: 0 15px;
      }
      .page-kuya-toy__faq-item.active .page-kuya-toy__faq-answer {
        padding: 15px !important;
      }
    }

    /* Blog Section */
    .page-kuya-toy__blog-section {
      background-color: #f8f8f8;
      padding: 60px 0;
    }

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

    .page-kuya-toy__blog-card {
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-kuya-toy__blog-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }

    .page-kuya-toy__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 1px solid #ddd;
    }

    .page-kuya-toy__blog-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .page-kuya-toy__blog-title {
      font-size: 1.3em;
      color: #0056b3;
      margin-bottom: 10px;
      line-height: 1.4;
    }

    .page-kuya-toy__blog-excerpt {
      font-size: 0.9em;
      color: #666;
      margin-bottom: 20px;
      flex-grow: 1;
    }

    .page-kuya-toy__blog-button {
      display: inline-block;
      background-color: #007bff;
      color: #fff;
      padding: 10px 15px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 0.9em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      align-self: flex-start; /* Align button to start */
    }

    .page-kuya-toy__blog-button:hover {
      background-color: #0056b3;
    }

    @media (max-width: 768px) {
      .page-kuya-toy__blog-grid {
        grid-template-columns: 1fr;
      }
    }

    /* General button styling */
    .page-kuya-toy__hero-cta-button,
    .page-kuya-toy__access-button,
    .page-kuya-toy__game-button,
    .page-kuya-toy__promo-button,
    .page-kuya-toy__contact-button,
    .page-kuya-toy__blog-button {
      cursor: pointer;
      border: none;
    }

    /* Ensure all images are responsive and content-fit */
    .page-kuya-toy img {
      max-width: 100%;
      height: auto;
      box-sizing: border-box; /* Important for responsive images */
    }

    /* For list items on mobile, ensuring full width */
    .page-kuya-toy__features-grid > .page-kuya-toy__feature-item,
    .page-kuya-toy__games-grid > .page-kuya-toy__game-card,
    .page-kuya-toy__promotions-grid > .page-kuya-toy__promo-card,
    .page-kuya-toy__support-grid > .page-kuya-toy__support-item,
    .page-kuya-toy__blog-grid > .page-kuya-toy__blog-card {
      box-sizing: border-box;
    }

    @media (max-width: 768px) {
      .page-kuya-toy__features-grid > .page-kuya-toy__feature-item,
      .page-kuya-toy__games-grid > .page-kuya-toy__game-card,
      .page-kuya-toy__promotions-grid > .page-kuya-toy__promo-card,
      .page-kuya-toy__support-grid > .page-kuya-toy__support-item,
      .page-kuya-toy__blog-grid > .page-kuya-toy__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px 15px !important; /* Adjust padding for mobile */
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }