/* ==========================================================================
   Skill: dynamic-services-list — xem .agents/skills/dynamic-services-list/SKILL.md
   Trang danh sách + chi tiết dịch vụ (mn-page-services-*)
   Bootstrap grid + flex only; KHÔNG CSS Grid; iconify-icon hoặc badge img.
   ========================================================================== */

/* ===== Biến cục bộ (chỉ alias, giá trị lấy từ :root của style-maingoi.css) ===== */
.mn-page-services {
  --ps-blue: var(--main-color, #255daa);
  --ps-navy: var(--main-color-deep, #012556);
  --ps-red: var(--second-main-color, #b33830);
  --ps-red-hover: var(--second-text-color, #c92e2e);
  --ps-bg-soft: #f5f8fc;
  --ps-bg-soft-2: #f9fbfb;
  --ps-text: #1f2a37;
  --ps-text-mute: #5a6a7a;
  --ps-line: #e8edf2;
  --ps-radius: 10px;
  --ps-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  --ps-shadow-hover: 0 10px 30px rgba(0, 0, 0, 0.12);
  font-family: var(--normal-font, "Inter", sans-serif);
  color: #1f2a37;
}

/* ===== Nút dùng chung trong trang ===== */
.mn-page-services-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 24px;
  font-family: var(--title-font, "Be Vietnam Pro", sans-serif);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  cursor: pointer;
}
.mn-page-services-btn iconify-icon {
  font-size: 13px;
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
}
.mn-page-services-btn:hover iconify-icon {
  transform: translateX(3px);
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -ms-transform: translateX(3px);
  -o-transform: translateX(3px);
}
.mn-page-services-btn-primary {
  color: #ffffff;
  background-color: var(--ps-red);
  border: 1px solid var(--ps-red);
}
.mn-page-services-btn-primary:hover {
  color: #ffffff;
  background-color: var(--ps-red-hover);
  border-color: var(--ps-red-hover);
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
}
.mn-page-services-btn-secondary {
  color: var(--ps-blue);
  background-color: #ffffff;
  border: 1px solid var(--ps-blue);
}
.mn-page-services-btn-secondary:hover {
  color: #ffffff;
  background-color: var(--ps-blue);
  border-color: var(--ps-blue);
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
}

/* ===== Tiêu đề section 2 gạch đỏ (pattern 7.1) ===== */
.mn-page-services-heading {
  text-align: center;
  margin-bottom: 14px;
}
.mn-page-services-title {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-family: var(--title-font, "Be Vietnam Pro", sans-serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--ps-navy);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0;
}
.mn-page-services-title::before,
.mn-page-services-title::after {
  content: "";
  display: block;
  width: 55px;
  height: 2px;
  background-color: var(--ps-red);
}
.mn-page-services-lead {
  max-width: 720px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.65;
  color: var(--ps-text-mute);
  text-align: center;
}

/* ==========================================================================
   1. HERO
   ========================================================================== */
.mn-page-services-hero {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(
      100deg,
      rgba(1, 37, 86, 0.92) 0%,
      rgba(1, 37, 86, 0.72) 45%,
      rgba(37, 93, 170, 0.45) 100%
    ),
    var(
      --banner-background,
      url("../../media/images/anh-mau/mai-ngoi-mau-1.webp") center / cover
        no-repeat
    );
  overflow: hidden;
}
.mn-page-services-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(179, 56, 48, 0.35), transparent 70%);
  pointer-events: none;
}
.mn-page-services-hero .container {
  position: relative;
  z-index: 1;
  padding-top: 56px;
  padding-bottom: 110px;
}
.mn-page-services-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
}
.mn-page-services-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.mn-page-services-breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
}
.mn-page-services-breadcrumb a:hover {
  color: #ffffff;
}
.mn-page-services-breadcrumb iconify-icon {
  font-size: 11px;
  opacity: 0.7;
}
.mn-page-services-breadcrumb .is-current {
  color: #ffffff;
}
.mn-page-services-hero-title {
  max-width: 720px;
  margin: 0 0 12px;
  font-family: var(--title-font, "Be Vietnam Pro", sans-serif);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.18;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.mn-page-services-hero-title span {
  color: #ff6b63;
}
.mn-page-services-hero-sub {
  max-width: 600px;
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}

/* ===== Stats strip (chồng đáy hero) ===== */
.mn-page-services-stats-wrap {
  position: relative;
  z-index: 2;
  margin-top: -64px;
  padding-bottom: 56px;
}
.mn-page-services-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 26px 30px;
  background-color: #ffffff;
  border-radius: var(--ps-radius);
  -webkit-border-radius: var(--ps-radius);
  -moz-border-radius: var(--ps-radius);
  -ms-border-radius: var(--ps-radius);
  -o-border-radius: var(--ps-radius);
  box-shadow: var(--ps-shadow);
}
.mn-page-services-stat {
  flex: 1 1 160px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-right: 18px;
  border-right: 1px solid var(--ps-line);
}
.mn-page-services-stat-content {
  display: flex;
  flex-direction: column;
}
.mn-page-services-stat:last-child {
  border-right: 0;
}
.mn-page-services-stat-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  min-width: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: var(--ps-blue);
  font-size: 20px;
}
.mn-page-services-stat-icon img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.mn-page-services-stat-num {
  font-family: var(--title-font, "Be Vietnam Pro", sans-serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--ps-navy);
}
.mn-page-services-stat-label {
  font-size: 12px;
  line-height: 1.35;
  color: var(--ps-text-mute);
}

