
    .page-6ff-us-com {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f9fa;
    }

    .page-6ff-us-com__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-6ff-us-com__section-title {
      font-size: 2.5em;
      color: #0056b3;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 15px;
    }

    .page-6ff-us-com__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #0056b3;
      border-radius: 2px;
    }

    .page-6ff-us-com__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: center;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-6ff-us-com__button {
      display: inline-block;
      padding: 12px 25px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      cursor: pointer;
      border: none;
      text-align: center;
    }

    .page-6ff-us-com__button--primary {
      background-color: #007bff;
      color: #fff;
    }

    .page-6ff-us-com__button--primary:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    .page-6ff-us-com__button--secondary {
      background-color: #6c757d;
      color: #fff;
    }

    .page-6ff-us-com__button--secondary:hover {
      background-color: #5a6268;
      transform: translateY(-2px);
    }

    .page-6ff-us-com__hero-section {
      position: relative;
      width: 100%;
      height: 600px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      color: #fff;
      text-align: center;
      padding-top: 10px; /* Small padding, relying on body padding-top */
      box-sizing: border-box;
    }

    .page-6ff-us-com__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
      filter: brightness(0.6);
    }

    .page-6ff-us-com__hero-content {
      position: relative;
      z-index: 1;
      padding: 20px;
      background: rgba(0, 0, 0, 0.4);
      border-radius: 10px;
      max-width: 90%;
    }

    .page-6ff-us-com__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      color: #fff;
      line-height: 1.2;
    }

    .page-6ff-us-com__hero-description {
      font-size: 1.4em;
      margin-bottom: 30px;
      color: #e0e0e0;
    }

    .page-6ff-us-com__hero-cta .page-6ff-us-com__button {
      padding: 15px 35px;
      font-size: 1.3em;
      border-radius: 10px;
    }

    .page-6ff-us-com__about-section,
    .page-6ff-us-com__promotions-section,
    .page-6ff-us-com__cta-section {
      padding: 60px 0;
      background-color: #fff;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    }

    .page-6ff-us-com__products-section,
    .page-6ff-us-com__payment-section,
    .page-6ff-us-com__providers-section,
    .page-6ff-us-com__faq-section {
      padding: 60px 0;
      background-color: #f0f2f5;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    }

    .page-6ff-us-com__product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-6ff-us-com__product-card {
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 20px;
    }

    .page-6ff-us-com__product-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .page-6ff-us-com__product-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      margin-bottom: 15px;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-6ff-us-com__product-title {
      font-size: 1.8em;
      color: #007bff;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-6ff-us-com__product-description {
      font-size: 1em;
      color: #555;
      padding: 0 15px;
    }

    .page-6ff-us-com__promo-list {
      list-style: none;
      padding: 0;
      margin: 40px auto 0 auto;
      max-width: 800px;
      text-align: left;
    }

    .page-6ff-us-com__promo-item {
      background-color: #e9f5ff;
      border-left: 5px solid #007bff;
      padding: 15px 20px;
      margin-bottom: 15px;
      border-radius: 5px;
      font-size: 1.1em;
      color: #333;
      box-sizing: border-box;
    }

    .page-6ff-us-com__cta-button-wrapper {
      text-align: center;
      margin-top: 40px;
    }

    .page-6ff-us-com__payment-grid,
    .page-6ff-us-com__provider-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 20px;
      margin-top: 40px;
      justify-items: center;
    }

    .page-6ff-us-com__payment-item,
    .page-6ff-us-com__provider-item {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      padding: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      color: #333;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      width: 100%;
      max-width: 250px;
      box-sizing: border-box;
    }

    .page-6ff-us-com__payment-item:hover,
    .page-6ff-us-com__provider-item:hover {
      transform: translateY(-3px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
    }

    .page-6ff-us-com__payment-logo,
    .page-6ff-us-com__provider-logo {
      width: 100%;
      height: auto;
      max-width: 150px;
      margin-bottom: 10px;
      object-fit: contain;
      max-height: 80px;
      box-sizing: border-box;
    }

    .page-6ff-us-com__payment-name,
    .page-6ff-us-com__provider-name {
      font-weight: bold;
      font-size: 1.1em;
      text-align: center;
    }

    .page-6ff-us-com__faq-list {
      margin-top: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-6ff-us-com__faq-item {
      background-color: #fff;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      overflow: hidden;
    }

    .page-6ff-us-com__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      cursor: pointer;
      background-color: #007bff;
      color: #fff;
      font-weight: bold;
      font-size: 1.2em;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-6ff-us-com__faq-question:hover {
      background-color: #0056b3;
    }

    .page-6ff-us-com__faq-question-text {
      margin: 0;
      font-size: 1.2em;
      pointer-events: none;
      color: #fff; /* Ensure good contrast */
    }

    .page-6ff-us-com__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none;
      transition: transform 0.3s ease;
    }

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

    .page-6ff-us-com__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      background-color: #fefefe;
      color: #333;
    }

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

    .page-6ff-us-com__faq-answer p {
      margin: 0;
      font-size: 1em;
    }

    .page-6ff-us-com__cta-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .page-6ff-us-com__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .page-6ff-us-com__floating-buttons .page-6ff-us-com__button {
      padding: 10px 20px;
      font-size: 1em;
      border-radius: 50px;
      min-width: 120px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-6ff-us-com__floating-buttons .page-6ff-us-com__button--register {
      background-color: #28a745;
    }

    .page-6ff-us-com__floating-buttons .page-6ff-us-com__button--register:hover {
      background-color: #218838;
    }

    .page-6ff-us-com__floating-buttons .page-6ff-us-com__button--login {
      background-color: #ffc107;
      color: #333;
    }

    .page-6ff-us-com__floating-buttons .page-6ff-us-com__button--login:hover {
      background-color: #e0a800;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-6ff-us-com__hero-section {
        height: 450px;
      }

      .page-6ff-us-com__hero-title {
        font-size: 2.5em;
      }

      .page-6ff-us-com__hero-description {
        font-size: 1.1em;
      }

      .page-6ff-us-com__hero-cta .page-6ff-us-com__button {
        padding: 12px 25px;
        font-size: 1.1em;
      }

      .page-6ff-us-com__section-title {
        font-size: 2em;
        margin-bottom: 30px;
      }

      .page-6ff-us-com__text-content {
        font-size: 1em;
        padding: 0 10px;
      }

      .page-6ff-us-com__product-grid {
        grid-template-columns: 1fr;
        padding: 0 10px;
      }

      .page-6ff-us-com__product-card {
        margin: 0 auto;
        max-width: 350px;
      }

      .page-6ff-us-com__promo-list {
        padding: 0 10px;
        margin: 30px auto 0 auto;
      }

      .page-6ff-us-com__promo-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 12px 15px;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-6ff-us-com__payment-grid,
      .page-6ff-us-com__provider-grid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        padding: 0 10px;
      }

      .page-6ff-us-com__payment-item,
      .page-6ff-us-com__provider-item {
        max-width: 100%;
        width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-6ff-us-com__payment-logo,
      .page-6ff-us-com__provider-logo {
        max-width: 100px;
        height: auto;
      }

      .page-6ff-us-com__faq-list {
        padding: 0 10px;
      }

      .page-6ff-us-com__faq-question {
        font-size: 1.1em;
        padding: 15px;
      }

      .page-6ff-us-com__faq-question-text {
        font-size: 1.1em;
      }

      .page-6ff-us-com__faq-answer {
        padding: 15px 15px !important;
      }

      .page-6ff-us-com__cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
      }

      .page-6ff-us-com__cta-buttons .page-6ff-us-com__button {
        width: 80%;
        max-width: 300px;
      }

      .page-6ff-us-com__floating-buttons {
        bottom: 15px;
        right: 15px;
        gap: 8px;
      }

      .page-6ff-us-com__floating-buttons .page-6ff-us-com__button {
        padding: 8px 15px;
        font-size: 0.9em;
        min-width: 100px;
      }

      /* Image responsiveness */
      .page-6ff-us-com__hero-image,
      .page-6ff-us-com__product-image,
      .page-6ff-us-com__payment-logo,
      .page-6ff-us-com__provider-logo {
          max-width: 100% !important;
          height: auto !important;
          box-sizing: border-box !important;
          margin-left: 0 !important;
          margin-right: 0 !important;
      }
    }

    @media (max-width: 480px) {
      .page-6ff-us-com__hero-title {
        font-size: 2em;
      }

      .page-6ff-us-com__hero-description {
        font-size: 1em;
      }

      .page-6ff-us-com__section-title {
        font-size: 1.8em;
      }
    }
  