
    .page-6ff3 {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      overflow-x: hidden;
    }

    .page-6ff3__section {
      padding: 40px 15px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-6ff3__section--dark {
      background-color: #2a2a2a;
      color: #fff;
    }

    .page-6ff3__section-title {
      font-size: 2.5em;
      margin-bottom: 20px;
      color: #333;
      text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    }

    .page-6ff3__section--dark .page-6ff3__section-title {
      color: #fff;
    }

    .page-6ff3__hero-section {
      background: linear-gradient(135deg, #1a1a1a, #333333);
      color: #fff;
      padding: 10px 15px 60px;
      text-align: center;
      position: relative;
      overflow: hidden;
      min-height: 450px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .page-6ff3__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.4;
      z-index: 0;
    }

    .page-6ff3__hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-6ff3__hero-title {
      font-size: 3em;
      margin-bottom: 15px;
      font-weight: bold;
      color: #ffcc00;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    }

    .page-6ff3__hero-slogan {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #eee;
    }

    .page-6ff3__button {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      margin: 0 10px;
      font-size: 1.1em;
      border: none;
      cursor: pointer;
    }

    .page-6ff3__button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-6ff3__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
      width: 90%;
      max-width: 350px;
      justify-content: center;
    }

    .page-6ff3__register-button,
    .page-6ff3__login-button {
      flex: 1;
      text-align: center;
      padding: 15px 10px;
      font-size: 1.2em;
      border-radius: 30px;
      background-color: #007bff;
      color: #fff;
      box-shadow: 0 4px 10px rgba(0, 123, 255, 0.4);
    }

    .page-6ff3__register-button:hover,
    .page-6ff3__login-button:hover {
      background-color: #0056b3;
      transform: translateY(-3px);
    }

    .page-6ff3__login-button {
      background-color: #28a745;
      box-shadow: 0 4px 10px rgba(40, 167, 69, 0.4);
    }

    .page-6ff3__login-button:hover {
      background-color: #1e7e34;
    }

    .page-6ff3__intro-section p {
      max-width: 800px;
      margin: 20px auto;
      font-size: 1.1em;
      color: #555;
    }

    .page-6ff3__product-showcase-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 40px;
    }

    .page-6ff3__product-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: left;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      height: 100%;
      box-sizing: border-box;
    }

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

    .page-6ff3__product-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 1px solid #eee;
    }

    .page-6ff3__product-card-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-6ff3__product-card-title {
      font-size: 1.5em;
      margin-bottom: 10px;
      color: #333;
    }

    .page-6ff3__product-card-description {
      font-size: 0.95em;
      color: #666;
      margin-bottom: 15px;
      flex-grow: 1;
    }

    .page-6ff3__promotions-section {
      background: url('[GALLERY:banner:1920x1080:promotion,casino,vietnam]') no-repeat center center/cover;
      color: #fff;
      padding: 60px 15px;
      position: relative;
    }

    .page-6ff3__promotions-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 0;
    }

    .page-6ff3__promotions-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-6ff3__promotions-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      color: #ffcc00;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    }

    .page-6ff3__promotions-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #eee;
    }

    .page-6ff3__why-choose-us-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-top: 40px;
    }

    .page-6ff3__advantage-item {
      background-color: #fff;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
      text-align: center;
      transition: transform 0.3s ease;
      height: 100%;
      box-sizing: border-box;
    }

    .page-6ff3__advantage-item:hover {
      transform: translateY(-5px);
    }

    .page-6ff3__advantage-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
      object-fit: contain;
    }

    .page-6ff3__advantage-title {
      font-size: 1.3em;
      margin-bottom: 10px;
      color: #333;
    }

    .page-6ff3__advantage-description {
      font-size: 0.95em;
      color: #666;
    }

    .page-6ff3__payment-providers-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 25px;
      margin-top: 40px;
    }

    .page-6ff3__payment-provider-logo,
    .page-6ff3__game-provider-logo {
      width: 120px;
      height: 60px;
      object-fit: contain;
      filter: grayscale(0%); /* Ensure original color */
      transition: transform 0.3s ease;
    }

    .page-6ff3__payment-provider-logo:hover,
    .page-6ff3__game-provider-logo:hover {
      transform: scale(1.05);
    }

    .page-6ff3__game-providers-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 25px;
      margin-top: 40px;
    }

    .page-6ff3__faq-section {
      text-align: left;
    }

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

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

    .page-6ff3__faq-question:hover {
      background-color: #e5e5e5;
    }

    .page-6ff3__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #333;
      pointer-events: none;
    }

    .page-6ff3__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #007bff;
      transition: transform 0.3s ease;
      pointer-events: none;
    }

    .page-6ff3__faq-item.active .page-6ff3__faq-toggle {
      transform: rotate(45deg);
      color: #dc3545;
    }

    .page-6ff3__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      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: #fdfdfd;
      color: #555;
    }

    .page-6ff3__faq-item.active .page-6ff3__faq-answer {
      max-height: 2000px !important;
      padding: 20px 25px !important;
      opacity: 1;
    }

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

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-6ff3__hero-title {
        font-size: 2.2em;
      }

      .page-6ff3__hero-slogan {
        font-size: 1em;
      }

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

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

      .page-6ff3__button {
        padding: 10px 20px;
        font-size: 1em;
        margin: 0 5px;
      }

      .page-6ff3__product-showcase-grid,
      .page-6ff3__why-choose-us-grid {
        grid-template-columns: 1fr;
      }

      .page-6ff3__product-card,
      .page-6ff3__advantage-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px 15px !important; /* Adjust padding for mobile */
      }

      .page-6ff3__product-card-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important; 
        overflow-wrap: break-word !important;
      }

      .page-6ff3__payment-providers-grid,
      .page-6ff3__game-providers-grid {
        gap: 15px;
      }

      .page-6ff3__payment-provider-logo,
      .page-6ff3__game-provider-logo {
        width: 100px;
        height: 50px;
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important; 
        overflow-wrap: break-word !important;
      }

      .page-6ff3__floating-buttons {
        width: 95%;
        max-width: 320px;
        gap: 10px;
      }

      .page-6ff3__register-button,
      .page-6ff3__login-button {
        padding: 12px 8px;
        font-size: 1.1em;
      }

      .page-6ff3__faq-question,
      .page-6ff3__faq-answer {
        padding-left: 15px !important;
        padding-right: 15px !important;
      }

      .page-6ff3__faq-question h3 {
        font-size: 1.1em;
        word-break: break-word !important;
      }

      .page-6ff3__faq-answer p {
        font-size: 0.95em;
        word-break: break-word !important;
      }
    }

    @media (max-width: 480px) {
      .page-6ff3__hero-title {
        font-size: 1.8em;
      }

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

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

      .page-6ff3__floating-buttons {
        bottom: 15px;
      }
    }
  