/* ==========================================================================
   2. INTRO
   ========================================================================== */
.mn-page-services-intro {
  padding: 8px 0 48px;
  background-color: #ffffff;
}

/* ==========================================================================
   3. LƯỚI DỊCH VỤ
   ========================================================================== */
.mn-page-services-grid-section {
  padding: 56px 0 64px;
  background-color: var(--ps-bg-soft);
}
.mn-page-services-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  border-radius: var(--ps-radius);
  -webkit-border-radius: var(--ps-radius);
  -moz-border-radius: var(--ps-radius);
  -ms-border-radius: var(--ps-radius);
  -o-border-radius: var(--ps-radius);
  box-shadow: var(--ps-shadow);
  overflow: hidden;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  -webkit-transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  -moz-transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  -ms-transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  -o-transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.mn-page-services-card:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  box-shadow: var(--ps-shadow-hover);
}
.mn-page-services-card-media {
  position: relative;
  overflow: hidden;
}
.mn-page-services-card-media-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mn-page-services-card-media a {
  width: 100%;
  height: 100%;
}
.mn-page-services-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.mn-page-services-card:hover .mn-page-services-card-media img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.mn-page-services-card-badge {
  position: absolute;
  left: 16px;
  bottom: -22px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: var(--ps-blue);
  border: 3px solid #ffffff;
  font-size: 21px;
  box-shadow: 0 4px 12px rgba(37, 93, 170, 0.35);
  z-index: 1;
  display: none;
}
.mn-page-services-card-badge img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.mn-page-services-card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 20px 22px 15px;
}
.mn-page-services-card-name {
  margin: 0 0 8px;
  font-family: var(--title-font, "Be Vietnam Pro", sans-serif);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.mn-page-services-card-name a {
  color: var(--ps-navy);
  text-decoration: none;
  transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
}
.mn-page-services-card-name a:hover {
  color: var(--ps-red-hover);
}
.mn-page-services-card-desc {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--ps-text-mute);
}
.mn-page-services-card-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--title-font, "Be Vietnam Pro", sans-serif);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ps-red);
  transition:
    gap 0.2s ease,
    color 0.2s ease;
  -webkit-transition:
    gap 0.2s ease,
    color 0.2s ease;
  -moz-transition:
    gap 0.2s ease,
    color 0.2s ease;
  -ms-transition:
    gap 0.2s ease,
    color 0.2s ease;
  -o-transition:
    gap 0.2s ease,
    color 0.2s ease;
}
.mn-page-services-card-link iconify-icon {
  font-size: 13px;
}
.mn-page-services-card-link:hover {
  gap: 12px;
  color: var(--ps-red-hover);
}

/* ==========================================================================
   4. FLAGSHIP (xen kẽ ảnh / text)
   ========================================================================== */
