
    .page-8fbet {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      background-color: #f0f2f5;
      line-height: 1.6;
      padding-top: var(--header-offset, 0); /* Fallback to 0 if not set, handled by body padding-top */
    }

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

    .page-8fbet__section {
      background-color: #fff;
      margin-bottom: 25px;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      border: 1px solid #e0e0e0;
    }

    .page-8fbet__hero-section {
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d); /* Vietnamese flag colors inspired */
      color: #fff;
      text-align: center;
      padding: 60px 20px 40px;
      border-radius: 12px;
      margin-bottom: 25px;
      position: relative;
      overflow: hidden;
      padding-top: 10px; /* Small decorative top padding as per instruction */
    }

    .page-8fbet__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('[GALLERY:background:1920x1080:abstract,pattern,vietnamese_culture]') no-repeat center center/cover;
      opacity: 0.1;
      z-index: 0;
    }

    .page-8fbet__hero-content {
      position: relative;
      z-index: 1;
    }

    .page-8fbet__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      font-weight: 700;
      text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
      color: #ffffff;
    }

    .page-8fbet__hero-description {
      font-size: 1.2em;
      max-width: 800px;
      margin: 0 auto 30px;
      color: #f0f0f0;
    }

    .page-8fbet__cta-button {
      display: inline-block;
      background-color: #ffcc00; /* Gold/Yellow for prominence */
      color: #1a2a6c;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-8fbet__cta-button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-8fbet__section-title {
      font-size: 2.2em;
      color: #1a2a6c;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-8fbet__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #b21f1f;
      border-radius: 2px;
    }

    .page-8fbet__product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      justify-content: center;
    }

    .page-8fbet__product-card {
      background-color: #fdfdfd;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid #eee;
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
    }

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

    .page-8fbet__product-image-wrapper {
      width: 100%;
      height: 200px;
      overflow: hidden;
      position: relative;
    }

    .page-8fbet__product-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

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

    .page-8fbet__product-title {
      font-size: 1.5em;
      color: #1a2a6c;
      margin-bottom: 10px;
      font-weight: 600;
    }

    .page-8fbet__product-description {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 20px;
      flex-grow: 1;
    }

    .page-8fbet__promo-list {
      list-style: none;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
    }

    .page-8fbet__promo-item {
      background-color: #e6f2ff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      border-left: 5px solid #1a2a6c;
      box-sizing: border-box;
    }

    .page-8fbet__promo-title {
      font-size: 1.4em;
      color: #1a2a6c;
      margin-bottom: 10px;
      font-weight: 600;
    }

    .page-8fbet__promo-description {
      color: #444;
    }

    .page-8fbet__why-list {
      list-style: none;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
    }

    .page-8fbet__why-item {
      background-color: #fff3e0;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      border-top: 5px solid #fdbb2d;
      text-align: center;
      box-sizing: border-box;
    }

    .page-8fbet__why-item-title {
      font-size: 1.3em;
      color: #b21f1f;
      margin-bottom: 10px;
      font-weight: 600;
    }

    .page-8fbet__why-item-description {
      color: #666;
    }

    .page-8fbet__guide-steps {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 25px;
    }

    .page-8fbet__guide-step {
      background-color: #e0f7fa;
      border-radius: 10px;
      padding: 25px;
      text-align: center;
      width: calc(33% - 20px);
      min-width: 280px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      position: relative;
      border: 1px solid #b2ebf2;
      box-sizing: border-box;
    }

    .page-8fbet__step-number {
      background-color: #00bcd4;
      color: #fff;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.5em;
      font-weight: bold;
      margin: -50px auto 20px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-8fbet__step-title {
      font-size: 1.4em;
      color: #00796b;
      margin-bottom: 10px;
      font-weight: 600;
    }

    .page-8fbet__step-description {
      color: #555;
    }

    .page-8fbet__faq-list {
      list-style: none;
      padding: 0;
    }

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

    .page-8fbet__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #f0f0f0;
      color: #333;
      font-weight: 600;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-8fbet__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-8fbet__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #1a2a6c;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-8fbet__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #b21f1f;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-8fbet__faq-item.active .page-8fbet__faq-toggle {
      transform: rotate(45deg); /* Plus to Minus visual effect */
    }

    .page-8fbet__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;
      background-color: #fdfdfd;
      color: #555;
    }

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

    .page-8fbet__faq-answer p {
      margin: 0;
      padding-bottom: 10px;
    }

    .page-8fbet__faq-answer p:last-child {
      padding-bottom: 0;
    }

    .page-8fbet__cta-section {
      text-align: center;
      padding: 40px 20px;
      background: linear-gradient(90deg, #b21f1f, #fdbb2d);
      color: #fff;
      border-radius: 12px;
      margin-bottom: 25px;
    }

    .page-8fbet__cta-title {
      font-size: 2.5em;
      margin-bottom: 20px;
      font-weight: 700;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    .page-8fbet__cta-text {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      color: #f0f0f0;
    }

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

    .page-8fbet__floating-button {
      background-color: #b21f1f;
      color: #fff;
      padding: 12px 20px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-align: center;
      min-width: 120px;
    }

    .page-8fbet__floating-button--register {
      background-color: #ffcc00;
      color: #1a2a6c;
    }

    .page-8fbet__floating-button:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    }

    .page-8fbet__floating-button--register:hover {
      background-color: #e6b800;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-8fbet__hero-title {
        font-size: 2em;
      }

      .page-8fbet__hero-description {
        font-size: 1em;
      }

      .page-8fbet__section-title {
        font-size: 1.8em;
      }

      .page-8fbet__product-grid,
      .page-8fbet__promo-list,
      .page-8fbet__why-list {
        grid-template-columns: 1fr;
      }

      .page-8fbet__product-card,
      .page-8fbet__promo-item,
      .page-8fbet__why-item,
      .page-8fbet__guide-step {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-8fbet__promo-list,
      .page-8fbet__why-list {
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-8fbet__promo-item h3,
      .page-8fbet__why-item-title,
      .page-8fbet__product-title,
      .page-8fbet__step-title {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        font-size: 1.2em;
      }

      .page-8fbet__product-description,
      .page-8fbet__promo-description,
      .page-8fbet__why-item-description,
      .page-8fbet__step-description {
        font-size: 0.9em;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-8fbet__guide-step {
        padding: 20px;
      }

      .page-8fbet__step-number {
        margin-top: -40px;
        width: 40px;
        height: 40px;
        font-size: 1.3em;
      }

      .page-8fbet__faq-question {
        padding: 12px 15px;
      }

      .page-8fbet__faq-question h3 {
        font-size: 1em;
      }

      .page-8fbet__faq-answer {
        padding: 0 15px;
      }

      .page-8fbet__faq-item.active .page-8fbet__faq-answer {
        padding: 15px !important;
      }

      .page-8fbet__cta-title {
        font-size: 1.8em;
      }

      .page-8fbet__cta-text {
        font-size: 1em;
      }

      .page-8fbet__floating-buttons {
        bottom: 15px;
        right: 15px;
        flex-direction: row;
        width: calc(100% - 30px);
        justify-content: space-around;
      }

      .page-8fbet__floating-button {
        flex: 1;
        padding: 10px 15px;
        font-size: 0.9em;
        min-width: unset;
      }

      .page-8fbet__container {
        padding: 15px;
      }

      .page-8fbet__section {
        padding: 20px;
      }
    }

    @media (max-width: 480px) {
      .page-8fbet__floating-buttons {
        flex-direction: column;
        align-items: stretch;
      }
      .page-8fbet__floating-button {
        width: 100%;
      }
    }
  