
    .page-6ff {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a2e;
      line-height: 1.6;
      overflow-x: hidden;
      padding-top: 10px; /* Small padding top, relying on body padding-top from shared.css */
    }

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

    .page-6ff__section-title {
      font-size: 2.5em;
      color: #e94560;
      text-align: center;
      margin-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: bold;
    }

    .page-6ff__section-description {
      font-size: 1.1em;
      text-align: center;
      margin-bottom: 40px;
      color: #cccccc;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Hero Section */
    .page-6ff__hero-section {
      background: linear-gradient(rgba(26, 26, 46, 0.7), rgba(26, 26, 46, 0.7)), url('[GALLERY:hero:1920x1080:betting_platform,mobile_gaming,6ff]') no-repeat center center/cover;
      min-height: 60vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 40px 20px;
      position: relative;
      box-sizing: border-box;
    }

    .page-6ff__hero-content {
      max-width: 900px;
      z-index: 1;
    }

    .page-6ff__brand-keyword {
      font-size: 4em;
      color: #e94560;
      margin-bottom: 10px;
      font-weight: 900;
      text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    }

    .page-6ff__hero-tagline {
      font-size: 1.8em;
      color: #ffffff;
      margin-bottom: 30px;
      font-weight: 300;
    }

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

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

    .page-6ff__button--primary {
      background-color: #e94560;
      color: #ffffff;
    }

    .page-6ff__button--primary:hover {
      background-color: #d13853;
      transform: translateY(-2px);
    }

    .page-6ff__button--secondary {
      background-color: #007bff;
      color: #ffffff;
    }

    .page-6ff__button--secondary:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    /* Floating Buttons */
    .page-6ff__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-6ff__floating-button {
      padding: 12px 25px;
      font-size: 1em;
      font-weight: bold;
      border-radius: 25px;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      text-decoration: none;
      display: inline-block;
      text-align: center;
    }

    .page-6ff__floating-button--register {
      background-color: #e94560;
      color: #ffffff;
    }

    .page-6ff__floating-button--register:hover {
      background-color: #d13853;
      transform: scale(1.05);
    }

    .page-6ff__floating-button--login {
      background-color: #007bff;
      color: #ffffff;
    }

    .page-6ff__floating-button--login:hover {
      background-color: #0056b3;
      transform: scale(1.05);
    }

    /* Product Showcase */
    .page-6ff__product-showcase {
      padding: 60px 20px;
      background-color: #22223b;
      text-align: center;
    }

    .page-6ff__product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
      justify-content: center;
    }

    .page-6ff__product-item {
      background-color: #2c2c4a;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      padding-bottom: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      box-sizing: border-box;
    }

    .page-6ff__product-item:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    }

    .page-6ff__product-item img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      border-bottom: 4px solid #e94560;
      margin-bottom: 20px;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-6ff__product-title {
      font-size: 1.8em;
      color: #e94560;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-6ff__product-text {
      font-size: 1em;
      color: #cccccc;
      padding: 0 15px;
    }

    /* Promotions Section */
    .page-6ff__promotions-section {
      padding: 60px 20px;
      background-color: #1a1a2e;
      text-align: center;
    }

    .page-6ff__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
      justify-content: center;
    }

    .page-6ff__promo-item {
      background-color: #2c2c4a;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      padding-bottom: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      box-sizing: border-box;
    }

    .page-6ff__promo-item:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    }

    .page-6ff__promo-item img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 4px solid #007bff;
      margin-bottom: 20px;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-6ff__promo-title {
      font-size: 1.6em;
      color: #007bff;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-6ff__promo-text {
      font-size: 1em;
      color: #cccccc;
      padding: 0 15px;
    }

    /* About Section */
    .page-6ff__about-section {
      padding: 60px 20px;
      background-color: #22223b;
    }

    .page-6ff__about-content {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      align-items: center;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-6ff__about-image {
      flex: 1;
      min-width: 300px;
      max-width: 500px;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
      object-fit: cover;
      height: auto;
      max-height: 400px;
      box-sizing: border-box;
    }

    .page-6ff__about-text-wrapper {
      flex: 2;
      min-width: 300px;
    }

    .page-6ff__about-text {
      font-size: 1.1em;
      margin-bottom: 15px;
      color: #cccccc;
    }

    /* Providers & Payments Section */
    .page-6ff__providers-payments-section {
      padding: 60px 20px;
      background-color: #1a1a2e;
    }

    .page-6ff__providers-payments-section .page-6ff__container {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      justify-content: space-between;
    }

    .page-6ff__section-half {
      flex: 1;
      min-width: 300px;
      text-align: center;
    }

    .page-6ff__logo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 30px;
      justify-items: center;
    }

    .page-6ff__logo-item {
      width: 150px;
      height: 80px;
      object-fit: contain;
      background-color: #2c2c4a;
      padding: 10px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-6ff__logo-item:hover {
      transform: scale(1.05);
    }

    /* FAQ Section */
    .page-6ff__faq-section {
      padding: 60px 20px;
      background-color: #22223b;
    }

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

    .page-6ff__faq-item {
      background-color: #2c2c4a;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-6ff__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      cursor: pointer;
      user-select: none;
      background-color: #3a3a5e;
      border-bottom: 1px solid #4a4a6e;
      transition: background-color 0.3s ease;
    }

    .page-6ff__faq-question:hover {
      background-color: #4a4a6e;
    }

    .page-6ff__faq-question h3 {
      margin: 0;
      font-size: 1.3em;
      color: #e94560;
      pointer-events: none; /* Prevent h3 from interfering with click event */
    }

    .page-6ff__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #e94560;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from interfering with click event */
    }

    .page-6ff__faq-item.active .page-6ff__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' visually */
    }

    .page-6ff__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #cccccc;
    }

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

    .page-6ff__faq-answer p {
      margin: 0;
      padding-bottom: 5px;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-6ff__hero-section {
        min-height: 50vh;
        padding: 30px 15px;
      }

      .page-6ff__brand-keyword {
        font-size: 3em;
      }

      .page-6ff__hero-tagline {
        font-size: 1.4em;
      }

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

      .page-6ff__button {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
      }

      .page-6ff__floating-buttons {
        bottom: 15px;
        right: 15px;
        left: 15px;
        flex-direction: row;
        justify-content: space-around;
        gap: 10px;
      }

      .page-6ff__floating-button {
        flex: 1;
        padding: 10px 15px;
        font-size: 0.9em;
      }

      .page-6ff__section-title {
        font-size: 2em;
        padding: 0 10px;
      }

      .page-6ff__section-description {
        font-size: 1em;
        padding: 0 10px;
      }

      .page-6ff__product-grid, .page-6ff__promo-grid {
        grid-template-columns: 1fr;
        padding: 0 15px;
      }

      .page-6ff__product-item, .page-6ff__promo-item {
        width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-6ff__product-item img, .page-6ff__promo-item img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-6ff__about-content {
        flex-direction: column;
        text-align: center;
      }

      .page-6ff__about-image {
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
      }

      .page-6ff__providers-payments-section .page-6ff__container {
        flex-direction: column;
        gap: 30px;
      }

      .page-6ff__section-half {
        min-width: unset;
        width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-6ff__logo-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        padding: 0 10px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-6ff__logo-item {
        width: 100% !important;
        height: 70px;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-6ff__faq-question h3 {
        font-size: 1.1em;
      }

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

      .page-6ff__faq-answer {
        padding: 0 15px;
      }

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

    @media (max-width: 480px) {
      .page-6ff__brand-keyword {
        font-size: 2.5em;
      }

      .page-6ff__hero-tagline {
        font-size: 1.2em;
      }

      .page-6ff__button {
        padding: 12px 20px;
        font-size: 1em;
      }

      .page-6ff__floating-button {
        padding: 8px 12px;
        font-size: 0.8em;
      }

      .page-6ff__section-title {
        font-size: 1.8em;
      }

      .page-6ff__product-item img {
        height: 200px;
      }

      .page-6ff__promo-item img {
        height: 150px;
      }

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

      .page-6ff__logo-item {
        height: 60px;
      }
    }
  