/* ==========================================================================
 * QTIL — FULL CSS V15.2 SAFE REPLACE ALL
 * Website: https://quatanginlogo.com.vn/
 * Ngày đóng gói: 28/08/2026
 *
 * CÁCH DÙNG:
 * 1) Sao lưu CSS hiện tại.
 * 2) Xóa toàn bộ nội dung trong Giao diện > Tùy biến > CSS bổ sung.
 * 3) Dán NGUYÊN file này một lần rồi Đăng.
 *
 * Thành phần:
 * - Toàn bộ CSS nền v14 đang chạy trên website.
 * - Lớp hoàn thiện giao diện V15.2 Visual Only ở cuối file.
 * - Không chứa JavaScript, PHP, AJAX hay chức năng mới.
 * ========================================================================== */

/* ============================================================
 * QTIL — TOÀN BỘ CSS GIAO DIỆN TÙY CHỈNH — v14 (28/08/2026)
 * Sửa tại: Giao diện > Tùy biến > CSS bổ sung.
 * Không cần sửa functions.php để đổi màu, font, khoảng cách, bố cục.
 * Giữ thứ tự các nhóm để bảo toàn cascade của giao diện hiện hành.
 * CSS gốc theme/plugin/UX Builder và CSS admin/email không nằm ở đây.
 * Biến theo từng form/sản phẩm vẫn lấy từ dữ liệu WordPress.
 * Tìm nhóm bên dưới bằng Ctrl+F. Có bản sao lưu trước khi chuyển.
 * ============================================================ */

/* === 01. Danh mục quà tặng - nền tảng === */
.gift-categories {
  width: 100%;
  margin: 0 auto;
  padding: 20px 15px;
}

.gift-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #0e7490;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 12px;
}

.gift-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #0ea5e9, #0c4a6e);
  border-radius: 2px;
}

.gift-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 20px;
}

.gift-item {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px 15px;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.gift-item:active {
  transform: scale(0.98);
}

.gift-icon-wrapper {
  width: 70px;
  height: 70px;
  background: #f0f9ff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  position: relative;
  transition: all 0.3s ease;
}

.gift-item:hover .gift-icon-wrapper {
  background: linear-gradient(135deg, #0ea5e9, #0c4a6e);
}

.gift-icon-set {
  position: relative;
  width: 100%;
  height: 100%;
}

.gift-icon {
  position: absolute;
  transition: color 0.3s ease;
}

.gift-icon-main {
  font-size: 26px;
  color: #0284c7;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gift-icon-sub {
  font-size: 14px;
}

.gift-icon-sub-1 {
  color: #0ea5e9;
  top: 20%;
  right: 20%;
}

.gift-icon-sub-2 {
  color: #38bdf8;
  bottom: 20%;
  left: 20%;
}

.gift-item:hover .gift-icon {
  color: #ffffff !important;
}

.gift-title-text {
  color: #0c4a6e;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
}

.gift-count {
  color: #64748b;
  font-size: 13px;
  font-weight: 500;
  padding: 4px 10px;
  background: #f0f9ff;
  border-radius: 20px;
  display: inline-block;
  margin-top: auto;
}

/* Mobile-first approach with breakpoints for larger screens */
@media (min-width: 576px) {
  .gift-categories {
    padding: 25px;
  }

  .gift-grid {
    gap: 20px;
  }

  .gift-item {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .gift-icon-wrapper {
    width: 75px;
    height: 75px;
  }

  .gift-icon-main {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .gift-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .gift-title {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .gift-categories {
    padding: 30px;
  }

  .gift-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }

  .gift-title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .gift-item {
    padding: 25px;
    border-radius: 16px;
  }

  .gift-icon-wrapper {
    width: 85px;
    height: 85px;
    margin-bottom: 18px;
  }

  .gift-icon-main {
    font-size: 30px;
  }

  .gift-title-text {
    font-size: 16px;
  }

  .gift-count {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .gift-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .gift-icon-wrapper {
    width: 90px;
    height: 90px;
  }

  .gift-icon-main {
    font-size: 32px;
  }
}

/* === 02. Quy trình shortcode cũ === */
/* QTInLogo Process Styles - Version 3.0 */
:where(html:has(.qtinlogo-container)) .qtinlogo-container {
  position: relative;
  margin: 60px auto;
  font-family: inherit;
}

:where(html:has(.qtinlogo-container)) .qtinlogo-container * {
  box-sizing: border-box;
}

/* ===== MODERN STYLE ===== */
:where(html:has(.qtinlogo-container)) .qtinlogo-modern {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

:where(html:has(.qtinlogo-container)) .qtinlogo-header {
  background: linear-gradient(135deg, #2d5eac 0%, #4166a778 100%);
  padding: 40px 30px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

:where(html:has(.qtinlogo-container)) .qtinlogo-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='smallGrid' width='10' height='10' patternUnits='userSpaceOnUse'%3E%3Cpath d='M 10 0 L 0 0 0 10' fill='none' stroke='rgba(255, 255, 255, 0.1)' stroke-width='0.5'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23smallGrid)'/%3E%3C/svg%3E");
  opacity: 0.6;
}

:where(html:has(.qtinlogo-container)) .qtinlogo-title {
  color: white;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 15px 0;
  position: relative;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

:where(html:has(.qtinlogo-container)) .qtinlogo-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  position: relative;
  max-width: 650px;
  margin: 0 auto;
}

:where(html:has(.qtinlogo-container)) .qtinlogo-steps-wrapper {
  position: relative;
  padding: 30px 20px;
  background-color: #fafafa;
}

/* Thiết kế các bước theo kiểu modern */
:where(html:has(.qtinlogo-container)) .qtinlogo-steps {
  display: flex;
  position: relative;
  margin: 20px auto;
  max-width: 1200px;
  overflow-x: auto;
  gap: 30px;
  padding: 20px 10px;
  scrollbar-width: thin;
  scrollbar-color: var(--qtil-process-primary) #f1f1f1;
}

:where(html:has(.qtinlogo-container)) .qtinlogo-steps::-webkit-scrollbar {
  height: 8px;
}

:where(html:has(.qtinlogo-container)) .qtinlogo-steps::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px;
}

:where(html:has(.qtinlogo-container)) .qtinlogo-steps::-webkit-scrollbar-thumb {
  background: var(--qtil-process-primary);
  border-radius: 8px;
}

/* Timeline cho phong cách modern */
:where(html:has(.qtinlogo-container)) .qtinlogo-modern .qtinlogo-steps::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--qtil-process-secondary) 0%,
    var(--qtil-process-primary) 100%
  );
  z-index: 1;
}

/* Card cho từng bước */
:where(html:has(.qtinlogo-container)) .qtinlogo-step {
  flex: 0 0 280px;
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  z-index: 2;
}

:where(html:has(.qtinlogo-container)) .qtinlogo-modern .qtinlogo-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

:where(html:has(.qtinlogo-container)) .qtinlogo-step-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  background-color: var(--qtil-process-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
}

:where(html:has(.qtinlogo-container))
  .qtinlogo-modern
  .qtinlogo-step:hover
  .qtinlogo-step-icon {
  background-color: var(--qtil-process-primary);
}

:where(html:has(.qtinlogo-container)) .qtinlogo-step-icon i {
  font-size: 36px;
  color: var(--qtil-process-primary);
  transition: all 0.3s ease;
}

:where(html:has(.qtinlogo-container))
  .qtinlogo-modern
  .qtinlogo-step:hover
  .qtinlogo-step-icon
  i {
  color: white;
  transform: scale(1.1);
}

:where(html:has(.qtinlogo-container)) .qtinlogo-step-number {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 35px;
  height: 35px;
  background: var(--qtil-process-gradient);
  color: white;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border: 2px solid white;
  z-index: 3;
}

:where(html:has(.qtinlogo-container)) .qtinlogo-step-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--qtil-process-text-dark);
  margin: 0 0 12px 0;
}

:where(html:has(.qtinlogo-container)) .qtinlogo-step-description {
  font-size: 14px;
  color: var(--qtil-process-text-light);
  margin: 0;
  line-height: 1.5;
}

:where(html:has(.qtinlogo-container)) .qtinlogo-cta {
  text-align: center;
  padding: 40px 20px;
  background: linear-gradient(to bottom, white, #f9f9f9);
  border-top: 1px solid #eee;
}

:where(html:has(.qtinlogo-container)) .qtinlogo-cta-text {
  font-size: 18px;
  color: var(--qtil-process-text-dark);
  margin-bottom: 25px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

:where(html:has(.qtinlogo-container)) .qtinlogo-button {
  display: inline-block;
  padding: 14px 35px;
  background: var(--qtil-process-gradient);
  color: white;
  text-decoration: none;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

:where(html:has(.qtinlogo-container)) .qtinlogo-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transition: all 0.5s ease;
}

:where(html:has(.qtinlogo-container)) .qtinlogo-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

:where(html:has(.qtinlogo-container)) .qtinlogo-button:hover::after {
  left: 100%;
}

:where(html:has(.qtinlogo-container)) .qtinlogo-logo-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: white;
  color: var(--qtil-process-primary);
  font-size: 14px;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 5px;
}

:where(html:has(.qtinlogo-container)) .qtinlogo-logo-badge i {
  font-size: 12px;
}

:where(html:has(.qtinlogo-container)) .qtinlogo-nav-buttons {
  display: none;
  text-align: center;
  padding: 15px 0;
}

:where(html:has(.qtinlogo-container)) .qtinlogo-nav-button {
  background: var(--qtil-process-gradient);
  color: white;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

:where(html:has(.qtinlogo-container)) .qtinlogo-nav-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

:where(html:has(.qtinlogo-container)) .qtinlogo-nav-button:focus {
  outline: none;
}

/* ===== CLASSIC STYLE ===== */
:where(html:has(.qtinlogo-container)) .qtinlogo-classic .qtinlogo-header {
  background: white;
  border-bottom: 3px solid var(--qtil-process-primary);
}

:where(html:has(.qtinlogo-container)) .qtinlogo-classic .qtinlogo-title {
  color: var(--qtil-process-text-dark);
  text-shadow: none;
}

:where(html:has(.qtinlogo-container)) .qtinlogo-classic .qtinlogo-subtitle {
  color: var(--qtil-process-text-light);
}

:where(html:has(.qtinlogo-container))
  .qtinlogo-classic
  .qtinlogo-steps-wrapper {
  background-color: white;
}

:where(html:has(.qtinlogo-container))
  .qtinlogo-classic
  .qtinlogo-steps::before {
  background: var(--qtil-process-secondary);
}

:where(html:has(.qtinlogo-container)) .qtinlogo-classic .qtinlogo-step {
  border: 1px solid #e5e5e5;
}

/* ===== MINIMAL STYLE ===== */
:where(html:has(.qtinlogo-container)) .qtinlogo-minimal {
  background-color: transparent;
  box-shadow: none;
}

:where(html:has(.qtinlogo-container)) .qtinlogo-minimal .qtinlogo-header {
  background: transparent;
  border-bottom: 2px solid var(--qtil-process-primary);
  padding: 30px 20px;
}

:where(html:has(.qtinlogo-container)) .qtinlogo-minimal .qtinlogo-title {
  color: var(--qtil-process-text-dark);
  text-shadow: none;
}

:where(html:has(.qtinlogo-container)) .qtinlogo-minimal .qtinlogo-subtitle {
  color: var(--qtil-process-text-light);
}

:where(html:has(.qtinlogo-container))
  .qtinlogo-minimal
  .qtinlogo-steps-wrapper {
  background-color: transparent;
  padding: 30px 0;
}

:where(html:has(.qtinlogo-container))
  .qtinlogo-minimal
  .qtinlogo-steps::before {
  background: #e5e5e5;
}

:where(html:has(.qtinlogo-container)) .qtinlogo-minimal .qtinlogo-step {
  background-color: white;
  border: 1px solid #e5e5e5;
}

:where(html:has(.qtinlogo-container)) .qtinlogo-minimal .qtinlogo-cta {
  background: transparent;
  border-top: none;
  padding-top: 20px;
}

/* Responsive */
@media (max-width: 992px) {
  :where(html:has(.qtinlogo-container)) .qtinlogo-title {
    font-size: 28px;
  }

  :where(html:has(.qtinlogo-container)) .qtinlogo-step {
    flex: 0 0 250px;
  }
}

@media (max-width: 768px) {
  :where(html:has(.qtinlogo-container)) .qtinlogo-container {
    margin: 40px auto;
  }

  :where(html:has(.qtinlogo-container)) .qtinlogo-title {
    font-size: 24px;
  }

  :where(html:has(.qtinlogo-container)) .qtinlogo-subtitle {
    font-size: 15px;
  }

  :where(html:has(.qtinlogo-container)) .qtinlogo-nav-buttons {
    display: block;
  }

  :where(html:has(.qtinlogo-container)) .qtinlogo-step {
    flex: 0 0 230px;
  }
}

@media (max-width: 480px) {
  :where(html:has(.qtinlogo-container)) .qtinlogo-header {
    padding: 30px 20px;
  }

  :where(html:has(.qtinlogo-container)) .qtinlogo-title {
    font-size: 22px;
  }

  :where(html:has(.qtinlogo-container)) .qtinlogo-cta-text {
    font-size: 16px;
  }

  :where(html:has(.qtinlogo-container)) .qtinlogo-step-icon {
    width: 80px;
    height: 80px;
  }

  :where(html:has(.qtinlogo-container)) .qtinlogo-step-icon i {
    font-size: 30px;
  }

  :where(html:has(.qtinlogo-container)) .qtinlogo-button {
    padding: 12px 30px;
    font-size: 15px;
  }
}

/* === 03. Bảng màu shortcode quy trình === */
.qtinlogo-container {
  --qtil-process-primary: #ff7e1d;
  --qtil-process-secondary: #fff3e9;
  --qtil-process-accent: #f25c05;
  --qtil-process-text-dark: #0f2d52;
  --qtil-process-text-light: rgba(15, 45, 82, 0.7);
  --qtil-process-gradient: linear-gradient(135deg, #ff7e1d 0%, #f25c05 100%);
}
.qtinlogo-container[data-qtil-process-color="blue"] {
  --qtil-process-primary: #0f2d52;
  --qtil-process-secondary: #e6eef8;
  --qtil-process-accent: #0a1f3a;
  --qtil-process-gradient: linear-gradient(135deg, #0f2d52 0%, #0a1f3a 100%);
}
.qtinlogo-container[data-qtil-process-color="green"] {
  --qtil-process-primary: #2a9d8f;
  --qtil-process-secondary: #e6f5f3;
  --qtil-process-accent: #1d7268;
  --qtil-process-gradient: linear-gradient(135deg, #2a9d8f 0%, #1d7268 100%);
}

/* === 04. Lợi ích shortcode cũ === */
.qtinlogo-benefits-section {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  padding: 40px 20px;
}

.qtinlogo-benefits-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  /*              background: linear-gradient(90deg, #FF7E1D, #F25C05); */
}

.qtinlogo-benefits-container {
  margin: 0 auto;
}

.qtinlogo-benefits-header {
  text-align: center;
  margin-bottom: 40px;
}

.qtinlogo-benefits-tagline {
  display: inline-block;
  background: linear-gradient(
    135deg,
    rgba(255, 126, 29, 0.1),
    rgba(242, 92, 5, 0.1)
  );
  color: #ff7e1d;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 25px;
  margin-bottom: 15px;
  border: 1px solid rgba(255, 126, 29, 0.2);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.qtinlogo-benefits-title {
  font-size: 28px;
  font-weight: 800;
  color: #1a365d;
  margin-bottom: 16px;
  line-height: 1.3;
  position: relative;
}

.qtinlogo-benefits-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #ff7e1d, #f25c05);
  border-radius: 2px;
}

.qtinlogo-benefits-description {
  max-width: 600px;
  margin: 0 auto 25px;
  font-size: 15px;
  line-height: 1.7;
  color: #64748b;
}

/* Grid responsive - 2 cột trên mobile */
.qtinlogo-benefits-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr); /* 2 cột trên mobile */
}

.qtinlogo-benefit-item {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  border: 1px solid rgba(226, 232, 240, 0.8);
  text-align: center; /* Căn giữa cho mobile */
}

.qtinlogo-benefit-item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(255, 126, 29, 0.15);
  border-color: rgba(255, 126, 29, 0.3);
}

.qtinlogo-benefit-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff7e1d, #f25c05);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.qtinlogo-benefit-item:hover::before {
  transform: scaleX(1);
}

.qtinlogo-benefit-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(
    135deg,
    rgba(255, 126, 29, 0.1),
    rgba(242, 92, 5, 0.1)
  );
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
  color: #ff7e1d;
  font-size: 20px;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 126, 29, 0.2);
}

