
    /* Base styles for the page */
    .page-8k8-com-login-ph {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f9fa;
      padding-top: 10px; /* Small decorative padding, assuming body padding-top is handled by shared.css */
    }

    .page-8k8-com-login-ph__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    /* Hero Section */
    .page-8k8-com-login-ph__hero-section {
      text-align: center;
      padding: 60px 20px;
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d); /* Dark blue, red, gold gradient */
      color: #ffffff;
      border-radius: 10px;
      margin-bottom: 40px;
      position: relative;
      overflow: hidden;
    }

    .page-8k8-com-login-ph__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      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;
    }

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

    .page-8k8-com-login-ph__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #e0e0e0;
    }

    .page-8k8-com-login-ph__cta-button {
      display: inline-block;
      background-color: #fdbb2d; /* Gold */
      color: #1a2a6c; /* Dark blue */
      padding: 15px 30px;
      font-size: 1.2em;
      font-weight: bold;
      border-radius: 8px;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-8k8-com-login-ph__cta-button:hover {
      background-color: #e6a724; /* Darker gold */
      transform: translateY(-3px);
    }

    /* Section Styles */
    .page-8k8-com-login-ph__section {
      background-color: #ffffff;
      padding: 40px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .page-8k8-com-login-ph__section-title {
      font-size: 2.2em;
      color: #1a2a6c; /* Dark blue */
      margin-bottom: 25px;
      text-align: center;
      position: relative;
    }

    .page-8k8-com-login-ph__section-title::after {
      content: '';
      display: block;
      width: 60px;
      height: 4px;
      background-color: #b21f1f; /* Red */
      margin: 10px auto 0;
      border-radius: 2px;
    }

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

    .page-8k8-com-login-ph__feature-item {
      text-align: center;
      padding: 30px;
      border: 1px solid #eee;
      border-radius: 8px;
      background-color: #fcfcfc;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

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

    .page-8k8-com-login-ph__feature-icon {
      width: 100px;
      height: 100px;
      margin-bottom: 20px;
      border-radius: 50%;
      background-color: #fdbb2d; /* Gold */
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: auto;
      margin-right: auto;
      font-size: 3em;
      color: #1a2a6c; /* Dark blue */
      font-weight: bold;
    }

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

    .page-8k8-com-login-ph__feature-description {
      color: #555;
      font-size: 1em;
    }

    /* Image Showcase */
    .page-8k8-com-login-ph__image-showcase {
      text-align: center;
      margin-top: 30px;
    }

    .page-8k8-com-login-ph__image-showcase img {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    }

    /* How-to Steps */
    .page-8k8-com-login-ph__steps-list {
      display: flex;
      flex-direction: column;
      gap: 25px;
      margin-top: 30px;
    }

    .page-8k8-com-login-ph__step-item {
      display: flex;
      align-items: flex-start;
      background-color: #fefefe;
      padding: 25px;
      border-left: 5px solid #b21f1f; /* Red */
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-8k8-com-login-ph__step-number {
      font-size: 2em;
      font-weight: bold;
      color: #b21f1f; /* Red */
      margin-right: 20px;
      flex-shrink: 0;
    }

    .page-8k8-com-login-ph__step-content h3 {
      font-size: 1.3em;
      color: #1a2a6c; /* Dark blue */
      margin-top: 0;
      margin-bottom: 10px;
    }

    .page-8k8-com-login-ph__step-content p {
      color: #555;
    }

    /* Game Providers / Payment Methods */
    .page-8k8-com-login-ph__logo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 30px;
      justify-items: center;
      align-items: center;
    }

    .page-8k8-com-login-ph__logo-item {
      text-align: center;
      padding: 15px;
      border: 1px solid #eee;
      border-radius: 8px;
      background-color: #fcfcfc;
      transition: transform 0.2s ease;
    }

    .page-8k8-com-login-ph__logo-item:hover {
      transform: translateY(-3px);
    }

    .page-8k8-com-login-ph__logo-item img {
      max-width: 100%;
      height: auto;
      max-height: 80px; /* Constrain height for uniform display */
      object-fit: contain;
      /* Removed filter: grayscale to ensure original colors */
      transition: transform 0.3s ease;
    }

    .page-8k8-com-login-ph__logo-item:hover img {
      transform: scale(1.05);
    }

    /* FAQ Section */
    .page-8k8-com-login-ph__faq-section {
      margin-top: 40px;
    }

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

    .page-8k8-com-login-ph__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #fff;
      cursor: pointer;
      user-select: none;
      font-size: 1.2em;
      color: #1a2a6c; /* Dark blue */
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-8k8-com-login-ph__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #1a2a6c; /* Dark blue */
      pointer-events: none; /* Prevent h3 from blocking click on parent div */
    }

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

    .page-8k8-com-login-ph__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #b21f1f; /* Red */
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click on parent div */
    }

    .page-8k8-com-login-ph__faq-item.active .page-8k8-com-login-ph__faq-toggle {
      transform: rotate(45deg); /* Change + to X or - */
    }

    .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;
      color: #555;
    }

    .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;
    }

    /* Mobile Responsiveness */
    @media (max-width: 768px) {
      .page-8k8-com-login-ph__container {
        padding: 15px;
      }

      .page-8k8-com-login-ph__hero-title {
        font-size: 2.2em;
      }

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

      .page-8k8-com-login-ph__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-8k8-com-login-ph__section {
        padding: 25px;
      }

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

      .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;
        border-left: none;
        border-top: 5px solid #b21f1f;
      }

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

      .page-8k8-com-login-ph__logo-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      }

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

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

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

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

    /* List item specific mobile responsive styles */
    .page-8k8-com-login-ph__feature-grid,
    .page-8k8-com-login-ph__steps-list,
    .page-8k8-com-login-ph__logo-grid {
      width: 100% !important;
      max-width: 100% !important;
      box-sizing: border-box !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    .page-8k8-com-login-ph__feature-item,
    .page-8k8-com-login-ph__step-item,
    .page-8k8-com-login-ph__logo-item,
    .page-8k8-com-login-ph__faq-item {
      box-sizing: border-box !important;
      width: 100% !important;
      max-width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      word-wrap: break-word !important;
      overflow-wrap: break-word !important;
      word-break: break-word !important;
    }

    /* Image responsiveness */
    .page-8k8-com-login-ph img {
      max-width: 100% !important;
      height: auto !important;
      box-sizing: border-box !important;
    }

    .page-8k8-com-login-ph__image-showcase {
      width: 100% !important;
      max-width: 100% !important;
      overflow: hidden !important;
      box-sizing: border-box !important;
    }
  