
    /* Page-specific CSS for 8k8 bet login page */
    .page-8k8-bet-login {
      font-family: 'Arial', sans-serif;
      background-color: #1a1a1a; /* Dark background */
      color: #ffffff; /* White text */
      line-height: 1.6;
      padding-bottom: 80px; /* Space for floating buttons */
    }

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

    .page-8k8-bet-login__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:online_casino,login_banner,gaming]') no-repeat center center/cover;
      padding: 100px 20px 80px;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      overflow: hidden;
      padding-top: 10px; /* Small top padding, expecting body to handle header offset */
      border-radius: 10px;
    }

    .page-8k8-bet-login__hero-title {
      font-size: 3.2em;
      margin-bottom: 15px;
      color: #ffcc00; /* Gold accent */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      font-weight: bold;
    }

    .page-8k8-bet-login__hero-description {
      font-size: 1.3em;
      max-width: 800px;
      margin: 0 auto 30px;
      color: #e0e0e0;
    }

    .page-8k8-bet-login__button-group {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .page-8k8-bet-login__action-button {
      background-color: #ffcc00; /* Gold */
      color: #1a1a1a; /* Dark text */
      padding: 15px 30px;
      border: none;
      border-radius: 8px;
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.3s ease;
      text-decoration: none; /* Ensure no underline for button-like divs */
      display: inline-block; /* For proper padding and sizing */
    }

    .page-8k8-bet-login__action-button:hover {
      background-color: #e6b800; /* Darker gold */
      transform: translateY(-3px);
    }

    .page-8k8-bet-login__section-title {
      font-size: 2.5em;
      color: #ffcc00;
      text-align: center;
      margin-bottom: 30px;
      margin-top: 50px;
      font-weight: bold;
    }

    .page-8k8-bet-login__content-block {
      background-color: #2a2a2a; /* Slightly lighter dark */
      padding: 30px;
      border-radius: 10px;
      margin-bottom: 30px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-8k8-bet-login__content-block p {
      margin-bottom: 15px;
      color: #e0e0e0;
    }

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

    .page-8k8-bet-login__feature-item {
      background-color: #333333;
      padding: 25px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
      box-sizing: border-box; /* Crucial for responsive lists */
    }

    .page-8k8-bet-login__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-8k8-bet-login__feature-icon {
      margin-bottom: 15px;
      width: 200px; /* Minimum size */
      height: auto;
      border-radius: 5px;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-8k8-bet-login__feature-title {
      font-size: 1.5em;
      color: #ffcc00;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-8k8-bet-login__feature-description {
      color: #cccccc;
    }

    .page-8k8-bet-login__image-full-width {
      width: 100%;
      height: auto;
      border-radius: 10px;
      margin: 40px 0;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
      max-width: 100%; /* Ensure responsiveness */
      box-sizing: border-box;
    }

    .page-8k8-bet-login__steps-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-8k8-bet-login__step-item {
      background-color: #333333;
      padding: 20px 30px;
      margin-bottom: 15px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      gap: 20px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
      box-sizing: border-box; /* Crucial for responsive lists */
    }

    .page-8k8-bet-login__step-number {
      background-color: #ffcc00;
      color: #1a1a1a;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.4em;
      font-weight: bold;
      flex-shrink: 0;
    }

    .page-8k8-bet-login__step-content h3 {
      font-size: 1.6em;
      color: #ffcc00;
      margin-top: 0;
      margin-bottom: 5px;
    }

    .page-8k8-bet-login__step-content p {
      color: #cccccc;
      margin-bottom: 0;
    }

    .page-8k8-bet-login__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #111111;
      padding: 10px 20px;
      display: flex;
      justify-content: space-around;
      align-items: center;
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
      z-index: 1000;
      box-sizing: border-box;
    }

    .page-8k8-bet-login__floating-button {
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 12px 25px;
      border-radius: 50px;
      font-size: 1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      text-align: center;
      flex-grow: 1;
      margin: 0 5px;
      max-width: 180px; /* Limit width on larger screens */
    }

    .page-8k8-bet-login__floating-button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    /* FAQ Section */
    .page-8k8-bet-login__faq-section {
      margin-top: 60px;
    }

    .page-8k8-bet-login__faq-item {
      background-color: #2a2a2a;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .page-8k8-bet-login__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #333333;
      color: #ffcc00;
      font-size: 1.3em;
      font-weight: bold;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-8k8-bet-login__faq-question h3 {
      margin: 0;
      font-size: 1em; /* Adjust to fit parent font size */
      pointer-events: none; /* Crucial for click event to work on parent */
    }

    .page-8k8-bet-login__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Crucial for click event to work on parent */
    }

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

    .page-8k8-bet-login__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #2a2a2a;
      color: #e0e0e0;
      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-bet-login__faq-item.active .page-8k8-bet-login__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-8k8-bet-login__faq-answer p {
      margin-bottom: 10px;
    }

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

      .page-8k8-bet-login__hero-description {
        font-size: 1em;
      }

      .page-8k8-bet-login__action-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-8k8-bet-login__section-title {
        font-size: 2em;
        margin-top: 40px;
      }

      .page-8k8-bet-login__content-block {
        padding: 20px;
      }

      .page-8k8-bet-login__feature-list {
        grid-template-columns: 1fr; /* Single column on mobile */
      }

      .page-8k8-bet-login__feature-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-8k8-bet-login__step-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 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;
      }

      .page-8k8-bet-login__step-number {
        margin-bottom: 10px;
      }

      .page-8k8-bet-login__step-content h3 {
        font-size: 1.4em;
      }

      .page-8k8-bet-login__floating-buttons {
        padding: 8px 10px;
        justify-content: space-between;
      }

      .page-8k8-bet-login__floating-button {
        padding: 10px 15px;
        font-size: 0.9em;
        margin: 0 3px;
        max-width: unset; /* Remove max-width for mobile */
      }

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

      .page-8k8-bet-login__faq-answer {
        padding: 15px 20px;
      }

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

      .page-8k8-bet-login__container {
        padding: 10px;
      }

      .page-8k8-bet-login__image-full-width {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-bet-login__hero-title {
        font-size: 2em;
      }
      .page-8k8-bet-login__floating-button {
        font-size: 0.8em;
        padding: 8px 10px;
      }
    }
  