.qtinlogo-benefit-item:hover .qtinlogo-benefit-icon {
  background: linear-gradient(135deg, #ff7e1d, #f25c05);
  color: #ffffff;
  transform: scale(1.1) rotate(5deg);
  border-color: transparent;
}

.qtinlogo-benefit-title {
  color: #1a365d;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px 0;
  transition: color 0.3s ease;
  line-height: 1.3;
}

.qtinlogo-benefit-item:hover .qtinlogo-benefit-title {
  color: #ff7e1d;
}

.qtinlogo-benefit-description {
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.qtinlogo-benefits-footer {
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(226, 232, 240, 0.8);
}

.qtinlogo-benefits-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.qtinlogo-stat-item {
  text-align: center;
  padding: 15px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  border: 1px solid rgba(226, 232, 240, 0.5);
}

.qtinlogo-stat-number {
  font-size: 24px;
  font-weight: 800;
  background: linear-gradient(135deg, #ff7e1d, #f25c05);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  margin-bottom: 5px;
}

.qtinlogo-stat-label {
  color: #475569;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.qtinlogo-cta-button {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #ff7e1d, #f25c05);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(255, 126, 29, 0.4);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.qtinlogo-cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transition: all 0.6s ease;
}

.qtinlogo-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(255, 126, 29, 0.5);
  color: #ffffff;
}

.qtinlogo-cta-button:hover::before {
  left: 100%;
}

.qtinlogo-cta-button i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.qtinlogo-cta-button:hover i {
  transform: translateX(4px);
}

/* Tablet - 3 cột */
@media (min-width: 768px) {
  .qtinlogo-benefits-section {
    padding: 60px 30px;
  }

  .qtinlogo-benefits-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }

  .qtinlogo-benefit-item {
    padding: 25px 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .qtinlogo-benefit-icon {
    margin: 0 0 15px 0;
    width: 55px;
    height: 55px;
    font-size: 22px;
  }

  .qtinlogo-benefit-title {
    font-size: 18px;
  }

  .qtinlogo-benefit-description {
    font-size: 14px;
  }

  .qtinlogo-benefits-title {
    font-size: 32px;
  }

  .qtinlogo-stat-number {
    font-size: 32px;
  }

  .qtinlogo-stat-label {
    font-size: 13px;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .qtinlogo-benefits-section {
    padding: 80px 40px;
  }

  .qtinlogo-benefits-grid {
    gap: 30px;
  }

  .qtinlogo-benefit-item {
    padding: 30px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }

  .qtinlogo-benefit-icon {
    width: 65px;
    height: 65px;
    font-size: 26px;
    margin-right: 20px;
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .qtinlogo-benefit-title {
    font-size: 20px;
  }

  .qtinlogo-benefit-description {
    font-size: 15px;
  }

  .qtinlogo-benefits-title {
    font-size: 36px;
  }

  .qtinlogo-benefits-description {
    font-size: 16px;
  }

  .qtinlogo-stat-number {
    font-size: 40px;
  }

  .qtinlogo-stat-label {
    font-size: 14px;
  }

  .qtinlogo-cta-button {
    font-size: 16px;
    padding: 18px 32px;
  }
}

/* Mobile nhỏ */
@media (max-width: 480px) {
  .qtinlogo-benefits-section {
    padding: 30px 15px;
  }

  .qtinlogo-benefits-grid {
    gap: 15px;
  }

  .qtinlogo-benefit-item {
    padding: 15px 12px;
  }

  .qtinlogo-benefit-icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .qtinlogo-benefit-title {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .qtinlogo-benefit-description {
    font-size: 12px;
    line-height: 1.4;
  }

  .qtinlogo-benefits-title {
    font-size: 24px;
  }

  .qtinlogo-benefits-description {
    font-size: 14px;
  }

  .qtinlogo-stat-number {
    font-size: 20px;
  }

  .qtinlogo-stat-label {
    font-size: 11px;
  }

  .qtinlogo-cta-button {
    font-size: 14px;
    padding: 14px 24px;
  }
}

/* === 05. Mô tả danh mục === */
.custom-top-content p {
  margin-bottom: 1em;
}
.custom-top-content br {
  display: block;
  content: "";
  margin-top: 5px;
}

/* === 06. Bài viết liên quan === */
.enhanced-related-posts {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px;
}

.related-posts-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.related-post-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  transition: transform 0.3s ease;
}

.related-post-image {
  flex: 0 0 120px;
  margin-right: 20px;
}

.related-post-image a {
  display: block;
  overflow: hidden;
  border-radius: 6px;
}

.related-post-image img {
  width: 120px;
  height: 90px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.related-post-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.related-post-title {
  font-size: 15px;
  margin: 0 0 10px;
  line-height: 1.3;
}

.related-post-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.related-post-title a:hover {
  color: #0056b3;
}

.related-post-date {
  display: block;
  font-size: 12px;
  color: #888;
  margin-bottom: 8px;
}

.related-post-excerpt {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.no-related-posts {
  font-style: italic;
  color: #666;
  text-align: center;
  padding: 20px;
}

/* Tối ưu hiển thị side-by-side trên giao diện mobile */
@media (max-width: 480px) {
  .enhanced-related-posts {
    padding: 10px;
    border: none;
    border-radius: 0;
  }
  .related-post-item {
    flex-direction: row;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
  }
  .related-post-image {
    flex: 0 0 25%;
    margin-right: 10px;
  }
  .related-post-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
  }
  .related-post-content {
    flex: 1;
  }
  .related-post-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .related-post-date {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .related-post-excerpt {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .related-post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

/* === 07. Thông số sản phẩm === */
.product-specs {
  margin: 25px 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border: 1px solid #eaeaea;
  transition: box-shadow 0.3s ease;
}

.product-specs:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.product-specs-columns {
  display: flex;
  flex-wrap: wrap;
}

.specs-column {
  flex: 1;
  min-width: 280px;
  border-right: 1px solid #eaeaea;
}

.specs-column:last-child {
  border-right: none;
}

.product-specs-title {
  background: linear-gradient(135deg, #0e6184 0%, #1a7fa8 100%);
  color: white;
  padding: 14px 18px;
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.spec-row {
  display: flex;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.25s ease;
}

.spec-row:hover {
  background-color: #f9f9f9;
}

.spec-row:last-child {
  border-bottom: none;
}

.spec-label {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 200px;
  flex-shrink: 0;
}

.spec-label i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2d5eac;
  font-size: 18px;
  background-color: rgba(14, 97, 132, 0.08);
  border-radius: 50%;
  transition: all 0.2s ease;
}

.spec-row:hover .spec-label i {
  transform: scale(1.05);
  background-color: rgba(14, 97, 132, 0.12);
}

.spec-label span {
  font-size: 13px;
  color: #555;
  font-weight: 600;
  text-transform: uppercase;
}

.spec-value {
  flex: 1;
  font-size: 14px;
  color: #333;
  padding: 6px 0 6px 10px;
  line-height: 1.4;
  position: relative;
}

.spec-value.highlight {
  font-weight: 600;
  color: #0e6184;
}

.packaging-options-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.packaging-options-list li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 4px;
}

.packaging-options-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #0e6184;
}

.color-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.color-swatch {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: inline-block;
  transition: transform 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.color-swatch:hover {
  transform: scale(1.2);
}

.color-text {
  margin-left: 8px;
  font-size: 13px;
  color: #555;
}

.logo-options {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.badge {
  padding: 3px 10px;
  border-radius: 15px;
  background-color: rgba(14, 97, 132, 0.08);
  border: 1px solid rgba(14, 97, 132, 0.12);
  font-size: 12px;
  color: #0e6184;
  transition: all 0.2s ease;
}

.badge:hover {
  background-color: rgba(14, 97, 132, 0.15);
}

.time-badge {
  display: inline-block;
  padding: 2px 10px;
  background-color: rgba(14, 97, 132, 0.08);
  border-radius: 15px;
  font-weight: 500;
  color: #0e6184;
  transition: all 0.2s ease;
}

/* Styles for toggle button */
.specs-toggle-btn {
  display: block;
  width: 100%;
  padding: 10px;
  background: linear-gradient(135deg, #f5f7fa 0%, #e9f0f4 100%);
  border: none;
  border-top: 1px solid #eaeaea;
  text-align: center;
  color: #0e6184;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  text-transform: inherit;
  transition: all 0.2s ease;
  outline: none;
}

.specs-toggle-btn:hover {
  background: linear-gradient(135deg, #e9f0f4 0%, #dce5eb 100%);
}

.specs-toggle-btn i {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.specs-toggle-btn.active i {
  transform: rotate(180deg);
}

.hidden-specs {
  display: none;
}

@media (max-width: 768px) {
  .product-specs {
    margin: 15px 0;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  }

  .product-specs-title {
    padding: 10px 15px;
    font-size: 15px;
    text-align: center;
    background: linear-gradient(135deg, #0e6184 0%, #1a7fa8 100%);
  }

  .product-specs-columns {
    flex-direction: column;
  }

  .specs-column {
    flex: none;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #eaeaea;
  }

  .specs-column:last-child {
    border-bottom: none;
  }

  .spec-row {
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0;
  }

  .spec-row:hover {
    background-color: #f9f9f9;
  }

  .spec-row:last-child {
    border-bottom: none;
  }

  .spec-label {
    width: 100%;
    margin-bottom: 8px;
    justify-content: flex-start;
  }

  .spec-label i {
    width: 30px;
    height: 30px;
    font-size: 15px;
    margin-right: 2px;
  }

  .spec-label span {
    font-size: 12px;
    letter-spacing: 0.5px;
  }

  .spec-value {
    width: 100%;
    font-size: 14px;
    padding: 0 0 0 40px;
    margin-top: -5px;
  }

  .specs-toggle-btn {
    padding: 8px;
    font-size: 13px;
  }
}

/* === 08. Khoảng giá === */
.price-range {
  color: #0e6184;
  font-weight: bold;
  display: inline-block;
  padding: 2px 5px;
}

.price-info {
  display: block;
  font-size: 12px;
  color: #777;
  margin-top: 4px;
}

/* === 09. Thông tin nhanh sản phẩm === */
.product-key-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  gap: 5px;
}

.key-info-badge {
  padding: 4px 10px;
  border-radius: 5px;
  background-color: #f5f5f5;
  font-size: 12px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}

.key-info-badge:hover {
  background-color: #e9f0f4;
}

.key-info-badge i {
  color: #0e6184;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .key-info-badge {
    font-size: 11px;
    padding: 3px 8px;
  }
}

/* === 10. Nhãn giá === */
.price-range-label {
  font-weight: bold;
  color: #333;
}
.woocommerce-Price-amount {
  font-weight: bold;
  color: #77a464;
}
.price-unit {
  display: inline !important;
  font-style: italic;
  color: #777;
}
/* Đảm bảo đơn vị giá hiển thị đúng */
.woocommerce ul.products li.product .price .woocommerce-Price-amount,
.woocommerce div.product p.price .woocommerce-Price-amount {
  display: inline;
}

/* === 11. Xem thêm nội dung === */
/* Container chính */
.saigongift-wrapper {
  position: relative;
  margin: 20px 0;
}

.saigongift-home {
  position: relative;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #333;
  line-height: 1.6;
  padding: 25px 30px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

/* Trạng thái thu gọn */
.saigongift-home.collapsed {
  max-height: 300px !important;
}

/* Gradient overlay */
.saigongift-home.collapsed::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(
    transparent,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0.95) 75%,
    #ffffff 100%
  );
  pointer-events: none;
}

/* Styles cho headings */
.saigongift-home h2 {
  font-size: 28px;
  font-weight: 600;
  color: #2271b1;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #eef2f7;
}

.saigongift-home h3 {
  font-size: 22px;
  font-weight: 500;
  color: #1d4e89;
  margin: 25px 0 15px;
  display: flex;
  align-items: center;
}

.saigongift-home h3::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background: #2271b1;
  margin-right: 12px;
  border-radius: 2px;
}

/* List styles */
.saigongift-home ul,
.saigongift-home ol {
  padding-left: 20px;
  margin: 15px 0;
}

.saigongift-home li {
  margin-bottom: 12px;
  padding-left: 5px;
  position: relative;
}

.saigongift-home ul li::marker {
  color: #2271b1;
  font-size: 1.2em;
}

.saigongift-home ol li {
  counter-increment: list-number;
}

.saigongift-home ol li::before {
  content: counter(list-number);
  position: absolute;
  left: -28px;
  top: 0;
  width: 24px;
  height: 24px;
  background: #eef2f7;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #2271b1;
  font-weight: 500;
}

/* Text styles */
.saigongift-home p {
  margin-bottom: 15px;
  line-height: 1.8;
}

/* Nút container */
.content-toggle-container {
  text-align: center;
  margin-top: -30px;
  padding: 10px 0;
  position: relative;
  z-index: 10;
}

/* Nút toggle */
.content-toggle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 20px;
  background: linear-gradient(135deg, #2271b1, #1d4e89);
  color: #ffffff;
  border-radius: 30px;
  cursor: pointer;
  border: none;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(29, 78, 137, 0.15);
}

.content-toggle-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(29, 78, 137, 0.2);
}

/* Icon mũi tên */
.content-toggle-btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.content-toggle-btn.expanded::after {
  transform: rotate(-135deg);
}

/* Hover effects */
.saigongift-home li:hover {
  color: #2271b1;
  transition: color 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
  .saigongift-home {
    padding: 20px;
  }

  .saigongift-home h2 {
    font-size: 24px;
  }

  .saigongift-home h3 {
    font-size: 20px;
  }

  .content-toggle-btn {
    padding: 10px 25px;
    font-size: 14px;
  }
}

/* === 12. Nền tảng giao diện QTIL v5 === */
:root {
  --qtil-navy: #123b75;
  --qtil-blue: #1f5fbf;
  --qtil-sky: #eaf2ff;
  --qtil-amber: #f59e0b;
  --qtil-ink: #12233b;
  --qtil-muted: #5f6f84;
  --qtil-line: #dfe7f1;
  --qtil-ivory: #f8f6f1;
  --qtil-white: #fff;
  --qtil-shadow: 0 22px 60px rgba(18, 59, 117, 0.12);
}
html {
  scroll-behavior: smooth;
}
.qtil-v5,
.qtil-v5 * {
  box-sizing: border-box;
}
.qtil-v5 {
  font-family:
    "Be Vietnam Pro",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--qtil-ink);
  background: #fff;
  overflow: hidden;
}
.qtil-v5 h1,
.qtil-v5 h2,
.qtil-v5 h3,
.qtil-v5 p {
  margin-top: 0;
}
.qtil-v5 a {
  text-decoration: none;
}
.qtil-v5 svg {
  width: 1.15em;
  height: 1.15em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.qtil-shell {
  width: min(1220px, calc(100% - 40px));
  margin-inline: auto;
}
.qtil-section {
  padding: 96px 0;
}
.qtil-kicker {
  display: inline-block;
  color: var(--qtil-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.qtil-heading h2,
.qtil-solution-main h2,
.qtil-why-card h2 {
  font-size: clamp(31px, 4vw, 50px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  color: var(--qtil-ink);
  margin-bottom: 16px;
}
.qtil-heading p,
.qtil-solution-main p,
.qtil-why-card > p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--qtil-muted);
  max-width: 700px;
}
.qtil-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 38px;
}
.qtil-heading-row > a,
.qtil-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--qtil-navy);
  font-weight: 750;
  white-space: nowrap;
}
.qtil-heading-row > a svg,
.qtil-text-link svg {
  transition: transform 0.25s;
}
.qtil-heading-row > a:hover svg,
.qtil-text-link:hover svg {
  transform: translateX(5px);
}
body.home.page-id-100 #main {
  padding: 0 !important;
}
body.home.page-id-100 .content-area {
  padding: 0 !important;
}
body.home.page-id-100 .section,
body.home.page-id-100 .row {
  padding: 0 !important;
  max-width: none !important;
}
body.home.page-id-100 .section-content {
  padding: 0 !important;
}
body.home.page-id-100 .page-wrapper {
  padding: 0 !important;
}
#header,
#footer {
  display: none !important;
}
.qtil-site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(18, 59, 117, 0.08);
  font-family: "Be Vietnam Pro", system-ui, sans-serif;
}
.admin-bar .qtil-site-header {
  top: 32px;
}
.qtil-topline {
  background: #0b2a52;
  color: #dce8f7;
  font-size: 11px;
}
.qtil-topline .qtil-shell {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.qtil-topline-list {
  display: flex;
  align-items: center;
  gap: 22px;
}
.qtil-topline-list span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.qtil-topline-list svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.qtil-topline a {
  color: #fff;
  font-weight: 750;
}
.qtil-header-main {
  height: 78px;
  display: grid;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  gap: 30px;
}
.qtil-brand {
  display: flex;
  align-items: center;
}
.qtil-brand img {
  width: 220px;
  height: auto;
  max-height: 56px;
  object-fit: contain;
}
.qtil-main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.qtil-nav-item {
  position: relative;
}
.qtil-nav-link {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 14px 11px;
  color: #193654 !important;
  font-size: 13px;
  font-weight: 750;
  border-radius: 10px;
  transition: 0.2s;
}
.qtil-nav-link:hover,
.qtil-nav-item:hover > .qtil-nav-link {
  background: #eef4fc;
  color: var(--qtil-blue) !important;
}
.qtil-nav-link svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
}
.qtil-nav-dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  width: 240px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--qtil-line);
  border-radius: 16px;
  box-shadow: 0 22px 60px rgba(18, 59, 117, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 0.2s;
}
.qtil-nav-item:hover .qtil-nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.qtil-nav-dropdown a {
  display: block;
  padding: 10px 12px;
  border-radius: 9px;
  color: #38506c !important;
  font-size: 12px;
  font-weight: 650;
}
.qtil-nav-dropdown a:hover {
  background: var(--qtil-sky);
  color: var(--qtil-navy) !important;
}
.qtil-header-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}
.qtil-header-icon,
.qtil-menu-toggle {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--qtil-line);
  border-radius: 12px;
  background: #fff;
  color: var(--qtil-navy);
  cursor: pointer;
}
.qtil-header-icon svg,
.qtil-menu-toggle svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.qtil-header-call {
  display: flex;
  align-items: center;
  gap: 9px;
  height: 44px;
  padding: 0 15px;
  border-radius: 12px;
  background: var(--qtil-navy);
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(18, 59, 117, 0.2);
}
.qtil-header-call svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
}
.qtil-menu-toggle {
  display: none;
}
.qtil-search-panel {
  display: none;
  border-top: 1px solid var(--qtil-line);
  background: #fff;
  padding: 14px 0;
}
.qtil-search-panel.is-open {
  display: block;
}
.qtil-search-panel form {
  display: flex;
  gap: 9px;
}
.qtil-search-panel input {
  height: 48px !important;
  flex: 1;
  margin: 0 !important;
  border: 1px solid var(--qtil-line) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  padding: 0 16px !important;
}
.qtil-search-panel button {
  height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  background: var(--qtil-navy);
  color: #fff;
  font-weight: 750;
}
.qtil-mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 1001;
  pointer-events: none;
}
.qtil-mobile-drawer:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 23, 44, 0.58);
  opacity: 0;
  transition: 0.25s;
}
.qtil-mobile-drawer-inner {
  position: absolute;
  right: 0;
  top: 0;
  width: min(390px, 90vw);
  height: 100%;
  padding: 22px;
  background: #fff;
  transform: translateX(105%);
  transition: 0.3s;
  overflow: auto;
}
.qtil-mobile-drawer.is-open {
  pointer-events: auto;
}
.qtil-mobile-drawer.is-open:before {
  opacity: 1;
}
.qtil-mobile-drawer.is-open .qtil-mobile-drawer-inner {
  transform: none;
}
.qtil-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--qtil-line);
}
.qtil-drawer-head img {
  width: 205px;
}
.qtil-drawer-close {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 12px;
  background: #eef3f9;
  color: var(--qtil-navy);
  font-size: 24px;
}
.qtil-mobile-nav {
  display: grid;
  padding: 18px 0;
}
.qtil-mobile-nav > a,
.qtil-mobile-nav details summary {
  padding: 13px 5px;
  border-bottom: 1px solid #edf1f6;
  color: #173553;
  font-size: 14px;
  font-weight: 750;
  list-style: none;
}
.qtil-mobile-nav details div {
  display: grid;
  padding: 4px 0 9px 14px;
}
.qtil-mobile-nav details a {
  padding: 9px 0;
  color: #5d7086;
  font-size: 12px;
}
.qtil-drawer-cta {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}
.qtil-drawer-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  border-radius: 12px;
  background: var(--qtil-navy);
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
}
.qtil-drawer-cta a:last-child {
  background: #eef4fc;
  color: var(--qtil-navy) !important;
}
.qtil-hero {
  position: relative;
  padding: 74px 0 66px;
  background:
    radial-gradient(circle at 8% 15%, #fff 0, transparent 36%),
    linear-gradient(135deg, #f8f6f1 0%, #f8fbff 55%, #edf4ff 100%);
}
.qtil-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(18, 59, 117, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 59, 117, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to right, #000, transparent 68%);
  pointer-events: none;
}
.qtil-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 68px;
}
.qtil-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #dbe6f4;
  border-radius: 999px;
  padding: 9px 13px;
  color: var(--qtil-navy);
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(18, 59, 117, 0.07);
  margin-bottom: 24px;
}
.qtil-eyebrow svg {
  color: var(--qtil-amber);
}
.qtil-hero h1 {
  font-size: clamp(45px, 5vw, 73px);
  line-height: 1.03;
  letter-spacing: -0.055em;
  color: var(--qtil-ink);
  margin: 0 0 24px;
}
.qtil-hero h1 em {
  font-style: normal;
  color: var(--qtil-blue);
}
.qtil-hero-copy > p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--qtil-muted);
  max-width: 620px;
  margin-bottom: 30px;
}
.qtil-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.qtil-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 800;
  transition:
    transform 0.25s,
    box-shadow 0.25s,
    background 0.25s;
}
.qtil-btn:hover {
  transform: translateY(-2px);
}
.qtil-btn-primary {
  background: linear-gradient(135deg, var(--qtil-navy), var(--qtil-blue));
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(18, 59, 117, 0.24);
}
.qtil-btn-primary:hover {
  box-shadow: 0 18px 40px rgba(18, 59, 117, 0.32);
}
.qtil-btn-ghost {
  background: #fff;
  color: var(--qtil-navy) !important;
  border: 1px solid var(--qtil-line);
}
.qtil-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin: 24px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.qtil-proof-list li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #53667e;
  font-size: 12px;
  font-weight: 650;
}
.qtil-proof-list svg {
  color: #16a36a;
  background: #eaf9f2;
  border-radius: 50%;
  padding: 2px;
}
.qtil-hero-visual {
  position: relative;
}
.qtil-hero-visual > img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 35px 80px rgba(18, 59, 117, 0.19);
  display: block;
}
.qtil-float {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  padding: 12px 15px;
  box-shadow: 0 15px 35px rgba(18, 59, 117, 0.16);
}
.qtil-float > svg {
  width: 35px;
  height: 35px;
  padding: 8px;
  border-radius: 11px;
  background: var(--qtil-sky);
  color: var(--qtil-blue);
  flex: 0 0 auto;
}
.qtil-float span {
  display: grid;
}
.qtil-float b {
  font-size: 12px;
  color: var(--qtil-ink);
}
.qtil-float small {
  font-size: 10px;
  color: var(--qtil-muted);
  margin-top: 2px;
}
.qtil-float-top {
  top: 32px;
  left: -26px;
}
.qtil-float-bottom {
  right: -18px;
  bottom: 28px;
}
.qtil-trust {
  background: var(--qtil-navy);
  color: #fff;
}
.qtil-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 25px 0;
}
.qtil-trust-grid > div {
  display: grid;
  gap: 3px;
  padding: 0 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
}
.qtil-trust-grid > div:first-child {
  padding-left: 0;
}
.qtil-trust-grid > div:last-child {
  border: 0;
}
.qtil-trust strong {
  font-size: 20px;
  color: #fff;
}
.qtil-trust span {
  font-size: 12px;
  color: #c9d9ef;
}
.qtil-categories {
  background: #fff;
}
.qtil-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.qtil-category-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 22px;
  border: 1px solid var(--qtil-line);
  border-radius: 18px;
  color: var(--qtil-ink) !important;
  background: #fff;
  transition: 0.25s;
}
.qtil-category-card:hover {
  border-color: #b9ccec;
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(18, 59, 117, 0.1);
}
.qtil-category-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: var(--qtil-sky);
  color: var(--qtil-blue);
  flex: 0 0 auto;
}
.qtil-category-icon svg {
  width: 27px;
  height: 27px;
}
.qtil-category-card > span:nth-child(2) {
  display: grid;
  gap: 4px;
}
.qtil-category-card b {
  font-size: 15px;
}
.qtil-category-card small {
  font-size: 11px;
  line-height: 1.4;
  color: var(--qtil-muted);
}
.qtil-category-card > i {
  margin-left: auto;
  color: #8ca0b8;
}
.qtil-category-card > i svg {
  width: 18px;
  height: 18px;
}
.qtil-solutions {
  background: var(--qtil-ivory);
}
.qtil-solutions-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 85px;
  align-items: center;
}
.qtil-solution-main {
  position: sticky;
  top: 130px;
}
.qtil-solution-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.qtil-solution-list article {
  padding: 26px;
  background: #fff;
  border: 1px solid #ebe7dd;
  border-radius: 20px;
  min-height: 220px;
  transition: 0.25s;
}
.qtil-solution-list article:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(95, 74, 35, 0.08);
}
.qtil-solution-list article > span {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  background: #fff4dd;
  border-radius: 12px;
  color: #b66b00;
  font-weight: 800;
  font-size: 12px;
  margin-bottom: 28px;
}
.qtil-solution-list h3 {
  font-size: 18px;
  margin-bottom: 9px;
}
.qtil-solution-list p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--qtil-muted);
  margin: 0;
}
.qtil-products {
  background: #fff;
}
.qtil-product-wrap .products {
  margin: 0 -9px;
}
.qtil-product-wrap .product-small {
  padding: 9px;
}
.qtil-product-wrap .product-small.box {
  height: 100%;
  border: 1px solid var(--qtil-line);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  transition: 0.25s;
}
.qtil-product-wrap .product-small.box:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(18, 59, 117, 0.12);
  border-color: #bfd0e8;
}
.qtil-product-wrap .box-image {
  border-radius: 0;
  background: #f4f7fb;
}
.qtil-product-wrap .box-image img {
  aspect-ratio: 1;
  object-fit: cover;
}
.qtil-product-wrap .box-text {
  padding: 17px !important;
}
.qtil-product-wrap .product-title a {
  font-size: 14px;
  font-weight: 700;
  color: var(--qtil-ink);
  line-height: 1.5;
}
.qtil-product-wrap .price-wrapper {
  margin-top: 8px;
}
.qtil-product-wrap .price {
  font-size: 13px;
  color: var(--qtil-blue);
  font-weight: 750;
}
.qtil-product-wrap .badge-container {
  margin: 12px;
}
.qtil-product-wrap .badge-inner {
  border-radius: 999px;
  font-size: 10px;
}
.qtil-process {
  background: #f6f9fd;
}
.qtil-heading-center {
  text-align: center;
  margin: 0 auto 45px;
}
.qtil-heading-center p {
  margin-inline: auto;
}
.qtil-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.qtil-process-grid article {
  position: relative;
  background: #fff;
  border: 1px solid var(--qtil-line);
  border-radius: 20px;
  padding: 26px;
  min-height: 245px;
}
.qtil-process-grid article > span {
  position: absolute;
  right: 20px;
  top: 17px;
  color: #cdd8e7;
  font-size: 24px;
  font-weight: 850;
}
.qtil-process-grid article > i {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 15px;
  background: var(--qtil-navy);
  color: #fff;
  margin-bottom: 36px;
}
.qtil-process-grid article > i svg {
  width: 25px;
  height: 25px;
}
.qtil-process-grid h3 {
  font-size: 17px;
  margin-bottom: 10px;
}
.qtil-process-grid p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--qtil-muted);
  margin: 0;
}
.qtil-why {
  background: #fff;
}
.qtil-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.qtil-why-card {
  padding: 46px;
  border-radius: 26px;
  background: linear-gradient(145deg, var(--qtil-navy), #1e5aa7);
  color: #fff;
  box-shadow: var(--qtil-shadow);
}
.qtil-why-card h2,
.qtil-why-card .qtil-kicker {
  color: #fff;
}
.qtil-why-card > p {
  color: #d9e5f5;
}
.qtil-why-marks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 27px;
}
.qtil-why-marks span {
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 11px;
  font-weight: 650;
}
.qtil-why-list {
  display: grid;
  gap: 5px;
}
.qtil-why-list article {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--qtil-line);
}
.qtil-why-list article:last-child {
  border: 0;
}
.qtil-why-list article > b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: var(--qtil-sky);
  color: var(--qtil-blue);
  font-size: 11px;
}
.qtil-why-list h3 {
  font-size: 18px;
  margin-bottom: 6px;
}
.qtil-why-list p {
  color: var(--qtil-muted);
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}
.qtil-faq {
  background: var(--qtil-ivory);
}
.qtil-faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
}
.qtil-accordion {
  display: grid;
  gap: 12px;
}
.qtil-accordion details {
  background: #fff;
  border: 1px solid #e8e3da;
  border-radius: 16px;
  padding: 0 20px;
}
.qtil-accordion summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 21px 36px 21px 0;
  font-size: 14px;
  font-weight: 750;
  color: var(--qtil-ink);
}
.qtil-accordion summary::-webkit-details-marker {
  display: none;
}
.qtil-accordion summary:after {
  content: "+";
  position: absolute;
  right: 3px;
  top: 17px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f1f5fa;
  color: var(--qtil-navy);
  font-size: 18px;
}
.qtil-accordion details[open] summary:after {
  content: "−";
}
.qtil-accordion details p {
  padding: 0 30px 20px 0;
  font-size: 13px;
  line-height: 1.75;
  color: var(--qtil-muted);
  margin: 0;
}
.qtil-final-cta {
  padding: 74px 0;
  background: linear-gradient(135deg, #0f315f, #1c5aab);
  color: #fff;
}
.qtil-final-inner {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: center;
  gap: 60px;
}
.qtil-final-cta h2 {
  color: #fff;
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.13;
  letter-spacing: -0.035em;
  margin-bottom: 14px;
}
.qtil-final-cta p {
  color: #d5e4f8;
  max-width: 720px;
  line-height: 1.7;
  margin: 0;
}
.qtil-final-cta .qtil-kicker {
  color: #ffc766;
}
.qtil-final-cta .qtil-actions {
  justify-content: flex-end;
}
.qtil-btn-light {
  background: #fff;
  color: var(--qtil-navy) !important;
}
.qtil-btn-outline-light {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.05);
}
.qtil-site-footer {
  background: #0a2548;
  color: #b9c9dc;
  font-family: "Be Vietnam Pro", system-ui, sans-serif;
}
.qtil-footer-main {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr 0.85fr 1fr;
  gap: 48px;
  padding: 72px 0 48px;
}
.qtil-footer-brand img {
  width: 235px;
  filter: brightness(0) invert(1);
  opacity: 0.98;
}
.qtil-footer-brand p {
  max-width: 420px;
  margin: 22px 0;
  color: #b9c9dc;
  font-size: 13px;
  line-height: 1.8;
}
.qtil-footer-contact {
  display: grid;
  gap: 9px;
}
.qtil-footer-contact a,
.qtil-footer-contact span {
  color: #dce6f2;
  font-size: 12px;
}
.qtil-footer-col h3 {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.qtil-footer-col nav {
  display: grid;
  gap: 11px;
}
.qtil-footer-col a {
  color: #aebfd2 !important;
  font-size: 12px;
}
.qtil-footer-col a:hover {
  color: #fff !important;
}
.qtil-footer-note {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #8097b2;
  font-size: 10px;
}
.back-to-top {
  border: 0 !important;
  background: var(--qtil-blue) !important;
  color: #fff !important;
}
body:not(.home) {
  background: #f5f7fa;
  color: var(--qtil-ink);
}
body:not(.home) #main {
  background: transparent;
}
.shop-container,
.page-wrapper,
.blog-wrapper {
  padding-top: 0;
}
.qtil-page-hero {
  padding: 55px 0;
  background: linear-gradient(135deg, #0d2d57, #1b5aa8);
  color: #fff;
}
.qtil-page-hero .qtil-shell {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}
.qtil-page-hero h1 {
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin: 0;
}
.qtil-page-hero p {
  max-width: 620px;
  margin: 12px 0 0;
  color: #d7e4f4;
  font-size: 14px;
  line-height: 1.7;
}
.qtil-page-hero-badge {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
.qtil-page-hero-badge svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
}
.archive.woocommerce .shop-page-title,
.single-product .shop-page-title {
  display: none !important;
}
.archive.woocommerce .shop-container {
  width: min(1280px, calc(100% - 40px));
  margin: 42px auto 80px;
}
.archive.woocommerce .term-description {
  background: #fff;
  border: 1px solid var(--qtil-line);
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 25px;
  color: var(--qtil-muted);
  font-size: 13px;
  line-height: 1.7;
}
.archive.woocommerce .woocommerce-result-count {
  color: var(--qtil-muted);
  font-size: 12px;
}
.archive.woocommerce .woocommerce-ordering select {
  height: 44px;
  border: 1px solid var(--qtil-line);
  border-radius: 12px;
  background: #fff;
  padding: 0 36px 0 13px;
  box-shadow: none;
  font-size: 12px;
}
.archive.woocommerce .products {
  margin: 0 -8px;
}
.archive.woocommerce .product-small {
  padding: 8px;
}
.product-small.box {
  height: 100%;
  border: 1px solid var(--qtil-line);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  transition: 0.25s;
}
.product-small.box:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(18, 59, 117, 0.12);
  border-color: #bed0e7;
}
.product-small .box-image {
  background: #eff3f8;
}
.product-small .box-image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: transform 0.45s;
}
.product-small:hover .box-image img {
  transform: scale(1.035);
}
.product-small .box-text {
  padding: 17px !important;
}
.product-small .product-title a {
  color: var(--qtil-ink) !important;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.5;
}
.product-small .price {
  color: var(--qtil-blue) !important;
  font-size: 12px;
  font-weight: 800;
}
.product-small .badge-inner {
  border-radius: 999px;
}
.product-small .product-small.specs-card-modern {
  box-shadow: none !important;
}
.single-product .shop-container {
  width: 100%;
  max-width: none;
  padding: 0;
}
.single-product .custom-product-page > .row:first-child {
  max-width: 1280px !important;
  margin: 38px auto 0 !important;
  padding: 0 20px !important;
}
.single-product .product-title-container {
  display: none !important;
}
.single-product .product-title-container + .row,
.single-product .product-images + .col {
  margin-top: 22px;
}
.single-product .woocommerce-product-gallery {
  background: #fff;
  border: 1px solid var(--qtil-line);
  border-radius: 24px;
  padding: 14px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(18, 59, 117, 0.08);
}
.single-product .woocommerce-product-gallery img {
  border-radius: 16px;
}
.single-product .product-thumbnails a {
  border-radius: 10px;
  overflow: hidden;
}
.single-product .qtil-product-intro,
.single-product [class*="product-spec"],
.single-product .dat-hang-form {
  border-radius: 20px !important;
  box-shadow: none !important;
}
.single-product .dat-hang-form {
  background: #fff !important;
  border: 1px solid var(--qtil-line) !important;
  padding: 24px !important;
}
.single-product .dat-hang-form input,
.single-product .dat-hang-form textarea {
  border: 1px solid var(--qtil-line) !important;
  border-radius: 11px !important;
  box-shadow: none !important;
}
.single-product .dat-hang-form button,
.single-product .dat-hang-form input[type="submit"] {
  border-radius: 11px !important;
  background: var(--qtil-navy) !important;
}
.single-product .style-blog {
  max-width: 920px !important;
  margin: 70px auto !important;
  background: #fff;
  border: 1px solid var(--qtil-line);
  border-radius: 24px;
  padding: 42px !important;
}
.single-product .style-blog h2 {
  font-size: 30px;
  line-height: 1.25;
  color: var(--qtil-ink);
  margin-top: 46px;
}
.single-product .style-blog h3 {
  font-size: 22px;
  color: var(--qtil-ink);
  margin-top: 34px;
}
.single-product .style-blog p,
.single-product .style-blog li {
  font-size: 16px;
  line-height: 1.85;
  color: #41546a;
}
.single-product .style-blog img {
  border-radius: 16px;
  margin: 18px 0;
}
.single-product table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--qtil-line);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.single-product table th {
  background: #eaf1fa;
  color: var(--qtil-navy);
}
.single-product table td,
.single-product table th {
  padding: 13px;
  border-color: var(--qtil-line);
}
.single-post .blog-wrapper {
  padding: 46px 0 80px;
}
.single-post .row {
  max-width: 1240px;
}
.single-post .large-9 {
  max-width: 820px !important;
  flex-basis: 820px !important;
}
.single-post .large-3 {
  max-width: 320px !important;
  flex-basis: 320px !important;
}
.single-post article {
  background: #fff;
  border: 1px solid var(--qtil-line);
  border-radius: 24px;
  padding: 42px !important;
  box-shadow: 0 16px 45px rgba(18, 59, 117, 0.06);
}
.single-post .entry-header {
  text-align: left !important;
}
.single-post .entry-title {
  font-size: clamp(34px, 4vw, 50px) !important;
  line-height: 1.17 !important;
  letter-spacing: -0.035em;
  color: var(--qtil-ink) !important;
  text-align: left !important;
}
.single-post .entry-meta {
  font-size: 10px !important;
  letter-spacing: 0.08em;
  color: #7b8da2;
}
.single-post .entry-content {
  padding-top: 25px;
}
.single-post .entry-content p,
.single-post .entry-content li {
  font-size: 16px;
  line-height: 1.9;
  color: #3e5268;
}
.single-post .entry-content h2 {
  font-size: 30px;
  line-height: 1.3;
  color: var(--qtil-ink);
  margin: 48px 0 16px;
}
.single-post .entry-content h3 {
  font-size: 23px;
  line-height: 1.35;
  color: var(--qtil-ink);
  margin: 36px 0 13px;
}
.single-post .entry-content img {
  border-radius: 16px;
}
.single-post .entry-content table {
  display: block;
  max-width: 100%;
  overflow: auto;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--qtil-line);
  border-radius: 14px;
}
.single-post .entry-content th {
  background: #eaf1fa;
  color: var(--qtil-navy);
}
.single-post .entry-content td,
.single-post .entry-content th {
  padding: 13px;
  border-color: var(--qtil-line);
}
.single-post #secondary .widget {
  background: #fff;
  border: 1px solid var(--qtil-line);
  border-radius: 18px;
  padding: 20px;
  margin-bottom: 16px;
}
.single-post #secondary .widget-title {
  font-size: 12px;
  color: var(--qtil-ink);
  letter-spacing: 0.06em;
}
.single-post #secondary .post_comments {
  display: none;
}
.single-post .is-divider {
  background: var(--qtil-amber);
  height: 3px;
  width: 36px;
}
.qtil-reading-progress {
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 3px;
  background: var(--qtil-amber);
  z-index: 1100;
  transition: width 0.08s linear;
}
.admin-bar .qtil-reading-progress {
  top: 32px;
}
.blog .blog-wrapper,
.archive.category .blog-wrapper {
  padding: 56px 0 80px;
}
.blog .post-item .box,
.archive.category .post-item .box {
  height: 100%;
  background: #fff;
  border: 1px solid var(--qtil-line);
  border-radius: 18px;
  overflow: hidden;
  transition: 0.25s;
}
.blog .post-item .box:hover,
.archive.category .post-item .box:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(18, 59, 117, 0.1);
}
.blog .post-item .box-image img,
.archive.category .post-item .box-image img {
  aspect-ratio: 16/10;
  object-fit: cover;
}
.blog .post-item .box-text,
.archive.category .post-item .box-text {
  padding: 20px !important;
}
.blog .post-title,
.archive.category .post-title {
  font-size: 17px;
  line-height: 1.45;
  color: var(--qtil-ink);
}
.page:not(.home) .page-wrapper {
  padding: 50px 0 80px;
}
.page:not(.home) .page-inner {
  background: #fff;
  border: 1px solid var(--qtil-line);
  border-radius: 24px;
  padding: 42px;
}
.page:not(.home) .page-inner h1 {
  font-size: clamp(34px, 4vw, 50px);
  color: var(--qtil-ink);
}
.qtil-floating-contact {
  position: fixed;
  right: 20px;
  bottom: 22px;
  z-index: 98;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.qtil-floating-contact a {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff;
  color: var(--qtil-navy);
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 12px 32px rgba(12, 39, 76, 0.22);
  border: 1px solid rgba(18, 59, 117, 0.09);
}
.qtil-floating-contact a:first-child {
  background: var(--qtil-navy);
  color: #fff;
}
.qtil-floating-contact svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
@media (max-width: 1100px) {
  .qtil-header-main {
    grid-template-columns: 210px 1fr auto;
    gap: 16px;
  }
  .qtil-main-nav {
    gap: 0;
  }
  .qtil-nav-link {
    padding-inline: 8px;
    font-size: 12px;
  }
  .qtil-header-call {
    display: none;
  }
}
@media (max-width: 1024px) {
  .qtil-hero-grid {
    gap: 38px;
  }
  .qtil-hero h1 {
    font-size: 52px;
  }
  .qtil-float {
    display: none;
  }
  .qtil-category-grid {
    grid-template-columns: 1fr 1fr;
  }
  .qtil-solutions-grid,
  .qtil-why-grid {
    gap: 45px;
  }
  .qtil-process-grid {
    grid-template-columns: 1fr 1fr;
  }
  .qtil-faq-grid {
    gap: 45px;
  }
  .single-post .large-9,
  .single-post .large-3 {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
  .single-post #secondary {
    margin-top: 25px;
  }
}
@media (max-width: 849px) {
  .admin-bar .qtil-site-header {
    top: 46px;
  }
  .qtil-topline {
    display: none;
  }
  .qtil-header-main {
    height: 70px;
    grid-template-columns: 1fr auto;
  }
  .qtil-brand img {
    width: 195px;
    max-height: 50px;
  }
  .qtil-main-nav {
    display: none;
  }
  .qtil-menu-toggle {
    display: grid;
  }
  .qtil-shell {
    width: min(100% - 30px, 720px);
  }
  .qtil-section {
    padding: 72px 0;
  }
  .qtil-hero {
    padding: 42px 0 48px;
  }
  .qtil-hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .qtil-hero-copy {
    text-align: center;
  }
  .qtil-hero-copy > p {
    margin-inline: auto;
  }
  .qtil-actions,
  .qtil-proof-list {
    justify-content: center;
  }
  .qtil-hero-visual {
    order: -1;
  }
  .qtil-hero-visual > img {
    border-radius: 23px;
  }
  .qtil-trust-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .qtil-trust-grid > div {
    padding: 18px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }
  .qtil-trust-grid > div:nth-child(2) {
    border-right: 0;
  }
  .qtil-trust-grid > div:nth-child(3),
  .qtil-trust-grid > div:nth-child(4) {
    border-bottom: 0;
  }
  .qtil-heading-row {
    align-items: start;
  }
  .qtil-solutions-grid,
  .qtil-why-grid,
  .qtil-faq-grid,
  .qtil-final-inner {
    grid-template-columns: 1fr;
  }
  .qtil-solution-main {
    position: static;
  }
  .qtil-solution-list {
    grid-template-columns: 1fr 1fr;
  }
  .qtil-final-cta .qtil-actions {
    justify-content: flex-start;
  }
  .qtil-product-wrap .products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .qtil-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .qtil-footer-brand {
    grid-column: 1/-1;
  }
  .qtil-floating-contact {
    bottom: 14px;
    right: 14px;
  }
  .qtil-floating-contact a span {
    display: none;
  }
  .qtil-floating-contact a {
    width: 50px;
    padding: 0;
    justify-content: center;
  }
  .qtil-page-hero {
    padding: 38px 0;
  }
  .qtil-page-hero .qtil-shell {
    display: block;
  }
  .qtil-page-hero-badge {
    display: none;
  }
  .archive.woocommerce .shop-container {
    width: calc(100% - 30px);
    margin-top: 28px;
  }
  .single-product .style-blog {
    margin: 45px 15px !important;
    padding: 28px !important;
  }
  .single-post .blog-wrapper {
    padding: 28px 0 60px;
  }
  .single-post article {
    padding: 28px !important;
  }
  .single-post .entry-title {
    font-size: 36px !important;
  }
  .qtil-reading-progress {
    top: 46px;
  }
}

/* Product related links: pass AA contrast while retaining the blue brand cue. */
body.single-product .sp_similar_title a {
  color: #1759ad !important;
}

body.single-product .sp_similar_btn {
  border-color: #1759ad !important;
  background: #1759ad !important;
  color: #fff !important;
}

body.single-product .product-thumbnails .flickity-prev-next-button {
  width: 28px !important;
  min-width: 28px !important;
}
@media (max-width: 549px) {
  .qtil-header-actions .qtil-header-icon {
    display: none;
  }
  .qtil-shell {
    width: calc(100% - 24px);
  }
  .qtil-section {
    padding: 56px 0;
  }
  .qtil-hero {
    padding-top: 22px;
  }
  .qtil-hero h1 {
    font-size: 39px;
  }
  .qtil-hero-copy > p {
    font-size: 15px;
  }
  .qtil-hero-visual > img {
    aspect-ratio: 4/3;
    object-position: 62% center;
  }
  .qtil-actions {
    display: grid;
  }
  .qtil-btn {
    width: 100%;
  }
  .qtil-proof-list {
    display: grid;
    justify-content: start;
    text-align: left;
    margin-left: 8px !important;
  }
  .qtil-trust-grid > div {
    padding: 16px 14px;
  }
  .qtil-trust strong {
    font-size: 16px;
  }
  .qtil-heading-row {
    display: block;
  }
  .qtil-heading-row > a {
    margin-top: 10px;
  }
  .qtil-category-grid,
  .qtil-solution-list,
  .qtil-process-grid {
    grid-template-columns: 1fr;
  }
  .qtil-category-card {
    padding: 17px;
  }
  .qtil-solution-list article {
    min-height: 0;
  }
  .qtil-product-wrap .products {
    margin: 0 -5px;
  }
  .qtil-product-wrap .product-small {
    padding: 5px;
  }
  .qtil-product-wrap .box-text {
    padding: 12px !important;
  }
  .qtil-product-wrap .product-title a {
    font-size: 12px;
  }
  .qtil-why-card {
    padding: 30px 24px;
  }
  .qtil-final-cta {
    padding: 58px 0;
  }
  .qtil-final-inner {
    gap: 30px;
  }
  .qtil-final-cta .qtil-actions {
    display: grid;
  }
  .qtil-footer-main {
    grid-template-columns: 1fr;
    padding-top: 52px;
  }
  .qtil-footer-brand {
    grid-column: auto;
  }
  .qtil-footer-note {
    display: grid;
  }
  .qtil-floating-contact {
    bottom: 12px;
    right: 12px;
  }
  .single-post article {
    padding: 21px !important;
    border-radius: 17px;
  }
  .single-post .entry-title {
    font-size: 31px !important;
  }
  .single-post .entry-content p,
  .single-post .entry-content li {
    font-size: 15px;
  }
  .single-product h1.product-title {
    font-size: 32px !important;
  }
  .single-product .style-blog {
    padding: 21px !important;
  }
  .single-product .style-blog p,
  .single-product .style-blog li {
    font-size: 15px;
  }
}

/* === 13. CSS bổ sung đã có - giữ nguyên v7 và bố cục v13.7 === */
:root {
  --qtil-navy: #214b91;
  --qtil-blue: #2c5ba7;
  --qtil-blue-bright: #366bc0;
  --qtil-amber: #fd8527;
  --qtil-orange-dark: #d96918;
  --qtil-ink: #17345f;
  --qtil-muted: #5d6f89;
  --qtil-sky: #edf4ff;
  --qtil-ivory: #fff8f2;
  --qtil-line: #dce6f3;
  --qtil-shadow: 0 28px 80px rgba(33, 75, 145, 0.14);
}

body {
  background: #fff;
}
.qtil-shell {
  width: min(1480px, calc(100% - 64px));
}
.qtil-section {
  padding: 112px 0;
}
.qtil-kicker {
  color: var(--qtil-orange-dark);
}
.qtil-heading h2,
.qtil-solution-main h2,
.qtil-why-card h2 {
  font-size: clamp(36px, 4.1vw, 58px);
}

/* Header: larger brand presence and full-width navigation. */
.qtil-site-header {
  border-bottom: 1px solid rgba(44, 91, 167, 0.12);
  box-shadow: 0 10px 34px rgba(23, 52, 95, 0.055);
}
.qtil-site-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--qtil-blue) 0 70%,
    var(--qtil-amber) 70% 100%
  );
  opacity: 0.85;
}
.qtil-topline {
  background: linear-gradient(90deg, #173b76, var(--qtil-blue));
}
.qtil-topline .qtil-shell {
  min-height: 36px;
}
.qtil-header-main {
  height: 90px;
  grid-template-columns: 305px 1fr auto;
  gap: 34px;
}
.qtil-brand img {
  width: 300px;
  max-height: 66px;
}
.qtil-main-nav {
  gap: 5px;
}
.qtil-nav-link {
  padding: 14px 13px;
  font-size: 13px;
}
.qtil-nav-link:hover,
.qtil-nav-item:hover > .qtil-nav-link {
  background: #edf4ff;
  color: var(--qtil-blue) !important;
}
.qtil-header-call {
  height: 48px;
  padding: 0 18px;
  background: linear-gradient(135deg, var(--qtil-amber), #f36e16);
  box-shadow: 0 12px 28px rgba(253, 133, 39, 0.25);
}
.qtil-header-icon,
.qtil-menu-toggle {
  width: 46px;
  height: 46px;
}

/* Full first screen with a more editorial split layout. */
.qtil-hero {
  min-height: calc(100svh - 126px);
  display: flex;
  align-items: center;
  padding: 76px 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(255, 255, 255, 0.96) 0 17%,
      transparent 43%
    ),
    radial-gradient(
      circle at 92% 14%,
      rgba(253, 133, 39, 0.14),
      transparent 27%
    ),
    linear-gradient(120deg, #f7faff 0%, #edf4ff 57%, #fff6ee 100%);
}
.qtil-hero::before {
  background-size: 48px 48px;
  background-image:
    linear-gradient(rgba(44, 91, 167, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(44, 91, 167, 0.045) 1px, transparent 1px);
}
.qtil-hero::after {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  right: -210px;
  bottom: -260px;
  border: 70px solid rgba(253, 133, 39, 0.11);
  border-radius: 50%;
}
.qtil-hero-grid {
  grid-template-columns: 0.88fr 1.12fr;
  gap: 84px;
}
.qtil-hero h1 {
  max-width: 790px;
  font-size: clamp(56px, 5.6vw, 84px);
}
.qtil-hero h1 em {
  color: var(--qtil-blue);
}
.qtil-hero-copy > p {
  max-width: 700px;
  font-size: 18px;
}
.qtil-eyebrow {
  color: var(--qtil-blue);
  border-color: rgba(44, 91, 167, 0.18);
  box-shadow: 0 12px 28px rgba(44, 91, 167, 0.09);
}
.qtil-btn {
  min-height: 58px;
  padding-inline: 25px;
  border-radius: 15px;
}
.qtil-btn-primary {
  background: linear-gradient(135deg, var(--qtil-amber), #f26c15);
  box-shadow: 0 16px 34px rgba(253, 133, 39, 0.28);
}
.qtil-btn-primary:hover {
  box-shadow: 0 20px 44px rgba(253, 133, 39, 0.35);
}
.qtil-btn-ghost {
  border-color: rgba(44, 91, 167, 0.18);
  color: var(--qtil-blue) !important;
}
.qtil-hero-visual::before {
  content: "";
  position: absolute;
  inset: -18px 24px 18px -18px;
  border: 2px solid rgba(44, 91, 167, 0.14);
  border-radius: 38px;
  transform: rotate(-2deg);
}
.qtil-hero-visual > img {
  position: relative;
  aspect-ratio: 1.34 / 1;
  border-radius: 34px;
  box-shadow: 0 42px 95px rgba(33, 75, 145, 0.23);
}
.qtil-float {
  border-color: rgba(44, 91, 167, 0.12);
}
.qtil-float > svg {
  color: var(--qtil-orange-dark);
  background: #fff3e8;
}

/* Edge-to-edge proof strip. */
.qtil-trust {
  background: linear-gradient(100deg, #173b76, var(--qtil-blue) 72%, #356cc0);
}
.qtil-trust-grid {
  padding: 31px 0;
}
.qtil-trust strong {
  color: #fff;
  font-size: 23px;
}

/* More spacious category and product surfaces. */
.qtil-category-grid {
  gap: 22px;
}
.qtil-category-card {
  min-height: 122px;
  padding: 25px;
  border-radius: 23px;
  border-color: rgba(44, 91, 167, 0.14);
  box-shadow: 0 8px 30px rgba(44, 91, 167, 0.045);
}
.qtil-category-icon {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  color: var(--qtil-blue);
  background: linear-gradient(145deg, #edf4ff, #dfeaff);
}
.qtil-category-card:nth-child(3n + 2) .qtil-category-icon,
.qtil-category-card:nth-child(3n + 3) .qtil-category-icon {
  color: var(--qtil-orange-dark);
  background: linear-gradient(145deg, #fff7f0, #ffe7d2);
}
.qtil-category-card:hover {
  border-color: rgba(253, 133, 39, 0.55);
  box-shadow: 0 24px 54px rgba(44, 91, 167, 0.12);
}

/* Full-width blue solution band; cards share one visual system. */
.qtil-solutions {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 80% 0, rgba(253, 133, 39, 0.19), transparent 28%),
    linear-gradient(135deg, #173b76 0%, #2c5ba7 67%, #356bc0 100%);
}
.qtil-solutions::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 54px 54px;
}
.qtil-solutions-grid {
  position: relative;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 100px;
}
.qtil-solutions .qtil-kicker {
  color: #ffc58e;
}
.qtil-solutions .qtil-solution-main h2 {
  color: #fff;
}
.qtil-solutions .qtil-solution-main p {
  color: #dbe8fb;
}
.qtil-solution-list {
  gap: 20px;
}
.qtil-solution-list article {
  min-height: 245px;
  padding: 30px;
  border-radius: 24px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}
.qtil-solution-list article:hover {
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 54px rgba(8, 29, 65, 0.22);
}
.qtil-solution-list article > span {
  background: var(--qtil-amber);
  color: #fff;
}
.qtil-solution-list h3 {
  color: #fff;
}
.qtil-solution-list p {
  color: #dce8f8;
}

.qtil-products {
  background: linear-gradient(180deg, #fff 0%, #f5f8fd 100%);
}
.qtil-product-wrap .product-small.box,
.archive.woocommerce .product-small.box {
  border-radius: 24px;
  border-color: rgba(44, 91, 167, 0.13);
  box-shadow: 0 10px 34px rgba(44, 91, 167, 0.06);
}
.qtil-product-wrap .box-image,
.product-small .box-image {
  background: linear-gradient(145deg, #f6f8fb, #eaf0f8);
}
.qtil-product-wrap .box-text,
.product-small .box-text {
  padding: 20px !important;
}
.qtil-product-wrap .price,
.product-small .price {
  color: var(--qtil-orange-dark) !important;
}

.qtil-process {
  background: #f0f5fc;
}
.qtil-process-grid {
  gap: 22px;
}
.qtil-process-grid article {
  min-height: 270px;
  padding: 30px;
  border-radius: 24px;
  border: 0;
  box-shadow: 0 14px 40px rgba(44, 91, 167, 0.07);
}
.qtil-process-grid article > i {
  width: 58px;
  height: 58px;
  background: linear-gradient(145deg, var(--qtil-blue), #1e478c);
}
.qtil-process-grid article:nth-child(even) > i {
  background: linear-gradient(145deg, var(--qtil-amber), #dc6614);
}

.qtil-why-grid {
  gap: 100px;
}
.qtil-why-card {
  padding: 58px;
  border-radius: 32px;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(253, 133, 39, 0.38),
      transparent 32%
    ),
    linear-gradient(145deg, #173b76, var(--qtil-blue));
}
.qtil-why-list article > b {
  color: var(--qtil-orange-dark);
  background: #fff1e4;
}

.qtil-faq {
  background: #fff8f2;
}
.qtil-accordion details {
  border-radius: 20px;
  border-color: rgba(253, 133, 39, 0.18);
}
.qtil-accordion summary::after {
  color: var(--qtil-orange-dark);
  background: #fff0e3;
}
.qtil-final-cta {
  padding: 96px 0;
  background:
    radial-gradient(
      circle at 87% 25%,
      rgba(253, 133, 39, 0.3),
      transparent 27%
    ),
    linear-gradient(120deg, #173b76, var(--qtil-blue));
}
.qtil-btn-light {
  color: var(--qtil-orange-dark) !important;
}

/* Sitewide page templates. */
body:not(.home) {
  background: #f5f8fc;
}
.qtil-page-hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0;
  background:
    radial-gradient(
      circle at 86% 18%,
      rgba(253, 133, 39, 0.3),
      transparent 25%
    ),
    linear-gradient(125deg, #173b76, var(--qtil-blue) 70%, #366bc0);
}
.qtil-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.qtil-page-hero .qtil-shell {
  position: relative;
  z-index: 1;
}
.qtil-page-hero h1 {
  max-width: 980px;
  font-size: clamp(42px, 4.5vw, 68px);
}
.qtil-page-hero .qtil-kicker {
  color: #ffc38d !important;
}
.qtil-page-hero-badge {
  border-color: rgba(255, 255, 255, 0.23);
  background: rgba(255, 255, 255, 0.12);
}
.archive.woocommerce .shop-container {
  width: min(1440px, calc(100% - 64px));
  margin-top: 52px;
}
.single-product .custom-product-page > .row:first-child {
  max-width: 1440px !important;
  margin-top: 52px !important;
  padding-inline: 32px !important;
}
.single-product .woocommerce-product-gallery {
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(44, 91, 167, 0.11);
}
.single-product .style-blog {
  max-width: 1040px !important;
  border-radius: 28px;
  padding: 54px !important;
}
.single-post .row {
  max-width: 1380px;
}
.single-post .large-9 {
  max-width: 930px !important;
  flex-basis: 930px !important;
}
.single-post .large-3 {
  max-width: 360px !important;
  flex-basis: 360px !important;
}
.single-post article {
  border-radius: 28px;
  padding: 54px !important;
  box-shadow: 0 22px 64px rgba(44, 91, 167, 0.08);
}
.single-post .entry-title {
  font-size: clamp(40px, 4.3vw, 60px) !important;
}

/* Exact supplied logo, displayed without recolouring. */
.qtil-brand {
  min-height: 66px;
  background: url("https://quatanginlogo.com.vn/wp-content/uploads/2025/05/logo-qua-tang-in-logo-scaled.png")
    left center / contain no-repeat;
}
.qtil-brand img {
  visibility: hidden;
}
.qtil-drawer-head {
  background: url("https://quatanginlogo.com.vn/wp-content/uploads/2025/05/logo-qua-tang-in-logo-scaled.png")
    left center / 205px auto no-repeat;
}
.qtil-drawer-head img {
  visibility: hidden;
}
.qtil-footer-brand {
  align-self: start;
}
.qtil-footer-brand::before {
  content: "";
  display: block;
  width: min(330px, 100%);
  height: 78px;
  border-radius: 14px;
  background: #fff
    url("https://quatanginlogo.com.vn/wp-content/uploads/2025/05/logo-qua-tang-in-logo-scaled.png")
    center / calc(100% - 24px) auto no-repeat;
}
.qtil-footer-brand img {
  display: none;
}
.qtil-site-footer {
  background: #102f60;
}
.qtil-footer-main {
  grid-template-columns: 1.4fr 0.8fr 0.8fr 0.9fr;
  gap: 64px;
  padding-top: 84px;
}
.qtil-footer-col h3 {
  color: #ffc38d;
}

@media (max-width: 1200px) {
  .qtil-header-main {
    grid-template-columns: 260px 1fr auto;
    gap: 18px;
  }
  .qtil-brand img {
    width: 255px;
  }
  .qtil-nav-link {
    padding-inline: 9px;
    font-size: 12px;
  }
  .qtil-hero-grid {
    gap: 52px;
  }
}
@media (max-width: 1024px) {
  .qtil-shell {
    width: min(100% - 40px, 960px);
  }
  .qtil-hero {
    min-height: auto;
  }
  .qtil-hero h1 {
    font-size: 58px;
  }
  .qtil-solutions-grid,
  .qtil-why-grid {
    gap: 54px;
  }
}
@media (max-width: 849px) {
  .qtil-shell {
    width: min(100% - 30px, 760px);
  }
  .qtil-section {
    padding: 78px 0;
  }
  .qtil-header-main {
    height: 76px;
    grid-template-columns: 1fr auto;
  }
  .qtil-brand img {
    width: 230px;
    max-height: 54px;
  }
  .qtil-hero {
    padding: 44px 0 62px;
  }
  .qtil-hero-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .qtil-hero-visual::before {
    inset: -11px 15px 13px -11px;
    border-radius: 29px;
  }
  .qtil-hero-visual > img {
    border-radius: 25px;
  }
  .qtil-solutions-grid,
  .qtil-why-grid {
    grid-template-columns: 1fr;
  }
  .qtil-page-hero {
    padding: 52px 0;
  }
  .archive.woocommerce .shop-container {
    width: calc(100% - 30px);
  }
  .single-product .custom-product-page > .row:first-child {
    padding-inline: 15px !important;
  }
  .single-post .large-9,
  .single-post .large-3 {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
  .qtil-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .qtil-footer-brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 549px) {
  .qtil-shell {
    width: calc(100% - 24px);
  }
  .qtil-section {
    padding: 62px 0;
  }
  .qtil-brand img {
    width: 205px;
  }
  .qtil-hero {
    padding-top: 28px;
  }
  .qtil-hero h1 {
    font-size: 43px;
  }
  .qtil-hero-copy > p {
    font-size: 16px;
  }
  .qtil-hero-visual > img {
    aspect-ratio: 1 / 0.82;
  }
  .qtil-heading h2,
  .qtil-solution-main h2,
  .qtil-why-card h2 {
    font-size: 36px;
  }
  .qtil-category-grid,
  .qtil-solution-list,
  .qtil-process-grid {
    grid-template-columns: 1fr;
  }
  .qtil-category-card {
    min-height: 0;
  }
  .qtil-solution-list article {
    min-height: 0;
  }
  .qtil-why-card {
    padding: 34px 26px;
  }
  .qtil-page-hero h1 {
    font-size: 38px;
  }
  .single-post article {
    padding: 24px !important;
  }
  .single-product .style-blog {
    padding: 24px !important;
  }
  .qtil-footer-main {
    grid-template-columns: 1fr;
  }
  .qtil-footer-brand {
    grid-column: auto;
  }
}

/* homepage v8 cache refresh 2026-08-26 */

/* =========================================================
   QTIL HOME LAYOUT v13.7
   Flatsome > Customize > Additional CSS
   Fluid desktop layout with comfortable responsive gutters.
   ========================================================= */

:root {
  --qtil-home-fluid-width: min(1760px, calc(100% - clamp(64px, 6vw, 120px)));
}

/* One consistent visual axis for the complete homepage. */
.home #qtil-v5.qtil-v5 > section > .qtil-shell,
.home .qtil-home-insights.qtil-section > .qtil-shell,
.home .qtil-site-footer .qtil-shell {
  width: var(--qtil-home-fluid-width) !important;
  max-width: none !important;
  margin-inline: auto !important;
}

.home .qtil-context-lead-home {
  width: var(--qtil-home-fluid-width) !important;
  max-width: 1760px !important;
}

/* Larger hero while preserving readable copy length. */
.home #qtil-v5 .qtil-hero {
  display: grid;
  align-items: center;
  min-height: clamp(700px, 78vh, 900px);
  padding: clamp(72px, 5.4vw, 112px) 0 clamp(74px, 5.8vw, 118px) !important;
}

.home #qtil-v5 .qtil-hero-grid {
  grid-template-columns: minmax(430px, 0.84fr) minmax(560px, 1.16fr) !important;
  gap: clamp(48px, 5.4vw, 112px) !important;
}

.home #qtil-v5 .qtil-hero-copy {
  max-width: 760px;
}

.home #qtil-v5 .qtil-hero-visual > img {
  width: 100% !important;
  min-height: clamp(440px, 50vh, 620px);
  aspect-ratio: 16 / 10 !important;
  object-fit: cover;
}

.home #qtil-v5 .qtil-catalog-grid,
.home #qtil-v5 .qtil-product-wrap .products,
.home #qtil-v5 .qtil-all-products .products {
  width: 100%;
}

@media (max-width: 1100px) {
  .home #qtil-v5 .qtil-hero-grid {
    grid-template-columns: minmax(320px, 0.9fr) minmax(400px, 1.1fr) !important;
    gap: 36px !important;
  }
}

@media (max-width: 849px) {
  :root {
    --qtil-home-fluid-width: min(720px, calc(100% - 30px));
  }

  .home #qtil-v5 .qtil-hero {
    display: block;
    min-height: 0;
    padding: 44px 0 62px !important;
  }

  .home #qtil-v5 .qtil-hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 38px !important;
  }

  .home #qtil-v5 .qtil-hero-visual > img {
    min-height: 0;
    aspect-ratio: 4 / 3 !important;
  }
}

@media (max-width: 549px) {
  :root {
    --qtil-home-fluid-width: calc(100% - 24px);
  }

  .home #qtil-v5 .qtil-hero {
    padding: 28px 0 50px !important;
  }
}

/* END QTIL HOME LAYOUT v13.7 */

/* === 14. qtil-v6-hotfix === */
.qtil-page-hero h1 {
  color: #fff !important;
}
.archive.woocommerce .custom-top-content > h1 {
  display: none !important;
}
.qtil-nav-item:has(.qtil-nav-dropdown) > .qtil-nav-link svg {
  transform: rotate(90deg);
}

/* === 15. qtil-v9-header-home-fix === */
:root {
  --qtil-navy: #153f7a;
  --qtil-blue: #2b5ca8;
  --qtil-amber: #ff7a1a;
  --qtil-ink: #15345d;
  --qtil-muted: #61738c;
  --qtil-line: #dce7f5;
}

.qtil-site-header {
  isolation: isolate;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(43, 92, 168, 0.12);
  box-shadow: 0 8px 30px rgba(21, 52, 93, 0.07);
  backdrop-filter: saturate(150%) blur(18px);
}
.qtil-site-header::after {
  height: 1px;
  opacity: 0.9;
}
.qtil-topline {
  background: linear-gradient(90deg, #173f7d 0%, #2b5ca8 72%, #3569b6 100%);
}
.qtil-topline .qtil-shell {
  min-height: 30px;
}
.qtil-topline-list {
  gap: 20px;
}

.qtil-header-main {
  height: 74px;
  grid-template-columns: minmax(220px, 258px) minmax(0, 1fr) auto;
  gap: 24px;
}
.qtil-brand {
  min-height: 52px;
  background: transparent var(--qtil-brand-image) left center / contain
    no-repeat !important;
}
.qtil-brand img {
  width: 252px;
  height: auto;
  max-height: 52px;
  visibility: visible !important;
  opacity: 0;
  object-fit: contain;
  object-position: left center;
}
.qtil-logo-ready .qtil-brand {
  background-image: none !important;
}
.qtil-logo-ready .qtil-brand img {
  opacity: 1;
}

.qtil-main-nav {
  gap: 2px;
}
.qtil-nav-link {
  min-height: 42px;
  padding: 10px 10px;
  border-radius: 11px;
  color: #244363 !important;
  font-size: 12.5px;
  font-weight: 760;
}
.qtil-nav-link:hover,
.qtil-nav-item:hover > .qtil-nav-link {
  background: #eef5ff;
  color: var(--qtil-blue) !important;
}
.qtil-nav-dropdown {
  top: calc(100% + 6px);
  border-radius: 15px;
}
.qtil-header-actions {
  gap: 10px;
}
.qtil-header-icon,
.qtil-menu-toggle {
  width: 44px;
  height: 44px;
  border-radius: 13px;
}
.qtil-header-call {
  height: 44px;
  padding: 0 17px;
  border-radius: 13px;
  background: linear-gradient(135deg, #ff861f, #f26916);
  box-shadow: 0 10px 24px rgba(255, 122, 26, 0.22);
}
.qtil-header-call:hover {
  box-shadow: 0 13px 30px rgba(255, 122, 26, 0.3);
}

.qtil-drawer-head {
  min-height: 62px;
  background: transparent var(--qtil-brand-image) left center / 205px auto
    no-repeat !important;
}
.qtil-drawer-head img {
  width: 205px;
  visibility: visible !important;
  opacity: 0;
}
.qtil-logo-ready .qtil-drawer-head {
  background-image: none !important;
}
.qtil-logo-ready .qtil-drawer-head img {
  opacity: 1;
}

.qtil-footer-brand::before {
  display: block !important;
  background-color: #fff !important;
  background-image: var(--qtil-brand-image) !important;
  background-position: center !important;
  background-size: calc(100% - 24px) auto !important;
  background-repeat: no-repeat !important;
}
.qtil-footer-brand img {
  display: none !important;
}
.qtil-logo-ready .qtil-footer-brand::before {
  display: none !important;
}
.qtil-logo-ready .qtil-footer-brand img {
  display: block !important;
  width: min(330px, 100%);
  height: auto;
  padding: 12px;
  border-radius: 14px;
  background: #fff;
}

.home .qtil-hero {
  min-height: auto;
  padding: clamp(58px, 5.4vw, 78px) 0 clamp(62px, 5.8vw, 84px);
  background:
    radial-gradient(
      circle at 5% 8%,
      rgba(255, 255, 255, 0.98) 0 18%,
      transparent 43%
    ),
    radial-gradient(
      circle at 94% 7%,
      rgba(255, 122, 26, 0.13),
      transparent 27%
    ),
    linear-gradient(123deg, #f8fbff 0%, #edf5ff 57%, #fff7f0 100%);
}
.home .qtil-hero-grid {
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(48px, 5.2vw, 78px);
}
.home .qtil-hero h1 {
  max-width: 720px;
  font-size: clamp(52px, 5vw, 76px);
  line-height: 1.01;
  letter-spacing: -0.052em;
}
.home .qtil-hero-copy > p {
  max-width: 650px;
  font-size: 17px;
  line-height: 1.72;
}
.home .qtil-hero-visual > img {
  aspect-ratio: 1.38/1;
  border-radius: 30px;
  box-shadow: 0 32px 76px rgba(25, 67, 126, 0.2);
}
.home .qtil-btn {
  min-height: 54px;
  border-radius: 14px;
}
.home .qtil-btn-primary {
  background: linear-gradient(135deg, #ff861f, #f26916);
}

.home .qtil-home-catalog {
  scroll-margin-top: 112px;
}
.home .qtil-catalog-toolbar {
  position: static;
  top: auto;
  z-index: 1;
  padding: 14px;
  margin-bottom: 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(33, 75, 145, 0.08);
  backdrop-filter: none;
}
.home .qtil-catalog-search {
  min-height: 50px;
  border-radius: 14px;
}
.home .qtil-catalog-filters button {
  min-height: 44px;
  border-radius: 12px;
}

@media (max-width: 1280px) {
  .qtil-header-main {
    grid-template-columns: 220px minmax(0, 1fr) auto;
    gap: 15px;
  }
  .qtil-brand img {
    width: 215px;
  }
  .qtil-nav-link {
    padding-inline: 8px;
    font-size: 12px;
  }
  .qtil-header-call {
    padding-inline: 14px;
  }
}
@media (max-width: 1100px) {
  .qtil-topline-list span:nth-child(2) {
    display: none;
  }
  .qtil-header-call {
    display: none;
  }
}
@media (max-width: 849px) {
  .qtil-header-main {
    height: 68px;
    grid-template-columns: 1fr auto;
    gap: 12px;
  }
  .qtil-brand {
    min-height: 46px;
  }
  .qtil-brand img {
    width: 205px;
    max-height: 46px;
  }
  .qtil-drawer-head {
    background-size: 190px auto !important;
  }
  .qtil-drawer-head img {
    width: 190px;
  }
  .home .qtil-hero {
    padding: 38px 0 54px;
  }
  .home .qtil-hero-grid {
    gap: 38px;
  }
  .home .qtil-hero h1 {
    font-size: clamp(43px, 8vw, 58px);
  }
  .home .qtil-catalog-toolbar {
    margin-inline: 0;
    padding: 12px;
    border-radius: 18px;
  }
}
@media (max-width: 549px) {
  .qtil-brand {
    min-height: 42px;
    background-size: 188px auto !important;
  }
  .qtil-brand img {
    width: 188px;
    max-height: 42px;
  }
  .home .qtil-hero {
    padding-top: 26px;
  }
  .home .qtil-hero h1 {
    font-size: 40px;
  }
  .home .qtil-hero-copy > p {
    font-size: 15px;
  }
  .home .qtil-catalog-toolbar {
    padding: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .qtil-site-header *,
  .qtil-hero *,
  .qtil-home-catalog * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* === 16. qtil-v9-mobile-hotfix === */
@media (max-width: 849px) {
  .home .qtil-hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 38px;
  }
}
@media (max-width: 549px) {
  .home .qtil-hero-copy {
    order: -1;
    text-align: left;
  }
  .home .qtil-hero-copy > p {
    margin-inline: 0;
  }
  .home .qtil-hero-visual {
    order: 0;
  }
  .home .qtil-actions {
    justify-content: stretch;
  }
  .home .qtil-proof-list {
    justify-content: start;
  }
}

/* === 17. qtil-v9-toolbar-mobile-hotfix === */
@media (max-width: 849px) {
  .home .qtil-catalog-toolbar {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px;
  }
  .home .qtil-catalog-search,
  .home .qtil-catalog-filters {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 549px) {
  .home .qtil-catalog-filters {
    margin-right: -10px;
    padding-right: 10px;
  }
}

/* === 18. qtil-v9-header-trust-hotfix === */
.qtil-site-header {
  position: relative !important;
  top: auto !important;
}
.qtil-header-main {
  height: 86px;
  grid-template-columns: minmax(238px, 276px) minmax(0, 1fr) auto;
}
.qtil-brand {
  width: 100%;
  max-width: 276px;
  min-height: 0;
}
.qtil-brand img {
  width: auto !important;
  max-width: 100% !important;
  height: auto;
  max-height: none !important;
}

.qtil-trust {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 88% -80%,
      rgba(255, 255, 255, 0.15),
      transparent 34%
    ),
    linear-gradient(105deg, #173f7d 0%, #2859a4 68%, #3569b6 100%);
}
.qtil-trust::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image: linear-gradient(
    90deg,
    transparent 49.8%,
    rgba(255, 255, 255, 0.08) 50%,
    transparent 50.2%
  );
  background-size: 180px 100%;
  pointer-events: none;
}
.qtil-trust-grid {
  position: relative;
  padding: 27px 0;
}
.qtil-trust-grid > div {
  min-height: 80px;
  align-content: center;
  gap: 5px;
  padding: 4px 32px;
  border-right-color: rgba(255, 255, 255, 0.2);
}
.qtil-trust-grid > div::before {
  content: "";
  width: 28px;
  height: 3px;
  margin-bottom: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffad66, #ff7a1a);
  box-shadow: 0 4px 12px rgba(255, 122, 26, 0.28);
}
.qtil-trust strong {
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.qtil-trust span {
  color: #d9e6f7;
  font-size: 12.5px;
  line-height: 1.45;
}

@media (max-width: 1280px) {
  .qtil-header-main {
    grid-template-columns: 250px minmax(0, 1fr) auto;
  }
  .qtil-brand {
    max-width: 250px;
  }
}
@media (max-width: 849px) {
  .qtil-header-main {
    height: 72px;
    grid-template-columns: 1fr auto;
  }
  .qtil-brand {
    max-width: 205px;
    min-height: 0;
  }
  .qtil-trust-grid {
    padding: 0;
  }
  .qtil-trust-grid > div {
    min-height: 108px;
    padding: 20px 22px;
  }
  .qtil-trust-grid > div::before {
    width: 23px;
    margin-bottom: 5px;
  }
}
@media (max-width: 549px) {
  .qtil-brand {
    max-width: 188px;
    min-height: 0;
    background-size: contain !important;
  }
  .qtil-trust-grid > div {
    min-height: 98px;
    padding: 17px 14px;
  }
  .qtil-trust strong {
    font-size: 18px;
  }
  .qtil-trust span {
    font-size: 11.5px;
  }
}

/* === 19. qtil-v9-brand-type-hotfix === */
:root {
  --qtil-navy: #082f8e;
  --qtil-blue: #063aac;
  --qtil-blue-bright: #165fc4;
  --qtil-amber: #f1720c;
  --qtil-orange-dark: #d9580d;
  --qtil-ink: #102a56;
  --qtil-muted: #536781;
  --qtil-sky: #f2f6ff;
  --qtil-ivory: #fff7ed;
  --qtil-line: #d8e4f5;
}
body,
.qtil-v5,
.qtil-site-header,
.qtil-site-footer {
  font-family:
    "Be Vietnam Pro",
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  color: var(--qtil-ink);
}
.qtil-v5 p,
.qtil-v5 li,
.qtil-site-footer p {
  color: var(--qtil-muted);
  line-height: 1.72;
}
.qtil-v5 h1,
.qtil-v5 h2,
.qtil-v5 h3,
.qtil-page-hero h1,
.qtil-site-header a,
.qtil-btn,
.qtil-kicker,
.qtil-eyebrow,
.qtil-trust strong,
.qtil-product-wrap .product-title a,
.qtil-all-products .product-title a,
.qtil-catalog-filters button,
.qtil-catalog-status {
  font-family: "Manrope", "Be Vietnam Pro", sans-serif;
}
.qtil-v5 h1,
.qtil-v5 h2,
.qtil-v5 h3 {
  color: var(--qtil-ink);
  text-wrap: balance;
}
.qtil-v5 h2,
.qtil-heading h2,
.qtil-catalog-head h2,
.qtil-solution-main h2,
.qtil-why-card h2 {
  font-size: clamp(38px, 3.8vw, 56px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.038em;
}
.qtil-v5 h3 {
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.qtil-kicker {
  color: var(--qtil-orange-dark);
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.qtil-topline {
  background: linear-gradient(90deg, #0b2776 0%, #082f8e 62%, #063aac 100%);
}
.qtil-nav-link {
  color: #173967 !important;
  font-weight: 700;
  letter-spacing: 0.005em;
}
.qtil-nav-link:hover,
.qtil-nav-item:hover > .qtil-nav-link {
  background: #edf4ff;
  color: var(--qtil-blue) !important;
}
.qtil-header-call {
  background: linear-gradient(135deg, #f88b0b, #df5a0d);
  box-shadow: 0 10px 24px rgba(223, 90, 13, 0.24);
  font-weight: 750;
}
.qtil-header-call:hover {
  box-shadow: 0 13px 30px rgba(223, 90, 13, 0.32);
}

.home .qtil-hero {
  background:
    radial-gradient(
      circle at 5% 8%,
      rgba(255, 255, 255, 0.98) 0 18%,
      transparent 43%
    ),
    radial-gradient(
      circle at 94% 7%,
      rgba(241, 114, 12, 0.13),
      transparent 27%
    ),
    linear-gradient(123deg, #f9fbff 0%, #edf4ff 57%, #fff6ec 100%);
}
.home .qtil-hero h1 {
  font-size: clamp(50px, 4.8vw, 72px);
  font-weight: 800;
  line-height: 1.035;
  letter-spacing: -0.045em;
}
.home .qtil-hero h1 em {
  color: var(--qtil-blue);
  background: linear-gradient(transparent 82%, rgba(241, 114, 12, 0.17) 82%);
}
.home .qtil-btn {
  font-weight: 750;
  letter-spacing: -0.01em;
}
.home .qtil-btn-primary {
  background: linear-gradient(135deg, #f88b0b, #df5a0d);
  box-shadow: 0 16px 34px rgba(223, 90, 13, 0.25);
}
.home .qtil-btn-ghost {
  color: var(--qtil-navy) !important;
  border-color: rgba(8, 47, 142, 0.17);
}

.qtil-trust {
  background:
    radial-gradient(
      circle at 88% -80%,
      rgba(255, 255, 255, 0.15),
      transparent 34%
    ),
    linear-gradient(105deg, #0b1e62 0%, #082f8e 63%, #063aac 100%);
}
.qtil-trust-grid > div::before {
  background: linear-gradient(90deg, #f88b0b, #df5a0d);
  box-shadow: 0 4px 12px rgba(223, 90, 13, 0.3);
}
.qtil-trust strong {
  font-weight: 800;
  letter-spacing: -0.025em;
}

.qtil-catalog-filters button {
  font-weight: 700;
  letter-spacing: 0.015em;
}
.qtil-catalog-filters button.is-active {
  background: linear-gradient(135deg, #082f8e, #063aac);
}
.qtil-product-wrap .product-title a,
.qtil-all-products .product-title a {
  color: var(--qtil-ink) !important;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.012em;
}
.qtil-product-wrap .price,
.qtil-all-products .price {
  color: var(--qtil-orange-dark) !important;
}

@media (max-width: 549px) {
  .home .qtil-hero h1 {
    font-size: 38px;
    line-height: 1.06;
    letter-spacing: -0.038em;
  }
  .qtil-v5 h2,
  .qtil-heading h2,
  .qtil-catalog-head h2,
  .qtil-solution-main h2,
  .qtil-why-card h2 {
    font-size: 34px;
    line-height: 1.12;
    letter-spacing: -0.032em;
  }
}

/* === 20. qtil-v9-mobile-type-hotfix === */
@media (max-width: 549px) {
  .home .qtil-v5 h2,
  .home .qtil-heading h2,
  .home .qtil-catalog-head h2,
  .home .qtil-solution-main h2,
  .home .qtil-why-card h2 {
    font-size: 34px !important;
    line-height: 1.12;
    letter-spacing: -0.032em;
  }
}

/* === 21. qtil-v9-reference-type-motion-hotfix === */
html {
  scroll-behavior: smooth;
}
.home {
  --qtil-display: "Inter Tight", "Manrope", "Be Vietnam Pro", sans-serif;
  --qtil-motion: cubic-bezier(0.22, 1, 0.36, 1);
}

.home .qtil-hero h1,
.home .qtil-section h2,
.home .qtil-final-cta h2 {
  font-family: var(--qtil-display);
  font-weight: 900;
  line-height: 1.015;
  letter-spacing: -0.055em;
  text-wrap: balance;
}
.home .qtil-hero h1 {
  max-width: 760px;
  color: #0d1726;
  font-size: clamp(52px, 5.1vw, 78px);
}
.home .qtil-hero h1 em {
  color: #0d1726;
  font-style: normal;
  background: linear-gradient(transparent 84%, rgba(241, 114, 12, 0.28) 84%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.home .qtil-type-highlight {
  display: inline;
  padding: 0 0.08em 0.01em;
  margin-left: -0.04em;
  border-radius: 0.06em;
  background: #dbeafe;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.home .qtil-section h2,
.home .qtil-final-cta h2 {
  font-size: clamp(40px, 4.15vw, 60px);
  color: #0f1f38;
}
.home .qtil-solutions h2,
.home .qtil-final-cta h2 {
  color: #fff;
}
.home .qtil-section h3 {
  font-family: "Manrope", "Be Vietnam Pro", sans-serif;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.home .qtil-eyebrow,
.home .qtil-kicker {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  border: 0;
  border-radius: 999px;
  background: #0b111b;
  color: #f8a21b !important;
  box-shadow: none;
  font-family: "Manrope", "Be Vietnam Pro", sans-serif;
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.035em;
  text-transform: none;
}
.home .qtil-eyebrow {
  padding: 10px 15px;
}
.home .qtil-kicker {
  padding: 8px 12px;
  margin-bottom: 16px;
}
.home .qtil-eyebrow svg {
  color: #f8a21b;
}
.home .qtil-solutions .qtil-kicker,
.home .qtil-final-cta .qtil-kicker {
  background: rgba(8, 17, 32, 0.78);
  color: #ffc267 !important;
}

.home .qtil-catalog-head h2::after,
.home .qtil-solution-main h2::after,
.home .qtil-process .qtil-heading h2::after,
.home .qtil-why-card h2::after,
.home .qtil-faq h2::after,
.home .qtil-final-cta h2::after {
  content: "";
  display: block;
  width: 76px;
  height: 7px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #063aac 0 58%, #f1720c 58% 100%);
}
.home .qtil-solutions h2::after,
.home .qtil-why-card h2::after,
.home .qtil-final-cta h2::after {
  background: linear-gradient(90deg, #fff 0 58%, #f88b0b 58% 100%);
}

.home .qtil-btn,
.home .qtil-header-call,
.home .qtil-catalog-filters button,
.home .qtil-text-link,
.home .qtil-category-card,
.home .qtil-solution-list article,
.home .qtil-process-grid article,
.home .qtil-why-list article,
.home .qtil-accordion details,
.home .qtil-all-products .product-small .product-small.box,
.home .qtil-all-products .product-small > .col-inner > .product-small.box,
.home .qtil-all-products .box-image img {
  transition-duration: 0.38s;
  transition-timing-function: var(--qtil-motion);
}
.home .qtil-btn,
.home .qtil-header-call,
.home .qtil-catalog-filters button,
.home .qtil-text-link {
  transition-property:
    transform, box-shadow, background-color, border-color, color;
}
.home .qtil-btn svg,
.home .qtil-text-link svg {
  transition: transform 0.32s var(--qtil-motion);
}
.home .qtil-category-card,
.home .qtil-solution-list article,
.home .qtil-process-grid article,
.home .qtil-why-list article,
.home .qtil-accordion details,
.home .qtil-all-products .product-small .product-small.box,
.home .qtil-all-products .product-small > .col-inner > .product-small.box {
  transition-property: transform, box-shadow, border-color, background-color;
}
.home .qtil-all-products .box-image {
  overflow: hidden;
}
.home .qtil-all-products .box-image img {
  transition-property: transform;
}
.home .qtil-accordion details[open] {
  border-color: rgba(6, 58, 172, 0.28);
  background: #fff;
  box-shadow: 0 14px 34px rgba(8, 47, 142, 0.08);
}
.home .qtil-accordion summary::after {
  transition:
    transform 0.28s var(--qtil-motion),
    background-color 0.28s ease;
}
.home .qtil-accordion details[open] summary::after {
  transform: rotate(45deg);
}

.home a:focus-visible,
.home button:focus-visible,
.home input:focus-visible,
.home summary:focus-visible {
  outline: 3px solid rgba(241, 114, 12, 0.56);
  outline-offset: 3px;
}

.qtil-motion-ready .qtil-reveal {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 0.58s var(--qtil-motion),
    transform 0.58s var(--qtil-motion);
  transition-delay: var(--qtil-delay, 0ms);
  will-change: opacity, transform;
}
.qtil-motion-ready .qtil-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

@media (hover: hover) and (pointer: fine) {
  .home .qtil-btn:hover,
  .home .qtil-header-call:hover {
    transform: translateY(-3px);
  }
  .home .qtil-btn:hover svg,
  .home .qtil-text-link:hover svg {
    transform: translateX(4px);
  }
  .home .qtil-category-card:hover,
  .home .qtil-solution-list article:hover,
  .home .qtil-process-grid article:hover,
  .home .qtil-why-list article:hover {
    transform: translateY(-5px);
  }
  .home .qtil-all-products .product-small:hover .product-small.box,
  .home
    .qtil-all-products
    .product-small:hover
    > .col-inner
    > .product-small.box {
    transform: translateY(-5px);
  }
  .home .qtil-all-products .product-small:hover .box-image img {
    transform: scale(1.035);
  }
}

@media (max-width: 849px) {
  .home .qtil-hero h1 {
    font-size: clamp(44px, 8.6vw, 60px);
    line-height: 1.035;
  }
  .home .qtil-section h2,
  .home .qtil-final-cta h2 {
    font-size: clamp(36px, 6.2vw, 48px);
    line-height: 1.06;
  }
}
@media (max-width: 549px) {
  .home .qtil-hero h1 {
    font-size: 40px;
    line-height: 1.04;
    letter-spacing: -0.05em;
  }
  .home .qtil-section h2,
  .home .qtil-final-cta h2 {
    font-size: 35px !important;
    line-height: 1.08;
    letter-spacing: -0.045em;
  }
  .home .qtil-eyebrow {
    white-space: normal;
  }
  .home .qtil-catalog-head h2::after,
  .home .qtil-solution-main h2::after,
  .home .qtil-process .qtil-heading h2::after,
  .home .qtil-why-card h2::after,
  .home .qtil-faq h2::after,
  .home .qtil-final-cta h2::after {
    width: 62px;
    height: 6px;
    margin-top: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .qtil-motion-ready .qtil-reveal,
  .qtil-motion-ready .qtil-reveal.is-visible,
  .home .qtil-btn,
  .home .qtil-header-call,
  .home .qtil-catalog-filters button,
  .home .qtil-category-card,
  .home .qtil-solution-list article,
  .home .qtil-process-grid article,
  .home .qtil-why-list article,
  .home .qtil-accordion details,
  .home .qtil-all-products .box-image img {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* === 22. qtil-v9-contrast-space-hotfix === */
.home .qtil-section {
  padding: clamp(88px, 7vw, 116px) 0;
}
.home .qtil-heading,
.home .qtil-catalog-head {
  margin-bottom: clamp(34px, 3.5vw, 52px);
}
.home .qtil-heading-row,
.home .qtil-catalog-head {
  column-gap: clamp(44px, 5vw, 78px);
}
.home .qtil-heading h2,
.home .qtil-catalog-head h2 {
  max-width: 780px;
}
.home .qtil-heading p,
.home .qtil-catalog-head > p {
  max-width: 680px;
  font-size: 16px;
  line-height: 1.78;
}

.home .qtil-all-products .products {
  gap: 22px !important;
}
.home .qtil-all-products .box-text {
  padding: 19px !important;
}
.home .qtil-all-products .product-title a {
  font-size: 13.5px;
}

.home .qtil-solutions {
  padding-block: clamp(96px, 7.5vw, 124px);
  background:
    radial-gradient(circle at 82% 0, rgba(241, 114, 12, 0.2), transparent 28%),
    linear-gradient(132deg, #0b1e62 0%, #082f8e 63%, #063aac 100%);
}
.home .qtil-solutions-grid {
  grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(58px, 6.5vw, 102px);
  align-items: start;
}
.home .qtil-solutions .qtil-solution-main h2 {
  color: #fff !important;
}
.home .qtil-solutions .qtil-solution-main p {
  color: #e4edfb !important;
  font-size: 16px;
  line-height: 1.82;
}
.home .qtil-solutions .qtil-text-link {
  color: #fff !important;
  font-weight: 800;
}
.home .qtil-solutions .qtil-text-link svg {
  color: #f8a21b;
}
.home .qtil-solution-list {
  gap: 22px;
}
.home .qtil-solution-list article {
  min-height: 220px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.home .qtil-solution-list article:hover {
  background: rgba(255, 255, 255, 0.17);
  border-color: rgba(255, 255, 255, 0.32);
}
.home .qtil-solution-list h3 {
  color: #fff !important;
  font-size: 19px;
  line-height: 1.35;
}
.home .qtil-solution-list p {
  color: #dce8f8 !important;
  font-size: 13.5px;
  line-height: 1.7;
}

.home .qtil-process {
  padding-block: clamp(92px, 7vw, 116px);
}
.home .qtil-process-grid {
  gap: 24px;
}
.home .qtil-process-grid article {
  min-height: 260px;
  padding: 32px;
}
.home .qtil-process-grid h3 {
  color: var(--qtil-ink) !important;
}
.home .qtil-process-grid p {
  color: var(--qtil-muted) !important;
}

.home .qtil-why-grid {
  gap: clamp(58px, 6vw, 94px);
  align-items: center;
}
.home .qtil-why-card {
  padding: clamp(38px, 4.2vw, 60px);
}
.home .qtil-why-card h2 {
  color: #fff !important;
}
.home .qtil-why-card p {
  color: #e3edfb !important;
  font-size: 16px;
  line-height: 1.78;
}
.home .qtil-why-list {
  gap: 18px;
}
.home .qtil-why-list article {
  padding: 26px 28px;
}
.home .qtil-why-list h3 {
  color: var(--qtil-ink) !important;
}
.home .qtil-why-list p {
  color: var(--qtil-muted) !important;
}

.home .qtil-faq-grid {
  gap: clamp(52px, 5.5vw, 86px);
  align-items: start;
}
.home .qtil-accordion {
  gap: 14px;
}
.home .qtil-accordion details {
  padding-inline: 24px;
}
.home .qtil-accordion summary {
  color: var(--qtil-ink) !important;
  font-weight: 750;
  line-height: 1.45;
}
.home .qtil-accordion details p {
  color: var(--qtil-muted) !important;
  line-height: 1.75;
}

.home .qtil-final-cta {
  padding-block: clamp(84px, 6.5vw, 108px);
}
.home .qtil-final-cta h2 {
  color: #fff !important;
}
.home .qtil-final-cta p {
  color: #e5eefb !important;
  font-size: 16px;
  line-height: 1.78;
}
.home .qtil-final-cta .qtil-btn-light {
  color: var(--qtil-orange-dark) !important;
}

@media (max-width: 1024px) {
  .home .qtil-solutions-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }
  .home .qtil-solution-main {
    max-width: 760px;
  }
  .home .qtil-solution-list article {
    min-height: 200px;
  }
}
@media (max-width: 849px) {
  .home .qtil-section {
    padding: 76px 0;
  }
  .home .qtil-heading-row,
  .home .qtil-catalog-head {
    row-gap: 22px;
  }
  .home .qtil-all-products .products {
    gap: 14px !important;
  }
  .home .qtil-solutions {
    padding-block: 80px;
  }
  .home .qtil-solutions-grid {
    gap: 44px;
  }
  .home .qtil-solution-list article {
    min-height: 190px;
    padding: 26px;
  }
  .home .qtil-process-grid article {
    min-height: 230px;
    padding: 28px;
  }
  .home .qtil-why-grid,
  .home .qtil-faq-grid {
    gap: 46px;
  }
}
@media (max-width: 549px) {
  .home .qtil-section {
    padding: 64px 0;
  }
  .home .qtil-heading,
  .home .qtil-catalog-head {
    margin-bottom: 30px;
  }
  .home .qtil-heading p,
  .home .qtil-catalog-head > p {
    font-size: 14.5px;
  }
  .home .qtil-all-products .products {
    gap: 10px !important;
  }
  .home .qtil-all-products .box-text {
    padding: 13px !important;
  }
  .home .qtil-all-products .product-title a {
    font-size: 12.5px;
  }
  .home .qtil-solutions {
    padding-block: 68px;
  }
  .home .qtil-solution-list {
    grid-template-columns: 1fr;
  }
  .home .qtil-solution-list article {
    min-height: 0;
    padding: 24px;
  }
  .home .qtil-process-grid article {
    min-height: 0;
    padding: 26px;
  }
  .home .qtil-why-card {
    padding: 34px 25px;
  }
  .home .qtil-why-list article {
    padding: 22px;
  }
  .home .qtil-accordion details {
    padding-inline: 18px;
  }
  .home .qtil-final-cta {
    padding-block: 68px;
  }
}

/* === 23. qtil-v9-mobile-drawer-icon-hotfix === */
@media (max-width: 849px) {
  .qtil-mobile-drawer .qtil-drawer-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .qtil-mobile-drawer .qtil-drawer-cta > a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 13px 16px !important;
    border-radius: 14px;
    line-height: 1.35;
    text-align: center;
  }
  .qtil-mobile-drawer .qtil-drawer-cta > a > svg {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    flex: 0 0 20px !important;
  }
  .qtil-mobile-drawer .qtil-drawer-cta > a[href^="tel:"] > svg {
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .qtil-mobile-drawer .qtil-drawer-cta > a[href*="zalo.me"] > svg {
    fill: currentColor !important;
    stroke: none !important;
  }
}

/* === 24. qtil-v9-footer-a11y-hotfix === */
.qtil-site-footer .qtil-footer-brand > p {
  color: #cbd9ec !important;
}
.qtil-site-footer .qtil-footer-note > span {
  color: #b9cae0 !important;
}
@media (max-width: 849px) {
  .qtil-mobile-drawer[aria-hidden="true"] {
    visibility: hidden !important;
    pointer-events: none !important;
  }
  .qtil-mobile-drawer.is-open,
  .qtil-mobile-drawer[aria-hidden="false"] {
    visibility: visible !important;
    pointer-events: auto !important;
  }
}

/* === 25. qtil-v10-readable-brand-typography === */
.home {
  --qtil-brand-blue: #063aac;
  --qtil-brand-blue-deep: #082f8e;
  --qtil-brand-orange: #f1720c;
  --qtil-brand-orange-deep: #d9580d;
}

.home .qtil-hero h1 {
  max-width: 800px;
  line-height: 1.1 !important;
  letter-spacing: -0.028em !important;
  word-spacing: 0.018em;
}
.home .qtil-section h2,
.home .qtil-final-cta h2 {
  line-height: 1.11 !important;
  letter-spacing: -0.03em !important;
  word-spacing: 0.014em;
}
.home .qtil-section h3 {
  line-height: 1.38;
  letter-spacing: -0.012em;
}

.home .qtil-type-highlight {
  color: var(--qtil-brand-blue) !important;
  padding: 0 0.1em 0.035em;
  margin-left: -0.03em;
  border-radius: 0.09em;
  background: rgba(6, 58, 172, 0.1);
  box-shadow: inset 0 -0.11em 0 rgba(6, 58, 172, 0.14);
}
.home .qtil-hero h1 em {
  color: #0d1726;
  background: linear-gradient(transparent 78%, rgba(241, 114, 12, 0.34) 78%);
}

.home .qtil-catalog-head h2,
.home .qtil-process .qtil-heading h2,
.home .qtil-faq h2 {
  color: var(--qtil-brand-blue-deep) !important;
}
.home .qtil-solutions h2,
.home .qtil-why-card h2,
.home .qtil-final-cta h2 {
  color: #fff !important;
}

.home .qtil-eyebrow,
.home .qtil-kicker {
  background: var(--qtil-brand-blue-deep);
  color: #ffb04b !important;
  box-shadow: 0 8px 22px rgba(8, 47, 142, 0.14);
}
.home .qtil-eyebrow svg {
  color: var(--qtil-brand-orange);
}
.home .qtil-solutions .qtil-kicker,
.home .qtil-final-cta .qtil-kicker {
  background: #081b46;
  color: #ffc267 !important;
}

.home .qtil-catalog-head h2::after,
.home .qtil-process .qtil-heading h2::after,
.home .qtil-faq h2::after {
  background: linear-gradient(
    90deg,
    var(--qtil-brand-blue) 0 62%,
    var(--qtil-brand-orange) 62% 100%
  );
}
.home .qtil-solution-main h2::after,
.home .qtil-why-card h2::after,
.home .qtil-final-cta h2::after {
  background: linear-gradient(90deg, #fff 0 62%, #ff8a16 62% 100%);
}

@media (max-width: 849px) {
  .home .qtil-hero h1 {
    line-height: 1.11 !important;
    letter-spacing: -0.024em !important;
  }
  .home .qtil-section h2,
  .home .qtil-final-cta h2 {
    line-height: 1.13 !important;
    letter-spacing: -0.025em !important;
  }
}
@media (max-width: 549px) {
  .home .qtil-hero h1 {
    font-size: 38px !important;
    line-height: 1.13 !important;
    letter-spacing: -0.018em !important;
    word-spacing: 0.012em;
  }
  .home .qtil-section h2,
  .home .qtil-final-cta h2 {
    font-size: 34px !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
  }
  .home .qtil-type-highlight {
    padding-inline: 0.08em;
  }
}

/* === 26. qtil-v11-readable-hero-blog-seo === */
:where(html:has(body.home)) .qtil-hero-copy {
  max-width: 620px;
}
:where(html:has(body.home)) .qtil-hero h1 {
  max-width: 620px;
  margin: 26px 0 24px;
  color: #0b1830;
  font-size: clamp(48px, 4.35vw, 58px);
  font-weight: 740;
  line-height: 1.14;
  letter-spacing: -0.018em;
  word-spacing: 0;
}
:where(html:has(body.home)) .qtil-hero h1 .qtil-type-highlight {
  color: inherit !important;
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
:where(html:has(body.home)) .qtil-hero h1 em {
  display: inline;
  color: #e95f08;
  font-style: normal;
  background: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
:where(html:has(body.home)) .qtil-hero-copy > p {
  max-width: 610px;
  color: #53647d;
  font-size: 18px;
  line-height: 1.75;
}
:where(html:has(body.home)) .qtil-hero-copy > p strong {
  color: #0b3ca7;
  font-weight: 720;
}

:where(html:has(body.home)) .qtil-home-insights {
  order: 9;
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 8vw, 118px) 0;
  background: linear-gradient(180deg, #f7faff 0%, #fff 100%);
  border-top: 1px solid #dbe6f7;
}
:where(html:has(body.home)) .qtil-home-insights:before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -180px;
  top: -220px;
  border-radius: 50%;
  background: rgba(241, 114, 12, 0.08);
  pointer-events: none;
}
:where(html:has(body.home)) .qtil-insights-heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 42px;
}
:where(html:has(body.home)) .qtil-insights-heading > div {
  max-width: 780px;
}
:where(html:has(body.home)) .qtil-insights-heading h2 {
  max-width: 760px;
  margin: 12px 0 14px;
  color: #082f8e;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 730;
  line-height: 1.16;
  letter-spacing: -0.022em;
}
:where(html:has(body.home)) .qtil-insights-heading p {
  max-width: 720px;
  margin: 0;
  color: #60708a;
  font-size: 17px;
  line-height: 1.75;
}
:where(html:has(body.home)) .qtil-insights-all,
:where(html:has(body.home)) .qtil-insight-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #0b3ca7;
  font-weight: 700;
  text-decoration: none;
}
:where(html:has(body.home)) .qtil-insights-all {
  flex: 0 0 auto;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid #bfd0ec;
  border-radius: 14px;
  background: #fff;
}
:where(html:has(body.home)) .qtil-insights-all svg,
:where(html:has(body.home)) .qtil-insight-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s ease;
}
:where(html:has(body.home)) .qtil-insights-all:hover svg,
:where(html:has(body.home)) .qtil-insight-link:hover svg {
  transform: translateX(4px);
}
:where(html:has(body.home)) .qtil-insights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
:where(html:has(body.home)) .qtil-insight-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dbe5f3;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(8, 47, 142, 0.08);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}
:where(html:has(body.home)) .qtil-insight-card:hover {
  transform: translateY(-6px);
  border-color: #aac1e5;
  box-shadow: 0 22px 48px rgba(8, 47, 142, 0.13);
}
:where(html:has(body.home)) .qtil-insight-media {
  display: block;
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #eaf1fb;
}
:where(html:has(body.home)) .qtil-insight-media:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  background: linear-gradient(transparent, rgba(8, 47, 142, 0.14));
  pointer-events: none;
}
:where(html:has(body.home)) .qtil-insight-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
:where(html:has(body.home)) .qtil-insight-card:hover .qtil-insight-media img {
  transform: scale(1.035);
}
:where(html:has(body.home)) .qtil-insight-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #dce9fb, #fff0e5);
}
:where(html:has(body.home)) .qtil-insight-body {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 26px;
}
:where(html:has(body.home)) .qtil-insight-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 15px;
  color: #718098;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
}
:where(html:has(body.home)) .qtil-insight-meta span {
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef4ff;
  color: #0b3ca7;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
:where(html:has(body.home)) .qtil-insight-card h3 {
  margin: 0 0 13px;
  font-size: 21px;
  font-weight: 720;
  line-height: 1.38;
  letter-spacing: -0.012em;
}
:where(html:has(body.home)) .qtil-insight-card h3 a {
  color: #132440;
  text-decoration: none;
}
:where(html:has(body.home)) .qtil-insight-card h3 a:hover {
  color: #0b3ca7;
}
:where(html:has(body.home)) .qtil-insight-card p {
  margin: 0 0 22px;
  color: #60708a;
  font-size: 15px;
  line-height: 1.7;
}
:where(html:has(body.home)) .qtil-insight-link {
  margin-top: auto;
  font-size: 14px;
}

@media (max-width: 849px) {
  :where(html:has(body.home)) .qtil-hero h1 {
    font-size: clamp(42px, 7.2vw, 54px);
    line-height: 1.15;
    letter-spacing: -0.014em;
  }
  :where(html:has(body.home)) .qtil-insights-heading {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 34px;
  }
  :where(html:has(body.home)) .qtil-insights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (max-width: 549px) {
  :where(html:has(body.home)) .qtil-hero h1 {
    margin: 20px 0 18px;
    font-size: 36px;
    line-height: 1.18;
    letter-spacing: -0.008em;
  }
  :where(html:has(body.home)) .qtil-hero-copy > p {
    font-size: 16px;
    line-height: 1.7;
  }
  :where(html:has(body.home)) .qtil-home-insights {
    padding: 68px 0;
  }
  :where(html:has(body.home)) .qtil-insights-heading h2 {
    font-size: 34px;
    line-height: 1.18;
    letter-spacing: -0.014em;
  }
  :where(html:has(body.home)) .qtil-insights-heading p {
    font-size: 16px;
    line-height: 1.7;
  }
  :where(html:has(body.home)) .qtil-insights-all {
    width: 100%;
    justify-content: center;
  }
  :where(html:has(body.home)) .qtil-insights-grid {
    grid-template-columns: 1fr;
  }
  :where(html:has(body.home)) .qtil-insight-body {
    min-height: 0;
    padding: 23px;
  }
  :where(html:has(body.home)) .qtil-insight-meta {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  :where(html:has(body.home)) .qtil-insight-card,
  :where(html:has(body.home)) .qtil-insight-media img,
  :where(html:has(body.home)) .qtil-insights-all svg,
  :where(html:has(body.home)) .qtil-insight-link svg {
    transition: none !important;
  }
}

/* === 27. qtil-v11-final-typography === */
:where(html:has(body.home)) .home .qtil-hero h1 {
  max-width: 620px !important;
  margin: 24px 0 24px !important;
  color: #0d1726 !important;
  font-size: 56px !important;
  font-weight: 760 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.014em !important;
  word-spacing: 0 !important;
}
:where(html:has(body.home)) .home .qtil-hero h1 .qtil-type-highlight {
  color: inherit !important;
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
:where(html:has(body.home)) .home .qtil-hero h1 em {
  color: #e95f08 !important;
  font-weight: 760 !important;
  font-style: normal !important;
  background: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
:where(html:has(body.home)) .home .qtil-section h2,
:where(html:has(body.home)) .home .qtil-final-cta h2 {
  font-size: 50px !important;
  font-weight: 750 !important;
  line-height: 1.17 !important;
  letter-spacing: -0.018em !important;
  word-spacing: 0 !important;
}
:where(html:has(body.home)) .home .qtil-insights-heading h2 {
  max-width: 790px !important;
  color: #082f8e !important;
}
:where(html:has(body.home)) .home .qtil-insight-card h3 {
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.42 !important;
  letter-spacing: -0.008em !important;
}
@media (max-width: 849px) {
  :where(html:has(body.home)) .home .qtil-hero h1 {
    font-size: 48px !important;
    line-height: 1.17 !important;
    letter-spacing: -0.01em !important;
  }
  :where(html:has(body.home)) .home .qtil-section h2,
  :where(html:has(body.home)) .home .qtil-final-cta h2 {
    font-size: 42px !important;
    line-height: 1.19 !important;
    letter-spacing: -0.014em !important;
  }
}
@media (max-width: 549px) {
  :where(html:has(body.home)) .home .qtil-hero h1 {
    margin: 20px 0 18px !important;
    font-size: 36px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.006em !important;
  }
  :where(html:has(body.home)) .home .qtil-section h2,
  :where(html:has(body.home)) .home .qtil-final-cta h2 {
    font-size: 34px !important;
    line-height: 1.22 !important;
    letter-spacing: -0.008em !important;
  }
  :where(html:has(body.home)) .home .qtil-insight-card h3 {
    font-size: 19px !important;
    line-height: 1.45 !important;
  }
}

/* === 28. qtil-v11-2-layout-seo-refinement === */
/* Keep every main section on the same visual axis. */
:where(html:has(body.home)) .home #qtil-v5 > section > .qtil-shell,
:where(html:has(body.home)) .home .qtil-home-insights > .qtil-shell {
  width: min(100% - 48px, 1216px) !important;
  margin-inline: auto !important;
}

/* The process heading previously inherited a left-aligned max-width. */
:where(html:has(body.home)) .home .qtil-process .qtil-heading-center {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 880px !important;
  margin: 0 auto 48px !important;
  text-align: center !important;
}
:where(html:has(body.home))
  .home
  .qtil-process
  .qtil-heading-center
  .qtil-kicker {
  margin: 0 auto 20px !important;
}
:where(html:has(body.home)) .home .qtil-process .qtil-heading-center h2 {
  width: 100% !important;
  max-width: 780px !important;
  margin: 0 auto 20px !important;
  text-align: center !important;
}
:where(html:has(body.home)) .home .qtil-process .qtil-heading-center h2:after {
  margin: 16px auto 0 !important;
}
:where(html:has(body.home)) .home .qtil-process .qtil-heading-center p {
  width: 100% !important;
  max-width: 680px !important;
  margin: 0 auto !important;
  text-align: center !important;
}
:where(html:has(body.home)) .home .qtil-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
}
:where(html:has(body.home)) .home .qtil-process-grid > article {
  height: 100% !important;
  min-width: 0 !important;
}

/* Four products per row on desktop, with equal tracks and card widths. */
:where(html:has(body.home)) .home #qtil-products .products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  margin: 0 !important;
}
:where(html:has(body.home)) .home #qtil-products .products > .product-small {
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Keep asymmetric editorial sections intentional but vertically balanced. */
:where(html:has(body.home)) .home .qtil-solutions-grid,
:where(html:has(body.home)) .home .qtil-why-grid,
:where(html:has(body.home)) .home .qtil-faq-grid,
:where(html:has(body.home)) .home .qtil-final-inner {
  align-items: center !important;
}

@media (max-width: 849px) {
  :where(html:has(body.home)) .home #qtil-v5 > section > .qtil-shell,
  :where(html:has(body.home)) .home .qtil-home-insights > .qtil-shell {
    width: min(100% - 36px, 1216px) !important;
  }
  :where(html:has(body.home)) .home #qtil-products .products,
  :where(html:has(body.home)) .home .qtil-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }
  :where(html:has(body.home)) .home .qtil-process .qtil-heading-center {
    margin-bottom: 36px !important;
  }
}

@media (max-width: 549px) {
  :where(html:has(body.home)) .home #qtil-v5 > section > .qtil-shell,
  :where(html:has(body.home)) .home .qtil-home-insights > .qtil-shell {
    width: min(100% - 28px, 1216px) !important;
  }
  :where(html:has(body.home)) .home #qtil-products .products {
    gap: 14px !important;
  }
  :where(html:has(body.home)) .home .qtil-process-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  :where(html:has(body.home)) .home .qtil-process .qtil-heading-center {
    margin-bottom: 28px !important;
  }
}

/* === 29. qtil-product-landing-v12 === */
:where(html:has(body.single-product)) .single-product {
  --qtil-p-blue: #0b3ca7;
  --qtil-p-navy: #0b2148;
  --qtil-p-orange: #ef6808;
  --qtil-p-text: #52627a;
  --qtil-p-line: #dbe5f3;
  --qtil-p-soft: #f4f8ff;
}
:where(html:has(body.single-product))
  .single-product
  .wrapper-content
  > .col
  > .col-inner {
  max-width: 1216px;
  margin-inline: auto;
}
:where(html:has(body.single-product))
  .single-product
  .product-short-description {
  max-width: 1080px;
  color: #34455f;
  font-size: 17px;
  line-height: 1.76;
}
:where(html:has(body.single-product))
  .single-product
  .product-short-description
  p {
  margin-bottom: 14px;
}
:where(html:has(body.single-product)) .single-product .product-page-price {
  font-size: 18px !important;
  color: var(--qtil-p-blue) !important;
  font-weight: 760 !important;
  margin: 18px 0 0 !important;
}

:where(html:has(body.single-product)) .qtil-product-decision {
  margin: 28px 0 8px;
  padding: 30px;
  border: 1px solid var(--qtil-p-line);
  border-radius: 24px;
  background: linear-gradient(135deg, #f8fbff, #eef4ff);
  box-shadow: 0 18px 50px rgba(11, 60, 167, 0.08);
}
:where(html:has(body.single-product)) .qtil-product-decision-copy {
  max-width: 820px;
}
:where(html:has(body.single-product)) .qtil-product-eyebrow {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: #e7efff;
  color: var(--qtil-p-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
:where(html:has(body.single-product)) .qtil-product-decision h2 {
  margin: 14px 0 10px !important;
  color: var(--qtil-p-navy) !important;
  font-size: 32px !important;
  font-weight: 760 !important;
  line-height: 1.24 !important;
  letter-spacing: -0.015em !important;
}
:where(html:has(body.single-product)) .qtil-product-decision-copy p {
  max-width: 780px;
  margin: 0;
  color: var(--qtil-p-text);
  font-size: 16px;
  line-height: 1.7;
}
:where(html:has(body.single-product)) .qtil-product-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
:where(html:has(body.single-product)) .qtil-product-fact {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  padding: 14px;
  border: 1px solid #d9e5f7;
  border-radius: 16px;
  background: #fff;
}
:where(html:has(body.single-product)) .qtil-product-fact-icon {
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #edf3ff;
  color: var(--qtil-p-blue);
}
:where(html:has(body.single-product)) .qtil-product-fact-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
:where(html:has(body.single-product)) .qtil-product-fact span:last-child {
  min-width: 0;
}
:where(html:has(body.single-product)) .qtil-product-fact small,
:where(html:has(body.single-product)) .qtil-product-fact strong {
  display: block;
}
:where(html:has(body.single-product)) .qtil-product-fact small {
  margin-bottom: 3px;
  color: #687992;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}
:where(html:has(body.single-product)) .qtil-product-fact strong {
  overflow-wrap: anywhere;
  color: var(--qtil-p-navy);
  font-size: 14px;
  line-height: 1.35;
}
:where(html:has(body.single-product)) .qtil-product-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}
:where(html:has(body.single-product)) .qtil-product-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 21px;
  border-radius: 14px;
  font-weight: 750;
  text-decoration: none;
  transition: 0.25s ease;
}
:where(html:has(body.single-product)) .qtil-product-primary {
  background: linear-gradient(135deg, #f57a08, #e95805);
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(239, 104, 8, 0.22);
}
:where(html:has(body.single-product)) .qtil-product-secondary {
  border: 1px solid #bfd0ec;
  background: #fff;
  color: var(--qtil-p-blue) !important;
}
:where(html:has(body.single-product)) .qtil-product-text-link {
  padding-inline: 8px !important;
  color: var(--qtil-p-blue) !important;
  font-size: 14px;
}
:where(html:has(body.single-product)) .qtil-product-actions a:hover {
  transform: translateY(-2px);
}

:where(html:has(body.single-product))
  .single-product
  .woocommerce-product-gallery {
  overflow: hidden;
  border: 1px solid var(--qtil-p-line);
  border-radius: 24px;
  background: #f6f9fd;
  box-shadow: 0 16px 44px rgba(10, 46, 105, 0.08);
}
:where(html:has(body.single-product)) .single-product .product-specs {
  margin-bottom: 18px;
  padding: 20px !important;
  border: 1px solid var(--qtil-p-line) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 12px 34px rgba(10, 46, 105, 0.07) !important;
}
:where(html:has(body.single-product)) .single-product #qtil-product-quote {
  scroll-margin-top: 120px;
}
:where(html:has(body.single-product))
  .single-product
  [class*="form-container-dat-hang-form"] {
  margin: 0 !important;
  padding: 24px !important;
  border: 1px solid var(--qtil-p-line) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 16px 42px rgba(10, 46, 105, 0.1) !important;
}
:where(html:has(body.single-product))
  .single-product
  [class*="form-title-dat-hang-form"] {
  margin-bottom: 20px !important;
  color: var(--qtil-p-navy) !important;
  font-size: 22px !important;
  line-height: 1.32 !important;
}
:where(html:has(body.single-product)) .single-product .dat-hang-form label {
  color: var(--qtil-p-navy) !important;
  font-size: 14px !important;
}
:where(html:has(body.single-product)) .single-product .dat-hang-form input,
:where(html:has(body.single-product)) .single-product .dat-hang-form textarea {
  min-height: 48px !important;
  border-color: #cfdbea !important;
  border-radius: 12px !important;
  background: #fbfdff !important;
}
:where(html:has(body.single-product))
  .single-product
  .dat-hang-form
  button[type="submit"] {
  min-height: 50px !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #f57a08, #e95805) !important;
}
:where(html:has(body.single-product))
  .single-product
  .dat-hang-form
  [class*="btn-container"]
  a {
  min-height: 46px !important;
  border-radius: 12px !important;
}

:where(html:has(body.single-product)) .single-product .qtil-product-content {
  margin-top: 70px !important;
  padding: 76px 0 30px !important;
  background: linear-gradient(180deg, #f7faff 0, #fff 360px) !important;
}
:where(html:has(body.single-product)) .single-product .woocommerce-tabs {
  width: min(100% - 48px, 1120px) !important;
  max-width: 1120px !important;
  margin-inline: auto !important;
  scroll-margin-top: 110px;
}
:where(html:has(body.single-product)) .single-product .woocommerce-tabs .tabs {
  margin-bottom: 32px !important;
}
:where(html:has(body.single-product)) .single-product #tab-description {
  color: #42526a;
  font-size: 17px;
  line-height: 1.8;
}
:where(html:has(body.single-product)) .single-product #tab-description > p,
:where(html:has(body.single-product)) .single-product #tab-description > ul,
:where(html:has(body.single-product)) .single-product #tab-description > ol,
:where(html:has(body.single-product)) .single-product #tab-description > table,
:where(html:has(body.single-product))
  .single-product
  #tab-description
  > .qtil-guide-grid,
:where(html:has(body.single-product))
  .single-product
  #tab-description
  > .qtil-faq-list {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
:where(html:has(body.single-product)) .single-product #tab-description h2 {
  max-width: 920px;
  margin: 74px auto 22px !important;
  color: var(--qtil-p-navy) !important;
  font-size: 38px !important;
  font-weight: 760 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.015em !important;
}
:where(html:has(body.single-product)) .single-product #tab-description h3 {
  max-width: 920px;
  margin: 34px auto 12px !important;
  color: #143464 !important;
  font-size: 24px !important;
  line-height: 1.35 !important;
}
:where(html:has(body.single-product)) .single-product #tab-description img {
  border-radius: 20px;
  box-shadow: 0 12px 34px rgba(10, 46, 105, 0.1);
}
:where(html:has(body.single-product)) .single-product #tab-description table {
  width: 100%;
  border: 1px solid var(--qtil-p-line);
  border-radius: 18px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 32px rgba(10, 46, 105, 0.06);
}
:where(html:has(body.single-product)) .single-product #tab-description th {
  background: #eaf1ff;
  color: var(--qtil-p-navy);
  font-weight: 750;
  text-align: left;
}
:where(html:has(body.single-product)) .single-product #tab-description th,
:where(html:has(body.single-product)) .single-product #tab-description td {
  padding: 15px;
  border: 0;
  border-bottom: 1px solid #e3eaf5;
  vertical-align: top;
}
:where(html:has(body.single-product))
  .single-product
  #tab-description
  tr:last-child
  td {
  border-bottom: 0;
}
:where(html:has(body.single-product)) .qtil-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
:where(html:has(body.single-product)) .qtil-guide-card {
  padding: 22px;
  border: 1px solid var(--qtil-p-line);
  border-radius: 18px;
  background: #fff;
}
:where(html:has(body.single-product)) .qtil-guide-card strong {
  display: block;
  margin-bottom: 7px;
  color: var(--qtil-p-navy);
  font-size: 18px;
}
:where(html:has(body.single-product)) .qtil-guide-card p {
  margin: 0 !important;
  color: var(--qtil-p-text);
}
:where(html:has(body.single-product)) .qtil-guide-steps {
  counter-reset: qtil-step;
  list-style: none !important;
  padding: 0 !important;
}
:where(html:has(body.single-product)) .qtil-guide-steps li {
  counter-increment: qtil-step;
  position: relative;
  margin: 0 0 14px;
  padding: 18px 18px 18px 64px;
  border: 1px solid var(--qtil-p-line);
  border-radius: 16px;
  background: #fff;
}
:where(html:has(body.single-product)) .qtil-guide-steps li:before {
  content: counter(qtil-step, decimal-leading-zero);
  position: absolute;
  left: 16px;
  top: 17px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--qtil-p-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
:where(html:has(body.single-product)) .qtil-guide-cta {
  max-width: 920px;
  margin: 34px auto !important;
  padding: 26px;
  border-radius: 20px;
  background: linear-gradient(135deg, #0b3ca7, #133a86);
  color: #fff;
}
:where(html:has(body.single-product)) .qtil-guide-cta strong {
  display: block;
  margin-bottom: 6px;
  font-size: 22px;
}
:where(html:has(body.single-product)) .qtil-guide-cta p {
  margin: 0 0 18px !important;
  color: #dce8ff;
}
:where(html:has(body.single-product)) .qtil-guide-cta a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 0 20px;
  border-radius: 12px;
  background: #f2740c;
  color: #fff !important;
  font-weight: 750;
  text-decoration: none;
}
:where(html:has(body.single-product)) .qtil-faq-list details {
  margin-bottom: 12px;
  border: 1px solid var(--qtil-p-line);
  border-radius: 15px;
  background: #fff;
}
:where(html:has(body.single-product)) .qtil-faq-list summary {
  cursor: pointer;
  padding: 17px 20px;
  color: var(--qtil-p-navy);
  font-weight: 750;
}
:where(html:has(body.single-product)) .qtil-faq-list details p {
  padding: 0 20px 18px;
  margin: 0 !important;
  color: var(--qtil-p-text);
}
:where(html:has(body.single-product)) .single-product .qtil-product-related {
  padding: 56px 0 90px !important;
  background: #fff;
}
:where(html:has(body.single-product))
  .single-product
  .qtil-product-related
  > .col {
  max-width: 1216px;
  margin-inline: auto;
}
:where(html:has(body.single-product)) .qtil-product-mobile-bar {
  display: none;
}

@media (max-width: 849px) {
  :where(html:has(body.single-product))
    .single-product
    .product-short-description {
    font-size: 16px;
    line-height: 1.7;
  }
  :where(html:has(body.single-product)) .qtil-product-decision {
    padding: 24px;
  }
  :where(html:has(body.single-product)) .qtil-product-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  :where(html:has(body.single-product)) .single-product .woocommerce-tabs {
    width: min(100% - 34px, 1120px) !important;
  }
  :where(html:has(body.single-product)) .single-product #tab-description h2 {
    font-size: 32px !important;
  }
  :where(html:has(body.single-product)) .single-product .qtil-floating-contact {
    display: none !important;
  }
  :where(html:has(body.single-product)) .qtil-product-mobile-bar {
    position: fixed;
    z-index: 9998;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 9px;
    padding: 9px;
    border: 1px solid #dbe5f3;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 36px rgba(7, 30, 70, 0.18);
    backdrop-filter: blur(14px);
  }
  :where(html:has(body.single-product)) .qtil-product-mobile-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 12px;
    font-weight: 800;
    text-decoration: none;
  }
  :where(html:has(body.single-product)) .qtil-product-mobile-bar a:first-child {
    border: 1px solid #bfd0ec;
    color: var(--qtil-p-blue);
  }
  :where(html:has(body.single-product)) .qtil-product-mobile-bar a:last-child {
    background: linear-gradient(135deg, #f57a08, #e95805);
    color: #fff;
  }
  :where(html:has(body.single-product)) .single-product {
    padding-bottom: 84px;
  }
}
@media (max-width: 549px) {
  :where(html:has(body.single-product)) .qtil-product-decision {
    margin-top: 22px;
    padding: 20px;
    border-radius: 20px;
  }
  :where(html:has(body.single-product)) .qtil-product-decision h2 {
    font-size: 27px !important;
  }
  :where(html:has(body.single-product)) .qtil-product-facts {
    gap: 9px;
  }
  :where(html:has(body.single-product)) .qtil-product-fact {
    align-items: flex-start;
    padding: 12px;
    gap: 9px;
  }
  :where(html:has(body.single-product)) .qtil-product-fact-icon {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }
  :where(html:has(body.single-product)) .qtil-product-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 18px;
  }
  :where(html:has(body.single-product)) .qtil-product-actions a {
    width: 100%;
  }
  :where(html:has(body.single-product)) .single-product .qtil-product-content {
    margin-top: 46px !important;
    padding-top: 52px !important;
  }
  :where(html:has(body.single-product)) .single-product #tab-description {
    font-size: 16px;
    line-height: 1.72;
  }
  :where(html:has(body.single-product)) .single-product #tab-description h2 {
    margin-top: 54px !important;
    font-size: 29px !important;
    line-height: 1.28 !important;
  }
  :where(html:has(body.single-product)) .single-product #tab-description h3 {
    font-size: 22px !important;
  }
  :where(html:has(body.single-product)) .qtil-guide-grid {
    grid-template-columns: 1fr;
  }
  :where(html:has(body.single-product))
    .single-product
    #tab-description
    .qtil-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  :where(html:has(body.single-product)) .single-product #tab-description table {
    min-width: 680px;
  }
  :where(html:has(body.single-product))
    .single-product
    [class*="form-container-dat-hang-form"] {
    padding: 20px !important;
  }
}

/* === 30. qtil-product-ux-v12-2 === */
:where(html:has(body.single-product)) .single-product .qtil-floating-contact {
  display: none !important;
}
:where(html:has(body.single-product))
  .single-product
  .dat-hang-form
  [class*="btn-container-dat-hang-form"] {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}
:where(html:has(body.single-product))
  .single-product
  .dat-hang-form
  [class*="btn-container-dat-hang-form"]
  a {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding-inline: 14px !important;
  text-align: center !important;
  white-space: normal !important;
}

/* === 31. qtil-product-mobile-v12-3 === */
@media (max-width: 360px) {
  :where(html:has(body.single-product)) .single-product .qtil-product-facts {
    grid-template-columns: 1fr !important;
  }
  :where(html:has(body.single-product)) .single-product .qtil-product-fact {
    align-items: center !important;
    min-height: 68px !important;
  }
}

/* === 32. qtil-wide-context-lead-v13 === */
@media (min-width: 1280px) {
  :where(html:has(body.home, body.single-product)) .home .qtil-shell,
  :where(html:has(body.home, body.single-product))
    .home
    .qtil-home-insights
    > .qtil-shell {
    width: min(1600px, calc(100% - clamp(64px, 5vw, 112px))) !important;
    max-width: none !important;
  }
  :where(html:has(body.home, body.single-product))
    .single-product
    .qtil-product-summary {
    width: 100% !important;
    max-width: 1630px !important;
    margin-inline: auto !important;
  }
  :where(html:has(body.home, body.single-product))
    .single-product
    .qtil-product-summary
    > .col
    > .col-inner {
    width: 100% !important;
    max-width: 1600px !important;
    margin-inline: auto !important;
  }
  :where(html:has(body.home, body.single-product))
    .single-product
    .qtil-product-summary
    > .col
    > .col-inner
    > .row {
    max-width: none !important;
  }
  :where(html:has(body.home, body.single-product))
    .single-product
    .qtil-product-related
    > .col {
    max-width: 1630px !important;
  }
  :where(html:has(body.home, body.single-product))
    .single-product
    .woocommerce-tabs {
    width: min(100% - 64px, 1280px) !important;
    max-width: 1280px !important;
  }
}

:where(html:has(body.home, body.single-product)) .qtil-context-lead {
  --lead-blue: #0b3ca7;
  --lead-navy: #0b2148;
  --lead-orange: #ef6808;
  position: relative;
  z-index: 7;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(520px, 1.25fr);
  align-items: center;
  gap: 34px;
  border: 1px solid #d9e5f5;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff 0%, #f5f9ff 70%, #fff6ee 100%);
  box-shadow: 0 18px 54px rgba(11, 45, 103, 0.12);
}
:where(html:has(body.home, body.single-product)) .qtil-context-lead[hidden] {
  display: none !important;
}
:where(html:has(body.home, body.single-product)) .qtil-context-lead-home {
  width: min(1600px, calc(100% - clamp(40px, 5vw, 112px)));
  margin: -30px auto 28px;
  padding: 25px 30px;
}
:where(html:has(body.home, body.single-product)) .qtil-context-lead-product {
  margin-top: 24px;
  padding: 22px 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: none;
}
:where(html:has(body.home, body.single-product)) .qtil-context-lead-copy {
  min-width: 0;
}
:where(html:has(body.home, body.single-product)) .qtil-context-lead-kicker {
  display: block;
  margin-bottom: 6px;
  color: var(--lead-orange);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
:where(html:has(body.home, body.single-product))
  .qtil-context-lead-copy
  > strong {
  display: block;
  color: var(--lead-navy);
  font-size: clamp(21px, 1.6vw, 28px);
  line-height: 1.25;
  letter-spacing: -0.015em;
}
:where(html:has(body.home, body.single-product)) .qtil-context-lead-copy p {
  margin: 7px 0 0 !important;
  color: #566983;
  font-size: 14px;
  line-height: 1.55;
}
:where(html:has(body.home, body.single-product)) .qtil-context-lead-form {
  min-width: 0;
  margin: 0 !important;
}
:where(html:has(body.home, body.single-product)) .qtil-context-lead-fields {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  align-items: end;
  gap: 10px;
}
:where(html:has(body.home, body.single-product))
  .qtil-context-lead-fields
  label {
  display: block;
  margin: 0 !important;
}
:where(html:has(body.home, body.single-product))
  .qtil-context-lead-fields
  label
  > span {
  display: block;
  margin: 0 0 6px 3px;
  color: var(--lead-navy);
  font-size: 12px;
  font-weight: 750;
}
:where(html:has(body.home, body.single-product))
  .qtil-context-lead-fields
  input {
  width: 100% !important;
  height: 52px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 1px solid #c9d7eb !important;
  border-radius: 13px !important;
  background: #fff !important;
  color: var(--lead-navy) !important;
  font-size: 16px !important;
  box-shadow: none !important;
  outline: none !important;
}
:where(html:has(body.home, body.single-product))
  .qtil-context-lead-fields
  input:focus {
  border-color: var(--lead-blue) !important;
  box-shadow: 0 0 0 4px rgba(11, 60, 167, 0.1) !important;
}
:where(html:has(body.home, body.single-product))
  .qtil-context-lead-fields
  input[aria-invalid="true"] {
  border-color: #cc3d3d !important;
  box-shadow: 0 0 0 4px rgba(204, 61, 61, 0.08) !important;
}
:where(html:has(body.home, body.single-product))
  .qtil-context-lead-fields
  button {
  min-width: 174px;
  height: 52px;
  margin: 0 !important;
  padding: 0 20px;
  border: 0;
  border-radius: 13px;
  background: linear-gradient(135deg, #f67b08, #e95c05);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(239, 104, 8, 0.2);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}
:where(html:has(body.home, body.single-product))
  .qtil-context-lead-fields
  button:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 28px rgba(239, 104, 8, 0.26);
}
:where(html:has(body.home, body.single-product))
  .qtil-context-lead-fields
  button:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}
:where(html:has(body.home, body.single-product))
  .qtil-context-lead-form
  > small {
  display: block;
  margin-top: 8px;
  color: #687a91;
  font-size: 11px;
  line-height: 1.45;
}
:where(html:has(body.home, body.single-product)) .qtil-context-lead-status {
  display: none;
  margin: 9px 0 0 !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}
:where(html:has(body.home, body.single-product))
  .qtil-context-lead-status.is-error {
  display: block;
  color: #b42318;
}
:where(html:has(body.home, body.single-product))
  .qtil-context-lead-status.is-success {
  display: block;
  color: #147447;
}
:where(html:has(body.home, body.single-product))
  .qtil-context-lead-form.is-success
  .qtil-context-lead-fields,
:where(html:has(body.home, body.single-product))
  .qtil-context-lead-form.is-success
  > small {
  display: none;
}

@media (max-width: 1023px) {
  :where(html:has(body.home, body.single-product)) .qtil-context-lead {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  :where(html:has(body.home, body.single-product)) .qtil-context-lead-home {
    width: min(100% - 36px, 960px);
    margin: -22px auto 24px;
    padding: 23px;
  }
  :where(html:has(body.home, body.single-product)) .qtil-context-lead-product {
    padding: 20px;
  }
}
@media (max-width: 549px) {
  :where(html:has(body.home, body.single-product)) .qtil-context-lead-home {
    width: calc(100% - 24px);
    margin: -14px auto 20px;
    padding: 19px;
    border-radius: 18px;
  }
  :where(html:has(body.home, body.single-product)) .qtil-context-lead-product {
    margin-top: 20px;
    padding: 17px;
    border-radius: 16px;
  }
  :where(html:has(body.home, body.single-product))
    .qtil-context-lead-copy
    > strong {
    font-size: 21px;
  }
  :where(html:has(body.home, body.single-product)) .qtil-context-lead-fields {
    grid-template-columns: 1fr;
  }
  :where(html:has(body.home, body.single-product))
    .qtil-context-lead-fields
    button {
    width: 100%;
    min-width: 0;
  }
  :where(html:has(body.home, body.single-product))
    .qtil-context-lead-fields
    input,
  :where(html:has(body.home, body.single-product))
    .qtil-context-lead-fields
    button {
    height: 50px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  :where(html:has(body.home, body.single-product))
    .qtil-context-lead-fields
    button {
    transition: none;
  }
}

/* === 33. qtil-home-lead-order-v13-1 === */
:where(html:has(body.home)) .home .qtil-context-lead-home {
  order: 2 !important;
}

/* === 34. qtil-home-lead-visibility-v13-2 === */
@media (max-width: 849px) {
  :where(html:has(body.home)) .home .qtil-floating-contact {
    transition:
      opacity 0.2s ease,
      transform 0.2s ease,
      visibility 0.2s ease;
  }
  :where(html:has(body.home)) .home.qtil-lead-in-view .qtil-floating-contact {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(12px) !important;
  }
}

/* === 35. qtil-product-lead-visibility-v13-3 === */
@media (max-width: 849px) {
  :where(html:has(body.single-product))
    .single-product
    .qtil-product-mobile-bar {
    transition:
      opacity 0.2s ease,
      transform 0.2s ease,
      visibility 0.2s ease;
  }
  :where(html:has(body.single-product))
    .single-product.qtil-product-lead-in-view
    .qtil-product-mobile-bar {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(12px) !important;
  }
}

/* === 36. Banner shortcode cũ === */
/* Reset và base styles */
:is(#qtil-legacy-banner, [id^="qtil_"]) {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    #f8fbff 0%,
    #e8f2ffcc 50%,
    #f0f7ffd6 100%
  );
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  padding: 40px 0;
}

:is(#qtil-legacy-banner, [id^="qtil_"]) * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Container mobile-first */
:is(#qtil-legacy-banner, [id^="qtil_"]) .qtil-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 30px;
}

/* Image wrapper - Hiển thị trước trên mobile */
:is(#qtil-legacy-banner, [id^="qtil_"]) .qtil-image-wrapper {
  order: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

/* Content - Hiển thị sau trên mobile */
:is(#qtil-legacy-banner, [id^="qtil_"]) .qtil-content {
  order: 2;
  width: 100%;
  text-align: center;
  max-width: 600px;
}

/* Skeleton loader */
:is(#qtil-legacy-banner, [id^="qtil_"]) .qtil-skeleton {
  background: linear-gradient(90deg, #e8f2ff 0%, #d4e7ff 50%, #e8f2ff 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  width: 100%;
  max-width: 350px;
  aspect-ratio: 1;
  border-radius: 20px;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* Tag với thiết kế đẹp hơn */
:is(#qtil-legacy-banner, [id^="qtil_"]) .qtil-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
  color: #ffffff;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 10px rgba(74, 144, 226, 0.3);
  animation: fadeInUp 0.6s ease-out;
}

/* Title với gradient đẹp hơn */
:is(#qtil-legacy-banner, [id^="qtil_"]) .qtil-title {
  font-size: clamp(1.8rem, 6vw, 3.5rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #2c3e50 0%, #3498db 50%, #2c3e50 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation:
    gradient 3s ease infinite,
    fadeInUp 0.8s ease-out;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Description với màu sắc tốt hơn */
:is(#qtil-legacy-banner, [id^="qtil_"]) .qtil-description {
  font-size: clamp(0.95rem, 3vw, 1.1rem);
  line-height: 1.7;
  margin-bottom: 30px;
  color: #5a6c7d;
  font-weight: 400;
  animation: fadeInUp 1s ease-out;
}

/* Button với thiết kế hiện đại */
:is(#qtil-legacy-banner, [id^="qtil_"]) .qtil-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(238, 90, 111, 0.4);
  animation: fadeInUp 1.2s ease-out;
}

:is(#qtil-legacy-banner, [id^="qtil_"]) .qtil-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(238, 90, 111, 0.5);
  background: linear-gradient(135deg, #ff5252 0%, #f44336 100%);
}

:is(#qtil-legacy-banner, [id^="qtil_"]) .qtil-button svg {
  transition: transform 0.3s ease;
}

:is(#qtil-legacy-banner, [id^="qtil_"]) .qtil-button:hover svg {
  transform: translateX(5px);
}

/* Image styles */
:is(#qtil-legacy-banner, [id^="qtil_"]) .qtil-image {
  width: 100%;
  max-width: 350px;
  height: auto;
  border-radius: 20px;
  opacity: 0;
  transition: all 0.6s ease;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.1));
}

:is(#qtil-legacy-banner, [id^="qtil_"]) .qtil-image.loaded {
  opacity: 1;
  transform: translateY(0);
}

/* Decorative elements */
:is(#qtil-legacy-banner, [id^="qtil_"])::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(74, 144, 226, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Tablet styles */
@media (min-width: 768px) {
  :is(#qtil-legacy-banner, [id^="qtil_"]) {
    padding: 60px 0;
  }

  :is(#qtil-legacy-banner, [id^="qtil_"]) .qtil-container {
    gap: 40px;
  }

  :is(#qtil-legacy-banner, [id^="qtil_"]) .qtil-image {
    max-width: 450px;
  }

  :is(#qtil-legacy-banner, [id^="qtil_"]) .qtil-skeleton {
    max-width: 450px;
  }
}

/* Desktop styles */
@media (min-width: 1024px) {
  :is(#qtil-legacy-banner, [id^="qtil_"]) {
    min-height: 500px;
    padding: 20px 0;
  }

  :is(#qtil-legacy-banner, [id^="qtil_"]) .qtil-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
  }

  /* Reset order cho desktop */
  :is(#qtil-legacy-banner, [id^="qtil_"]) .qtil-image-wrapper {
    order: 2;
    flex: 1;
    justify-content: flex-end;
  }

  :is(#qtil-legacy-banner, [id^="qtil_"]) .qtil-content {
    order: 1;
    flex: 1;
    text-align: left;
  }

  :is(#qtil-legacy-banner, [id^="qtil_"]) .qtil-image {
    max-width: 700px;
    transform: translateY(20px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  }

  :is(#qtil-legacy-banner, [id^="qtil_"]) .qtil-skeleton {
    max-width: 550px;
  }

  /* 3D effect cho desktop */
  :is(#qtil-legacy-banner, [id^="qtil_"]) .qtil-image:hover {
    transform: translateY(10px) scale(1.02);
  }
}

/* High quality displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  :is(#qtil-legacy-banner, [id^="qtil_"]) .qtil-title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/* === 37. Trình tùy chỉnh logo === */
@font-face {
  font-family: "UTM Aristote";
  src: url("/wp-content/fonts/UTM-Aristote.ttf") format("truetype");
}
@font-face {
  font-family: "UTM HelvetIns";
  src: url("/wp-content/fonts/UTM-HelvetIns.ttf") format("truetype");
}

:where(html:has(.logo-editor-wrapper)) .logo-editor-wrapper * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where(html:has(.logo-editor-wrapper)) .main-container {
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  padding: 20px;
  background: #f0f0f0;
  position: relative;
}

:where(html:has(.logo-editor-wrapper)) .controls-panel {
  width: 660px;
  background: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  max-height: 90vh;
  position: relative;
}

:where(html:has(.logo-editor-wrapper)) .section {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-bottom: 15px;
  overflow: hidden;
}
:where(html:has(.logo-editor-wrapper)) .section-header {
  background: #f5f5f5;
  padding: 12px 15px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
:where(html:has(.logo-editor-wrapper)) .section-content {
  padding: 15px;
}
:where(html:has(.logo-editor-wrapper)) .section-content.hidden {
  display: none;
}

:where(html:has(.logo-editor-wrapper)) .input-group {
  margin-bottom: 12px;
}
:where(html:has(.logo-editor-wrapper)) .input-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}
:where(html:has(.logo-editor-wrapper)) .input-group input[type="text"],
:where(html:has(.logo-editor-wrapper)) .input-group input[type="color"],
:where(html:has(.logo-editor-wrapper)) .input-group input[type="range"],
:where(html:has(.logo-editor-wrapper)) .input-group select,
:where(html:has(.logo-editor-wrapper)) .input-group button {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

:where(html:has(.logo-editor-wrapper)) .upload-btn {
  background: #1a1a1a;
  color: white;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 5px;
}

:where(html:has(.logo-editor-wrapper)) .drop-area {
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  color: #999;
  cursor: pointer;
  transition:
    background-color 0.3s,
    border-color 0.3s;
  margin-bottom: 15px;
}
:where(html:has(.logo-editor-wrapper)) .drop-area.dragover {
  background-color: #f0f0f0;
  border-color: #333;
}
:where(html:has(.logo-editor-wrapper)) .drop-area p {
  margin: 0;
  font-size: 16px;
}
:where(html:has(.logo-editor-wrapper)) #browseText {
  color: #1a73e8;
  text-decoration: underline;
}

:where(html:has(.logo-editor-wrapper)) .preview-panel {
  flex: 1;
  background: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  height: 1200px;
}
:where(html:has(.logo-editor-wrapper)) .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  object-fit: cover;
  opacity: 1;
  transition: opacity 0.3s;
}

:where(html:has(.logo-editor-wrapper)) .logo-container {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  z-index: 1;
  transition:
    width 0.3s,
    height 0.3s,
    transform 0.3s;
  background-color: transparent;
  cursor: grab;
}
/* Chỉ hiển thị viền và nút xóa khi hover vào logo-container */
:where(html:has(.logo-editor-wrapper)) .logo-container:not(:hover) {
  outline: none;
}
:where(html:has(.logo-editor-wrapper)) .logo-container:hover {
  outline: 2px dashed #0000ff;
}
:where(html:has(.logo-editor-wrapper))
  .logo-container:not(:hover)
  .delete-logo-btn {
  display: none;
}

:where(html:has(.logo-editor-wrapper)) .logo-container:active {
  cursor: grabbing;
}

:where(html:has(.logo-editor-wrapper)) .circle-text {
  position: absolute;
  width: 100%;
  height: 100%;
}
:where(html:has(.logo-editor-wrapper)) .curved-text {
  font-family: "UTM HelvetIns", sans-serif;
  font-weight: bold;
}

:where(html:has(.logo-editor-wrapper)) .flag-placeholder {
  position: relative;
  margin: 20px auto;
  border-radius: 8px;
  width: 700px;
  height: 300px;
  overflow: hidden;
  user-select: none;
  cursor: default;
}
:where(html:has(.logo-editor-wrapper)) .flag-placeholder img {
  position: absolute;
  cursor: grab;
  top: 0;
  left: 0;
  transform-origin: top left;
}

:where(html:has(.logo-editor-wrapper)) .drag-controls {
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
:where(html:has(.logo-editor-wrapper)) .horizontal-controls {
  display: flex;
  gap: 5px;
}
:where(html:has(.logo-editor-wrapper)) .drag-btn {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  background: white;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
:where(html:has(.logo-editor-wrapper)) .drag-btn:hover {
  background: #f0f0f0;
}

:where(html:has(.logo-editor-wrapper)) .action-buttons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
:where(html:has(.logo-editor-wrapper)) .action-buttons button {
  flex: 1;
  padding: 8px 15px;
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
:where(html:has(.logo-editor-wrapper)) .action-buttons button:hover {
  background: #e0e0e0;
}
:where(html:has(.logo-editor-wrapper)) .copy-button {
  background: #4caf50;
  color: white;
  border: none;
}
:where(html:has(.logo-editor-wrapper)) .copy-button:hover {
  background: #45a049;
}

:where(html:has(.logo-editor-wrapper)) .bottom-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 55%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 2;
}
:where(html:has(.logo-editor-wrapper)) .dates {
  font-family: "UTM HelvetIns", sans-serif;
  color: #000;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
:where(html:has(.logo-editor-wrapper)) .star {
  color: #da251d;
  font-size: 16px;
  margin: 0 5px;
}
:where(html:has(.logo-editor-wrapper)) .parentheses {
  font-size: 14px;
}
:where(html:has(.logo-editor-wrapper)) .organization {
  color: #da251d;
  font-family: "UTM HelvetIns", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
:where(html:has(.logo-editor-wrapper)) .signature {
  font-family: "UTM Aristote", serif;
  color: #da251d;
  font-size: 20px;
  margin-top: 5px;
}

:where(html:has(.logo-editor-wrapper)) .resize-handle {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 3;
}
:where(html:has(.logo-editor-wrapper)) .resize-handle.nw {
  top: -5px;
  left: -5px;
  cursor: nwse-resize;
}
:where(html:has(.logo-editor-wrapper)) .resize-handle.ne {
  top: -5px;
  right: -5px;
  cursor: nesw-resize;
}
:where(html:has(.logo-editor-wrapper)) .resize-handle.sw {
  bottom: -5px;
  left: -5px;
  cursor: nesw-resize;
}
:where(html:has(.logo-editor-wrapper)) .resize-handle.se {
  bottom: -5px;
  right: -5px;
  cursor: nwse-resize;
}

:where(html:has(.logo-editor-wrapper)) .image-scale-control {
  margin-top: 15px;
}
:where(html:has(.logo-editor-wrapper)) .image-scale-control label {
  display: block;
  margin-bottom: 5px;
}
:where(html:has(.logo-editor-wrapper)) .image-scale-control input[type="range"],
:where(html:has(.logo-editor-wrapper)) .scale-control input[type="range"],
:where(html:has(.logo-editor-wrapper)) .size-control input[type="range"],
:where(html:has(.logo-editor-wrapper)) .rotation-control input[type="range"] {
  width: 100%;
  margin-bottom: 10px;
}

:where(html:has(.logo-editor-wrapper)) .help-button-container {
  position: absolute;
  top: 20px;
  right: 20px;
}
:where(html:has(.logo-editor-wrapper)) #helpBtn {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background: #007bff;
  color: white;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s;
}
:where(html:has(.logo-editor-wrapper)) #helpBtn:hover {
  background: #0056b3;
}

:where(html:has(.logo-editor-wrapper)) .help-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
:where(html:has(.logo-editor-wrapper)) .help-modal-content {
  background: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  border-radius: 8px;
  position: relative;
}
:where(html:has(.logo-editor-wrapper)) .help-modal-content h2 {
  margin-top: 0;
}
:where(html:has(.logo-editor-wrapper)) .help-modal-content .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
:where(html:has(.logo-editor-wrapper)) .help-modal-content .close:hover,
:where(html:has(.logo-editor-wrapper)) .help-modal-content .close:focus {
  color: black;
}

:where(html:has(.logo-editor-wrapper)) .delete-logo-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #ff4d4d;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  z-index: 10;
}
:where(html:has(.logo-editor-wrapper)) .delete-logo-btn:hover {
  background: #e60000;
}

:where(html:has(.logo-editor-wrapper)) .hidden {
  display: none;
}

/* === 38. Sản phẩm tương tự === */
:where(html:has(.sp_similar_wrap)) .sp_similar_wrap {
  margin: 1.5em 0;
  padding: 0 10px;
}
:where(html:has(.sp_similar_wrap)) .sp_similar_category {
  margin-bottom: 1.5em;
}
:where(html:has(.sp_similar_wrap)) .sp_similar_title {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0 5px;
  font-weight: 700;
}
:where(html:has(.sp_similar_wrap)) .sp_similar_title a {
  color: #2f80ed;
  text-decoration: none;
  display: block;
  padding: 8px 0;
}
:where(html:has(.sp_similar_wrap)) .sp_similar_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
:where(html:has(.sp_similar_wrap)) .sp_similar_item {
  background: #fff;
  border: 1px solid #eee;
  padding: 8px;
  border-radius: 4px;
}
:where(html:has(.sp_similar_wrap)) .sp_similar_link {
  text-decoration: none;
  color: inherit;
  display: block;
}
:where(html:has(.sp_similar_wrap)) .sp_similar_image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
:where(html:has(.sp_similar_wrap)) .sp_similar_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(html:has(.sp_similar_wrap)) .sp_similar_name {
  margin: 8px 0;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  height: 2.8em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: normal;
}
:where(html:has(.sp_similar_wrap)) .sp_similar_price {
  color: #d70018;
  font-size: 13px;
  font-weight: 500;
  margin: 5px 0;
}
:where(html:has(.sp_similar_wrap)) .sp_similar_btn {
  display: inline-block;
  width: 100%;
  padding: 6px 12px;
  background: #2f80ed;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  :where(html:has(.sp_similar_wrap)) .sp_similar_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  :where(html:has(.sp_similar_wrap)) .sp_similar_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  :where(html:has(.sp_similar_wrap)) .sp_similar_wrap {
    padding: 0 5px;
  }
  :where(html:has(.sp_similar_wrap)) .sp_similar_title {
    font-size: 14px;
  }
  :where(html:has(.sp_similar_wrap)) .sp_similar_name {
    font-size: 13px;
    margin: 6px 0;
  }
  :where(html:has(.sp_similar_wrap)) .sp_similar_price {
    font-size: 12px;
  }
  :where(html:has(.sp_similar_wrap)) .sp_similar_btn {
    padding: 5px 8px;
    font-size: 12px;
  }
}

/* === 39. Thống kê danh mục === */
:where(html:has(.tg-stats)) .tg-stats {
  line-height: 1.6;
  margin: 15px 0;
  color: #444;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
:where(html:has(.tg-stats)) .tg-stats .highlight {
  color: #2271b1;
  font-weight: 500;
}
:where(html:has(.tg-stats)) .tg-stats .price {
  color: #d63638;
  font-weight: 500;
}
:where(html:has(.tg-stats)) .tg-stats .specs {
  color: #3c434a;
  font-weight: 500;
}
:where(html:has(.tg-stats)) .tg-stats .time {
  color: #2271b1;
  font-weight: 500;
}
:where(html:has(.tg-stats)) .tg-stats .min-quantity {
  color: #2271b1;
  font-weight: 500;
}

/* === 40. Số cột danh mục === */
:where(html:has(.gift-categories)) .gift-grid {
  grid-template-columns: repeat(var(--qtil-gift-mobile, 2), 1fr);
}

@media (min-width: 768px) {
  :where(html:has(.gift-categories)) .gift-grid {
    grid-template-columns: repeat(var(--qtil-gift-tablet, 3), 1fr);
  }
}

@media (min-width: 992px) {
  :where(html:has(.gift-categories)) .gift-grid {
    grid-template-columns: repeat(var(--qtil-gift-desktop, 5), 1fr);
  }
}

/* === 41. Form đặt hàng === */
:where(html:has(form.dat-hang-form)) [class*="form-container-dat-hang-form-"] {
  width: 100%;
  padding: 25px;
  border-radius: 10px;
  background: var(--qtil-form-background, #f9f9f9);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, "Helvetica Neue", sans-serif;
}
:where(html:has(form.dat-hang-form)) [class*="form-title-dat-hang-form-"] {
  text-align: center;
  color: var(--qtil-form-primary, #0057a4);
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
}
:where(html:has(form.dat-hang-form))
  [class*="form-title-dat-hang-form-"]:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--qtil-form-primary, #0057a4);
}
:where(html:has(form.dat-hang-form)) [class*="form-group-dat-hang-form-"] {
  margin-bottom: 20px;
}
:where(html:has(form.dat-hang-form)) [class*="form-label-dat-hang-form-"] {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}
:where(html:has(form.dat-hang-form)) [class*="form-control-dat-hang-form-"] {
  width: 100%;
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  transition: 0.3s;
}
:where(html:has(form.dat-hang-form))
  [class*="form-control-dat-hang-form-"]:focus {
  border-color: var(--qtil-form-primary, #0057a4);
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}
:where(html:has(form.dat-hang-form)) [class*="btn-dat-hang-form-"] {
  padding: 14px 20px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s;
}
:where(html:has(form.dat-hang-form)) [class*="btn-submit-dat-hang-form-"] {
  background: var(--qtil-form-button, #e74c3c);
  width: 100%;
  margin-bottom: 20px;
}
:where(html:has(form.dat-hang-form))
  [class*="btn-submit-dat-hang-form-"]:hover {
  opacity: 0.9;
}
:where(html:has(form.dat-hang-form)) [class*="btn-container-dat-hang-form-"] {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}
:where(html:has(form.dat-hang-form)) [class*="btn-primary-dat-hang-form-"] {
  background: var(--qtil-form-primary, #0057a4);
  flex: 1;
}
:where(html:has(form.dat-hang-form)) [class*="btn-secondary-dat-hang-form-"] {
  background: var(--qtil-form-secondary, #28a745);
  flex: 1;
}
:where(html:has(form.dat-hang-form)) [class*="btn-dat-hang-form-"]:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
:where(html:has(form.dat-hang-form)) [class*="spinner-dat-hang-form-"] {
  display: none;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top: 3px solid #fff;
  animation: qtil-form-spin 1s linear infinite;
}
@keyframes qtil-form-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
:where(html:has(form.dat-hang-form)) [class*="success-message-dat-hang-form-"] {
  display: none;
  margin-top: 15px;
  padding: 15px;
  background: #d4edda;
  color: #155724;
  border-radius: 6px;
  text-align: center;
}
@media (max-width: 576px) {
  :where(html:has(form.dat-hang-form)) [class*="btn-container-dat-hang-form-"] {
    flex-direction: column;
  }
}

/* === 42. Danh sách video === */
:root:where(:has([id^="gomsu-video-"])) {
  --gomsu-primary: #e53e3e;
  --gomsu-bg: #fafaf8;
  --gomsu-text: #1a202c;
  --gomsu-text-light: #718096;
  --gomsu-border: #e2e8f0;
  --gomsu-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  --gomsu-shadow-lg:
    0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --gomsu-radius: 12px;
  --gomsu-font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
}
:where(html:has([id^="gomsu-video-"]))
  :is(#qtil-legacy-videos, [id^="gomsu-video-"]) {
  background: var(--gomsu-bg);
  padding: 30px 0 60px;
  font-family: var(--gomsu-font);
  -webkit-font-smoothing: antialiased;
}
:where(html:has([id^="gomsu-video-"]))
  :is(#qtil-legacy-videos, [id^="gomsu-video-"])
  * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
:where(html:has([id^="gomsu-video-"]))
  :is(#qtil-legacy-videos, [id^="gomsu-video-"])
  .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
}
:where(html:has([id^="gomsu-video-"]))
  :is(#qtil-legacy-videos, [id^="gomsu-video-"])
  .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 4px;
}
:where(html:has([id^="gomsu-video-"]))
  :is(#qtil-legacy-videos, [id^="gomsu-video-"])
  .section-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--gomsu-text);
  margin: 0;
  letter-spacing: -0.5px;
}
:where(html:has([id^="gomsu-video-"])) .gomsu-scroll-container {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  padding: 4px 0 20px;
  margin: 0 -16px;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
:where(html:has([id^="gomsu-video-"]))
  .gomsu-scroll-container::-webkit-scrollbar {
  display: none;
}
:where(html:has([id^="gomsu-video-"])) .gomsu-scroll-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
:where(html:has([id^="gomsu-video-"])) .gomsu-video-card {
  scroll-snap-align: start;
  flex-shrink: 0;
  background: white;
  border-radius: var(--gomsu-radius);
  overflow: hidden;
  box-shadow: var(--gomsu-shadow);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  cursor: pointer;
  position: relative;
  user-select: none;
}
:where(html:has([id^="gomsu-video-"])) .gomsu-video-card.regular {
  width: 80%;
  max-width: 320px;
}
:where(html:has([id^="gomsu-video-"])) .gomsu-video-card.shorts {
  width: 45%;
  max-width: 200px;
}
:where(html:has([id^="gomsu-video-"]))
  .gomsu-video-card.has-product
  .gomsu-thumbnail-wrapper::after {
  content: "🛒";
  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
:where(html:has([id^="gomsu-video-"])) .gomsu-thumbnail-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  background: #f7fafc;
  overflow: hidden;
}
:where(html:has([id^="gomsu-video-"]))
  .gomsu-video-card.shorts
  .gomsu-thumbnail-wrapper {
  padding-bottom: 177.78%;
}
:where(html:has([id^="gomsu-video-"])) .gomsu-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
}
:where(html:has([id^="gomsu-video-"])) .gomsu-thumbnail.loaded {
  opacity: 1;
}
:where(html:has([id^="gomsu-video-"])) .gomsu-play-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease;
}
:where(html:has([id^="gomsu-video-"]))
  .gomsu-video-card:hover
  .gomsu-play-overlay {
  opacity: 1;
}
:where(html:has([id^="gomsu-video-"])) .gomsu-play-btn {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  transform: scale(0.9);
  transition: transform 0.2s ease;
}
:where(html:has([id^="gomsu-video-"])) .gomsu-video-card:hover .gomsu-play-btn {
  transform: scale(1);
}
:where(html:has([id^="gomsu-video-"])) .gomsu-play-icon {
  width: 0;
  height: 0;
  border-left: 14px solid var(--gomsu-primary);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 3px;
}
:where(html:has([id^="gomsu-video-"])) .gomsu-video-info-card {
  padding: 12px 14px;
}
:where(html:has([id^="gomsu-video-"])) .gomsu-video-title-card {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--gomsu-text);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
:where(html:has([id^="gomsu-video-"]))
  :is(#qtil-legacy-videos, [id^="gomsu-video-"])
  .shorts-section {
  margin-top: 40px;
}
@media (min-width: 768px) {
  :where(html:has([id^="gomsu-video-"]))
    :is(#qtil-legacy-videos, [id^="gomsu-video-"])
    .container {
    padding: 0 32px;
  }
  :where(html:has([id^="gomsu-video-"]))
    :is(#qtil-legacy-videos, [id^="gomsu-video-"])
    .section-title {
    font-size: 32px;
  }
  :where(html:has([id^="gomsu-video-"])) .gomsu-video-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--gomsu-shadow-lg);
  }
}
:where(html:has([id^="gomsu-video-"])) .gomsu-skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: gomsu_loading 1.5s infinite;
}
@keyframes gomsu_loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@media (hover: none) {
  :where(html:has([id^="gomsu-video-"])) .gomsu-video-card:active {
    transform: scale(0.96);
  }
  :where(html:has([id^="gomsu-video-"])) .gomsu-play-overlay {
    opacity: 1;
  }
}

/* === 43. Lightbox video === */
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-mobile-lightbox {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 999999;
  display: none;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-mobile-lightbox.active {
  display: block;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-video-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-videos-track {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-videos-track.dragging {
  transition: none;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-video-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-video-player-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
:where(html:has(.gomsu-mobile-lightbox))
  .gomsu-video-slide.is-short
  .gomsu-video-player-container {
  width: 100%;
  max-width: calc(100vh * 9 / 16);
  height: 100%;
  margin: auto;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-swipe-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-video-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-spinner {
  width: 100%;
  height: 100%;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  border-radius: 50%;
  animation: gomsu_spin 0.8s linear infinite;
}
@keyframes gomsu_spin {
  to {
    transform: rotate(360deg);
  }
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-lightbox-ui {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-lightbox-ui > * {
  pointer-events: auto;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-play-pause-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  width: 64px;
  height: 64px;
  background: rgba(30, 30, 30, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  pointer-events: none;
  z-index: 6;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-play-pause-icon.visible {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-play-pause-icon svg {
  width: 32px;
  height: 32px;
  fill: white;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-play-pause-icon .play-svg {
  margin-left: 4px;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-lightbox-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: clamp(10px, 5vw, 20px);
  display: flex;
  justify-content: flex-end;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-close-btn {
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.5);
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-video-info-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 80px 20px 20px;
  color: white;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-info-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
  line-height: 1.4;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-info-author {
  font-size: 14px;
  opacity: 0.9;
  display: flex;
  align-items: center;
  gap: 6px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-progress-dots {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-dot.active {
  height: 20px;
  border-radius: 2.5px;
  background: white;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-nav-arrow {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: rgba(30, 30, 30, 0.5);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
  z-index: 11;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-nav-arrow:hover {
  background-color: rgba(0, 0, 0, 0.7);
  transform: translateY(-50%) scale(1.1);
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-nav-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: translateY(-50%);
  pointer-events: none;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-nav-arrow.prev {
  left: clamp(10px, 5vw, 40px);
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-nav-arrow.next {
  right: clamp(10px, 5vw, 40px);
}
@media (min-width: 768px) {
  :where(html:has(.gomsu-mobile-lightbox)) .gomsu-nav-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
:where(html:has(.gomsu-mobile-lightbox)) body.gomsu-lightbox-open {
  overflow: hidden !important;
}
:where(html:has(.gomsu-mobile-lightbox)) #gomsuVideoPreloader {
  position: fixed;
  top: -9999px;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

/* Product Overlay Styles */
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-product-overlay {
  position: absolute;
  bottom: 80px;
  left: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 20;
  pointer-events: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-product-overlay.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-product-image {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  object-fit: cover;
  background: #f5f5f5;
  flex-shrink: 0;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-product-info {
  flex: 1;
  min-width: 0;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-product-name {
  font-size: 14px;
  font-weight: 600;
  color: #1a202c;
  margin: 0 0 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-product-price {
  font-size: 16px;
  color: #e53e3e;
  font-weight: 700;
  margin: 0;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-product-price del {
  font-size: 13px;
  color: #718096;
  font-weight: 400;
  margin-right: 4px;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-product-actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-shrink: 0;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-product-btn {
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-product-btn.view {
  background: white;
  color: #1a202c;
  border: 1px solid #e2e8f0;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-product-btn.view:hover {
  background: #f7fafc;
  border-color: #cbd5e0;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-product-btn.buy {
  background: #e53e3e;
  color: white;
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-product-btn.buy:hover {
  background: #c53030;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(229, 62, 62, 0.3);
}
:where(html:has(.gomsu-mobile-lightbox)) .gomsu-product-btn.buy:active {
  transform: translateY(0);
}

@media (max-width: 640px) {
  :where(html:has(.gomsu-mobile-lightbox)) .gomsu-product-overlay {
    flex-wrap: wrap;
    padding: 10px;
  }
  :where(html:has(.gomsu-mobile-lightbox)) .gomsu-product-image {
    width: 50px;
    height: 50px;
  }
  :where(html:has(.gomsu-mobile-lightbox)) .gomsu-product-actions {
    flex-direction: row;
    width: 100%;
    margin-top: 8px;
  }
  :where(html:has(.gomsu-mobile-lightbox)) .gomsu-product-btn {
    flex: 1;
    padding: 10px 12px;
  }
}

:where(html:has(.gomsu-mobile-lightbox))
  .gomsu-video-slide.is-short
  .gomsu-product-overlay {
  max-width: calc(100vh * 9 / 16 - 40px);
  margin: 0 auto;
}

/* === 44. Danh mục trang chủ - CSS chuyển từ nội dung trang 100 === */
/* Quà Tặng In Logo — homepage catalog v8 */
:where(html:has(body.home)) .home .content-area {
  display: flex;
  flex-direction: column;
}
:where(html:has(body.home)) .home #qtil-v5 {
  display: contents;
}
:where(html:has(body.home)) .home .content-area > p:empty {
  display: none;
}
:where(html:has(body.home)) .home .qtil-hero {
  order: 1;
}
:where(html:has(body.home)) .home .qtil-trust {
  order: 2;
}
:where(html:has(body.home)) .home .qtil-home-catalog {
  order: 3;
}
:where(html:has(body.home)) .home .qtil-solutions {
  order: 4;
}
:where(html:has(body.home)) .home .qtil-process {
  order: 5;
}
:where(html:has(body.home)) .home .qtil-why {
  order: 6;
}
:where(html:has(body.home)) .home .qtil-faq {
  order: 7;
}
:where(html:has(body.home)) .home .qtil-final-cta {
  order: 8;
}
:where(html:has(body.home)) .home .qtil-categories,
:where(html:has(body.home)) .home .qtil-products {
  display: none !important;
}

:where(html:has(body.home)) .qtil-home-catalog {
  position: relative;
  background:
    radial-gradient(circle at 92% 2%, rgba(253, 133, 39, 0.1), transparent 23%),
    linear-gradient(180deg, #fff 0%, #f5f8fd 100%);
  scroll-margin-top: 140px;
}
:where(html:has(body.home)) .qtil-catalog-head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: end;
  gap: 72px;
  margin-bottom: 42px;
}
:where(html:has(body.home)) .qtil-catalog-head h2 {
  max-width: 760px;
  margin: 0;
  color: var(--qtil-ink);
  font-size: clamp(39px, 4.2vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}
:where(html:has(body.home)) .qtil-catalog-head > p {
  max-width: 660px;
  margin: 0 0 5px;
  color: var(--qtil-muted);
  font-size: 16px;
  line-height: 1.8;
}
:where(html:has(body.home)) .qtil-catalog-toolbar {
  position: sticky;
  top: 132px;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.7fr);
  align-items: center;
  gap: 14px;
  padding: 18px;
  margin-bottom: 18px;
  border: 1px solid rgba(44, 91, 167, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 54px rgba(33, 75, 145, 0.11);
  backdrop-filter: blur(18px);
}
:where(html:has(body.home)) .qtil-catalog-search {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid var(--qtil-line);
  border-radius: 15px;
  background: #f7faff;
  color: var(--qtil-blue);
}
:where(html:has(body.home)) .qtil-catalog-search:focus-within {
  border-color: rgba(44, 91, 167, 0.48);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(44, 91, 167, 0.08);
}
:where(html:has(body.home)) .qtil-catalog-search svg,
:where(html:has(body.home)) .qtil-catalog-status svg,
:where(html:has(body.home)) .qtil-catalog-filters svg,
:where(html:has(body.home)) .qtil-catalog-empty svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
:where(html:has(body.home)) .qtil-catalog-search input {
  width: 100%;
  height: 50px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--qtil-ink);
  font-size: 14px;
}
:where(html:has(body.home)) .qtil-catalog-search input::placeholder {
  color: #8797ab;
}
:where(html:has(body.home)) .qtil-catalog-filters {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: thin;
}
:where(html:has(body.home)) .qtil-catalog-filters button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--qtil-line);
  border-radius: 13px;
  background: #fff;
  color: #435a77;
  font-family: inherit;
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.2s ease;
}
:where(html:has(body.home)) .qtil-catalog-filters button:hover {
  border-color: rgba(44, 91, 167, 0.35);
  color: var(--qtil-blue);
  transform: translateY(-1px);
}
:where(html:has(body.home)) .qtil-catalog-filters button.is-active {
  border-color: var(--qtil-blue);
  background: linear-gradient(135deg, #214b91, var(--qtil-blue));
  color: #fff;
  box-shadow: 0 10px 24px rgba(44, 91, 167, 0.2);
}
:where(html:has(body.home)) .qtil-catalog-filters button b {
  display: grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: #edf3fb;
  color: var(--qtil-blue);
  font-size: 10px;
}
:where(html:has(body.home)) .qtil-catalog-filters button.is-active b {
  background: rgba(255, 255, 255, 0.17);
  color: #fff;
}
:where(html:has(body.home)) .qtil-catalog-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 4px 3px 22px;
  color: #75879c;
  font-size: 12px;
  font-weight: 650;
}
:where(html:has(body.home)) .qtil-catalog-status a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--qtil-orange-dark) !important;
  font-weight: 800;
}
:where(html:has(body.home)) .qtil-all-products .products {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 19px;
  margin: 0 !important;
}
:where(html:has(body.home)) .qtil-all-products .product-small {
  width: auto !important;
  max-width: none !important;
  flex-basis: auto !important;
  padding: 0 !important;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  content-visibility: auto;
  contain-intrinsic-size: 410px;
}
:where(html:has(body.home)) .qtil-all-products .product-small.is-filtered-out {
  display: none !important;
}
:where(html:has(body.home)) .qtil-all-products .product-small > .col-inner,
:where(html:has(body.home))
  .qtil-all-products
  .product-small
  .product-small.box {
  height: 100%;
}
:where(html:has(body.home))
  .qtil-all-products
  .product-small
  .product-small.box,
:where(html:has(body.home))
  .qtil-all-products
  .product-small
  > .col-inner
  > .product-small.box {
  overflow: hidden;
  border: 1px solid rgba(44, 91, 167, 0.13);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(44, 91, 167, 0.06);
}
:where(html:has(body.home))
  .qtil-all-products
  .product-small:hover
  .product-small.box,
:where(html:has(body.home))
  .qtil-all-products
  .product-small:hover
  > .col-inner
  > .product-small.box {
  border-color: rgba(253, 133, 39, 0.42);
  box-shadow: 0 22px 48px rgba(44, 91, 167, 0.13);
}
:where(html:has(body.home)) .qtil-all-products .box-image {
  background: linear-gradient(145deg, #f7f9fc, #e8eef7);
}
:where(html:has(body.home)) .qtil-all-products .box-image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
:where(html:has(body.home)) .qtil-all-products .box-text {
  padding: 17px !important;
}
:where(html:has(body.home)) .qtil-all-products .product-title a {
  display: -webkit-box;
  overflow: hidden;
  color: var(--qtil-ink) !important;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
:where(html:has(body.home)) .qtil-all-products .price {
  color: var(--qtil-orange-dark) !important;
  font-weight: 800;
}
:where(html:has(body.home)) .qtil-catalog-empty {
  padding: 76px 24px;
  border: 1px dashed rgba(44, 91, 167, 0.25);
  border-radius: 24px;
  background: #fff;
  text-align: center;
}
:where(html:has(body.home)) .qtil-catalog-empty[hidden] {
  display: none;
}
:where(html:has(body.home)) .qtil-catalog-empty svg {
  width: 38px;
  height: 38px;
  color: var(--qtil-blue);
}
:where(html:has(body.home)) .qtil-catalog-empty h3 {
  margin: 16px 0 6px;
  color: var(--qtil-ink);
}
:where(html:has(body.home)) .qtil-catalog-empty p {
  margin: 0;
  color: var(--qtil-muted);
}

@media (max-width: 1180px) {
  :where(html:has(body.home)) .qtil-catalog-toolbar {
    grid-template-columns: 1fr;
  }
  :where(html:has(body.home)) .qtil-all-products .products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 849px) {
  :where(html:has(body.home)) .qtil-catalog-head {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 30px;
  }
  :where(html:has(body.home)) .qtil-catalog-toolbar {
    top: 79px;
    margin-inline: -3px;
    padding: 13px;
    border-radius: 19px;
  }
  :where(html:has(body.home)) .qtil-all-products .products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 13px;
  }
  :where(html:has(body.home)) .qtil-catalog-status {
    align-items: flex-start;
  }
}
@media (max-width: 549px) {
  :where(html:has(body.home)) .qtil-home-catalog {
    scroll-margin-top: 82px;
  }
  :where(html:has(body.home)) .qtil-catalog-head h2 {
    font-size: 39px;
  }
  :where(html:has(body.home)) .qtil-catalog-head > p {
    font-size: 14px;
  }
  :where(html:has(body.home)) .qtil-catalog-toolbar {
    position: static;
  }
  :where(html:has(body.home)) .qtil-catalog-search {
    min-height: 50px;
    padding-inline: 14px;
  }
  :where(html:has(body.home)) .qtil-catalog-filters {
    margin-right: -13px;
    padding-right: 13px;
  }
  :where(html:has(body.home)) .qtil-catalog-filters button {
    min-height: 44px;
    padding-inline: 12px;
  }
  :where(html:has(body.home)) .qtil-catalog-status {
    display: grid;
    gap: 10px;
  }
  :where(html:has(body.home)) .qtil-all-products .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }
  :where(html:has(body.home))
    .qtil-all-products
    .product-small
    .product-small.box,
  :where(html:has(body.home))
    .qtil-all-products
    .product-small
    > .col-inner
    > .product-small.box {
    border-radius: 17px;
  }
  :where(html:has(body.home)) .qtil-all-products .box-text {
    padding: 12px !important;
  }
  :where(html:has(body.home)) .qtil-all-products .product-title a {
    font-size: 12px;
  }
}

/* === 45. Popup tư vấn hình ảnh === */
/* Popup container */
.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
/* Ảnh trong popup (chỉ dùng cho gallery) */
.white-popup img.popup-img {
  display: block;
  margin: 0 auto 15px;
  max-width: 100%;
  height: auto;
}
/* Form báo giá */
#popupFormContainer form {
  margin-top: 15px;
}
#popupFormContainer form p.titlegb {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
#popupFormContainer form input[type="text"],
#popupFormContainer form input[type="email"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}
#popupFormContainer form button {
  width: 100%;
  padding: 10px;
  background-color: #0073aa;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}
#popupFormContainer form button:hover {
  background-color: #005177;
}
/* Thông báo cảm ơn */
#popupFormContainer .thank-you {
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-top: 15px;
}

/* === 46. Bộ đếm ảnh gallery === */
/* Style cho counter chính */
:where(html:has(body.single-product)) .logogift-image-counter {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  z-index: 100;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  cursor: pointer;
}

:where(html:has(body.single-product)) .logogift-image-counter i {
  font-size: 16px;
  color: #fff;
}

:where(html:has(body.single-product)) .logogift-image-counter.all-viewed {
  opacity: 0.8;
}

:where(html:has(body.single-product)) .logogift-image-counter:hover {
  background: rgba(0, 0, 0, 0.85);
  transform: scale(1.05);
}

/* Animation khi số lượng thay đổi */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

:where(html:has(body.single-product)) .counter-animate {
  animation: pulse 0.3s ease-in-out;
}

/* Animation nhấp nháy để thu hút sự chú ý */
@keyframes attention-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
}

:where(html:has(body.single-product)) .attention-pulse {
  animation: attention-pulse 1s ease-in-out;
}

/* Tooltip chỉ dẫn */
:where(html:has(body.single-product)) .logogift-counter-tooltip {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  background: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-size: 12px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  pointer-events: none;
  color: #333;
  z-index: 101;
}

:where(html:has(body.single-product))
  .logogift-image-counter:hover
  .logogift-counter-tooltip {
  visibility: visible;
  opacity: 1;
}

/* Indicator nhỏ cho ảnh đã xem */
:where(html:has(body.single-product)) .gallery-thumbnail-viewed::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 6px;
  height: 6px;
  background: #4caf50;
  border-radius: 50%;
  z-index: 10;
}

/* === 47. Thuộc tính trình bày tĩnh chuyển từ HTML === */
[data-qtil-css="qtil-inline-01"] {
  margin-right: 6px;
}
[data-qtil-css="qtil-inline-02"] {
  display: none;
}
[data-qtil-css="qtil-inline-03"] {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  gap: 5px;
}
[data-qtil-css="qtil-inline-04"] {
  padding: 4px 10px;
  border-radius: 5px;
  background-color: #f5f5f5;
  font-size: 12px;
  display: flex;
  align-items: center;
}
[data-qtil-css="qtil-inline-05"] {
  color: #0e6184;
  margin-right: 5px;
}
[data-qtil-css="qtil-inline-06"] {
  margin-bottom: 20px;
}
[data-qtil-css="qtil-inline-07"] {
  display: none;
}
[data-qtil-css="qtil-inline-08"] {
  display: none;
}
[data-qtil-css="qtil-inline-09"] {
  margin-left: 8px;
}
[data-qtil-css="qtil-inline-10"] {
  color: #ffc766;
}
.color-swatch {
  background-color: var(--qtil-swatch-color);
}

/* ============================================================
 * QTIL V15.2 — LỚP HOÀN THIỆN GIAO DIỆN
 * Đã tích hợp trực tiếp vào bản FULL bên dưới.
 * Chỉ CSS: không thêm/chỉnh JavaScript, PHP, AJAX hoặc logic lọc.
 * ============================================================ */

:root{
  --qtil-v152-blue:#082f8e;
  --qtil-v152-blue-2:#0a46c8;
  --qtil-v152-blue-3:#1b63d6;
  --qtil-v152-orange:#f27a12;
  --qtil-v152-orange-2:#df5a0d;
  --qtil-v152-ink:#102a56;
  --qtil-v152-text:#526781;
  --qtil-v152-soft:#f6f9ff;
  --qtil-v152-soft-2:#edf4ff;
  --qtil-v152-line:#dce6f3;
  --qtil-v152-shadow-xs:0 4px 14px rgba(8,47,142,.045);
  --qtil-v152-shadow-sm:0 10px 30px rgba(8,47,142,.075);
  --qtil-v152-shadow-md:0 18px 48px rgba(8,47,142,.11);
  --qtil-v152-shadow-lg:0 30px 72px rgba(8,47,142,.16);
  --qtil-v152-ease:cubic-bezier(.22,1,.36,1);
}

/* ---------- 1. Nhịp tổng thể / typography ---------- */
.qtil-v5,
.qtil-site-header,
.qtil-site-footer{
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

.home .qtil-v5 h1,
.home .qtil-v5 h2,
.home .qtil-v5 h3{
  text-wrap:balance;
}

.home .qtil-v5 p{
  text-wrap:pretty;
}

.home #qtil-v5 > section{
  isolation:isolate;
}

.home #qtil-v5 > section + section{
  border-top:1px solid rgba(8,47,142,.045);
}

/* ---------- 2. Header: chỉ polish hình thức, không đổi cơ chế sticky/menu ---------- */
.qtil-site-header{
  background:rgba(255,255,255,.985) !important;
  border-bottom:1px solid rgba(8,47,142,.09) !important;
  box-shadow:0 8px 28px rgba(12,43,96,.055) !important;
}

.qtil-topline{
  background:
    linear-gradient(90deg,#071f61 0%,#082f8e 58%,#0a46c8 100%) !important;
}

.qtil-topline-list span{
  opacity:.94;
}

.qtil-header-main{
  padding-inline:2px;
}

.qtil-nav-link{
  border:1px solid transparent;
  transition:
    color .28s ease,
    background-color .28s ease,
    border-color .28s ease,
    transform .28s var(--qtil-v152-ease) !important;
}

.qtil-nav-link:hover,
.qtil-nav-item:hover > .qtil-nav-link{
  background:#f3f7ff !important;
  border-color:rgba(8,47,142,.08);
  transform:translateY(-1px);
}

.qtil-nav-dropdown{
  border:1px solid rgba(8,47,142,.11) !important;
  box-shadow:0 22px 56px rgba(13,44,96,.14) !important;
}

.qtil-nav-dropdown a{
  transition:
    background-color .2s ease,
    color .2s ease,
    transform .2s var(--qtil-v152-ease) !important;
}

.qtil-nav-dropdown a:hover{
  transform:translateX(3px);
}

.qtil-header-icon,
.qtil-menu-toggle{
  border-color:rgba(8,47,142,.12) !important;
  box-shadow:var(--qtil-v152-shadow-xs);
  transition:
    transform .25s var(--qtil-v152-ease),
    box-shadow .25s ease,
    border-color .25s ease !important;
}

.qtil-header-icon:hover,
.qtil-menu-toggle:hover{
  transform:translateY(-1px);
  border-color:rgba(8,47,142,.22) !important;
  box-shadow:var(--qtil-v152-shadow-sm);
}

.qtil-header-call{
  background:linear-gradient(135deg,#ff8a18,#e95f0c) !important;
  border:1px solid rgba(255,255,255,.45);
  box-shadow:0 12px 26px rgba(233,95,12,.22) !important;
  transition:
    transform .28s var(--qtil-v152-ease),
    box-shadow .28s ease !important;
}

.qtil-header-call:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 34px rgba(233,95,12,.30) !important;
}

/* ---------- 3. Hero: sang hơn, bớt cảm giác "khối CSS" ---------- */
.home .qtil-hero{
  background:
    radial-gradient(circle at 4% 7%,rgba(255,255,255,.98) 0 16%,transparent 40%),
    radial-gradient(circle at 94% 8%,rgba(242,122,18,.105),transparent 25%),
    linear-gradient(123deg,#fbfcff 0%,#eef4ff 58%,#fff8f2 100%) !important;
}

.home .qtil-hero::before{
  opacity:.72;
}

.home .qtil-hero-copy{
  position:relative;
  z-index:2;
}

.home .qtil-eyebrow{
  background:rgba(255,255,255,.86) !important;
  color:var(--qtil-v152-blue) !important;
  border:1px solid rgba(8,47,142,.10) !important;
  box-shadow:0 8px 22px rgba(8,47,142,.065) !important;
  backdrop-filter:blur(10px);
}

.home .qtil-hero h1{
  color:#0d1e3c !important;
  font-weight:800 !important;
  letter-spacing:-.035em !important;
  line-height:1.09 !important;
  max-width:720px !important;
}

.home .qtil-hero h1 em{
  color:#e6630b !important;
  background:linear-gradient(transparent 87%,rgba(242,122,18,.16) 87%) !important;
}

.home .qtil-hero-copy > p{
  color:#566b86 !important;
  max-width:650px !important;
}

.home .qtil-hero-copy > p strong{
  color:var(--qtil-v152-blue) !important;
}

.home .qtil-btn{
  border-radius:14px !important;
  box-shadow:none;
}

.home .qtil-btn-primary{
  background:linear-gradient(135deg,#f88b0b,#df5a0d) !important;
  box-shadow:0 13px 28px rgba(223,90,13,.22) !important;
}

.home .qtil-btn-primary:hover{
  box-shadow:0 18px 38px rgba(223,90,13,.29) !important;
}

.home .qtil-btn-ghost{
  background:rgba(255,255,255,.92) !important;
  border-color:rgba(8,47,142,.13) !important;
  box-shadow:0 8px 20px rgba(8,47,142,.055);
}

.home .qtil-btn-ghost:hover{
  border-color:rgba(8,47,142,.23) !important;
  box-shadow:0 12px 26px rgba(8,47,142,.085);
}

.home .qtil-proof-list li{
  color:#536982 !important;
}

.home .qtil-proof-list svg{
  background:#e9f7f0 !important;
  color:#16845d !important;
}

/* Hero visual */
.home .qtil-hero-visual{
  isolation:isolate;
}

.home .qtil-hero-visual::before{
  inset:-12px 16px 16px -12px !important;
  border:1px solid rgba(8,47,142,.10) !important;
  border-radius:34px !important;
  transform:rotate(-1deg) !important;
}

.home .qtil-hero-visual > img{
  border:1px solid rgba(8,47,142,.08);
  border-radius:30px !important;
  box-shadow:0 28px 70px rgba(11,43,99,.17) !important;
  filter:saturate(1.015) contrast(1.01);
}

.home .qtil-float{
  border:1px solid rgba(8,47,142,.10) !important;
  background:rgba(255,255,255,.90) !important;
  box-shadow:0 14px 34px rgba(12,43,96,.12) !important;
}

.home .qtil-float > svg{
  color:#df5a0d !important;
  background:#fff2e8 !important;
}

/* ---------- 4. Trust strip ---------- */
.home .qtil-trust{
  background:
    radial-gradient(circle at 88% -95%,rgba(255,255,255,.12),transparent 34%),
    linear-gradient(105deg,#071f61 0%,#082f8e 64%,#0a46c8 100%) !important;
}

.home .qtil-trust-grid > div{
  transition:background-color .25s ease;
}

.home .qtil-trust-grid > div:hover{
  background:rgba(255,255,255,.035);
}

.home .qtil-trust-grid > div::before{
  height:2px !important;
  background:linear-gradient(90deg,#ff9a45,#ef6e12) !important;
  box-shadow:none !important;
}

/* ---------- 5. Catalog / tìm sản phẩm ---------- */
.home .qtil-home-catalog{
  background:
    radial-gradient(circle at 93% 3%,rgba(242,122,18,.07),transparent 22%),
    linear-gradient(180deg,#fff 0%,#f7faff 100%) !important;
}

.home .qtil-catalog-head{
  margin-bottom:34px !important;
}

.home .qtil-catalog-head h2{
  color:#102a56 !important;
}

.home .qtil-catalog-head > p{
  color:#60738c !important;
}

.home .qtil-catalog-toolbar{
  padding:12px !important;
  border:1px solid rgba(8,47,142,.085) !important;
  border-radius:18px !important;
  background:rgba(255,255,255,.94) !important;
  box-shadow:0 12px 34px rgba(8,47,142,.065) !important;
}

.home .qtil-catalog-search{
  border-color:rgba(8,47,142,.10) !important;
  background:#f8faff !important;
}

.home .qtil-catalog-search:focus-within{
  background:#fff !important;
  border-color:rgba(8,47,142,.28) !important;
  box-shadow:0 0 0 4px rgba(8,47,142,.055) !important;
}

.home .qtil-catalog-filters button{
  border-color:rgba(8,47,142,.10) !important;
  background:#fff !important;
  color:#455d7a !important;
  box-shadow:none !important;
}

.home .qtil-catalog-filters button:hover{
  border-color:rgba(8,47,142,.22) !important;
  color:var(--qtil-v152-blue) !important;
  background:#f8fbff !important;
}

.home .qtil-catalog-filters button.is-active{
  border-color:transparent !important;
  background:linear-gradient(135deg,#082f8e,#0a46c8) !important;
  color:#fff !important;
  box-shadow:0 9px 20px rgba(8,47,142,.17) !important;
}

.home .qtil-catalog-status{
  color:#71839a !important;
}

/* ---------- 6. Product cards: gọn, B2B, ít "màu mè" ---------- */
.home .qtil-all-products .product-small .product-small.box,
.home .qtil-all-products .product-small > .col-inner > .product-small.box{
  border:1px solid rgba(8,47,142,.085) !important;
  border-radius:20px !important;
  background:#fff !important;
  box-shadow:0 7px 24px rgba(8,47,142,.05) !important;
  transition:
    transform .32s var(--qtil-v152-ease),
    box-shadow .32s ease,
    border-color .32s ease !important;
}

.home .qtil-all-products .product-small:hover .product-small.box,
.home .qtil-all-products .product-small:hover > .col-inner > .product-small.box{
  transform:translateY(-5px);
  border-color:rgba(242,122,18,.24) !important;
  box-shadow:0 18px 42px rgba(8,47,142,.105) !important;
}

.home .qtil-all-products .box-image{
  background:#f3f6fb !important;
}

.home .qtil-all-products .box-image img{
  transform:scale(1);
  transition:transform .42s var(--qtil-v152-ease) !important;
}

.home .qtil-all-products .product-small:hover .box-image img{
  transform:scale(1.025);
}

.home .qtil-all-products .box-text{
  padding:16px !important;
  text-align:left !important;
}

.home .qtil-all-products .product-title a,
.home .qtil-all-products .woocommerce-loop-product__title a{
  color:#17345f !important;
  font-size:13.5px !important;
  font-weight:700 !important;
  line-height:1.48 !important;
}

.home .qtil-all-products .price{
  color:#d9580d !important;
  font-weight:800 !important;
}

.home .qtil-all-products .price-range-label{
  color:#718198 !important;
  font-size:11px;
  font-weight:650 !important;
}

.home .qtil-all-products .product-key-info{
  gap:6px !important;
  margin-top:11px !important;
}

.home .qtil-all-products .key-info-badge{
  min-height:26px;
  padding:4px 8px !important;
  border:1px solid rgba(8,47,142,.07);
  border-radius:8px !important;
  background:#f7f9fc !important;
  color:#65768b;
  font-size:10.5px !important;
}

.home .qtil-all-products .key-info-badge i{
  color:#3868b7 !important;
}

/* Tối ưu render các card dài mà không đổi logic */
.home .qtil-all-products .product-small{
  content-visibility:auto;
  contain-intrinsic-size:390px;
}

/* ---------- 7. Section titles / rhythm ---------- */
.home .qtil-section h2,
.home .qtil-final-cta h2{
  letter-spacing:-.025em !important;
}

.home .qtil-catalog-head h2::after,
.home .qtil-solution-main h2::after,
.home .qtil-process .qtil-heading h2::after,
.home .qtil-why-card h2::after,
.home .qtil-faq h2::after,
.home .qtil-final-cta h2::after{
  width:62px !important;
  height:4px !important;
  margin-top:15px !important;
}

.home .qtil-kicker{
  letter-spacing:.08em !important;
}

/* ---------- 8. Solutions ---------- */
.home .qtil-solutions{
  background:
    radial-gradient(circle at 82% 0,rgba(242,122,18,.16),transparent 25%),
    linear-gradient(135deg,#071f61 0%,#082f8e 65%,#0a46c8 100%) !important;
}

.home .qtil-solution-list article{
  border:1px solid rgba(255,255,255,.14) !important;
  background:rgba(255,255,255,.085) !important;
  box-shadow:none !important;
  backdrop-filter:blur(12px);
}

.home .qtil-solution-list article:hover{
  background:rgba(255,255,255,.13) !important;
  transform:translateY(-4px);
  box-shadow:0 18px 42px rgba(0,20,60,.16) !important;
}

/* ---------- 9. Quy trình ---------- */
.home .qtil-process{
  background:linear-gradient(180deg,#f5f8fd 0%,#eef4fb 100%) !important;
}

.home .qtil-process-grid article{
  border:1px solid rgba(8,47,142,.075) !important;
  box-shadow:0 8px 26px rgba(8,47,142,.055) !important;
  background:#fff !important;
}

.home .qtil-process-grid article:hover{
  transform:translateY(-4px);
  box-shadow:0 17px 38px rgba(8,47,142,.095) !important;
}

.home .qtil-process-grid article > i{
  box-shadow:0 8px 18px rgba(8,47,142,.12);
}

/* ---------- 10. Vì sao chọn chúng tôi ---------- */
.home .qtil-why{
  background:#fff !important;
}

.home .qtil-why-card{
  background:
    radial-gradient(circle at 100% 0,rgba(242,122,18,.22),transparent 30%),
    linear-gradient(145deg,#071f61,#0a46c8) !important;
  box-shadow:0 24px 60px rgba(8,47,142,.15) !important;
}

.home .qtil-why-list article{
  border-bottom-color:rgba(8,47,142,.09) !important;
  transition:
    transform .25s var(--qtil-v152-ease),
    background-color .25s ease !important;
}

.home .qtil-why-list article:hover{
  transform:translateX(4px);
  background:linear-gradient(90deg,rgba(8,47,142,.025),transparent);
}

/* ---------- 11. FAQ ---------- */
.home .qtil-faq{
  background:linear-gradient(180deg,#fff9f4 0%,#fff 100%) !important;
}

.home .qtil-accordion details{
  border:1px solid rgba(222,102,13,.11) !important;
  border-radius:17px !important;
  box-shadow:none;
}

.home .qtil-accordion details:hover{
  border-color:rgba(222,102,13,.20) !important;
}

.home .qtil-accordion details[open]{
  border-color:rgba(8,47,142,.14) !important;
  box-shadow:0 10px 28px rgba(8,47,142,.055) !important;
}

/* ---------- 12. CTA cuối ---------- */
.home .qtil-final-cta{
  background:
    radial-gradient(circle at 88% 22%,rgba(242,122,18,.22),transparent 24%),
    linear-gradient(120deg,#071f61,#082f8e 64%,#0a46c8) !important;
}

.home .qtil-final-cta .qtil-btn-light{
  border:1px solid rgba(255,255,255,.55);
  box-shadow:0 12px 24px rgba(0,0,0,.10);
}

.home .qtil-btn-outline-light{
  border-color:rgba(255,255,255,.28) !important;
  background:rgba(255,255,255,.06) !important;
}

/* ---------- 13. Cẩm nang ---------- */
.home .qtil-home-insights{
  background:linear-gradient(180deg,#f7faff 0%,#fff 100%) !important;
}

.home .qtil-insight-card{
  border:1px solid rgba(8,47,142,.08) !important;
  border-radius:20px !important;
  box-shadow:0 8px 28px rgba(8,47,142,.055) !important;
}

.home .qtil-insight-card:hover{
  transform:translateY(-5px) !important;
  border-color:rgba(8,47,142,.15) !important;
  box-shadow:0 17px 40px rgba(8,47,142,.095) !important;
}

.home .qtil-insight-media img{
  transition:transform .4s var(--qtil-v152-ease) !important;
}

.home .qtil-insight-card:hover .qtil-insight-media img{
  transform:scale(1.025) !important;
}

.home .qtil-insight-body{
  padding:22px !important;
}

.home .qtil-insight-meta span{
  background:#eff4ff !important;
  color:#214f9d !important;
}

.home .qtil-insight-card h3 a{
  color:#17345f !important;
}

/* ---------- 14. Form lead hiện có: chỉ làm đẹp, không thay submit/AJAX ---------- */
.home .qtil-context-lead-home{
  border:1px solid rgba(8,47,142,.09) !important;
  border-radius:20px !important;
  background:
    radial-gradient(circle at 95% 0,rgba(242,122,18,.07),transparent 26%),
    linear-gradient(135deg,#fff 0%,#f7faff 100%) !important;
  box-shadow:0 14px 38px rgba(8,47,142,.075) !important;
}

.home .qtil-context-lead-kicker{
  color:#df5a0d !important;
}

.home .qtil-context-lead-copy > strong{
  color:#102a56 !important;
}

.home .qtil-context-lead-fields input{
  border-color:rgba(8,47,142,.13) !important;
  background:#fff !important;
  border-radius:11px !important;
  box-shadow:none !important;
}

.home .qtil-context-lead-fields input:focus{
  border-color:rgba(8,47,142,.32) !important;
  box-shadow:0 0 0 4px rgba(8,47,142,.055) !important;
}

.home .qtil-context-lead-fields button{
  border-radius:11px !important;
  background:linear-gradient(135deg,#f88b0b,#df5a0d) !important;
  box-shadow:0 10px 22px rgba(223,90,13,.18) !important;
}

/* ---------- 15. Footer ---------- */
.qtil-site-footer{
  background:
    radial-gradient(circle at 88% -30%,rgba(10,70,200,.20),transparent 32%),
    linear-gradient(180deg,#0b2a52 0%,#071f42 100%) !important;
}

.qtil-footer-main{
  border-top:1px solid rgba(255,255,255,.03);
}

.qtil-footer-brand p{
  color:#c4d2e4 !important;
}

.qtil-footer-col h3{
  color:#ffbd84 !important;
  letter-spacing:.045em !important;
}

.qtil-footer-col a{
  transition:
    color .2s ease,
    transform .2s var(--qtil-v152-ease) !important;
}

.qtil-footer-col a:hover{
  transform:translateX(3px);
}

.qtil-footer-note{
  color:#8ca3bf !important;
}

/* ---------- 16. Nút liên hệ nổi: chỉ visual ---------- */
.qtil-floating-contact a{
  border:1px solid rgba(8,47,142,.10) !important;
  box-shadow:0 10px 28px rgba(7,31,78,.16) !important;
  backdrop-filter:blur(10px);
  transition:
    transform .25s var(--qtil-v152-ease),
    box-shadow .25s ease !important;
}

.qtil-floating-contact a:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 34px rgba(7,31,78,.22) !important;
}

.qtil-floating-contact a:first-child{
  background:linear-gradient(135deg,#082f8e,#0a46c8) !important;
}

/* ---------- 17. Trang sản phẩm: visual polish ---------- */
body.single-product{
  background:linear-gradient(180deg,#f7f9fd 0%,#fff 42%,#f6f9fd 100%) !important;
}

body.single-product .woocommerce-product-gallery{
  border:1px solid rgba(8,47,142,.08) !important;
  border-radius:22px !important;
  box-shadow:0 14px 42px rgba(8,47,142,.075) !important;
}

body.single-product .product-short-description,
body.single-product .product-specs,
body.single-product [class*="form-container-dat-hang-form"]{
  border-color:rgba(8,47,142,.09) !important;
  box-shadow:0 8px 26px rgba(8,47,142,.05) !important;
}

body.single-product .product-title.entry-title,
body.single-product h1.product-title{
  color:#102a56 !important;
  letter-spacing:-.025em !important;
}

body.single-product .product-page-price,
body.single-product .product-page-price .amount{
  color:#d9580d !important;
}

body.single-product .dat-hang-form button[type="submit"]{
  background:linear-gradient(135deg,#f88b0b,#df5a0d) !important;
  box-shadow:0 10px 24px rgba(223,90,13,.17) !important;
}

/* ---------- 18. Blog / bài viết: visual only ---------- */
body.single-post{
  background:linear-gradient(180deg,#f6f9fd 0%,#fff 42%,#f6f9fd 100%) !important;
}

body.single-post article{
  border-color:rgba(8,47,142,.08) !important;
  box-shadow:0 14px 42px rgba(8,47,142,.065) !important;
}

body.single-post .entry-title{
  color:#102a56 !important;
  letter-spacing:-.028em !important;
}

body.single-post .entry-content h2{
  color:#102a56 !important;
}

body.single-post .entry-content h3{
  color:#17447f !important;
}

body.single-post #secondary .widget{
  border-color:rgba(8,47,142,.08) !important;
  box-shadow:0 8px 26px rgba(8,47,142,.045) !important;
}

/* ---------- 19. Accessibility / focus ---------- */
.qtil-v5 a:focus-visible,
.qtil-site-header a:focus-visible,
.qtil-site-header button:focus-visible,
.qtil-v5 button:focus-visible,
.qtil-v5 input:focus-visible{
  outline:3px solid rgba(10,70,200,.26) !important;
  outline-offset:3px;
}

/* ---------- 20. Mobile refinements ---------- */
@media (max-width:849px){
  .home .qtil-hero{
    background:
      radial-gradient(circle at 96% 5%,rgba(242,122,18,.08),transparent 24%),
      linear-gradient(180deg,#f8fbff 0%,#fff 100%) !important;
  }

  .home .qtil-hero h1{
    max-width:100% !important;
    letter-spacing:-.027em !important;
  }

  .home .qtil-hero-visual::before{
    inset:-7px 9px 9px -7px !important;
    border-radius:25px !important;
  }

  .home .qtil-catalog-toolbar{
    padding:10px !important;
    border-radius:16px !important;
  }

  .home .qtil-all-products .box-text{
    padding:13px !important;
  }

  .home .qtil-all-products .product-title a,
  .home .qtil-all-products .woocommerce-loop-product__title a{
    font-size:12.5px !important;
  }

  .home .qtil-context-lead-home{
    border-radius:17px !important;
  }

  .qtil-floating-contact a{
    box-shadow:0 8px 22px rgba(7,31,78,.14) !important;
  }
}

@media (max-width:549px){
  .home .qtil-hero h1{
    font-size:36px !important;
    line-height:1.13 !important;
    letter-spacing:-.022em !important;
  }

  .home .qtil-hero-copy > p{
    font-size:15px !important;
    line-height:1.68 !important;
  }

  .home .qtil-btn{
    min-height:50px !important;
    border-radius:12px !important;
  }

  .home .qtil-trust-grid > div{
    min-height:88px !important;
  }

  .home .qtil-trust strong{
    font-size:17px !important;
  }

  .home .qtil-catalog-head h2,
  .home .qtil-process .qtil-heading h2,
  .home .qtil-faq h2{
    font-size:31px !important;
    line-height:1.16 !important;
  }

  .home .qtil-all-products .product-small .product-small.box,
  .home .qtil-all-products .product-small > .col-inner > .product-small.box{
    border-radius:16px !important;
  }

  .home .qtil-all-products .box-text{
    padding:11px !important;
  }

  .home .qtil-all-products .product-title a,
  .home .qtil-all-products .woocommerce-loop-product__title a{
    font-size:12px !important;
  }

  .home .qtil-all-products .key-info-badge{
    font-size:9.5px !important;
    padding:3px 6px !important;
  }

  .home .qtil-insight-body{
    padding:19px !important;
  }

  .home .qtil-context-lead-home{
    padding:17px !important;
  }

  .qtil-floating-contact{
    right:10px !important;
    bottom:10px !important;
    gap:8px !important;
  }

  .qtil-floating-contact a{
    width:46px !important;
    min-height:46px !important;
    height:46px !important;
  }
}

/* ---------- 21. Reduced motion ---------- */
@media (prefers-reduced-motion:reduce){
  .qtil-v5 *,
  .qtil-site-header *,
  .qtil-site-footer *{
    scroll-behavior:auto !important;
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
  }
}

/* ============================================================
 * END QTIL V15.2 — VISUAL ONLY PATCH
 * ============================================================ */


/* QTIL SEO v15 — chỉ trình bày section bổ sung ở trang chủ.
 * Nguồn live: Flatsome / CSS bổ sung (custom_css 385).
 */
.home #qtil-v5 .qtil-order-guide {
  order: 4;
  background: #f5f8fd;
  border-block: 1px solid #dce5f2;
}
.home #qtil-v5 .qtil-order-guide .qtil-heading {
  max-width: 920px;
}
.home #qtil-v5 .qtil-seo-cost-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.home #qtil-v5 .qtil-seo-cost-grid article {
  min-width: 0;
  padding: 24px;
  border: 1px solid #dce5f2;
  border-radius: 18px;
  background: #fff;
}
.home #qtil-v5 .qtil-seo-cost-grid h3 {
  color: #123773;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 12px;
}
.home #qtil-v5 .qtil-seo-cost-grid p {
  color: #475a73;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}
.home #qtil-v5 .qtil-seo-cost-note,
.home #qtil-v5 .qtil-seo-process-note {
  margin: 24px auto 0;
  max-width: 960px;
  color: #475a73;
  font-size: 16px;
  line-height: 1.8;
}
.home #qtil-v5 .qtil-order-guide p a,
.home #qtil-v5 .qtil-seo-process-note a {
  color: #12428f;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.home #qtil-v5 .qtil-solutions p a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 1023px) {
  .home #qtil-v5 .qtil-seo-cost-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 549px) {
  .home #qtil-v5 .qtil-seo-cost-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .home #qtil-v5 .qtil-seo-cost-grid article {
    padding: 20px;
  }
}



/* QTIL HERO v18 — light editorial hero inspired by layered SaaS composition. */
.home #qtil-v5.qtil-v5 .qtil-hero {
    display: block;
    min-height: 0;
    padding: clamp(54px, 5vw, 82px) 0 clamp(60px, 5vw, 86px) !important;
    background: radial-gradient(circle at 88% 18%, #fff0eb 0, rgba(255, 240, 235, .68) 18%, transparent 43%), #fff !important;
}
.home #qtil-v5.qtil-v5 .qtil-hero::before,
.home #qtil-v5.qtil-v5 .qtil-hero::after { display: none !important; }
.home #qtil-v5.qtil-v5 .qtil-hero > .qtil-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .97fr) minmax(0, 1.03fr) !important;
    align-items: center !important;
    gap: clamp(26px, 3vw, 54px) !important;
    width: min(1450px, calc(100% - 64px)) !important;
    max-width: 1450px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.home #qtil-v5.qtil-v5 .qtil-hero-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    max-width: 700px;
    padding: 0;
    color: #17171c;
}
.home #qtil-v5.qtil-v5 .qtil-hero .qtil-eyebrow {
    order: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 22px !important;
    padding: 8px 13px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #fff0eb !important;
    box-shadow: none !important;
    color: #e94b2c !important;
    font-size: 10px;
    line-height: 1.5;
    font-weight: 750;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.home #qtil-v5.qtil-v5 .qtil-hero .qtil-eyebrow svg { width: 14px; height: 14px; color: #ff5a36 !important; }
.home #qtil-v5.qtil-v5 .qtil-hero h1 {
    order: 1;
    width: 100%;
    max-width: 700px !important;
    margin: 0 0 22px !important;
    color: #17171c !important;
    font-size: clamp(44px, 3.55vw, 64px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.045em !important;
    font-weight: 780 !important;
    text-shadow: none !important;
}
.home #qtil-v5.qtil-v5 .qtil-hero h1 em {
    color: #ff5834 !important;
    background: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    font-style: normal;
}
.home #qtil-v5.qtil-v5 .qtil-hero h1 em::before,
.home #qtil-v5.qtil-v5 .qtil-hero h1 em::after { display: none !important; }
.home #qtil-v5.qtil-v5 .qtil-hero-copy > p {
    order: 2;
    max-width: 610px;
    margin: 0 0 28px !important;
    color: #697489 !important;
    font-size: 17px;
    line-height: 1.72;
}
.home #qtil-v5.qtil-v5 .qtil-hero-copy > p strong { color: #3d4655 !important; font-weight: 600; }
.home #qtil-v5.qtil-v5 .qtil-hero .qtil-actions {
    order: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
}
.home #qtil-v5.qtil-v5 .qtil-hero .qtil-btn {
    min-height: 56px;
    padding: 0 25px;
    border-radius: 13px !important;
    font-size: 14px;
    font-weight: 750;
    box-shadow: none !important;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.home #qtil-v5.qtil-v5 .qtil-hero .qtil-btn-primary {
    background: #ff5a36 !important;
    border: 1px solid #ff5a36 !important;
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(255, 90, 54, .2) !important;
}
.home #qtil-v5.qtil-v5 .qtil-hero .qtil-btn-primary svg { color: #fff !important; }
.home #qtil-v5.qtil-v5 .qtil-hero .qtil-btn-ghost {
    background: #fff !important;
    border: 1px solid #ff7454 !important;
    color: #ed4c2c !important;
}
.home #qtil-v5.qtil-v5 .qtil-hero .qtil-btn-ghost svg { color: #ed4c2c !important; }
.home #qtil-v5.qtil-v5 .qtil-hero .qtil-btn:hover { transform: translateY(-2px); }
.home #qtil-v5.qtil-v5 .qtil-hero .qtil-btn:focus-visible { outline: 3px solid #18202d; outline-offset: 4px; }
.home #qtil-v5.qtil-v5 .qtil-hero-fit {
    order: 5;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    width: 100%;
    max-width: 650px;
    margin: 38px 0 0 !important;
    padding: 0 !important;
    border: 0;
    list-style: none;
}
.home #qtil-v5.qtil-v5 .qtil-hero-fit li,
.home #qtil-v5.qtil-v5 .qtil-hero-fit li:first-child,
.home #qtil-v5.qtil-v5 .qtil-hero-fit li:last-child {
    min-width: 0;
    margin: 0 !important;
    padding: 0 22px;
    border: 0;
    border-left: 1px solid #dfe4eb;
}
.home #qtil-v5.qtil-v5 .qtil-hero-fit li:first-child { padding-left: 0; border-left: 0; }
.home #qtil-v5.qtil-v5 .qtil-hero-fit li:last-child { padding-right: 0; }
.home #qtil-v5.qtil-v5 .qtil-hero-fit strong {
    display: block;
    margin: 0 0 6px;
    color: #1c1c21 !important;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 760;
}
.home #qtil-v5.qtil-v5 .qtil-hero-fit span { display: block; color: #788398 !important; font-size: 12px; line-height: 1.55; }
.home #qtil-v5.qtil-v5 .qtil-hero .qtil-proof-list { display: none !important; }
.home #qtil-v5.qtil-v5 .qtil-hero-visual {
    position: relative;
    min-width: 0;
    min-height: 590px;
    align-self: stretch;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
}
.home #qtil-v5.qtil-v5 .qtil-hero-visual::before,
.home #qtil-v5.qtil-v5 .qtil-hero-visual::after { display: none !important; }
.home #qtil-v5.qtil-v5 .qtil-hero-visual > img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    object-fit: cover;
    object-position: 82% center;
    border: 0 !important;
    border-radius: 26px !important;
    box-shadow: none !important;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.5) 12%, #000 27%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.5) 12%, #000 27%, #000 100%);
}
.home #qtil-v5.qtil-v5 .qtil-hero .qtil-float {
    display: flex !important;
    position: absolute;
    z-index: 3;
    width: max-content;
    max-width: 230px;
    gap: 12px;
    align-items: center;
    padding: 12px 15px !important;
    border: 1px solid #e4e9ef !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,.96) !important;
    box-shadow: 0 14px 34px rgba(31, 43, 57, .12) !important;
    backdrop-filter: blur(10px);
    transform: none;
}
.home #qtil-v5.qtil-v5 .qtil-hero .qtil-float > svg {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    padding: 9px;
    border: 0;
    border-radius: 11px;
    background: #fff0eb !important;
    color: #ff5a36 !important;
}
.home #qtil-v5.qtil-v5 .qtil-hero .qtil-float span { min-width: 0; }
.home #qtil-v5.qtil-v5 .qtil-hero .qtil-float b { display: block; color: #252831 !important; font-size: 13px; line-height: 1.4; font-weight: 720; }
.home #qtil-v5.qtil-v5 .qtil-hero .qtil-float small { display: block; margin-top: 3px; color: #778196 !important; font-size: 10px; line-height: 1.45; }
.home #qtil-v5.qtil-v5 .qtil-hero .qtil-float-top { top: 36px; left: 12px; right: auto; bottom: auto; }
.home #qtil-v5.qtil-v5 .qtil-hero .qtil-float-mid { top: 152px; right: -8px; left: auto; bottom: auto; }
.home #qtil-v5.qtil-v5 .qtil-hero .qtil-float-mid > svg { background: #e9f8f0 !important; color: #20a263 !important; }
.home #qtil-v5.qtil-v5 .qtil-hero .qtil-float-bottom { right: 22px; bottom: 36px; left: auto; top: auto; }
@media (min-width: 850px) and (max-width: 1100px) {
    .home #qtil-v5.qtil-v5 .qtil-hero > .qtil-hero-grid { width: calc(100% - 56px) !important; gap: 24px !important; }
    .home #qtil-v5.qtil-v5 .qtil-hero h1 { font-size: 41px !important; }
    .home #qtil-v5.qtil-v5 .qtil-hero-copy > p { font-size: 15px; }
    .home #qtil-v5.qtil-v5 .qtil-hero .qtil-btn { min-height: 50px; padding: 0 17px; font-size: 12px; }
    .home #qtil-v5.qtil-v5 .qtil-hero-fit li { padding: 0 12px; }
    .home #qtil-v5.qtil-v5 .qtil-hero-fit strong { font-size: 14px; }
    .home #qtil-v5.qtil-v5 .qtil-hero .qtil-float { max-width: 190px; padding: 10px 12px !important; }
    .home #qtil-v5.qtil-v5 .qtil-hero .qtil-float-mid { display: none !important; }
}
@media (max-width: 849px) {
    .home #qtil-v5.qtil-v5 .qtil-hero { padding: 20px 0 48px !important; }
    .home #qtil-v5.qtil-v5 .qtil-hero > .qtil-hero-grid { grid-template-columns: minmax(0, 1fr) !important; width: min(720px, calc(100% - 30px)) !important; gap: 28px !important; }
    .home #qtil-v5.qtil-v5 .qtil-hero-visual { order: -2 !important; min-height: 430px; }
    .home #qtil-v5.qtil-v5 .qtil-hero-copy { order: 0 !important; max-width: none; }
    .home #qtil-v5.qtil-v5 .qtil-hero-visual > img {
        position: absolute;
        height: 100% !important;
        object-position: 75% center;
        border-radius: 24px !important;
        -webkit-mask-image: none;
        mask-image: none;
    }
    .home #qtil-v5.qtil-v5 .qtil-hero h1 { max-width: 680px !important; font-size: clamp(36px, 6vw, 48px) !important; }
    .home #qtil-v5.qtil-v5 .qtil-hero-copy > p { max-width: none; }
    .home #qtil-v5.qtil-v5 .qtil-hero .qtil-float-mid { display: none !important; }
}
@media (max-width: 549px) {
    .home #qtil-v5.qtil-v5 .qtil-hero { padding: 14px 0 42px !important; }
    .home #qtil-v5.qtil-v5 .qtil-hero > .qtil-hero-grid { width: calc(100% - 24px) !important; gap: 26px !important; }
    .home #qtil-v5.qtil-v5 .qtil-hero-visual { min-height: 286px; }
    .home #qtil-v5.qtil-v5 .qtil-hero .qtil-eyebrow { margin-bottom: 17px !important; padding: 7px 10px !important; font-size: 9px; letter-spacing: .04em; }
    .home #qtil-v5.qtil-v5 .qtil-hero h1 { margin: 0 0 17px !important; font-size: clamp(30px, 8.4vw, 38px) !important; line-height: 1.12 !important; letter-spacing: -.04em !important; }
    .home #qtil-v5.qtil-v5 .qtil-hero-copy > p { margin-bottom: 22px !important; font-size: 15px; line-height: 1.7; }
    .home #qtil-v5.qtil-v5 .qtil-hero .qtil-actions { display: grid; grid-template-columns: minmax(0, 1fr); gap: 10px; width: 100%; }
    .home #qtil-v5.qtil-v5 .qtil-hero .qtil-btn { width: 100%; min-height: 50px; font-size: 13px; }
    .home #qtil-v5.qtil-v5 .qtil-hero-fit { grid-template-columns: minmax(0, 1fr); gap: 0; margin-top: 26px !important; }
    .home #qtil-v5.qtil-v5 .qtil-hero-fit li,
    .home #qtil-v5.qtil-v5 .qtil-hero-fit li:first-child,
    .home #qtil-v5.qtil-v5 .qtil-hero-fit li:last-child {
        display: grid;
        grid-template-columns: 150px minmax(0, 1fr);
        align-items: baseline;
        gap: 12px;
        padding: 10px 0;
        border: 0;
        border-top: 1px solid #e7e9ee;
    }
    .home #qtil-v5.qtil-v5 .qtil-hero-fit strong { margin: 0; font-size: 13px; }
    .home #qtil-v5.qtil-v5 .qtil-hero-fit span { font-size: 11px; }
    .home #qtil-v5.qtil-v5 .qtil-hero .qtil-float { max-width: 178px; gap: 8px; padding: 9px 10px !important; border-radius: 13px !important; }
    .home #qtil-v5.qtil-v5 .qtil-hero .qtil-float > svg { flex-basis: 30px; width: 30px; height: 30px; padding: 7px; border-radius: 9px; }
    .home #qtil-v5.qtil-v5 .qtil-hero .qtil-float b { font-size: 10px; }
    .home #qtil-v5.qtil-v5 .qtil-hero .qtil-float small { font-size: 8px; }
    .home #qtil-v5.qtil-v5 .qtil-hero .qtil-float-top { top: 12px; left: 8px; }
    .home #qtil-v5.qtil-v5 .qtil-hero .qtil-float-bottom { right: 8px; bottom: 12px; }
}
@media (prefers-reduced-motion: reduce) {
    .home #qtil-v5.qtil-v5 .qtil-hero .qtil-btn { transition: none; }
}
/* END QTIL HERO v18 */

/* QTIL HOME SYSTEM v19 — modern light visual language across the homepage */
.home {
  --qtil-ui-ink: #18181d;
  --qtil-ui-muted: #687286;
  --qtil-ui-orange: #d83a1d;
  --qtil-ui-orange-dark: #c93418;
  --qtil-ui-peach: #fff3ee;
  --qtil-ui-peach-strong: #ffe5dc;
  --qtil-ui-canvas: #f7f8fa;
  --qtil-ui-line: #e5e7eb;
  --qtil-ui-card: #ffffff;
  --qtil-ui-dark: #19191e;
  --qtil-ui-radius-lg: 24px;
  --qtil-ui-radius-md: 18px;
  --qtil-ui-shadow: 0 16px 42px rgba(24, 24, 29, 0.07);
  --qtil-ui-shadow-hover: 0 24px 58px rgba(24, 24, 29, 0.11);
}

.home #qtil-v5 .qtil-section,
.home .qtil-home-insights.qtil-section {
  padding-block: clamp(78px, 7vw, 108px);
}

.home #qtil-v5 .qtil-heading h2,
.home #qtil-v5 .qtil-solution-main h2,
.home #qtil-v5 .qtil-catalog-head h2,
.home .qtil-home-insights .qtil-insights-heading h2 {
  color: var(--qtil-ui-ink) !important;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 780;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.home #qtil-v5 .qtil-heading > p,
.home #qtil-v5 .qtil-solution-main > p,
.home #qtil-v5 .qtil-catalog-head > p,
.home .qtil-home-insights .qtil-insights-heading p {
  color: var(--qtil-ui-muted) !important;
  font-size: 16px;
  line-height: 1.75;
}

.home #qtil-v5 .qtil-kicker,
.home .qtil-home-insights .qtil-section-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  padding: 7px 13px;
  border: 0 !important;
  border-radius: 999px;
  background: var(--qtil-ui-peach-strong) !important;
  color: var(--qtil-ui-orange-dark) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.home #qtil-v5 .qtil-heading h2::after,
.home #qtil-v5 .qtil-solution-main h2::after,
.home #qtil-v5 .qtil-catalog-head h2::after,
.home #qtil-v5 .qtil-why-card h2::after,
.home #qtil-v5 .qtil-final-cta h2::after {
  background: var(--qtil-ui-orange) !important;
}

/* Lead prompt directly after the hero */
.home #qtil-v5 .qtil-context-lead-home {
  max-width: min(1354px, calc(100% - 48px));
  padding: 26px 30px;
  border: 1px solid var(--qtil-ui-line) !important;
  border-radius: var(--qtil-ui-radius-lg) !important;
  background: #fff !important;
  box-shadow: var(--qtil-ui-shadow) !important;
  color: var(--qtil-ui-ink) !important;
}

.home #qtil-v5 .qtil-context-lead-kicker {
  color: var(--qtil-ui-orange-dark) !important;
}

.home #qtil-v5 .qtil-context-lead-copy p {
  color: var(--qtil-ui-muted) !important;
}

.home #qtil-v5 .qtil-context-lead-fields input {
  min-height: 52px !important;
  border: 1px solid var(--qtil-ui-line) !important;
  border-radius: 14px !important;
  background: var(--qtil-ui-canvas) !important;
  box-shadow: none !important;
  color: var(--qtil-ui-ink) !important;
}

.home #qtil-v5 .qtil-context-lead-fields input:focus {
  border-color: var(--qtil-ui-orange) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(255, 90, 54, 0.11) !important;
}

.home #qtil-v5 .qtil-context-lead-fields button {
  min-height: 52px;
  border: 1px solid var(--qtil-ui-orange) !important;
  border-radius: 14px !important;
  background: var(--qtil-ui-orange) !important;
  box-shadow: 0 12px 28px rgba(255, 90, 54, 0.24) !important;
  color: #fff !important;
}

.home #qtil-v5 .qtil-context-lead-fields button:hover {
  border-color: var(--qtil-ui-orange-dark) !important;
  background: var(--qtil-ui-orange-dark) !important;
  transform: translateY(-2px);
}

/* Four trust cues: light and editorial instead of a legacy blue ribbon */
.home #qtil-v5 .qtil-trust {
  box-sizing: border-box;
  width: min(1760px, calc(100% - 64px));
  margin: 22px auto 26px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid #efdcd5 !important;
  border-radius: 26px;
  background:
    radial-gradient(circle at 8% 0, rgba(216, 58, 29, 0.08), transparent 22%),
    linear-gradient(120deg, #fff8f5 0%, #fff1eb 100%) !important;
  box-shadow: 0 18px 46px rgba(72, 44, 36, 0.08);
  color: var(--qtil-ui-ink) !important;
}

.home #qtil-v5 .qtil-trust::before {
  display: none !important;
}

.home #qtil-v5 .qtil-trust-grid {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  gap: 10px;
}

.home #qtil-v5 .qtil-trust-grid > div {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  align-items: center;
  column-gap: 14px;
  min-width: 0;
  min-height: 98px;
  padding: 18px 20px !important;
  border: 1px solid rgba(229, 205, 197, 0.72) !important;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.home #qtil-v5 .qtil-trust-grid > div::before {
  content: "f086";
  display: grid;
  place-items: center;
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 46px !important;
  min-width: 46px;
  height: 46px !important;
  min-height: 46px;
  margin: 0;
  border: 1px solid #f0d1c7;
  border-radius: 15px;
  background: #fff !important;
  box-shadow: 0 9px 22px rgba(201, 52, 24, 0.1) !important;
  color: var(--qtil-ui-orange-dark);
  font-family: "Font Awesome 6 Free";
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.22s ease;
}

.home #qtil-v5 .qtil-trust-grid > div:nth-child(2)::before {
  content: "f06b";
  background: #fff !important;
  color: var(--qtil-ui-orange-dark);
}

.home #qtil-v5 .qtil-trust-grid > div:nth-child(3)::before {
  content: "f46c";
  background: #fff !important;
  color: var(--qtil-ui-orange-dark);
}

.home #qtil-v5 .qtil-trust-grid > div:nth-child(4)::before {
  content: "f0d1";
  background: #fff !important;
  color: var(--qtil-ui-orange-dark);
}

.home #qtil-v5 .qtil-trust-grid > div:hover {
  border-color: #edb8a7 !important;
  background: #fff;
  box-shadow: 0 12px 28px rgba(72, 44, 36, 0.08);
  transform: translateY(-2px);
}

.home #qtil-v5 .qtil-trust-grid > div:hover::before {
  transform: rotate(-4deg) scale(1.04);
}

.home #qtil-v5 .qtil-trust strong {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  margin: 0 0 3px;
  color: var(--qtil-ui-ink) !important;
  line-height: 1.25;
}

.home #qtil-v5 .qtil-trust span {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  margin: 0;
  color: var(--qtil-ui-muted) !important;
  line-height: 1.45;
}

/* Product catalog */
.home #qtil-v5 .qtil-home-catalog {
  background: var(--qtil-ui-canvas) !important;
}

.home #qtil-v5 .qtil-home-catalog::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 90% 1%, rgba(255, 90, 54, 0.08), transparent 19%);
}

.home #qtil-v5 .qtil-catalog-head,
.home #qtil-v5 .qtil-catalog-toolbar,
.home #qtil-v5 .qtil-catalog-status,
.home #qtil-v5 .qtil-all-products {
  position: relative;
  z-index: 1;
}

.home #qtil-v5 .qtil-catalog-toolbar {
  border: 1px solid var(--qtil-ui-line) !important;
  border-radius: var(--qtil-ui-radius-lg) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: var(--qtil-ui-shadow) !important;
}

.home #qtil-v5 .qtil-catalog-search {
  border-color: var(--qtil-ui-line) !important;
  background: var(--qtil-ui-canvas) !important;
  color: var(--qtil-ui-orange-dark) !important;
}

.home #qtil-v5 .qtil-catalog-search:focus-within {
  border-color: var(--qtil-ui-orange) !important;
  box-shadow: 0 0 0 4px rgba(255, 90, 54, 0.1) !important;
}

.home #qtil-v5 .qtil-catalog-filters button {
  border-color: var(--qtil-ui-line) !important;
  background: #fff !important;
  color: #4d5564 !important;
}

.home #qtil-v5 .qtil-catalog-filters button:hover {
  border-color: #ffb6a5 !important;
  background: var(--qtil-ui-peach) !important;
  color: var(--qtil-ui-orange-dark) !important;
}

.home #qtil-v5 .qtil-catalog-filters button.is-active {
  border-color: var(--qtil-ui-orange) !important;
  background: var(--qtil-ui-orange) !important;
  box-shadow: 0 10px 24px rgba(255, 90, 54, 0.22) !important;
  color: #fff !important;
}

.home #qtil-v5 .qtil-catalog-filters button b {
  background: #f0f1f3 !important;
  color: var(--qtil-ui-ink) !important;
}

.home #qtil-v5 .qtil-catalog-filters button.is-active b {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
}

.home #qtil-v5 .qtil-catalog-status,
.home #qtil-v5 .qtil-catalog-status a {
  color: var(--qtil-ui-muted) !important;
}

.home #qtil-v5 .qtil-catalog-status a {
  color: var(--qtil-ui-orange-dark) !important;
}

.home #qtil-v5 .qtil-all-products .product-small .product-small.box,
.home #qtil-v5 .qtil-all-products .product-small > .col-inner > .product-small.box {
  border: 1px solid var(--qtil-ui-line) !important;
  border-radius: var(--qtil-ui-radius-md) !important;
  background: #fff !important;
  box-shadow: 0 10px 30px rgba(24, 24, 29, 0.055) !important;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.home #qtil-v5 .qtil-all-products .product-small:hover .product-small.box,
.home #qtil-v5 .qtil-all-products .product-small:hover > .col-inner > .product-small.box {
  border-color: #ffb6a5 !important;
  box-shadow: var(--qtil-ui-shadow-hover) !important;
  transform: translateY(-4px);
}

.home #qtil-v5 .qtil-all-products .box-image {
  background: linear-gradient(145deg, #fafafa, #f1f2f4) !important;
}

.home #qtil-v5 .qtil-all-products .product-title a {
  color: var(--qtil-ui-ink) !important;
}

.home #qtil-v5 .qtil-all-products .woocommerce-loop-product__title,
.home #qtil-v5 .qtil-all-products .woocommerce-loop-product__title a {
  color: var(--qtil-ui-ink) !important;
}

.home #qtil-v5 .qtil-all-products .price {
  color: var(--qtil-ui-orange-dark) !important;
}

.home #qtil-v5 .qtil-all-products .product-key-info,
.home #qtil-v5 .qtil-all-products .key-info-badge {
  color: var(--qtil-ui-muted) !important;
}

.home #qtil-v5 .qtil-all-products .product-key-info i {
  color: var(--qtil-ui-orange-dark) !important;
}

/* Use-case solutions */
.home #qtil-v5 .qtil-solutions {
  background: var(--qtil-ui-peach) !important;
  color: var(--qtil-ui-ink) !important;
}

.home #qtil-v5 .qtil-solutions::before {
  opacity: 0.4 !important;
  background: radial-gradient(circle, rgba(255, 90, 54, 0.16), transparent 67%) !important;
}

.home #qtil-v5 .qtil-solutions .qtil-text-link {
  color: var(--qtil-ui-orange-dark) !important;
}

.home #qtil-v5 .qtil-solutions .qtil-text-link svg {
  color: var(--qtil-ui-orange) !important;
}

