/* Home landing page — isolated visual system. */
body.page-home {
  --home-ink: #0f172a;
  --home-muted: #5f6b7c;
  --home-primary: #2563eb;
  --home-primary-dark: #1d4ed8;
  --home-cyan: #06b6d4;
  --home-success: #059669;
  --home-surface: #ffffff;
  --home-surface-soft: #f8fafc;
  --home-line: #e2e8f0;
  --home-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
  background: var(--home-surface);
  color: var(--home-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.page-home h1,
body.page-home h2,
body.page-home h3,
body.page-home h4,
body.page-home h5,
body.page-home h6,
body.page-home p,
body.page-home span,
body.page-home a,
body.page-home button {
  font-family: inherit;
}

body.page-home .container {
  max-width: 1240px;
}

body.page-home :focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.3);
  outline-offset: 3px;
}

/* Header */
body.page-home .header .navbar {
  height: 76px;
  background: rgba(255, 255, 255, 0.9) !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.82);
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.05) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.page-home .header .navbar-brand img {
  max-height: 34px;
}

body.page-home .header .navbar-nav .nav-item {
  height: 76px;
  border: 0;
}

body.page-home .header .navbar-nav .nav-item:hover {
  border: 0;
}

body.page-home .header .navbar-nav .nav-link {
  color: #334155;
  font-size: 14px;
  font-weight: 700;
}

body.page-home .header .navbar-nav .nav-item > .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-inline: 10px;
}

body.page-home .header .navbar-nav .nav-item > .nav-link::after {
  position: absolute;
  right: 10px;
  bottom: 7px;
  left: 10px;
  height: 2px;
  border-radius: 999px;
  background: var(--home-primary);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

body.page-home .header .navbar-nav .nav-item:hover > .nav-link::after {
  transform: scaleX(1);
}

body.page-home .header .navbar-nav .btn {
  min-height: 42px;
  padding: 9px 18px;
  border-width: 1px;
  border-radius: 12px !important;
  font-size: 14px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

body.page-home .header .navbar-nav .btn-primary {
  border-color: var(--home-primary);
  background: var(--home-primary);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.22);
}

body.page-home .header .navbar-nav .btn:hover {
  transform: translateY(-2px);
}

body.page-home .mega-menu {
  top: 88px;
  border: 1px solid var(--home-line);
  border-radius: 18px;
  box-shadow: var(--home-shadow);
}

/* Shared section typography */
body.page-home .main > section:not(.hero) {
  padding-top: 104px !important;
  padding-bottom: 104px !important;
}

body.page-home .section-header {
  gap: 12px;
  max-width: 780px;
}

body.page-home .section-kicker {
  display: inline-flex;
  align-items: center;
  width: max-content;
  color: var(--home-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

body.page-home .section-title {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

body.page-home .section-subtitle {
  max-width: 720px;
  margin: 0;
  color: var(--home-muted);
  font-size: 17px;
  font-weight: 450;
  line-height: 1.7;
}

/* Hero */
body.page-home .hero {
  isolation: isolate;
  min-height: 100vh;
  padding: 84px 0 68px !important;
  background:
    radial-gradient(circle at 12% 18%, rgba(5, 150, 105, 0.11), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(37, 99, 235, 0.16), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 60%, #eef4ff 100%);
}

body.page-home .hero .col-12 {
  position: relative;
  z-index: 5;
}

body.page-home .hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(37, 99, 235, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 74%);
}

body.page-home .hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  max-width: 100%;
  margin-bottom: 22px;
  padding: 8px 14px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  color: #334155;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.08);
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

body.page-home .hero-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--home-success);
  box-shadow: 0 0 0 5px rgba(5, 150, 105, 0.12);
}

body.page-home .hero-title {
  max-width: 920px;
  margin: 0 auto 22px;
  color: var(--home-ink);
  font-size: clamp(3rem, 5.3vw, 5rem);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

body.page-home .hero-title .text-success {
  color: var(--home-success) !important;
}

body.page-home .gradient-text {
  background: linear-gradient(100deg, var(--home-primary) 12%, var(--home-cyan) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

body.page-home .hero-subtitle {
  max-width: 760px;
  margin: 0 auto 22px;
  color: var(--home-muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  font-weight: 450;
  line-height: 1.7;
}

body.page-home .ratings {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 16px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #475569;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
  font-size: 13px;
  backdrop-filter: blur(12px);
}

body.page-home .rating-star {
  font-size: 12px;
}

body.page-home .hero-actions {
  margin-top: 30px !important;
  gap: 14px !important;
}

body.page-home .btn-with-animation {
  position: relative;
  width: auto;
  height: auto;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

body.page-home .btn-stars-bg {
  display: none;
}

body.page-home .btn-stars-canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 220px;
  pointer-events: none;
}

body.page-home .btn-stars-canvas.btn-stars-back {
  z-index: 1;
}

body.page-home .btn-try-free {
  position: relative;
  z-index: 2;
  min-height: 56px;
  padding: 7px 8px 7px 24px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--home-primary), #3b82f6 58%, var(--home-cyan));
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.28);
  color: #fff;
  font-size: 16px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body.page-home .btn-stars-canvas.btn-stars-front {
  z-index: 3;
}

body.page-home .btn-try-free::after {
  display: none;
}

body.page-home .btn-try-free:hover {
  background: linear-gradient(135deg, var(--home-primary-dark), var(--home-primary));
  box-shadow: 0 18px 38px rgba(37, 99, 235, 0.34);
  color: #fff;
  transform: translateY(-2px);
}

body.page-home .arrow-circle {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.96);
}

body.page-home .btn-book-demo {
  min-height: 56px;
  padding: 0 22px;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--home-ink);
  font-size: 16px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

body.page-home .btn-book-demo:hover {
  border-color: #94a3b8;
  color: var(--home-primary);
  transform: translateY(-2px);
}

body.page-home .hero-images {
  max-width: 1130px;
  margin: 38px auto 0 !important;
  padding: 0 !important;
  perspective: 1100px;
}

body.page-home .hero-images::before {
  position: absolute;
  z-index: -1;
  right: 12%;
  bottom: -8%;
  left: 12%;
  height: 34%;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.24);
  filter: blur(60px);
  content: "";
}

body.page-home .hero-images .hero-main {
  width: 88%;
  border: 6px solid rgba(255, 255, 255, 0.92);
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(30, 64, 175, 0.2), 0 8px 28px rgba(15, 23, 42, 0.12);
  transform: none;
}

body.page-home .hero-images .hero-2nd {
  bottom: 4%;
  left: 0;
  height: 210px;
  border: 5px solid #fff;
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.2);
  transform: rotate(-1.5deg);
}

body.page-home .hero-images .hero-3rd {
  right: 0;
  bottom: -3%;
  width: 230px;
  border: 5px solid #fff;
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.2);
  transform: rotate(1.5deg);
}

body.page-home .hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 960px;
  margin: 56px auto 0;
  border: 1px solid rgba(203, 213, 225, 0.85);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
}