.mn-page-services-feature {
  padding: 64px 0;
  background-color: #ffffff;
}
.mn-page-services-feature-row + .mn-page-services-feature-row {
  margin-top: 56px;
}
.mn-page-services-feature-media {
  position: relative;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--ps-shadow);
}
.mn-page-services-feature-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(1, 37, 86, 0.08);
  border-radius: inherit;
  pointer-events: none;
}
.mn-page-services-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.mn-page-services-feature-tag {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  font-family: var(--title-font, "Be Vietnam Pro", sans-serif);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #ffffff;
  background-color: var(--ps-red);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.mn-page-services-feature-tag iconify-icon {
  font-size: 13px;
}
.mn-page-services-feature-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-family: var(--title-font, "Be Vietnam Pro", sans-serif);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ps-red);
}
.mn-page-services-feature-eyebrow::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background-color: var(--ps-red);
}
.mn-page-services-feature-title {
  margin: 0 0 12px;
  font-family: var(--title-font, "Be Vietnam Pro", sans-serif);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--ps-navy);
}
.mn-page-services-feature-desc {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ps-text-mute);
}
.mn-page-services-feature-list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.mn-page-services-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--ps-text);
}
.mn-page-services-feature-list iconify-icon {
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 16px;
  color: var(--ps-blue);
}
.mn-page-services-feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ==========================================================================
   5. QUY TRÌNH
   ========================================================================== */
.mn-page-services-process {
  padding: 60px 0 64px;
  background-color: var(--ps-bg-soft);
}
.mn-page-services-step {
  position: relative;
  height: 100%;
  padding: 30px 24px 26px;
  background-color: #ffffff;
  border-radius: var(--ps-radius);
  -webkit-border-radius: var(--ps-radius);
  -moz-border-radius: var(--ps-radius);
  -ms-border-radius: var(--ps-radius);
  -o-border-radius: var(--ps-radius);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  -webkit-transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  -moz-transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  -ms-transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  -o-transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.mn-page-services-step:hover {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  box-shadow: var(--ps-shadow-hover);
}
.mn-page-services-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  font-family: var(--title-font, "Be Vietnam Pro", sans-serif);
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background-color: var(--ps-red);
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(179, 56, 48, 0.3);
}
.mn-page-services-step-name {
  margin: 0 0 8px;
  font-family: var(--title-font, "Be Vietnam Pro", sans-serif);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ps-navy);
}
.mn-page-services-step-desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--ps-text-mute);
}
.mn-page-services-step-arrow {
  position: absolute;
  top: 48px;
  right: -15px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: var(--ps-blue);
  background-color: #ffffff;
  border: 1px solid var(--ps-line);
  border-radius: 50%;
  font-size: 13px;
}
.mn-page-services-step-col:last-child .mn-page-services-step-arrow {
  display: none;
}

/* ==========================================================================
   6. CTA BAND
   ========================================================================== */
.mn-page-services-cta {
  position: relative;
  background: linear-gradient(90deg, #1c498e 0%, #20529f 100%);
  overflow: hidden;
}
.mn-page-services-cta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 380px;
  height: 100%;
  background: url("../../media/images/anh-mau/mai-ngoi-mau-1.webp") left
    center / cover no-repeat;
  -webkit-mask-image: linear-gradient(to right, #000 65%, transparent 100%);
  mask-image: linear-gradient(to right, #000 65%, transparent 100%);
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}
.mn-page-services-cta .container {
  position: relative;
  z-index: 1;
}
.mn-page-services-cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 0 34px 60px;
}
.mn-page-services-cta-text {
  flex: 1 1 auto;
  min-width: 0;
} /* min-width:0 = fix co giãn text flex, không dùng để chia responsive */
.mn-page-services-cta-title {
  margin: 0 0 6px;
  font-family: var(--title-font, "Be Vietnam Pro", sans-serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
}
.mn-page-services-cta-desc {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}
.mn-page-services-cta-hotline {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  color: #ffffff;
  text-decoration: none;
}
.mn-page-services-cta-hotline iconify-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  color: var(--ps-red);
  background-color: #ffffff;
}
.mn-page-services-cta-hotline-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.mn-page-services-cta-hotline-text span {
  font-family: var(--title-font, "Be Vietnam Pro", sans-serif);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.8);
}
.mn-page-services-cta-hotline-text strong {
  font-family: var(--title-font, "Be Vietnam Pro", sans-serif);
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}
.mn-page-services-cta .mn-page-services-btn-primary {
  border-color: #ffffff;
  flex-shrink: 0;
}

