
    :root {
      --8k8-primary-color: #e44d26; /* A vibrant color for highlights */
      --8k8-secondary-color: #ffb703; /* A complementary accent color */
      --8k8-dark-bg: #1a1a1a; /* Dark background for casino theme */
      --8k8-text-light: #f0f0f0; /* Light text on dark background */
      --8k8-text-medium: #cccccc; /* Slightly subdued text */
      --8k8-border-color: #333333; /* Subtle border color */
      --8k8-success-color: #28a745; /* For success messages */
      --8k8-error-color: #dc3545; /* For error messages */
      --header-offset: 122px; /* Default offset if not set by shared.css */
    }

    .page-8k8-com-login-11 {
      font-family: 'Arial', sans-serif;
      color: var(--8k8-text-light);
      background-color: var(--8k8-dark-bg);
      line-height: 1.6;
      padding-top: var(--header-offset, 122px); /* Fallback if shared.css doesn't set body padding-top */
    }

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

    .page-8k8-com-login-11__section {
      padding: 60px 0;
      text-align: center;
      position: relative;
    }

    .page-8k8-com-login-11__section:nth-of-type(even) {
      background-color: #222222;
    }

    .page-8k8-com-login-11__hero-section {
      background-color: #000;
      padding: 10px 0 80px; /* Adjust padding-top for fixed header, 10px for decoration */
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 500px;
      position: relative;
      overflow: hidden;
    }

    .page-8k8-com-login-11__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.4;
      z-index: 1;
      max-width: 100% !important;
      height: auto !important;
      box-sizing: border-box !important;
    }

    .page-8k8-com-login-11__hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      text-align: center;
      padding: 20px;
      background: rgba(0, 0, 0, 0.6);
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    }

    .page-8k8-com-login-11__hero-title {
      font-size: 3.2em;
      color: var(--8k8-secondary-color);
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-8k8-com-login-11__hero-description {
      font-size: 1.2em;
      color: var(--8k8-text-light);
      margin-bottom: 30px;
    }

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

    .page-8k8-com-login-11__button:hover {
      background-color: #ff6a00;
      transform: translateY(-2px);
    }

    .page-8k8-com-login-11__heading-h2 {
      font-size: 2.5em;
      color: var(--8k8-secondary-color);
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-8k8-com-login-11__heading-h2::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: var(--8k8-primary-color);
      border-radius: 2px;
    }

    .page-8k8-com-login-11__heading-h3 {
      font-size: 1.8em;
      color: var(--8k8-primary-color);
      margin-bottom: 20px;
    }

    .page-8k8-com-login-11__text-content {
      font-size: 1.1em;
      color: var(--8k8-text-medium);
      max-width: 800px;
      margin: 0 auto 30px;
    }

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

    .page-8k8-com-login-11__feature-card {
      background-color: #2a2a2a;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
      text-align: left;
      border-left: 5px solid var(--8k8-primary-color);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-8k8-com-login-11__feature-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    }

    .page-8k8-com-login-11__feature-icon {
      width: 60px;
      height: 60px;
      margin-bottom: 20px;
      max-width: 100% !important;
      height: auto !important;
      box-sizing: border-box !important;
    }

    .page-8k8-com-login-11__feature-title {
      color: var(--8k8-secondary-color);
      font-size: 1.5em;
      margin-bottom: 15px;
    }

    .page-8k8-com-login-11__feature-description {
      color: var(--8k8-text-medium);
    }

    .page-8k8-com-login-11__steps-list {
      list-style: none;
      padding: 0;
      margin: 40px auto;
      max-width: 800px;
      text-align: left;
    }

    .page-8k8-com-login-11__step-item {
      background-color: #2a2a2a;
      margin-bottom: 20px;
      padding: 25px 30px;
      border-radius: 8px;
      display: flex;
      align-items: flex-start;
      border: 1px solid var(--8k8-border-color);
      box-sizing: border-box;
      width: 100%;
    }

    .page-8k8-com-login-11__step-number {
      font-size: 2em;
      font-weight: bold;
      color: var(--8k8-primary-color);
      margin-right: 20px;
      flex-shrink: 0;
      min-width: 40px;
      text-align: center;
    }

    .page-8k8-com-login-11__step-content h3 {
      color: var(--8k8-secondary-color);
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 1.4em;
    }

    .page-8k8-com-login-11__step-content p {
      color: var(--8k8-text-medium);
      margin-bottom: 0;
    }

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

    .page-8k8-com-login-11__image-wrapper {
      background-color: #2a2a2a;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
      box-sizing: border-box;
      width: 100%;
      max-width: 100%;
      height: auto;
    }

    .page-8k8-com-login-11__image {
      width: 100%;
      height: 250px;
      object-fit: cover;
      display: block;
      transition: transform 0.3s ease;
      max-width: 100% !important;
      height: auto !important;
      box-sizing: border-box !important;
    }

    .page-8k8-com-login-11__image-wrapper:hover .page-8k8-com-login-11__image {
      transform: scale(1.05);
    }

    .page-8k8-com-login-11__image-caption {
      padding: 15px;
      color: var(--8k8-text-light);
      font-weight: bold;
    }

    /* FAQ Section Styles */
    .page-8k8-com-login-11__faq-section {
      text-align: left;
    }

    .page-8k8-com-login-11__faq-list {
      max-width: 900px;
      margin: 40px auto 0;
      padding: 0;
      list-style: none;
    }

    .page-8k8-com-login-11__faq-item {
      background-color: #2a2a2a;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      border: 1px solid var(--8k8-border-color);
    }

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

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

    .page-8k8-com-login-11__faq-question h3 {
      margin: 0;
      color: var(--8k8-secondary-color);
      font-size: 1.3em;
      pointer-events: none; /* Prevents text selection from interfering with click */
    }

    .page-8k8-com-login-11__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: var(--8k8-primary-color);
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevents icon from interfering with click */
    }

    .page-8k8-com-login-11__faq-item.active .page-8k8-com-login-11__faq-toggle {
      transform: rotate(45deg); /* Rotates the '+' to 'x' or similar, visually indicating open */
    }

    .page-8k8-com-login-11__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: var(--8k8-text-medium);
      opacity: 0;
    }

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

    .page-8k8-com-login-11__external-link {
        color: var(--8k8-secondary-color);
        text-decoration: none;
        font-weight: bold;
    }

    .page-8k8-com-login-11__external-link:hover {
        text-decoration: underline;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-8k8-com-login-11__hero-title {
        font-size: 2.8em;
      }
      .page-8k8-com-login-11__heading-h2 {
        font-size: 2em;
      }
      .page-8k8-com-login-11__heading-h3 {
        font-size: 1.6em;
      }
    }

    @media (max-width: 768px) {
      .page-8k8-com-login-11__hero-section {
        min-height: 400px;
        padding-bottom: 60px;
      }
      .page-8k8-com-login-11__hero-title {
        font-size: 2.2em;
      }
      .page-8k8-com-login-11__hero-description {
        font-size: 1em;
      }
      .page-8k8-com-login-11__button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-8k8-com-login-11__heading-h2 {
        font-size: 1.8em;
      }
      .page-8k8-com-login-11__heading-h3 {
        font-size: 1.4em;
      }
      .page-8k8-com-login-11__text-content {
        font-size: 0.95em;
      }
      .page-8k8-com-login-11__features-grid {
        grid-template-columns: 1fr;
      }
      .page-8k8-com-login-11__feature-card {
        padding: 25px;
      }
      .page-8k8-com-login-11__step-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !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-11__step-number {
        margin-bottom: 10px;
        margin-right: 0;
      }
      .page-8k8-com-login-11__image-grid {
        grid-template-columns: 1fr;
      }
      .page-8k8-com-login-11__image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }
      .page-8k8-com-login-11__image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-8k8-com-login-11__faq-question {
        padding: 15px 20px;
      }
      .page-8k8-com-login-11__faq-question h3 {
        font-size: 1.1em;
      }
      .page-8k8-com-login-11__faq-toggle {
        font-size: 1.5em;
      }
      .page-8k8-com-login-11__faq-answer {
        padding: 0 20px;
      }
      .page-8k8-com-login-11__faq-item.active .page-8k8-com-login-11__faq-answer {
        padding: 15px 20px !important;
      }
      .page-8k8-com-login-11__faq-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-11__faq-item {
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-com-login-11__hero-title {
        font-size: 1.8em;
      }
      .page-8k8-com-login-11__hero-description {
        font-size: 0.9em;
      }
      .page-8k8-com-login-11__heading-h2 {
        font-size: 1.5em;
      }
      .page-8k8-com-login-11__heading-h3 {
        font-size: 1.2em;
      }
      .page-8k8-com-login-11__section {
        padding: 40px 0;
      }
    }
  