.home #qtil-v5 .qtil-solution-list article {
  border: 1px solid #efdcd5 !important;
  border-radius: var(--qtil-ui-radius-md) !important;
  background: #fff !important;
  box-shadow: 0 12px 34px rgba(72, 44, 36, 0.06) !important;
  color: var(--qtil-ui-ink) !important;
}

.home #qtil-v5 .qtil-solution-list article:hover {
  border-color: #ffb6a5 !important;
  background: #fff !important;
  box-shadow: var(--qtil-ui-shadow-hover) !important;
  transform: translateY(-4px);
}

.home #qtil-v5 .qtil-solution-list article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: var(--qtil-ui-peach-strong) !important;
  color: var(--qtil-ui-orange-dark) !important;
  font-style: normal;
  font-weight: 850;
}

.home #qtil-v5 .qtil-solution-list h3 {
  color: var(--qtil-ui-ink) !important;
}

.home #qtil-v5 .qtil-solution-list p {
  color: var(--qtil-ui-muted) !important;
}

.home #qtil-v5 .qtil-solutions p a,
.home #qtil-v5 .qtil-order-guide p a,
.home #qtil-v5 .qtil-process p a {
  color: var(--qtil-ui-orange-dark) !important;
  text-decoration-color: rgba(223, 63, 32, 0.42) !important;
  text-underline-offset: 3px;
}

