:root {
      --primary-color: #007bff; /* A vibrant blue, good for casino themes */
      --primary-dark-color: #0056b3;
      --secondary-color: #28a745; /* A contrasting green for CTAs */
      --accent-color: #ffc107; /* Yellow for highlights */
      --text-color: #333;
      --text-color-light: #f8f9fa;
      --background-color-light: #f8f9fa;
      --background-color-dark: #343a40;
      --border-color: #dee2e6;
      --shadow-color: rgba(0, 0, 0, 0.1);
      --header-offset: 122px; /* Assuming a default header height */
    }

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

    .page-certificate-pagcor-license__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px 15px;
      box-sizing: border-box;
    }

    .page-certificate-pagcor-license__section-title {
      font-size: 2.5em;
      color: var(--primary-dark-color);
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 15px;
    }

    .page-certificate-pagcor-license__section-title .highlight {
      color: var(--primary-color);
    }

    .page-certificate-pagcor-license__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: var(--accent-color);
      border-radius: 2px;
    }

    .page-certificate-pagcor-license__text-content {
      font-size: 1.1em;
      text-align: center;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-certificate-pagcor-license__text-content .highlight {
      font-weight: bold;
      color: var(--primary-dark-color);
    }

    /* Hero Section */
    .page-certificate-pagcor-license__hero-section {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: var(--text-color-light);
      min-height: 600px;
      overflow: hidden;
      padding-top: 10px;
    }

    .page-certificate-pagcor-license__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
    }

    .page-certificate-pagcor-license__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(0.6);
      max-width: 100%;
    }

    .page-certificate-pagcor-license__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: 10px;
    }

    .page-certificate-pagcor-license__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      line-height: 1.2;
      color: var(--text-color-light);
    }

    .page-certificate-pagcor-license__hero-title .highlight {
      color: var(--accent-color);
    }

    .page-certificate-pagcor-license__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      color: var(--text-color-light);
    }

    .page-certificate-pagcor-license__hero-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
    }

    .page-certificate-pagcor-license__cta-button {
      display: inline-block;
      padding: 15px 30px;
      font-size: 1.2em;
      font-weight: bold;
      text-decoration: none;
      border-radius: 50px;
      transition: background-color 0.3s ease, transform 0.2s ease;
      background-color: var(--primary-color);
      color: var(--text-color-light);
      border: 2px solid var(--primary-color);
    }

    .page-certificate-pagcor-license__cta-button:hover {
      background-color: var(--primary-dark-color);
      border-color: var(--primary-dark-color);
      transform: translateY(-2px);
    }

    .page-certificate-pagcor-license__cta-button--secondary {
      background-color: transparent;
      border-color: var(--text-color-light);
      color: var(--text-color-light);
    }

    .page-certificate-pagcor-license__cta-button--secondary:hover {
      background-color: rgba(255, 255, 255, 0.2);
      border-color: var(--text-color-light);
    }

    /* Intro Section */
    .page-certificate-pagcor-license__intro-section {
      padding: 60px 0;
      background-color: var(--background-color-light);
    }

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

    .page-certificate-pagcor-license__feature-item {
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px var(--shadow-color);
      text-align: center;
      transition: transform 0.3s ease;
    }

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

    .page-certificate-pagcor-license__feature-icon {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 20px;
      max-width: 100%;
    }

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

    .page-certificate-pagcor-license__feature-description {
      font-size: 1em;
      color: var(--text-color);
    }

    /* Quick Access Section */
    .page-certificate-pagcor-license__quick-access-section {
      padding: 60px 0;
      background-color: var(--background-color-dark);
      color: var(--text-color-light);
    }

    .page-certificate-pagcor-license__quick-access-section .page-certificate-pagcor-license__section-title {
      color: var(--text-color-light);
    }

    .page-certificate-pagcor-license__quick-access-section .page-certificate-pagcor-license__section-title .highlight {
      color: var(--accent-color);
    }

    .page-certificate-pagcor-license__quick-access-section .page-certificate-pagcor-license__text-content {
      color: var(--text-color-light);
    }

    .page-certificate-pagcor-license__quick-access-section .page-certificate-pagcor-license__text-content .highlight {
      color: var(--accent-color);
    }

    .page-certificate-pagcor-license__access-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .page-certificate-pagcor-license__access-button {
      display: inline-block;
      padding: 12px 25px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      border-radius: 5px;
      transition: background-color 0.3s ease, transform 0.2s ease;
      background-color: var(--secondary-color);
      color: var(--text-color-light);
      border: 2px solid var(--secondary-color);
    }

    .page-certificate-pagcor-license__access-button:hover {
      background-color: #218838;
      border-color: #218838;
      transform: translateY(-2px);
    }

    /* Games Section */
    .page-certificate-pagcor-license__games-section {
      padding: 60px 0;
      background-color: var(--background-color-light);
    }

    .page-certificate-pagcor-license__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-certificate-pagcor-license__game-category {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px var(--shadow-color);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease;
    }

    .page-certificate-pagcor-license__game-category:hover {
      transform: translateY(-5px);
    }

    .page-certificate-pagcor-license__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%;
    }

    .page-certificate-pagcor-license__game-title {
      font-size: 1.6em;
      color: var(--primary-dark-color);
      margin: 20px 15px 10px;
    }

    .page-certificate-pagcor-license__game-description {
      font-size: 1em;
      color: var(--text-color);
      padding: 0 15px 20px;
    }

    .page-certificate-pagcor-license__game-button {
      display: block;
      width: calc(100% - 30px);
      margin: 0 15px 20px;
      padding: 10px 0;
      font-size: 1em;
      font-weight: bold;
      text-decoration: none;
      border-radius: 5px;
      background-color: var(--primary-color);
      color: var(--text-color-light);
      transition: background-color 0.3s ease;
    }

    .page-certificate-pagcor-license__game-button:hover {
      background-color: var(--primary-dark-color);
    }

    /* Promotions Section */
    .page-certificate-pagcor-license__promotions-section {
      padding: 60px 0;
      background-color: var(--background-color-dark);
      color: var(--text-color-light);
    }

    .page-certificate-pagcor-license__promotions-section .page-certificate-pagcor-license__section-title {
      color: var(--text-color-light);
    }

    .page-certificate-pagcor-license__promotions-section .page-certificate-pagcor-license__section-title .highlight {
      color: var(--accent-color);
    }

    .page-certificate-pagcor-license__promotions-section .page-certificate-pagcor-license__text-content {
      color: var(--text-color-light);
    }

    .page-certificate-pagcor-license__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-certificate-pagcor-license__promo-card {
      background-color: #495057;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease;
    }

    .page-certificate-pagcor-license__promo-card:hover {
      transform: translateY(-5px);
    }

    .page-certificate-pagcor-license__promo-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      max-width: 100%;
    }

    .page-certificate-pagcor-license__promo-title {
      font-size: 1.6em;
      color: var(--text-color-light);
      margin: 20px 15px 10px;
    }

    .page-certificate-pagcor-license__promo-description {
      font-size: 1em;
      color: #ccc;
      padding: 0 15px 20px;
    }

    .page-certificate-pagcor-license__promo-button {
      display: block;
      width: calc(100% - 30px);
      margin: 0 15px 20px;
      padding: 10px 0;
      font-size: 1em;
      font-weight: bold;
      text-decoration: none;
      border-radius: 5px;
      background-color: var(--accent-color);
      color: var(--text-color);
      transition: background-color 0.3s ease;
    }

    .page-certificate-pagcor-license__promo-button:hover {
      background-color: #e0a800;
    }

    /* Security & Support Section */
    .page-certificate-pagcor-license__security-support-section {
      padding: 60px 0;
      background-color: var(--background-color-light);
    }

    .page-certificate-pagcor-license__support-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-certificate-pagcor-license__support-item {
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px var(--shadow-color);
      text-align: center;
      transition: transform 0.3s ease;
    }

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

    .page-certificate-pagcor-license__support-icon {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 20px;
      max-width: 100%;
    }

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

    .page-certificate-pagcor-license__support-description {
      font-size: 1em;
      color: var(--text-color);
      margin-bottom: 20px;
    }

    .page-certificate-pagcor-license__support-button {
      display: inline-block;
      padding: 10px 20px;
      font-size: 1em;
      font-weight: bold;
      text-decoration: none;
      border-radius: 5px;
      background-color: var(--primary-color);
      color: var(--text-color-light);
      transition: background-color 0.3s ease;
    }

    .page-certificate-pagcor-license__support-button:hover {
      background-color: var(--primary-dark-color);
    }

    /* FAQ Section */
    .page-certificate-pagcor-license__faq-section {
      padding: 60px 0;
      background-color: #f0f2f5;
    }

    .page-certificate-pagcor-license__faq-list {
      max-width: 800px;
      margin: 40px auto 0;
    }

    .page-certificate-pagcor-license__faq-item {
      background-color: #fff;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 8px var(--shadow-color);
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-certificate-pagcor-license__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      font-size: 1.2em;
      font-weight: bold;
      color: var(--primary-dark-color);
      cursor: pointer;
      background-color: #e9ecef;
      border-bottom: 1px solid var(--border-color);
      transition: background-color 0.3s ease;
    }

    .page-certificate-pagcor-license__faq-question:hover {
      background-color: #e2e6ea;
    }

    .page-certificate-pagcor-license__faq-question-text {
      margin: 0;
      flex-grow: 1;
      text-align: left;
      pointer-events: none;
    }

    .page-certificate-pagcor-license__faq-toggle {
      font-size: 1.5em;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none;
      color: var(--primary-color);
    }

    .page-certificate-pagcor-license__faq-item.active .page-certificate-pagcor-license__faq-toggle {
      transform: rotate(45deg);
    }

    .page-certificate-pagcor-license__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      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);
      background-color: #fff;
    }

    .page-certificate-pagcor-license__faq-item.active .page-certificate-pagcor-license__faq-answer {
      max-height: 2000px !important;
      padding: 20px !important;
      opacity: 1;
    }

    .page-certificate-pagcor-license__faq-answer p {
      margin: 0;
    }

    /* Blog Section */
    .page-certificate-pagcor-license__blog-section {
      padding: 60px 0;
      background-color: var(--background-color-light);
    }

    .page-certificate-pagcor-license__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-certificate-pagcor-license__blog-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px var(--shadow-color);
      overflow: hidden;
      transition: transform 0.3s ease;
    }

    .page-certificate-pagcor-license__blog-card:hover {
      transform: translateY(-5px);
    }

    .page-certificate-pagcor-license__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%;
    }

    .page-certificate-pagcor-license__blog-content {
      padding: 20px;
    }

    .page-certificate-pagcor-license__blog-title {
      font-size: 1.4em;
      color: var(--primary-dark-color);
      margin-bottom: 10px;
      line-height: 1.3;
    }

    .page-certificate-pagcor-license__blog-excerpt {
      font-size: 0.95em;
      color: var(--text-color);
      margin-bottom: 15px;
    }

    .page-certificate-pagcor-license__blog-link {
      display: inline-block;
      padding: 8px 15px;
      font-size: 0.9em;
      font-weight: bold;
      text-decoration: none;
      border-radius: 5px;
      background-color: var(--primary-color);
      color: var(--text-color-light);
      transition: background-color 0.3s ease;
    }

    .page-certificate-pagcor-license__blog-link:hover {
      background-color: var(--primary-dark-color);
    }

    /* General Link Styling for SEO keywords */
    .page-certificate-pagcor-license a {
      color: var(--primary-color);
      text-decoration: none;
    }
    .page-certificate-pagcor-license a:hover {
      text-decoration: underline;
    }

    /* Responsive adjustments */
    @media (max-width: 1024px) {
      .page-certificate-pagcor-license__hero-title {
        font-size: 3em;
      }
      .page-certificate-pagcor-license__hero-subtitle {
        font-size: 1.3em;
      }
      .page-certificate-pagcor-license__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-certificate-pagcor-license__hero-section {
        min-height: 500px;
      }
      .page-certificate-pagcor-license__hero-title {
        font-size: 2.2em;
      }
      .page-certificate-pagcor-license__hero-subtitle {
        font-size: 1.1em;
      }
      .page-certificate-pagcor-license__hero-buttons {
        flex-direction: column;
        gap: 15px;
      }
      .page-certificate-pagcor-license__cta-button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
      }
      .page-certificate-pagcor-license__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }
      .page-certificate-pagcor-license__text-content {
        font-size: 1em;
      }

      .page-certificate-pagcor-license__features-grid,
      .page-certificate-pagcor-license__game-categories,
      .page-certificate-pagcor-license__promo-grid,
      .page-certificate-pagcor-license__support-grid,
      .page-certificate-pagcor-license__blog-grid {
        grid-template-columns: 1fr;
      }

      .page-certificate-pagcor-license__feature-item,
      .page-certificate-pagcor-license__game-category,
      .page-certificate-pagcor-license__promo-card,
      .page-certificate-pagcor-license__support-item,
      .page-certificate-pagcor-license__blog-card,
      .page-certificate-pagcor-license__faq-item {
        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;
        word-break: break-word !important;
      }

      .page-certificate-pagcor-license__access-buttons {
        flex-direction: column;
        align-items: center;
      }
      .page-certificate-pagcor-license__access-button {
        width: 100%;
        max-width: 250px;
      }

      .page-certificate-pagcor-license__faq-question {
        font-size: 1.1em;
        padding: 15px;
      }
      .page-certificate-pagcor-license__faq-answer {
        padding: 15px !important;
      }
      .page-certificate-pagcor-license__faq-toggle {
        font-size: 1.3em;
      }
    }

    @media (max-width: 480px) {
      .page-certificate-pagcor-license__hero-title {
        font-size: 1.8em;
      }
      .page-certificate-pagcor-license__hero-subtitle {
        font-size: 1em;
      }
      .page-certificate-pagcor-license__cta-button {
        padding: 12px 20px;
        font-size: 1em;
      }
      .page-certificate-pagcor-license__section-title {
        font-size: 1.5em;
      }
      .page-certificate-pagcor-license__feature-title,
      .page-certificate-pagcor-license__game-title,
      .page-certificate-pagcor-license__promo-title,
      .page-certificate-pagcor-license__support-title {
        font-size: 1.3em;
      }
      .page-certificate-pagcor-license__blog-title {
        font-size: 1.2em;
      }
    }