/* === Home Hero — refined === */
.cms-home-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #eef5ff 0%, #ffffff 100%) !important;
}

.cms-home-hero::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -180px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(0, 104, 255, 0.05) 0%, transparent 72%);
  pointer-events: none;
  z-index: 0;
}

.cms-home-hero::after {
  content: "";
  position: absolute;
  bottom: -140px;
  left: -140px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(0, 104, 255, 0.035) 0%, transparent 72%);
  pointer-events: none;
  z-index: 0;
}

.cms-home-hero > .section-content,
.cms-home-hero .row {
  position: relative;
  z-index: 1;
}

.cms-home-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  background-color: var(--surface-card);
  border: 1px solid rgba(13, 71, 161, 0.12);
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-text);
  margin-bottom: 20px;
  box-shadow: 0 6px 16px rgba(13, 71, 161, 0.06);
}

.cms-home-hero-eyebrow .material-symbols-outlined {
  font-size: 18px;
  color: var(--primary-blue);
  font-variation-settings: "FILL" 1;
}

.cms-home-hero-text {
  margin: 0 0 28px;
  line-height: 1.2;
}

.cms-home-hero-text .cms-home-hero-title {
  font-size: 48px;
  line-height: 1.05;
  font-weight: 800;
  color: var(--primary-text);
  letter-spacing: -0.7px;
  margin: 0 0 12px;
}

.cms-home-hero-text .cms-home-hero-title span {
  color: var(--primary-blue);
  background: linear-gradient(120deg, var(--primary-blue) 0%, #4a8eff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cms-home-hero-text .cms-home-hero-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--second-text);
  margin: 0;
  max-width: 560px;
}

.cms-home-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.cms-home-hero-btn-primary,
.cms-home-hero-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: var(--radius-md);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  text-decoration: none;
}

.cms-home-hero-btn-primary {
  background-color: var(--primary-blue);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 104, 255, 0.22);
}

.cms-home-hero-btn-primary:hover {
  background-color: var(--primary-blue-hover);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 104, 255, 0.28);
  transform: translateY(-1px);
}

.cms-home-hero-btn-ghost {
  background-color: var(--surface-card);
  color: var(--primary-text);
  border: 1px solid rgba(13, 71, 161, 0.14);
}

.cms-home-hero-btn-ghost:hover {
  border-color: var(--primary-blue);
  color: var(--primary-blue);
}

.cms-home-hero-btn-ghost .material-symbols-outlined {
  color: var(--primary-blue);
}

.cms-home-hero-btn-primary .material-symbols-outlined,
.cms-home-hero-btn-ghost .material-symbols-outlined {
  font-size: 20px;
}

.cms-home-hero-stats {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(20, 20, 20, 0.08);
}

.cms-home-hero-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cms-home-hero-stat-num {
  font-size: 22px;
  font-weight: 800;
  color: var(--primary-text);
  line-height: 1.1;
  letter-spacing: -0.4px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.cms-home-hero-stat-num .material-symbols-outlined {
  font-size: 18px;
  color: var(--accent-star);
  font-variation-settings: "FILL" 1;
}

.cms-home-hero-stat-label {
  font-size: 12px;
  font-weight: 400;
  color: var(--muted-text);
  line-height: 1.3;
}

.cms-home-hero-stat-divider {
  width: 1px;
  height: 32px;
  background-color: var(--border-default);
}

/* Right column - image with floating badges */
.cms-home-hero-right > .col-inner {
  position: relative;
}

.cms-home-hero-right .cms-home-hero-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(20, 20, 20, 0.1);
}

.cms-home-hero-right .cms-home-hero-image img {
  border-radius: var(--radius-lg);
  display: block;
}

.cms-home-hero-badge {
  position: absolute;
  background-color: #fff;
  border-radius: var(--radius-md);
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 12px 28px rgba(20, 20, 20, 0.10);
  border: 1px solid rgba(13, 71, 161, 0.10);
  z-index: 2;
}

.cms-home-hero-badge .material-symbols-outlined {
  padding: 8px;
  border-radius: var(--radius-pill);
  font-size: 18px;
  flex-shrink: 0;
}

.cms-home-hero-badge-top {
  top: 20px;
  right: -10px;
}

.cms-home-hero-badge-top .material-symbols-outlined {
  color: var(--accent-success);
  background-color: var(--accent-success-bg);
}

.cms-home-hero-badge-top > span:last-child {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-text);
  white-space: nowrap;
}

.cms-home-hero-badge-bottom {
  bottom: 20px;
  left: -10px;
}

.cms-home-hero-badge-bottom .material-symbols-outlined {
  color: var(--primary-blue);
  background-color: var(--primary-blue-soft);
}

.cms-home-hero-badge-text {
  display: flex;
  flex-direction: column;
}

.cms-home-hero-badge-title {
  font-size: 11px;
  color: var(--muted-text);
  line-height: 1.3;
  font-weight: 400;
  margin: 0;
}

.cms-home-hero-badge-sub {
  font-size: 13px;
  color: var(--primary-text);
  line-height: 1.3;
  font-weight: 600;
  margin: 0;
}

@media screen and (max-width: 849px) {
  .cms-home-hero-text .cms-home-hero-title {
    font-size: 30px;
  }

  .cms-home-hero-stats {
    gap: 14px;
  }

  .cms-home-hero-stat-num {
    font-size: 18px;
  }

  .cms-home-hero-stat-label {
    font-size: 11px;
  }

  .cms-home-hero-badge-top,
  .cms-home-hero-badge-bottom {
    padding: 8px 10px;
  }

  .cms-home-hero-badge-top {
    top: 10px;
    right: 10px;
  }

  .cms-home-hero-badge-bottom {
    bottom: 10px;
    left: 10px;
  }
}

@media screen and (max-width: 468px) {
  .cms-home-hero-text .cms-home-hero-title {
    font-size: 26px;
    letter-spacing: -0.4px;
  }

  .cms-home-hero-text .cms-home-hero-desc {
    font-size: 14px;
  }

  .cms-home-hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .cms-home-hero-btn-primary,
  .cms-home-hero-btn-ghost {
    justify-content: center;
    padding: 12px 18px;
  }

  .cms-home-hero-stats {
    flex-wrap: wrap;
    gap: 12px 20px;
  }

  .cms-home-hero-stat-divider {
    display: none;
  }
}

/* === Legacy Top (kept for fallback / other sections still using cms-home-top-*) === */
.cms-home-top-v2 {
  background-color: var(--surface-page) !important;
}

.cms-home-top-icon-wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--primary-blue);
  background-color: var(--primary-blue-soft);
  padding: 4px 12px;
  border-radius: var(--radius-pill);
}

.cms-home-top-icon-wrap span:first-child {
  font-size: 16px;
}

.cms-home-top-icon-wrap span:last-child {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.cms-home-top-left-middle {
  line-height: 1.2;
  color: var(--primary-text);
  margin: 16px 0 24px;
}

.cms-home-top-left-middle .cms-title {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.cms-home-top-left-middle .cms-title span {
  color: var(--primary-blue);
}

.cms-home-top-left-middle .cms-desc {
  color: var(--second-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
}

.cms-home-top-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.cms-home-top-cta-primary,
.cms-home-top-cta-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: var(--radius-md);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.cms-home-top-cta-primary {
  background-color: var(--primary-blue);
  color: #fff;
}

.cms-home-top-cta-primary:hover {
  background-color: var(--primary-blue-hover);
  color: #fff;
}

.cms-home-top-cta-ghost {
  background-color: var(--surface-card);
  color: var(--primary-blue);
  border: 1px solid var(--border-default);
}

.cms-home-top-cta-ghost:hover {
  border-color: var(--primary-blue);
  background-color: var(--primary-blue-soft);
}

.cms-home-top-cta-primary .material-symbols-outlined,
.cms-home-top-cta-ghost .material-symbols-outlined {
  font-size: 20px;
}

.cms-home-top-ava-img-col .col-inner {
  display: flex;
  position: relative;
  align-items: center;
}

.cms-home-top-ava-img-col .col-inner > .img {
  border-radius: var(--radius-pill);
  border: 2px solid #fff;
  margin: 0;
}

.cms-home-top-ava-img-col .col-inner > .img:nth-child(2) {
  margin-left: -10px;
}

.cms-home-top-ava-img-col .col-inner > .img:nth-child(3) {
  margin-left: -10px;
}

.cms-home-top-ava-img-col .col-inner > .img img {
  border-radius: var(--radius-pill);
  object-fit: cover;
}

.cms-home-top-customer {
  color: var(--second-text);
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-left: 12px;
}

.cms-home-top-customer p {
  margin: 0;
}

.cms-home-top-customer span {
  color: var(--primary-blue);
  font-weight: 600;
}

.cms-home-top-right-col > .col-inner {
  position: relative;
}

.cms-home-top-right-col .img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.cms-home-top-shipping {
  background-color: #fff;
  border-radius: var(--radius-md);
  padding: 12px 14px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-default);

  position: absolute;
  left: -16px;
  bottom: 40px;
}

.cms-home-top-shipping .material-symbols-outlined {
  color: var(--accent-success);
  background-color: var(--accent-success-bg);
  padding: 8px;
  border-radius: var(--radius-pill);
  font-size: 18px;
}

.cms-home-top-shipping p {
  margin: 0;
}

.cms-home-top-shipping-security {
  color: var(--muted-text);
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
}

.cms-home-top-shipping-security-second {
  color: var(--primary-text);
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
}

@media screen and (max-width: 468px) {
  .cms-home-top-left-middle .cms-title {
    font-size: 30px;
  }
}

/* === Trust Strip (under hero) === */
.cms-home-trust-strip {
  background: linear-gradient(180deg, var(--surface-card) 0%, var(--surface-page) 100%);
  border-bottom: 1px solid var(--border-default);
}

.cms-home-trust-strip > .section-content {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.cms-trust-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  justify-content: center;
  max-width: 1180px;
  margin: 0 auto;
}

.cms-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 14px;
  background: #fff;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-md);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  min-height: 76px;
}

.cms-trust-item:hover {
  transform: translateY(-2px);
  border-color: var(--primary-blue);
  box-shadow: 0 8px 20px -10px rgba(13, 71, 161, 0.25);
}

.cms-trust-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-blue-soft);
  color: var(--primary-blue);
  border-radius: var(--radius-md);
}

.cms-trust-icon > .material-symbols-outlined {
  font-size: 24px;
  font-variation-settings: "FILL" 1;
}

.cms-trust-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.cms-trust-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-text);
  margin: 0;
  line-height: 1.25;
  letter-spacing: -0.1px;
}

.cms-trust-sub {
  font-size: 12px;
  color: var(--second-text);
  margin: 0;
  line-height: 1.35;
}

@media screen and (max-width: 1099px) {
  .cms-trust-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 549px) {
  .cms-home-trust-strip > section.section,
  .cms-home-trust-strip {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .cms-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .cms-trust-item {
    padding: 10px 10px;
    gap: 10px;
    min-height: 68px;
  }

  .cms-trust-icon {
    width: 38px;
    height: 38px;
  }

  .cms-trust-icon > .material-symbols-outlined {
    font-size: 20px;
  }

  .cms-trust-title {
    font-size: 13px;
  }

  .cms-trust-sub {
    font-size: 11px;
  }
}

/* === Why section — refined === */
.cms-home-why {
  background-color: var(--surface-card);
}

.cms-home-why-title-col {
  margin-bottom: 40px;
}

.cms-home-why-title {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.cms-home-why-title .cms-eyebrow {
  color: var(--primary-blue);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 8px;
}

.cms-home-why-title .cms-why-h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--primary-text);
  letter-spacing: -0.4px;
  margin: 0;
}

.cms-home-why-title .cms-why-section-desc {
  color: var(--second-text);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin: 12px auto 0;
  max-width: 580px;
}

/* Equal-height columns via flex */
.cms-home-why .row > .col.cms-home-why-col {
  display: flex;
}

.cms-home-why .row > .col.cms-home-why-col > .col-inner {
  display: flex;
  width: 100%;
}

.cms-home-why .row > .col.cms-home-why-col > .col-inner > .featured-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.cms-home-why-icon-box {
  position: relative;
  background-color: var(--surface-card);
  padding: 28px 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-default);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  overflow: hidden;
  height: 100%;
}

.cms-home-why-icon-box:hover {
  border-color: var(--primary-blue);
  box-shadow: 0 12px 32px rgba(0, 104, 255, 0.1);
  transform: translateY(-4px);
}

/* Number watermark top-right */
.cms-home-why-icon-box .cms-why-num {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  color: var(--primary-blue);
  opacity: 0.08;
  letter-spacing: -2px;
  pointer-events: none;
  z-index: 0;
}

/* Icon container */
.cms-home-why-icon-box .icon-box-img,
.cms-home-why-icon-box > .icon {
  position: relative;
  z-index: 1;
}

.cms-home-why-icon-box .material-symbols-outlined {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--primary-blue);
  background: linear-gradient(135deg, var(--primary-blue-soft) 0%, #d9eaff 100%);
  padding: 0;
  border-radius: var(--radius-md);
  font-size: 28px;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

/* Title */
.cms-home-why-icon-box .text h3 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--primary-text);
  margin: 0 0 10px;
  letter-spacing: -0.2px;
  position: relative;
  z-index: 1;
}

/* Description paragraph */
.cms-home-why-icon-box .text p {
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
  color: var(--second-text);
  margin: 0 0 16px;
  position: relative;
  z-index: 1;
}

/* Feature checklist */
.cms-home-why-icon-box .cms-why-features {
  list-style: none;
  margin: 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--border-default);
  display: flex;
  flex-direction: column;
  gap: 9px;
  position: relative;
  z-index: 1;
}

.cms-home-why-icon-box .cms-why-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--primary-text);
  line-height: 1.45;
  list-style: none;
}

.cms-home-why-icon-box .cms-why-features li .material-symbols-outlined {
  /* Override icon container above */
  display: inline-flex;
  flex-shrink: 0;
  margin: 1px 0 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  font-size: 18px;
  width: auto;
  height: auto;
  color: var(--accent-success);
  font-variation-settings: "FILL" 1;
}

@media screen and (max-width: 549px) {
  .cms-home-why {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .cms-home-why-title .cms-why-h2 {
    font-size: 24px;
  }

  .cms-home-why-icon-box {
    padding: 24px 20px;
  }

  .cms-home-why-icon-box .cms-why-num {
    font-size: 48px;
    top: 12px;
    right: 16px;
  }
}

/* === Process (4 steps mua hàng kín đáo) === */
.cms-home-process {
  background-color: var(--surface-page);
  position: relative;
  overflow: hidden;
}

.cms-home-process-title-col {
  margin-bottom: 40px;
}

.cms-home-process-title {
  max-width: 860px;
  margin: 0 auto;
}

.cms-home-process-title .cms-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--primary-blue);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: var(--primary-blue-soft);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  margin: 0 0 14px;
}

.cms-home-process-title .cms-eyebrow > .material-symbols-outlined {
  font-size: 16px;
  font-variation-settings: "FILL" 1;
}

.cms-home-process-title .cms-process-h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--primary-text);
  margin: 0 0 12px;
  letter-spacing: -0.5px;
}

