
    /* Page-specific styles for 8k8-com-login-ph */
    .page-8k8-com-login-ph {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }

    .page-8k8-com-login-ph__section {
      padding: 40px 20px;
      margin: 0 auto;
      max-width: 1200px;
      text-align: center;
    }

    .page-8k8-com-login-ph__hero-section {
      background: linear-gradient(135deg, #1a1a2e, #16213e);
      color: #e0e0e0;
      padding-top: 10px; /* Adjusted for header offset */
      padding-bottom: 60px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .page-8k8-com-login-ph__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url('[GALLERY:pattern:1920x1080:abstract,geometric,subtle]');
      background-size: cover;
      opacity: 0.1;
      z-index: 0;
    }

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

    .page-8k8-com-login-ph__hero-title {
      font-size: 3em;
      margin-bottom: 15px;
      color: #ffcc00; /* Gold */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-8k8-com-login-ph__hero-subtitle {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #ccc;
    }

    .page-8k8-com-login-ph__button {
      display: inline-block;
      background-color: #ffcc00; /* Gold */
      color: #1a1a2e;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

    .page-8k8-com-login-ph__button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-8k8-com-login-ph__image-container {
      margin-top: 30px;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    }

    .page-8k8-com-login-ph__image {
      max-width: 100%;
      height: auto;
      display: block;
    }

    .page-8k8-com-login-ph__content-section {
      background-color: #ffffff;
      padding: 50px 20px;
      border-bottom: 1px solid #eee;
    }

    .page-8k8-com-login-ph__section-title {
      font-size: 2.5em;
      color: #1a1a2e;
      margin-bottom: 20px;
      text-align: center;
    }

    .page-8k8-com-login-ph__section-description {
      font-size: 1.1em;
      color: #555;
      max-width: 800px;
      margin: 0 auto 40px auto;
      text-align: center;
    }

    .page-8k8-com-login-ph__feature-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-8k8-com-login-ph__feature-item {
      background-color: #f0f0f0;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      text-align: left;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-8k8-com-login-ph__feature-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    }

    .page-8k8-com-login-ph__feature-title {
      font-size: 1.5em;
      color: #1a1a2e;
      margin-bottom: 15px;
    }

    .page-8k8-com-login-ph__feature-text {
      color: #666;
    }

    .page-8k8-com-login-ph__steps-list {
      list-style: none;
      padding: 0;
      margin: 40px auto;
      max-width: 900px;
      display: grid;
      gap: 25px;
    }

    .page-8k8-com-login-ph__step-item {
      background-color: #e8f5e9; /* Light green */
      padding: 25px 30px;
      border-radius: 10px;
      display: flex;
      align-items: flex-start;
      text-align: left;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      box-sizing: border-box; /* Required for list items */
    }

    .page-8k8-com-login-ph__step-number {
      font-size: 2em;
      font-weight: bold;
      color: #28a745; /* Green */
      margin-right: 20px;
      flex-shrink: 0;
      line-height: 1;
    }

    .page-8k8-com-login-ph__step-content {
      flex-grow: 1;
    }

    .page-8k8-com-login-ph__step-title {
      font-size: 1.6em;
      color: #1a1a2e;
      margin-bottom: 10px;
    }

    .page-8k8-com-login-ph__step-description {
      color: #444;
      font-size: 1.1em;
    }

    .page-8k8-com-login-ph__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 40px;
    }

    .page-8k8-com-login-ph__category-card {
      background-color: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
    }

    .page-8k8-com-login-ph__category-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .page-8k8-com-login-ph__category-image-wrapper {
      width: 100%;
      height: 200px; /* Fixed height for consistency */
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #eee;
    }

    .page-8k8-com-login-ph__category-image {
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      width: 100%;
      height: 100%;
    }

    .page-8k8-com-login-ph__category-info {
      padding: 20px;
    }

    .page-8k8-com-login-ph__category-title {
      font-size: 1.4em;
      color: #1a1a2e;
      margin-bottom: 10px;
    }

    .page-8k8-com-login-ph__category-description {
      font-size: 0.95em;
      color: #666;
    }

    .page-8k8-com-login-ph__payment-options {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .page-8k8-com-login-ph__payment-logo-wrapper {
      background-color: #fff;
      padding: 15px 25px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      display: flex;
      align-items: center;
      justify-content: center;
      height: 80px; /* Consistent height for logos */
      width: 150px; /* Consistent width */
      box-sizing: border-box;
    }

    .page-8k8-com-login-ph__payment-logo {
      max-width: 100%;
      max-height: 100%;
      height: auto;
      display: block;
      object-fit: contain;
    }

    .page-8k8-com-login-ph__faq-section {
      background-color: #f0f0f0;
      padding: 50px 20px;
    }

    .page-8k8-com-login-ph__faq-list {
      max-width: 900px;
      margin: 40px auto 0 auto;
      list-style: none;
      padding: 0;
    }

    .page-8k8-com-login-ph__faq-item {
      background-color: #fff;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      overflow: hidden;
    }

    .page-8k8-com-login-ph__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #1a1a2e;
      color: #ffcc00;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-8k8-com-login-ph__faq-question:hover {
      background-color: #2a2a4e;
    }

    .page-8k8-com-login-ph__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #ffcc00;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-8k8-com-login-ph__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click */
    }

    .page-8k8-com-login-ph__faq-item.active .page-8k8-com-login-ph__faq-toggle {
      transform: rotate(45deg);
    }

    .page-8k8-com-login-ph__faq-answer {
      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;
      background-color: #fdfdfd;
      color: #444;
      text-align: left;
    }

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

    .page-8k8-com-login-ph__cta-section {
      background-color: #16213e;
      color: #e0e0e0;
      padding: 60px 20px;
      text-align: center;
    }

    .page-8k8-com-login-ph__cta-title {
      font-size: 2.8em;
      color: #ffcc00;
      margin-bottom: 20px;
    }

    .page-8k8-com-login-ph__cta-text {
      font-size: 1.2em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-8k8-com-login-ph__hero-title {
        font-size: 2.2em;
      }

      .page-8k8-com-login-ph__hero-subtitle {
        font-size: 1em;
      }

      .page-8k8-com-login-ph__section-title {
        font-size: 2em;
      }

      .page-8k8-com-login-ph__section-description {
        font-size: 1em;
      }

      .page-8k8-com-login-ph__feature-grid {
        grid-template-columns: 1fr;
      }

      .page-8k8-com-login-ph__step-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
        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-8k8-com-login-ph__steps-list {
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-8k8-com-login-ph__step-number {
        margin-right: 0;
        margin-bottom: 10px;
      }

      .page-8k8-com-login-ph__step-title {
        font-size: 1.4em;
      }

      .page-8k8-com-login-ph__game-categories {
        grid-template-columns: 1fr;
      }

      .page-8k8-com-login-ph__payment-options {
        flex-direction: column;
        align-items: center;
      }

      .page-8k8-com-login-ph__payment-logo-wrapper {
        width: 100%;
        max-width: 250px; /* Limit max width for logos on small screens */
      }

      .page-8k8-com-login-ph__faq-question {
        padding: 15px 20px;
      }

      .page-8k8-com-login-ph__faq-question h3 {
        font-size: 1.1em;
      }

      .page-8k8-com-login-ph__faq-answer {
        padding: 15px 20px;
      }

      .page-8k8-com-login-ph__cta-title {
        font-size: 2em;
      }

      .page-8k8-com-login-ph__cta-text {
        font-size: 1em;
      }

      .page-8k8-com-login-ph__image,
      .page-8k8-com-login-ph__category-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-8k8-com-login-ph__image-container,
      .page-8k8-com-login-ph__category-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-com-login-ph__hero-title {
        font-size: 1.8em;
      }
      .page-8k8-com-login-ph__section-title {
        font-size: 1.8em;
      }
      .page-8k8-com-login-ph__button {
        padding: 12px 25px;
        font-size: 1em;
      }
    }
  