/* Cost and planning cards */
.home #qtil-v5 .qtil-order-guide {
  background: #fff !important;
}

.home #qtil-v5 .qtil-seo-cost-grid article {
  --qtil-card-icon-bg: #ffe9e3;
  --qtil-card-icon-color: var(--qtil-ui-orange-dark);
  border: 1px solid var(--qtil-ui-line) !important;
  border-radius: var(--qtil-ui-radius-md) !important;
  background: #fff !important;
  box-shadow: 0 10px 30px rgba(24, 24, 29, 0.055) !important;
}

.home #qtil-v5 .qtil-seo-cost-grid article::before {
  content: "f06b";
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 15px;
  background: var(--qtil-card-icon-bg) !important;
  color: var(--qtil-card-icon-color);
  font-family: "Font Awesome 6 Free";
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.22s ease;
}

.home #qtil-v5 .qtil-seo-cost-grid article:nth-child(2) {
  --qtil-card-icon-bg: #eef2ff;
  --qtil-card-icon-color: #3157a6;
}

.home #qtil-v5 .qtil-seo-cost-grid article:nth-child(2)::before {
  content: "f53f";
}

.home #qtil-v5 .qtil-seo-cost-grid article:nth-child(3) {
  --qtil-card-icon-bg: #edf8f3;
  --qtil-card-icon-color: #257a5d;
}

