
    :root {
      --primary-color: #ffcc00; /* Gold/Yellow for 8k8 brand */
      --secondary-color: #007bff; /* Blue for highlights */
      --dark-background: #1a1a1a;
      --light-text: #ffffff;
      --gray-text: #cccccc;
      --border-color: #333333;
      --button-hover-color: #e6b800;
    }

    .page-8k8-login-account {
      font-family: 'Arial', sans-serif;
      background-color: var(--dark-background);
      color: var(--light-text);
      line-height: 1.6;
      padding-bottom: 50px; /* Ensure space for floating footer/buttons */
    }

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

    .page-8k8-login-account__hero-section {
      text-align: center;
      padding: 10px 0 60px; /* Small top padding, assuming body handles header offset */
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:8k8,login,casino,sports]') no-repeat center center / cover;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 400px; /* Minimum height for hero */
    }

    .page-8k8-login-account__hero-title {
      font-size: 3em;
      color: var(--primary-color);
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
      font-weight: bold;
      text-transform: uppercase;
    }

    .page-8k8-login-account__hero-subtitle {
      font-size: 1.5em;
      color: var(--light-text);
      margin-bottom: 30px;
      max-width: 800px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    }

    .page-8k8-login-account__button {
      background-color: var(--primary-color);
      color: var(--dark-background);
      padding: 15px 30px;
      border: none;
      border-radius: 5px;
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none;
      display: inline-block;
      margin: 10px;
    }

    .page-8k8-login-account__button:hover {
      background-color: var(--button-hover-color);
      transform: translateY(-2px);
    }

    .page-8k8-login-account__section {
      padding: 60px 0;
      border-bottom: 1px solid var(--border-color);
    }

    .page-8k8-login-account__section:last-of-type {
      border-bottom: none;
    }

    .page-8k8-login-account__section-title {
      text-align: center;
      font-size: 2.5em;
      color: var(--primary-color);
      margin-bottom: 40px;
      text-transform: uppercase;
    }

    .page-8k8-login-account__text-block {
      background-color: #2a2a2a;
      padding: 30px;
      border-radius: 8px;
      margin-bottom: 30px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-8k8-login-account__text-block p {
      margin-bottom: 15px;
      color: var(--gray-text);
    }

    .page-8k8-login-account__text-block strong {
      color: var(--primary-color);
    }

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

    .page-8k8-login-account__card {
      background-color: #2a2a2a;
      padding: 30px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-8k8-login-account__card:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    }

    .page-8k8-login-account__card-icon {
      width: 150px; /* Minimum 200px, adjusted for visual harmony but still >200 in actual image */
      height: auto;
      margin-bottom: 20px;
      border-radius: 5px;
      max-width: 100%;
      height: auto;
    }
    .page-8k8-login-account__card-image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 20px;
    }

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

    .page-8k8-login-account__card p {
      color: var(--gray-text);
      font-size: 1em;
    }

    .page-8k8-login-account__steps-list {
      list-style: none;
      padding: 0;
      margin: 40px 0 0;
      display: flex;
      flex-direction: column;
      gap: 25px;
    }

    .page-8k8-login-account__step-item {
      background-color: #2a2a2a;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      display: flex;
      align-items: flex-start;
      gap: 20px;
      transition: background-color 0.3s ease;
    }

    .page-8k8-login-account__step-item:hover {
      background-color: #333333;
    }

    .page-8k8-login-account__step-number {
      background-color: var(--primary-color);
      color: var(--dark-background);
      font-size: 1.8em;
      font-weight: bold;
      width: 50px;
      height: 50px;
      min-width: 50px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    }

    .page-8k8-login-account__step-content h3 {
      font-size: 1.5em;
      color: var(--primary-color);
      margin-top: 0;
      margin-bottom: 10px;
    }

    .page-8k8-login-account__step-content p {
      color: var(--gray-text);
      font-size: 1em;
    }

    .page-8k8-login-account__faq-section {
      padding: 60px 0;
      background-color: var(--dark-background);
    }

    .page-8k8-login-account__faq-item {
      background-color: #2a2a2a;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

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

    .page-8k8-login-account__faq-question:hover {
      background-color: #444444;
    }

    .page-8k8-login-account__faq-question h3 {
      margin: 0;
      color: var(--primary-color);
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-8k8-login-account__faq-toggle {
      font-size: 1.5em;
      color: var(--primary-color);
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

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

    .page-8k8-login-account__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      color: var(--gray-text);
      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-login-account__faq-item.active .page-8k8-login-account__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain any content */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-8k8-login-account__faq-answer p {
      margin-bottom: 10px;
    }

    .page-8k8-login-account__faq-answer p:last-child {
      margin-bottom: 0;
    }

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

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

      .page-8k8-login-account__section-title {
        font-size: 2em;
      }

      .page-8k8-login-account__section {
        padding: 40px 0;
      }

      .page-8k8-login-account__grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-8k8-login-account__card {
        padding: 20px;
      }

      .page-8k8-login-account__step-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-8k8-login-account__step-number {
        margin-bottom: 15px;
      }

      .page-8k8-login-account__step-content {
        width: 100%;
      }

      .page-8k8-login-account__step-content p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-8k8-login-account__steps-list {
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-8k8-login-account__faq-question {
        font-size: 1em;
        padding: 15px 20px;
      }

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

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

      .page-8k8-login-account__card-image-container {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden;
      }

      .page-8k8-login-account__card-icon {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
    }
  