﻿.lp-qtw-section {
  padding: 48px 0;
  position: relative;
}
.lp-qtw-section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lp-qtw-section .row > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp-qtw-final .row > [class*="col-"] {
  display: block !important;
}
.lp-qtw-gray {
  background: #f6f9fc;
}
.lp-qtw-soft {
  background: #eef6fb;
}
.lp-qtw-soft-green {
  background: linear-gradient(180deg, #f7fbf8 0%, #eef7f1 100%);
}
.lp-qtw-mini {
  display: inline-block;
  background: #eafaf0;
  color: #15803d;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  border-radius: 30px;
  margin-bottom: 8px;
}
.lp-qtw-title {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 800;
  color: #166534;
  margin: 0 0 16px;
}
.lp-qtw-sub {
  font-size: 15.5px;
  color: #64758b;
  max-width: 860px;
  margin: 0 auto 36px;
}
.lp-qtw-hero {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  clear: both;
  background-color: #0f7a33;
  background: linear-gradient(135deg, #0b5924 0%, #16a34a 50%, #22c55e 100%);
  padding: 60px 0 50px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.lp-qtw-hero .container {
  position: relative;
  z-index: 2;
}
.lp-qtw-hero .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lp-qtw-hero .row > [class*="col-"] {
  min-width: 0;
}
.lp-qtw-hero:before {
  content: "";
  position: absolute;
  left: -90px;
  top: -70px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
.lp-qtw-hero:after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -90px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}
.lp-qtw-hero h1 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 15px;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.lp-qtw-hero p {
  font-size: 15.5px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 22px;
  line-height: 1.5;
}
.lp-qtw-hero .lp-qtw-hero-note {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  margin: 16px 0 24px;
  font-style: italic;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.lp-qtw-hero .lp-qtw-hero-note i {
  color: #facc15;
  font-style: normal;
  flex: 0 0 auto;
}
.lp-qtw-hero .lp-qtw-hero-note span {
  display: inline;
}
.lp-qtw-hero .lp-qtw-hero-note:before {
  display: none !important;
}
.lp-qtw-hero .lp-qtw-hero-cta-row {
  margin-top: 10px;
}
.lp-qtw-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.lp-qtw-list li {
  padding: 6px 0 6px 26px;
  position: relative;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  transition: transform 0.2s ease;
}
.lp-qtw-list li:hover {
  transform: translateX(4px);
}
.lp-qtw-list li i {
  position: absolute;
  left: 0;
  top: 9px;
  color: #4ade80;
  font-size: 14px;
  text-shadow: 0 0 8px rgba(74, 222, 128, 0.4);
}
.lp-qtw-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  margin: 0 10px 10px 0;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.lp-qtw-btn-main {
  background: #fff;
  color: #15803d;
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.15),
    0 4px 12px rgba(8, 56, 24, 0.12);
}
.lp-qtw-btn-main:hover {
  background: #f0fdf4;
  color: #166534;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(8, 56, 24, 0.25);
}
.lp-qtw-btn-main:active {
  transform: translateY(-1px);
}
.lp-qtw-btn-alt {
  border: 2px solid rgba(255, 255, 255, 0.85);
  color: #fff;
}
.lp-qtw-btn-alt:hover {
  background: #fff;
  color: #166534;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(255, 255, 255, 0.2);
}
.lp-qtw-btn-alt:active {
  transform: translateY(-1px);
}
.lp-qtw-form {
  background: #fff;
  border-radius: 12px;
  padding: 28px 24px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(22, 163, 74, 0.1);
}
.lp-qtw-form h3 {
  font-size: 22px;
  font-weight: 800;
  color: #166534;
  margin: 0 0 12px;
  letter-spacing: -0.5px;
}
.lp-qtw-form p {
  font-size: 14.5px;
  color: #64758b;
  margin: 0 0 16px;
  line-height: 1.5;
}
.lp-qtw-form .form-note {
  font-size: 13px;
  color: #15803d;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 6px;
  padding: 8px 12px;
  margin-bottom: 16px;
  line-height: 1.5;
}
.lp-qtw-form .lp-qtw-hero-mini-proof {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px dashed #e2e8f0;
}
.lp-qtw-form .lp-qtw-hero-mini-proof .item {
  font-size: 13.5px;
  color: #475569;
  padding: 6px 0;
  display: flex;
  align-items: center;
}
.lp-qtw-form .lp-qtw-hero-mini-proof .item i {
  color: #16a34a;
  width: 20px;
  font-size: 14px;
}
.lp-qtw-hero-visual {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 12px;
  box-shadow: 0 20px 50px rgba(6, 40, 16, 0.25);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-animation: heroFloat 6s ease-in-out infinite;
  animation: heroFloat 6s ease-in-out infinite;
}
.lp-qtw-hero-visual img {
  width: 100%;
  display: block;
  border-radius: 12px;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.lp-qtw-hero-visual:hover {
  -webkit-transform: translateY(-6px) rotateY(-4deg) rotateX(3deg);
  transform: translateY(-6px) rotateY(-4deg) rotateX(3deg);
  box-shadow: 12px 28px 58px rgba(6, 40, 16, 0.35);
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
}
.lp-qtw-hero-visual:hover img {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.lp-qtw-hero-visual-badge {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #166534;
  padding: 10px 16px;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.lp-qtw-hero-visual-badge span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lp-qtw-hero-visual-badge i {
  color: #16a34a;
  margin-right: 6px;
  font-size: 14px;
}
@-webkit-keyframes heroFloat {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0.5deg);
    transform: translateY(-8px) rotate(0.5deg);
  }
}
@keyframes heroFloat {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0.5deg);
    transform: translateY(-8px) rotate(0.5deg);
  }
}
.lp-qtw-form .form-control {
  border: 1px solid #d7e1ec;
  border-radius: 4px;
  height: 44px;
  box-shadow: none;
  font-size: 14px;
}
.lp-qtw-form .form-control:focus {
  border-color: #16a34a;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.08);
}
.lp-qtw-form textarea.form-control {
  height: 90px;
  resize: none;
  padding-top: 10px;
}
.lp-qtw-submit {
  width: 100%;
  height: 46px;
  border: none;
  border-radius: 4px;
  background: #16a34a;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 6px 14px rgba(22, 163, 74, 0.24);
}
.lp-qtw-submit:hover {
  background: #15803d;
}
.lp-qtw-proof {
  margin-top: -36px;
  position: relative;
  z-index: 4;
}
.lp-qtw-proof .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lp-qtw-proof .row > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp-qtw-proof-box {
  background: #0f5127;
  background: linear-gradient(135deg, #0f5127 0%, #156d35 100%);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(11, 41, 19, 0.22);
  padding: 24px 18px 20px;
  text-align: center;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.lp-qtw-proof-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(250, 204, 21, 0.15) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.lp-qtw-proof-box > * {
  position: relative;
  z-index: 2;
}
.lp-qtw-proof-box:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(11, 41, 19, 0.35);
  border-color: rgba(250, 204, 21, 0.4);
}
.lp-qtw-proof-box:hover:before {
  opacity: 1;
}
.lp-qtw-proof-box i {
  width: 52px;
  height: 52px;
  line-height: 52px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 22px;
  color: #facc15;
  margin-bottom: 12px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0 0 0 0px rgba(250, 204, 21, 0.2);
  border: 1px solid rgba(250, 204, 21, 0.25);
}
.lp-qtw-proof-box:hover i {
  background: #facc15;
  color: #0f5127;
  transform: scale(1.08);
  box-shadow: 0 0 0 6px rgba(250, 204, 21, 0.2);
}
.lp-qtw-proof-box .num {
  display: block;
  font-size: 32px;
  font-weight: 800;
  color: #facc15;
  line-height: 1.1;
  margin-bottom: 6px;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.lp-qtw-proof-box .txt {
  display: block;
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.3;
}
.lp-qtw-proof-box .sub {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.4;
  margin-top: 4px;
}
.lp-qtw-proof .col-md-3:nth-child(1) .lp-qtw-proof-box {
  background: linear-gradient(135deg, #0b4620 0%, #115c2b 100%);
}
.lp-qtw-proof .col-md-3:nth-child(2) .lp-qtw-proof-box {
  background: linear-gradient(135deg, #0c4c23 0%, #136530 100%);
}
.lp-qtw-proof .col-md-3:nth-child(3) .lp-qtw-proof-box {
  background: linear-gradient(135deg, #0e5227 0%, #156d35 100%);
}
.lp-qtw-proof .col-md-3:nth-child(4) .lp-qtw-proof-box {
  background: linear-gradient(135deg, #10592b 0%, #18773b 100%);
}
.lp-qtw-card,
.lp-qtw-price,
.lp-qtw-review,
.lp-qtw-faq-card,
.lp-qtw-usp,
.lp-qtw-step {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(22, 53, 89, 0.08);
  width: 100%;
}
.lp-qtw-card {
  padding: 24px 20px;
  height: 100%;
}
.lp-qtw-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #eef6ff;
  color: #0b6fbe;
  font-size: 20px;
  text-align: center;
  margin-bottom: 16px;
}
.lp-qtw-card h3 {
  font-size: 18.5px;
  font-weight: 750;
  color: #163b70;
  margin: 0 0 10px;
  line-height: 1.3;
}
.lp-qtw-card p {
  font-size: 14.5px;
  color: #66778c;
  margin: 0;
  line-height: 1.5;
}
.lp-qtw-pain {
  background: #f8fafc;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  padding-top: 76px;
}
.lp-qtw-pain .lp-qtw-title {
  color: #1e293b;
}
.lp-qtw-pain .lp-qtw-sub {
  color: #64758b;
}
.lp-qtw-pain .lp-qtw-mini {
  background: #fee2e2;
  color: #ef4444;
  border: 1px solid #fca5a5;
}
.lp-qtw-pain .lp-qtw-card {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 25px rgba(148, 163, 184, 0.06);
  -webkit-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.lp-qtw-pain .lp-qtw-card h3 {
  color: #1e293b;
  transition: color 0.3s ease;
}
.lp-qtw-pain .lp-qtw-card p {
  color: #64758b;
  transition: color 0.3s ease;
}
.lp-qtw-pain .col-md-4,
.lp-qtw-pain .col-sm-6 {
  margin-bottom: 24px;
}
.lp-qtw-pain .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -24px;
}
.lp-qtw-pain .row > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp-qtw-pain .lp-qtw-card i {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

/* Card 1: Website l?-i, ch?m (Green Neon) */
.lp-qtw-pain .col-md-4:nth-child(1) .lp-qtw-card i,
.lp-qtw-pain .col-sm-6:nth-child(1) .lp-qtw-card i {
  background: #f0fdf4;
  color: #16a34a;
  border: 1px solid #bbf7d0;
}
.lp-qtw-pain .col-md-4:nth-child(1) .lp-qtw-card:hover {
  transform: translateY(-6px);
  border-color: #22c55e;
  box-shadow: 0 12px 30px rgba(34, 197, 94, 0.12);
  background: #ffffff;
}
.lp-qtw-pain .col-md-4:nth-child(1) .lp-qtw-card:hover i {
  background: #22c55e;
  color: #ffffff;
  transform: scale(1.08);
}

/* Card 2: N?Ti dung cu (Lime Neon) */
.lp-qtw-pain .col-md-4:nth-child(2) .lp-qtw-card i,
.lp-qtw-pain .col-sm-6:nth-child(2) .lp-qtw-card i {
  background: #f7fee7;
  color: #84cc16;
  border: 1px solid #d9f99d;
}
.lp-qtw-pain .col-md-4:nth-child(2) .lp-qtw-card:hover {
  transform: translateY(-6px);
  border-color: #84cc16;
  box-shadow: 0 12px 30px rgba(132, 204, 22, 0.12);
  background: #ffffff;
}
.lp-qtw-pain .col-md-4:nth-child(2) .lp-qtw-card:hover i {
  background: #84cc16;
  color: #ffffff;
  transform: scale(1.08);
}

/* Card 3: SEO y?u (Cyan Neon) */
.lp-qtw-pain .col-md-4:nth-child(3) .lp-qtw-card i,
.lp-qtw-pain .col-sm-6:nth-child(3) .lp-qtw-card i {
  background: #ecfeff;
  color: #06b6d4;
  border: 1px solid #c5f6fa;
}
.lp-qtw-pain .col-md-4:nth-child(3) .lp-qtw-card:hover {
  transform: translateY(-6px);
  border-color: #06b6d4;
  box-shadow: 0 12px 30px rgba(6, 182, 212, 0.12);
  background: #ffffff;
}
.lp-qtw-pain .col-md-4:nth-child(3) .lp-qtw-card:hover i {
  background: #06b6d4;
  color: #ffffff;
  transform: scale(1.08);
}

/* Card 4: Thu� nhi?u v?< tr� (Yellow Neon) */
.lp-qtw-pain .col-md-4:nth-child(4) .lp-qtw-card i,
.lp-qtw-pain .col-sm-6:nth-child(4) .lp-qtw-card i {
  background: #fefce8;
  color: #ca8a04;
  border: 1px solid #fef08a;
}
.lp-qtw-pain .col-md-4:nth-child(4) .lp-qtw-card:hover {
  transform: translateY(-6px);
  border-color: #eab308;
  box-shadow: 0 12px 30px rgba(234, 179, 8, 0.12);
  background: #ffffff;
}
.lp-qtw-pain .col-md-4:nth-child(4) .lp-qtw-card:hover i {
  background: #eab308;
  color: #ffffff;
  transform: scale(1.08);
}

/* Card 5: R?i ro b?o m?t (Rose/Red Neon) */
.lp-qtw-pain .col-md-4:nth-child(5) .lp-qtw-card i,
.lp-qtw-pain .col-sm-6:nth-child(5) .lp-qtw-card i {
  background: #fff1f2;
  color: #e11d48;
  border: 1px solid #fecdd3;
}
.lp-qtw-pain .col-md-4:nth-child(5) .lp-qtw-card:hover {
  transform: translateY(-6px);
  border-color: #f43f5e;
  box-shadow: 0 12px 30px rgba(244, 63, 94, 0.12);
  background: #ffffff;
}
.lp-qtw-pain .col-md-4:nth-child(5) .lp-qtw-card:hover i {
  background: #f43f5e;
  color: #ffffff;
  transform: scale(1.08);
}

/* Card 6: Website chua h?- tr? chuy?fn ?'?.i (Orange Neon) */
.lp-qtw-pain .col-md-4:nth-child(6) .lp-qtw-card i,
.lp-qtw-pain .col-sm-6:nth-child(6) .lp-qtw-card i {
  background: #fff7ed;
  color: #ea580c;
  border: 1px solid #ffedd5;
}
.lp-qtw-pain .col-md-4:nth-child(6) .lp-qtw-card:hover {
  transform: translateY(-6px);
  border-color: #f97316;
  box-shadow: 0 12px 30px rgba(249, 115, 22, 0.12);
  background: #ffffff;
}
.lp-qtw-pain .col-md-4:nth-child(6) .lp-qtw-card:hover i {
  background: #f97316;
  color: #ffffff;
  transform: scale(1.08);
}
/* Dark Glassmorphism USP Section */
.lp-qtw-dark-glass {
  background: #060e0a;
  background: radial-gradient(circle at top, #0f301b 0%, #050b07 100%);
  position: relative;
}
.lp-qtw-dark-glass .lp-qtw-title {
  color: #ffffff;
}
.lp-qtw-dark-glass .lp-qtw-sub {
  color: rgba(255, 255, 255, 0.7);
}
.lp-qtw-dark-glass .lp-qtw-mini {
  background: rgba(34, 197, 94, 0.15);
  color: #4ade80;
  border: 1px solid rgba(74, 222, 128, 0.3);
}

.lp-qtw-dark-glass .lp-qtw-usp {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 24px 20px;
  height: 100%;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}
.lp-qtw-dark-glass .lp-qtw-usp .top {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.lp-qtw-dark-glass .lp-qtw-usp h3 {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
}
.lp-qtw-dark-glass .lp-qtw-usp ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lp-qtw-dark-glass .lp-qtw-usp ul li {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  font-size: 14.5px;
  padding: 8px 0 8px 24px;
  position: relative;
}
.lp-qtw-dark-glass .lp-qtw-usp ul li:last-child {
  border-bottom: none;
}
.lp-qtw-dark-glass .lp-qtw-usp ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 12px;
}

/* Card specific neon accents */
/* 1. K? thu?t (Green Neon) */
.lp-qtw-dark-glass .col-md-4:nth-child(1) .lp-qtw-usp .icon {
  background: linear-gradient(135deg, #16a34a, #22c55e);
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 8px;
  font-size: 18px;
  margin-right: 12px;
}
.lp-qtw-dark-glass .col-md-4:nth-child(1) .lp-qtw-usp ul li:before {
  color: #22c55e;
}
.lp-qtw-dark-glass .col-md-4:nth-child(1) .lp-qtw-usp:hover {
  transform: translateY(-6px);
  border-color: rgba(34, 197, 94, 0.5);
  box-shadow: 0 12px 30px rgba(34, 197, 94, 0.2),
    inset 0 0 12px rgba(34, 197, 94, 0.1);
  background: rgba(255, 255, 255, 0.05);
}

/* 2. N?Ti dung (Cyan Neon) */
.lp-qtw-dark-glass .col-md-4:nth-child(2) .lp-qtw-usp .icon {
  background: linear-gradient(135deg, #0891b2, #06b6d4);
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 8px;
  font-size: 18px;
  margin-right: 12px;
}
.lp-qtw-dark-glass .col-md-4:nth-child(2) .lp-qtw-usp ul li:before {
  color: #06b6d4;
}
.lp-qtw-dark-glass .col-md-4:nth-child(2) .lp-qtw-usp:hover {
  transform: translateY(-6px);
  border-color: rgba(6, 182, 212, 0.5);
  box-shadow: 0 12px 30px rgba(6, 182, 212, 0.2),
    inset 0 0 12px rgba(6, 182, 212, 0.1);
  background: rgba(255, 255, 255, 0.05);
}

/* 3. SEO & Ads (Yellow Neon) */
.lp-qtw-dark-glass .col-md-4:nth-child(3) .lp-qtw-usp .icon {
  background: linear-gradient(135deg, #ca8a04, #eab308);
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 8px;
  font-size: 18px;
  margin-right: 12px;
}
.lp-qtw-dark-glass .col-md-4:nth-child(3) .lp-qtw-usp ul li:before {
  color: #eab308;
}
.lp-qtw-dark-glass .col-md-4:nth-child(3) .lp-qtw-usp:hover {
  transform: translateY(-6px);
  border-color: rgba(234, 179, 8, 0.5);
  box-shadow: 0 12px 30px rgba(234, 179, 8, 0.2),
    inset 0 0 12px rgba(234, 179, 8, 0.1);
  background: rgba(255, 255, 255, 0.05);
}
.lp-qtw-compare-table-wrap {
  background: #fcfdfc;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(22, 163, 74, 0.08);
  border: 1px solid #e5efe8;
}
.lp-qtw-compare-table > thead > tr > th {
  background: #166534;
  color: #fff;
  border: none !important;
  padding: 12px 15px;
  font-size: 15px;
}
.lp-qtw-compare-table > tbody > tr > td {
  padding: 12px 15px !important;
  border-top: 1px solid #e8eef4 !important;
  color: #5b6d84;
  font-size: 14.5px;
}
.lp-qtw-compare-good {
  background: #eefbf6;
  color: #137d5b;
  font-weight: 700;
}
.lp-qtw-compare-table > tbody > tr > td:first-child {
  font-weight: 700;
  color: #1e293b;
}
.lp-qtw-compare-table tbody tr:hover {
  background-color: #f8fafc;
}
.lp-qtw-compare-table tbody tr:hover td.lp-qtw-compare-good {
  background-color: #e6f7ef;
}
.lp-qtw-compare-table i {
  margin-right: 8px;
  width: 16px;
  text-align: center;
  font-size: 14px;
}
.lp-qtw-icon-good {
  color: #16a34a;
}
.lp-qtw-icon-bad {
  color: #ef4444;
}
.lp-qtw-icon-neutral {
  color: #64758b;
}
.lp-qtw-price {
  height: 100%;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}
.lp-qtw-price.hot {
  border: 2px solid #16a34a;
  transform: scale(1.01);
  box-shadow: 0 12px 24px rgba(22, 163, 74, 0.18);
}
.lp-qtw-price-head {
  padding: 20px 15px 12px;
  background: #f9fbff;
  text-align: center;
}
.lp-qtw-price.hot .lp-qtw-price-head {
  background: linear-gradient(135deg, #166534, #16a34a);
  color: #fff;
}
.lp-qtw-price-name {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 4px;
}
.lp-qtw-price-value {
  font-size: 34px;
  font-weight: 800;
  color: #16a34a;
  line-height: 1.2;
}
.lp-qtw-price.hot .lp-qtw-price-value {
  color: #dcfce7;
}
.lp-qtw-price-note {
  font-size: 13.5px;
  color: #7787a0;
}
.lp-qtw-price.hot .lp-qtw-price-note {
  color: rgba(255, 255, 255, 0.82);
}
.lp-qtw-price-body {
  padding: 20px;
}
.lp-qtw-price-body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.lp-qtw-price-body ul li {
  padding: 6px 0 6px 22px;
  position: relative;
  border-bottom: 1px dashed #ebeff5;
  color: #607188;
  font-size: 14px;
}
.lp-qtw-price-body ul li:last-child {
  border-bottom: none;
}
.lp-qtw-price-body ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 8px;
  color: #16a34a;
}
.lp-qtw-price-btn {
  display: block;
  text-align: center;
  background: #166534;
  color: #fff;
  padding: 10px 15px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
}
.lp-qtw-price-btn:hover {
  background: #15803d;
  color: #fff;
}
.lp-qtw-price.hot .lp-qtw-price-btn {
  background: #16a34a;
}
.lp-qtw-price.hot .lp-qtw-price-btn:hover {
  background: #15803d;
}
.lp-qtw-hot-badge {
  position: absolute;
  top: 15px;
  right: -36px;
  background: #16a34a;
  color: #fff;
  padding: 8px 40px;
  transform: rotate(38deg);
  font-size: 12px;
  font-weight: 800;
}

.lp-qtw-step {
  text-align: center;
  padding: 20px 12px;
  height: 100%;
  border: 1px solid #e5f3e8;
}
.lp-qtw-step-round {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #166534, #16a34a);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  margin: 0 auto 10px;
  box-shadow: 0 8px 16px rgba(22, 163, 74, 0.18);
}
.lp-qtw-step h3 {
  font-size: 16px;
  font-weight: 800;
  color: #166534;
  margin: 0 0 6px;
}
.lp-qtw-step p {
  font-size: 14px;
  color: #6c7c90;
  margin: 0;
}
.lp-qtw-section .col-md-3:nth-child(1) .lp-qtw-step {
  background: #f3fbf5;
}
.lp-qtw-section .col-md-3:nth-child(2) .lp-qtw-step {
  background: #f7fcf3;
}
.lp-qtw-section .col-md-3:nth-child(3) .lp-qtw-step {
  background: #f2fbfa;
}
.lp-qtw-section .col-md-3:nth-child(4) .lp-qtw-step {
  background: #f6fbf6;
}
.lp-qtw-review {
  padding: 20px 16px;
  height: 100%;
  border: 1px solid #e5f3e8;
}
.lp-qtw-review-top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.lp-qtw-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ecfdf3;
  color: #16a34a;
  line-height: 44px;
  text-align: center;
  font-weight: 800;
  margin-right: 10px;
  font-size: 14px;
}
.lp-qtw-review-top strong {
  display: block;
  color: #166534;
  font-size: 15px;
  line-height: 1.2;
}
.lp-qtw-review-top span {
  font-size: 13px;
  color: #7e8ea2;
}
.lp-qtw-stars {
  color: #f59e0b;
  font-size: 13px;
  margin-bottom: 8px;
}
.lp-qtw-review p {
  font-size: 14px;
  color: #66778c;
  margin: 0;
  line-height: 1.5;
}
.lp-qtw-section .col-md-4:nth-child(1) .lp-qtw-review {
  background: #f3fbf5;
}
.lp-qtw-section .col-md-4:nth-child(2) .lp-qtw-review {
  background: #f7fcf3;
}
.lp-qtw-section .col-md-4:nth-child(3) .lp-qtw-review {
  background: #f2fbfa;
}

/* Owl Carousel Feedback Slider */
.lp-qtw-feedback-slider-container {
  position: relative;
  padding: 0 40px;
  margin-top: 30px;
}
.lp-qtw-feedback-slider {
  padding: 10px 5px 45px;
  position: relative;
}
.lp-qtw-feedback-slider .item {
  padding: 0 7px;
}
.lp-qtw-feedback-item {
  background: #fcfdfc;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(22, 101, 52, 0.08);
  border: 1px solid #e5f3e8;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-qtw-feedback-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(22, 101, 52, 0.15);
}
.lp-qtw-feedback-item a {
  display: block;
  width: 100%;
  cursor: zoom-in;
}
.lp-qtw-feedback-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Owl navigation buttons customization */
.lp-qtw-feedback-slider-container .owl-nav {
  margin-top: 0;
  position: static;
}
.lp-qtw-feedback-slider-container .owl-nav .owl-prev,
.lp-qtw-feedback-slider-container .owl-nav .owl-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 99 !important;
  color: #16a34a !important;
  width: 44px !important;
  height: 44px !important;
  background: #fff !important;
  border: 1px solid #16a34a !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: 0 8px 18px rgba(22, 163, 74, 0.14) !important;
  cursor: pointer !important;
}
.lp-qtw-feedback-slider-container .owl-nav .owl-prev span,
.lp-qtw-feedback-slider-container .owl-nav .owl-next span {
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  color: inherit !important;
  display: block !important;
  margin-top: -10px !important;
}
.lp-qtw-feedback-slider-container .owl-nav .owl-prev:hover,
.lp-qtw-feedback-slider-container .owl-nav .owl-next:hover {
  background: #16a34a !important;
  border-color: #16a34a !important;
  color: #fff !important;
  box-shadow: 0 12px 22px rgba(22, 163, 74, 0.22) !important;
}
.lp-qtw-feedback-slider-container .owl-nav .owl-prev {
  left: -20px !important;
}
.lp-qtw-feedback-slider-container .owl-nav .owl-next {
  right: -20px !important;
}

/* Owl pagination customization */
.lp-qtw-feedback-slider-container .owl-dots {
  margin-top: 18px;
  text-align: center;
}
.lp-qtw-feedback-slider-container .owl-dots .owl-dot span {
  background: #cbd5e1;
  opacity: 1;
  width: 8px;
  height: 8px;
  margin: 5px 4px;
  transition: all 0.3s ease;
}
.lp-qtw-feedback-slider-container .owl-dots .owl-dot.active span,
.lp-qtw-feedback-slider-container .owl-dots .owl-dot:hover span {
  background: #16a34a;
  width: 24px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .lp-qtw-feedback-slider-container {
    padding: 0 10px;
  }
  .lp-qtw-feedback-slider-container .owl-nav {
    display: none;
  }
  .lp-qtw-feedback-slider {
    padding-bottom: 35px;
  }
}

.lp-qtw-case-study {
  background: linear-gradient(135deg, #071b18 0%, #0f172a 100%);
  color: #fff;
  overflow: hidden;
}

.lp-qtw-case-study .lp-qtw-title {
  color: #fff;
}

.lp-qtw-case-study .lp-qtw-sub {
  color: rgba(255, 255, 255, 0.82);
  max-width: 860px;
}

.lp-qtw-case-study .lp-qtw-mini {
  background: rgba(34, 197, 94, 0.12);
  color: #86efac;
  border: 1px solid rgba(134, 239, 172, 0.28);
}

.lp-qtw-case-study-slider-wrap {
  position: relative;
  padding: 0 46px;
  margin-top: 30px;
}

.lp-qtw-case-study-slider {
  padding: 8px 4px 46px;
}

.lp-qtw-case-study-slider .item {
  padding: 0 8px;
}

.lp-qtw-case-study-card {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}

.lp-qtw-case-study-image {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.14) 0%,
    rgba(255, 255, 255, 0.06) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.26);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.lp-qtw-case-study-image:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.32);
  border-color: rgba(134, 239, 172, 0.45);
}

.lp-qtw-case-study-image a {
  display: block;
  cursor: zoom-in;
}

.lp-qtw-case-study-image img {
  width: 100%;
  height: auto;
  display: block;
}

.lp-qtw-case-study-meta {
  margin-top: 16px;
}

.lp-qtw-case-study-meta h3 {
  margin: 0 0 4px;
  color: #86efac;
  font-size: 20px;
  font-weight: 800;
}

.lp-qtw-case-study-meta h3 i {
  margin-right: 6px;
  color: #facc15;
}

.lp-qtw-case-study-meta p {
  margin: 0;
  color: #e2e8f0;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
}

.lp-qtw-case-study-note {
  max-width: 900px;
  margin: 0 auto 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-style: italic;
}

.lp-qtw-case-study-slider-wrap .owl-nav {
  margin-top: 0;
  position: static;
}

.lp-qtw-case-study-slider-wrap .owl-nav .owl-prev,
.lp-qtw-case-study-slider-wrap .owl-nav .owl-next {
  position: absolute !important;
  top: 42% !important;
  transform: translateY(-50%) !important;
  z-index: 99 !important;
  color: #16a34a !important;
  width: 48px !important;
  height: 48px !important;
  background: #fff !important;
  border: 1px solid rgba(22, 163, 74, 0.9) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.34) !important;
  cursor: pointer !important;
}

.lp-qtw-case-study-slider-wrap .owl-nav .owl-prev span,
.lp-qtw-case-study-slider-wrap .owl-nav .owl-next span {
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  color: inherit !important;
  display: block !important;
  margin-top: -10px !important;
}

.lp-qtw-case-study-slider-wrap .owl-nav .owl-prev:hover,
.lp-qtw-case-study-slider-wrap .owl-nav .owl-next:hover {
  background: #16a34a !important;
  border-color: #16a34a !important;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(22, 163, 74, 0.28) !important;
}

.lp-qtw-case-study-slider-wrap .owl-nav .owl-prev {
  left: -4px !important;
}

.lp-qtw-case-study-slider-wrap .owl-nav .owl-next {
  right: -4px !important;
}

.lp-qtw-case-study-slider-wrap .owl-dots {
  margin-top: 20px;
  text-align: center;
}

.lp-qtw-case-study-slider-wrap .owl-dots .owl-dot span {
  background: rgba(226, 232, 240, 0.45);
  opacity: 1;
  width: 8px;
  height: 8px;
  margin: 5px 4px;
  transition: all 0.3s ease;
}

.lp-qtw-case-study-slider-wrap .owl-dots .owl-dot.active span,
.lp-qtw-case-study-slider-wrap .owl-dots .owl-dot:hover span {
  background: #86efac;
  width: 24px;
  border-radius: 4px;
}

body.lp-qtw-lightbox-open {
  overflow: hidden;
}

.lp-qtw-case-study-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.lp-qtw-case-study-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.lp-qtw-case-study-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.82);
}

.lp-qtw-case-study-lightbox-dialog {
  position: relative;
  z-index: 1;
  max-width: min(1180px, 92vw);
  max-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-qtw-case-study-lightbox-image {
  display: block;
  max-width: 100%;
  max-height: 92vh;
  width: auto;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  background: #fff;
}

.lp-qtw-case-study-lightbox-close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #0f172a;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.lp-qtw-case-study-lightbox-close:hover {
  transform: scale(1.06);
  background: #16a34a;
  color: #fff;
}

.lp-qtw-faq-wrap .panel {
  border: 1px solid #dfe7e3;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02),
    0 2px 4px -1px rgba(0, 0, 0, 0.01);
  border-radius: 8px !important;
  overflow: hidden;
  margin-bottom: 14px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fafcfa;
}
.lp-qtw-faq-wrap .panel:hover {
  border-color: #bbf7d0;
  box-shadow: 0 10px 15px -3px rgba(22, 163, 74, 0.05),
    0 4px 6px -2px rgba(22, 163, 74, 0.02);
}
/* Style active panel (khi đang mở) */
.lp-qtw-faq-wrap .panel:has(a:not(.collapsed)) {
  border-color: #16a34a;
  box-shadow: 0 10px 20px -3px rgba(22, 163, 74, 0.08);
}
.lp-qtw-faq-wrap .panel-heading {
  padding: 0;
  background: #fafcfa;
  transition: background-color 0.3s ease;
}
.lp-qtw-faq-wrap .panel:has(a:not(.collapsed)) .panel-heading {
  background-color: #f0fdf4;
}
.lp-qtw-faq-wrap .panel-title a {
  display: block;
  padding: 18px 50px 18px 20px;
  color: #1e293b;
  font-size: 16.5px;
  font-weight: 700;
  position: relative;
  transition: color 0.3s ease;
  text-decoration: none !important;
}
.lp-qtw-faq-wrap .panel-title a:not(.collapsed) {
  color: #15803d;
}
.lp-qtw-faq-wrap .panel-title a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  color: #16a34a;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease;
  font-size: 18px;
}
.lp-qtw-faq-wrap .panel-title a.collapsed:after {
  transform: translateY(-50%) rotate(-90deg);
  color: #64758b;
}
.lp-qtw-faq-wrap .panel-body {
  padding: 4px 20px 20px;
  color: #475569;
  border-top: none;
  font-size: 15px;
  line-height: 1.6;
  background: #fafcfa;
}
.lp-qtw-faq-wrap .panel:has(a:not(.collapsed)) .panel-body {
  background: #f0fdf4;
}
.lp-qtw-more-section {
  background: #f8fafc;
  padding-top: 20px;
}

.lp-qtw-more-header {
  margin-bottom: 28px;
}

.lp-qtw-more-title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 44px;
  color: #16a34a;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.lp-qtw-more-title:before,
.lp-qtw-more-title:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, rgba(250, 204, 21, 0.25), #facc15);
}

.lp-qtw-more-title:before {
  left: -52px;
}

.lp-qtw-more-title:after {
  right: -52px;
  transform: scaleX(-1);
}

.lp-qtw-more-wrapper {
  position: relative;
}

.lp-qtw-more-content {
  position: relative;
  background: #fafcfa;
  border: 1px dashed #22c55e;
  border-radius: 18px;
  padding: 40px 40px 64px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
  transition: max-height 0.35s ease;
}

.lp-qtw-more-content.collapsed {
  max-height: 520px;
  overflow: hidden;
}

.lp-qtw-more-content.is-expanded {
  max-height: none;
  overflow: visible;
}

.lp-qtw-more-content-inner,
.lp-qtw-more-content-inner p,
.lp-qtw-more-content-inner li {
  color: #1e293b;
  font-size: 16px;
  line-height: 1.8;
}

.lp-qtw-more-content-inner h1,
.lp-qtw-more-content-inner h2,
.lp-qtw-more-content-inner h3,
.lp-qtw-more-content-inner h4,
.lp-qtw-more-content-inner h5,
.lp-qtw-more-content-inner h6 {
  color: #0f172a;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 18px;
}

.lp-qtw-more-content-inner h2 {
  font-size: 26px;
}

.lp-qtw-more-content-inner h3 {
  font-size: 22px;
}

.lp-qtw-more-content-inner > *:last-child {
  margin-bottom: 0;
}

.lp-qtw-more-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 130px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 80%);
  pointer-events: none;
}

.lp-qtw-more-content.is-expanded .lp-qtw-more-overlay {
  display: none;
}

.lp-qtw-more-btn-wrap {
  position: relative;
  margin-top: -20px;
  text-align: center;
  z-index: 2;
}

.lp-qtw-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 150px;
  border: none;
  border-radius: 999px;
  padding: 12px 28px;
  background: linear-gradient(135deg, #16a34a, #15803d);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(22, 163, 74, 0.22);
  transition: all 0.25s ease;
}

.lp-qtw-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(22, 163, 74, 0.28);
}