.home #qtil-v5 .qtil-seo-cost-grid article:nth-child(3)::before {
  content: "f49e";
}

.home #qtil-v5 .qtil-seo-cost-grid article:nth-child(4) {
  --qtil-card-icon-bg: #fff4df;
  --qtil-card-icon-color: #9c6515;
}

.home #qtil-v5 .qtil-seo-cost-grid article:nth-child(4)::before {
  content: "f0d1";
}

.home #qtil-v5 .qtil-seo-cost-grid article:hover::before {
  transform: translateY(-2px) rotate(-3deg);
}

.home #qtil-v5 .qtil-seo-cost-grid h3 {
  color: var(--qtil-ui-ink) !important;
}

.home #qtil-v5 .qtil-seo-cost-grid p,
.home #qtil-v5 .qtil-seo-cost-note {
  color: var(--qtil-ui-muted) !important;
}

/* Four-step process */
.home #qtil-v5 .qtil-process {
  background: var(--qtil-ui-canvas) !important;
}

.home #qtil-v5 .qtil-process-grid article {
  border: 1px solid var(--qtil-ui-line) !important;
  border-radius: var(--qtil-ui-radius-md) !important;
  background: #fff !important;
  box-shadow: 0 10px 30px rgba(24, 24, 29, 0.055) !important;
}