/* ==========================================================================
   Focus & motion
   ========================================================================== */
.mn-page-services a:focus-visible,
.mn-page-services button:focus-visible {
  outline: 2px solid var(--ps-blue);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .mn-page-services *,
  .mn-page-services *::before,
  .mn-page-services *::after {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
  }
  .mn-page-services-card:hover,
  .mn-page-services-step:hover {
    transform: none !important;
  }
  .mn-page-services-card:hover .mn-page-services-card-media img {
    transform: none !important;
  }
}

/* ==========================================================================
   Responsive (max-width)
   ========================================================================== */
@media (max-width: 991.98px) {
  .mn-page-services-hero {
    min-height: 340px;
  }
  .mn-page-services-hero-title {
    font-size: 32px;
  }
  .mn-page-services-stats {
    padding: 22px;
  }
  .mn-page-services-stat {
    flex-basis: calc(50% - 9px);
  }
  .mn-page-services-stat:nth-child(2) {
    border-right: 0;
  }
  .mn-page-services-feature-title {
    font-size: 23px;
  }
  .mn-page-services-feature-row + .mn-page-services-feature-row {
    margin-top: 44px;
  }
  .mn-page-services-step-arrow {
    display: none;
  }
  .mn-page-services-cta-row {
    flex-wrap: wrap;
    padding-left: 0;
  }
  .mn-page-services-cta::before {
    width: 100%;
    opacity: 0.18;
  }
}