body.page-home .hero-proof-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  padding: 22px 16px;
  text-align: center;
}

body.page-home .hero-proof-item:not(:last-child)::after {
  position: absolute;
  top: 25%;
  right: 0;
  width: 1px;
  height: 50%;
  background: var(--home-line);
  content: "";
}

body.page-home .hero-proof-item strong {
  color: var(--home-ink);
  font-size: 22px;
  font-weight: 800;
}

body.page-home .hero-proof-item span {
  color: var(--home-muted);
  font-size: 13px;
  font-weight: 600;
}

body.page-home .hero-logos {
  display: none;
}

/* Solutions */
body.page-home .business-section {
  background: var(--home-surface-soft) !important;
}

body.page-home .business-section .section-subtitle {
  max-width: 720px;
}

body.page-home .business-tabs {
  gap: 8px;
  width: max-content;
  max-width: 100%;
  margin: 30px auto 0;
  padding: 7px;
  border: 1px solid var(--home-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
}

body.page-home .business-tabs .nav-link {
  min-height: 48px;
  padding: 10px 18px;
  border: 0;
  border-radius: 12px;
  color: #475569;
  font-size: 14px;
}

body.page-home .business-tabs .nav-link:not(.active):hover {
  border: 0;
  background: #eff6ff;
  box-shadow: none;
  color: var(--home-primary);
  transform: none;
}

body.page-home .business-tabs .nav-link.active,
body.page-home .business-tabs .nav-link.active:hover {
  border: 0;
  background: var(--home-ink);
  box-shadow: 0 9px 20px rgba(15, 23, 42, 0.18);
  color: #fff;
  transform: none;
}

body.page-home #businessTabContent {
  margin-top: 42px;
}

