
    /* Page-specific CSS for 8k8-slot-login */
    :root {
      --page-8k8-slot-login-primary-color: #FFD700; /* Gold */
      --page-8k8-slot-login-secondary-color: #8B0000; /* Dark Red */
      --page-8k8-slot-login-text-color: #FFFFFF;
      --page-8k8-slot-login-dark-background: #1a1a1a;
      --page-8k8-slot-login-light-background: #2a2a2a;
      --page-8k8-slot-login-border-color: #444;
    }

    .page-8k8-slot-login {
      font-family: 'Arial', sans-serif;
      color: var(--page-8k8-slot-login-text-color);
      background-color: var(--page-8k8-slot-login-dark-background);
      line-height: 1.6;
      padding-bottom: 40px; /* Ensure space above footer */
    }

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

    .page-8k8-slot-login__hero-section {
      position: relative;
      background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)), url('[GALLERY:hero:1920x1080:casino,slots,login,8k8,philippines]') no-repeat center center/cover;
      color: var(--page-8k8-slot-login-text-color);
      text-align: center;
      padding: 100px 15px;
      padding-top: 10px; /* Small decorative top padding, assuming body has header offset */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 500px;
    }

    .page-8k8-slot-login__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: var(--page-8k8-slot-login-primary-color);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-8k8-slot-login__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      max-width: 800px;
    }

    .page-8k8-slot-login__cta-button {
      background-color: var(--page-8k8-slot-login-primary-color);
      color: var(--page-8k8-slot-login-secondary-color);
      padding: 15px 30px;
      font-size: 1.2em;
      font-weight: bold;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none;
      display: inline-block;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

    .page-8k8-slot-login__cta-button:hover {
      background-color: #FFC107; /* Slightly darker gold */
      transform: translateY(-2px);
    }

    .page-8k8-slot-login__section {
      padding: 60px 0;
      background-color: var(--page-8k8-slot-login-light-background);
      margin-top: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-8k8-slot-login__section--dark {
      background-color: var(--page-8k8-slot-login-dark-background);
    }

    .page-8k8-slot-login__section-title {
      font-size: 2.5em;
      color: var(--page-8k8-slot-login-primary-color);
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-8k8-slot-login__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: var(--page-8k8-slot-login-secondary-color);
      border-radius: 2px;
    }

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

    .page-8k8-slot-login__feature-card {
      background-color: var(--page-8k8-slot-login-dark-background);
      padding: 30px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid var(--page-8k8-slot-login-border-color);
    }

    .page-8k8-slot-login__feature-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    }

    .page-8k8-slot-login__feature-icon {
      margin-bottom: 20px;
    }

    .page-8k8-slot-login__feature-icon img {
      max-width: 250px;
      height: auto;
      border-radius: 8px;
      display: block;
      margin: 0 auto;
      border: 2px solid var(--page-8k8-slot-login-primary-color);
      box-sizing: border-box;
      max-width: 100%;
    }

    .page-8k8-slot-login__feature-title {
      font-size: 1.8em;
      color: var(--page-8k8-slot-login-primary-color);
      margin-bottom: 15px;
    }

    .page-8k8-slot-login__feature-description {
      font-size: 1em;
      color: #ccc;
    }

    .page-8k8-slot-login__game-showcase {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 40px;
    }

    .page-8k8-slot-login__game-card {
      background-color: var(--page-8k8-slot-login-light-background);
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid var(--page-8k8-slot-login-border-color);
    }

    .page-8k8-slot-login__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    }

    .page-8k8-slot-login__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      border-bottom: 1px solid var(--page-8k8-slot-login-border-color);
      box-sizing: border-box;
      max-width: 100%;
    }

    .page-8k8-slot-login__game-content {
      padding: 20px;
      text-align: center;
    }

    .page-8k8-slot-login__game-title {
      font-size: 1.5em;
      color: var(--page-8k8-slot-login-primary-color);
      margin-bottom: 10px;
    }

    .page-8k8-slot-login__game-provider {
      font-size: 0.9em;
      color: #aaa;
    }

    .page-8k8-slot-login__text-content {
      font-size: 1.1em;
      line-height: 1.8;
      color: #e0e0e0;
      margin-bottom: 20px;
    }

    .page-8k8-slot-login__text-content p {
      margin-bottom: 1em;
    }

    .page-8k8-slot-login__text-content ul,
    .page-8k8-slot-login__text-content ol {
      list-style-type: disc;
      padding-left: 25px;
      margin-bottom: 20px;
    }

    .page-8k8-slot-login__text-content ol {
      list-style-type: decimal;
    }

    .page-8k8-slot-login__text-content li {
      margin-bottom: 0.8em;
      box-sizing: border-box;
      word-wrap: break-word !important;
      overflow-wrap: break-word !important;
      word-break: break-word !important;
    }

    .page-8k8-slot-login__faq-section {
      padding: 60px 0;
      background-color: var(--page-8k8-slot-login-light-background);
      margin-top: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-8k8-slot-login__faq-item {
      background-color: var(--page-8k8-slot-login-dark-background);
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      border: 1px solid var(--page-8k8-slot-login-border-color);
    }

    .page-8k8-slot-login__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: var(--page-8k8-slot-login-secondary-color);
      color: var(--page-8k8-slot-login-text-color);
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-8k8-slot-login__faq-question:hover {
      background-color: #A52A2A; /* Slightly lighter red */
    }

    .page-8k8-slot-login__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Crucial for click event on parent */
      color: inherit; /* Ensure h3 color matches parent */
    }

    .page-8k8-slot-login__faq-toggle {
      font-size: 1.5em;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Crucial for click event on parent */
    }

    .page-8k8-slot-login__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px; /* Initial padding, will be adjusted on active */
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #e0e0e0;
      background-color: var(--page-8k8-slot-login-dark-background);
      border-top: 1px solid var(--page-8k8-slot-login-border-color);
    }

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

    .page-8k8-slot-login__faq-item.active .page-8k8-slot-login__faq-toggle {
      transform: rotate(45deg); /* Changes + to X or similar */
    }

    .page-8k8-slot-login__login-promo {
      text-align: center;
      padding: 40px 15px;
      background-color: var(--page-8k8-slot-login-secondary-color);
      border-radius: 8px;
      margin-top: 40px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-8k8-slot-login__login-promo h2 {
      color: var(--page-8k8-slot-login-primary-color);
      font-size: 2.2em;
      margin-bottom: 20px;
    }

    .page-8k8-slot-login__login-promo p {
      font-size: 1.1em;
      margin-bottom: 30px;
      color: var(--page-8k8-slot-login-text-color);
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-8k8-slot-login__hero-title {
        font-size: 2.5em;
      }

      .page-8k8-slot-login__hero-subtitle {
        font-size: 1.2em;
      }

      .page-8k8-slot-login__cta-button {
        padding: 12px 25px;
        font-size: 1.1em;
      }

      .page-8k8-slot-login__section-title {
        font-size: 2em;
      }

      .page-8k8-slot-login__content-grid,
      .page-8k8-slot-login__game-showcase {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-8k8-slot-login__feature-card,
      .page-8k8-slot-login__game-card,
      .page-8k8-slot-login__faq-item {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 15px; /* Adjust padding for cards on mobile */
      }

      .page-8k8-slot-login__feature-icon img,
      .page-8k8-slot-login__game-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-8k8-slot-login__text-content ul,
      .page-8k8-slot-login__text-content ol {
        padding-left: 20px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-8k8-slot-login__text-content li {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-right: 5px !important; /* Ensure content doesn't touch edge */
      }

      .page-8k8-slot-login__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }

      .page-8k8-slot-login__faq-answer {
        padding: 0 20px;
      }

      .page-8k8-slot-login__faq-item.active .page-8k8-slot-login__faq-answer {
        padding: 15px 20px !important;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-slot-login__hero-title {
        font-size: 2em;
      }
      .page-8k8-slot-login__hero-subtitle {
        font-size: 1em;
      }
      .page-8k8-slot-login__section-title {
        font-size: 1.8em;
      }
      .page-8k8-slot-login__container {
        padding: 0 10px;
      }
    }
  