
    :root {
      --page-50jili-ph-primary-bg: #1a1a1a;
      --page-50jili-ph-secondary-bg: #2a2a2a;
      --page-50jili-ph-accent-color: #ffd700; /* Gold */
      --page-50jili-ph-text-color: #f0f0f0;
      --page-50jili-ph-light-text: #cccccc;
      --page-50jili-ph-border-color: #444444;
      --page-50jili-ph-button-hover: #ffeb3b;
    }

    .page-50jili-ph {
      font-family: 'Arial', sans-serif;
      color: var(--page-50jili-ph-text-color);
      background-color: var(--page-50jili-ph-primary-bg);
      line-height: 1.6;
      overflow-x: hidden;
      padding-bottom: 40px; /* Ensure space above footer */
    }

    .page-50jili-ph__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-50jili-ph__hero-section {
      background-image: url('[GALLERY:hero:1920x1080:50jili,casino,gaming,philippines]');
      background-size: cover;
      background-position: center;
      color: #ffffff;
      padding: 100px 20px 80px;
      text-align: center;
      position: relative;
      overflow: hidden;
      padding-top: 10px; /* Small top padding, assuming body handles --header-offset */
    }

    .page-50jili-ph__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1;
    }

    .page-50jili-ph__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-50jili-ph__hero-title {
      font-size: 3.2em;
      margin-bottom: 15px;
      color: var(--page-50jili-ph-accent-color);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-50jili-ph__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-50jili-ph__hero-button {
      display: inline-block;
      background-color: var(--page-50jili-ph-accent-color);
      color: var(--page-50jili-ph-primary-bg);
      padding: 15px 30px;
      border-radius: 5px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease;
      cursor: pointer;
      border: none;
    }

    .page-50jili-ph__hero-button:hover {
      background-color: var(--page-50jili-ph-button-hover);
    }

    .page-50jili-ph__section-title {
      font-size: 2.5em;
      margin-bottom: 20px;
      color: var(--page-50jili-ph-accent-color);
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-50jili-ph__section-description {
      font-size: 1.1em;
      margin-bottom: 40px;
      color: var(--page-50jili-ph-light-text);
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-50jili-ph__features-grid,
    .page-50jili-ph__games-grid,
    .page-50jili-ph__promotions-grid,
    .page-50jili-ph__payment-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-50jili-ph__feature-item,
    .page-50jili-ph__game-card,
    .page-50jili-ph__promo-card,
    .page-50jili-ph__payment-method {
      background-color: var(--page-50jili-ph-secondary-bg);
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
    }

    .page-50jili-ph__feature-item:hover,
    .page-50jili-ph__game-card:hover,
    .page-50jili-ph__promo-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    }

    .page-50jili-ph__feature-icon {
      width: 100%;
      max-width: 250px;
      height: auto;
      margin-bottom: 20px;
      border-radius: 8px;
      object-fit: cover;
    }
    .page-50jili-ph__game-image,
    .page-50jili-ph__promo-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 6px;
      margin-bottom: 15px;
    }

    .page-50jili-ph__feature-title,
    .page-50jili-ph__game-title,
    .page-50jili-ph__promo-title {
      font-size: 1.5em;
      color: var(--page-50jili-ph-accent-color);
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-50jili-ph__feature-text,
    .page-50jili-ph__promo-description {
      font-size: 1em;
      color: var(--page-50jili-ph-light-text);
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-50jili-ph__payment-method img {
      width: 100%;
      max-width: 150px;
      height: auto;
      margin-bottom: 10px;
      border-radius: 4px;
      object-fit: contain;
    }
    .page-50jili-ph__payment-method span {
      font-weight: bold;
      color: var(--page-50jili-ph-text-color);
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-50jili-ph__faq-section {
      background-color: var(--page-50jili-ph-secondary-bg);
      padding: 60px 20px;
    }

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

    .page-50jili-ph__faq-item {
      margin-bottom: 15px;
      border: 1px solid var(--page-50jili-ph-border-color);
      border-radius: 8px;
      overflow: hidden;
    }

    .page-50jili-ph__faq-question {
      background-color: #333333;
      padding: 15px 20px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-50jili-ph__faq-question:hover {
      background-color: #444444;
    }

    .page-50jili-ph__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: var(--page-50jili-ph-accent-color);
      pointer-events: none; /* Prevent h3 from blocking click event */
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-50jili-ph__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: var(--page-50jili-ph-accent-color);
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-50jili-ph__faq-item.active .page-50jili-ph__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' visually */
    }

    .page-50jili-ph__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: var(--page-50jili-ph-primary-bg);
      color: var(--page-50jili-ph-light-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;
    }

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

    .page-50jili-ph__cta-section {
      padding: 60px 20px;
      background-color: var(--page-50jili-ph-primary-bg);
      text-align: center;
    }

    .page-50jili-ph__cta-title {
      font-size: 2.5em;
      color: var(--page-50jili-ph-accent-color);
      margin-bottom: 20px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-50jili-ph__cta-description {
      font-size: 1.2em;
      color: var(--page-50jili-ph-light-text);
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-50jili-ph__cta-button {
      display: inline-block;
      background-color: var(--page-50jili-ph-accent-color);
      color: var(--page-50jili-ph-primary-bg);
      padding: 18px 35px;
      border-radius: 5px;
      font-size: 1.2em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-50jili-ph__cta-button:hover {
      background-color: var(--page-50jili-ph-button-hover);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-50jili-ph__hero-section {
        padding: 80px 15px 60px;
      }
      .page-50jili-ph__hero-title {
        font-size: 2.5em;
      }
      .page-50jili-ph__hero-description {
        font-size: 1.1em;
      }
      .page-50jili-ph__hero-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-50jili-ph__section {
        padding: 30px 15px;
      }
      .page-50jili-ph__section-title {
        font-size: 2em;
      }
      .page-50jili-ph__section-description {
        font-size: 1em;
      }

      .page-50jili-ph__features-grid,
      .page-50jili-ph__games-grid,
      .page-50jili-ph__promotions-grid,
      .page-50jili-ph__payment-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0; /* Reset container padding for mobile */
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-50jili-ph__feature-item,
      .page-50jili-ph__game-card,
      .page-50jili-ph__promo-card,
      .page-50jili-ph__payment-method {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 20px;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-50jili-ph__feature-icon,
      .page-50jili-ph__game-image,
      .page-50jili-ph__promo-image,
      .page-50jili-ph__payment-method img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-50jili-ph__feature-title,
      .page-50jili-ph__game-title,
      .page-50jili-ph__promo-title {
        font-size: 1.3em;
      }

      .page-50jili-ph__faq-section {
        padding: 40px 15px;
      }
      .page-50jili-ph__faq-container {
        padding: 0;
      }
      .page-50jili-ph__faq-question {
        padding: 12px 15px;
      }
      .page-50jili-ph__faq-question h3 {
        font-size: 1.1em;
      }
      .page-50jili-ph__faq-answer {
        padding: 15px !important;
      }

      .page-50jili-ph__cta-section {
        padding: 40px 15px;
      }
      .page-50jili-ph__cta-title {
        font-size: 2em;
      }
      .page-50jili-ph__cta-description {
        font-size: 1.1em;
      }
      .page-50jili-ph__cta-button {
        padding: 15px 30px;
        font-size: 1.1em;
      }
    }

    @media (max-width: 480px) {
      .page-50jili-ph__hero-title {
        font-size: 2em;
      }
      .page-50jili-ph__hero-description {
        font-size: 1em;
      }
      .page-50jili-ph__section-title {
        font-size: 1.8em;
      }
      .page-50jili-ph__cta-title {
        font-size: 1.8em;
      }
      .page-50jili-ph__faq-question h3 {
        font-size: 1em;
      }
    }
  