@media (max-width: 768px) {
  .mn-page-services-hero .container {
    padding-top: 44px;
    padding-bottom: 96px;
  }
  .mn-page-services-hero-title {
    font-size: 27px;
  }
  .mn-page-services-hero-sub {
    font-size: 14px;
  }
  .mn-page-services-stats-wrap {
    margin-top: -54px;
    padding-bottom: 40px;
  }
  .mn-page-services-title {
    font-size: 19px;
    gap: 12px;
  }
  .mn-page-services-title::before,
  .mn-page-services-title::after {
    width: 40px;
  }
  .mn-page-services-lead {
    font-size: 13px;
  }
  .mn-page-services-grid-section {
    padding: 44px 0 50px;
  }
  .mn-page-services-feature {
    padding: 48px 0;
  }
  .mn-page-services-feature-media {
    margin-bottom: 8px;
  }
  .mn-page-services-process {
    padding: 46px 0 50px;
  }
  .mn-page-services-cta-row {
    justify-content: center;
    text-align: center;
    gap: 18px;
  }
  .mn-page-services-cta-title {
    font-size: 21px;
  }
  .mn-page-services-cta-hotline {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .mn-page-services-hero {
    min-height: 300px;
  }
  .mn-page-services-hero-title {
    font-size: 23px;
  }
  .mn-page-services-stat {
    flex-basis: 100%;
    border-right: 0;
    padding-right: 0;
  }
  .mn-page-services-stat + .mn-page-services-stat {
    padding-top: 14px;
    border-top: 1px solid var(--ps-line);
  }
  .mn-page-services-stats {
    gap: 14px;
  }
  .mn-page-services-card-body {
    padding: 15px 18px 15px;
  }
  .mn-page-services-feature-title {
    font-size: 21px;
  }
  .mn-page-services-feature-actions {
    flex-direction: column;
  }
  .mn-page-services-feature-actions .mn-page-services-btn {
    width: 100%;
  }
  .mn-page-services-cta-row {
    padding: 28px 0;
  }
  .mn-page-services-cta-hotline-text strong {
    font-size: 20px;
  }
  .mn-page-services-btn {
    width: 100%;
  }
}

@media (max-width: 350px) {
  .mn-page-services-hero-title {
    font-size: 20px;
  }
  .mn-page-services-title {
    font-size: 16px;
  }
  .mn-page-services-title::before,
  .mn-page-services-title::after {
    width: 26px;
  }
  .mn-page-services-stat-num {
    font-size: 21px;
  }
}

/* ==========================================================================
   TRANG CHI TIẾT DỊCH VỤ — static mockup (danh mục con lá)
   Namespace: mn-page-service-detail-*
   Tái dùng: mn-page-services-card, mn-page-services-cta, mn-page-services-btn*,
   mn-page-services-title (2 gạch), mn-page-services-step-* , mn-page-services-breadcrumb
   ========================================================================== */

/* ===== 1. HERO gọn ===== */
.mn-page-service-detail-hero {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  background: var(--main-color-deep);
  overflow: hidden;
}
.mn-page-service-detail-hero .container {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}
.mn-page-service-detail-hero-title {
  max-width: 760px;
  margin: 12px 0 10px;
  font-family: var(--title-font, "Be Vietnam Pro", sans-serif);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.22;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.mn-page-service-detail-hero-lead {
  max-width: 640px;
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}

/* ===== 2. THÂN 2 CỘT ===== */
.mn-page-service-detail-body {
  padding: 52px 0 60px;
  background-color: #ffffff;
}
.mn-page-service-detail-cover {
  position: relative;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.mn-page-service-detail-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.mn-page-service-detail-cover-caption {
  margin: 8px 2px 0;
  font-size: 12px;
  font-style: italic;
  color: var(--ps-text-mute);
}

/* Rich content */
.mn-page-service-detail-excerpt {
  margin: 22px 0 18px;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
  color: var(--ps-navy);
  background-color: var(--ps-bg-soft);
  border-radius: 0 8px 8px 0;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
}
.mn-page-service-detail-excerpt p {
  margin-bottom: 0;
}
.mn-page-service-detail-content {
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--ps-text);
}
.mn-page-service-detail-content p {
  margin: 0 0 16px;
}
.mn-page-service-detail-content h2 {
  margin: 30px 0 14px;
  padding-left: 14px;
  font-family: var(--title-font, "Be Vietnam Pro", sans-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ps-navy);
  border-left: 4px solid var(--ps-red);
}
.mn-page-service-detail-content h3 {
  margin: 22px 0 10px;
  font-family: var(--title-font, "Be Vietnam Pro", sans-serif);
  font-size: 16px;
  font-weight: 700;
  color: var(--ps-blue);
}
.mn-page-service-detail-content img {
  max-width: 100%;
  height: auto;
  margin: 8px 0 18px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

/* Catalogue Zentruss: only rendered for category id_code 254. */
.mn-page-service-detail-catalogue {
  margin-top: 34px;
  padding: 28px;
  background: linear-gradient(135deg, #f5f8fc 0%, #ffffff 70%);
  border: 1px solid var(--ps-line);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(1, 37, 86, 0.08);
}
.mn-page-service-detail-catalogue-label {
  display: block;
  margin-bottom: 7px;
  font-family: var(--title-font, "Be Vietnam Pro", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ps-red);
}
.mn-page-service-detail-catalogue-copy h2 {
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  font-size: 21px;
  line-height: 1.3;
}
.mn-page-service-detail-catalogue-copy p {
  max-width: 620px;
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--ps-text-mute);
}
.mn-page-service-detail-catalogue-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.mn-page-service-detail-catalogue-download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 2px 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--ps-blue);
  text-decoration: none;
}
.mn-page-service-detail-catalogue-download iconify-icon {
  font-size: 15px;
}
.mn-page-service-detail-catalogue-download:hover {
  color: var(--ps-red);
  text-decoration: underline;
}
.mn-page-service-detail-catalogue-preview {
  margin-top: 24px;
  border-top: 1px solid var(--ps-line);
}
.mn-page-service-detail-catalogue-preview summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 17px 0;
  font-family: var(--title-font, "Be Vietnam Pro", sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: var(--ps-navy);
  cursor: pointer;
  list-style: none;
}
.mn-page-service-detail-catalogue-preview summary::-webkit-details-marker {
  display: none;
}
.mn-page-service-detail-catalogue-preview summary span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.mn-page-service-detail-catalogue-preview summary span iconify-icon {
  font-size: 18px;
  color: var(--ps-red);
}
.mn-page-service-detail-catalogue-chevron {
  flex-shrink: 0;
  font-size: 13px;
  transition: transform 0.2s ease;
}
.mn-page-service-detail-catalogue-preview[open] .mn-page-service-detail-catalogue-chevron {
  transform: rotate(180deg);
}
.mn-page-service-detail-catalogue-frame {
  margin-bottom: 2px;
  overflow: hidden;
  background-color: #eef2f7;
  border: 1px solid var(--ps-line);
  border-radius: 8px;
}
.mn-page-service-detail-catalogue-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.mn-page-service-detail-checklist {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}
.mn-page-service-detail-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
}
.mn-page-service-detail-checklist iconify-icon {
  flex-shrink: 0;
  margin-top: 3px;
  font-size: 17px;
  color: var(--ps-blue);
}

