
    /* CSS for page-8k8-com-login-ph */
    .page-8k8-com-login-ph {
      font-family: Arial, sans-serif;
      color: #333;
      background-color: #f0f2f5;
      line-height: 1.6;
      padding-top: 10px; /* Small top padding, relying on body padding for header offset */
    }

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

    .page-8k8-com-login-ph__hero-section {
      position: relative;
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d); /* Gradient background for casino feel */
      color: #fff;
      text-align: center;
      padding: 80px 0;
      overflow: hidden;
      border-radius: 10px;
      margin-bottom: 30px;
    }

    .page-8k8-com-login-ph__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 1;
    }

    .page-8k8-com-login-ph__hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-8k8-com-login-ph__hero-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      line-height: 1.2;
      font-weight: bold;
      color: #fdbb2d; /* Gold color for emphasis */
    }
    .page-8k8-com-login-ph__hero-title strong {
        color: #fff;
    }

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

    .page-8k8-com-login-ph__cta-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
    }

    .page-8k8-com-login-ph__cta-button {
      background-color: #fdbb2d; /* Gold */
      color: #1a2a6c; /* Dark blue */
      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;
      display: inline-block;
      border: none;
      cursor: pointer;
    }

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

    .page-8k8-com-login-ph__section {
      background-color: #fff;
      padding: 40px;
      margin-bottom: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .page-8k8-com-login-ph__section-title {
      font-size: 2em;
      color: #1a2a6c;
      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: #fdbb2d;
      margin: 10px auto 0;
      border-radius: 2px;
    }

    .page-8k8-com-login-ph__text-content p {
      margin-bottom: 15px;
      color: #555;
    }
    .page-8k8-com-login-ph__text-content strong {
        color: #1a2a6c;
    }
    .page-8k8-com-login-ph__text-content--center {
        text-align: center;
    }

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

    .page-8k8-com-login-ph__feature-card {
      background-color: #f9f9f9;
      padding: 25px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

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

    .page-8k8-com-login-ph__feature-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
      border-radius: 50%;
      object-fit: cover;
    }

    .page-8k8-com-login-ph__feature-title {
      font-size: 1.3em;
      color: #1a2a6c;
      margin-bottom: 10px;
      font-weight: bold;
    }

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

    .page-8k8-com-login-ph__game-providers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-8k8-com-login-ph__provider-item {
      background-color: #eee;
      padding: 10px 20px;
      border-radius: 5px;
      font-weight: bold;
      color: #333;
      font-size: 0.9em;
      box-shadow: 0 1px 3px rgba(0,0,0,0.05);
      white-space: nowrap;
      box-sizing: border-box; /* Ensure padding/border are included in width */
    }

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

    .page-8k8-com-login-ph__payment-item {
      background-color: #eee;
      padding: 10px 20px;
      border-radius: 5px;
      font-weight: bold;
      color: #333;
      font-size: 0.9em;
      box-shadow: 0 1px 3px rgba(0,0,0,0.05);
      white-space: nowrap;
      box-sizing: border-box; /* Ensure padding/border are included in width */
    }

    .page-8k8-com-login-ph__floating-buttons-wrapper {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .page-8k8-com-login-ph__floating-button {
        background-color: #fdbb2d;
        color: #1a2a6c;
        padding: 12px 25px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.0em;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        transition: background-color 0.3s ease, transform 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 120px;
        text-align: center;
    }

    .page-8k8-com-login-ph__floating-button--login {
        background-color: #1a2a6c;
        color: #fdbb2d;
    }

    .page-8k8-com-login-ph__floating-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    }
    .page-8k8-com-login-ph__floating-button--login:hover {
        background-color: #0d1a4a;
    }


    /* FAQ Section Styles */
    .page-8k8-com-login-ph__faq-section {
        background-color: #f9f9f9;
        padding: 40px;
        margin-bottom: 30px;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .page-8k8-com-login-ph__faq-title {
        font-size: 2em;
        color: #1a2a6c;
        margin-bottom: 25px;
        text-align: center;
        position: relative;
    }

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

    .page-8k8-com-login-ph__faq-item {
        margin-bottom: 10px;
        border: 1px solid #ddd;
        border-radius: 8px;
        overflow: hidden;
    }

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

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

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

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

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

    .page-8k8-com-login-ph__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 15px;
        background-color: #fdfdfd;
        color: #555;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        opacity: 0;
    }

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

    .page-8k8-com-login-ph__faq-answer p {
        margin: 0;
        padding-bottom: 10px;
    }

    /* Image Responsive */
    .page-8k8-com-login-ph img {
        max-width: 100%;
        height: auto;
        display: block; /* Remove extra space below images */
    }

    .page-8k8-com-login-ph__image-container {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin-bottom: 20px;
        border-radius: 8px;
    }

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

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

      .page-8k8-com-login-ph__cta-buttons {
        flex-direction: column;
        gap: 15px;
      }

      .page-8k8-com-login-ph__cta-button {
        width: 80%;
        margin: 0 auto;
      }

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

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

      .page-8k8-com-login-ph__features-grid {
        grid-template-columns: 1fr;
      }
      
      /* List item responsive adjustments */
      .page-8k8-com-login-ph__game-providers,
      .page-8k8-com-login-ph__payment-methods {
        flex-direction: column;
        align-items: center;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-8k8-com-login-ph__provider-item,
      .page-8k8-com-login-ph__payment-item {
        width: 90% !important; /* Adjust width for better mobile fit */
        max-width: 90% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        text-align: center;
      }

      .page-8k8-com-login-ph__floating-buttons-wrapper {
        bottom: 15px;
        right: 15px;
        flex-direction: row; /* Arrange buttons horizontally on smaller screens */
        width: calc(100% - 30px);
        justify-content: space-around;
      }

      .page-8k8-com-login-ph__floating-button {
        flex: 1;
        min-width: unset;
        font-size: 0.9em;
        padding: 10px 15px;
      }
      
      .page-8k8-com-login-ph__faq-title {
          font-size: 1.6em;
      }
      .page-8k8-com-login-ph__faq-question {
          padding: 12px 15px;
      }
      .page-8k8-com-login-ph__faq-question h3 {
          font-size: 1em;
      }
      .page-8k8-com-login-ph__faq-answer {
          padding: 15px 15px;
      }

      .page-8k8-com-login-ph img {
          max-width: 100% !important;
          height: auto !important;
      }
      .page-8k8-com-login-ph__image-container {
          width: 100% !important;
          max-width: 100% !important;
          box-sizing: border-box !important;
      }
    }
    
    @media (max-width: 480px) {
        .page-8k8-com-login-ph__hero-section {
            padding: 60px 0;
        }
        .page-8k8-com-login-ph__hero-title {
            font-size: 1.8em;
        }
        .page-8k8-com-login-ph__cta-button {
            width: 95%;
        }
    }
  