.cms-home-process-title .cms-process-section-desc {
  font-size: 15px;
  line-height: 1.6;
  color: var(--second-text);
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.cms-process-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: stretch;
  max-width: 1240px;
  margin: 0 auto;
}

.cms-process-step {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  padding: 28px 22px 22px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cms-process-step:hover {
  transform: translateY(-4px);
  border-color: var(--primary-blue);
  box-shadow: 0 16px 32px -20px rgba(13, 71, 161, 0.3);
}

.cms-process-step-num {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 40px;
  font-weight: 800;
  color: var(--primary-blue-soft);
  line-height: 1;
  letter-spacing: -1px;
  user-select: none;
}

.cms-process-step-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-blue);
  color: #fff;
  border-radius: var(--radius-md);
  margin-bottom: 16px;
  box-shadow: 0 8px 16px -8px rgba(13, 71, 161, 0.4);
}

.cms-process-step-icon > .material-symbols-outlined {
  font-size: 28px;
  font-variation-settings: "FILL" 1;
}

.cms-process-step-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--primary-text);
  margin: 0 0 8px;
  letter-spacing: -0.2px;
  line-height: 1.3;
}

.cms-process-step-desc {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--second-text);
  margin: 0 0 16px;
  flex-grow: 1;
}

.cms-process-step-desc strong {
  color: var(--primary-text);
  font-weight: 600;
}

.cms-process-step-time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  font-size: 12px;
  font-weight: 600;
  color: var(--primary-blue);
  background: var(--primary-blue-soft);
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  margin-top: auto;
}

.cms-process-step-time > .material-symbols-outlined {
  font-size: 14px;
  font-variation-settings: "FILL" 1;
}

.cms-process-connector {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-blue);
  opacity: 0.5;
  align-self: center;
}

.cms-process-connector > .material-symbols-outlined {
  font-size: 22px;
}

@media screen and (max-width: 1099px) {
  .cms-process-flow {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .cms-process-connector {
    display: none;
  }
}

@media screen and (max-width: 549px) {
  .cms-home-process-title .cms-process-h2 {
    font-size: 24px;
  }

  .cms-process-flow {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cms-process-step {
    padding: 22px 18px 18px;
  }

  .cms-process-step-num {
    font-size: 34px;
    top: 12px;
    right: 14px;
  }

  .cms-process-step-icon {
    width: 48px;
    height: 48px;
  }
}

/* === Team (Đội ngũ cố vấn y khoa) === */
.cms-home-team {
  background-color: var(--surface-card);
  position: relative;
}

.cms-home-team-title-col {
  margin-bottom: 40px;
}

.cms-home-team-title {
  max-width: 860px;
  margin: 0 auto;
}

.cms-home-team-title .cms-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--primary-blue);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: var(--primary-blue-soft);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  margin: 0 0 14px;
}

.cms-home-team-title .cms-eyebrow > .material-symbols-outlined {
  font-size: 16px;
  font-variation-settings: "FILL" 1;
}

.cms-home-team-title .cms-team-h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--primary-text);
  margin: 0 0 12px;
  letter-spacing: -0.5px;
}

.cms-home-team-title .cms-team-section-desc {
  font-size: 15px;
  line-height: 1.6;
  color: var(--second-text);
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
}

.cms-home-team .row > .col.cms-home-team-col {
  padding-bottom: 24px;
}

.cms-team-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cms-team-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary-blue);
  box-shadow: 0 20px 40px -24px rgba(13, 71, 161, 0.35);
}

.cms-team-photo-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--primary-blue-soft);
}

.cms-team-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.cms-team-card:hover .cms-team-photo {
  transform: scale(1.04);
}

.cms-team-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
  color: var(--primary-blue);
  font-size: 11px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: var(--radius-pill);
  box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.15);
}

.cms-team-badge > .material-symbols-outlined {
  font-size: 14px;
  font-variation-settings: "FILL" 1;
  color: var(--accent-success, #15803d);
}

.cms-team-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 22px 24px;
  flex-grow: 1;
}

.cms-team-name {
  font-size: 19px;
  font-weight: 700;
  color: var(--primary-text);
  margin: 0;
  letter-spacing: -0.3px;
  line-height: 1.25;
}

.cms-team-role {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-blue);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  line-height: 1.3;
}

.cms-team-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 4px 0 6px;
}

.cms-team-stat {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--second-text);
  background: var(--surface-page);
  padding: 5px 9px;
  border-radius: var(--radius-pill);
}

.cms-team-stat > .material-symbols-outlined {
  font-size: 14px;
  color: var(--primary-blue);
  font-variation-settings: "FILL" 1;
}

.cms-team-quote {
  position: relative;
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--second-text);
  margin: 6px 0 0;
  padding-left: 28px;
  font-style: italic;
}

.cms-team-quote > .material-symbols-outlined {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: var(--primary-blue);
  opacity: 0.6;
  font-variation-settings: "FILL" 1;
}

.cms-home-team-cta {
  margin: 8px 0 0;
}

.cms-team-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-blue);
  background: var(--primary-blue-soft);
  font-size: 14px;
  font-weight: 600;
  padding: 12px 22px;
  border-radius: var(--radius-pill);
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.cms-team-cta-link:hover {
  background: var(--primary-blue);
  color: #fff;
  transform: translateY(-1px);
}

.cms-team-cta-link > .material-symbols-outlined {
  font-size: 18px;
  font-variation-settings: "FILL" 1;
}

@media screen and (max-width: 849px) {
  .cms-team-card {
    flex-direction: row;
  }

  .cms-team-photo-wrap {
    width: 130px;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
  }

  .cms-team-info {
    padding: 16px 18px;
  }

  .cms-team-quote {
    display: none;
  }
}

@media screen and (max-width: 549px) {
  .cms-home-team-title .cms-team-h2 {
    font-size: 24px;
  }

  .cms-team-photo-wrap {
    width: 110px;
  }

  .cms-team-name {
    font-size: 16px;
  }

  .cms-team-role {
    font-size: 11px;
  }
}

/* === FIX: badge overlapping photo + over-rounded cards on mobile === */
@media (max-width: 768px) {
  /* Less rounded cards — pro look, not AI-toy */
  .cms-team-card {
    border-radius: 10px !important;
    border-color: #e6e9ef !important;
    box-shadow: 0 1px 3px rgba(11, 31, 68, 0.04);
  }
  .cms-team-card:hover { box-shadow: 0 6px 16px -8px rgba(13, 71, 161, 0.18); }

  /* Photo: tighter radius (not pill-square), keep photo clear of badge */
  .cms-team-photo-wrap {
    width: 108px !important;
    border-radius: 6px !important;
    margin: 6px 0 6px 6px;
    overflow: hidden;
  }

  /* HIDE the badge overlapping the photo — replaced inline below */
  .cms-team-badge { display: none !important; }

  /* Info column: tighter padding + add green inline badge before name */
  .cms-team-info {
    padding: 10px 12px 12px 12px !important;
    gap: 6px !important;
  }
  .cms-team-info::before {
    content: "✓ Tư vấn miễn phí";
    display: inline-flex;
    align-self: flex-start;
    background: #ecfdf5;
    color: #15803d;
    font-size: 10.5px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    margin-bottom: 2px;
    letter-spacing: 0.2px;
    line-height: 16px;
    border: 1px solid #bbf7d0;
  }
  .cms-team-name { font-size: 15.5px !important; line-height: 1.25 !important; margin-bottom: 2px !important; }
  .cms-team-role { font-size: 10.5px !important; letter-spacing: 0.3px !important; }
  .cms-team-stats { gap: 4px !important; margin: 2px 0 0 !important; }
  .cms-team-stat { font-size: 11px !important; padding: 3px 7px !important; border-radius: 4px !important; }
  .cms-team-stat > .material-symbols-outlined { font-size: 12px !important; }
}

/* === Origin (Hàng xách tay + kiểm tra trước khi nhận) === */
.cms-home-origin {
  background-color: var(--surface-card);
}
.cms-home-origin-title-col {
  margin-bottom: 28px;
}
.cms-home-origin-title .cms-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: var(--primary-blue-soft);
  color: var(--primary-blue);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.4px;
  border-radius: var(--radius-pill);
  margin: 0 0 12px;
}
.cms-home-origin-title .cms-eyebrow .material-symbols-outlined {
  font-size: 18px;
  font-variation-settings: "FILL" 1;
}
.cms-origin-h2 {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--text-primary, #1a1a1a);
}
.cms-origin-section-desc {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-secondary, #555);
  max-width: 640px;
  margin: 0 auto;
}
.cms-origin-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.cms-origin-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 22px 18px;
  background: var(--surface-page);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--radius-lg);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.cms-origin-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 64, 128, 0.08);
  border-color: var(--primary-blue-soft);
}
.cms-origin-flag {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 10px;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.12));
}
.cms-origin-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}
.cms-origin-country {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary, #1a1a1a);
  margin: 0;
}
.cms-origin-desc {
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-secondary, #666);
  margin: 0;
}
.cms-home-origin-note {
  margin-top: 18px;
}
.cms-origin-note-text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  background: var(--primary-blue-soft);
  color: var(--primary-blue);
  border-radius: var(--radius-md);
  font-size: 13px;
  line-height: 1.55;
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
}
.cms-origin-note-text .material-symbols-outlined {
  font-size: 22px;
  font-variation-settings: "FILL" 1;
  flex-shrink: 0;
}
.cms-origin-note-text strong {
  font-weight: 700;
}
@media (max-width: 1099px) {
  .cms-origin-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .cms-origin-h2 {
    font-size: 26px;
  }
}
@media (max-width: 549px) {
  .cms-origin-grid {
    grid-template-columns: 1fr;
  }
  .cms-origin-card {
    flex-direction: row;
    text-align: left;
    align-items: center;
    gap: 16px;
    padding: 18px 18px;
  }
  .cms-origin-flag {
    font-size: 38px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .cms-origin-info {
    align-items: flex-start;
    text-align: left;
  }
  .cms-origin-standard {
    margin: 0;
  }
  .cms-origin-h2 {
    font-size: 22px;
  }
  .cms-origin-note-text {
    align-items: flex-start;
    padding: 12px 16px;
    font-size: 13px;
  }
}

/* === Verify (Cách kiểm tra hàng thật — 4 cách 30 giây) === */
.cms-home-verify {
  background-color: var(--surface-page);
  background-image: radial-gradient(
    circle at 15% 0%,
    rgba(0, 102, 204, 0.06),
    transparent 45%
  );
}
.cms-home-verify-title-col {
  margin-bottom: 32px;
}
.cms-home-verify-title .cms-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: var(--primary-blue-soft);
  color: var(--primary-blue);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.4px;
  border-radius: var(--radius-pill);
  margin: 0 0 12px;
}
.cms-home-verify-title .cms-eyebrow .material-symbols-outlined {
  font-size: 18px;
  font-variation-settings: "FILL" 1;
}
.cms-verify-h2 {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--text-primary, #1a1a1a);
}
.cms-verify-section-desc {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-secondary, #555);
  max-width: 680px;
  margin: 0 auto;
}
.cms-verify-section-desc strong {
  color: var(--primary-blue);
  font-weight: 700;
}
.cms-home-verify-col {
  margin-bottom: 0;
}
.cms-verify-card {
  position: relative;
  display: flex;
  gap: 18px;
  padding: 24px 22px 22px;
  background: var(--surface-card);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  height: 100%;
}
.cms-verify-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 64, 128, 0.1);
  border-color: var(--primary-blue-soft);
}
.cms-verify-card-num {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  color: var(--primary-blue);
  opacity: 0.12;
  letter-spacing: -1px;
}
.cms-verify-card-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-blue-soft);
  color: var(--primary-blue);
  border-radius: var(--radius-md);
}
.cms-verify-card-icon .material-symbols-outlined {
  font-size: 30px;
  font-variation-settings: "FILL" 1;
}
.cms-verify-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.cms-verify-card-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--text-primary, #1a1a1a);
  margin: 0;
  padding-right: 40px;
}
.cms-verify-card-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-secondary, #555);
  margin: 0;
}
.cms-verify-card-desc strong {
  color: var(--text-primary, #1a1a1a);
  font-weight: 700;
}
.cms-verify-card-hint {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 6px 0 0;
  padding: 7px 12px;
  background: rgba(255, 184, 0, 0.1);
  color: #b07a00;
  border-radius: var(--radius-md);
  font-size: 12.5px;
  font-weight: 500;
  align-self: flex-start;
}
.cms-verify-card-hint .material-symbols-outlined {
  font-size: 16px;
  font-variation-settings: "FILL" 1;
}
.cms-verify-guarantee {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
  padding: 22px 28px;
  background: linear-gradient(
    135deg,
    rgba(46, 175, 125, 0.12) 0%,
    rgba(46, 175, 125, 0.04) 100%
  );
  border: 1.5px solid rgba(46, 175, 125, 0.3);
  border-radius: var(--radius-lg);
}
.cms-verify-guarantee-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-success, #2eaf7d);
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(46, 175, 125, 0.35);
}
.cms-verify-guarantee-icon .material-symbols-outlined {
  font-size: 34px;
  font-variation-settings: "FILL" 1;
}
.cms-verify-guarantee-text {
  flex: 1;
  min-width: 0;
}
.cms-verify-guarantee-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--accent-success, #2eaf7d);
  margin: 0 0 4px;
  line-height: 1.3;
}
.cms-verify-guarantee-desc {
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-secondary, #444);
  margin: 0;
}
.cms-verify-guarantee-desc strong {
  color: var(--text-primary, #1a1a1a);
  font-weight: 700;
}
@media (max-width: 849px) {
  .cms-home-verify-col {
    margin-bottom: 16px;
  }
  .cms-verify-h2 {
    font-size: 26px;
  }
  .cms-verify-guarantee {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 20px;
  }
  .cms-verify-guarantee-text {
    text-align: center;
  }
}
@media (max-width: 549px) {
  .cms-verify-card {
    padding: 20px 18px;
    gap: 14px;
  }
  .cms-verify-card-icon {
    width: 48px;
    height: 48px;
  }
  .cms-verify-card-icon .material-symbols-outlined {
    font-size: 26px;
  }
  .cms-verify-card-num {
    font-size: 32px;
    top: 12px;
    right: 14px;
  }
  .cms-verify-card-title {
    font-size: 15.5px;
    padding-right: 36px;
  }
  .cms-verify-card-desc {
    font-size: 13px;
  }
  .cms-verify-h2 {
    font-size: 22px;
  }
  .cms-verify-guarantee-icon {
    width: 52px;
    height: 52px;
  }
  .cms-verify-guarantee-icon .material-symbols-outlined {
    font-size: 28px;
  }
  .cms-verify-guarantee-title {
    font-size: 15.5px;
  }
  .cms-verify-guarantee-desc {
    font-size: 13px;
  }
}

/* === Feature products — refined === */
.cms-home-feature {
  background-color: var(--surface-page);
}

.cms-home-feature-title-col {
  margin-bottom: 32px;
}

.cms-home-feature-title {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.cms-home-feature-title .cms-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--primary-blue-soft);
  color: var(--primary-blue);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin: 0 0 14px;
}

