
    :root {
      --primary-color: #FFD700; /* Gold/Yellow for casino theme */
      --secondary-color: #FFA500; /* Orange-Gold accent */
      --dark-background: #1A1A1A;
      --light-background: #F8F8F8;
      --text-color: #333333;
      --light-text-color: #FFFFFF;
      --border-color: #E0E0E0;
      --button-hover-color: #FFC107;
    }

    .page-kingph-pagcor-license {
      font-family: 'Arial', sans-serif;
      color: var(--text-color);
      line-height: 1.6;
      background-color: var(--light-background);
    }

    .page-kingph-pagcor-license__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:casino,license,pagcor,philippines,security]') center center no-repeat;
      background-size: cover;
      color: var(--light-text-color);
      text-align: center;
      padding: 100px 20px;
      padding-top: calc(10px + var(--header-offset, 122px)); /* Adjust for fixed header */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 500px;
    }

    .page-kingph-pagcor-license__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: var(--primary-color);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-kingph-pagcor-license__hero-description {
      font-size: 1.3em;
      max-width: 800px;
      margin-bottom: 40px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-kingph-pagcor-license__button {
      background-color: var(--primary-color);
      color: var(--dark-background);
      padding: 15px 30px;
      border-radius: 5px;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease;
      display: inline-block;
      border: none;
      cursor: pointer;
      font-size: 1.1em;
    }

    .page-kingph-pagcor-license__button:hover {
      background-color: var(--button-hover-color);
    }

    .page-kingph-pagcor-license__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-kingph-pagcor-license__section--dark {
      background-color: var(--dark-background);
      color: var(--light-text-color);
    }

    .page-kingph-pagcor-license__section-title {
      font-size: 2.5em;
      margin-bottom: 30px;
      color: var(--primary-color);
    }

    .page-kingph-pagcor-license__section-title--light {
      color: var(--primary-color);
    }

    .page-kingph-pagcor-license__section-paragraph {
      font-size: 1.1em;
      margin-bottom: 20px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-kingph-pagcor-license__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
      text-align: left;
    }

    .page-kingph-pagcor-license__feature-item {
      background-color: var(--light-background);
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      box-sizing: border-box;
    }

    .page-kingph-pagcor-license__feature-item--dark {
      background-color: #2A2A2A;
      color: var(--light-text-color);
    }

    .page-kingph-pagcor-license__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-kingph-pagcor-license__feature-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 20px;
      border-radius: 50%;
      background-color: var(--primary-color);
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .page-kingph-pagcor-license__feature-icon img {
      width: 60px;
      height: 60px;
      object-fit: contain;
      max-width: 100%;
      max-height: 100%;
    }

    .page-kingph-pagcor-license__feature-title {
      font-size: 1.5em;
      margin-bottom: 15px;
      color: var(--primary-color);
    }

    .page-kingph-pagcor-license__feature-description {
      font-size: 1em;
    }

    .page-kingph-pagcor-license__image-container {
      margin-top: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

    .page-kingph-pagcor-license__image {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-kingph-pagcor-license__cta-section {
      text-align: center;
      padding: 80px 20px;
      background-color: var(--primary-color);
      color: var(--dark-background);
    }

    .page-kingph-pagcor-license__cta-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      color: var(--dark-background);
    }

    .page-kingph-pagcor-license__cta-description {
      font-size: 1.2em;
      max-width: 800px;
      margin: 0 auto 40px auto;
    }

    .page-kingph-pagcor-license__faq-section {
      padding: 60px 20px;
      max-width: 900px;
      margin: 0 auto;
      text-align: left;
    }

    .page-kingph-pagcor-license__faq-title {
      text-align: center;
      font-size: 2.5em;
      margin-bottom: 40px;
      color: var(--primary-color);
    }

    .page-kingph-pagcor-license__faq-item {
      margin-bottom: 15px;
      border: 1px solid var(--border-color);
      border-radius: 8px;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-kingph-pagcor-license__faq-question {
      background-color: #FFFFFF;
      padding: 20px 25px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-kingph-pagcor-license__faq-question:hover {
      background-color: #F0F0F0;
    }

    .page-kingph-pagcor-license__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: var(--text-color);
      pointer-events: none; /* Prevent h3 from intercepting click */
    }

    .page-kingph-pagcor-license__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: var(--primary-color);
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from intercepting click */
    }

    .page-kingph-pagcor-license__faq-item.active .page-kingph-pagcor-license__faq-toggle {
      transform: rotate(45deg); /* Change + to X or - */
    }

    .page-kingph-pagcor-license__faq-answer {
      background-color: #FDFDFD;
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: var(--text-color);
      font-size: 1em;
      box-sizing: border-box;
    }

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

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-kingph-pagcor-license__hero-section {
        padding: 80px 15px;
        padding-top: calc(10px + var(--header-offset, 122px));
        min-height: 400px;
      }

      .page-kingph-pagcor-license__hero-title {
        font-size: 2.5em;
      }

      .page-kingph-pagcor-license__hero-description {
        font-size: 1.1em;
      }

      .page-kingph-pagcor-license__section {
        padding: 40px 15px;
      }

      .page-kingph-pagcor-license__section-title {
        font-size: 2em;
      }

      .page-kingph-pagcor-license__section-paragraph {
        font-size: 1em;
      }

      .page-kingph-pagcor-license__features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-kingph-pagcor-license__feature-item {
        padding: 25px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-kingph-pagcor-license__feature-title {
        font-size: 1.3em;
      }

      .page-kingph-pagcor-license__feature-description {
        font-size: 0.95em;
      }

      .page-kingph-pagcor-license__cta-section {
        padding: 60px 15px;
      }

      .page-kingph-pagcor-license__cta-title {
        font-size: 2em;
      }

      .page-kingph-pagcor-license__cta-description {
        font-size: 1em;
      }

      .page-kingph-pagcor-license__faq-section {
        padding: 40px 15px;
      }

      .page-kingph-pagcor-license__faq-title {
        font-size: 2em;
      }

      .page-kingph-pagcor-license__faq-question {
        padding: 15px 20px;
      }

      .page-kingph-pagcor-license__faq-question h3 {
        font-size: 1.1em;
        word-break: break-word !important; /* Ensure long questions wrap */
      }

      .page-kingph-pagcor-license__faq-answer {
        padding: 0 20px;
      }

      .page-kingph-pagcor-license__faq-item.active .page-kingph-pagcor-license__faq-answer {
        padding: 15px 20px !important;
      }

      .page-kingph-pagcor-license__image-container {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-kingph-pagcor-license__image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
    }
  