
    .page-6vin-bet {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a1a;
      line-height: 1.6;
      padding-top: var(--header-offset, 122px);
    }

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

    .page-6vin-bet__floating-button {
      background-color: #e44d26; /* Cam đỏ */
      color: #ffffff;
      border: none;
      padding: 12px 25px;
      border-radius: 30px;
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.2s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      min-width: 120px;
    }

    .page-6vin-bet__floating-button:hover {
      background-color: #ff6a3d;
      transform: translateY(-2px);
    }

    .page-6vin-bet__hero-section {
      text-align: center;
      padding: 60px 20px 40px;
      background-image: url('[GALLERY:hero:1920x1080:casino,betting,background,vietnam]');
      background-size: cover;
      background-position: center;
      position: relative;
      color: #ffffff;
      overflow: hidden;
      padding-top: 10px; /* Small decorative top padding, relies on body for main offset */
    }

    .page-6vin-bet__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1;
    }

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

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

    .page-6vin-bet__hero-subtitle {
      font-size: 1.4em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-6vin-bet__cta-button {
      background-color: #e44d26;
      color: #ffffff;
      padding: 15px 40px;
      border-radius: 30px;
      font-size: 1.2em;
      font-weight: bold;
      text-decoration: none;
      display: inline-block;
      transition: background-color 0.3s ease, transform 0.2s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      border: none;
      cursor: pointer;
    }

    .page-6vin-bet__cta-button:hover {
      background-color: #ff6a3d;
      transform: translateY(-2px);
    }

    .page-6vin-bet__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-6vin-bet__section--dark {
      background-color: #242424;
    }

    .page-6vin-bet__section-title {
      font-size: 2.2em;
      color: #ffdd57;
      margin-bottom: 40px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

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

    .page-6vin-bet__card {
      background-color: #2f2f2f;
      border-radius: 10px;
      padding: 25px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-6vin-bet__card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    }

    .page-6vin-bet__card-image-container {
      width: 100%;
      height: 180px;
      overflow: hidden;
      border-radius: 8px;
      margin-bottom: 20px;
      box-sizing: border-box;
    }

    .page-6vin-bet__card-image {
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      width: 100%;
      height: 100%;
    }

    .page-6vin-bet__card-title {
      font-size: 1.5em;
      color: #ffdd57;
      margin-bottom: 15px;
    }

    .page-6vin-bet__card-description {
      font-size: 0.95em;
      color: #cccccc;
      flex-grow: 1;
    }

    .page-6vin-bet__promotion-item {
      background-color: #2f2f2f;
      border-radius: 10px;
      padding: 30px;
      text-align: left;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
      display: flex;
      align-items: center;
      gap: 25px;
    }

    .page-6vin-bet__promotion-image-container {
      flex-shrink: 0;
      width: 200px;
      height: 150px;
      overflow: hidden;
      border-radius: 8px;
      box-sizing: border-box;
    }

    .page-6vin-bet__promotion-image {
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      width: 100%;
      height: 100%;
    }

    .page-6vin-bet__promotion-content {
      flex-grow: 1;
    }

    .page-6vin-bet__promotion-title {
      font-size: 1.6em;
      color: #e44d26;
      margin-bottom: 10px;
    }

    .page-6vin-bet__promotion-description {
      font-size: 1em;
      color: #e0e0e0;
      margin-bottom: 15px;
    }

    .page-6vin-bet__promotion-expiry {
      font-size: 0.9em;
      color: #aaaaaa;
    }

    .page-6vin-bet__feature-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      text-align: left;
    }

    .page-6vin-bet__feature-item {
      background-color: #2f2f2f;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      box-sizing: border-box;
    }

    .page-6vin-bet__feature-title {
      font-size: 1.3em;
      color: #ffdd57;
      margin-bottom: 10px;
    }

    .page-6vin-bet__feature-description {
      font-size: 0.95em;
      color: #cccccc;
    }

    .page-6vin-bet__faq-section {
      padding: 60px 20px;
      max-width: 800px;
      margin: 0 auto;
      text-align: center;
    }

    .page-6vin-bet__faq-item {
      background-color: #2f2f2f;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      text-align: left;
    }

    .page-6vin-bet__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #3a3a3a;
      color: #ffdd57;
      font-size: 1.2em;
      font-weight: bold;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .page-6vin-bet__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #ffdd57;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-6vin-bet__faq-question:hover {
      background-color: #4a4a4a;
    }

    .page-6vin-bet__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none; /* Prevent toggle from blocking click event */
      transition: transform 0.3s ease;
    }

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

    .page-6vin-bet__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      color: #cccccc;
      font-size: 1em;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

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

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-6vin-bet__hero-title {
        font-size: 2.5em;
      }
      .page-6vin-bet__hero-subtitle {
        font-size: 1.2em;
      }
      .page-6vin-bet__section-title {
        font-size: 2em;
      }
      .page-6vin-bet__promotion-item {
        flex-direction: column;
        text-align: center;
      }
      .page-6vin-bet__promotion-image-container {
        width: 100%;
        height: 200px;
      }
    }

    @media (max-width: 768px) {
      .page-6vin-bet__floating-buttons {
        bottom: 15px;
        right: 15px;
        gap: 8px;
      }
      .page-6vin-bet__floating-button {
        padding: 10px 20px;
        font-size: 1em;
        min-width: 100px;
      }
      .page-6vin-bet__hero-title {
        font-size: 2em;
      }
      .page-6vin-bet__hero-subtitle {
        font-size: 1em;
      }
      .page-6vin-bet__cta-button {
        padding: 12px 30px;
        font-size: 1.1em;
      }
      .page-6vin-bet__section {
        padding: 40px 15px;
      }
      .page-6vin-bet__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }
      .page-6vin-bet__grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .page-6vin-bet__card {
        padding: 20px;
      }
      .page-6vin-bet__card-image-container {
        height: 150px;
      }
      .page-6vin-bet__card-title {
        font-size: 1.3em;
      }
      .page-6vin-bet__card-description {
        font-size: 0.9em;
      }
      .page-6vin-bet__promotion-item {
        padding: 20px;
      }
      .page-6vin-bet__promotion-image-container {
        width: 100%;
        height: 180px;
      }
      .page-6vin-bet__promotion-title {
        font-size: 1.4em;
      }
      .page-6vin-bet__promotion-description {
        font-size: 0.9em;
      }
      .page-6vin-bet__feature-list {
        grid-template-columns: 1fr;
        gap: 15px;
      }
      .page-6vin-bet__feature-item {
        padding: 20px;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-6vin-bet__faq-section {
        padding: 40px 15px;
      }
      .page-6vin-bet__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }
      .page-6vin-bet__faq-question h3 {
        font-size: 1.1em;
      }
      .page-6vin-bet__faq-answer {
        padding: 0 20px;
        font-size: 0.95em;
      }
      .page-6vin-bet__faq-item.active .page-6vin-bet__faq-answer {
        padding: 15px 20px !important;
      }
      .page-6vin-bet__faq-toggle {
        font-size: 1.3em;
      }
    }

    @media (max-width: 480px) {
      .page-6vin-bet__hero-title {
        font-size: 1.8em;
      }
      .page-6vin-bet__hero-subtitle {
        font-size: 0.9em;
      }
      .page-6vin-bet__floating-button {
        padding: 8px 15px;
        font-size: 0.9em;
        min-width: 90px;
      }
    }
  