
    :root {
      --color-primary: #FFD700;
      --color-secondary: #00BFFF;
      --color-background: #1a1a2e;
      --color-card-background: #2a2a4a;
      --color-text: #e0e0e0;
      --color-heading: #FFD700;
      --color-button-bg: #FFD700;
      --color-button-text: #1a1a2e;
      --color-border: #444466;
      --color-hover: #FFC400;
    }

    .page-k-o-nh-c-i-5 {
      font-family: 'Arial', sans-serif;
      color: var(--color-text);
      background-color: var(--color-background);
      line-height: 1.6;
      padding-bottom: 60px; /* Space for floating buttons */
    }

    .page-k-o-nh-c-i-5__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-k-o-nh-c-i-5__section--dark {
      background-color: var(--color-card-background);
    }

    .page-k-o-nh-c-i-5__hero-section {
      background-image: url('[GALLERY:hero:1920x1080:betting,sports,stadium]');
      background-size: cover;
      background-position: center;
      color: #ffffff;
      padding: 10px 20px 80px 20px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 500px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      padding-top: 10px; /* Minimal padding-top as body handles header offset */
    }

    .page-k-o-nh-c-i-5__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }

    .page-k-o-nh-c-i-5__hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
    }

    .page-k-o-nh-c-i-5__main-heading {
      font-size: 3.2em;
      margin-bottom: 15px;
      color: var(--color-heading);
      line-height: 1.2;
    }

    .page-k-o-nh-c-i-5__sub-heading {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: var(--color-text);
    }

    .page-k-o-nh-c-i-5__button {
      background-color: var(--color-button-bg);
      color: var(--color-button-text);
      padding: 15px 30px;
      border: none;
      border-radius: 8px;
      font-size: 1.1em;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none;
      display: inline-block;
      font-weight: bold;
    }

    .page-k-o-nh-c-i-5__button:hover {
      background-color: var(--color-hover);
      transform: translateY(-2px);
    }

    .page-k-o-nh-c-i-5__section-heading {
      font-size: 2.5em;
      color: var(--color-heading);
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-k-o-nh-c-i-5__section-heading::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      width: 80px;
      height: 4px;
      background-color: var(--color-primary);
      border-radius: 2px;
    }

    .page-k-o-nh-c-i-5__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-k-o-nh-c-i-5__card {
      background-color: var(--color-card-background);
      border-radius: 12px;
      padding: 25px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid var(--color-border);
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-k-o-nh-c-i-5__card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
    }

    .page-k-o-nh-c-i-5__card-icon {
      width: 250px;
      height: 180px;
      object-fit: cover;
      margin-bottom: 20px;
      border-radius: 8px;
      max-width: 100%;
      height: auto;
    }

    .page-k-o-nh-c-i-5__card-title {
      font-size: 1.5em;
      color: var(--color-primary);
      margin-bottom: 15px;
    }

    .page-k-o-nh-c-i-5__card-description {
      font-size: 1em;
      color: var(--color-text);
      flex-grow: 1;
    }

    .page-k-o-nh-c-i-5__game-card {
      background-color: var(--color-card-background);
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid var(--color-border);
    }

    .page-k-o-nh-c-i-5__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
    }

    .page-k-o-nh-c-i-5__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%;
      height: auto;
    }

    .page-k-o-nh-c-i-5__game-content {
      padding: 20px;
      text-align: center;
    }

    .page-k-o-nh-c-i-5__game-title {
      font-size: 1.6em;
      color: var(--color-primary);
      margin-bottom: 10px;
    }

    .page-k-o-nh-c-i-5__game-description {
      font-size: 0.95em;
      color: var(--color-text);
    }

    .page-k-o-nh-c-i-5__faq-container {
      margin-top: 40px;
      text-align: left;
    }

    .page-k-o-nh-c-i-5__faq-item {
      background-color: var(--color-card-background);
      border: 1px solid var(--color-border);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-k-o-nh-c-i-5__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px;
      font-size: 1.2em;
      color: var(--color-primary);
      cursor: pointer;
      user-select: none;
      background-color: #333355;
      transition: background-color 0.3s ease;
    }

    .page-k-o-nh-c-i-5__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: var(--color-primary);
      pointer-events: none; /* Prevent h3 from blocking click event on parent */
    }

    .page-k-o-nh-c-i-5__faq-question:hover {
      background-color: #444466;
    }

    .page-k-o-nh-c-i-5__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none; /* Prevent toggle icon from blocking click event on parent */
      transition: transform 0.3s ease;
    }

    .page-k-o-nh-c-i-5__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      color: var(--color-text);
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      font-size: 1em;
      text-align: left;
    }

    .page-k-o-nh-c-i-5__faq-item.active .page-k-o-nh-c-i-5__faq-answer {
      max-height: 2000px !important;
      padding: 20px !important;
      opacity: 1;
    }

    .page-k-o-nh-c-i-5__faq-item.active .page-k-o-nh-c-i-5__faq-toggle {
      transform: rotate(45deg);
    }

    .page-k-o-nh-c-i-5__promo-banner {
      background-color: #3e2723; /* Darker red/brown for promotion */
      color: #fff;
      padding: 30px 20px;
      margin-top: 40px;
      border-radius: 12px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .page-k-o-nh-c-i-5__promo-text {
      font-size: 1.8em;
      margin-bottom: 20px;
      color: var(--color-primary);
      font-weight: bold;
    }

    .page-k-o-nh-c-i-5__promo-description {
      font-size: 1.1em;
      margin-bottom: 30px;
      max-width: 700px;
    }

    .page-k-o-nh-c-i-5__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 1000;
    }

    .page-k-o-nh-c-i-5__floating-button {
      background-color: var(--color-primary);
      color: var(--color-button-text);
      padding: 12px 25px;
      border-radius: 30px;
      font-size: 1em;
      font-weight: bold;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      transition: background-color 0.3s ease, transform 0.2s ease;
      cursor: pointer;
      text-decoration: none;
    }

    .page-k-o-nh-c-i-5__floating-button:hover {
      background-color: var(--color-hover);
      transform: translateY(-2px);
    }

    .page-k-o-nh-c-i-5__floating-button--login {
      background-color: var(--color-secondary);
      color: #fff;
    }

    .page-k-o-nh-c-i-5__floating-button--login:hover {
      background-color: #0099cc;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-k-o-nh-c-i-5__main-heading {
        font-size: 2.2em;
      }

      .page-k-o-nh-c-i-5__sub-heading {
        font-size: 1em;
      }

      .page-k-o-nh-c-i-5__section-heading {
        font-size: 2em;
      }

      .page-k-o-nh-c-i-5__section {
        padding: 30px 15px;
      }

      .page-k-o-nh-c-i-5__grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-k-o-nh-c-i-5__card {
        padding: 20px;
      }

      .page-k-o-nh-c-i-5__card-icon {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-k-o-nh-c-i-5__game-image {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-k-o-nh-c-i-5__faq-question {
        font-size: 1.1em;
        padding: 15px;
      }

      .page-k-o-nh-c-i-5__faq-question h3 {
        font-size: 1.1em;
      }

      .page-k-o-nh-c-i-5__faq-answer {
        padding: 0 15px;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-k-o-nh-c-i-5__faq-item.active .page-k-o-nh-c-i-5__faq-answer {
        padding: 15px !important;
      }

      .page-k-o-nh-c-i-5__promo-text {
        font-size: 1.5em;
      }

      .page-k-o-nh-c-i-5__promo-description {
        font-size: 1em;
      }

      .page-k-o-nh-c-i-5__floating-buttons {
        right: 15px;
        bottom: 15px;
        gap: 10px;
      }

      .page-k-o-nh-c-i-5__floating-button {
        padding: 10px 20px;
        font-size: 0.95em;
      }
    }

    @media (max-width: 480px) {
      .page-k-o-nh-c-i-5__main-heading {
        font-size: 1.8em;
      }

      .page-k-o-nh-c-i-5__section-heading {
        font-size: 1.8em;
      }

      .page-k-o-nh-c-i-5__button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-k-o-nh-c-i-5__faq-question {
        font-size: 1em;
      }

      .page-k-o-nh-c-i-5__faq-question h3 {
        font-size: 1em;
      }

      .page-k-o-nh-c-i-5__promo-text {
        font-size: 1.3em;
      }
    }
  