.cms-home-feature-title .cms-eyebrow .material-symbols-outlined {
  font-size: 16px;
  font-variation-settings: "FILL" 1;
}

.cms-home-feature-title .cms-feature-h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--primary-text);
  letter-spacing: -0.4px;
  margin: 0;
}

.cms-home-feature-title .cms-feature-section-desc {
  color: var(--second-text);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin: 12px auto 0;
  max-width: 600px;
}

/* Equal-height product cards via flex */
.cms-home-feature-products > .col.product-small {
  margin: 0;
  display: flex;
}

.cms-home-feature-products > .col.product-small > .col-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-default);
  padding: 12px;
  background-color: var(--surface-card);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cms-home-feature-products > .col.product-small > .col-inner:hover {
  border-color: var(--primary-blue);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

/* Sale badge */
.cms-home-feature-products > .col.product-small > .col-inner > .badge-container {
  left: 16px;
  top: 16px;
  z-index: 3;
}

.cms-home-feature-products > .col.product-small > .col-inner > .badge-container .badge-inner {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 3px 9px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #fff;
  background-color: var(--accent-danger);
  border-radius: var(--radius-sm);
  box-shadow: 0 2px 6px rgba(235, 0, 0, 0.18);
}

/* Image — portrait aspect-ratio for product feel */
.cms-home-feature-products > .col.product-small .box-image {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  height: auto;
  max-height: none;
  border-radius: var(--radius-sm);
  background-color: var(--surface-alt);
  position: relative;
}

.cms-home-feature-products > .col.product-small .box-image > div,
.cms-home-feature-products > .col.product-small .box-image .image-zoom-fade {
  width: 100%;
  height: 100%;
}

.cms-home-feature-products > .col.product-small .box-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.cms-home-feature-products > .col.product-small .box-image img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.cms-home-feature-products > .col.product-small > .col-inner:hover .box-image img {
  transform: scale(1.04);
}

.cms-home-feature-products
  > .col.product-small
  .box-image
  .image-tools.grid-tools.text-center.hide-for-small.bottom.hover-slide-in.show-on-hover {
  opacity: 0 !important;
  transform: none !important;
}

/* "Đã bán" badge — leave plugin's native styling intact */

/* Box text */
.cms-home-feature-products > .col.product-small .box-text {
  padding: 14px 0 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.cms-home-feature-products > .col.product-small .box-text .title-wrapper {
  margin-bottom: 8px;
}

.cms-home-feature-products > .col.product-small .box-text .title-wrapper a {
  color: var(--primary-text);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  letter-spacing: -0.1px;
}

.cms-home-feature-products > .col.product-small .box-text .title-wrapper a:hover {
  color: var(--primary-blue);
}

/* Hide short description on feature cards — cleaner, more professional */
.cms-home-feature-products > .col.product-small .box-text .cms-short-description,
.cms-home-feature-products > .col.product-small .box-text .cms-product-divide {
  display: none !important;
}

/* Price + cart row — push to bottom of card */
.cms-home-feature-products > .col.product-small .box-text .price-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  padding: 12px 0 0;
  margin-top: auto;
  border-top: 1px solid var(--border-default);
  border-radius: 0;
  position: relative;
}

.cms-home-feature-products > .col.product-small .box-text .price-wrapper::before {
  content: none;
}

.cms-home-feature-products > .col.product-small .box-text .price-wrapper span.price {
  flex: 1;
  min-width: 0;
  max-width: 100%;
  display: block;
  padding-left: 0;
  text-align: left;
  color: var(--primary-blue);
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

/* "Từ" prefix in lighter weight + muted */
.cms-home-feature-products > .col.product-small .box-text .price-wrapper span.price .cms-price-prefix {
  display: inline-block;
  color: var(--muted-text);
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin-right: 2px;
  vertical-align: baseline;
}

/* Price amount + dash inline (variable product without sale) */
.cms-home-feature-products > .col.product-small .box-text .price-wrapper span.price > .woocommerce-Price-amount,
.cms-home-feature-products > .col.product-small .box-text .price-wrapper span.price > span[aria-hidden="true"] {
  display: inline;
  color: var(--primary-blue);
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
}

.cms-home-feature-products > .col.product-small .box-text .price-wrapper span.price > .woocommerce-Price-amount bdi {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

.cms-home-feature-products > .col.product-small .box-text .price-wrapper span.price .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

/* Sale old/new stack (simple product on sale) */
.cms-home-feature-products > .col.product-small .box-text .price-wrapper span.price del {
  display: block;
  text-decoration: line-through;
  margin-bottom: 2px;
}

.cms-home-feature-products > .col.product-small .box-text .price-wrapper span.price ins {
  display: block;
  text-decoration: none;
  background: transparent;
}

.cms-home-feature-products > .col.product-small .box-text .price-wrapper span.price del bdi,
.cms-home-feature-products > .col.product-small .box-text .price-wrapper span.price del .woocommerce-Price-amount {
  color: var(--muted-text);
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-decoration: line-through;
}

.cms-home-feature-products > .col.product-small .box-text .price-wrapper span.price ins bdi,
.cms-home-feature-products > .col.product-small .box-text .price-wrapper span.price ins .woocommerce-Price-amount {
  color: var(--primary-blue);
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
}

.cms-home-feature-products > .col.product-small .box-text .price-wrapper > a.custom-add-to-cart.added {
  display: block !important;
}

.cms-home-feature-products > .col.product-small .box-text .price-wrapper > a.added_to_cart {
  display: none !important;
}

.cms-home-feature-products
  > .col.product-small
  .box-text
  .price-wrapper
  > a.custom-add-to-cart
  > .material-symbols-outlined {
  color: var(--primary-blue);
  background-color: var(--primary-blue-soft);
  padding: 8px;
  border-radius: var(--radius-md);
  font-size: 20px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.cms-home-feature-products
  > .col.product-small
  .box-text
  .price-wrapper
  > a.custom-add-to-cart:hover
  > .material-symbols-outlined {
  background-color: var(--primary-blue);
  color: #fff;
}

/* CTA below grid */
.cms-home-feature-cta-col {
  margin-top: 24px;
}

.cms-home-feature-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  background-color: var(--surface-card);
  color: var(--primary-blue);
  border: 1px solid var(--primary-blue);
  border-radius: var(--radius-pill);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.cms-home-feature-cta:hover {
  background-color: var(--primary-blue);
  color: #fff;
  transform: translateY(-2px);
  text-decoration: none;
}

.cms-home-feature-cta .material-symbols-outlined {
  font-size: 18px;
  transition: transform 0.2s ease;
}

.cms-home-feature-cta:hover .material-symbols-outlined {
  transform: translateX(2px);
}

@media screen and (max-width: 549px) {
  .cms-home-feature {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .cms-home-feature-title .cms-feature-h2 {
    font-size: 24px;
  }

  .cms-home-feature-title .cms-feature-section-desc {
    font-size: 14px;
  }

  .cms-home-feature-products > .col.product-small .box-image {
    aspect-ratio: 4 / 5;
  }
}

@media screen and (max-width: 468px) {
  .cms-home-feature-products {
    display: flex;
    flex-wrap: wrap !important;
  }

  .cms-home-feature-products > .col.product-small {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 6px;
  }

  .cms-home-feature-products > .col.product-small .box-text .title-wrapper a {
    font-size: 13px;
    line-height: 18px;
  }

  .cms-home-feature-products > .col.product-small .box-text .price-wrapper span.price > .woocommerce-Price-amount,
  .cms-home-feature-products > .col.product-small .box-text .price-wrapper span.price ins bdi {
    font-size: 15px;
    line-height: 20px;
  }
}

/* === Customer testimonials — refined === */
.cms-home-customer {
  background-color: var(--surface-card);
}

.cms-home-customer-title-col {
  margin-bottom: 32px;
}

.cms-home-customer-title {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.cms-home-customer-title .cms-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--primary-blue-soft);
  color: var(--primary-blue);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin: 0 0 14px;
}

.cms-home-customer-title .cms-eyebrow .material-symbols-outlined {
  font-size: 16px;
  font-variation-settings: "FILL" 1;
}

.cms-home-customer-title .cms-customer-h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--primary-text);
  letter-spacing: -0.4px;
  margin: 0;
}

.cms-home-customer-title .cms-customer-section-desc {
  color: var(--second-text);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin: 12px auto 0;
  max-width: 600px;
}

/* Stats strip */
.cms-home-customer-stats-row {
  margin-bottom: 24px !important;
}

.cms-home-customer-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: linear-gradient(135deg, var(--primary-blue-soft) 0%, #f0f7ff 100%);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  padding: 24px 16px;
}

.cms-customer-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 0 12px;
  border-right: 1px solid rgba(0, 104, 255, 0.12);
  text-align: center;
}

.cms-customer-stat:last-child {
  border-right: none;
}

.cms-customer-stat-num {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 800;
  color: var(--primary-blue);
  letter-spacing: -0.8px;
}

.cms-customer-stat-num .material-symbols-outlined {
  font-size: 22px;
  color: var(--accent-star);
  font-variation-settings: "FILL" 1;
}

.cms-customer-stat-label {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  color: var(--second-text);
}

/* Equal-height cards */
.cms-home-customer .row > .col.cms-home-customer-col {
  display: flex;
}

.cms-home-customer .row > .col.cms-home-customer-col > .col-inner {
  display: flex;
  width: 100%;
}

.cms-home-customer .row > .col.cms-home-customer-col > .col-inner > div {
  width: 100%;
}

/* Testimonial card */
.cms-customer-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--surface-card);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  padding: 28px 24px 24px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  overflow: hidden;
}

.cms-customer-card:hover {
  border-color: var(--primary-blue);
  box-shadow: 0 12px 32px rgba(0, 104, 255, 0.1);
  transform: translateY(-4px);
}

.cms-customer-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.cms-customer-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.cms-customer-stars .material-symbols-outlined {
  font-size: 18px;
  color: var(--accent-star);
  font-variation-settings: "FILL" 1;
}

.cms-customer-verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 9px;
  background: var(--accent-success-bg);
  color: var(--accent-success);
  border-radius: var(--radius-pill);
  font-size: 11px;
  font-weight: 600;
}

.cms-customer-verified .material-symbols-outlined {
  font-size: 14px;
  font-variation-settings: "FILL" 1;
}

/* Big decorative quote mark */
.cms-customer-quote-icon {
  position: absolute;
  top: 16px;
  right: 18px;
  pointer-events: none;
  z-index: 0;
}

.cms-customer-quote-icon .material-symbols-outlined {
  font-size: 80px;
  color: var(--primary-blue);
  opacity: 0.06;
  font-variation-settings: "FILL" 1;
  line-height: 1;
}

.cms-customer-quote {
  position: relative;
  z-index: 1;
  flex: 1;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
  color: var(--primary-text);
  margin: 0 0 20px;
}

/* Card footer with avatar + info */
.cms-customer-foot {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--border-default);
}

.cms-customer-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  background: linear-gradient(135deg, var(--primary-blue) 0%, #4a8dff 100%);
}

.cms-customer-avatar.cms-avatar-2 {
  background: linear-gradient(135deg, #16a34a 0%, #4ade80 100%);
}

.cms-customer-avatar.cms-avatar-3 {
  background: linear-gradient(135deg, #f26522 0%, #ffa56b 100%);
}

.cms-customer-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.cms-customer-name {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--primary-text);
  margin: 0;
}

.cms-customer-meta {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--muted-text);
  margin: 0;
}

@media screen and (max-width: 849px) {
  .cms-home-customer-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 0;
    padding: 20px 12px;
  }

  .cms-customer-stat:nth-child(2) {
    border-right: none;
  }
}

