:root {
      --ph-win-app-primary-color: #FFD700; /* Gold/Yellow accent */
      --ph-win-app-secondary-color: #E60000; /* Red accent */
      --ph-win-app-dark-bg: #1a1a2e; /* Dark blue/purple */
      --ph-win-app-light-text: #e0e0e0; /* Light gray for text */
      --ph-win-app-border-color: #3e204c; /* Darker border */
      --ph-win-app-success-color: #4CAF50;
      --ph-win-app-error-color: #F44336;
      --header-offset: 122px; /* Default for pages without specific shared.css */
    }

    .page-spot-ph-christopher-diwata {
      font-family: 'Arial', sans-serif;
      color: var(--ph-win-app-light-text);
      background-color: var(--ph-win-app-dark-bg);
      line-height: 1.6;
      padding-top: var(--header-offset); /* Apply header offset to the main content wrapper */
    }

    .page-spot-ph-christopher-diwata h1,
    .page-spot-ph-christopher-diwata h2,
    .page-spot-ph-christopher-diwata h3 {
      color: var(--ph-win-app-primary-color);
      text-align: center;
      margin-bottom: 20px;
    }

    .page-spot-ph-christopher-diwata h1 {
      font-size: 2.8em;
      margin-bottom: 30px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-spot-ph-christopher-diwata h2 {
      font-size: 2.2em;
      padding-top: 40px;
      margin-bottom: 25px;
    }

    .page-spot-ph-christopher-diwata h3 {
      font-size: 1.6em;
      margin-bottom: 15px;
    }

    .page-spot-ph-christopher-diwata__hero-section {
      position: relative;
      width: 100%;
      height: 600px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-spot-ph-christopher-diwata__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      filter: brightness(0.6); /* Darken image for text readability */
      max-width: 100%;
    }

    .page-spot-ph-christopher-diwata__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      padding: 20px;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 10px;
    }

    .page-spot-ph-christopher-diwata__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: var(--ph-win-app-light-text);
    }

    .page-spot-ph-christopher-diwata__hero-cta-button {
      display: inline-block;
      background-color: var(--ph-win-app-primary-color);
      color: var(--ph-win-app-dark-bg);
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

    .page-spot-ph-christopher-diwata__hero-cta-button:hover {
      background-color: #FFEA00;
      transform: translateY(-2px);
    }

    .page-spot-ph-christopher-diwata__intro-section,
    .page-spot-ph-christopher-diwata__quick-access-section,
    .page-spot-ph-christopher-diwata__games-section,
    .page-spot-ph-christopher-diwata__promotions-section,
    .page-spot-ph-christopher-diwata__security-section,
    .page-spot-ph-christopher-diwata__faq-section,
    .page-spot-ph-christopher-diwata__blog-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #2a2a4a;
      border-radius: 10px;
      margin-top: 40px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    }

    .page-spot-ph-christopher-diwata__intro-content p {
      text-align: center;
      margin-bottom: 15px;
      font-size: 1.1em;
    }

    .page-spot-ph-christopher-diwata__quick-access-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-spot-ph-christopher-diwata__access-button {
      background-color: var(--ph-win-app-secondary-color);
      color: #FFFFFF;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      min-width: 180px;
      text-align: center;
      box-sizing: border-box;
    }

    .page-spot-ph-christopher-diwata__access-button:hover {
      background-color: #CC0000;
    }

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

    .page-spot-ph-christopher-diwata__game-category-item {
      background-color: #3a3a5a;
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
    }

    .page-spot-ph-christopher-diwata__game-category-item:hover {
      transform: translateY(-5px);
    }

    .page-spot-ph-christopher-diwata__game-category-image {
      width: 100%;
      max-width: 300px;
      height: auto;
      border-radius: 8px;
      margin-bottom: 15px;
      object-fit: cover;
      max-height: 200px;
    }

    .page-spot-ph-christopher-diwata__game-category-name {
      color: var(--ph-win-app-primary-color);
      margin-bottom: 10px;
    }

    .page-spot-ph-christopher-diwata__game-providers-title {
      margin-top: 60px;
      margin-bottom: 30px;
      color: var(--ph-win-app-light-text);
    }

    .page-spot-ph-christopher-diwata__game-providers-logos {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 20px;
    }

    .page-spot-ph-christopher-diwata__game-provider-logo {
      height: 60px; /* Adjusted height for gamelogo */
      width: auto;
      object-fit: contain;
      filter: grayscale(100%) brightness(150%);
      transition: filter 0.3s ease;
      max-width: 120px;
      max-height: 80px;
    }

    .page-spot-ph-christopher-diwata__game-provider-logo:hover {
      filter: grayscale(0%) brightness(100%);
    }

    .page-spot-ph-christopher-diwata__promotions-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-spot-ph-christopher-diwata__promotion-card {
      background-color: #3a3a5a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      text-align: center;
      display: flex;
      flex-direction: column;
    }

    .page-spot-ph-christopher-diwata__promotion-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      margin-bottom: 15px;
    }

    .page-spot-ph-christopher-diwata__promotion-card-title {
      color: var(--ph-win-app-primary-color);
      padding: 0 15px;
      margin-top: 0;
      margin-bottom: 10px;
    }

    .page-spot-ph-christopher-diwata__promotion-card-description {
      padding: 0 15px;
      margin-bottom: 20px;
      flex-grow: 1;
    }

    .page-spot-ph-christopher-diwata__promotion-cta {
      display: inline-block;
      background-color: var(--ph-win-app-primary-color);
      color: var(--ph-win-app-dark-bg);
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      margin-bottom: 20px;
      transition: background-color 0.3s ease;
    }

    .page-spot-ph-christopher-diwata__promotion-cta:hover {
      background-color: #FFEA00;
    }

    .page-spot-ph-christopher-diwata__view-all-promos-button {
      display: block;
      width: fit-content;
      margin: 40px auto 0 auto;
      background-color: var(--ph-win-app-secondary-color);
      color: #FFFFFF;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-spot-ph-christopher-diwata__view-all-promos-button:hover {
      background-color: #CC0000;
    }

    .page-spot-ph-christopher-diwata__security-content {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
      text-align: center;
    }

    .page-spot-ph-christopher-diwata__security-item {
      background-color: #3a3a5a;
      border-radius: 10px;
      padding: 25px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-spot-ph-christopher-diwata__security-icon {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 20px;
    }

    .page-spot-ph-christopher-diwata__security-item-title {
      color: var(--ph-win-app-primary-color);
      margin-bottom: 10px;
    }

    .page-spot-ph-christopher-diwata__contact-support-button {
      display: block;
      width: fit-content;
      margin: 40px auto 0 auto;
      background-color: var(--ph-win-app-primary-color);
      color: var(--ph-win-app-dark-bg);
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-spot-ph-christopher-diwata__contact-support-button:hover {
      background-color: #FFEA00;
    }

    .page-spot-ph-christopher-diwata__faq-container {
      margin-top: 30px;
    }

    .page-spot-ph-christopher-diwata__faq-item {
      background-color: #3a3a5a;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .page-spot-ph-christopher-diwata__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px;
      cursor: pointer;
      background-color: #4a4a6a;
      color: var(--ph-win-app-light-text);
      font-weight: bold;
      font-size: 1.1em;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-spot-ph-christopher-diwata__faq-question:hover {
      background-color: #5a5a7a;
    }

    .page-spot-ph-christopher-diwata__faq-question-text {
      margin: 0;
      color: inherit;
      pointer-events: none; /* Prevents text from blocking click */
      flex-grow: 1;
      text-align: left;
    }

    .page-spot-ph-christopher-diwata__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      pointer-events: none; /* Prevents icon from blocking click */
      color: var(--ph-win-app-primary-color);
      transition: transform 0.3s ease;
    }

    .page-spot-ph-christopher-diwata__faq-item.active .page-spot-ph-christopher-diwata__faq-toggle {
      transform: rotate(45deg); /* Changes '+' to 'x' or 'rotate' */
      content: "−"; /* Visually change to minus sign */
    }

    .page-spot-ph-christopher-diwata__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #3a3a5a;
      color: var(--ph-win-app-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;
    }

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

    .page-spot-ph-christopher-diwata__faq-answer p {
      margin: 0;
      padding-bottom: 10px;
    }

    .page-spot-ph-christopher-diwata__blog-posts {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-spot-ph-christopher-diwata__blog-card {
      background-color: #3a3a5a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease;
    }

    .page-spot-ph-christopher-diwata__blog-card:hover {
      transform: translateY(-5px);
    }

    .page-spot-ph-christopher-diwata__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .page-spot-ph-christopher-diwata__blog-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .page-spot-ph-christopher-diwata__blog-card-title {
      color: var(--ph-win-app-primary-color);
      text-align: left;
      margin-top: 0;
      margin-bottom: 10px;
    }

    .page-spot-ph-christopher-diwata__blog-excerpt {
      font-size: 0.95em;
      margin-bottom: 15px;
      flex-grow: 1;
    }

    .page-spot-ph-christopher-diwata__blog-date {
      font-size: 0.85em;
      color: #aaaaaa;
      margin-bottom: 15px;
      display: block;
    }

    .page-spot-ph-christopher-diwata__blog-read-more {
      display: inline-block;
      background-color: var(--ph-win-app-secondary-color);
      color: #FFFFFF;
      padding: 8px 15px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.9em;
      transition: background-color 0.3s ease;
      align-self: flex-start;
    }

    .page-spot-ph-christopher-diwata__blog-read-more:hover {
      background-color: #CC0000;
    }

    /* Floating Register/Login Buttons */
    .page-spot-ph-christopher-diwata__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-spot-ph-christopher-diwata__floating-button {
      background-color: var(--ph-win-app-primary-color);
      color: var(--ph-win-app-dark-bg);
      padding: 12px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .page-spot-ph-christopher-diwata__floating-button:hover {
      background-color: #FFEA00;
      transform: scale(1.05);
    }

    .page-spot-ph-christopher-diwata__floating-login {
      background-color: var(--ph-win-app-secondary-color);
      color: #FFFFFF;
    }

    .page-spot-ph-christopher-diwata__floating-login:hover {
      background-color: #CC0000;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-spot-ph-christopher-diwata h1 {
        font-size: 2em;
      }

      .page-spot-ph-christopher-diwata h2 {
        font-size: 1.8em;
      }

      .page-spot-ph-christopher-diwata h3 {
        font-size: 1.4em;
      }

      .page-spot-ph-christopher-diwata__hero-section {
        height: 450px;
        padding: 15px;
      }

      .page-spot-ph-christopher-diwata__hero-description {
        font-size: 1em;
      }

      .page-spot-ph-christopher-diwata__hero-cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-spot-ph-christopher-diwata__intro-section,
      .page-spot-ph-christopher-diwata__quick-access-section,
      .page-spot-ph-christopher-diwata__games-section,
      .page-spot-ph-christopher-diwata__promotions-section,
      .page-spot-ph-christopher-diwata__security-section,
      .page-spot-ph-christopher-diwata__faq-section,
      .page-spot-ph-christopher-diwata__blog-section {
        padding: 30px 15px;
        margin-top: 20px;
      }

      .page-spot-ph-christopher-diwata__quick-access-links {
        flex-direction: column;
        align-items: center;
      }

      .page-spot-ph-christopher-diwata__access-button {
        width: 100%;
        max-width: 300px;
      }

      .page-spot-ph-christopher-diwata__game-categories,
      .page-spot-ph-christopher-diwata__promotions-grid,
      .page-spot-ph-christopher-diwata__security-content,
      .page-spot-ph-christopher-diwata__blog-posts {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      
      .page-spot-ph-christopher-diwata__game-provider-logo {
        height: 50px;
      }

      /* List items responsiveness */
      .page-spot-ph-christopher-diwata__game-category-item,
      .page-spot-ph-christopher-diwata__promotion-card,
      .page-spot-ph-christopher-diwata__security-item,
      .page-spot-ph-christopher-diwata__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important; /* Adjust padding for mobile */
      }

      .page-spot-ph-christopher-diwata__blog-excerpt {
        word-wrap: break-word !important;
        overflow-wrap: break-wrap !important;
        word-break: break-word !important;
      }

      .page-spot-ph-christopher-diwata__faq-question {
        padding: 15px 20px;
        font-size: 1em;
      }

      .page-spot-ph-christopher-diwata__faq-answer {
        padding: 15px 20px;
      }

      .page-spot-ph-christopher-diwata__floating-buttons {
        bottom: 15px;
        right: 15px;
      }

      .page-spot-ph-christopher-diwata__floating-button {
        padding: 10px 20px;
        font-size: 1em;
      }
    }

    @media (max-width: 375px) {
      .page-spot-ph-christopher-diwata__hero-section {
        height: 400px;
      }
      .page-spot-ph-christopher-diwata h1 {
        font-size: 1.8em;
      }
      .page-spot-ph-christopher-diwata__floating-buttons {
        bottom: 10px;
        right: 10px;
        gap: 8px;
      }
      .page-spot-ph-christopher-diwata__floating-button {
        padding: 8px 15px;
        font-size: 0.9em;
      }
    }