/* Highlight box */
.mn-page-service-detail-highlight {
  display: flex;
  gap: 14px;
  margin: 22px 0;
  padding: 18px 20px;
  background-color: var(--ps-bg-soft-2);
  border: 1px solid var(--ps-line);
  border-left: 4px solid var(--ps-blue);
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
}
.mn-page-service-detail-highlight-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: var(--ps-blue);
  font-size: 20px;
}
.mn-page-service-detail-highlight-title {
  margin: 0 0 6px;
  font-family: var(--title-font, "Be Vietnam Pro", sans-serif);
  font-size: 15px;
  font-weight: 700;
  color: var(--ps-navy);
}
.mn-page-service-detail-highlight p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--ps-text-mute);
}

/* Gallery thumbs */
.mn-page-service-detail-gallery {
  margin: 18px 0 6px;
}
.mn-page-service-detail-gallery a {
  display: block;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.mn-page-service-detail-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.mn-page-service-detail-gallery a:hover img {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
}

/* Inline CTA trong nội dung */
.mn-page-service-detail-inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 28px 0 6px;
  padding: 20px 24px;
  color: #ffffff;
  background: linear-gradient(90deg, #1c498e 0%, #20529f 100%);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.mn-page-service-detail-inline-cta-title {
  margin: 0 0 4px;
  font-family: var(--title-font, "Be Vietnam Pro", sans-serif);
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
}
.mn-page-service-detail-inline-cta-desc {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
}
.mn-page-service-detail-inline-cta .mn-page-services-btn-primary {
  border-color: #ffffff;
  flex-shrink: 0;
}

/* ===== Sidebar ===== */
.mn-page-service-detail-sidebar {
  position: sticky;
  top: 90px;
}
.mn-page-service-detail-box {
  margin-bottom: 20px;
  padding: 22px;
  background-color: #ffffff;
  border: 1px solid var(--ps-line);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.mn-page-service-detail-box-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  padding-bottom: 12px;
  font-family: var(--title-font, "Be Vietnam Pro", sans-serif);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--ps-navy);
  border-bottom: 2px solid var(--ps-bg-soft);
}
.mn-page-service-detail-box-title::before {
  content: "";
  display: block;
  width: 4px;
  height: 18px;
  background-color: var(--ps-red);
  border-radius: 2px;
}
.mn-page-service-detail-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mn-page-service-detail-nav li {
  border-bottom: 1px dashed var(--ps-line);
}
.mn-page-service-detail-nav li:last-child {
  border-bottom: 0;
}
.mn-page-service-detail-nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 4px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--ps-text);
  text-decoration: none;
  transition:
    color 0.2s ease,
    padding-left 0.2s ease;
  -webkit-transition:
    color 0.2s ease,
    padding-left 0.2s ease;
  -moz-transition:
    color 0.2s ease,
    padding-left 0.2s ease;
  -ms-transition:
    color 0.2s ease,
    padding-left 0.2s ease;
  -o-transition:
    color 0.2s ease,
    padding-left 0.2s ease;
}
.mn-page-service-detail-nav a iconify-icon {
  flex-shrink: 0;
  font-size: 12px;
  color: var(--ps-blue);
}
.mn-page-service-detail-nav a:hover {
  color: var(--ps-red);
  padding-left: 8px;
}
.mn-page-service-detail-nav li.is-active a {
  color: var(--ps-red);
  font-weight: 700;
}
.mn-page-service-detail-nav li.is-active a iconify-icon {
  color: var(--ps-red);
}

/* Contact card (sidebar) */
.mn-page-service-detail-contact {
  color: #ffffff;
  background: linear-gradient(135deg, var(--ps-navy) 0%, var(--ps-blue) 100%);
  border: 0;
}
.mn-page-service-detail-contact .mn-page-service-detail-box-title {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.18);
}
.mn-page-service-detail-contact .mn-page-service-detail-box-title::before {
  background-color: #ff6b63;
}
.mn-page-service-detail-contact-hotline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: #ffffff;
  text-decoration: none;
}
.mn-page-service-detail-contact-hotline iconify-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  color: var(--ps-red);
  background-color: #ffffff;
}
.mn-page-service-detail-contact-hotline small {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.8);
}
.mn-page-service-detail-contact-hotline strong {
  font-family: var(--title-font, "Be Vietnam Pro", sans-serif);
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}
.mn-page-service-detail-contact .mn-page-services-btn-primary {
  width: 100%;
  border-color: #ffffff;
}

