
    /* Page-specific CSS for kiss88-jiliwin-login */
    :root {
      --primary-color: #e44d26; /* A vibrant orange/red for action */
      --secondary-color: #333;
      --accent-color: #f7b32b; /* Gold/yellow for highlights */
      --text-color: #333;
      --light-text-color: #f5f5f5;
      --background-light: #f9f9f9;
      --background-dark: #222;
      --border-color: #eee;
      --header-offset: 122px; /* Default fallback, will be overridden by shared.css if available */
    }

    .page-kiss88-jiliwin-login {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--text-color);
      padding-top: var(--header-offset, 122px); /* Fallback for header offset */
    }

    .page-kiss88-jiliwin-login__section {
      padding: 40px 20px;
      margin-bottom: 20px;
      text-align: center;
    }

    .page-kiss88-jiliwin-login__hero-section {
      background: linear-gradient(135deg, #2a0a5e, #7a0a5e); /* Darker, more premium feel */
      color: var(--light-text-color);
      padding: 60px 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 400px;
      position: relative;
      overflow: hidden;
      padding-top: 10px; /* Small top padding, assuming body has header offset */
    }

    .page-kiss88-jiliwin-login__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 0;
    }

    .page-kiss88-jiliwin-login__hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-kiss88-jiliwin-login__hero-title {
      font-size: 3em;
      margin-bottom: 15px;
      color: var(--accent-color);
      text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    }

    .page-kiss88-jiliwin-login__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      font-weight: normal;
    }

    .page-kiss88-jiliwin-login__button {
      background-color: var(--primary-color);
      color: white;
      padding: 15px 30px;
      border: none;
      border-radius: 5px;
      font-size: 1.1em;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none; /* Ensure no underline for button-like links */
      display: inline-block;
      margin: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }

    .page-kiss88-jiliwin-login__button:hover {
      background-color: #c93a18;
      transform: translateY(-2px);
    }

    .page-kiss88-jiliwin-login__benefits-section {
      background-color: var(--background-light);
      padding: 60px 20px;
    }

    .page-kiss88-jiliwin-login__section-title {
      font-size: 2.5em;
      color: var(--secondary-color);
      margin-bottom: 40px;
      text-align: center;
    }

    .page-kiss88-jiliwin-login__benefits-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-kiss88-jiliwin-login__benefit-card {
      background-color: white;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      text-align: center;
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .page-kiss88-jiliwin-login__benefit-card:hover {
      transform: translateY(-5px);
    }

    .page-kiss88-jiliwin-login__benefit-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 20px;
      max-width: 100%;
      height: auto;
      object-fit: contain;
    }

    .page-kiss88-jiliwin-login__benefit-title {
      font-size: 1.5em;
      color: var(--primary-color);
      margin-bottom: 15px;
    }

    .page-kiss88-jiliwin-login__how-to-login {
      background-color: var(--background-dark);
      color: var(--light-text-color);
      padding: 60px 20px;
    }

    .page-kiss88-jiliwin-login__how-to-login .page-kiss88-jiliwin-login__section-title {
      color: var(--accent-color);
    }

    .page-kiss88-jiliwin-login__steps-list {
      list-style: none;
      padding: 0;
      max-width: 800px;
      margin: 0 auto;
      text-align: left;
    }

    .page-kiss88-jiliwin-login__step-item {
      background-color: #3a3a3a;
      margin-bottom: 20px;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.3);
      display: flex;
      align-items: center;
      box-sizing: border-box; /* Required for list items */
    }

    .page-kiss88-jiliwin-login__step-number {
      background-color: var(--primary-color);
      color: white;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.2em;
      font-weight: bold;
      margin-right: 20px;
      flex-shrink: 0;
    }

    .page-kiss88-jiliwin-login__step-content h3 {
      margin-top: 0;
      color: var(--accent-color);
      font-size: 1.3em;
    }

    .page-kiss88-jiliwin-login__step-content p {
      margin-bottom: 0;
      color: var(--light-text-color);
    }

    .page-kiss88-jiliwin-login__games-section {
      padding: 60px 20px;
      background-color: var(--background-light);
    }

    .page-kiss88-jiliwin-login__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-kiss88-jiliwin-login__game-card {
      background-color: white;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      overflow: hidden;
      text-align: left;
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-kiss88-jiliwin-login__game-card:hover {
      transform: translateY(-5px);
    }

    .page-kiss88-jiliwin-login__game-image {
      width: 100%;
      height: 180px;
      object-fit: cover;
      max-width: 100%;
      height: auto;
    }

    .page-kiss88-jiliwin-login__game-info {
      padding: 20px;
      flex-grow: 1;
    }

    .page-kiss88-jiliwin-login__game-title {
      font-size: 1.4em;
      color: var(--secondary-color);
      margin-bottom: 10px;
    }

    .page-kiss88-jiliwin-login__game-description {
      font-size: 0.95em;
      color: #666;
    }

    .page-kiss88-jiliwin-login__promo-section {
      background-color: #1a083a; /* Dark purple */
      color: var(--light-text-color);
      padding: 60px 20px;
      text-align: center;
    }

    .page-kiss88-jiliwin-login__promo-section .page-kiss88-jiliwin-login__section-title {
      color: var(--accent-color);
    }

    .page-kiss88-jiliwin-login__promo-text {
      font-size: 1.2em;
      max-width: 900px;
      margin: 0 auto 30px auto;
    }

    .page-kiss88-jiliwin-login__cta-section {
      background-color: var(--primary-color);
      color: white;
      padding: 50px 20px;
      text-align: center;
    }

    .page-kiss88-jiliwin-login__cta-title {
      font-size: 2.2em;
      margin-bottom: 20px;
      color: white;
    }

    .page-kiss88-jiliwin-login__cta-description {
      font-size: 1.1em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-kiss88-jiliwin-login__faq-section {
      background-color: var(--background-light);
      padding: 60px 20px;
    }

    .page-kiss88-jiliwin-login__faq-container {
      max-width: 900px;
      margin: 0 auto;
      text-align: left;
    }

    .page-kiss88-jiliwin-login__faq-item {
      background-color: white;
      border: 1px solid var(--border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      box-sizing: border-box; /* Required for list items */
    }

    .page-kiss88-jiliwin-login__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #f0f0f0;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
      border-radius: 8px; /* For initial state */
      box-sizing: border-box;
    }

    .page-kiss88-jiliwin-login__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-kiss88-jiliwin-login__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: var(--secondary-color);
      pointer-events: none; /* Prevent h3 from blocking click */
      flex-grow: 1;
    }

    .page-kiss88-jiliwin-login__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: var(--primary-color);
      margin-left: 15px;
      pointer-events: none; /* Prevent toggle icon from blocking click */
      transition: transform 0.3s ease;
    }

    .page-kiss88-jiliwin-login__faq-item.active .page-kiss88-jiliwin-login__faq-toggle {
      transform: rotate(45deg);
    }

    .page-kiss88-jiliwin-login__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: white;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555;
      text-align: left;
    }

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

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-kiss88-jiliwin-login__hero-title {
        font-size: 2.2em;
      }

      .page-kiss88-jiliwin-login__hero-subtitle {
        font-size: 1.2em;
      }

      .page-kiss88-jiliwin-login__section-title {
        font-size: 2em;
      }

      .page-kiss88-jiliwin-login__button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-kiss88-jiliwin-login__benefits-grid {
        grid-template-columns: 1fr;
      }

      .page-kiss88-jiliwin-login__step-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-kiss88-jiliwin-login__step-number {
        margin-bottom: 15px;
        margin-right: 0;
      }

      .page-kiss88-jiliwin-login__steps-list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-kiss88-jiliwin-login__step-content p,
      .page-kiss88-jiliwin-login__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-kiss88-jiliwin-login__game-grid {
        grid-template-columns: 1fr;
      }

      .page-kiss88-jiliwin-login__game-image {
        height: 220px;
        max-width: 100%;
        height: auto;
      }

      .page-kiss88-jiliwin-login__cta-title {
        font-size: 1.8em;
      }

      .page-kiss88-jiliwin-login__faq-question {
        padding: 15px 20px;
      }

      .page-kiss88-jiliwin-login__faq-question h3 {
        font-size: 1.1em;
      }

      .page-kiss88-jiliwin-login__faq-answer {
        padding: 15px 20px;
      }

      /* Ensure images are responsive */
      .page-kiss88-jiliwin-login img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-kiss88-jiliwin-login__hero-image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-kiss88-jiliwin-login__benefit-icon {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-kiss88-jiliwin-login__game-image {
        max-width: 100% !important;
        height: auto !important;
      }
    }

    @media (max-width: 480px) {
      .page-kiss88-jiliwin-login__hero-title {
        font-size: 1.8em;
      }

      .page-kiss88-jiliwin-login__hero-subtitle {
        font-size: 1em;
      }

      .page-kiss88-jiliwin-login__section-title {
        font-size: 1.8em;
      }
    }
  