
    /* Base styles for the entire page content */
    .page-8k8-3 {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-top: var(--header-offset, 122px); /* Fallback if body padding-top is not set */
    }

    /* Hero Section */
    .page-8k8-3__hero-section {
      position: relative;
      color: #fff;
      text-align: center;
      padding: 100px 20px;
      overflow: hidden;
      background-color: #000; /* Fallback for image */
      padding-top: 10px; /* Decorative padding-top, relying on body for main offset */
    }

    .page-8k8-3__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.6;
      z-index: 0;
    }

    .page-8k8-3__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-8k8-3__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      font-weight: bold;
      color: #ffd700; /* Gold color for emphasis */
    }

    .page-8k8-3__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-3__cta-button {
      display: inline-block;
      background-color: #ffd700;
      color: #000;
      padding: 15px 30px;
      border-radius: 5px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-8k8-3__cta-button:hover {
      background-color: #e6c200;
    }

    /* Section styles */
    .page-8k8-3__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      margin-bottom: 30px;
    }

    .page-8k8-3__section:nth-of-type(odd) {
      background-color: #fefefe;
    }

    .page-8k8-3__section-title {
      font-size: 2.5em;
      color: #1a1a1a;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 15px;
    }

    .page-8k8-3__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #ffd700;
      border-radius: 2px;
    }

    /* Features/Benefits Grid */
    .page-8k8-3__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-8k8-3__feature-item {
      background-color: #f9f9f9;
      padding: 25px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-8k8-3__feature-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    }

    .page-8k8-3__feature-icon {
      width: 100px;
      height: 100px;
      margin-bottom: 15px;
      object-fit: contain;
    }

    .page-8k8-3__feature-title {
      font-size: 1.4em;
      color: #222;
      margin-bottom: 10px;
    }

    .page-8k8-3__feature-description {
      font-size: 1em;
      color: #555;
    }

    /* How-to-Login Steps */
    .page-8k8-3__steps-list {
      display: flex;
      flex-direction: column;
      gap: 40px;
      margin-top: 30px;
    }

    .page-8k8-3__step-item {
      display: flex;
      align-items: center;
      gap: 30px;
      box-sizing: border-box;
    }

    .page-8k8-3__step-item:nth-child(even) {
      flex-direction: row-reverse;
    }

    .page-8k8-3__step-number {
      font-size: 3em;
      font-weight: bold;
      color: #ffd700;
      min-width: 60px;
      text-align: center;
    }

    .page-8k8-3__step-content {
      flex: 1;
    }

    .page-8k8-3__step-image-container {
      flex-shrink: 0;
      width: 40%;
      max-width: 400px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
    }

    .page-8k8-3__step-image {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }

    .page-8k8-3__step-title {
      font-size: 1.8em;
      color: #222;
      margin-bottom: 10px;
    }

    .page-8k8-3__step-description {
      font-size: 1.1em;
      color: #444;
    }

    /* Promotions & Payment Methods */
    .page-8k8-3__promo-grid,
    .page-8k8-3__payment-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-8k8-3__promo-card,
    .page-8k8-3__payment-card {
      background-color: #fefefe;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      text-align: center;
      box-sizing: border-box;
    }

    .page-8k8-3__promo-image,
    .page-8k8-3__payment-image {
      width: 150px; /* Minimum 200px, but for payment logos, can be smaller if aspect ratio is maintained */
      height: auto;
      max-width: 100%;
      margin-bottom: 15px;
      object-fit: contain;
      min-width: 200px; /* Ensure images are at least 200px wide */
      min-height: 200px; /* Ensure images are at least 200px high */
    }

    .page-8k8-3__promo-title,
    .page-8k8-3__payment-title {
      font-size: 1.3em;
      color: #222;
      margin-bottom: 10px;
    }

    .page-8k8-3__promo-description {
      font-size: 0.95em;
      color: #666;
    }

    /* FAQ Section */
    .page-8k8-3__faq-container {
      margin-top: 40px;
      border-top: 1px solid #eee;
      padding-top: 20px;
    }

    .page-8k8-3__faq-item {
      background-color: #fefefe;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-8k8-3__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #ffd700; /* Gold background for question */
      color: #000;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-8k8-3__faq-question:hover {
      background-color: #e6c200;
    }

    .page-8k8-3__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click on parent div */
      color: #000; /* Ensure text color is dark for contrast */
    }

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

    .page-8k8-3__faq-item.active .page-8k8-3__faq-toggle {
      transform: rotate(45deg); /* Rotate for 'x' or '-' effect */
    }

    .page-8k8-3__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;
      background-color: #fff;
      color: #333;
      opacity: 0;
    }

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

    /* General responsive images */
    .page-8k8-3 img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    /* Mobile responsiveness */
    @media (max-width: 768px) {
      .page-8k8-3__hero-section {
        padding: 80px 15px;
      }

      .page-8k8-3__hero-title {
        font-size: 2.5em;
      }

      .page-8k8-3__hero-description {
        font-size: 1.1em;
      }

      .page-8k8-3__section {
        padding: 40px 15px;
      }

      .page-8k8-3__section-title {
        font-size: 2em;
        margin-bottom: 30px;
      }

      .page-8k8-3__features-grid {
        grid-template-columns: 1fr;
      }

      .page-8k8-3__feature-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px;
      }

      .page-8k8-3__steps-list {
        gap: 30px;
      }

      .page-8k8-3__step-item {
        flex-direction: column;
        text-align: center;
      }

      .page-8k8-3__step-item:nth-child(even) {
        flex-direction: column; /* Reset order for mobile */
      }

      .page-8k8-3__step-number {
        margin-bottom: 15px;
      }

      .page-8k8-3__step-image-container {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
      }

      .page-8k8-3__promo-grid,
      .page-8k8-3__payment-grid {
        grid-template-columns: 1fr;
      }

      .page-8k8-3__promo-card,
      .page-8k8-3__payment-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px;
      }

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

      .page-8k8-3__faq-answer {
        padding: 15px 20px;
      }

      .page-8k8-3__faq-item.active .page-8k8-3__faq-answer {
        padding: 15px 20px !important;
      }
      
      /* Ensure all images are responsive on mobile */
      .page-8k8-3 img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      /* List item specific mobile styles */
      .page-8k8-3__features-grid,
      .page-8k8-3__steps-list,
      .page-8k8-3__promo-grid,
      .page-8k8-3__payment-grid,
      .page-8k8-3__faq-container {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-8k8-3__feature-description,
      .page-8k8-3__step-description,
      .page-8k8-3__promo-description,
      .page-8k8-3__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }
  