
    .page-678win-d-ng-nh-p {
      font-family: 'Arial', sans-serif;
      color: #333;
      background-color: #f5f5f5;
      line-height: 1.6;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-678win-d-ng-nh-p__hero-section {
      position: relative;
      width: 100%;
      height: 400px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      padding-top: 10px; /* Small decorative top padding, assuming body handles header offset */
      background: linear-gradient(135deg, #0a1931 0%, #1a4a72 100%);
    }

    .page-678win-d-ng-nh-p__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      opacity: 0.6;
    }

    .page-678win-d-ng-nh-p__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      padding: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-678win-d-ng-nh-p__hero-title {
      font-size: 2.8em;
      margin-bottom: 10px;
      font-weight: bold;
      color: #ffd700; /* Gold */
    }

    .page-678win-d-ng-nh-p__hero-description {
      font-size: 1.2em;
      margin-bottom: 20px;
    }

    .page-678win-d-ng-nh-p__button {
      display: inline-block;
      background-color: #e44d26; /* Orange */
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-678win-d-ng-nh-p__button:hover {
      background-color: #ff6f40;
    }

    .page-678win-d-ng-nh-p__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 20px;
    }

    .page-678win-d-ng-nh-p__section--dark {
      background-color: #0a1931;
      color: #f5f5f5;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .page-678win-d-ng-nh-p__section-title {
      font-size: 2.2em;
      color: #0a1931;
      text-align: center;
      margin-bottom: 30px;
      font-weight: bold;
    }

    .page-678win-d-ng-nh-p__section--dark .page-678win-d-ng-nh-p__section-title {
      color: #ffd700;
    }

    .page-678win-d-ng-nh-p__text-content p {
      margin-bottom: 15px;
      font-size: 1.1em;
      text-align: justify;
    }

    .page-678win-d-ng-nh-p__product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      justify-content: center;
      padding: 20px 0;
    }

    .page-678win-d-ng-nh-p__product-item {
      background-color: #f9f9f9;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
      padding: 15px;
    }

    .page-678win-d-ng-nh-p__product-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .page-678win-d-ng-nh-p__product-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 5px;
      margin-bottom: 15px;
      max-width: 100%;
    }

    .page-678win-d-ng-nh-p__product-title {
      font-size: 1.5em;
      color: #0a1931;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-678win-d-ng-nh-p__product-description {
      font-size: 0.95em;
      color: #666;
      margin-bottom: 15px;
    }

    .page-678win-d-ng-nh-p__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: rgba(10, 25, 49, 0.9);
      padding: 10px 0;
      display: flex;
      justify-content: space-around;
      align-items: center;
      z-index: 1000;
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    }

    .page-678win-d-ng-nh-p__floating-button {
      flex: 1;
      text-align: center;
      background-color: #e44d26;
      color: #fff;
      padding: 12px 0;
      margin: 0 10px;
      border-radius: 8px;
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease;
      border: none;
    }

    .page-678win-d-ng-nh-p__floating-button:hover {
      background-color: #ff6f40;
    }

    .page-678win-d-ng-nh-p__list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      justify-content: center;
    }

    .page-678win-d-ng-nh-p__list-item {
      background-color: #f0f0f0;
      border-left: 5px solid #e44d26;
      padding: 15px 20px;
      border-radius: 5px;
      flex: 1;
      min-width: 250px;
      max-width: 380px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      font-size: 1.05em;
      color: #333;
      box-sizing: border-box;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-678win-d-ng-nh-p__list-item--dark {
      background-color: #1a4a72;
      color: #f5f5f5;
      border-left-color: #ffd700;
    }

    .page-678win-d-ng-nh-p__faq-container {
      max-width: 800px;
      margin: 40px auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      padding: 20px;
    }

    .page-678win-d-ng-nh-p__faq-item {
      border-bottom: 1px solid #eee;
      margin-bottom: 10px;
    }

    .page-678win-d-ng-nh-p__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }

    .page-678win-d-ng-nh-p__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
      background-color: #f9f9f9;
      cursor: pointer;
      user-select: none;
      border-radius: 5px;
      transition: background-color 0.3s ease;
    }

    .page-678win-d-ng-nh-p__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-678win-d-ng-nh-p__faq-question h3 {
      margin: 0;
      font-size: 1.15em;
      color: #0a1931;
      pointer-events: none;
      flex-grow: 1;
    }

    .page-678win-d-ng-nh-p__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #e44d26;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none;
    }

    .page-678win-d-ng-nh-p__faq-item.active .page-678win-d-ng-nh-p__faq-toggle {
      transform: rotate(45deg);
      color: #0a1931;
    }

    .page-678win-d-ng-nh-p__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #555;
      font-size: 1em;
    }

    .page-678win-d-ng-nh-p__faq-item.active .page-678win-d-ng-nh-p__faq-answer {
      max-height: 2000px !important;
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-678win-d-ng-nh-p__hero-title {
        font-size: 2em;
      }

      .page-678win-d-ng-nh-p__hero-description {
        font-size: 1em;
      }

      .page-678win-d-ng-nh-p__button {
        padding: 10px 20px;
        font-size: 0.9em;
      }

      .page-678win-d-ng-nh-p__section {
        padding: 25px 15px;
      }

      .page-678win-d-ng-nh-p__section-title {
        font-size: 1.8em;
        margin-bottom: 25px;
      }

      .page-678win-d-ng-nh-p__product-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-678win-d-ng-nh-p__product-image {
        height: 180px;
      }

      .page-678win-d-ng-nh-p__list {
        gap: 10px;
      }

      .page-678win-d-ng-nh-p__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 12px 15px;
        font-size: 0.95em;
      }

      .page-678win-d-ng-nh-p__list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-678win-d-ng-nh-p__faq-container {
        margin: 20px auto;
        padding: 15px;
      }

      .page-678win-d-ng-nh-p__faq-question {
        padding: 12px;
      }

      .page-678win-d-ng-nh-p__faq-question h3 {
        font-size: 1em;
      }

      .page-678win-d-ng-nh-p__faq-toggle {
        font-size: 1.3em;
      }

      .page-678win-d-ng-nh-p__faq-answer {
        padding: 15px 12px !important;
        font-size: 0.95em;
      }

      .page-678win-d-ng-nh-p__product-item img,
      .page-678win-d-ng-nh-p__hero-background {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
      }

      .page-678win-d-ng-nh-p__product-item,
      .page-678win-d-ng-nh-p__hero-section {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
      }
    }

    @media (max-width: 480px) {
      .page-678win-d-ng-nh-p__hero-section {
        height: 350px;
      }
      .page-678win-d-ng-nh-p__hero-title {
        font-size: 1.8em;
      }
      .page-678win-d-ng-nh-p__hero-description {
        font-size: 0.9em;
      }
      .page-678win-d-ng-nh-p__floating-button {
        font-size: 1em;
        padding: 10px 0;
      }
      .page-678win-d-ng-nh-p__floating-buttons {
        padding: 8px 0;
      }
    }
  