
    :root {
      --page-jiliwin-ph-primary-color: #e44d26; /* A vibrant orange-red, common in gaming sites */
      --page-jiliwin-ph-secondary-color: #2c3e50; /* Dark blue-gray for contrast */
      --page-jiliwin-ph-accent-color: #f39c12; /* Golden yellow for highlights */
      --page-jiliwin-ph-text-color: #ecf0f1; /* Light gray for readability on dark backgrounds */
      --page-jiliwin-ph-dark-text-color: #34495e; /* Darker text for light backgrounds */
      --page-jiliwin-ph-bg-dark: #1c2833; /* Very dark background */
      --page-jiliwin-ph-bg-light: #f8f9fa; /* Light background */
    }

    /* Fallback for header offset if not provided by shared.css */
    .page-jiliwin-ph {
      padding-top: var(--header-offset, 122px);
    }

    .page-jiliwin-ph__hero-section {
      position: relative;
      padding: 10px 0 80px 0; /* Adjusted padding-top to 10px */
      color: var(--page-jiliwin-ph-text-color);
      text-align: center;
      overflow: hidden;
      background: var(--page-jiliwin-ph-bg-dark);
      min-height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

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

    .page-jiliwin-ph__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .page-jiliwin-ph__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      line-height: 1.2;
      color: var(--page-jiliwin-ph-accent-color);
    }

    .page-jiliwin-ph__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      color: var(--page-jiliwin-ph-text-color);
    }

    .page-jiliwin-ph__cta-button {
      display: inline-block;
      padding: 15px 30px;
      background-color: var(--page-jiliwin-ph-primary-color);
      color: #ffffff;
      font-size: 1.2em;
      font-weight: bold;
      border-radius: 8px;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-jiliwin-ph__cta-button:hover {
      background-color: var(--page-jiliwin-ph-accent-color);
      transform: translateY(-3px);
    }

    .page-jiliwin-ph__section {
      padding: 60px 20px;
      text-align: center;
      background-color: var(--page-jiliwin-ph-bg-light);
      color: var(--page-jiliwin-ph-dark-text-color);
    }

    .page-jiliwin-ph__section--dark {
      background-color: var(--page-jiliwin-ph-bg-dark);
      color: var(--page-jiliwin-ph-text-color);
    }

    .page-jiliwin-ph__section-title {
      font-size: 2.5em;
      margin-bottom: 40px;
      color: var(--page-jiliwin-ph-secondary-color);
    }

    .page-jiliwin-ph__section--dark .page-jiliwin-ph__section-title {
      color: var(--page-jiliwin-ph-accent-color);
    }

    .page-jiliwin-ph__section-description {
      font-size: 1.1em;
      line-height: 1.7;
      max-width: 800px;
      margin: 0 auto 50px auto;
    }

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

    .page-jiliwin-ph__feature-item {
      background-color: #ffffff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: left;
      transition: transform 0.3s ease;
    }

    .page-jiliwin-ph__section--dark .page-jiliwin-ph__feature-item {
      background-color: var(--page-jiliwin-ph-secondary-color);
      color: var(--page-jiliwin-ph-text-color);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-jiliwin-ph__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-jiliwin-ph__feature-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 20px;
      max-width: 100%;
      height: auto;
      border-radius: 50%;
      object-fit: cover;
    }

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

    .page-jiliwin-ph__section--dark .page-jiliwin-ph__feature-title {
      color: var(--page-jiliwin-ph-accent-color);
    }

    .page-jiliwin-ph__feature-description {
      font-size: 1em;
      line-height: 1.6;
    }

    .page-jiliwin-ph__providers-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .page-jiliwin-ph__provider-logo {
      width: 100%;
      height: 100px;
      object-fit: contain;
      max-width: 100%;
      height: auto;
    }

    .page-jiliwin-ph__app-download-section {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 80px 20px;
      background-color: var(--page-jiliwin-ph-primary-color);
      color: #ffffff;
      text-align: center;
    }

    .page-jiliwin-ph__app-download-title {
      font-size: 2.8em;
      margin-bottom: 20px;
    }

    .page-jiliwin-ph__app-download-description {
      font-size: 1.2em;
      margin-bottom: 40px;
      max-width: 700px;
      line-height: 1.6;
    }

    .page-jiliwin-ph__app-image {
      width: 300px;
      height: auto;
      margin-bottom: 40px;
      border-radius: 20px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
      max-width: 100%;
      height: auto;
    }

    .page-jiliwin-ph__download-buttons {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .page-jiliwin-ph__download-button {
      display: inline-flex;
      align-items: center;
      padding: 15px 25px;
      background-color: var(--page-jiliwin-ph-secondary-color);
      color: #ffffff;
      font-size: 1.1em;
      font-weight: bold;
      border-radius: 8px;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-jiliwin-ph__download-button:hover {
      background-color: var(--page-jiliwin-ph-accent-color);
      transform: translateY(-3px);
    }

    .page-jiliwin-ph__download-button-icon {
      width: 24px;
      height: 24px;
      margin-right: 10px;
      max-width: 100%;
      height: auto;
    }

    .page-jiliwin-ph__payments-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 20px;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-jiliwin-ph__payment-logo {
      width: 100%;
      height: 80px;
      object-fit: contain;
      filter: grayscale(100%);
      opacity: 0.7;
      transition: filter 0.3s ease, opacity 0.3s ease;
      max-width: 100%;
      height: auto;
    }

    .page-jiliwin-ph__payment-logo:hover {
      filter: grayscale(0%);
      opacity: 1;
    }

    /* FAQ Section Styles */
    .page-jiliwin-ph__faq-section {
      background-color: var(--page-jiliwin-ph-bg-light);
      color: var(--page-jiliwin-ph-dark-text-color);
      padding: 60px 20px;
      text-align: center;
    }

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

    .page-jiliwin-ph__faq-item {
      margin-bottom: 15px;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      overflow: hidden;
      background-color: #ffffff;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .page-jiliwin-ph__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      font-size: 1.2em;
      font-weight: bold;
      cursor: pointer;
      background-color: #f7f7f7;
      color: var(--page-jiliwin-ph-secondary-color);
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-jiliwin-ph__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-jiliwin-ph__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click on parent */
      color: var(--page-jiliwin-ph-secondary-color);
    }

    .page-jiliwin-ph__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click on parent */
      color: var(--page-jiliwin-ph-primary-color);
    }

    .page-jiliwin-ph__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #ffffff;
      color: var(--page-jiliwin-ph-dark-text-color);
      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;
      line-height: 1.6;
    }

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

    .page-jiliwin-ph__faq-item.active .page-jiliwin-ph__faq-toggle {
      transform: rotate(45deg); /* Changes '+' to 'x' or similar visual cue */
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-jiliwin-ph__hero-title {
        font-size: 2.5em;
      }

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

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

      .page-jiliwin-ph__app-download-title {
        font-size: 2em;
      }

      .page-jiliwin-ph__app-download-description {
        font-size: 1em;
      }

      .page-jiliwin-ph__download-buttons {
        flex-direction: column;
        gap: 15px;
      }

      .page-jiliwin-ph__download-button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        justify-content: center;
      }

      .page-jiliwin-ph__features-grid,
      .page-jiliwin-ph__providers-grid,
      .page-jiliwin-ph__payments-grid {
        grid-template-columns: 1fr;
        padding: 0 15px;
      }

      .page-jiliwin-ph__feature-item {
        padding: 25px;
      }

      .page-jiliwin-ph__feature-icon {
        width: 60px;
        height: 60px;
      }

      .page-jiliwin-ph__payment-logo {
        height: 60px;
      }

      /* List item responsive requirements */
      .page-jiliwin-ph__features-grid > div,
      .page-jiliwin-ph__providers-grid > div,
      .page-jiliwin-ph__payments-grid > div {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-jiliwin-ph__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }

      .page-jiliwin-ph__faq-answer {
        padding: 0 20px;
      }

      .page-jiliwin-ph__faq-item.active .page-jiliwin-ph__faq-answer {
        padding: 15px 20px !important;
      }

      /* Image responsive requirements */
      .page-jiliwin-ph__hero-background,
      .page-jiliwin-ph__feature-icon,
      .page-jiliwin-ph__provider-logo,
      .page-jiliwin-ph__app-image,
      .page-jiliwin-ph__payment-logo {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
      }
    }
  