
      /* style/789win.css */
      /* body đã padding-top: var(--header-offset)；trang này không được viết lại biến đó */
      .page-789win {
        font-family: 'Arial', sans-serif;
        color: #333333;
        line-height: 1.6;
        background-color: #f8f8f8;
      }

      .page-789win__hero-section {
        position: relative;
        width: 100%;
        text-align: center;
        padding: 10px 20px 60px 20px;
        background-color: #ffffff;
        overflow: hidden;
        box-sizing: border-box;
      }

      .page-789win__hero-image-wrapper {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
      }

      .page-789win__hero-image {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
        object-fit: cover;
      }

      .page-789win__hero-content {
        max-width: 900px;
        margin: 30px auto 0 auto;
        padding: 0 15px;
        box-sizing: border-box;
      }

      .page-789win__hero-title {
        font-size: clamp(2.2rem, 5vw, 3.5rem);
        font-weight: 700;
        color: #2563eb;
        margin-bottom: 15px;
        line-height: 1.2;
        letter-spacing: -0.02em;
      }

      .page-789win__hero-description {
        font-size: 1.1rem;
        color: #64748b;
        margin-bottom: 30px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
      }

      .page-789win__cta-buttons {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
      }

      .page-789win__btn-primary,
      .page-789win__btn-secondary {
        display: inline-block;
        padding: 15px 30px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.05rem;
        transition: all 0.3s ease;
        text-align: center;
        box-sizing: border-box;
        max-width: 100%;
        white-space: normal;
        word-wrap: break-word;
      }

      .page-789win__btn-primary {
        background-color: #2563eb;
        color: #ffffff;
        border: 2px solid #2563eb;
      }

      .page-789win__btn-primary:hover {
        background-color: #1a4a9e;
        border-color: #1a4a9e;
      }

      .page-789win__btn-secondary {
        background-color: #ffffff;
        color: #2563eb;
        border: 2px solid #2563eb;
      }

      .page-789win__btn-secondary:hover {
        background-color: #e0e7ff;
      }

      .page-789win__floating-login {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: #ef4444;
        color: #ffffff;
        padding: 12px 20px;
        border-radius: 50px;
        font-weight: 700;
        font-size: 1rem;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        text-decoration: none;
        transition: transform 0.3s ease;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 40px);
        box-sizing: border-box;
      }

      .page-789win__floating-login:hover {
        transform: translateY(-3px);
      }

      .page-789win__section {
        padding: 60px 20px;
        background-color: #ffffff;
        margin-bottom: 20px;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
      }

      .page-789win__section-title {
        font-size: 2.5rem;
        color: #2563eb;
        text-align: center;
        margin-bottom: 40px;
        font-weight: 700;
      }

      .page-789win__section-description {
        font-size: 1.1rem;
        color: #64748b;
        text-align: center;
        max-width: 800px;
        margin: 0 auto 50px auto;
      }

      .page-789win__features-grid,
      .page-789win__games-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        justify-content: center;
      }

      .page-789win__feature-item,
      .page-789win__game-card {
        background-color: #f8f8f8;
        padding: 30px;
        border-radius: 10px;
        text-align: center;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-sizing: border-box;
      }

      .page-789win__feature-item:hover,
      .page-789win__game-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      }

      .page-789win__feature-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
        display: inline-block;
        object-fit: contain;
      }

      .page-789win__feature-title,
      .page-789win__game-title {
        font-size: 1.4rem;
        color: #2563eb;
        margin-bottom: 15px;
        font-weight: 600;
      }

      .page-789win__feature-description,
      .page-789win__game-description {
        font-size: 1rem;
        color: #64748b;
      }

      .page-789win__game-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 8px;
        margin-bottom: 20px;
        display: block;
      }

      .page-789win__about-content {
        max-width: 900px;
        margin: 0 auto;
        color: #333333;
      }

      .page-789win__about-content h3 {
        font-size: 1.8rem;
        color: #2563eb;
        margin-top: 30px;
        margin-bottom: 15px;
        font-weight: 600;
      }

      .page-789win__about-content p {
        margin-bottom: 15px;
        font-size: 1.05rem;
      }

      .page-789win__about-content ul {
        list-style: disc;
        margin-left: 25px;
        margin-bottom: 15px;
      }

      .page-789win__about-content li {
        margin-bottom: 8px;
        font-size: 1.05rem;
        color: #333333;
      }

      .page-789win__video-section {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 60px 20px;
        padding-top: 10px;
        background-color: #f0f0f0;
        box-sizing: border-box;
      }

      .page-789win__video-container {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
      }

      .page-789win__video-link {
        display: block;
        width: 100%;
        cursor: pointer;
      }

      .page-789win__video {
        width: 100%;
        height: auto;
        display: block;
      }

      .page-789win__faq-list {
        max-width: 900px;
        margin: 0 auto;
      }

      .page-789win__faq-item {
        background-color: #f8f8f8;
        border-radius: 8px;
        margin-bottom: 15px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
        transition: all 0.3s ease;
        overflow: hidden;
      }

      .page-789win__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px;
        font-size: 1.2rem;
        font-weight: 600;
        color: #2563eb;
        cursor: pointer;
        user-select: none;
        background-color: #ffffff;
        border-bottom: 1px solid #eee;
      }

      .page-789win__faq-question:hover {
        background-color: #f0f0f0;
      }

      .page-789win__faq-question h3 {
        margin: 0;
        pointer-events: none; /* Ngăn chặn sự kiện click trên h3 */
        flex-grow: 1;
      }

      .page-789win__faq-toggle {
        font-size: 1.8rem;
        line-height: 1;
        margin-left: 15px;
        pointer-events: none; /* Ngăn chặn sự kiện click trên biểu tượng */
        color: #64748b;
      }

      .page-789win__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;
        color: #333333;
        font-size: 1rem;
      }

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

      .page-789win__faq-item.active .page-789win__faq-question {
        border-bottom: none;
      }

      .page-789win__link-button {
        display: inline-block;
        margin-top: 20px;
        padding: 10px 25px;
        background-color: #64748b;
        color: #ffffff;
        border-radius: 5px;
        text-decoration: none;
        font-weight: 500;
        transition: background-color 0.3s ease;
      }

      .page-789win__link-button:hover {
        background-color: #4a5568;
      }

      /* Responsive styles */
      @media (max-width: 768px) {
        .page-789win {
          font-size: 16px;
          line-height: 1.6;
        }

        .page-789win__hero-section {
          padding: 10px 15px 40px 15px;
        }

        .page-789win__hero-title {
          font-size: clamp(1.8rem, 8vw, 2.5rem);
        }

        .page-789win__hero-description {
          font-size: 1rem;
        }

        .page-789win__cta-buttons {
          flex-direction: column;
          gap: 15px;
          padding: 0 15px;
        }

        .page-789win__btn-primary,
        .page-789win__btn-secondary {
          width: 100% !important;
          max-width: 100% !important;
          padding: 12px 20px;
          font-size: 1rem;
        }

        .page-789win__floating-login {
          bottom: 15px;
          right: 15px;
          font-size: 0.9rem;
          padding: 10px 15px;
          max-width: calc(100% - 30px);
        }

        .page-789win__section {
          padding: 40px 15px;
          margin-bottom: 15px;
        }

        .page-789win__section-title {
          font-size: 2rem;
          margin-bottom: 30px;
        }

        .page-789win__section-description {
          font-size: 1rem;
          margin-bottom: 40px;
        }

        .page-789win__features-grid,
        .page-789win__games-grid {
          grid-template-columns: 1fr;
          gap: 20px;
        }

        .page-789win__feature-item,
        .page-789win__game-card {
          padding: 25px;
        }

        .page-789win__feature-icon {
          width: 60px;
          height: 60px;
        }

        .page-789win__feature-title,
        .page-789win__game-title {
          font-size: 1.2rem;
        }

        .page-789win__game-image {
          height: 180px;
        }

        .page-789win__about-content {
          padding: 0 10px;
        }

        .page-789win__about-content h3 {
          font-size: 1.5rem;
        }

        .page-789win__about-content p,
        .page-789win__about-content li {
          font-size: 1rem;
        }

        .page-789win__video-section {
          padding: 40px 15px;
          padding-top: 10px !important;
        }

        .page-789win__video-container {
          width: 100% !important;
          max-width: 100% !important;
          box-sizing: border-box !important;
          padding: 0 5px;
          overflow: hidden !important;
        }

        .page-789win__video-link {
          width: 100% !important;
          max-width: 100% !important;
          box-sizing: border-box !important;
        }

        .page-789win__video {
          max-width: 100% !important;
          width: 100% !important;
          height: auto !important;
          display: block !important;
        }

        .page-789win__faq-list {
          padding: 0 10px;
        }

        .page-789win__faq-question {
          font-size: 1.1rem;
          padding: 18px 20px;
        }

        .page-789win__faq-answer {
          padding: 15px 20px;
          font-size: 0.95rem;
        }

        .page-789win img {
          max-width: 100% !important;
          width: 100% !important;
          height: auto !important;
          display: block !important;
        }

        .page-789win__section, .page-789win__card, .page-789win__container {
          max-width: 100% !important;
          width: 100% !important;
          box-sizing: border-box !important;
          padding-left: 15px;
          padding-right: 15px;
        }

        .page-789win ul, .page-789win ol {
          width: 100% !important;
          max-width: 100% !important;
          box-sizing: border-box !important;
          padding: 0 15px !important;
          margin-left: 0 !important;
          margin-right: 0 !important;
        }

        .page-789win li {
          width: 100% !important;
          max-width: 100% !important;
          box-sizing: border-box !important;
          margin-left: 0 !important;
          margin-right: 0 !important;
          word-wrap: break-word !important;
          overflow-wrap: break-word !important;
          word-break: break-word !important;
        }
      }
    