.home #qtil-v5 .qtil-process-grid article > span {
  color: #c7c9cf !important;
}

.home #qtil-v5 .qtil-process-grid article > i {
  background: var(--qtil-ui-peach-strong) !important;
  color: var(--qtil-ui-orange-dark) !important;
}

.home #qtil-v5 .qtil-process-grid article:nth-child(even) > i {
  background: #f0f1f3 !important;
  color: var(--qtil-ui-ink) !important;
}

.home #qtil-v5 .qtil-process-grid h3 {
  color: var(--qtil-ui-ink) !important;
}

.home #qtil-v5 .qtil-process-grid p,
.home #qtil-v5 .qtil-seo-process-note {
  color: var(--qtil-ui-muted) !important;
}

/* Quality assurance: one deliberate dark anchor */
.home #qtil-v5 .qtil-why {
  background: #fff !important;
}

.home #qtil-v5 .qtil-why-card {
  border: 1px solid #28282e !important;
  border-radius: var(--qtil-ui-radius-lg) !important;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 90, 54, 0.24), transparent 28%),
    var(--qtil-ui-dark) !important;
  box-shadow: 0 24px 60px rgba(24, 24, 29, 0.16) !important;
}

.home #qtil-v5 .qtil-why-card h2 {
  color: #fff !important;
}