/* Trust list (sidebar) */
.mn-page-service-detail-trust {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mn-page-service-detail-trust li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}
.mn-page-service-detail-trust li:last-child {
  margin-bottom: 0;
}
.mn-page-service-detail-trust-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  min-width: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 18px;
  color: var(--ps-blue);
  background-color: var(--ps-bg-soft);
  pointer-events: none;
  user-select: none;
}
.mn-page-service-detail-trust-icon img  {
  width: 70%;
  height: 70%;
  object-fit: contain;
  object-position: center;
}
.mn-page-service-detail-trust strong {
  display: block;
  margin-bottom: 2px;
  font-family: var(--title-font, "Be Vietnam Pro", sans-serif);
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ps-navy);
}
.mn-page-service-detail-trust span {
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--ps-text-mute);
}

/* ===== 3. Related ===== */
.mn-page-service-detail-related {
  padding: 50px 0 60px;
  background-color: var(--ps-bg-soft);
}
.mn-page-service-detail-related-swiper {
  padding-bottom: 44px;
}
.mn-page-service-detail-related-swiper .swiper-slide {
  display: flex;
  height: auto;
}
.mn-page-service-detail-related-swiper .mn-page-services-card {
  width: 100%;
}
.mn-page-service-detail-related-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}
.mn-page-service-detail-related-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: var(--ps-line);
}
.mn-page-service-detail-related-pagination .swiper-pagination-bullet-active,
.mn-page-service-detail-related-pagination .swiper-pagination-bullet.active {
  background-color: var(--ps-red);
}

/* ===== Responsive (max-width) ===== */
@media (max-width: 991.98px) {
  .mn-page-service-detail-sidebar {
    position: static;
    margin-top: 0;
  }
  .mn-page-service-detail-hero-title {
    font-size: 27px;
  }
  .mn-page-service-detail-inline-cta {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .mn-page-service-detail-body {
    padding: 40px 0 20px;
  }
  .mn-page-service-detail-hero {
    min-height: 260px;
    padding: 30px 0;
  }
  .mn-page-service-detail-hero-title {
    font-size: 23px;
  }
  .mn-page-service-detail-hero-lead {
    font-size: 13.5px;
  }
  .mn-page-service-detail-content h2 {
    font-size: 18px;
  }
  .mn-page-service-detail-inline-cta {
    padding: 18px;
  }
  .mn-page-service-detail-catalogue {
    margin-top: 28px;
    padding: 21px 18px;
  }
  .mn-page-service-detail-catalogue-copy h2 {
    font-size: 18px;
  }
  .mn-page-service-detail-catalogue-actions,
  .mn-page-service-detail-catalogue-actions .mn-page-services-btn {
    width: 100%;
  }
  .mn-page-service-detail-catalogue-download {
    justify-content: center;
  }
  .mn-page-service-detail-catalogue-frame {
    --bs-aspect-ratio: 125%;
  }
  .mn-page-service-detail-related {
    padding: 42px 0 0px;
  }
}
@media (max-width: 576px) {
  .mn-page-service-detail-hero-title {
    font-size: 20px;
  }
  .mn-page-service-detail-excerpt {
    font-size: 14px;
    padding: 14px 16px;
  }
  .mn-page-service-detail-highlight {
    flex-direction: column;
  }
  .mn-page-service-detail-inline-cta .mn-page-services-btn-primary {
    width: 100%;
  }
}
@media (max-width: 350px) {
  .mn-page-service-detail-hero-title {
    font-size: 18px;
  }
  .mn-page-service-detail-box {
    padding: 18px;
  }
}

/* Skill: dynamic-services-list — fade-in for service cards */
.mn-page-services-card {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
.mn-page-services-card.is-visible {
  opacity: 1;
  transform: none;
}
#services-loadmore.is-loading {
  opacity: 0.6;
  pointer-events: none;
}

body.page-service-detail .mn-page-services-card {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
