
    :root {
      --page-kkwinapk__primary-color: #007bff;
      --page-kkwinapk__secondary-color: #6c757d;
      --page-kkwinapk__accent-color: #ffc107;
      --page-kkwinapk__text-color: #343a40;
      --page-kkwinapk__background-color: #f8f9fa;
      --page-kkwinapk__light-background: #ffffff;
      --page-kkwinapk__border-color: #e9ecef;
    }

    .page-kkwinapk {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-kkwinapk__text-color);
      background-color: var(--page-kkwinapk__background-color);
    }

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

    .page-kkwinapk__hero-section {
      text-align: center;
      background-color: var(--page-kkwinapk__light-background);
      padding: 10px 20px 40px; /* Adjusted padding-top for fixed header */
      border-bottom: 1px solid var(--page-kkwinapk__border-color);
      position: relative;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-kkwinapk__hero-image-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .page-kkwinapk__hero-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      display: block;
      margin: 0 auto;
    }

    .page-kkwinapk__hero-title {
      font-size: 2.8em;
      color: var(--page-kkwinapk__primary-color);
      margin-bottom: 15px;
      font-weight: bold;
    }

    .page-kkwinapk__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-kkwinapk__download-button {
      display: inline-block;
      background-color: var(--page-kkwinapk__primary-color);
      color: #ffffff;
      padding: 15px 30px;
      font-size: 1.3em;
      font-weight: bold;
      border-radius: 50px;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.2s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-kkwinapk__download-button:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    .page-kkwinapk__section {
      background-color: var(--page-kkwinapk__light-background);
      margin-top: 20px;
      padding: 40px 20px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .page-kkwinapk__section-title {
      font-size: 2em;
      color: var(--page-kkwinapk__primary-color);
      margin-bottom: 25px;
      text-align: center;
      position: relative;
    }

    .page-kkwinapk__section-title::after {
      content: '';
      display: block;
      width: 60px;
      height: 4px;
      background-color: var(--page-kkwinapk__accent-color);
      margin: 10px auto 0;
      border-radius: 2px;
    }

    .page-kkwinapk__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: justify;
    }

    .page-kkwinapk__list {
      list-style: none;
      padding-left: 0;
      margin-bottom: 20px;
    }

    .page-kkwinapk__list-item {
      position: relative;
      padding-left: 30px;
      margin-bottom: 15px;
      font-size: 1.1em;
    }

    .page-kkwinapk__list-item::before {
      content: '✔';
      color: var(--page-kkwinapk__primary-color);
      position: absolute;
      left: 0;
      font-weight: bold;
    }

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

    .page-kkwinapk__image-card {
      background-color: var(--page-kkwinapk__background-color);
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      text-align: center;
    }

    .page-kkwinapk__image-card:hover {
      transform: translateY(-5px);
    }

    .page-kkwinapk__image-card-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }

    .page-kkwinapk__image-card-image {
      width: 100%;
      height: 200px; /* Fixed height for consistent card appearance */
      object-fit: cover;
      display: block;
    }

    .page-kkwinapk__image-card-title {
      font-size: 1.2em;
      font-weight: bold;
      padding: 15px 10px;
      color: var(--page-kkwinapk__primary-color);
    }

    .page-kkwinapk__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 15px;
      margin-top: 30px;
    }

    .page-kkwinapk__game-category-item {
      text-align: center;
      background-color: var(--page-kkwinapk__light-background);
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
    }

    .page-kkwinapk__game-category-item:hover {
      transform: translateY(-3px);
    }

    .page-kkwinapk__game-category-image-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .page-kkwinapk__game-category-image {
      width: 100px; /* Fixed size for game icons */
      height: 100px; /* Fixed size for game icons */
      object-fit: contain;
      margin: 0 auto;
      display: block;
    }

    .page-kkwinapk__game-category-title {
      font-size: 1.1em;
      font-weight: bold;
      color: var(--page-kkwinapk__text-color);
    }

    .page-kkwinapk__floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: var(--page-kkwinapk__accent-color);
      color: var(--page-kkwinapk__text-color);
      padding: 12px 20px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
      z-index: 1000;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .page-kkwinapk__floating-button:hover {
      background-color: #e0a800;
      transform: translateY(-3px);
    }

    .page-kkwinapk__floating-button-icon {
      margin-right: 8px;
      font-size: 1.2em;
    }

    .page-kkwinapk__faq-section {
        margin-top: 20px;
        padding: 40px 20px;
        background-color: var(--page-kkwinapk__light-background);
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .page-kkwinapk__faq-item {
        border: 1px solid var(--page-kkwinapk__border-color);
        border-radius: 8px;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .page-kkwinapk__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        background-color: #f1f1f1;
        cursor: pointer;
        user-select: none;
        font-weight: bold;
        color: var(--page-kkwinapk__primary-color);
        transition: background-color 0.3s ease;
    }

    .page-kkwinapk__faq-question:hover {
        background-color: #e2e6ea;
    }

    .page-kkwinapk__faq-question h3 {
        margin: 0;
        font-size: 1.2em;
        flex-grow: 1;
        text-align: left;
        color: inherit;
        pointer-events: none; /* Prevent h3 from blocking click on parent div */
    }

    .page-kkwinapk__faq-toggle {
        font-size: 1.5em;
        line-height: 1;
        margin-left: 15px;
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent toggle icon from blocking click on parent div */
    }

    .page-kkwinapk__faq-item.active .page-kkwinapk__faq-toggle {
        transform: rotate(45deg); /* Change + to X or - */
    }

    .page-kkwinapk__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 20px;
        background-color: #ffffff;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        opacity: 0;
        color: var(--page-kkwinapk__text-color);
        font-size: 1.05em;
    }

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

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-kkwinapk__hero-section {
        padding-top: 10px; /* Adjusted padding-top for mobile fixed header */
        padding-bottom: 30px;
      }

      .page-kkwinapk__hero-title {
        font-size: 2em;
      }

      .page-kkwinapk__hero-description {
        font-size: 1em;
      }

      .page-kkwinapk__download-button {
        padding: 12px 25px;
        font-size: 1.1em;
      }

      .page-kkwinapk__section {
        padding: 30px 15px;
        margin-top: 15px;
      }

      .page-kkwinapk__section-title {
        font-size: 1.8em;
      }

      .page-kkwinapk__text-content,
      .page-kkwinapk__list-item {
        font-size: 0.95em;
      }

      .page-kkwinapk__image-card-image {
        height: 180px;
      }

      .page-kkwinapk__game-categories {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 10px;
      }

      .page-kkwinapk__game-category-image {
        width: 80px;
        height: 80px;
      }

      .page-kkwinapk__game-category-title {
        font-size: 0.9em;
      }

      .page-kkwinapk__floating-button {
        bottom: 15px;
        right: 15px;
        padding: 10px 15px;
        font-size: 0.9em;
      }

      .page-kkwinapk__floating-button-icon {
        font-size: 1em;
      }

      .page-kkwinapk__faq-question {
          padding: 12px 15px;
      }

      .page-kkwinapk__faq-question h3 {
          font-size: 1em;
      }

      .page-kkwinapk__faq-toggle {
          font-size: 1.3em;
      }

      .page-kkwinapk__faq-answer {
          padding: 15px !important;
          font-size: 0.95em;
      }

      /* Force image responsiveness on mobile */
      .page-kkwinapk__hero-image,
      .page-kkwinapk__image-card-image,
      .page-kkwinapk__game-category-image {
          max-width: 100% !important;
          height: auto !important;
      }
      .page-kkwinapk__hero-image-wrapper,
      .page-kkwinapk__image-card-wrapper,
      .page-kkwinapk__game-category-image-wrapper {
          width: 100% !important;
          max-width: 100% !important;
          overflow: hidden !important;
          box-sizing: border-box !important;
      }
    }
  