
    .page-6ff6 {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-top: 10px; /* Decorative top spacing, assuming body handles main header offset */
    }

    .page-6ff6__section-title {
      font-size: 2.5em;
      color: #0056b3; /* Darker blue for contrast */
      text-align: center;
      margin-bottom: 20px;
      padding-top: 40px;
      font-weight: bold;
    }

    .page-6ff6__section-description {
      font-size: 1.1em;
      color: #555;
      text-align: center;
      max-width: 800px;
      margin: 0 auto 40px auto;
      padding: 0 15px;
    }

    .page-6ff6__hero-section {
      position: relative;
      width: 100%;
      min-height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      overflow: hidden;
      padding: 80px 20px;
      box-sizing: border-box;
    }

    .page-6ff6__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
      max-width: 100%;
    }

    .page-6ff6__hero-content {
      max-width: 900px;
      background-color: rgba(0, 0, 0, 0.6);
      padding: 30px;
      border-radius: 10px;
      z-index: 1;
    }

    .page-6ff6__hero-title {
      font-size: 3.2em;
      margin-bottom: 20px;
      color: #ffcc00; /* Gold for highlight */
      font-weight: bold;
    }

    .page-6ff6__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #fff;
    }

    .page-6ff6__hero-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
    }

    .page-6ff6__primary-button, .page-6ff6__secondary-button, .page-6ff6__cta-button {
      display: inline-block;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      white-space: nowrap;
      color: #fff;
    }

    .page-6ff6__primary-button, .page-6ff6__cta-button {
      background-color: #ffcc00; /* Gold */
      color: #333;
    }

    .page-6ff6__primary-button:hover, .page-6ff6__cta-button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-6ff6__secondary-button {
      background-color: #0056b3; /* Darker blue */
      border: 2px solid #0056b3;
    }

    .page-6ff6__secondary-button:hover {
      background-color: #004085;
      transform: translateY(-2px);
    }

    .page-6ff6__game-showcase, .page-6ff6__promotions-section, .page-6ff6__features-section, .page-6ff6__payment-providers-section, .page-6ff6__faq-section, .page-6ff6__cta-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    .page-6ff6__game-grid, .page-6ff6__promo-grid, .page-6ff6__features-grid, .page-6ff6__payment-grid, .page-6ff6__provider-grid {
      display: grid;
      gap: 30px;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      justify-content: center;
      align-items: start;
    }

    .page-6ff6__game-item, .page-6ff6__promo-item, .page-6ff6__feature-item, .page-6ff6__payment-item, .page-6ff6__provider-item {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      padding-bottom: 20px;
      box-sizing: border-box;
    }

    .page-6ff6__game-image, .page-6ff6__promo-image, .page-6ff6__feature-icon, .page-6ff6__payment-logo, .page-6ff6__provider-logo {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 1px solid #eee;
      max-width: 100%;
    }

    .page-6ff6__feature-icon {
      height: 150px;
      object-fit: contain;
      padding: 20px;
      border-bottom: none;
    }

    .page-6ff6__payment-logo, .page-6ff6__provider-logo {
        height: 100px;
        object-fit: contain;
        padding: 15px;
        border-bottom: none;
    }

    .page-6ff6__game-title, .page-6ff6__promo-title, .page-6ff6__feature-title {
      font-size: 1.5em;
      color: #0056b3;
      margin: 20px 10px 10px 10px;
      font-weight: bold;
    }

    .page-6ff6__game-text, .page-6ff6__promo-text, .page-6ff6__feature-description {
      font-size: 1em;
      color: #666;
      padding: 0 15px;
    }

    .page-6ff6__payment-providers-wrapper {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
    }

    .page-6ff6__payment-methods, .page-6ff6__game-providers {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      padding: 30px;
      box-sizing: border-box;
    }

    .page-6ff6__payment-methods .page-6ff6__section-title, .page-6ff6__game-providers .page-6ff6__section-title {
      padding-top: 0;
      margin-top: 0;
      margin-bottom: 30px;
      font-size: 2em;
      color: #0056b3;
    }

    .page-6ff6__faq-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-6ff6__faq-item {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
      box-sizing: border-box;
    }

    .page-6ff6__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #eaf4ff; /* Light blue */
      color: #0056b3;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-6ff6__faq-question:hover {
      background-color: #dbeafc;
    }

    .page-6ff6__faq-title {
      margin: 0;
      font-size: 1.2em;
      color: #0056b3;
      pointer-events: none; /* Prevent h3 from blocking click on parent div */
    }

    .page-6ff6__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      pointer-events: none; /* Prevent span from blocking click on parent div */
      transition: transform 0.3s ease;
      color: #0056b3;
    }

    .page-6ff6__faq-item.active .page-6ff6__faq-toggle {
      transform: rotate(45deg);
    }

    .page-6ff6__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #f9f9f9;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555;
      text-align: left;
    }

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

    .page-6ff6__faq-answer p {
      margin: 0;
      padding-bottom: 10px;
    }

    .page-6ff6__cta-section {
      text-align: center;
      background-color: #0056b3; /* Darker blue */
      color: #fff;
      padding: 80px 20px;
      border-radius: 10px;
      margin-top: 60px;
    }

    .page-6ff6__cta-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      color: #ffcc00; /* Gold */
      font-weight: bold;
    }

    .page-6ff6__cta-description {
      font-size: 1.2em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-6ff6__hero-section {
        min-height: 400px;
        padding: 60px 15px;
      }

      .page-6ff6__hero-title {
        font-size: 2.2em;
      }

      .page-6ff6__hero-description {
        font-size: 1em;
      }

      .page-6ff6__hero-buttons {
        flex-direction: column;
        gap: 15px;
      }

      .page-6ff6__primary-button, .page-6ff6__secondary-button, .page-6ff6__cta-button {
        padding: 12px 20px;
        font-size: 1em;
        width: 100%;
        box-sizing: border-box;
      }

      .page-6ff6__section-title {
        font-size: 2em;
        padding-top: 30px;
      }

      .page-6ff6__section-description {
        font-size: 0.95em;
        margin-bottom: 30px;
      }

      .page-6ff6__game-showcase, .page-6ff6__promotions-section, .page-6ff6__features-section, .page-6ff6__payment-providers-section, .page-6ff6__faq-section, .page-6ff6__cta-section {
        padding: 40px 15px;
      }

      .page-6ff6__game-grid, .page-6ff6__promo-grid, .page-6ff6__features-grid {
        grid-template-columns: 1fr;
      }

      .page-6ff6__game-item, .page-6ff6__promo-item, .page-6ff6__feature-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-6ff6__game-image, .page-6ff6__promo-image, .page-6ff6__feature-icon, .page-6ff6__payment-logo, .page-6ff6__provider-logo {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-6ff6__payment-providers-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .page-6ff6__payment-methods .page-6ff6__section-title, .page-6ff6__game-providers .page-6ff6__section-title {
        font-size: 1.8em;
      }

      .page-6ff6__payment-grid, .page-6ff6__provider-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      }

      .page-6ff6__payment-item, .page-6ff6__provider-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 10px;
      }

      .page-6ff6__payment-logo, .page-6ff6__provider-logo {
        height: 80px;
      }

      .page-6ff6__faq-question {
        padding: 15px 20px;
      }

      .page-6ff6__faq-title {
        font-size: 1.1em;
      }

      .page-6ff6__faq-toggle {
        font-size: 1.5em;
      }

      .page-6ff6__faq-answer {
        padding: 0 20px;
      }

      .page-6ff6__faq-item.active .page-6ff6__faq-answer {
        padding: 15px 20px !important;
      }

      .page-6ff6__cta-title {
        font-size: 2em;
      }

      .page-6ff6__cta-description {
        font-size: 1em;
      }
    }

    @media (max-width: 480px) {
      .page-6ff6__hero-title {
        font-size: 1.8em;
      }
      .page-6ff6__section-title {
        font-size: 1.6em;
      }
      .page-6ff6__cta-title {
        font-size: 1.8em;
      }
      .page-6ff6__payment-grid, .page-6ff6__provider-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      }
    }
  