body.page-home .tab-img-group,
body.page-home .tab-content-box {
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 24px;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.08);
}

body.page-home .tab-img-main {
  width: 100%;
}

body.page-home .tab-content-box {
  min-height: 545px;
  padding: 54px;
  background:
    radial-gradient(circle at 100% 0, rgba(37, 99, 235, 0.12), transparent 35%),
    #fff;
}

body.page-home .tab-content-title {
  margin-bottom: 12px;
  color: var(--home-ink);
  font-size: 30px;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

body.page-home .tab-content-list {
  gap: 18px;
  margin-bottom: 10px;
}

body.page-home .tab-content-detail {
  color: var(--home-muted);
  font-weight: 500;
  line-height: 1.55;
}

body.page-home .tab-content-detail-icon {
  width: 42px;
  height: 42px;
  border: 0;
  background: #eff6ff;
  color: var(--home-primary);
}

body.page-home .tab-content-box > .btn {
  min-height: 48px;
  margin-top: 4px;
  padding-inline: 24px !important;
  border-radius: 12px;
  font-size: 15px;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.18);
}

/* Pricing */
body.page-home .pricing-section {
  background: #fff !important;
}

body.page-home .pricing-tab-switcher {
  max-width: 100%;
  margin-top: 24px;
  padding: 6px;
  border: 1px solid var(--home-line);
  border-radius: 16px;
  background: var(--home-surface-soft);
  overflow-x: auto;
}

body.page-home .pricing-tab-switcher .nav-link {
  min-height: 44px;
  padding: 8px 16px;
  color: #64748b;
  white-space: nowrap;
}

body.page-home .pricing-tab-switcher .nav-link.active,
body.page-home .pricing-tab-switcher .nav-link:focus {
  background: #fff !important;
  color: var(--home-primary) !important;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08) !important;
}

body.page-home .pricing-section .card {
  height: 100%;
  gap: 0;
  padding: 38px 32px;
  border: 1px solid var(--home-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.07);
  cursor: default;
}

body.page-home .pricing-section .card:hover {
  border-color: rgba(37, 99, 235, 0.45);
  background: #fff;
  box-shadow: 0 24px 60px rgba(37, 99, 235, 0.12);
  transform: translateY(-6px);
}

body.page-home .pricing-section .card-body {
  width: 100%;
  padding: 0;
}

body.page-home .pricing-section .card-icon {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  border: 1px solid #dbeafe;
  border-radius: 15px;
  background: #eff6ff;
  transform: none;
}

body.page-home .pricing-section .card-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

body.page-home .pricing-section .card-title {
  color: var(--home-ink);
  font-size: 23px;
  letter-spacing: -0.025em;
}

body.page-home .pricing-section .card-description,
body.page-home .pricing-section .card-list,
body.page-home .pricing-section .card-list li {
  color: var(--home-muted);
}

body.page-home .pricing-section .card-divider {
  height: 1px;
  background: var(--home-line);
}

body.page-home .pricing-section .card-price {
  color: var(--home-ink);
  font-size: 26px;
}

body.page-home .pricing-section .card-list li {
  align-items: flex-start;
  padding: 6px 0;
  line-height: 1.45;
}

body.page-home .pricing-section .card-list li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 50%;
  background: #dcfce7;
  color: var(--home-success);
  font-size: 9px;
  flex: 0 0 18px;
}

body.page-home .pricing-section .card .btn,
body.page-home .pricing-section > .container > .text-center .btn {
  min-height: 46px;
  border-radius: 12px !important;
  font-weight: 700;
}

body.page-home .pricing-section .card-badge {
  padding: 5px 9px;
  background: #fef3c7;
  color: #92400e;
  font-size: 10px;
}

/* FAQ */
body.page-home .faq-section {
  background: var(--home-surface-soft) !important;
}

body.page-home .faq-section .section-kicker {
  margin-bottom: 12px;
}

body.page-home .faq-section .accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.page-home .faq-section .accordion-item {
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.035);
}

