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

    /* Fallback for header offset if shared.css body padding-top is not present */
    .page-8k8-com-login-register {
      padding-top: var(--header-offset, 122px);
    }
    @media (max-width: 768px) {
      .page-8k8-com-login-register {
        padding-top: var(--header-offset, 80px);
      }
    }

    .page-8k8-com-login-register__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-8k8-com-login-register__section:first-of-type {
      padding-top: 10px; /* Small decorative top padding, body handles header offset */
    }

    .page-8k8-com-login-register__hero-section {
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d); /* Dark blue, red, gold gradient */
      color: #fff;
      text-align: center;
      padding: 60px 20px;
      border-radius: 0;
      box-shadow: none;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 400px;
      position: relative;
      overflow: hidden;
    }

    .page-8k8-com-login-register__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url('[GALLERY:hero:1920x1080:online_betting,casino,philippines,abstract]');
      background-size: cover;
      background-position: center;
      opacity: 0.2; /* Subtle overlay */
      z-index: 0;
    }

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

    .page-8k8-com-login-register__hero-title {
      font-size: 3em;
      margin-bottom: 20px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-8k8-com-login-register__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    }

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

    .page-8k8-com-login-register__button {
      background-color: #fdbb2d; /* Gold */
      color: #1a2a6c; /* Dark blue */
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      display: inline-block;
      text-align: center;
      white-space: nowrap;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

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

    .page-8k8-com-login-register__button--secondary {
      background-color: #b21f1f; /* Red */
      color: #fff;
    }

    .page-8k8-com-login-register__button--secondary:hover {
      background-color: #8c1616; /* Darker red */
      transform: translateY(-3px);
    }

    .page-8k8-com-login-register__title {
      font-size: 2.5em;
      color: #1a2a6c;
      text-align: center;
      margin-bottom: 30px;
      font-weight: bold;
    }

    .page-8k8-com-login-register__subtitle {
      font-size: 1.8em;
      color: #b21f1f;
      text-align: center;
      margin-bottom: 20px;
    }

    .page-8k8-com-login-register__content-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      align-items: center;
      justify-content: center;
      margin-top: 20px;
    }

    .page-8k8-com-login-register__text-block {
      flex: 1;
      min-width: 300px;
    }

    .page-8k8-com-login-register__image-container {
      flex: 1;
      min-width: 300px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .page-8k8-com-login-register__image {
      width: 100%;
      max-width: 600px;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      max-width: 100%; /* Ensure responsive */
      height: auto; /* Ensure responsive */
    }

    .page-8k8-com-login-register__list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-8k8-com-login-register__list-item {
      background-color: #f0f0f0;
      margin-bottom: 10px;
      padding: 15px;
      border-radius: 5px;
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: #333;
      box-sizing: border-box;
    }

    .page-8k8-com-login-register__list-item::before {
      content: '✓';
      color: #b21f1f;
      font-weight: bold;
      font-size: 1.2em;
    }

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

    .page-8k8-com-login-register__step-item {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

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

    .page-8k8-com-login-register__step-number {
      font-size: 2.5em;
      color: #fdbb2d;
      font-weight: bold;
      margin-bottom: 15px;
      display: block;
    }

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

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

    .page-8k8-com-login-register__game-card {
      background-color: #fefefe;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-8k8-com-login-register__game-card:hover {
      transform: translateY(-5px);
    }

    .page-8k8-com-login-register__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 1px solid #eee;
      max-width: 100%; /* Ensure responsive */
      height: auto; /* Ensure responsive */
    }

    .page-8k8-com-login-register__game-title {
      font-size: 1.1em;
      color: #1a2a6c;
      padding: 15px 10px;
      font-weight: bold;
    }

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

    .page-8k8-com-login-register__payment-item {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 15px 25px;
      text-align: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      font-weight: bold;
      color: #1a2a6c;
      min-width: 120px;
      flex: 1;
      max-width: 180px;
      box-sizing: border-box;
    }

    /* Floating Login/Register Buttons */
    .page-8k8-com-login-register__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
      background-color: rgba(0, 0, 0, 0.7);
      padding: 10px 20px;
      border-radius: 50px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }

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

    /* FAQ Section Styles */
    .page-8k8-com-login-register__faq-section {
      background-color: #fefefe;
      padding: 40px 20px;
      max-width: 1000px;
      margin: 20px auto;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-8k8-com-login-register__faq-title {
      font-size: 2.2em;
      color: #1a2a6c;
      text-align: center;
      margin-bottom: 30px;
      font-weight: bold;
    }

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

    .page-8k8-com-login-register__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px;
      background-color: #f9f9f9;
      cursor: pointer;
      user-select: none;
      font-size: 1.1em;
      color: #1a2a6c;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

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

    .page-8k8-com-login-register__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      text-align: left;
      pointer-events: none; /* Prevent h3 from blocking click on parent */
    }

    .page-8k8-com-login-register__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      color: #b21f1f;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click on parent */
    }

    .page-8k8-com-login-register__faq-item.active .page-8k8-com-login-register__faq-toggle {
      transform: rotate(45deg); /* Rotate for 'x' effect, or just change text */
      color: #1a2a6c;
    }

    .page-8k8-com-login-register__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px; /* Initial padding */
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;
      color: #555;
      background-color: #fff;
      text-align: left;
    }

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

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

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

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

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

      .page-8k8-com-login-register__subtitle {
        font-size: 1.5em;
      }

      .page-8k8-com-login-register__section {
        padding: 30px 15px;
        margin-bottom: 15px;
      }

      .page-8k8-com-login-register__content-wrapper {
        flex-direction: column;
        gap: 20px;
      }

      .page-8k8-com-login-register__text-block,
      .page-8k8-com-login-register__image-container {
        min-width: unset;
        width: 100%;
      }

      /* List item responsive styles */
      .page-8k8-com-login-register__list-item,
      .page-8k8-com-login-register__step-item,
      .page-8k8-com-login-register__game-card,
      .page-8k8-com-login-register__payment-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-8k8-com-login-register__list {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-8k8-com-login-register__step-list,
      .page-8k8-com-login-register__game-grid,
      .page-8k8-com-login-register__payment-methods {
        grid-template-columns: 1fr;
        gap: 15px;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-8k8-com-login-register__payment-item {
        min-width: unset;
      }

      .page-8k8-com-login-register__floating-buttons {
        flex-direction: column;
        gap: 10px;
        bottom: 15px;
        width: calc(100% - 40px);
        max-width: 300px;
        padding: 10px;
      }

      .page-8k8-com-login-register__floating-button {
        width: 100%;
        padding: 10px 15px;
      }

      .page-8k8-com-login-register__faq-question {
        padding: 15px;
        font-size: 1em;
      }
      .page-8k8-com-login-register__faq-answer {
        padding: 0 15px;
      }
      .page-8k8-com-login-register__faq-item.active .page-8k8-com-login-register__faq-answer {
        padding: 15px 15px !important;
      }
      .page-8k8-com-login-register__faq-title {
        font-size: 1.8em;
      }
    }
  