.home #qtil-v5 .qtil-why-card > p {
  color: #d6d7dc !important;
}

.home #qtil-v5 .qtil-why-marks span {
  border-color: rgba(255, 255, 255, 0.16) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}

.home #qtil-v5 .qtil-why-list article {
  border: 1px solid var(--qtil-ui-line) !important;
  border-radius: var(--qtil-ui-radius-md) !important;
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(24, 24, 29, 0.045) !important;
}

.home #qtil-v5 .qtil-why-list b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: var(--qtil-ui-peach-strong) !important;
  color: var(--qtil-ui-orange-dark) !important;
}

.home #qtil-v5 .qtil-why-list h3 {
  color: var(--qtil-ui-ink) !important;
}

.home #qtil-v5 .qtil-why-list p {
  color: var(--qtil-ui-muted) !important;
}

/* FAQ */
.home #qtil-v5 .qtil-faq {
  background: var(--qtil-ui-peach) !important;
}

.home #qtil-v5 .qtil-accordion details {
  border: 1px solid #efdcd5 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(72, 44, 36, 0.05) !important;
}

.home #qtil-v5 .qtil-accordion details[open] {
  border-color: #ffb6a5 !important;
  box-shadow: 0 14px 32px rgba(72, 44, 36, 0.075) !important;
}

.home #qtil-v5 .qtil-accordion summary {
  color: var(--qtil-ui-ink) !important;
}

.home #qtil-v5 .qtil-accordion summary::after {
  color: var(--qtil-ui-orange-dark) !important;
}

.home #qtil-v5 .qtil-accordion details p {
  color: var(--qtil-ui-muted) !important;
}

/* Closing CTA */
.home #qtil-v5 .qtil-final-cta {
  border-top: 0 !important;
  background:
    radial-gradient(circle at 88% 15%, rgba(255, 90, 54, 0.28), transparent 24%),
    linear-gradient(120deg, #17171b, #202026) !important;
}

.home #qtil-v5 .qtil-final-cta h2 {
  color: #fff !important;
}

.home #qtil-v5 .qtil-final-cta p {
  color: #d6d7dc !important;
}

.home #qtil-v5 .qtil-final-cta .qtil-btn-light {
  border-color: var(--qtil-ui-orange) !important;
  background: var(--qtil-ui-orange) !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(255, 90, 54, 0.24) !important;
}

.home #qtil-v5 .qtil-final-cta .qtil-btn-outline-light {
  border-color: rgba(255, 255, 255, 0.58) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #fff !important;
}

.home #qtil-v5 .qtil-final-cta .qtil-btn-outline-light:hover {
  border-color: #fff !important;
  background: #fff !important;
  color: var(--qtil-ui-ink) !important;
}

/* Editorial / insights */
.home .qtil-home-insights.qtil-section {
  border-top: 0 !important;
  background: var(--qtil-ui-canvas) !important;
}

.home .qtil-home-insights::before {
  background: rgba(255, 90, 54, 0.08) !important;
}

.home .qtil-home-insights .qtil-insights-all {
  border: 1px solid #ffb6a5 !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: var(--qtil-ui-orange-dark) !important;
}

.home .qtil-home-insights .qtil-insight-card {
  border: 1px solid var(--qtil-ui-line) !important;
  border-radius: var(--qtil-ui-radius-md) !important;
  background: #fff !important;
  box-shadow: 0 10px 30px rgba(24, 24, 29, 0.055) !important;
}

.home .qtil-home-insights .qtil-insight-card:hover {
  border-color: #ffb6a5 !important;
  box-shadow: var(--qtil-ui-shadow-hover) !important;
}

.home .qtil-home-insights .qtil-insight-media {
  background: #f0f1f3 !important;
}

.home .qtil-home-insights .qtil-insight-meta,
.home .qtil-home-insights .qtil-insight-meta * {
  color: var(--qtil-ui-orange-dark) !important;
}

.home .qtil-home-insights .qtil-insight-body h3,
.home .qtil-home-insights .qtil-insight-body h3 a {
  color: var(--qtil-ui-ink) !important;
}

.home .qtil-home-insights .qtil-insight-body p {
  color: var(--qtil-ui-muted) !important;
}

.home .qtil-home-insights .qtil-insight-link {
  color: var(--qtil-ui-orange-dark) !important;
}

/* Floating conversion controls */
.home .qtil-floating-contact a {
  border: 1px solid var(--qtil-ui-line) !important;
  background: #fff !important;
  box-shadow: 0 12px 34px rgba(24, 24, 29, 0.12) !important;
  color: var(--qtil-ui-ink) !important;
}

.home .qtil-floating-contact a:first-child {
  border-color: var(--qtil-ui-orange) !important;
  background: var(--qtil-ui-orange) !important;
  color: #fff !important;
}