body.page-home .faq-section .accordion-button {
  min-height: 68px;
  padding: 16px 18px;
  color: #1e293b;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

body.page-home .faq-section .accordion-button:not(.collapsed) {
  background: #eff6ff;
  color: var(--home-primary-dark);
}

body.page-home .faq-section .icon-plus {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  border-radius: 10px;
  background: #f1f5f9;
  font-size: 18px;
  flex: 0 0 32px;
}

body.page-home .faq-section .accordion-button:not(.collapsed) .icon-plus {
  background: #dbeafe;
}

body.page-home .faq-section .icon-plus::before {
  color: var(--home-primary);
}

body.page-home .faq-section .accordion-body {
  padding: 0 26px 22px 62px;
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.7;
}

body.page-home .faq-info-box {
  min-height: 250px;
  height: auto;
  padding: 30px;
  border: 1px solid var(--home-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.06);
}

body.page-home .faq-info-box:first-child {
  background:
    radial-gradient(circle at 100% 0, rgba(6, 182, 212, 0.12), transparent 40%),
    #fff;
}

body.page-home .faq-info-title {
  color: var(--home-ink);
  font-size: 23px;
}

body.page-home .faq-info-description {
  color: var(--home-muted);
  font-size: 16px;
  line-height: 1.55;
}

body.page-home .faq-info-box .btn {
  min-height: 44px;
  border-color: #cbd5e1;
  border-radius: 12px !important;
  font-size: 14px;
  font-weight: 700;
}

/* Final CTA */
body.page-home #zalo-cta {
  padding: 88px 0 !important;
  background: #fff;
}

body.page-home .cta-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 74px 28px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 15%, rgba(6, 182, 212, 0.28), transparent 26%),
    radial-gradient(circle at 88% 85%, rgba(59, 130, 246, 0.32), transparent 30%),
    linear-gradient(135deg, #0f172a 0%, #172554 55%, #1e3a8a 100%);
  box-shadow: 0 30px 90px rgba(30, 64, 175, 0.24);
  color: #fff;
}

body.page-home .cta-panel::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
}

body.page-home .cta-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #bfdbfe;
  font-size: 13px;
  font-weight: 700;
}

body.page-home .cta-panel h2 {
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 4.2vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

body.page-home .cta-panel > p {
  max-width: 680px;
  margin: 0 auto;
  color: #cbd5e1;
  font-size: 17px;
  line-height: 1.65;
}

body.page-home .cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 30px;
}

body.page-home .cta-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 12px 22px;
  border-radius: 13px;
  font-size: 15px;
  font-weight: 750;
}

body.page-home .cta-btn-primary {
  border-color: #fff;
  background: #fff;
  color: #1d4ed8;
}

body.page-home .cta-btn-primary:hover {
  background: #eff6ff;
  color: #1d4ed8;
  transform: translateY(-2px);
}

body.page-home .cta-btn-secondary {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

body.page-home .cta-btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  transform: translateY(-2px);
}

body.page-home .cta-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
  margin-top: 28px;
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 600;
}

body.page-home .cta-assurances i {
  margin-right: 5px;
  color: #5eead4;
}

/* Footer and floating actions */
body.page-home .footer-section {
  background: #0b1120;
}

body.page-home .footer-section .container {
  padding-top: 72px !important;
  padding-bottom: 34px !important;
}

body.page-home .footer__link,
body.page-home .footer__info-value,
body.page-home .footer__info-label {
  line-height: 1.65;
}

body.page-home .support-fab,
body.page-home .go-to-top {
  right: 24px;
  bottom: 24px;
  width: 52px;
  height: 52px;
  border: 1px solid #dbeafe;
  box-shadow: 0 16px 35px rgba(37, 99, 235, 0.18);
}