@media screen and (max-width: 549px) {
  .cms-home-customer {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .cms-home-customer-title .cms-customer-h2 {
    font-size: 24px;
  }

  .cms-customer-stat-num {
    font-size: 22px;
  }

  .cms-customer-stat-label {
    font-size: 12px;
  }

  .cms-customer-card {
    padding: 24px 20px 20px;
  }
}

/* === Customer chat-screenshot mockups (Zalo/Messenger style) === */
.cms-chat-screenshot {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.cms-chat-screenshot:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}
.cms-chat-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.cms-chat-zalo .cms-chat-header {
  background: linear-gradient(135deg, #0068ff 0%, #0091ff 100%);
  color: #fff;
}
.cms-chat-messenger .cms-chat-header {
  background: linear-gradient(135deg, #0084ff 0%, #44bef7 100%);
  color: #fff;
}
.cms-chat-avatar {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.35);
}
.cms-chat-avatar.cms-avatar-1 {
  background: linear-gradient(135deg, #f7a800, #e36b00);
}
.cms-chat-avatar.cms-avatar-2 {
  background: linear-gradient(135deg, #7c4dff, #4a148c);
}
.cms-chat-avatar.cms-avatar-3 {
  background: linear-gradient(135deg, #2eaf7d, #1b5e20);
}
.cms-chat-name-block {
  flex: 1;
  min-width: 0;
}
.cms-chat-name {
  margin: 0;
  font-size: 14.5px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 1.25;
}
.cms-chat-verified-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.cms-chat-verified-badge .material-symbols-outlined {
  font-size: 16px;
  font-variation-settings: "FILL" 1;
  color: #4eccff;
}
.cms-chat-meta {
  margin: 2px 0 0;
  font-size: 11.5px;
  opacity: 0.85;
  line-height: 1.2;
}
.cms-chat-online {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
}
.cms-chat-online::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #2eaf7d;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.cms-chat-logo {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 800;
  font-size: 15px;
  color: #fff;
}
.cms-chat-logo-fb .material-symbols-outlined {
  font-size: 18px;
  font-variation-settings: "FILL" 1;
}
.cms-chat-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 14px;
  background: #f0f2f5;
  background-image: linear-gradient(
    180deg,
    #e9ebf0 0%,
    #f3f5f7 100%
  );
  min-height: 320px;
}
.cms-chat-date {
  align-self: center;
  font-size: 11px;
  color: #888;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.7);
  padding: 3px 10px;
  border-radius: 999px;
  margin: 2px 0 4px;
}
.cms-chat-bubble {
  max-width: 86%;
  padding: 9px 13px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 16px;
  word-wrap: break-word;
  position: relative;
}
.cms-chat-emoji-prefix {
  display: inline-block;
  margin-right: 2px;
  font-size: 14px;
}
.cms-chat-in {
  align-self: flex-start;
  background: #fff;
  color: #1a1a1a;
  border-bottom-left-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.cms-chat-out {
  align-self: flex-end;
  color: #fff;
  border-bottom-right-radius: 4px;
}
.cms-chat-zalo .cms-chat-out {
  background: linear-gradient(135deg, #0068ff 0%, #0091ff 100%);
}
.cms-chat-messenger .cms-chat-out {
  background: linear-gradient(135deg, #0084ff 0%, #44bef7 100%);
}
.cms-chat-voice {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px 8px 8px;
  border-radius: 16px;
  border-bottom-left-radius: 4px;
  background: #fff;
  align-self: flex-start;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.cms-chat-voice-play {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0068ff, #0091ff);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cms-chat-voice-play .material-symbols-outlined {
  font-size: 22px;
  font-variation-settings: "FILL" 1;
}
.cms-chat-voice-wave {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  height: 22px;
}
.cms-chat-voice-wave i {
  display: inline-block;
  width: 3px;
  background: #0091ff;
  border-radius: 2px;
  opacity: 0.7;
}
.cms-chat-voice-wave i:nth-child(1) {
  height: 30%;
}
.cms-chat-voice-wave i:nth-child(2) {
  height: 60%;
}
.cms-chat-voice-wave i:nth-child(3) {
  height: 80%;
}
.cms-chat-voice-wave i:nth-child(4) {
  height: 50%;
}
.cms-chat-voice-wave i:nth-child(5) {
  height: 95%;
}
.cms-chat-voice-wave i:nth-child(6) {
  height: 70%;
}
.cms-chat-voice-wave i:nth-child(7) {
  height: 45%;
}
.cms-chat-voice-wave i:nth-child(8) {
  height: 85%;
}
.cms-chat-voice-wave i:nth-child(9) {
  height: 55%;
}
.cms-chat-voice-wave i:nth-child(10) {
  height: 75%;
}
.cms-chat-voice-wave i:nth-child(11) {
  height: 40%;
}
.cms-chat-voice-wave i:nth-child(12) {
  height: 65%;
}
.cms-chat-voice-time {
  font-size: 11.5px;
  color: #666;
  font-weight: 500;
}
.cms-chat-status {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #777;
  margin-top: auto;
  padding-top: 4px;
}
.cms-chat-status .material-symbols-outlined {
  font-size: 14px;
  color: #0091ff;
}
.cms-home-customer-disclaimer {
  margin-top: 28px;
}
.cms-customer-disclaimer-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: var(--radius-pill);
  font-size: 13px;
  color: var(--text-secondary, #555);
  line-height: 1.5;
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}
.cms-customer-disclaimer-text .material-symbols-outlined {
  font-size: 18px;
  color: var(--primary-blue);
  flex-shrink: 0;
  font-variation-settings: "FILL" 1;
}
.cms-customer-disclaimer-text strong {
  color: var(--text-primary, #1a1a1a);
  font-weight: 600;
}
@media (max-width: 849px) {
  .cms-home-customer-col {
    margin-bottom: 16px;
  }
  .cms-chat-body {
    min-height: 280px;
  }
}
@media (max-width: 549px) {
  .cms-chat-header {
    padding: 12px 14px;
  }
  .cms-chat-avatar {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }
  .cms-chat-name {
    font-size: 13.5px;
  }
  .cms-chat-meta {
    font-size: 11px;
  }
  .cms-chat-bubble {
    font-size: 12.5px;
  }
  .cms-chat-body {
    min-height: 260px;
    padding: 14px 12px;
  }
  .cms-customer-disclaimer-text {
    align-items: flex-start;
    padding: 10px 14px;
    font-size: 12px;
  }
}

/* === FAQ (Câu hỏi thường gặp — kín đáo & bảo mật) === */
.cms-home-faq {
  background-color: var(--surface-page);
}
.cms-home-faq-title-col {
  margin-bottom: 32px;
}
.cms-home-faq-title .cms-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: var(--primary-blue-soft);
  color: var(--primary-blue);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.4px;
  border-radius: var(--radius-pill);
  margin: 0 0 12px;
}
.cms-home-faq-title .cms-eyebrow .material-symbols-outlined {
  font-size: 18px;
  font-variation-settings: "FILL" 1;
}
.cms-faq-h2 {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--text-primary, #1a1a1a);
}
.cms-faq-section-desc {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-secondary, #555);
  max-width: 680px;
  margin: 0 auto;
}
.cms-home-faq-col {
  margin-bottom: 14px;
}
.cms-faq-item {
  background: var(--surface-card);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.cms-faq-item[open] {
  border-color: var(--primary-blue-soft);
  box-shadow: 0 8px 22px rgba(0, 64, 128, 0.06);
}
.cms-faq-q {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  color: var(--text-primary, #1a1a1a);
  list-style: none;
  transition: background 0.18s ease;
}
.cms-faq-q::-webkit-details-marker {
  display: none;
}
.cms-faq-q:hover {
  background: rgba(0, 0, 0, 0.02);
}
.cms-faq-q-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-blue-soft);
  color: var(--primary-blue);
  border-radius: var(--radius-md);
}
.cms-faq-q-icon .material-symbols-outlined {
  font-size: 22px;
  font-variation-settings: "FILL" 1;
}
.cms-faq-q-text {
  flex: 1;
  min-width: 0;
}
.cms-faq-toggle {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  transition: transform 0.25s ease, background 0.18s ease;
}
.cms-faq-item[open] .cms-faq-toggle {
  transform: rotate(180deg);
  background: var(--primary-blue-soft);
}
.cms-faq-toggle .material-symbols-outlined {
  font-size: 20px;
  color: var(--primary-blue);
}
.cms-faq-a {
  padding: 0 20px 20px 70px;
  animation: cms-faq-fade 0.25s ease;
}
.cms-faq-a p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-secondary, #555);
  margin: 0;
}
.cms-faq-a strong {
  color: var(--text-primary, #1a1a1a);
  font-weight: 700;
}
@keyframes cms-faq-fade {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cms-home-faq-more {
  margin-top: 24px;
}
.cms-faq-more-text {
  font-size: 14px;
  color: var(--text-secondary, #555);
  margin: 0;
  line-height: 1.6;
}
.cms-faq-more-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  background: var(--primary-blue);
  color: #fff;
  border-radius: var(--radius-pill);
  font-weight: 600;
  text-decoration: none;
  margin-left: 4px;
  transition: background 0.2s ease, transform 0.2s ease;
}
.cms-faq-more-link:hover {
  background: #0056b3;
  color: #fff;
  transform: translateY(-1px);
}
.cms-faq-more-link .material-symbols-outlined {
  font-size: 18px;
  font-variation-settings: "FILL" 1;
}
.cms-faq-more-link strong {
  font-weight: 700;
}
@media (max-width: 849px) {
  .cms-faq-h2 {
    font-size: 26px;
  }
  .cms-faq-q {
    padding: 16px 16px;
    font-size: 14.5px;
  }
  .cms-faq-a {
    padding: 0 16px 18px 64px;
  }
}
@media (max-width: 549px) {
  .cms-faq-h2 {
    font-size: 22px;
  }
  .cms-faq-q {
    padding: 14px 14px;
    font-size: 14px;
    gap: 10px;
  }
  .cms-faq-q-icon {
    width: 34px;
    height: 34px;
  }
  .cms-faq-q-icon .material-symbols-outlined {
    font-size: 20px;
  }
  .cms-faq-a {
    padding: 0 14px 16px 58px;
  }
  .cms-faq-a p {
    font-size: 13.5px;
  }
  .cms-faq-more-text {
    font-size: 13.5px;
  }
  .cms-faq-more-link {
    display: inline-flex;
    margin: 8px 0 0;
  }
}

/* === Blog (Kiến thức từ dược sĩ) === */
.cms-home-blog {
  background-color: var(--surface-card);
}
.cms-home-blog-title-col {
  margin-bottom: 32px;
}
.cms-home-blog-title .cms-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: var(--primary-blue-soft);
  color: var(--primary-blue);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.4px;
  border-radius: var(--radius-pill);
  margin: 0 0 12px;
}
.cms-home-blog-title .cms-eyebrow .material-symbols-outlined {
  font-size: 18px;
  font-variation-settings: "FILL" 1;
}
.cms-blog-h2 {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--text-primary, #1a1a1a);
}
.cms-blog-section-desc {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-secondary, #555);
  max-width: 680px;
  margin: 0 auto;
}
.cms-home-blog-col {
  margin-bottom: 20px;
}
.cms-blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--surface-page);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.cms-blog-card-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  font-size: 0;
  color: transparent;
  text-decoration: none;
  overflow: hidden;
}
.cms-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 64, 128, 0.1);
  border-color: var(--primary-blue-soft);
  color: inherit;
}
.cms-blog-card-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.04);
}
.cms-blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.cms-blog-card:hover .cms-blog-card-img {
  transform: scale(1.04);
}
.cms-blog-card-cat {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--primary-blue);
  font-size: 12px;
  font-weight: 600;
  border-radius: var(--radius-pill);
  backdrop-filter: blur(6px);
}
.cms-blog-card-cat .material-symbols-outlined {
  font-size: 14px;
  font-variation-settings: "FILL" 1;
}
.cms-blog-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 22px 24px;
}
.cms-blog-card-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: var(--text-secondary, #666);
  flex-wrap: wrap;
}
.cms-blog-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.cms-blog-card-meta .material-symbols-outlined {
  font-size: 15px;
  font-variation-settings: "FILL" 1;
  color: var(--primary-blue);
}
.cms-blog-card-dot {
  opacity: 0.5;
}
.cms-blog-card-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  margin: 4px 0 6px;
  color: var(--text-primary, #1a1a1a);
}
.cms-blog-card-excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-secondary, #555);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cms-blog-card-readmore {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 12px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--primary-blue);
}
.cms-blog-card-readmore .material-symbols-outlined {
  font-size: 18px;
  transition: transform 0.2s ease;
}
.cms-blog-card:hover .cms-blog-card-readmore .material-symbols-outlined {
  transform: translateX(4px);
}
.cms-blog-topic-card {
  position: relative;
  display: flex;
  gap: 16px;
  height: 100%;
  padding: 24px 22px;
  background: var(--surface-page);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.cms-blog-topic-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(0, 64, 128, 0.08);
  border-color: var(--primary-blue-soft);
  color: inherit;
}
.cms-blog-topic-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-blue-soft);
  color: var(--primary-blue);
  border-radius: var(--radius-md);
}
.cms-blog-topic-icon .material-symbols-outlined {
  font-size: 28px;
  font-variation-settings: "FILL" 1;
}
.cms-blog-topic-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.cms-blog-topic-title {
  font-size: 15.5px;
  font-weight: 700;
  margin: 0;
  line-height: 1.35;
  color: var(--text-primary, #1a1a1a);
}
.cms-blog-topic-desc {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--text-secondary, #555);
  margin: 0;
}
.cms-blog-topic-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-blue);
}
.cms-blog-topic-link .material-symbols-outlined {
  font-size: 16px;
  transition: transform 0.2s ease;
}
.cms-blog-topic-card:hover .cms-blog-topic-link .material-symbols-outlined {
  transform: translateX(4px);
}
.cms-home-blog-cta {
  margin-top: 18px;
}
.cms-blog-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: var(--primary-blue);
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  border-radius: var(--radius-pill);
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 6px 18px rgba(0, 102, 204, 0.25);
}
.cms-blog-cta-link:hover {
  background: #0056b3;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 102, 204, 0.35);
}
.cms-blog-cta-link .material-symbols-outlined {
  font-size: 20px;
  font-variation-settings: "FILL" 1;
}
@media (max-width: 849px) {
  .cms-blog-h2 {
    font-size: 26px;
  }
  .cms-blog-card-title {
    font-size: 15.5px;
  }
}
@media (max-width: 549px) {
  .cms-blog-h2 {
    font-size: 22px;
  }
  .cms-blog-card-body {
    padding: 18px 18px 20px;
  }
  .cms-blog-card-title {
    font-size: 15px;
  }
  .cms-blog-card-excerpt {
    font-size: 13px;
  }
  .cms-blog-topic-card {
    padding: 18px 16px;
  }
  .cms-blog-topic-icon {
    width: 46px;
    height: 46px;
  }
  .cms-blog-topic-icon .material-symbols-outlined {
    font-size: 24px;
  }
}

/* === Final CTA card — refined === */
.cms-home-contact {
  background-color: var(--surface-page) !important;
}

.cms-cta-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--primary-blue) 0%, #0054d6 60%, #1b51a3 100%);
  padding: 48px 56px;
  box-shadow: 0 24px 60px rgba(0, 104, 255, 0.18);
}

/* Decorative orbs */
.cms-cta-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}

.cms-cta-orb-1 {
  width: 320px;
  height: 320px;
  top: -120px;
  right: -80px;
  background: rgba(255, 255, 255, 0.18);
}

.cms-cta-orb-2 {
  width: 220px;
  height: 220px;
  bottom: -100px;
  left: 30%;
  background: rgba(255, 255, 255, 0.08);
}

.cms-cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 48px;
  align-items: center;
}

/* Left side */
.cms-cta-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.cms-cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.cms-cta-eyebrow .material-symbols-outlined {
  font-size: 16px;
  font-variation-settings: "FILL" 1;
}

.cms-cta-title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.4px;
  margin: 0;
}

.cms-cta-title span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
}

.cms-cta-desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  max-width: 520px;
}

/* Trust badges */
.cms-cta-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.cms-cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1px;
}

.cms-cta-badge .material-symbols-outlined {
  font-size: 15px;
  font-variation-settings: "FILL" 1;
}

/* Right side - CTAs */
.cms-cta-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cms-cta-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.cms-cta-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.cms-cta-btn-primary {
  background: #fff;
  color: var(--primary-blue);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.cms-cta-btn-primary:hover {
  background: var(--primary-blue-soft);
  color: var(--primary-blue);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.cms-cta-btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.cms-cta-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.cms-cta-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: var(--radius-md);
  background: var(--primary-blue-soft);
  color: var(--primary-blue);
}

.cms-cta-btn-secondary .cms-cta-btn-icon {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.cms-cta-btn-icon .material-symbols-outlined {
  font-size: 22px;
  font-variation-settings: "FILL" 1;
}

.cms-cta-btn-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}

.cms-cta-btn-label {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.75;
  letter-spacing: 0.1px;
}

.cms-cta-btn-value {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

/* Online presence indicator */
.cms-cta-online {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 4px 0;
}

.cms-cta-avatars {
  display: inline-flex;
  align-items: center;
}

.cms-cta-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(135deg, #4a8dff 0%, #1b51a3 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.cms-cta-avatar + .cms-cta-avatar {
  margin-left: -10px;
}

.cms-cta-avatar-2 {
  background: linear-gradient(135deg, #16a34a 0%, #0d7a35 100%);
}

.cms-cta-avatar-3 {
  background: linear-gradient(135deg, #f26522 0%, #c14d11 100%);
}

.cms-cta-online-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 500;
}

.cms-cta-pulse {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.7);
  animation: cms-cta-pulse 2s infinite;
}

@keyframes cms-cta-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.7);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(74, 222, 128, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(74, 222, 128, 0);
  }
}

@media screen and (max-width: 849px) {
  .cms-cta-card {
    padding: 40px 32px;
  }

  .cms-cta-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .cms-cta-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 549px) {
  .cms-home-contact {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .cms-cta-card {
    padding: 32px 24px;
    border-radius: var(--radius-md);
  }

  .cms-cta-title {
    font-size: 22px;
  }

  .cms-cta-desc {
    font-size: 14px;
  }

  .cms-cta-btn-value {
    font-size: 16px;
  }

  .cms-cta-btn-icon {
    width: 40px;
    height: 40px;
  }
}

/* === Home Quick-info strip (4-up colored cards) === */
.cms-home-quickinfo-section {
  background-color: var(--surface-page);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.cms-home-quickinfo-section .section-content {
  transform: translateY(-32px);
}

.cms-home-quickinfo-col {
  margin-bottom: 0;
}

.cms-home-quickinfo-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 16px;
  background-color: var(--surface-card);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-default);
  box-shadow: var(--shadow-sm);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  text-decoration: none;
  height: 100%;
}