.home .qtil-floating-contact a:last-child {
  border-color: #ffb6a5 !important;
  color: var(--qtil-ui-orange-dark) !important;
}

/* Homepage footer uses the same dark anchor as the closing CTA */
.home .footer-wrapper .section.dark {
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 90, 54, 0.16), transparent 25%),
    var(--qtil-ui-dark) !important;
}

.home .footer-wrapper .section.dark,
.home .footer-wrapper .section.dark p,
.home .footer-wrapper .section.dark li,
.home .footer-wrapper .section.dark a {
  color: #d6d7dc !important;
}

.home .footer-wrapper .section.dark strong,
.home .footer-wrapper .section.dark h3,
.home .footer-wrapper .section.dark h4 {
  color: #fff !important;
}

.home .footer-wrapper .section.dark a:hover {
  color: #ff8a70 !important;
}

.home .footer-wrapper .absolute-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #111115 !important;
}

.home .qtil-site-footer {
  background:
    radial-gradient(circle at 88% -18%, rgba(255, 90, 54, 0.16), transparent 27%),
    linear-gradient(180deg, #19191e 0%, #111115 100%) !important;
}

.home .qtil-site-footer,
.home .qtil-site-footer p,
.home .qtil-site-footer li,
.home .qtil-site-footer a,
.home .qtil-site-footer .qtil-footer-note {
  color: #c9cad0 !important;
}

.home .qtil-site-footer strong,
.home .qtil-site-footer h3,
.home .qtil-site-footer h4 {
  color: #fff !important;
}

.home .qtil-site-footer a:hover {
  color: #ff8a70 !important;
}

@media (hover: hover) {
  .home #qtil-v5 .qtil-seo-cost-grid article:hover,
  .home #qtil-v5 .qtil-process-grid article:hover,
  .home #qtil-v5 .qtil-why-list article:hover {
    border-color: #ffb6a5 !important;
    box-shadow: var(--qtil-ui-shadow-hover) !important;
    transform: translateY(-4px);
  }
}

@media (max-width: 849px) {
  .home #qtil-v5 .qtil-section,
  .home .qtil-home-insights.qtil-section {
    padding-block: 72px;
  }

  .home #qtil-v5 .qtil-context-lead-home {
    max-width: calc(100% - 36px);
  }

  .home #qtil-v5 .qtil-trust {
    width: calc(100% - 36px);
    margin-block: 18px 22px;
    border-radius: 22px;
  }

  .home #qtil-v5 .qtil-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .home #qtil-v5 .qtil-trust-grid > div {
    min-height: 94px;
    padding: 16px !important;
  }

  .home #qtil-v5 .qtil-catalog-toolbar {
    border-radius: 20px !important;
  }

  .home #qtil-v5 .qtil-solution-list article,
  .home #qtil-v5 .qtil-process-grid article {
    min-height: 0;
  }
}

@media (max-width: 549px) {
  .home #qtil-v5 .qtil-section,
  .home .qtil-home-insights.qtil-section {
    padding-block: 58px;
  }

  .home #qtil-v5 .qtil-heading h2,
  .home #qtil-v5 .qtil-solution-main h2,
  .home #qtil-v5 .qtil-catalog-head h2,
  .home .qtil-home-insights .qtil-insights-heading h2 {
    font-size: clamp(32px, 10vw, 39px);
    letter-spacing: -0.04em;
  }

  .home #qtil-v5 .qtil-context-lead-home {
    max-width: calc(100% - 28px);
    padding: 22px 18px;
    border-radius: 19px !important;
  }

  .home #qtil-v5 .qtil-trust {
    width: calc(100% - 28px);
    padding: 8px;
    border-radius: 20px;
  }

  .home #qtil-v5 .qtil-trust-grid > div {
    grid-template-columns: 38px minmax(0, 1fr);
    column-gap: 10px;
    min-height: 88px;
    padding: 13px 11px !important;
    border-radius: 15px;
  }

  .home #qtil-v5 .qtil-trust-grid > div::before {
    width: 38px !important;
    min-width: 38px;
    height: 38px !important;
    min-height: 38px;
    border-radius: 12px;
    font-size: 15px;
  }

  .home #qtil-v5 .qtil-trust strong {
    font-size: 15px;
  }

  .home #qtil-v5 .qtil-trust span {
    font-size: 10.5px;
  }

  .home #qtil-v5 .qtil-catalog-toolbar {
    padding: 12px;
    border-radius: 18px !important;
  }

  .home #qtil-v5 .qtil-all-products .product-small .product-small.box,
  .home #qtil-v5 .qtil-all-products .product-small > .col-inner > .product-small.box,
  .home #qtil-v5 .qtil-solution-list article,
  .home #qtil-v5 .qtil-seo-cost-grid article,
  .home #qtil-v5 .qtil-process-grid article,
  .home #qtil-v5 .qtil-why-list article,
  .home .qtil-home-insights .qtil-insight-card {
    border-radius: 16px !important;
  }

  .home #qtil-v5 .qtil-why-card {
    border-radius: 20px !important;
  }

  .home #qtil-v5 .qtil-why-list article {
    padding: 22px 20px;
  }

  .home #qtil-v5 .qtil-final-cta {
    padding-block: 66px;
  }
}

@media (max-width: 359px) {
  .home #qtil-v5 .qtil-trust-grid > div {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 34px auto auto;
    align-content: start;
    align-items: start;
    row-gap: 5px;
    min-height: 122px;
    padding: 11px 10px !important;
  }

  .home #qtil-v5 .qtil-trust-grid > div::before {
    grid-column: 1;
    grid-row: 1;
    width: 34px !important;
    min-width: 34px;
    height: 34px !important;
    min-height: 34px;
    border-radius: 11px;
    font-size: 14px;
  }

  .home #qtil-v5 .qtil-trust strong {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    margin: 0;
    font-size: 14px !important;
    line-height: 1.2;
  }

  .home #qtil-v5 .qtil-trust span {
    grid-column: 1;
    grid-row: 3;
    font-size: 10px !important;
    line-height: 1.35;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home #qtil-v5 .qtil-trust-grid > div,
  .home #qtil-v5 .qtil-solution-list article,
  .home #qtil-v5 .qtil-seo-cost-grid article,
  .home #qtil-v5 .qtil-process-grid article,
  .home #qtil-v5 .qtil-why-list article,
  .home #qtil-v5 .qtil-all-products .product-small .product-small.box,
  .home .qtil-home-insights .qtil-insight-card {
    transition: none !important;
    transform: none !important;
  }

  .home #qtil-v5 .qtil-trust-grid > div::before,
  .home #qtil-v5 .qtil-seo-cost-grid article::before {
    transition: none !important;
    transform: none !important;
  }
}
/* END QTIL HOME SYSTEM v19 */

/* QTIL HOME SEO SECTIONS v20 — semantic guidance with the homepage visual language */
.home #qtil-v5 .qtil-seo-definition {
  position: relative;
  order: 4;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(216, 58, 29, 0.09), transparent 25%),
    linear-gradient(180deg, #ffffff 0%, #fffaf8 100%);
}

.home #qtil-v5 .qtil-seo-definition::before {
  content: "";
  position: absolute;
  top: 56px;
  right: max(20px, calc((100% - 1354px) / 2));
  width: 150px;
  height: 150px;
  border: 1px solid rgba(216, 58, 29, 0.11);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(216, 58, 29, 0.025), 0 0 0 58px rgba(216, 58, 29, 0.018);
  pointer-events: none;
}

.home #qtil-v5 .qtil-seo-definition-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(46px, 6vw, 92px);
}

.home #qtil-v5 .qtil-seo-definition-copy {
  max-width: 610px;
}

.home #qtil-v5 .qtil-seo-definition-copy h2 {
  margin: 18px 0 22px;
  color: var(--qtil-ui-ink) !important;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 780;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.home #qtil-v5 .qtil-seo-definition-copy p {
  margin: 0 0 17px;
  color: var(--qtil-ui-muted) !important;
  font-size: 16px;
  line-height: 1.78;
}

.home #qtil-v5 .qtil-seo-definition-copy p strong {
  color: var(--qtil-ui-ink);
}

.home #qtil-v5 .qtil-seo-definition-copy a:not(.qtil-text-link),
.home #qtil-v5 .qtil-logo-method-note a {
  color: var(--qtil-ui-orange-dark) !important;
  text-decoration-color: rgba(201, 52, 24, 0.34);
  text-underline-offset: 3px;
}

.home #qtil-v5 .qtil-seo-definition-copy .qtil-text-link {
  margin-top: 8px;
}

.home #qtil-v5 .qtil-seo-definition-points {
  display: grid;
  gap: 15px;
}

.home #qtil-v5 .qtil-seo-definition-points article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-width: 0;
  padding: 24px 26px;
  border: 1px solid rgba(229, 214, 208, 0.92);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 38px rgba(67, 43, 36, 0.06);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.home #qtil-v5 .qtil-seo-definition-points article > span,
.home #qtil-v5 .qtil-logo-method-grid article > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid #f0d3c9;
  border-radius: 18px;
  background: var(--qtil-ui-peach);
  color: var(--qtil-ui-orange-dark);
}

.home #qtil-v5 .qtil-seo-definition-points article > span svg,
.home #qtil-v5 .qtil-logo-method-grid article > span svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.home #qtil-v5 .qtil-seo-definition-points h3,
.home #qtil-v5 .qtil-logo-method-grid h3 {
  margin: 1px 0 7px;
  color: var(--qtil-ui-ink) !important;
  font-size: 19px;
  font-weight: 760;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.home #qtil-v5 .qtil-seo-definition-points p,
.home #qtil-v5 .qtil-logo-method-grid p {
  margin: 0;
  color: var(--qtil-ui-muted) !important;
  font-size: 14px;
  line-height: 1.7;
}

.home #qtil-v5 .qtil-logo-methods {
  order: 5;
  background:
    radial-gradient(circle at 6% 0%, rgba(216, 58, 29, 0.07), transparent 24%),
    linear-gradient(180deg, #fff7f3 0%, #fffdfc 100%);
}

.home #qtil-v5 .qtil-logo-methods .qtil-heading {
  max-width: 850px;
  margin-inline: auto;
}

.home #qtil-v5 .qtil-logo-method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.home #qtil-v5 .qtil-logo-method-grid article {
  min-width: 0;
  min-height: 290px;
  padding: 26px 24px;
  border: 1px solid rgba(229, 214, 208, 0.92);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(67, 43, 36, 0.055);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.home #qtil-v5 .qtil-logo-method-grid article > span {
  margin-bottom: 22px;
}

.home #qtil-v5 .qtil-logo-method-grid h3 {
  font-size: 18px;
}

.home #qtil-v5 .qtil-logo-method-note {
  max-width: 920px;
  margin: 26px auto 0;
  padding: 18px 22px;
  border: 1px solid rgba(216, 58, 29, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--qtil-ui-muted) !important;
  font-size: 14px;
  line-height: 1.65;
  text-align: center;
}

@media (hover: hover) and (pointer: fine) {
  .home #qtil-v5 .qtil-seo-definition-points article:hover,
  .home #qtil-v5 .qtil-logo-method-grid article:hover {
    border-color: #edb8a7;
    box-shadow: 0 24px 52px rgba(67, 43, 36, 0.1);
    transform: translateY(-4px);
  }
}

@media (max-width: 1099px) {
  .home #qtil-v5 .qtil-logo-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home #qtil-v5 .qtil-logo-method-grid article {
    min-height: 250px;
  }
}

@media (max-width: 849px) {
  .home #qtil-v5 .qtil-seo-definition-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }

  .home #qtil-v5 .qtil-seo-definition-copy {
    max-width: 720px;
  }

  .home #qtil-v5 .qtil-seo-definition::before {
    top: 110px;
    right: -55px;
  }
}

@media (max-width: 549px) {
  .home #qtil-v5 .qtil-seo-definition-copy h2 {
    margin-top: 16px;
    font-size: clamp(32px, 10vw, 39px);
    letter-spacing: -0.04em;
  }

  .home #qtil-v5 .qtil-seo-definition-points article {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 20px 18px;
    border-radius: 17px;
  }

  .home #qtil-v5 .qtil-seo-definition-points article > span,
  .home #qtil-v5 .qtil-logo-method-grid article > span {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }

  .home #qtil-v5 .qtil-seo-definition-points article > span svg,
  .home #qtil-v5 .qtil-logo-method-grid article > span svg {
    width: 22px;
    height: 22px;
  }

  .home #qtil-v5 .qtil-logo-method-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    margin-top: 30px;
  }

  .home #qtil-v5 .qtil-logo-method-grid article {
    min-height: 0;
    padding: 22px 20px;
    border-radius: 17px;
  }

  .home #qtil-v5 .qtil-logo-method-grid article > span {
    margin-bottom: 17px;
  }

  .home #qtil-v5 .qtil-logo-method-note {
    margin-top: 20px;
    padding: 16px 17px;
    border-radius: 14px;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home #qtil-v5 .qtil-seo-definition-points article,
  .home #qtil-v5 .qtil-logo-method-grid article {
    transition: none !important;
    transform: none !important;
  }
}
/* END QTIL HOME SEO SECTIONS v20 */

/* QTIL HOME CATALOG PERFORMANCE v21 — keep all products, reduce offscreen work */
.home #qtil-products {
  scroll-margin-top: 20px;
}

.home img.qtil-deferred-hover:not(.is-qtil-hover-ready) {
  visibility: hidden !important;
  opacity: 0 !important;
}

.home img.qtil-deferred-hover.is-qtil-hover-ready {
  visibility: visible;
}

.home #qtil-products .qtil-all-products .products > .product-small {
  contain: layout paint style;
  contain-intrinsic-block-size: auto 430px;
}

.home #qtil-products .qtil-all-products .products > .product-small > .col-inner > .product-small.box {
  content-visibility: visible;
  contain: none;
}

@media (hover: none), (pointer: coarse) {
  .home #qtil-products .qtil-all-products .product-small .product-small.box,
  .home #qtil-products .qtil-all-products .product-small > .col-inner > .product-small.box {
    transition-property: border-color, box-shadow, background-color !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home #qtil-products .qtil-all-products .product-small,
  .home #qtil-products .qtil-all-products .product-small * {
    animation: none !important;
    transition: none !important;
  }
}
/* END QTIL HOME CATALOG PERFORMANCE v21 */

/* QTIL HOME ICON PAYLOAD v23 — local masks replace 3 Font Awesome stylesheets */
.home i.fas.fa-cube,
.home i.fas.fa-clock,
.home i.fas.fa-boxes,
.home i.fas.fa-chevron-up,
.home i.fas.fa-chevron-down {
  display: inline-grid;
  place-items: center;
  width: 1em;
  height: 1em;
  flex: 0 0 1em;
  color: inherit;
  font-style: normal;
  line-height: 1;
  vertical-align: -0.125em;
}

.home i.fas.fa-cube::before,
.home i.fas.fa-clock::before,
.home i.fas.fa-boxes::before,
.home i.fas.fa-chevron-up::before,
.home i.fas.fa-chevron-down::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: var(--qtil-v23-icon) center / contain no-repeat;
  mask: var(--qtil-v23-icon) center / contain no-repeat;
}

.home i.fas.fa-cube {
  --qtil-v23-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 0 1 4v8l7 4 7-4V4L8 0Zm0 2.1L12.9 5 8 7.8 3.1 5 8 2.1ZM3 6.7l4 2.3v4.5l-4-2.3V6.7Zm6 6.8V9l4-2.3v4.5l-4 2.3Z'/%3E%3C/svg%3E");
}

.home i.fas.fa-clock {
  --qtil-v23-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' fill-rule='evenodd' d='M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1Zm0 2a5 5 0 1 0 0 10A5 5 0 0 0 8 3Zm1 1v3.59l2.2 2.2-1.41 1.42L7 8.41V4h2Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.home i.fas.fa-boxes {
  --qtil-v23-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M1 1h6v6H1V1Zm8 0h6v6H9V1ZM1 9h6v6H1V9Zm8 0h6v6H9V9ZM3 3v2h2V3H3Zm8 0v2h2V3h-2ZM3 11v2h2v-2H3Zm8 0v2h2v-2h-2Z'/%3E%3C/svg%3E");
}

.home i.fas.fa-chevron-up {
  --qtil-v23-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='m8 4 6 6-1.4 1.4L8 6.8l-4.6 4.6L2 10l6-6Z'/%3E%3C/svg%3E");
}

.home i.fas.fa-chevron-down {
  --qtil-v23-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='m8 12-6-6 1.4-1.4L8 9.2l4.6-4.6L14 6l-6 6Z'/%3E%3C/svg%3E");
}

/* Card icons previously emitted as Font Awesome private-use glyphs. */
.home #qtil-v5 .qtil-trust-grid > div::before,
.home #qtil-v5 .qtil-seo-cost-grid article::before {
  content: "" !important;
  font-family: inherit !important;
  font-size: 0 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 21px 21px !important;
}

.home #qtil-v5 .qtil-trust-grid > div:nth-child(1)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b9482c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3v-7a4 4 0 0 1-1-2.7V7a4 4 0 0 1 4-4h11a4 4 0 0 1 4 4v8Z'/%3E%3Cpath d='M7 9h10M7 13h6'/%3E%3C/svg%3E") !important;
}

.home #qtil-v5 .qtil-trust-grid > div:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b9482c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7S2 12 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") !important;
}

.home #qtil-v5 .qtil-trust-grid > div:nth-child(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b9482c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 3 8 4-8 4-8-4 8-4Z'/%3E%3Cpath d='m4 12 8 4 8-4M4 17l8 4 8-4'/%3E%3C/svg%3E") !important;
}

.home #qtil-v5 .qtil-trust-grid > div:nth-child(4)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b9482c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7h11v9H3zM14 10h4l3 3v3h-7z'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3C/svg%3E") !important;
}

.home #qtil-v5 .qtil-seo-cost-grid article:nth-child(1)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b9482c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18v12H3zM8 10h8M8 14h5'/%3E%3C/svg%3E") !important;
}

.home #qtil-v5 .qtil-seo-cost-grid article:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233157a6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20h4l11-11-4-4L4 16v4ZM13 7l4 4M4 12V4h8'/%3E%3C/svg%3E") !important;
}

.home #qtil-v5 .qtil-seo-cost-grid article:nth-child(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23257a5d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16v16H4zM4 9h16M9 9v11'/%3E%3C/svg%3E") !important;
}

.home #qtil-v5 .qtil-seo-cost-grid article:nth-child(4)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239c6515' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7h11v9H3zM14 10h4l3 3v3h-7z'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3C/svg%3E") !important;
}
/* END QTIL HOME ICON PAYLOAD v23 */

/* QTIL PRODUCT FIRST v26 — compact hero and visual-first flow on every product. */
body.single-product .qtil-page-hero {
  padding-block: 34px;
}

body.single-product .qtil-page-hero .qtil-shell {
  align-items: center;
}

body.single-product .qtil-page-hero h1 {
  font-size: clamp(34px, 3.5vw, 48px);
  line-height: 1.08;
}

body.single-product .qtil-page-hero p {
  margin-top: 7px;
  line-height: 1.55;
}

body.single-product .qtil-page-hero-badge {
  padding: 9px 12px;
  border-radius: 12px;
}

body.single-product .custom-product-page > .row:first-child {
  margin-top: 18px !important;
}

body.single-product
  .qtil-product-summary
  > .col
  > .col-inner {
  display: flex;
  flex-direction: column;
}

body.single-product
  .qtil-product-summary
  > .col
  > .col-inner
  > .qtil-product-main {
  order: 1;
  margin-top: 0 !important;
}

body.single-product
  .qtil-product-summary
  > .col
  > .col-inner
  > .row:not(.qtil-product-main) {
  order: 2;
  margin-top: 26px !important;
}

body.single-product .product-short-description {
  padding: 24px 26px;
  border: 1px solid #dbe5f3;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(10, 46, 105, 0.06);
}

@media (max-width: 849px) {
  body.single-product .qtil-page-hero {
    padding-block: 22px;
  }

  body.single-product .qtil-page-hero h1 {
    font-size: clamp(31px, 9vw, 36px);
    line-height: 1.1;
  }

  body.single-product .qtil-page-hero p {
    margin-top: 6px;
    font-size: 13px;
  }

  body.single-product .custom-product-page > .row:first-child {
    margin-top: 14px !important;
  }

  body.single-product
    .qtil-product-summary
    > .col
    > .col-inner
    > .row:not(.qtil-product-main) {
    margin-top: 18px !important;
  }

  body.single-product .product-short-description {
    padding: 18px;
    border-radius: 16px;
  }
}

/* QTIL CONTEXTUAL LINKS v33 */
.entry-content a.qtil-context-link,
.entry-content a.qtil-home-seo-link {
  color: #7a3000;
  font-weight: 650;
  text-decoration-line: underline;
  text-decoration-color: rgba(122, 48, 0, .58);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  text-decoration-skip-ink: auto;
}
.entry-content a.qtil-context-link:hover,
.entry-content a.qtil-home-seo-link:hover {
  color: #541f00;
  background-color: #fff1d6;
  text-decoration-color: currentColor;
}
.entry-content a.qtil-context-link:focus-visible,
.entry-content a.qtil-home-seo-link:focus-visible {
  color: #451900;
  background-color: #fff1d6;
  outline: 3px solid #d97706;
  outline-offset: 3px;
  border-radius: 3px;
}
@media (prefers-reduced-motion: no-preference) {
  .entry-content a.qtil-context-link,
  .entry-content a.qtil-home-seo-link {
    transition: color .16s ease, background-color .16s ease, text-decoration-color .16s ease;
  }
}
/* /QTIL CONTEXTUAL LINKS v33 */

/* QTIL TOPICAL AUTHORITY v34 */
.qtil-topic-hub,
.qtil-category-intro,
.qtil-category-depth,
.qtil-blog-network-intro {
  color: #26384d;
}
.qtil-topic-hub-top,
.qtil-category-intro,
.qtil-blog-network-intro {
  margin: 20px auto 30px;
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid #dbe5f3;
  border-radius: 20px;
  background: linear-gradient(145deg, #fff 0%, #f7faff 100%);
  box-shadow: 0 12px 34px rgba(18, 59, 117, .07);
}
.qtil-topic-hub h1,
.qtil-topic-hub h2,
.qtil-category-depth h2,
.qtil-blog-network-intro h2 {
  color: #123b75;
  letter-spacing: -.02em;
}
.qtil-topic-hub p,
.qtil-category-intro p,
.qtil-category-depth p,
.qtil-blog-network-intro p {
  max-width: 78ch;
  line-height: 1.75;
}
.qtil-hub-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}
.qtil-hub-cards > a {
  display: grid;
  gap: 6px;
  min-height: 118px;
  padding: 18px;
  border: 1px solid #d8e3f1;
  border-radius: 16px;
  background: #fff;
  color: #123b75;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(18, 59, 117, .06);
}
.qtil-hub-cards > a:hover,
.qtil-hub-cards > a:focus-visible {
  border-color: #d97706;
  box-shadow: 0 10px 26px rgba(185, 72, 44, .13);
  transform: translateY(-1px);
}
.qtil-hub-cards > a:focus-visible {
  outline: 3px solid #d97706;
  outline-offset: 3px;
}
.qtil-hub-cards span {
  color: #52677f;
  font-size: 14px;
  line-height: 1.5;
}
.qtil-topic-hub-depth,
.qtil-category-depth {
  margin: clamp(34px, 6vw, 68px) auto 24px;
  padding: clamp(22px, 4vw, 42px);
  border-top: 4px solid #e5ad35;
  border-radius: 18px;
  background: #fffaf1;
}
.qtil-topic-hub-depth h2:not(:first-child),
.qtil-category-depth h2:not(:first-child) {
  margin-top: clamp(34px, 5vw, 54px);
}
.qtil-topic-hub a.qtil-context-link,
.qtil-category-intro a.qtil-context-link,
.qtil-category-depth a.qtil-context-link,
.qtil-blog-network-intro a.qtil-context-link {
  color: #7a3000;
  font-weight: 650;
  text-decoration: underline 1.5px rgba(122, 48, 0, .58);
  text-underline-offset: 3px;
}
.qtil-topic-hub a.qtil-context-link:hover,
.qtil-category-intro a.qtil-context-link:hover,
.qtil-category-depth a.qtil-context-link:hover,
.qtil-blog-network-intro a.qtil-context-link:hover {
  color: #541f00;
  background: #fff1d6;
}
@media (max-width: 849px) {
  .qtil-hub-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 549px) {
  .qtil-topic-hub-top,
  .qtil-category-intro,
  .qtil-blog-network-intro { margin: 14px auto 24px; padding: 18px; border-radius: 16px; }
  .qtil-hub-cards { grid-template-columns: 1fr; gap: 10px; }
  .qtil-hub-cards > a { min-height: 0; padding: 16px; }
  .qtil-topic-hub-depth,
  .qtil-category-depth { margin-top: 34px; padding: 20px 18px; }
}
/* /QTIL TOPICAL AUTHORITY v34 */

/* QTIL PRODUCT MEGA MENU v35 */
@media (min-width: 1051px) {
  .qtil-nav-item--products .qtil-product-menu {
    left: 50%;
    width: min(720px, calc(100vw - 32px));
    padding: 14px;
    transform: translate(-50%, 8px);
  }
  .qtil-nav-item--products:hover .qtil-product-menu,
  .qtil-nav-item--products:focus-within .qtil-product-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
  .qtil-product-menu-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .qtil-product-menu-grid section {
    min-width: 0;
    padding: 8px;
  }
  .qtil-product-menu-title {
    display: block;
    min-height: 31px;
    margin: 0 4px 4px;
    color: #173b76;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
  }
  .qtil-product-menu-all {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    padding: 12px 14px !important;
    border-top: 1px solid #e4ebf5;
    background: #f6f9fe;
    color: #123b75 !important;
    font-weight: 800 !important;
  }
  .qtil-nav-item--products:focus-within > .qtil-nav-link,
  .qtil-product-menu a:focus-visible {
    outline: 3px solid #d97706;
    outline-offset: 2px;
  }
}

.qtil-mobile-product-links > span {
  display: block;
  margin: 10px 0 2px;
  color: #173b76;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.qtil-mobile-product-links .qtil-mobile-product-all {
  color: #123b75 !important;
  font-weight: 800;
}
/* /QTIL PRODUCT MEGA MENU v35 */


/* QTIL SHOP UX v37 */
.woocommerce-shop .qtil-hub-cards > br {
  display: none !important;
}

.woocommerce-shop .qtil-topic-hub-top {
  margin-bottom: 24px;
}

.woocommerce-shop .qtil-hub-cards {
  align-items: stretch;
}

.woocommerce-shop .qtil-hub-cards > a {
  min-width: 0;
  height: 100%;
}

.woocommerce-shop .qtil-shop-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(500px, .9fr);
  gap: 22px 42px;
  margin: 0 0 28px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid #d9e4f2;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(18, 59, 117, .07);
}

.woocommerce-shop .qtil-shop-toolbar-copy {
  align-self: center;
}

.woocommerce-shop .qtil-shop-toolbar-kicker {
  display: block;
  margin-bottom: 7px;
  color: #b9482c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.woocommerce-shop .qtil-shop-toolbar h2 {
  margin: 0 0 8px;
  color: #123b75;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.2;
}

.woocommerce-shop .qtil-shop-toolbar-copy p {
  max-width: 62ch;
  margin: 0;
  color: #52677f;
  font-size: 14px;
  line-height: 1.65;
}

.woocommerce-shop .qtil-shop-controls {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(190px, .8fr) auto;
  align-items: end;
  gap: 10px;
}

.woocommerce-shop .qtil-shop-controls label {
  display: grid;
  gap: 7px;
  min-width: 0;
  margin: 0;
  color: #26466d;
  font-size: 12px;
  font-weight: 750;
}

.woocommerce-shop .qtil-shop-controls input,
.woocommerce-shop .qtil-shop-controls select,
.woocommerce-shop .qtil-shop-reset {
  height: 48px;
  margin: 0 !important;
  border: 1px solid #cddbea !important;
  border-radius: 12px !important;
  background-color: #f9fbfe !important;
  box-shadow: none !important;
  color: #203b5e !important;
  font-size: 13px;
}

.woocommerce-shop .qtil-shop-controls input {
  padding: 0 14px !important;
}

.woocommerce-shop .qtil-shop-controls select {
  padding-left: 13px !important;
}

.woocommerce-shop .qtil-shop-controls input:focus,
.woocommerce-shop .qtil-shop-controls select:focus {
  border-color: #315fa8 !important;
  outline: 3px solid rgba(49, 95, 168, .14);
}

.woocommerce-shop .qtil-shop-reset {
  padding: 0 16px;
  border-color: #f0b49f !important;
  background: #fff5ef !important;
  color: #92381f !important;
  font-weight: 800;
  white-space: nowrap;
}

.woocommerce-shop .qtil-shop-status {
  grid-column: 1 / -1;
  margin: -5px 0 0;
  color: #52677f;
  font-size: 13px;
}

.woocommerce-shop .qtil-shop-status strong {
  color: #123b75;
}

.woocommerce-shop .qtil-shop-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 16px 18px;
  border-radius: 12px;
  background: #fff5ef;
  color: #7a3000;
  font-weight: 700;
}

.woocommerce-shop .qtil-shop-empty[hidden],
.woocommerce-shop .qtil-shop-reset[hidden],
.woocommerce-shop .products > .is-qtil-filtered-out {
  display: none !important;
}

.woocommerce-shop .shop-container > .products {
  margin-top: 0;
}

@media (max-width: 1100px) {
  .woocommerce-shop .qtil-shop-toolbar {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 849px) {
  .woocommerce-shop .qtil-shop-controls {
    grid-template-columns: minmax(0, 1fr) minmax(180px, .75fr);
  }

  .woocommerce-shop .qtil-shop-reset {
    grid-column: 1 / -1;
  }
}

@media (max-width: 549px) {
  .woocommerce-shop .qtil-topic-hub-top {
    padding: 18px 14px;
  }

  .woocommerce-shop .qtil-hub-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
  }

  .woocommerce-shop .qtil-hub-cards > a {
    min-height: 124px;
    padding: 13px 11px;
  }

  .woocommerce-shop .qtil-hub-cards strong {
    font-size: 13px;
    line-height: 1.35;
  }

  .woocommerce-shop .qtil-hub-cards span {
    font-size: 11.5px;
    line-height: 1.45;
  }

  .woocommerce-shop .qtil-shop-toolbar {
    gap: 20px;
    margin-bottom: 20px;
    padding: 18px 14px;
    border-radius: 16px;
  }

  .woocommerce-shop .qtil-shop-controls {
    grid-template-columns: 1fr;
  }

  .woocommerce-shop .qtil-shop-reset {
    grid-column: auto;
    width: 100%;
  }
}
/* /QTIL SHOP UX v37 */

/* QTIL SHOP FLOATING CONTACT v37.1 */
.woocommerce-shop .qtil-floating-contact {
  right: max(6px, env(safe-area-inset-right)) !important;
  bottom: min(282px, calc(100vh - 126px)) !important;
  bottom: min(
    calc(282px + env(safe-area-inset-bottom)),
    calc(100dvh - 126px)
  ) !important;
}
/* /QTIL SHOP FLOATING CONTACT v37.1 */

/* QTIL SHOP SPEED AND JOURNEY v38 */
.woocommerce-shop .qtil-shop-quick-picks {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 18px 32px;
  align-items: center;
  margin: -8px 0 28px;
  padding: 18px 22px;
  border: 1px solid #d9e4f2;
  border-radius: 16px;
  background: linear-gradient(135deg, #f7faff, #fffaf5);
}

.woocommerce-shop .qtil-shop-quick-picks strong {
  display: block;
  margin-bottom: 9px;
  color: #123b75;
  font-size: 13px;
}

.woocommerce-shop .qtil-shop-quick-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.woocommerce-shop .qtil-shop-quick-buttons button {
  min-height: 38px;
  margin: 0;
  padding: 0 13px;
  border: 1px solid #cad9ea;
  border-radius: 999px;
  background: #fff;
  color: #23486f;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.25;
  text-transform: none;
}

.woocommerce-shop .qtil-shop-quick-buttons button:hover,
.woocommerce-shop .qtil-shop-quick-buttons button:focus-visible,
.woocommerce-shop .qtil-shop-quick-buttons button[aria-pressed="true"] {
  border-color: #315fa8;
  background: #eaf2ff;
  color: #123b75;
}

.woocommerce-shop .qtil-shop-quick-buttons button:focus-visible {
  outline: 3px solid rgba(49, 95, 168, .18);
  outline-offset: 2px;
}

.woocommerce-shop .qtil-shop-buyer-note {
  margin: 0;
  color: #52677f;
  font-size: 13px;
  line-height: 1.65;
}

.woocommerce-shop .qtil-shop-buyer-note strong {
  display: inline;
  margin: 0;
  color: #8b3a22;
  font-size: inherit;
}

.woocommerce-shop i.fas.fa-cube,
.woocommerce-shop i.fas.fa-clock,
.woocommerce-shop i.fas.fa-boxes,
.woocommerce-shop i.fas.fa-chevron-up,
.woocommerce-shop i.fas.fa-chevron-down {
  display: inline-grid;
  place-items: center;
  width: 1em;
  height: 1em;
  flex: 0 0 1em;
  color: inherit;
  font-style: normal;
  line-height: 1;
  vertical-align: -.125em;
}

.woocommerce-shop i.fas.fa-cube::before,
.woocommerce-shop i.fas.fa-clock::before,
.woocommerce-shop i.fas.fa-boxes::before,
.woocommerce-shop i.fas.fa-chevron-up::before,
.woocommerce-shop i.fas.fa-chevron-down::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: var(--qtil-shop-icon) center / contain no-repeat;
  mask: var(--qtil-shop-icon) center / contain no-repeat;
}

.woocommerce-shop i.fas.fa-cube {
  --qtil-shop-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 0 1 4v8l7 4 7-4V4L8 0Zm0 2.1L12.9 5 8 7.8 3.1 5 8 2.1ZM3 6.7l4 2.3v4.5l-4-2.3V6.7Zm6 6.8V9l4-2.3v4.5l-4 2.3Z'/%3E%3C/svg%3E");
}
.woocommerce-shop i.fas.fa-clock {
  --qtil-shop-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' fill-rule='evenodd' d='M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1Zm0 2a5 5 0 1 0 0 10A5 5 0 0 0 8 3Zm1 1v3.59l2.2 2.2-1.41 1.42L7 8.41V4h2Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.woocommerce-shop i.fas.fa-boxes {
  --qtil-shop-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M1 1h6v6H1V1Zm8 0h6v6H9V1ZM1 9h6v6H1V9Zm8 0h6v6H9V9ZM3 3v2h2V3H3Zm8 0v2h2V3h-2ZM3 11v2h2v-2H3Zm8 0v2h2v-2h-2Z'/%3E%3C/svg%3E");
}
.woocommerce-shop i.fas.fa-chevron-up {
  --qtil-shop-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='m8 4 6 6-1.4 1.4L8 6.8l-4.6 4.6L2 10l6-6Z'/%3E%3C/svg%3E");
}
.woocommerce-shop i.fas.fa-chevron-down {
  --qtil-shop-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='m8 12-6-6 1.4-1.4L8 9.2l4.6-4.6L14 6l-6 6Z'/%3E%3C/svg%3E");
}

@media (max-width: 849px) {
  .woocommerce-shop .qtil-shop-quick-picks {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 549px) {
  .woocommerce-shop .qtil-shop-quick-picks {
    gap: 15px;
    margin-top: -4px;
    padding: 16px 14px;
  }

  .woocommerce-shop .qtil-shop-quick-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce-shop .qtil-shop-quick-buttons button {
    width: 100%;
    padding-inline: 9px;
  }
}
/* /QTIL SHOP SPEED AND JOURNEY v38 */

/* QTIL SHOP CONTACT POSITION v38.1 */
.woocommerce-shop .qtil-floating-contact {
  right: calc(145px + env(safe-area-inset-right)) !important;
  bottom: max(18px, env(safe-area-inset-bottom)) !important;
}

@media (max-width: 549px) {
  .woocommerce-shop .qtil-floating-contact {
    right: calc(145px + env(safe-area-inset-right)) !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    flex-direction: row;
    gap: 6px !important;
  }
}
/* /QTIL SHOP CONTACT POSITION v38.1 */