.lp-qtw-more-btn i {
  font-size: 14px;
}

.lp-qtw-final {
  background: linear-gradient(135deg, #0b5924 0%, #16a34a 50%, #22c55e 100%);
  color: #fff;
  padding: 80px 0;
}
.lp-qtw-final .row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
}
.lp-qtw-final .lp-qtw-title {
  color: #fff;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.25;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
}
.lp-qtw-final .lp-qtw-sub {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  width: 100%;
}
.lp-qtw-final [class*="col-"] {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: center !important;
}
.lp-qtw-final .lp-qtw-mini {
  align-self: flex-start !important;
}
.lp-qtw-final .col-md-6 {
  width: 50% !important;
  flex: 0 0 50% !important;
  max-width: 50% !important;
  box-sizing: border-box !important;
  padding: 0 15px !important;
}
.lp-qtw-contact {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 30px 24px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  margin-top: 20px;
  width: 100%;
  box-sizing: border-box;
}
.lp-qtw-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lp-qtw-contact li {
  padding: 12px 0 12px 35px;
  position: relative;
  color: #fff;
  font-size: 15px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}
.lp-qtw-contact li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.lp-qtw-contact li:first-child {
  padding-top: 0;
}
.lp-qtw-contact li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #facc15;
  font-size: 18px;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.lp-qtw-contact li strong {
  font-weight: 700;
  color: #fff;
}
@media (max-width: 991px) {
  .lp-qtw-final .col-md-6 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .lp-qtw-final .row {
    flex-direction: column !important;
  }
  .lp-qtw-hero .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lp-qtw-hero h1 {
    font-size: 28px;
  }
  .lp-qtw-hero-visual {
    margin-top: 24px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .lp-qtw-title {
    font-size: 24px;
  }
  .lp-qtw-price.hot {
    transform: none;
  }
}
@media (max-width: 767px) {
  .page-template-page-quantriweb-v2 {
    padding-bottom: 50px;
  }
  .lp-qtw-section {
    padding: 30px 0;
  }
  .lp-qtw-hero {
    padding: 40px 0 30px;
  }
  .lp-qtw-hero h1 {
    font-size: 22px;
    line-height: 1.25;
  }
  .lp-qtw-hero p {
    font-size: 14.5px;
  }
  .lp-qtw-title {
    font-size: 22px;
  }
  .lp-qtw-btn {
    display: block;
    width: 100%;
    margin-right: 0;
    padding: 10px 18px;
  }
  .lp-qtw-form {
    margin-top: 20px;
    padding: 20px 16px;
  }
  .lp-qtw-form h3 {
    font-size: 18px;
  }
  .lp-qtw-hero-visual {
    margin-top: 20px;
    padding: 8px;
    border-radius: 12px;
  }
  .lp-qtw-hero-visual img {
    border-radius: 8px;
  }
  .lp-qtw-hero-visual-badge {
    position: static;
    margin-top: 10px;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .lp-qtw-hero-visual-badge i {
    color: #4ade80;
  }
  /* Mobile Swipe for Proof Boxes */
  .lp-qtw-proof .row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; /* Hide scrollbar for Firefox */
    -ms-overflow-style: none; /* Hide scrollbar for IE/Edge */
    padding: 8px 4px 18px !important;
    margin-left: -15px;
    margin-right: -15px;
  }
  .lp-qtw-proof .row::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome/Safari */
  }
  .lp-qtw-proof .row > [class*="col-"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 82% !important;
    flex: 0 0 82% !important;
    max-width: 82% !important;
    scroll-snap-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .lp-qtw-proof-box {
    margin-bottom: 0 !important;
    width: 100% !important;
  }
  .lp-qtw-card,
  .lp-qtw-usp,
  .lp-qtw-price,
  .lp-qtw-review,
  .lp-qtw-step {
    margin-bottom: 12px;
  }
}

.lp-qtw-mini-white {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.lp-qtw-sub-wide {
  max-width: 920px;
}

.lp-qtw-sub-no-margin {
  margin-bottom: 0;
}

.lp-qtw-price-relative {
  position: relative;
}

.lp-qtw-sub-left {
  margin-left: 0;
}

.lp-qtw-form-top {
  margin-top: 18px;
}

.lp-qtw-mt-30 {
  margin-top: 30px !important;
}

/* Prevent horizontal scroll overflow globally on this specific page template */
body.page-template-page-quantriweb-v2 {
  overflow-x: hidden !important;
}

/* Ensure all major landing page sections are clear and block layout */
.lp-qtw-hero,
.lp-qtw-section {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  clear: both;
  overflow: hidden; /* Extra clipping layer for any absolute elements */
}

/* Allow proof boxes to float up on hover without clipping container bounds */
.lp-qtw-proof {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  clear: both;
  overflow: visible !important;
  background: linear-gradient(to bottom, transparent 36px, #f8fafc 36px);
}

.lp-qtw-badge-inline {
  background: #facc15;
  color: #1e293b;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 6px;
  vertical-align: middle;
  display: inline-block;
}
.lp-qtw-price {
  background: #ffffff !important;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}
.lp-qtw-price:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 36px rgba(22, 163, 74, 0.12);
}
.lp-qtw-price-head {
  border-bottom: 1px solid #f1f5f9;
  padding: 30px 24px 20px !important;
}
.lp-qtw-price-name {
  color: #1e293b;
  font-size: 20px !important;
}
.lp-qtw-price-value {
  color: #166534 !important;
  font-size: 36px !important;
  margin: 10px 0;
}
.lp-qtw-price.hot {
  border: 3px solid #16a34a !important;
  position: relative;
  transform: scale(1.03) !important;
  box-shadow: 0 20px 40px rgba(22, 163, 74, 0.16) !important;
}
.lp-qtw-price.hot:hover {
  transform: scale(1.03) translateY(-4px) !important;
}
.lp-qtw-price.hot .lp-qtw-price-head {
  background: linear-gradient(135deg, #15803d, #16a34a) !important;
}
.lp-qtw-price.hot .lp-qtw-price-name {
  color: #ffffff !important;
}
.lp-qtw-price.hot .lp-qtw-price-value {
  color: #ffffff !important;
}
.lp-qtw-price-body {
  padding: 24px !important;
}
.lp-qtw-price-body ul li {
  border-bottom: 1px solid #f1f5f9 !important;
  padding: 10px 0 10px 24px !important;
  color: #475569 !important;
}
.lp-qtw-price-body ul li:before {
  color: #16a34a !important;
  top: 12px !important;
}
.lp-qtw-price-btn {
  border-radius: 8px !important;
  padding: 12px 20px !important;
  font-size: 15px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(22, 101, 52, 0.15);
  transition: all 0.3s ease;
}
.lp-qtw-price-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(22, 101, 52, 0.25);
}
.lp-qtw-hot-badge {
  top: 18px !important;
  right: -32px !important;
  padding: 6px 36px !important;
  background: #facc15 !important;
  color: #1e293b !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.lp-qtw-price-icon {
  font-size: 32px;
  margin-bottom: 12px;
  color: #16a34a;
}
.lp-qtw-price.hot .lp-qtw-price-icon {
  color: #facc15;
}
.lp-qtw-price.hot {
  border: 3px solid #16a34a !important;
  position: relative;
  transform: scale(1.03) !important;
  box-shadow: 0 20px 40px rgba(22, 163, 74, 0.16) !important;
  padding: 0 !important;
}
.lp-qtw-price.hot .lp-qtw-price-head {
  margin: 0 !important;
  border-radius: 9px 9px 0 0 !important;
}
.lp-qtw-hot-badge {
  top: 16px !important;
  right: -36px !important;
  padding: 6px 40px !important;
  background: #facc15 !important;
  color: #1e293b !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transform: rotate(36deg) !important;
  z-index: 2;
}
.lp-qtw-price.hot {
  border: 3px solid #16a34a !important;
  position: relative;
  transform: scale(1.03) !important;
  box-shadow: 0 20px 40px rgba(22, 163, 74, 0.16) !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.lp-qtw-price.hot .lp-qtw-price-head {
  margin: 0 !important;
  border-radius: 0 !important;
}
.lp-qtw-hot-badge {
  position: absolute !important;
  top: 16px !important;
  right: -32px !important;
  padding: 6px 36px !important;
  background: #facc15 !important;
  color: #1e293b !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transform: rotate(38deg) !important;
  z-index: 10 !important;
}
@media (max-width: 991px) {
  .lp-qtw-case-study-slider-wrap {
    padding: 0 34px;
  }
}

@media (max-width: 767px) {
  .lp-qtw-case-study-slider-wrap {
    margin-top: 18px;
    padding: 0 10px;
  }

  .lp-qtw-case-study-slider {
    padding-bottom: 35px;
  }

  .lp-qtw-case-study-slider .item {
    padding: 0;
  }

  .lp-qtw-case-study-slider-wrap .owl-nav {
    display: none;
  }

  .lp-qtw-case-study-card {
    margin-bottom: 0;
  }

  .lp-qtw-case-study-lightbox {
    padding: 16px;
  }

  .lp-qtw-case-study-lightbox-dialog {
    max-width: 100%;
  }

  .lp-qtw-case-study-lightbox-close {
    top: -10px;
    right: -4px;
    width: 38px;
    height: 38px;
    font-size: 26px;
  }

  .lp-qtw-case-study-image {
    border-radius: 12px;
  }

  .lp-qtw-case-study-meta h3 {
    font-size: 22px;
  }

  .lp-qtw-case-study-meta p {
    font-size: 17px;
  }

  .lp-qtw-case-study-note {
    font-size: 17px;
    line-height: 1.6;
    margin-top: 16px;
  }

  .lp-qtw-more-section {
    padding-top: 10px;
  }

  .lp-qtw-more-title {
    font-size: 22px;
    padding: 0 20px;
  }

  .lp-qtw-more-title:before,
  .lp-qtw-more-title:after {
    width: 38px;
  }

  .lp-qtw-more-title:before {
    left: -22px;
  }

  .lp-qtw-more-title:after {
    right: -22px;
  }

  .lp-qtw-more-content {
    padding: 22px 18px 54px;
    border-radius: 14px;
  }

  .lp-qtw-more-content.collapsed {
    max-height: 360px;
  }

  .lp-qtw-more-content-inner,
  .lp-qtw-more-content-inner p,
  .lp-qtw-more-content-inner li {
    font-size: 14px;
    line-height: 1.65;
  }

  .lp-qtw-more-content-inner h2 {
    font-size: 20px;
  }

  .lp-qtw-more-content-inner h3 {
    font-size: 18px;
  }

  .lp-qtw-more-btn {
    min-width: 132px;
    padding: 11px 22px;
    font-size: 14px;
  }

  /* Fix Dark Glass (USP) Section on Mobile */
  .lp-qtw-dark-glass .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .lp-qtw-dark-glass .col-md-4,
  .lp-qtw-dark-glass .col-sm-6,
  .lp-qtw-dark-glass .col-sm-12 {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 20px !important;
  }
  .lp-qtw-dark-glass .lp-qtw-usp {
    margin-bottom: 0 !important;
    height: auto !important;
  }

  /* Fix Compare Table on Mobile */
  .lp-qtw-compare-table-wrap {
    display: none !important; /* Hide old table on mobile */
  }

  /* Mobile Compare Cards Layout */
  .lp-qtw-compare-mobile-cards {
    display: block !important;
    padding: 0 10px;
    margin-bottom: 24px;
  }
  .lp-qtw-compare-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.04);
  }
  .lp-qtw-compare-card:last-child {
    margin-bottom: 0;
  }
  .lp-qtw-compare-card .card-title {
    font-size: 14px;
    font-weight: 800;
    color: #166534;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 8px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }
  .lp-qtw-compare-card .card-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    border-radius: 8px;
    margin-bottom: 8px;
    gap: 8px;
  }
  .lp-qtw-compare-card .card-row:last-child {
    margin-bottom: 0;
  }
  .lp-qtw-compare-card .bad-row {
    background: #fef2f2;
    border: 1px dashed #fca5a5;
  }
  .lp-qtw-compare-card .good-row {
    background: #f0fdf4;
    border: 1px dashed #86efac;
    box-shadow: 0 2px 6px rgba(22, 163, 74, 0.05);
  }
  .lp-qtw-compare-card .neutral-row {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
  }
  .lp-qtw-compare-card .label-badge {
    display: inline-block;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
    flex-shrink: 0;
    text-align: center;
    min-width: 65px;
  }
  .lp-qtw-compare-card .bad-row .label-badge {
    background: #ef4444;
    color: #ffffff;
  }
  .lp-qtw-compare-card .good-row .label-badge {
    background: #22c55e;
    color: #ffffff;
  }
  .lp-qtw-compare-card .neutral-row .label-badge {
    background: #64758b;
    color: #ffffff;
  }
  .lp-qtw-compare-card .val-txt {
    font-size: 13.5px;
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height: 1.3;
    text-align: right;
    justify-content: flex-end;
  }
  .lp-qtw-compare-card .val-txt i {
    margin-right: 6px;
    font-size: 14px;
    flex-shrink: 0;
  }
  .lp-qtw-compare-card .bad-row .val-txt {
    color: #991b1b;
  }
  .lp-qtw-compare-card .good-row .val-txt {
    color: #166534;
    font-weight: 700;
  }
  .lp-qtw-compare-card .neutral-row .val-txt {
    color: #334155;
  }

  /* Fix Pricing G�i D?<ch V? on Mobile */
  #bang-gia-v2 .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  #bang-gia-v2 .col-md-4,
  #bang-gia-v2 .col-sm-6,
  #bang-gia-v2 .col-sm-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 24px !important;
  }
  #bang-gia-v2 .lp-qtw-price {
    margin-bottom: 0 !important;
    height: auto !important;
    transform: none !important; /* Disable scale/transform on mobile to prevent overlapping */
  }
  #bang-gia-v2 .lp-qtw-price.hot {
    transform: none !important;
    border: 2px solid #16a34a !important;
  }
  #bang-gia-v2 .lp-qtw-price.hot:hover {
    transform: none !important;
  }
}
@media (max-width: 991px) {
  /* �?"ng b?T chi?u cao cho c�c th? trong Gi?i ph�p v� G�i d?<ch v? */
  .lp-qtw-dark-glass .row,
  #bang-gia-v2 .row {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
  }
  .lp-qtw-dark-glass .row > div,
  #bang-gia-v2 .row > div {
    display: flex !important;
    flex-direction: column !important;
    float: none !important;
    width: 100% !important;
  }
  .lp-qtw-dark-glass .lp-qtw-usp,
  #bang-gia-v2 .lp-qtw-price {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
  }
  #bang-gia-v2 .lp-qtw-price-body {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }
  #bang-gia-v2 .lp-qtw-price-body ul {
    flex-grow: 1 !important;
  }
}
@media (max-width: 767px) {
  .lp-qtw-dark-glass .row,
  #bang-gia-v2 .row {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: column !important;
  }
  .lp-qtw-dark-glass .row > div,
  #bang-gia-v2 .row > div {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .lp-qtw-dark-glass .row > div:last-child,
  #bang-gia-v2 .row > div:last-child {
    margin-bottom: 0 !important;
  }
  .lp-qtw-dark-glass .lp-qtw-usp,
  #bang-gia-v2 .lp-qtw-price {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
  }
  #bang-gia-v2 .lp-qtw-price-body {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }
  #bang-gia-v2 .lp-qtw-price-body ul {
    flex-grow: 1 !important;
  }
}