.cms-home-quickinfo-card:hover {
  border-color: var(--primary-blue);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.cms-home-quickinfo-card .cms-qi-icon {
  font-size: 22px;
  padding: 10px;
  border-radius: var(--radius-md);
  flex-shrink: 0;
}

.cms-home-quickinfo-card .cms-qi-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.cms-home-quickinfo-card .cms-qi-title {
  font-size: 13px;
  font-weight: 500;
  color: var(--muted-text);
  line-height: 1.2;
}

.cms-home-quickinfo-card .cms-qi-sub {
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-text);
  line-height: 1.3;
}

.cms-home-quickinfo-card.cms-qi-blue .cms-qi-icon {
  background-color: var(--primary-blue-soft);
  color: var(--primary-blue);
}

.cms-home-quickinfo-card.cms-qi-green .cms-qi-icon {
  background-color: var(--accent-success-bg);
  color: var(--accent-success);
}

.cms-home-quickinfo-card.cms-qi-amber .cms-qi-icon {
  background-color: #fff4d6;
  color: var(--accent-warning);
}

.cms-home-quickinfo-card.cms-qi-red .cms-qi-icon {
  background-color: #fde6e6;
  color: var(--accent-danger);
}

@media screen and (max-width: 468px) {
  .cms-home-quickinfo-section .section-content {
    transform: translateY(-16px);
  }

  .cms-home-quickinfo-card {
    padding: 12px;
  }

  .cms-home-quickinfo-card .cms-qi-sub {
    font-size: 14px;
  }
}

/* === Home Category icon grid === */
.cms-home-cat-section {
  background-color: var(--surface-card);
}

.cms-home-cat-title-col {
  margin-bottom: 24px;
}

.cms-home-cat-title {
  text-align: center;
}

.cms-home-cat-title .cms-eyebrow {
  color: var(--primary-blue);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 4px;
}

.cms-home-cat-title h2 {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--primary-text);
  letter-spacing: -0.3px;
  margin: 0;
}

.cms-home-cat-row {
  justify-content: center;
}

.cms-home-cat-col {
  margin-bottom: 0;
}

.cms-home-cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 20px 12px;
  background-color: var(--surface-card);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-default);
  text-decoration: none;
  height: 100%;
  text-align: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cms-home-cat-card:hover {
  border-color: var(--primary-blue);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.cms-home-cat-card .cms-home-cat-icon {
  font-size: 26px;
  color: var(--primary-blue);
  background-color: var(--primary-blue-soft);
  padding: 14px;
  border-radius: var(--radius-pill);
  margin-bottom: 4px;
}

.cms-home-cat-card .cms-home-cat-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-text);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.cms-home-cat-card .cms-home-cat-count {
  font-size: 12px;
  font-weight: 400;
  color: var(--muted-text);
  line-height: 1.3;
}

.cms-home-cat-card-all .cms-home-cat-icon {
  background-color: var(--primary-blue);
  color: #fff;
}

@media screen and (max-width: 549px) {
  .cms-home-cat-title h2 {
    font-size: 22px;
  }

  .cms-home-cat-card {
    padding: 14px 8px;
  }

  .cms-home-cat-card .cms-home-cat-icon {
    font-size: 22px;
    padding: 10px;
  }

  .cms-home-cat-card .cms-home-cat-label {
    font-size: 13px;
  }
}

/* === Hero trust pills (Phase 3) === */
.cms-home-top-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.cms-home-top-trust-pills .cms-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background-color: var(--surface-card);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 500;
  color: var(--primary-text);
}

.cms-home-top-trust-pills .cms-trust-pill .material-symbols-outlined {
  font-size: 16px;
  color: var(--accent-success);
}

.cms-home-top-trust-pills .cms-trust-pill:nth-child(2) .material-symbols-outlined {
  color: var(--accent-star);
}

.cms-home-top-trust-pills .cms-trust-pill:nth-child(3) .material-symbols-outlined {
  color: var(--primary-blue);
}

/* === Universal section title block === */
.cms-home-section-title-col {
  margin-bottom: 32px;
}

.cms-home-section-title.cms-home-section-title-center {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.cms-home-section-title .cms-eyebrow {
  color: var(--primary-blue);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 6px;
}

.cms-home-section-title h2 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--primary-text);
  letter-spacing: -0.4px;
  margin: 0;
}

.cms-home-section-title .cms-section-desc {
  color: var(--second-text);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin: 12px 0 0;
}

@media screen and (max-width: 549px) {
  .cms-home-section-title h2 {
    font-size: 22px;
  }
}

/* === Problem section (PAS - Agitate) === */
.cms-home-problem-section {
  background-color: var(--surface-page);
}

.cms-home-problem-col {
  margin-bottom: 16px;
}

.cms-home-problem-card {
  background-color: var(--surface-card);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-md);
  padding: 20px;
  height: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cms-home-problem-card:hover {
  border-color: var(--accent-danger);
  box-shadow: var(--shadow-sm);
}

.cms-home-problem-card .cms-pc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  padding: 10px;
  border-radius: var(--radius-md);
  background-color: #fde6e6;
  color: var(--accent-danger);
  margin-bottom: 12px;
}

.cms-home-problem-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-text);
  margin: 0 0 6px;
}

.cms-home-problem-card p {
  font-size: 14px;
  font-weight: 400;
  color: var(--second-text);
  line-height: 1.55;
  margin: 0;
}

/* === Solution section (PAS - Solution + FAB) === */
.cms-home-solution-section {
  background-color: var(--surface-page);
}

.cms-home-solution-col {
  margin-bottom: 16px;
}

.cms-home-solution-card {
  position: relative;
  background-color: var(--surface-card);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  height: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cms-home-solution-card:hover {
  border-color: var(--primary-blue);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.cms-home-solution-card .cms-sc-num {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-blue-soft);
  line-height: 1;
}

.cms-home-solution-card .cms-sc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  padding: 14px;
  border-radius: var(--radius-md);
  background-color: var(--primary-blue-soft);
  color: var(--primary-blue);
  margin-bottom: 16px;
}

.cms-home-solution-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-text);
  margin: 0 0 14px;
  line-height: 1.3;
}

.cms-home-solution-card .cms-sc-feature,
.cms-home-solution-card .cms-sc-benefit {
  font-size: 11px;
  font-weight: 600;
  color: var(--primary-blue);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 12px 0 4px;
}

.cms-home-solution-card .cms-sc-feature-text,
.cms-home-solution-card .cms-sc-benefit-text {
  font-size: 14px;
  font-weight: 400;
  color: var(--second-text);
  line-height: 1.55;
  margin: 0;
}

.cms-home-solution-card .cms-sc-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-blue);
  text-decoration: none;
  transition: gap 0.2s ease;
}

.cms-home-solution-card .cms-sc-link:hover {
  gap: 8px;
  color: var(--primary-blue-hover);
}

.cms-home-solution-card .cms-sc-link .material-symbols-outlined {
  font-size: 16px;
}

/* === BAB section (Before-After-Bridge) === */
.cms-home-bab-section {
  background-color: var(--surface-page);
}

.cms-home-bab-col {
  margin-bottom: 16px;
}

.cms-home-bab-card {
  position: relative;
  background-color: var(--surface-card);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  padding: 28px;
  height: 100%;
}

.cms-home-bab-card-before {
  border-color: #fde6e6;
  background-color: #fffafa;
}

.cms-home-bab-card-after {
  border-color: var(--accent-success-bg);
  background-color: #f6fdf9;
}

.cms-home-bab-card .cms-bab-tag {
  display: inline-block;
  padding: 4px 10px;
  background-color: var(--accent-danger);
  color: #fff;
  border-radius: var(--radius-sm);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.cms-home-bab-card .cms-bab-tag-after {
  background-color: var(--accent-success);
}

.cms-home-bab-card .cms-bab-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cms-home-bab-card .cms-bab-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--primary-text);
  line-height: 1.5;
  margin: 0;
}

.cms-home-bab-card .cms-bab-list li .material-symbols-outlined {
  flex-shrink: 0;
  font-size: 20px;
  padding: 2px;
  border-radius: var(--radius-pill);
  background-color: #fde6e6;
  color: var(--accent-danger);
}

.cms-home-bab-card .cms-bab-list-after li .material-symbols-outlined {
  background-color: var(--accent-success-bg);
  color: var(--accent-success);
}

.cms-home-bab-cta-col {
  margin-top: 32px;
}

.cms-home-bab-cta {
  padding: 14px 28px !important;
  font-size: 16px !important;
}

@media screen and (max-width: 549px) {
  .cms-home-bab-card {
    padding: 20px;
  }
}

/* === Process section (4P - Picture) === */
.cms-home-process-section {
  background-color: var(--surface-page);
}

.cms-home-process-col {
  margin-bottom: 16px;
}

.cms-home-step-card {
  position: relative;
  background-color: var(--surface-card);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-md);
  padding: 24px 20px;
  height: 100%;
  text-align: left;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cms-home-step-card:hover {
  border-color: var(--primary-blue);
  box-shadow: var(--shadow-sm);
}

.cms-home-step-card .cms-step-num {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-blue-soft);
  line-height: 1;
}

.cms-home-step-card .cms-step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  padding: 12px;
  border-radius: var(--radius-pill);
  background-color: var(--primary-blue-soft);
  color: var(--primary-blue);
  margin-bottom: 12px;
}

.cms-home-step-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-text);
  margin: 0 0 6px;
}

.cms-home-step-card p {
  font-size: 14px;
  font-weight: 400;
  color: var(--second-text);
  line-height: 1.55;
  margin: 0;
}

/* === Proof stats section === */
.cms-home-proof-section {
  background-color: var(--surface-card);
}

.cms-home-proof-col {
  margin-bottom: 16px;
}

.cms-home-stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 24px 16px;
  background-color: var(--surface-page);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-md);
  height: 100%;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.cms-home-stat-card:hover {
  border-color: var(--primary-blue);
  transform: translateY(-2px);
}

.cms-home-stat-card .cms-stat-icon {
  font-size: 28px;
  color: var(--primary-blue);
  background-color: var(--primary-blue-soft);
  padding: 12px;
  border-radius: var(--radius-pill);
  margin-bottom: 4px;
}

.cms-home-stat-card .cms-stat-num {
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-text);
  letter-spacing: -0.5px;
  line-height: 1;
}

.cms-home-stat-card .cms-stat-label {
  font-size: 13px;
  font-weight: 400;
  color: var(--second-text);
  line-height: 1.3;
}

/* === FAQ section === */
.cms-home-faq-section {
  background-color: var(--surface-page);
}

.cms-home-faq-side .cms-eyebrow {
  color: var(--primary-blue);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 6px;
}

.cms-home-faq-side h2 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--primary-text);
  letter-spacing: -0.4px;
  margin: 0 0 16px;
}

.cms-home-faq-side p {
  font-size: 15px;
  font-weight: 400;
  color: var(--second-text);
  line-height: 1.6;
  margin: 0;
}

.cms-home-faq-side p a {
  color: var(--primary-blue);
  font-weight: 600;
  text-decoration: none;
}

.cms-home-faq-side p a:hover {
  text-decoration: underline;
}

.cms-home-faq-list-col .cms-home-faq-item {
  background-color: var(--surface-card);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-md);
  padding: 0;
  margin-bottom: 10px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.cms-home-faq-list-col .cms-home-faq-item[open] {
  border-color: var(--primary-blue);
}

.cms-home-faq-list-col .cms-home-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-text);
  cursor: pointer;
  list-style: none;
  transition: background-color 0.2s ease;
}

.cms-home-faq-list-col .cms-home-faq-item summary::-webkit-details-marker {
  display: none;
}

.cms-home-faq-list-col .cms-home-faq-item summary:hover {
  background-color: var(--primary-blue-soft);
}

.cms-home-faq-list-col .cms-home-faq-item .cms-faq-icon {
  font-size: 22px;
  color: var(--primary-blue);
  transition: transform 0.2s ease;
}

.cms-home-faq-list-col .cms-home-faq-item[open] .cms-faq-icon {
  transform: rotate(180deg);
}

.cms-home-faq-list-col .cms-home-faq-item .cms-faq-answer {
  padding: 0 20px 18px;
  font-size: 14px;
  font-weight: 400;
  color: var(--second-text);
  line-height: 1.65;
}

.cms-home-faq-list-col .cms-home-faq-item .cms-faq-answer a {
  color: var(--primary-blue);
  font-weight: 600;
  text-decoration: none;
}

.cms-home-faq-list-col .cms-home-faq-item .cms-faq-answer a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 549px) {
  .cms-home-faq-side h2 {
    font-size: 22px;
  }

  .cms-home-faq-list-col .cms-home-faq-item summary {
    font-size: 14px;
    padding: 14px 16px;
  }

  .cms-home-faq-list-col .cms-home-faq-item .cms-faq-answer {
    padding: 0 16px 14px;
  }
}


