.page-gaysex-kuya-at-bunso {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-bottom: 40px;
    }

    .page-gaysex-kuya-at-bunso__hero-section {
      position: relative;
      color: #fff;
      text-align: center;
      padding: 10px 20px 80px;
      background-color: #1a2a6c;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-gaysex-kuya-at-bunso__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 0;
    }

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

    .page-gaysex-kuya-at-bunso__hero-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      font-weight: 700;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      color: #fff;
    }

    .page-gaysex-kuya-at-bunso__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #e0e0e0;
    }

    .page-gaysex-kuya-at-bunso__button {
      display: inline-block;
      background-color: #ffc107;
      color: #1a2a6c;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .page-gaysex-kuya-at-bunso__button:hover {
      background-color: #e0a800;
      transform: translateY(-2px);
    }

    .page-gaysex-kuya-at-bunso__section {
      padding: 40px 20px;
      margin: 0 auto;
      max-width: 1200px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 30px;
      box-sizing: border-box;
    }

    .page-gaysex-kuya-at-bunso__section-title {
      font-size: 2em;
      color: #1a2a6c;
      text-align: center;
      margin-bottom: 30px;
      font-weight: 600;
    }

    .page-gaysex-kuya-at-bunso__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
      justify-content: center;
    }

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

    .page-gaysex-kuya-at-bunso__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .page-gaysex-kuya-at-bunso__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 1px solid #eee;
    }

    .page-gaysex-kuya-at-bunso__game-info {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-gaysex-kuya-at-bunso__game-title {
      font-size: 1.4em;
      color: #1a2a6c;
      margin-bottom: 10px;
      font-weight: 600;
    }

    .page-gaysex-kuya-at-bunso__game-description {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 15px;
    }

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

    .page-gaysex-kuya-at-bunso__promo-card {
      background-color: #f0f8ff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
    }

    .page-gaysex-kuya-at-bunso__promo-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    }

    .page-gaysex-kuya-at-bunso__promo-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      border-bottom: 1px solid #e0e0e0;
    }

    .page-gaysex-kuya-at-bunso__promo-info {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-gaysex-kuya-at-bunso__promo-title {
      font-size: 1.5em;
      color: #1a2a6c;
      margin-bottom: 10px;
      font-weight: 600;
    }

    .page-gaysex-kuya-at-bunso__promo-description {
      font-size: 1em;
      color: #555;
      margin-bottom: 15px;
    }

    .page-gaysex-kuya-at-bunso__faq-list {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      max-width: 800px;
    }

    .page-gaysex-kuya-at-bunso__faq-item {
      background-color: #f0f8ff;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
      box-sizing: border-box;
    }

    .page-gaysex-kuya-at-bunso__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #e6f2ff;
      cursor: pointer;
      font-size: 1.1em;
      font-weight: 600;
      color: #1a2a6c;
      user-select: none;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-gaysex-kuya-at-bunso__faq-question:hover {
      background-color: #d0e8ff;
    }

    .page-gaysex-kuya-at-bunso__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #1a2a6c;
      pointer-events: none;
    }

    .page-gaysex-kuya-at-bunso__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none;
      color: #007bff;
    }

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

    .page-gaysex-kuya-at-bunso__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #f0f8ff;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #444;
      box-sizing: border-box;
    }

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

    /* Mobile responsiveness */
    @media (max-width: 768px) {
      .page-gaysex-kuya-at-bunso__hero-section {
        padding: 10px 15px 60px;
      }

      .page-gaysex-kuya-at-bunso__hero-title {
        font-size: 2em;
      }

      .page-gaysex-kuya-at-bunso__hero-description {
        font-size: 1em;
      }

      .page-gaysex-kuya-at-bunso__button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-gaysex-kuya-at-bunso__section {
        padding: 30px 15px;
        margin-bottom: 20px;
      }

      .page-gaysex-kuya-at-bunso__section-title {
        font-size: 1.7em;
        margin-bottom: 25px;
      }

      .page-gaysex-kuya-at-bunso__game-grid,
      .page-gaysex-kuya-at-bunso__promo-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-gaysex-kuya-at-bunso__game-image,
      .page-gaysex-kuya-at-bunso__promo-image {
        height: 180px;
      }

      .page-gaysex-kuya-at-bunso__game-title,
      .page-gaysex-kuya-at-bunso__promo-title {
        font-size: 1.2em;
      }

      .page-gaysex-kuya-at-bunso__game-description,
      .page-gaysex-kuya-at-bunso__promo-description {
        font-size: 0.9em;
      }

      .page-gaysex-kuya-at-bunso__faq-question {
        padding: 15px 20px;
        font-size: 1em;
      }

      .page-gaysex-kuya-at-bunso__faq-question h3 {
        font-size: 1em;
      }

      .page-gaysex-kuya-at-bunso__faq-answer {
        padding: 0 20px;
      }

      .page-gaysex-kuya-at-bunso__faq-item.active .page-gaysex-kuya-at-bunso__faq-answer {
        padding: 15px 20px !important;
      }

      .page-gaysex-kuya-at-bunso__game-grid > *,
      .page-gaysex-kuya-at-bunso__promo-grid > *,
      .page-gaysex-kuya-at-bunso__faq-list > * {
        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;
      }

      .page-gaysex-kuya-at-bunso__game-grid,
      .page-gaysex-kuya-at-bunso__promo-grid,
      .page-gaysex-kuya-at-bunso__faq-list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
    }

    /* Ensure images are responsive */
    .page-gaysex-kuya-at-bunso img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    @media (max-width: 768px) {
      .page-gaysex-kuya-at-bunso img {
        max-width: 100% !important;
        height: auto !important;
      }
    }