/* Desktop styles for mobile compare cards */
@media (min-width: 768px) {
  .lp-qtw-compare-mobile-cards {
    display: none !important;
  }
}
/* Premium process section upgrade v3.1 */
.lp-qtw-step-row {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.lp-qtw-step-row > [class*="col-"] {
  position: relative;
  display: flex;
  margin-bottom: 30px;
}
/* Desktop flow arrows/dots */
.lp-qtw-step-row > [class*="col-"]:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 40px;
  height: 2px;
  transform: translateY(-50%);
  z-index: 3;
  pointer-events: none;
}
.lp-qtw-step-row > [class*="col-"]:not(:last-child):before {
  content: "";
  position: absolute;
  top: 50%;
  right: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 4;
  pointer-events: none;
  animation: lpPulseArrow 2s infinite ease-in-out;
}

@keyframes lpPulseArrow {
  0% {
    transform: translateY(-50%) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-50%) scale(1.5);
    opacity: 1;
  }
  100% {
    transform: translateY(-50%) scale(1);
    opacity: 0.6;
  }
}

/* Specific flow connection colors */
.lp-qtw-step-row > [class*="col-"]:nth-child(1):after {
  background: linear-gradient(90deg, #16a34a, #0284c7);
}
.lp-qtw-step-row > [class*="col-"]:nth-child(1):before {
  background: #0284c7;
  box-shadow: 0 0 10px #0284c7;
}

.lp-qtw-step-row > [class*="col-"]:nth-child(2):after {
  background: linear-gradient(90deg, #0284c7, #ea580c);
}
.lp-qtw-step-row > [class*="col-"]:nth-child(2):before {
  background: #ea580c;
  box-shadow: 0 0 10px #ea580c;
}

.lp-qtw-step-row > [class*="col-"]:nth-child(3):after {
  background: linear-gradient(90deg, #ea580c, #9333ea);
}
.lp-qtw-step-row > [class*="col-"]:nth-child(3):before {
  background: #9333ea;
  box-shadow: 0 0 10px #9333ea;
}

/* Card Styling */
.lp-qtw-step-card {
  position: relative;
  width: 100%;
  padding: 45px 24px 30px;
  border-radius: 24px;
  border: 1px solid #dfe7e3;
  background: linear-gradient(180deg, #fcfdfc 0%, #f7faf8 100%);
  box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.08);
  text-align: center;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
  z-index: 1;
}

/* Accent top border gradient */
.lp-qtw-step-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  transition: all 0.4s ease;
}

/* Accent card background subtle glow */
.lp-qtw-step-card-bg-glow {
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.12;
  transition: all 0.5s ease;
  pointer-events: none;
  z-index: -1;
}

/* Badges for Steps */
.lp-qtw-step-badge {
  position: absolute;
  top: 18px;
  left: 24px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 3px 10px;
  border-radius: 20px;
  font-family: inherit;
  transition: all 0.4s ease;
}

/* Big Outline Numbers */
.lp-qtw-step-number {
  position: absolute;
  top: 10px;
  right: 24px;
  font-size: 54px;
  line-height: 1;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 2px rgba(15, 23, 42, 0.16);
  font-family: inherit;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Icon Wrappers and Glows */
.lp-qtw-step-icon-wrap {
  position: relative;
  width: 76px;
  height: 76px;
  margin: 10px auto 22px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.lp-qtw-step-icon-glow {
  position: absolute;
  inset: -6px;
  border-radius: 28px;
  opacity: 0.15;
  filter: blur(10px);
  z-index: -1;
  transition: all 0.4s ease;
}

/* Card titles and texts */
.lp-qtw-step-card h3 {
  margin: 0 0 12px;
  font-size: 21px;
  font-weight: 800;
  color: #0f172a;
  transition: color 0.3s ease;
}
.lp-qtw-step-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #64748b;
  transition: color 0.3s ease;
}

/* Step 1 Colors (Green) */
.lp-qtw-step-row > [class*="col-"]:nth-child(1) .lp-qtw-step-card::before {
  background: linear-gradient(90deg, #16a34a, #22c55e);
}
.lp-qtw-step-row > [class*="col-"]:nth-child(1) .lp-qtw-step-card-bg-glow {
  background: #22c55e;
}
.lp-qtw-step-row > [class*="col-"]:nth-child(1) .lp-qtw-step-badge {
  background: #dcfce7;
  color: #15803d;
}
.lp-qtw-step-row > [class*="col-"]:nth-child(1) .lp-qtw-step-icon-wrap {
  background: linear-gradient(135deg, #15803d, #22c55e);
  box-shadow: 0 10px 20px -5px rgba(22, 163, 74, 0.3);
}
.lp-qtw-step-row > [class*="col-"]:nth-child(1) .lp-qtw-step-icon-glow {
  background: #22c55e;
}

/* Step 2 Colors (Blue) */
.lp-qtw-step-row > [class*="col-"]:nth-child(2) .lp-qtw-step-card::before {
  background: linear-gradient(90deg, #0284c7, #38bdf8);
}
.lp-qtw-step-row > [class*="col-"]:nth-child(2) .lp-qtw-step-card-bg-glow {
  background: #38bdf8;
}
.lp-qtw-step-row > [class*="col-"]:nth-child(2) .lp-qtw-step-badge {
  background: #e0f2fe;
  color: #0369a1;
}
.lp-qtw-step-row > [class*="col-"]:nth-child(2) .lp-qtw-step-icon-wrap {
  background: linear-gradient(135deg, #0369a1, #38bdf8);
  box-shadow: 0 10px 20px -5px rgba(2, 132, 199, 0.3);
}
.lp-qtw-step-row > [class*="col-"]:nth-child(2) .lp-qtw-step-icon-glow {
  background: #38bdf8;
}

/* Step 3 Colors (Orange) */
.lp-qtw-step-row > [class*="col-"]:nth-child(3) .lp-qtw-step-card::before {
  background: linear-gradient(90deg, #ea580c, #fb923c);
}
.lp-qtw-step-row > [class*="col-"]:nth-child(3) .lp-qtw-step-card-bg-glow {
  background: #fb923c;
}
.lp-qtw-step-row > [class*="col-"]:nth-child(3) .lp-qtw-step-badge {
  background: #ffedd5;
  color: #c2410c;
}
.lp-qtw-step-row > [class*="col-"]:nth-child(3) .lp-qtw-step-icon-wrap {
  background: linear-gradient(135deg, #c2410c, #fb923c);
  box-shadow: 0 10px 20px -5px rgba(234, 88, 12, 0.3);
}
.lp-qtw-step-row > [class*="col-"]:nth-child(3) .lp-qtw-step-icon-glow {
  background: #fb923c;
}

/* Step 4 Colors (Purple) */
.lp-qtw-step-row > [class*="col-"]:nth-child(4) .lp-qtw-step-card::before {
  background: linear-gradient(90deg, #9333ea, #c084fc);
}
.lp-qtw-step-row > [class*="col-"]:nth-child(4) .lp-qtw-step-card-bg-glow {
  background: #c084fc;
}
.lp-qtw-step-row > [class*="col-"]:nth-child(4) .lp-qtw-step-badge {
  background: #f3e8ff;
  color: #7e22ce;
}
.lp-qtw-step-row > [class*="col-"]:nth-child(4) .lp-qtw-step-icon-wrap {
  background: linear-gradient(135deg, #7e22ce, #c084fc);
  box-shadow: 0 10px 20px -5px rgba(147, 51, 234, 0.3);
}
.lp-qtw-step-row > [class*="col-"]:nth-child(4) .lp-qtw-step-icon-glow {
  background: #c084fc;
}

/* General Hover States */
.lp-qtw-step-card:hover {
  transform: translateY(-8px);
  border-color: rgba(15, 23, 42, 0.15);
  box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.15);
}
.lp-qtw-step-card:hover .lp-qtw-step-icon-wrap {
  transform: scale(1.12) rotate(4deg);
}
.lp-qtw-step-card:hover .lp-qtw-step-icon-glow {
  opacity: 0.35;
  transform: scale(1.2);
}
.lp-qtw-step-card:hover .lp-qtw-step-card-bg-glow {
  opacity: 0.22;
  transform: scale(1.3);
}

/* Specific Hover colors for text/border/stroke */
.lp-qtw-step-row > [class*="col-"]:nth-child(1) .lp-qtw-step-card:hover {
  border-color: rgba(22, 163, 74, 0.3);
  box-shadow: 0 20px 40px -15px rgba(22, 163, 74, 0.15);
}
.lp-qtw-step-row
  > [class*="col-"]:nth-child(1)
  .lp-qtw-step-card:hover
  .lp-qtw-step-number {
  -webkit-text-stroke: 2px rgba(22, 163, 74, 0.45);
}

.lp-qtw-step-row > [class*="col-"]:nth-child(2) .lp-qtw-step-card:hover {
  border-color: rgba(2, 132, 199, 0.3);
  box-shadow: 0 20px 40px -15px rgba(2, 132, 199, 0.15);
}
.lp-qtw-step-row
  > [class*="col-"]:nth-child(2)
  .lp-qtw-step-card:hover
  .lp-qtw-step-number {
  -webkit-text-stroke: 2px rgba(2, 132, 199, 0.45);
}

.lp-qtw-step-row > [class*="col-"]:nth-child(3) .lp-qtw-step-card:hover {
  border-color: rgba(234, 88, 12, 0.3);
  box-shadow: 0 20px 40px -15px rgba(234, 88, 12, 0.15);
}
.lp-qtw-step-row
  > [class*="col-"]:nth-child(3)
  .lp-qtw-step-card:hover
  .lp-qtw-step-number {
  -webkit-text-stroke: 2px rgba(234, 88, 12, 0.45);
}

.lp-qtw-step-row > [class*="col-"]:nth-child(4) .lp-qtw-step-card:hover {
  border-color: rgba(147, 51, 234, 0.3);
  box-shadow: 0 20px 40px -15px rgba(147, 51, 234, 0.15);
}
.lp-qtw-step-row
  > [class*="col-"]:nth-child(4)
  .lp-qtw-step-card:hover
  .lp-qtw-step-number {
  -webkit-text-stroke: 2px rgba(147, 51, 234, 0.45);
}

/* Responsive Styles */
@media (max-width: 991px) {
  .lp-qtw-step-row {
    margin-top: 15px;
  }
  .lp-qtw-step-row > [class*="col-"] {
    margin-bottom: 30px;
  }
  .lp-qtw-step-row > [class*="col-"]:not(:last-child):after {
    top: auto;
    right: 50%;
    bottom: -20px;
    width: 2px;
    height: 30px;
    transform: translateX(50%);
  }
  .lp-qtw-step-row > [class*="col-"]:not(:last-child):before {
    top: auto;
    right: calc(50% - 4px);
    bottom: -20px;
    transform: none;
    animation: lpPulseArrowMobile 2s infinite ease-in-out;
  }
  @keyframes lpPulseArrowMobile {
    0% {
      transform: scale(1);
      opacity: 0.6;
    }
    50% {
      transform: scale(1.5);
      opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: 0.6;
    }
  }

  .lp-qtw-step-row > [class*="col-"]:nth-child(1):after {
    background: linear-gradient(180deg, #16a34a, #0284c7);
  }
  .lp-qtw-step-row > [class*="col-"]:nth-child(2):after {
    background: linear-gradient(180deg, #0284c7, #ea580c);
  }
  .lp-qtw-step-row > [class*="col-"]:nth-child(3):after {
    background: linear-gradient(180deg, #ea580c, #9333ea);
  }
}

/* Left Sidebar Navigation Styles */
.lp-qtw-sidebar {
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  width: 170px; /* Reduced expanded width from 200px */
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(22, 163, 74, 0.15);
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  overflow: visible;
}

.lp-qtw-sidebar.collapsed {
  width: 60px; /* Increased collapsed width from 50px for proper icon spacing */
}

.lp-qtw-sidebar-toggle {
  position: absolute;
  right: -12px; /* Positioned toggle arrow better to prevent overlapping the icons */
  top: 20px;
  width: 24px;
  height: 24px;
  background: #16a34a;
  border: none;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(22, 163, 74, 0.3);
  z-index: 10;
  transition: all 0.3s ease;
}

.lp-qtw-sidebar-toggle:hover {
  background: #15803d;
  transform: scale(1.1);
}

.lp-qtw-sidebar-wrapper {
  padding: 15px 0;
  overflow: hidden;
}

.lp-qtw-sidebar-header {
  padding: 0 15px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 800;
  color: #16a34a;
  letter-spacing: 1px;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}

.lp-qtw-sidebar.collapsed .lp-qtw-sidebar-header {
  opacity: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

.lp-qtw-sidebar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-qtw-sidebar-nav li {
  margin: 4px 0;
  padding: 0 8px; /* Slightly reduced padding */
}

.lp-qtw-sidebar-nav a {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 8px;
  color: #475569;
  font-size: 13px; /* Slightly smaller text for narrower sidebar */
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.lp-qtw-sidebar.collapsed .lp-qtw-sidebar-nav a {
  justify-content: center; /* Center-align link items when collapsed */
  padding: 8px 0; /* Center icons correctly when collapsed */
}

.lp-qtw-sidebar-nav a i {
  font-size: 16px;
  width: 20px;
  margin-right: 12px;
  text-align: center;
  flex-shrink: 0;
  transition: margin 0.3s ease;
}

.lp-qtw-sidebar.collapsed .lp-qtw-sidebar-nav a i {
  margin-right: 0; /* Clear margin so that icon centers perfectly */
}

.lp-qtw-sidebar-nav a span {
  transition: opacity 0.2s ease, transform 0.2s ease;
  opacity: 1;
}

.lp-qtw-sidebar.collapsed .lp-qtw-sidebar-nav a span {
  opacity: 0;
  pointer-events: none;
  width: 0;
  display: inline-block;
  transform: translateX(-10px);
}

/* Hover and Active State Colors */
.lp-qtw-sidebar-nav li:hover a {
  background: #f0fdf4;
  color: #16a34a;
}

.lp-qtw-sidebar-nav li.active a {
  background: #16a34a;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(22, 163, 74, 0.2);
}

/* Media Queries for Sidebar Responsiveness */
@media (max-width: 1200px) {
  /* Shift to left edge */
  .lp-qtw-sidebar {
    left: 10px;
  }
}

@media (max-width: 991px) {
  /* Hide sidebar on tablet & mobile, or keep it collapsed. Let's make it collapsed by default on tablet and toggleable, but hidden completely on mobile below 768px for perfect UX, replacing it with back to top or just normal layout */
  .lp-qtw-sidebar {
    left: 10px;
    width: 50px;
  }
  .lp-qtw-sidebar .lp-qtw-sidebar-nav a span,
  .lp-qtw-sidebar .lp-qtw-sidebar-header {
    opacity: 0;
    pointer-events: none;
    width: 0;
    display: inline-block;
  }
  .lp-qtw-sidebar .lp-qtw-sidebar-nav a i {
    margin-right: 0;
  }
  .lp-qtw-sidebar.collapsed {
    transform: translateY(-50%) translateX(-70px); /* Hide completely offscreen when collapsed on tablets */
  }
}

@media (max-width: 767px) {
  /* Hide the left sidebar entirely on mobile devices, landing pages on mobile should focus on conversion forms & simple structure */
  .lp-qtw-sidebar {
    display: none !important;
  }
}