/* === Real-time activity ticker (floating bottom-left toast) === */
.cms-home-ticker-host {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  position: relative;
  z-index: 9990;
}
.cms-activity-ticker {
  position: fixed;
  left: 20px;
  bottom: 24px;
  z-index: 9990;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px 12px 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
  max-width: 340px;
  min-width: 260px;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.cms-activity-ticker.cms-ticker-in {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  animation: cms-ticker-pop 0.4s ease;
}
.cms-activity-ticker.cms-ticker-out {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}
@keyframes cms-ticker-pop {
  0% { transform: translateY(20px) scale(0.95); opacity: 0; }
  60% { transform: translateY(-2px) scale(1.02); opacity: 1; }
  100% { transform: translateY(0) scale(1); opacity: 1; }
}
.cms-ticker-avatar {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary-blue);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.cms-ticker-avatar::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 12px;
  height: 12px;
  background: #2eaf7d;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(46, 175, 125, 0.6);
  animation: cms-ticker-pulse 1.8s ease-out infinite;
}
@keyframes cms-ticker-pulse {
  0% { box-shadow: 0 0 0 0 rgba(46, 175, 125, 0.6); }
  70% { box-shadow: 0 0 0 8px rgba(46, 175, 125, 0); }
  100% { box-shadow: 0 0 0 0 rgba(46, 175, 125, 0); }
}
.cms-ticker-body {
  flex: 1;
  min-width: 0;
  line-height: 1.35;
}
.cms-ticker-title {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-primary, #1a1a1a);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cms-ticker-title strong {
  font-weight: 700;
  color: var(--primary-blue);
}
.cms-ticker-meta {
  margin: 3px 0 0;
  font-size: 11.5px;
  color: var(--text-secondary, #666);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.cms-ticker-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #2eaf7d;
  border-radius: 50%;
}
.cms-ticker-close {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.04);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  color: var(--text-secondary, #777);
  padding: 0;
  transition: background 0.18s ease, color 0.18s ease;
}
.cms-ticker-close:hover {
  background: rgba(0, 0, 0, 0.1);
  color: var(--text-primary, #222);
}
.cms-ticker-close .material-symbols-outlined {
  font-size: 16px;
}
@media (max-width: 549px) {
  .cms-activity-ticker {
    left: 10px;
    right: 10px;
    bottom: 78px;
    max-width: none;
    min-width: 0;
  }
}

/* ============================================================
   HOMEPAGE — MOBILE COMPRESSION OVERLAY
   Reduce page from ~53k px to ~25k px on mobile.
   Section padding ~50%, font ~25%, vertical gaps tightened.
   ============================================================ */
@media (max-width: 768px) {
  /* === Generic section spacing === */
  .section.cms-home-hero,
  .section.cms-home-trust-strip,
  .section.cms-home-why,
  .section.cms-home-cat-section,
  .section.cms-home-bab-section,
  .section.cms-home-customer,
  .section.cms-home-blog,
  .section.cms-home-contact {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .section .section-content > .row { padding: 0 12px !important; }

  /* === HERO === */
  .cms-home-hero { padding: 24px 0 16px !important; }
  .cms-home-hero-text { padding: 0 !important; }
  .cms-home-hero-eyebrow { font-size: 11px !important; padding: 4px 10px !important; margin-bottom: 10px !important; }
  .cms-home-hero h1, .cms-home-hero .cms-home-hero-title {
    font-size: 24px !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
    letter-spacing: -0.3px !important;
  }
  .cms-home-hero-desc {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-bottom: 14px !important;
  }
  .cms-home-hero-cta-row { gap: 8px !important; margin-bottom: 14px !important; }
  .cms-home-hero-cta-row .button { padding: 10px 18px !important; font-size: 13.5px !important; }
  .cms-home-hero-trust-row { gap: 6px !important; font-size: 11px !important; }

  /* === TRUST STRIP === */
  .cms-home-trust-strip { padding: 16px 0 !important; }
  .cms-home-trust-strip .cms-trust-item { padding: 8px !important; gap: 6px !important; }
  .cms-home-trust-strip .cms-trust-item strong { font-size: 12px !important; }
  .cms-home-trust-strip .cms-trust-item span { font-size: 11px !important; }

  /* === WHY US (the 4706px killer) === */
  .cms-home-why { padding: 24px 0 !important; }
  .cms-home-why-title-col { margin-bottom: 16px !important; }
  .cms-home-why-title .cms-eyebrow { font-size: 11px !important; margin-bottom: 4px !important; }
  .cms-home-why-title .cms-why-h2 {
    font-size: 21px !important;
    line-height: 1.2 !important;
  }
  .cms-home-why-title .cms-why-section-desc {
    font-size: 13.5px !important;
    line-height: 1.5 !important;
    margin-top: 8px !important;
  }
  .cms-home-why .row > .col.cms-home-why-col { padding: 4px 12px !important; }
  .cms-home-why-icon-box { padding: 16px 14px !important; }
  .cms-home-why-icon-box .material-symbols-outlined {
    width: 40px !important; height: 40px !important;
    font-size: 22px !important; margin-bottom: 10px !important;
  }
  .cms-home-why-icon-box .cms-why-num { font-size: 44px !important; top: 8px !important; right: 14px !important; }
  .cms-home-why-icon-box .text h3 { font-size: 15px !important; margin-bottom: 6px !important; }
  .cms-home-why-icon-box .text p { font-size: 13px !important; line-height: 1.5 !important; margin-bottom: 8px !important; }
  .cms-home-why-icon-box .cms-why-features li { font-size: 12.5px !important; line-height: 1.45 !important; padding: 3px 0 !important; }
  .cms-home-why-icon-box .cms-why-features li .material-symbols-outlined { font-size: 14px !important; width: auto !important; height: auto !important; padding: 0 !important; margin: 0 6px 0 0 !important; background: transparent !important; }

  /* === CATEGORY GRID === */
  .cms-home-cat-section { padding: 24px 0 !important; }
  .cms-home-cat-title { font-size: 21px !important; line-height: 1.2 !important; }
  .cms-home-cat-row { gap: 8px !important; }
  .cms-home-cat-col { padding: 0 4px !important; }
  .cms-home-cat-card { padding: 12px 10px !important; }
  .cms-home-cat-card .cms-home-cat-icon { width: 44px !important; height: 44px !important; }
  .cms-home-cat-card .cms-home-cat-icon .material-symbols-outlined { font-size: 22px !important; }
  .cms-home-cat-label { font-size: 13px !important; line-height: 1.3 !important; margin-top: 8px !important; }
  .cms-home-cat-count { font-size: 11px !important; }

  /* === BEFORE/AFTER === */
  .cms-home-bab-section { padding: 24px 0 !important; }
  .cms-home-bab-card { padding: 14px !important; margin-bottom: 10px !important; }
  .cms-home-bab-card h3 { font-size: 14.5px !important; margin-bottom: 6px !important; }
  .cms-home-bab-card p { font-size: 13px !important; line-height: 1.5 !important; }
  .cms-home-bab-cta { padding: 18px 14px !important; }
  .cms-home-bab-cta h3, .cms-home-bab-cta .cms-bab-cta-h { font-size: 18px !important; }

  /* === CUSTOMER / REVIEWS === */
  .cms-home-customer { padding: 24px 0 !important; }
  .cms-home-customer-col { padding: 6px 12px !important; }
  .cms-home-customer-card, .cms-customer-card { padding: 14px !important; }
  .cms-home-customer-card .cms-customer-name, .cms-customer-card .cms-customer-name { font-size: 13.5px !important; }
  .cms-home-customer-card p, .cms-customer-card p { font-size: 13px !important; line-height: 1.5 !important; }

  /* === BLOG === */
  .cms-home-blog { padding: 24px 0 !important; }
  .cms-home-blog-title { font-size: 21px !important; line-height: 1.2 !important; }
  .cms-home-blog-col { padding: 6px 12px !important; }
  .cms-home-blog-col .post-title, .cms-home-blog-col h3 { font-size: 14px !important; line-height: 1.35 !important; }

  /* === CONTACT === */
  .cms-home-contact { padding: 24px 0 !important; }
  .cms-home-contact h2 { font-size: 20px !important; line-height: 1.2 !important; }
  .cms-home-contact-card { padding: 14px !important; }

  /* === Generic h2/h3 size cap on mobile === */
  .section h2, .section .cms-why-h2, .cms-home-cat-title, .cms-home-blog-title { font-size: 21px !important; }
  .section h3 { font-size: 16px !important; }

  /* === Hide bulky decorations on mobile === */
  .cms-home-hero-bg-decoration, .cms-home-hero::before, .cms-home-hero::after { display: none !important; }
}

@media (max-width: 380px) {
  .cms-home-hero h1, .cms-home-hero-title { font-size: 22px !important; }
  .cms-home-why-title .cms-why-h2 { font-size: 19px !important; }
  .cms-home-why-icon-box .text h3 { font-size: 14.5px !important; }
}

/* ════════════════════════════════════════════════════════════════════
   MOBILE — GIẢM KHOẢNG TRẮNG section trang chủ (80px → gọn). 2026-06-21
   Các section process/team/origin/verify/faq dùng padding 80px (=160px/section)
   quá thừa trên điện thoại; feature 56px; còn lại 28px hơi dư.
   ════════════════════════════════════════════════════════════════════ */
@media (max-width: 849px){
  .cms-home-process, .cms-home-team, .cms-home-origin,
  .cms-home-verify, .cms-home-faq{
    padding-top:34px !important; padding-bottom:34px !important;
  }
  .cms-home-feature{ padding-top:30px !important; padding-bottom:30px !important; }
  .cms-home-hero, .cms-home-trust, .cms-home-why,
  .cms-home-customer, .cms-home-blog, .cms-home-contact{
    padding-top:22px !important; padding-bottom:22px !important;
  }
}

/* Bớt gutter dọc cột (Flatsome .col padding-bottom 30px) trên mobile — giảm khoảng
   trắng giữa header↔content và giữa các card stack. 2026-06-21 */
@media (max-width: 849px){
  .cms-home-process .col, .cms-home-team .col, .cms-home-origin .col,
  .cms-home-verify .col, .cms-home-feature .col, .cms-home-faq .col,
  .cms-home-why .col, .cms-home-customer .col, .cms-home-trust .col,
  .cms-home-blog .col, .cms-home-contact .col{
    padding-top:0 !important; padding-bottom:14px !important;
  }
  /* các col tiêu đề/header: sát content hơn */
  [class*="cms-home-"][class*="title-col"]{ padding-bottom:12px !important; }
}

@media (max-width: 849px) {
  body.page-id-720 .cms-trust-strip,
  body.page-template-page-blank .cms-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body.page-id-720 .cms-trust-item,
  body.page-template-page-blank .cms-trust-item {
    min-height: 60px;
    padding: 8px 9px;
    gap: 8px;
  }

  body.page-id-720 .cms-trust-title,
  body.page-template-page-blank .cms-trust-title {
    font-size: 12.5px;
    line-height: 1.2;
  }

  body.page-id-720 .cms-trust-sub,
  body.page-template-page-blank .cms-trust-sub {
    font-size: 10.5px;
    line-height: 1.25;
  }

body.page-id-720 .cms-home-why-title .cms-why-section-desc,
body.page-id-720 .cms-home-process-title .cms-process-section-desc,
body.page-id-720 .cms-home-team-title .cms-team-section-desc,
  body.page-id-720 .cms-home-origin-section-desc,
  body.page-id-720 .cms-home-verify-section-desc,
  body.page-id-720 .cms-home-faq-section-desc,
  body.page-id-720 .cms-home-blog-section-desc,
  body.page-template-page-blank .cms-home-why-title .cms-why-section-desc,
  body.page-template-page-blank .cms-home-process-title .cms-process-section-desc,
  body.page-template-page-blank .cms-home-team-title .cms-team-section-desc,
  body.page-template-page-blank .cms-home-origin-section-desc,
  body.page-template-page-blank .cms-home-verify-section-desc,
  body.page-template-page-blank .cms-home-faq-section-desc,
  body.page-template-page-blank .cms-home-blog-section-desc {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  body.page-id-720 .cms-home-team-card .cms-team-quote,
  body.page-template-page-blank .cms-home-team-card .cms-team-quote {
    display: none !important;
  }

  body.page-id-720 .cms-origin-desc,
  body.page-template-page-blank .cms-origin-desc,
  body.page-id-720 .cms-verify-card-desc,
  body.page-template-page-blank .cms-verify-card-desc,
  body.page-id-720 .cms-blog-card-excerpt,
  body.page-template-page-blank .cms-blog-card-excerpt {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  body.page-id-720 .cms-home-blog .row > .col.cms-home-blog-col:nth-child(n+3),
  body.page-template-page-blank .cms-home-blog .row > .col.cms-home-blog-col:nth-child(n+3) {
    padding-bottom: 8px !important;
  }

  body.page-id-720 .cms-home-faq .row > .col.cms-home-faq-col,
  body.page-template-page-blank .cms-home-faq .row > .col.cms-home-faq-col {
    padding-bottom: 10px !important;
  }

  body.page-id-720 .cms-faq-item,
  body.page-template-page-blank .cms-faq-item {
    margin-bottom: 0 !important;
  }
}

/* Stronger final pass: compress homepage further on PC + mobile. */
body.page-id-720 .cms-home-hero,
body.page-template-page-blank .cms-home-hero {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

body.page-id-720 .cms-home-hero .row,
body.page-template-page-blank .cms-home-hero .row {
  align-items: flex-start !important;
}

body.page-id-720 .cms-home-hero-right > .col-inner,
body.page-template-page-blank .cms-home-hero-right > .col-inner {
  margin-top: 6px;
}

body.page-id-720 .cms-home-hero-text,
body.page-template-page-blank .cms-home-hero-text {
  margin-bottom: 18px !important;
}

body.page-id-720 .cms-home-hero-text .cms-home-hero-title,
body.page-template-page-blank .cms-home-hero-text .cms-home-hero-title {
  font-size: clamp(28px, 3.4vw, 40px) !important;
  line-height: 1.06 !important;
  margin-bottom: 10px !important;
}

body.page-id-720 .cms-home-hero-text .cms-home-hero-desc,
body.page-template-page-blank .cms-home-hero-text .cms-home-hero-desc {
  font-size: 15px !important;
  line-height: 1.45 !important;
  max-width: 46ch !important;
}

body.page-id-720 .cms-home-hero-cta,
body.page-template-page-blank .cms-home-hero-cta {
  gap: 10px !important;
  margin-bottom: 16px !important;
}

body.page-id-720 .cms-home-hero-stats,
body.page-template-page-blank .cms-home-hero-stats {
  gap: 14px !important;
  padding-top: 12px !important;
}

body.page-id-720 .cms-home-hero-stat-num,
body.page-template-page-blank .cms-home-hero-stat-num {
  font-size: 18px !important;
}

body.page-id-720 .cms-home-hero-stat-label,
body.page-template-page-blank .cms-home-hero-stat-label {
  font-size: 11px !important;
}

body.page-id-720 .cms-home-hero-badge,
body.page-template-page-blank .cms-home-hero-badge {
  padding: 9px 12px !important;
}

body.page-id-720 .cms-home-trust-strip,
body.page-template-page-blank .cms-home-trust-strip {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

body.page-id-720 .cms-home-why,
body.page-id-720 .cms-home-process,
body.page-id-720 .cms-home-team,
body.page-id-720 .cms-home-origin,
body.page-id-720 .cms-home-verify,
body.page-id-720 .cms-home-faq,
body.page-id-720 .cms-home-blog,
body.page-id-720 .cms-home-contact,
body.page-template-page-blank .cms-home-why,
body.page-template-page-blank .cms-home-process,
body.page-template-page-blank .cms-home-team,
body.page-template-page-blank .cms-home-origin,
body.page-template-page-blank .cms-home-verify,
body.page-template-page-blank .cms-home-faq,
body.page-template-page-blank .cms-home-blog,
body.page-template-page-blank .cms-home-contact {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

body.page-id-720 .cms-home-why-title-col,
body.page-id-720 .cms-home-process-title-col,
body.page-id-720 .cms-home-team-title-col,
body.page-id-720 .cms-home-origin-title-col,
body.page-id-720 .cms-home-verify-title-col,
body.page-id-720 .cms-home-faq-title-col,
body.page-id-720 .cms-home-blog-title-col,
body.page-template-page-blank .cms-home-why-title-col,
body.page-template-page-blank .cms-home-process-title-col,
body.page-template-page-blank .cms-home-team-title-col,
body.page-template-page-blank .cms-home-origin-title-col,
body.page-template-page-blank .cms-home-verify-title-col,
body.page-template-page-blank .cms-home-faq-title-col,
body.page-template-page-blank .cms-home-blog-title-col {
  margin-bottom: 18px !important;
}

body.page-id-720 .cms-home-why-title .cms-why-h2,
body.page-id-720 .cms-home-process-title .cms-process-h2,
body.page-id-720 .cms-home-team-title .cms-team-h2,
body.page-id-720 .cms-home-origin-h2,
body.page-id-720 .cms-home-verify-h2,
body.page-id-720 .cms-home-faq-h2,
body.page-id-720 .cms-home-blog-h2,
body.page-template-page-blank .cms-home-why-title .cms-why-h2,
body.page-template-page-blank .cms-home-process-title .cms-process-h2,
body.page-template-page-blank .cms-home-team-title .cms-team-h2,
body.page-template-page-blank .cms-home-origin-h2,
body.page-template-page-blank .cms-home-verify-h2,
body.page-template-page-blank .cms-home-faq-h2,
body.page-template-page-blank .cms-home-blog-h2 {
  font-size: clamp(24px, 2.4vw, 32px) !important;
  line-height: 1.12 !important;
}

body.page-id-720 .cms-home-why-icon-box,
body.page-template-page-blank .cms-home-why-icon-box,
body.page-id-720 .cms-process-step,
body.page-template-page-blank .cms-process-step,
body.page-id-720 .cms-team-card,
body.page-template-page-blank .cms-team-card,
body.page-id-720 .cms-origin-card,
body.page-template-page-blank .cms-origin-card,
body.page-id-720 .cms-verify-card,
body.page-template-page-blank .cms-verify-card,
body.page-id-720 .cms-blog-card,
body.page-template-page-blank .cms-blog-card,
body.page-id-720 .cms-blog-topic-card,
body.page-template-page-blank .cms-blog-topic-card,
body.page-id-720 .cms-cta-card,
body.page-template-page-blank .cms-cta-card {
  padding: 14px !important;
}

body.page-id-720 .cms-home-why-icon-box .text h3,
body.page-template-page-blank .cms-home-why-icon-box .text h3,
body.page-id-720 .cms-process-step-title,
body.page-template-page-blank .cms-process-step-title,
body.page-id-720 .cms-team-name,
body.page-template-page-blank .cms-team-name,
body.page-id-720 .cms-origin-country,
body.page-template-page-blank .cms-origin-country,
body.page-id-720 .cms-verify-card-title,
body.page-template-page-blank .cms-verify-card-title,
body.page-id-720 .cms-blog-card-title,
body.page-template-page-blank .cms-blog-card-title,
body.page-id-720 .cms-blog-topic-title,
body.page-template-page-blank .cms-blog-topic-title {
  margin-bottom: 8px !important;
}

@media (max-width: 849px) {
  body.page-id-720 .cms-home-hero,
  body.page-template-page-blank .cms-home-hero {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  body.page-id-720 .cms-home-hero .row,
  body.page-template-page-blank .cms-home-hero .row {
    align-items: stretch !important;
  }

  body.page-id-720 .cms-home-hero-text .cms-home-hero-title,
  body.page-template-page-blank .cms-home-hero-text .cms-home-hero-title {
    font-size: 26px !important;
  }

  body.page-id-720 .cms-home-hero-text .cms-home-hero-desc,
  body.page-template-page-blank .cms-home-hero-text .cms-home-hero-desc {
    font-size: 13.5px !important;
  }

  body.page-id-720 .cms-home-trust-strip,
  body.page-template-page-blank .cms-home-trust-strip,
  body.page-id-720 .cms-home-why,
  body.page-id-720 .cms-home-process,
  body.page-id-720 .cms-home-team,
  body.page-id-720 .cms-home-origin,
  body.page-id-720 .cms-home-verify,
  body.page-id-720 .cms-home-faq,
  body.page-id-720 .cms-home-blog,
  body.page-id-720 .cms-home-contact,
  body.page-template-page-blank .cms-home-why,
  body.page-template-page-blank .cms-home-process,
  body.page-template-page-blank .cms-home-team,
  body.page-template-page-blank .cms-home-origin,
  body.page-template-page-blank .cms-home-verify,
  body.page-template-page-blank .cms-home-faq,
  body.page-template-page-blank .cms-home-blog,
  body.page-template-page-blank .cms-home-contact {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  body.page-id-720 .cms-home-why-icon-box,
  body.page-template-page-blank .cms-home-why-icon-box,
  body.page-id-720 .cms-process-step,
  body.page-template-page-blank .cms-process-step,
  body.page-id-720 .cms-team-card,
  body.page-template-page-blank .cms-team-card,
  body.page-id-720 .cms-origin-card,
  body.page-template-page-blank .cms-origin-card,
  body.page-id-720 .cms-verify-card,
  body.page-template-page-blank .cms-verify-card,
  body.page-id-720 .cms-blog-card,
  body.page-template-page-blank .cms-blog-card,
  body.page-id-720 .cms-blog-topic-card,
  body.page-template-page-blank .cms-blog-topic-card,
  body.page-id-720 .cms-cta-card,
  body.page-template-page-blank .cms-cta-card {
    padding: 12px !important;
  }

  body.page-id-720 .cms-team-card .cms-team-quote,
  body.page-template-page-blank .cms-team-card .cms-team-quote,
  body.page-id-720 .cms-home-hero-stat-label,
  body.page-template-page-blank .cms-home-hero-stat-label {
    display: none !important;
  }
}

/* Remove extra empty space under the team CTA. */
body.page-id-720 .cms-home-team,
body.page-template-page-blank .cms-home-team {
  padding-bottom: 0 !important;
}

body.page-id-720 .cms-home-team-cta,
body.page-template-page-blank .cms-home-team-cta {
  margin-bottom: 0 !important;
}

body.page-id-720 .cms-home-team .row:last-child .col,
body.page-template-page-blank .cms-home-team .row:last-child .col {
  padding-bottom: 0 !important;
}

body.page-id-720 .cms-home-origin,
body.page-template-page-blank .cms-home-origin {
  padding-top: 0 !important;
}

body.page-id-720 .cms-home-origin-title-col,
body.page-template-page-blank .cms-home-origin-title-col {
  margin-top: 0 !important;
}

body.page-id-720 .cms-home-team .cms-home-team-cta,
body.page-template-page-blank .cms-home-team .cms-home-team-cta {
  padding-bottom: 0 !important;
}

/* FAQ compacting */
body.page-id-720 .cms-home-faq-title-col,
body.page-template-page-blank .cms-home-faq-title-col {
  margin-bottom: 10px !important;
}

body.page-id-720 .cms-home-faq .row > .col.cms-home-faq-col,
body.page-template-page-blank .cms-home-faq .row > .col.cms-home-faq-col {
  padding-bottom: 8px !important;
}

body.page-id-720 .cms-faq-item,
body.page-template-page-blank .cms-faq-item {
  margin: 0 !important;
}

body.page-id-720 .cms-faq-q,
body.page-template-page-blank .cms-faq-q {
  padding: 12px 14px !important;
  min-height: 0 !important;
}

body.page-id-720 .cms-faq-q-text,
body.page-template-page-blank .cms-faq-q-text {
  font-size: 14px !important;
  line-height: 1.35 !important;
}

body.page-id-720 .cms-faq-a,
body.page-template-page-blank .cms-faq-a {
  padding: 0 14px 12px !important;
}

body.page-id-720 .cms-faq-a p,
body.page-template-page-blank .cms-faq-a p {
  font-size: 13px !important;
  line-height: 1.45 !important;
  margin: 0 !important;
}

body.page-id-720 .cms-home-faq-more,
body.page-template-page-blank .cms-home-faq-more {
  margin-top: 12px !important;
}

body.page-id-720 .cms-faq-more-text,
body.page-template-page-blank .cms-faq-more-text {
  font-size: 13px !important;
  line-height: 1.45 !important;
}

body.page-id-720 .cms-home-team-title .cms-team-section-desc,
body.page-template-page-blank .cms-home-team-title .cms-team-section-desc {
  max-width: 800px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

body.page-id-720 .cms-home-faq {
  padding-bottom: 16px !important;
}

@media (max-width: 849px) {
  body.page-id-720 .cms-home-team,
  body.page-template-page-blank .cms-home-team {
    padding-bottom: 8px !important;
  }
}

/* FINAL TIGHT MODE: last override wins. */
body.page-id-720 .cms-home-hero,
body.page-template-page-blank .cms-home-hero {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

body.page-id-720 .cms-home-trust-strip,
body.page-template-page-blank .cms-home-trust-strip {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

body.page-id-720 .cms-home-why,
body.page-id-720 .cms-home-process,
body.page-id-720 .cms-home-team,
body.page-id-720 .cms-home-origin,
body.page-id-720 .cms-home-verify,
body.page-id-720 .cms-home-faq,
body.page-id-720 .cms-home-blog,
body.page-id-720 .cms-home-contact,
body.page-template-page-blank .cms-home-why,
body.page-template-page-blank .cms-home-process,
body.page-template-page-blank .cms-home-team,
body.page-template-page-blank .cms-home-origin,
body.page-template-page-blank .cms-home-verify,
body.page-template-page-blank .cms-home-faq,
body.page-template-page-blank .cms-home-blog,
body.page-template-page-blank .cms-home-contact {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

body.page-id-720 .cms-home-why-title-col,
body.page-id-720 .cms-home-process-title-col,
body.page-id-720 .cms-home-team-title-col,
body.page-id-720 .cms-home-origin-title-col,
body.page-id-720 .cms-home-verify-title-col,
body.page-id-720 .cms-home-faq-title-col,
body.page-id-720 .cms-home-blog-title-col,
body.page-template-page-blank .cms-home-why-title-col,
body.page-template-page-blank .cms-home-process-title-col,
body.page-template-page-blank .cms-home-team-title-col,
body.page-template-page-blank .cms-home-origin-title-col,
body.page-template-page-blank .cms-home-verify-title-col,
body.page-template-page-blank .cms-home-faq-title-col,
body.page-template-page-blank .cms-home-blog-title-col {
  margin-bottom: 12px !important;
}

body.page-id-720 .cms-home-why-title .cms-why-h2,
body.page-id-720 .cms-home-process-title .cms-process-h2,
body.page-id-720 .cms-home-team-title .cms-team-h2,
body.page-id-720 .cms-home-origin-h2,
body.page-id-720 .cms-home-verify-h2,
body.page-id-720 .cms-home-faq-h2,
body.page-id-720 .cms-home-blog-h2,
body.page-template-page-blank .cms-home-why-title .cms-why-h2,
body.page-template-page-blank .cms-home-process-title .cms-process-h2,
body.page-template-page-blank .cms-home-team-title .cms-team-h2,
body.page-template-page-blank .cms-home-origin-h2,
body.page-template-page-blank .cms-home-verify-h2,
body.page-template-page-blank .cms-home-faq-h2,
body.page-template-page-blank .cms-home-blog-h2 {
  font-size: clamp(22px, 2.2vw, 30px) !important;
  line-height: 1.08 !important;
}

body.page-id-720 .cms-home-hero-text .cms-home-hero-title,
body.page-template-page-blank .cms-home-hero-text .cms-home-hero-title {
  font-size: clamp(24px, 2.8vw, 36px) !important;
  line-height: 1.02 !important;
}

body.page-id-720 .cms-home-hero-text .cms-home-hero-desc,
body.page-template-page-blank .cms-home-hero-text .cms-home-hero-desc,
body.page-id-720 .cms-home-why-title .cms-why-section-desc,
body.page-template-page-blank .cms-home-why-title .cms-why-section-desc,
body.page-id-720 .cms-home-process-title .cms-process-section-desc,
body.page-template-page-blank .cms-home-process-title .cms-process-section-desc,
body.page-id-720 .cms-home-team-title .cms-team-section-desc,
body.page-template-page-blank .cms-home-team-title .cms-team-section-desc,
body.page-id-720 .cms-home-origin-section-desc,
body.page-template-page-blank .cms-home-origin-section-desc,
body.page-id-720 .cms-home-verify-section-desc,
body.page-template-page-blank .cms-home-verify-section-desc,
body.page-id-720 .cms-home-blog-section-desc,
body.page-template-page-blank .cms-home-blog-section-desc {
  max-width: 42ch !important;
  font-size: 13.5px !important;
  line-height: 1.42 !important;
}

body.page-id-720 .cms-home-process-title .cms-process-section-desc,
body.page-template-page-blank .cms-home-process-title .cms-process-section-desc {
  max-width: 820px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

body.page-id-720 .cms-home-why-icon-box,
body.page-template-page-blank .cms-home-why-icon-box,
body.page-id-720 .cms-process-step,
body.page-template-page-blank .cms-process-step,
body.page-id-720 .cms-team-card,
body.page-template-page-blank .cms-team-card,
body.page-id-720 .cms-origin-card,
body.page-template-page-blank .cms-origin-card,
body.page-id-720 .cms-verify-card,
body.page-template-page-blank .cms-verify-card,
body.page-id-720 .cms-blog-card,
body.page-template-page-blank .cms-blog-card,
body.page-id-720 .cms-blog-topic-card,
body.page-template-page-blank .cms-blog-topic-card,
body.page-id-720 .cms-cta-card,
body.page-template-page-blank .cms-cta-card {
  padding: 10px !important;
}

body.page-id-720 .cms-team-card .cms-team-info,
body.page-template-page-blank .cms-team-card .cms-team-info {
  padding: 12px 14px !important;
}

body.page-id-720 .cms-team-quote,
body.page-template-page-blank .cms-team-quote,
body.page-id-720 .cms-blog-card-excerpt,
body.page-template-page-blank .cms-blog-card-excerpt,
body.page-id-720 .cms-blog-topic-desc,
body.page-template-page-blank .cms-blog-topic-desc {
  display: none !important;
}

body.page-id-720 .cms-origin-desc,
body.page-template-page-blank .cms-origin-desc,
body.page-id-720 .cms-verify-card-desc,
body.page-template-page-blank .cms-verify-card-desc {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
}

@media (max-width: 849px) {
  body.page-id-720 .cms-home-hero,
  body.page-template-page-blank .cms-home-hero {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  body.page-id-720 .cms-home-trust-strip,
  body.page-template-page-blank .cms-home-trust-strip,
  body.page-id-720 .cms-home-why,
  body.page-id-720 .cms-home-process,
  body.page-id-720 .cms-home-team,
  body.page-id-720 .cms-home-origin,
  body.page-id-720 .cms-home-verify,
  body.page-id-720 .cms-home-faq,
  body.page-id-720 .cms-home-blog,
  body.page-id-720 .cms-home-contact,
  body.page-template-page-blank .cms-home-why,
  body.page-template-page-blank .cms-home-process,
  body.page-template-page-blank .cms-home-team,
  body.page-template-page-blank .cms-home-origin,
  body.page-template-page-blank .cms-home-verify,
  body.page-template-page-blank .cms-home-faq,
  body.page-template-page-blank .cms-home-blog,
  body.page-template-page-blank .cms-home-contact {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  body.page-id-720 .cms-home-hero-text .cms-home-hero-title,
  body.page-template-page-blank .cms-home-hero-text .cms-home-hero-title {
    font-size: 24px !important;
  }

  body.page-id-720 .cms-home-team-card .cms-team-quote,
  body.page-template-page-blank .cms-home-team-card .cms-team-quote,
  body.page-id-720 .cms-blog-card-excerpt,
  body.page-template-page-blank .cms-blog-card-excerpt,
  body.page-id-720 .cms-blog-topic-desc,
  body.page-template-page-blank .cms-blog-topic-desc,
  body.page-id-720 .cms-home-hero-stat-label,
  body.page-template-page-blank .cms-home-hero-stat-label {
    display: none !important;
  }
}

/* ============================================================
   HOMEPAGE COMPACT MODE
   Tighten whitespace on Trang chủ only (page-id-720 / page-blank).
   Goal: pixel-dense layout on mobile + desktop without touching
   product, cart, checkout, or other pages.
   ============================================================ */
body.page-id-720 .cms-home-hero,
body.page-template-page-blank .cms-home-hero {
  padding-top: 32px !important;
  padding-bottom: 28px !important;
}

body.page-id-720 .cms-home-trust-strip,
body.page-template-page-blank .cms-home-trust-strip {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

  body.page-id-720 .cms-home-why,
  body.page-id-720 .cms-home-process,
  body.page-id-720 .cms-home-team,
  body.page-id-720 .cms-home-origin,
  body.page-id-720 .cms-home-verify,
  body.page-id-720 .cms-home-faq,
  body.page-id-720 .cms-home-blog,
  body.page-id-720 .cms-home-contact,
  body.page-template-page-blank .cms-home-why,
  body.page-template-page-blank .cms-home-process,
  body.page-template-page-blank .cms-home-team,
  body.page-template-page-blank .cms-home-origin,
  body.page-template-page-blank .cms-home-verify,
  body.page-template-page-blank .cms-home-faq,
  body.page-template-page-blank .cms-home-blog,
  body.page-template-page-blank .cms-home-contact {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

body.page-id-720 .cms-home-why-title-col,
body.page-id-720 .cms-home-process-title-col,
body.page-id-720 .cms-home-team-title-col,
body.page-id-720 .cms-home-origin-title-col,
body.page-id-720 .cms-home-verify-title-col,
body.page-id-720 .cms-home-faq-title-col,
body.page-id-720 .cms-home-blog-title-col,
body.page-id-720 .cms-home-contact .row:first-child .col,
body.page-template-page-blank .cms-home-why-title-col,
body.page-template-page-blank .cms-home-process-title-col,
body.page-template-page-blank .cms-home-team-title-col,
body.page-template-page-blank .cms-home-origin-title-col,
body.page-template-page-blank .cms-home-verify-title-col,
body.page-template-page-blank .cms-home-faq-title-col,
body.page-template-page-blank .cms-home-blog-title-col,
body.page-template-page-blank .cms-home-contact .row:first-child .col {
  margin-bottom: 24px !important;
}

body.page-id-720 .cms-home-why-icon-box,
body.page-id-720 .cms-process-step,
body.page-id-720 .cms-team-card,
body.page-id-720 .cms-origin-card,
body.page-id-720 .cms-verify-card,
body.page-id-720 .cms-faq-item,
body.page-id-720 .cms-blog-card,
body.page-id-720 .cms-blog-topic-card,
body.page-id-720 .cms-cta-card,
body.page-template-page-blank .cms-home-why-icon-box,
body.page-template-page-blank .cms-process-step,
body.page-template-page-blank .cms-team-card,
body.page-template-page-blank .cms-origin-card,
body.page-template-page-blank .cms-verify-card,
body.page-template-page-blank .cms-faq-item,
body.page-template-page-blank .cms-blog-card,
body.page-template-page-blank .cms-blog-topic-card,
body.page-template-page-blank .cms-cta-card {
  border-radius: var(--radius-lg);
}

body.page-id-720 .cms-home-why-icon-box,
body.page-template-page-blank .cms-home-why-icon-box {
  padding: 22px 20px;
}

body.page-id-720 .cms-process-step,
body.page-template-page-blank .cms-process-step {
  padding: 22px 18px 18px;
}

body.page-id-720 .cms-team-card,
body.page-template-page-blank .cms-team-card {
  padding: 16px;
}

body.page-id-720 .cms-origin-card,
body.page-template-page-blank .cms-origin-card,
body.page-id-720 .cms-verify-card,
body.page-template-page-blank .cms-verify-card,
body.page-id-720 .cms-blog-card,
body.page-template-page-blank .cms-blog-card,
body.page-id-720 .cms-blog-topic-card,
body.page-template-page-blank .cms-blog-topic-card {
  padding: 16px;
}

body.page-id-720 .cms-cta-card,
body.page-template-page-blank .cms-cta-card {
  padding: 24px;
}

body.page-id-720 .cms-home-hero-text,
body.page-template-page-blank .cms-home-hero-text {
  margin-bottom: 14px;
}

body.page-id-720 .cms-home-hero-text .cms-home-hero-title,
body.page-template-page-blank .cms-home-hero-text .cms-home-hero-title {
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.04;
}

body.page-id-720 .cms-home-hero-text .cms-home-hero-desc,
body.page-template-page-blank .cms-home-hero-text .cms-home-hero-desc {
  max-width: 50ch;
}

body.page-id-720 .cms-home-hero-stats,
body.page-template-page-blank .cms-home-hero-stats {
  gap: 12px;
  padding-top: 12px;
}

body.page-id-720 .cms-trust-strip,
body.page-template-page-blank .cms-trust-strip {
  gap: 10px;
}

body.page-id-720 .cms-home-hero-badge-top,
body.page-id-720 .cms-home-hero-badge-bottom,
body.page-template-page-blank .cms-home-hero-badge-top,
body.page-template-page-blank .cms-home-hero-badge-bottom {
  padding: 8px 10px;
}

@media (max-width: 849px) {
  body.page-id-720 .cms-home-hero,
  body.page-template-page-blank .cms-home-hero {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  body.page-id-720 .cms-home-trust-strip,
  body.page-template-page-blank .cms-home-trust-strip,
  body.page-id-720 .cms-home-why,
  body.page-id-720 .cms-home-process,
  body.page-id-720 .cms-home-team,
  body.page-id-720 .cms-home-origin,
  body.page-id-720 .cms-home-verify,
  body.page-id-720 .cms-home-faq,
  body.page-id-720 .cms-home-blog,
  body.page-id-720 .cms-home-contact,
  body.page-template-page-blank .cms-home-why,
  body.page-template-page-blank .cms-home-process,
  body.page-template-page-blank .cms-home-team,
  body.page-template-page-blank .cms-home-origin,
  body.page-template-page-blank .cms-home-verify,
  body.page-template-page-blank .cms-home-faq,
  body.page-template-page-blank .cms-home-blog,
  body.page-template-page-blank .cms-home-contact {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  body.page-id-720 .cms-home-why-title-col,
  body.page-id-720 .cms-home-process-title-col,
  body.page-id-720 .cms-home-team-title-col,
  body.page-id-720 .cms-home-origin-title-col,
  body.page-id-720 .cms-home-verify-title-col,
  body.page-id-720 .cms-home-faq-title-col,
  body.page-id-720 .cms-home-blog-title-col,
  body.page-template-page-blank .cms-home-why-title-col,
  body.page-template-page-blank .cms-home-process-title-col,
  body.page-template-page-blank .cms-home-team-title-col,
  body.page-template-page-blank .cms-home-origin-title-col,
  body.page-template-page-blank .cms-home-verify-title-col,
  body.page-template-page-blank .cms-home-faq-title-col,
  body.page-template-page-blank .cms-home-blog-title-col {
    margin-bottom: 16px !important;
  }

  body.page-id-720 .cms-home-hero-text .cms-home-hero-title,
  body.page-template-page-blank .cms-home-hero-text .cms-home-hero-title {
    font-size: 25px !important;
  }

  body.page-id-720 .cms-home-hero-text .cms-home-hero-desc,
  body.page-template-page-blank .cms-home-hero-text .cms-home-hero-desc {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  body.page-id-720 .cms-home-hero-cta,
  body.page-template-page-blank .cms-home-hero-cta {
    gap: 8px;
    margin-bottom: 12px;
  }

  body.page-id-720 .cms-home-hero-stats,
  body.page-template-page-blank .cms-home-hero-stats {
    gap: 10px 14px;
    padding-top: 10px;
  }

  body.page-id-720 .cms-home-why-icon-box,
  body.page-template-page-blank .cms-home-why-icon-box,
  body.page-id-720 .cms-process-step,
  body.page-template-page-blank .cms-process-step,
  body.page-id-720 .cms-team-card,
  body.page-template-page-blank .cms-team-card,
  body.page-id-720 .cms-origin-card,
  body.page-template-page-blank .cms-origin-card,
  body.page-id-720 .cms-verify-card,
  body.page-template-page-blank .cms-verify-card,
  body.page-id-720 .cms-blog-card,
  body.page-template-page-blank .cms-blog-card,
  body.page-id-720 .cms-blog-topic-card,
  body.page-template-page-blank .cms-blog-topic-card,
  body.page-id-720 .cms-cta-card,
  body.page-template-page-blank .cms-cta-card {
    padding: 12px !important;
  }
}

body.page-id-720 .cms-home-blog,
body.page-template-page-blank .cms-home-blog {
  padding-top: 18px !important;
  padding-bottom: 10px !important;
}

body.page-id-720 .cms-home-blog-title-col,
body.page-template-page-blank .cms-home-blog-title-col {
  margin-bottom: 8px !important;
}

body.page-id-720 .cms-home-blog .row > .col.cms-home-blog-col,
body.page-template-page-blank .cms-home-blog .row > .col.cms-home-blog-col {
  padding-bottom: 8px !important;
}

body.page-id-720 .cms-blog-card,
body.page-template-page-blank .cms-blog-card {
  overflow: hidden !important;
}

body.page-id-720 .cms-blog-card-img-wrap,
body.page-template-page-blank .cms-blog-card-img-wrap {
  aspect-ratio: 3 / 2;
}

body.page-id-720 .cms-blog-card-body,
body.page-template-page-blank .cms-blog-card-body {
  padding: 10px 10px 8px !important;
}

body.page-id-720 .cms-blog-card-title,
body.page-template-page-blank .cms-blog-card-title {
  font-size: 15px !important;
  line-height: 1.24 !important;
  margin-bottom: 6px !important;
}

body.page-id-720 .cms-blog-card-excerpt,
body.page-template-page-blank .cms-blog-card-excerpt,
body.page-id-720 .cms-blog-topic-desc,
body.page-template-page-blank .cms-blog-topic-desc {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  margin-bottom: 0 !important;
}

body.page-id-720 .cms-blog-topic-card,
body.page-template-page-blank .cms-blog-topic-card {
  min-height: 82px !important;
}

body.page-id-720 .cms-blog-topic-body,
body.page-template-page-blank .cms-blog-topic-body {
  padding-left: 10px !important;
}

body.page-id-720 .cms-blog-topic-title,
body.page-template-page-blank .cms-blog-topic-title {
  font-size: 14px !important;
  margin-bottom: 4px !important;
}

body.page-id-720 .cms-home-blog-cta,
body.page-template-page-blank .cms-home-blog-cta {
  margin-top: 4px !important;
}

/* HERO FINAL PASS */
body.page-id-720 .cms-home-hero,
body.page-template-page-blank .cms-home-hero {
  background: linear-gradient(180deg, #f4f8ff 0%, #ffffff 100%) !important;
  overflow: hidden !important;
}

body.page-id-720 .cms-home-hero::before,
body.page-template-page-blank .cms-home-hero::before {
  top: -180px !important;
  right: -180px !important;
  width: 420px !important;
  height: 420px !important;
  background: radial-gradient(circle, rgba(0, 104, 255, 0.05) 0%, transparent 72%) !important;
}

body.page-id-720 .cms-home-hero::after,
body.page-template-page-blank .cms-home-hero::after {
  bottom: -140px !important;
  left: -140px !important;
  width: 320px !important;
  height: 320px !important;
  background: radial-gradient(circle, rgba(0, 104, 255, 0.035) 0%, transparent 72%) !important;
}

body.page-id-720 .cms-home-hero-eyebrow,
body.page-template-page-blank .cms-home-hero-eyebrow {
  padding: 8px 16px !important;
  border: 1px solid rgba(13, 71, 161, 0.14) !important;
  box-shadow: 0 8px 20px rgba(13, 71, 161, 0.06) !important;
  font-weight: 700 !important;
}

body.page-id-720 .cms-home-hero-text,
body.page-template-page-blank .cms-home-hero-text {
  margin-bottom: 22px !important;
}

body.page-id-720 .cms-home-hero-text .cms-home-hero-title,
body.page-template-page-blank .cms-home-hero-text .cms-home-hero-title {
  font-size: clamp(38px, 4.5vw, 72px) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.85px !important;
  font-weight: 700 !important;
  max-width: 9.5ch !important;
}

body.page-id-720 .cms-home-hero-text .cms-home-hero-desc,
body.page-template-page-blank .cms-home-hero-text .cms-home-hero-desc {
  max-width: 560px !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

body.page-id-720 .cms-home-hero-cta,
body.page-template-page-blank .cms-home-hero-cta {
  gap: 14px !important;
  margin-bottom: 20px !important;
}

body.page-id-720 .cms-home-hero-btn-primary,
body.page-id-720 .cms-home-hero-btn-ghost,
body.page-template-page-blank .cms-home-hero-btn-primary,
body.page-template-page-blank .cms-home-hero-btn-ghost {
  padding: 15px 24px !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
}

body.page-id-720 .cms-home-hero-stats,
body.page-template-page-blank .cms-home-hero-stats {
  gap: 18px !important;
  padding: 16px 18px 0 !important;
  margin-top: 6px !important;
}

body.page-id-720 .cms-home-hero-stat-num,
body.page-template-page-blank .cms-home-hero-stat-num {
  font-size: 18px !important;
  font-weight: 800 !important;
}

body.page-id-720 .cms-home-hero-right .cms-home-hero-image,
body.page-template-page-blank .cms-home-hero-right .cms-home-hero-image {
  border-radius: 24px !important;
  box-shadow: 0 18px 44px rgba(20, 20, 20, 0.10) !important;
}

body.page-id-720 .cms-home-hero-right .cms-home-hero-image img,
body.page-template-page-blank .cms-home-hero-right .cms-home-hero-image img {
  border-radius: 24px !important;
}

body.page-id-720 .cms-home-hero-badge,
body.page-template-page-blank .cms-home-hero-badge {
  border-radius: 18px !important;
  padding: 12px 14px !important;
  box-shadow: 0 14px 34px rgba(20, 20, 20, 0.10) !important;
}

body.page-id-720 .cms-home-hero-badge-top,
body.page-template-page-blank .cms-home-hero-badge-top {
  top: 24px !important;
  right: -10px !important;
}

body.page-id-720 .cms-home-hero-badge-bottom,
body.page-template-page-blank .cms-home-hero-badge-bottom {
  bottom: 24px !important;
  left: -10px !important;
}

@media (max-width: 849px) {
  body.page-id-720 .cms-home-hero-text .cms-home-hero-title,
  body.page-template-page-blank .cms-home-hero-text .cms-home-hero-title {
    font-size: 30px !important;
    max-width: none !important;
  }

  body.page-id-720 .cms-home-hero-badge-top,
  body.page-id-720 .cms-home-hero-badge-bottom,
  body.page-template-page-blank .cms-home-hero-badge-top,
  body.page-template-page-blank .cms-home-hero-badge-bottom {
    padding: 8px 10px !important;
  }
}
