
    :root {
      --jiliko-primary: #FFD700; /* Gold */
      --jiliko-secondary: #000000; /* Black */
      --jiliko-accent: #DC143C; /* Crimson */
      --text-light: #ffffff;
      --text-dark: #333333;
      --bg-dark: #1a1a1a;
      --bg-medium: #2a2a2a;
      --border-color: #444444;
      --spacing-unit: 16px;
    }

    .page-jiliko-free-100 {
      font-family: 'Arial', sans-serif;
      color: var(--text-light);
      background-color: var(--bg-dark);
      line-height: 1.6;
      overflow-x: hidden;
    }

    .page-jiliko-free-100__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 var(--spacing-unit);
      box-sizing: border-box;
    }

    .page-jiliko-free-100__hero-section {
      position: relative;
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:jiliko,free,100,bonus,casino,philippines]') no-repeat center center / cover;
      color: var(--text-light);
      text-align: center;
      padding: calc(var(--spacing-unit) * 6) var(--spacing-unit) calc(var(--spacing-unit) * 4);
      border-bottom: 5px solid var(--jiliko-primary);
      padding-top: 10px; /* Small padding, assuming body padding handles header offset */
    }

    .page-jiliko-free-100__hero-title {
      font-size: 3.5em;
      margin-bottom: var(--spacing-unit);
      color: var(--jiliko-primary);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-jiliko-free-100__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: calc(var(--spacing-unit) * 2);
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-jiliko-free-100__cta-button {
      display: inline-block;
      background-color: var(--jiliko-accent);
      color: var(--text-light);
      padding: var(--spacing-unit) calc(var(--spacing-unit) * 2);
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-jiliko-free-100__cta-button:hover {
      background-color: #E60033; /* Darker Crimson */
      transform: translateY(-2px);
    }

    .page-jiliko-free-100__section {
      padding: calc(var(--spacing-unit) * 4) 0;
      background-color: var(--bg-medium);
      border-bottom: 1px solid var(--border-color);
    }

    .page-jiliko-free-100__section:nth-of-type(even) {
      background-color: var(--bg-dark);
    }

    .page-jiliko-free-100__section-title {
      font-size: 2.5em;
      color: var(--jiliko-primary);
      text-align: center;
      margin-bottom: calc(var(--spacing-unit) * 3);
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .page-jiliko-free-100__text-content {
      font-size: 1.1em;
      margin-bottom: var(--spacing-unit);
      text-align: justify;
    }

    .page-jiliko-free-100__highlight {
      color: var(--jiliko-primary);
      font-weight: bold;
    }

    .page-jiliko-free-100__how-to-claim-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: calc(var(--spacing-unit) * 2);
    }

    .page-jiliko-free-100__step-item {
      background-color: var(--bg-dark);
      padding: calc(var(--spacing-unit) * 2);
      border-radius: 8px;
      text-align: center;
      border: 1px solid var(--border-color);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-jiliko-free-100__step-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    }

    .page-jiliko-free-100__step-icon {
      width: 80px;
      height: 80px;
      margin-bottom: var(--spacing-unit);
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid var(--jiliko-primary);
    }

    .page-jiliko-free-100__step-title {
      font-size: 1.5em;
      color: var(--jiliko-primary);
      margin-bottom: var(--spacing-unit);
    }

    .page-jiliko-free-100__game-showcase-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: calc(var(--spacing-unit) * 2);
    }

    .page-jiliko-free-100__game-card {
      background-color: var(--bg-dark);
      border-radius: 8px;
      overflow: hidden;
      border: 1px solid var(--border-color);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-jiliko-free-100__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    }

    .page-jiliko-free-100__game-image-container {
      width: 100%;
      height: 200px;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-jiliko-free-100__game-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .page-jiliko-free-100__game-content {
      padding: var(--spacing-unit);
    }

    .page-jiliko-free-100__game-title {
      font-size: 1.3em;
      color: var(--jiliko-primary);
      margin-bottom: var(--spacing-unit);
    }

    .page-jiliko-free-100__game-description {
      font-size: 0.95em;
      color: #cccccc;
    }

    .page-jiliko-free-100__faq-section {
      padding: calc(var(--spacing-unit) * 4) 0;
      background-color: var(--bg-medium);
    }

    .page-jiliko-free-100__faq-item {
      background-color: var(--bg-dark);
      border: 1px solid var(--border-color);
      border-radius: 8px;
      margin-bottom: var(--spacing-unit);
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-jiliko-free-100__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: var(--spacing-unit) calc(var(--spacing-unit) * 1.5);
      cursor: pointer;
      user-select: none;
      background-color: var(--bg-medium);
      border-bottom: 1px solid transparent;
      transition: background-color 0.3s ease, border-color 0.3s ease;
    }

    .page-jiliko-free-100__faq-question:hover {
      background-color: #3a3a3a;
    }

    .page-jiliko-free-100__faq-item.active .page-jiliko-free-100__faq-question {
      border-bottom-color: var(--border-color);
    }

    .page-jiliko-free-100__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: var(--jiliko-primary);
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-jiliko-free-100__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: var(--jiliko-primary);
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click */
    }

    .page-jiliko-free-100__faq-item.active .page-jiliko-free-100__faq-toggle {
      transform: rotate(45deg); /* Visually change + to X or - */
    }

    .page-jiliko-free-100__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 var(--spacing-unit) 0 calc(var(--spacing-unit) * 1.5);
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #cccccc;
      font-size: 1em;
      box-sizing: border-box;
    }

    .page-jiliko-free-100__faq-item.active .page-jiliko-free-100__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain any content */
      padding: 20px var(--spacing-unit) 20px calc(var(--spacing-unit) * 1.5) !important;
      opacity: 1;
    }

    .page-jiliko-free-100__promo-banner {
      background-color: var(--jiliko-accent);
      color: var(--text-light);
      padding: var(--spacing-unit) * 2;
      text-align: center;
      font-size: 1.2em;
      font-weight: bold;
      margin-top: calc(var(--spacing-unit) * 2);
      border-radius: 8px;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-jiliko-free-100__hero-title {
        font-size: 3em;
      }
      .page-jiliko-free-100__hero-subtitle {
        font-size: 1.3em;
      }
      .page-jiliko-free-100__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-jiliko-free-100__hero-section {
        padding: calc(var(--spacing-unit) * 4) var(--spacing-unit) calc(var(--spacing-unit) * 2);
      }
      .page-jiliko-free-100__hero-title {
        font-size: 2.5em;
      }
      .page-jiliko-free-100__hero-subtitle {
        font-size: 1.1em;
      }
      .page-jiliko-free-100__cta-button {
        padding: var(--spacing-unit) calc(var(--spacing-unit) * 1.5);
        font-size: 1em;
      }
      .page-jiliko-free-100__section {
        padding: calc(var(--spacing-unit) * 2) 0;
      }
      .page-jiliko-free-100__section-title {
        font-size: 1.8em;
        margin-bottom: calc(var(--spacing-unit) * 2);
      }
      .page-jiliko-free-100__text-content {
        font-size: 1em;
      }

      /* List item mobile responsiveness */
      .page-jiliko-free-100__how-to-claim-grid,
      .page-jiliko-free-100__game-showcase-grid {
        grid-template-columns: 1fr;
        gap: var(--spacing-unit);
      }

      .page-jiliko-free-100__step-item,
      .page-jiliko-free-100__game-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-jiliko-free-100__step-item p,
      .page-jiliko-free-100__game-card p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      /* Image responsiveness */
      .page-jiliko-free-100__game-image-container,
      .page-jiliko-free-100__step-icon {
          width: 100% !important;
          max-width: 100% !important;
          overflow: hidden !important;
          box-sizing: border-box !important;
          height: auto; /* Allow height to adjust */
      }
      .page-jiliko-free-100__game-image {
          max-width: 100% !important;
          height: auto !important;
          display: block !important;
      }
      .page-jiliko-free-100__step-icon {
          max-width: 80px !important; /* Keep icon size */
          height: 80px !important;
          margin-left: auto !important;
          margin-right: auto !important;
      }

      .page-jiliko-free-100__faq-question {
        padding: var(--spacing-unit) var(--spacing-unit);
      }
      .page-jiliko-free-100__faq-question h3 {
        font-size: 1.1em;
      }
      .page-jiliko-free-100__faq-answer {
        padding: 15px var(--spacing-unit) 15px var(--spacing-unit) !important;
        font-size: 0.95em;
      }
    }

    @media (max-width: 480px) {
      .page-jiliko-free-100__hero-title {
        font-size: 2em;
      }
      .page-jiliko-free-100__hero-subtitle {
        font-size: 1em;
      }
      .page-jiliko-free-100__section-title {
        font-size: 1.5em;
      }
    }
  