@media (max-width: 991.98px) {
  body.page-home .header .navbar {
    height: 68px;
  }

  body.page-home .header .navbar-brand img {
    max-height: 30px;
  }

  body.page-home .mobile-menu {
    top: 68px;
    height: calc(100vh - 68px);
    border-top: 1px solid var(--home-line);
    box-shadow: 0 24px 45px rgba(15, 23, 42, 0.12);
  }

  body.page-home .main > section:not(.hero) {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }

  body.page-home .hero {
    min-height: auto;
    padding: 124px 0 70px !important;
  }

  body.page-home .hero-title {
    font-size: clamp(2.7rem, 9vw, 4.3rem);
  }

  body.page-home .ratings {
    width: min(560px, 100%);
    border-radius: 18px;
  }

  body.page-home .hero-images {
    margin-top: 54px !important;
  }

  body.page-home .hero-images .hero-main {
    width: 92%;
  }

  body.page-home .hero-images .hero-2nd {
    bottom: -4%;
    height: 125px;
  }

  body.page-home .hero-proof-grid {
    margin-top: 54px;
  }

  body.page-home .business-tabs {
    width: 100%;
    margin-inline: 0;
    border-radius: 15px;
    justify-content: flex-start;
    scrollbar-width: none;
  }

  body.page-home .business-tabs::-webkit-scrollbar {
    display: none;
  }

  body.page-home .tab-content-box {
    min-height: auto;
    padding: 36px 28px;
  }

  body.page-home .tab-content-title {
    display: block;
    font-size: 25px;
  }

  body.page-home .pricing-tab-switcher {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start !important;
    width: 100%;
    scrollbar-width: none;
  }

  body.page-home .pricing-tab-switcher::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 767.98px) {
  body.page-home .hero .container,
  body.page-home .hero .row,
  body.page-home .hero .col-12 {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  body.page-home .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  body.page-home .section-title {
    font-size: 2rem;
  }

  body.page-home .section-subtitle {
    font-size: 15px;
    line-height: 1.65;
  }

  body.page-home .hero {
    padding-top: 108px !important;
  }

  body.page-home .hero-eyebrow {
    width: auto;
    max-width: 330px;
    padding: 7px 11px;
    font-size: 11px;
    line-height: 1.35;
    text-align: center;
    white-space: normal;
  }

  body.page-home .hero-title {
    width: 100%;
    max-width: 350px;
    margin-bottom: 18px;
    font-size: clamp(2.2rem, 10vw, 2.65rem);
    letter-spacing: -0.05em;
    overflow-wrap: normal;
  }

  body.page-home .hero-title .text-success,
  body.page-home .hero-title .gradient-text {
    white-space: normal;
  }

  body.page-home .hero-subtitle {
    font-size: 15px;
  }

  body.page-home .ratings {
    max-width: 100%;
    align-items: flex-start !important;
    gap: 8px !important;
    padding: 14px 16px;
  }

  body.page-home .rating-text {
    padding-left: 0 !important;
    text-align: left;
  }

  body.page-home .hero-actions {
    width: 100%;
  }

  body.page-home .btn-with-animation,
  body.page-home .btn-try-free,
  body.page-home .btn-book-demo {
    width: 100%;
    justify-content: center;
  }

  body.page-home .hero-images {
    margin-top: 42px !important;
  }

  body.page-home .hero-images .hero-main {
    width: 100%;
    border-width: 4px;
    border-radius: 16px;
  }

  body.page-home .hero-images .hero-2nd {
    display: none;
  }

  body.page-home .hero-proof-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 34px;
    border-radius: 16px;
  }

  body.page-home .hero-proof-item {
    padding: 18px 10px;
  }

  body.page-home .hero-proof-item:nth-child(2)::after {
    display: none;
  }

  body.page-home .hero-proof-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--home-line);
  }

  body.page-home .tab-content-box {
    padding: 28px 22px;
    border-radius: 18px;
  }

  body.page-home .tab-content-title {
    font-size: 22px;
  }

  body.page-home .pricing-section .card {
    padding: 30px 24px;
    border-radius: 18px;
  }

  body.page-home .faq-section .accordion-button {
    padding: 15px 14px;
    font-size: 14px;
  }

  body.page-home .faq-section .accordion-body {
    padding: 0 18px 18px;
  }

  body.page-home .faq-info-box {
    min-height: 230px;
    padding: 24px;
  }

  body.page-home #zalo-cta {
    padding: 56px 0 !important;
  }

  body.page-home .cta-panel {
    padding: 52px 20px;
    border-radius: 22px;
  }

  body.page-home .cta-panel h2 {
    font-size: 2.35rem;
  }

  body.page-home .cta-panel > p {
    font-size: 15px;
  }

  body.page-home .cta-actions {
    flex-direction: column;
  }

  body.page-home .cta-actions .btn {
    width: 100%;
    justify-content: center;
  }

  body.page-home .cta-assurances {
    flex-direction: column;
    gap: 9px;
    align-items: center;
  }

  body.page-home .footer-section .container {
    padding-top: 56px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-home *,
  body.page-home *::before,
  body.page-home *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
