/* ============================================================================
   GO4AI — Homepage proposals (2 variants)
   Design system ported from b2b.go4ai.org
   Source of truth: LucasGo4ai theme
     · go4ai.webflow.shared.72c645715.min.css  (tokens + component classes)
     · inline <style> in the published page    (gradient, marquee keyframes)

   Token values are copied verbatim from the live theme :root.
   Font note: the theme declares Switzer for headings, but the published
   Switzer woff2 files are latin-only subsets with no Vietnamese tone marks.
   Headings therefore use Archivo (full Vietnamese coverage) — the same end
   state the live site reaches via fallback, but deterministic.
   ========================================================================= */

/* ------------------------------------------ 0. MOTION TOKENS (2026-09-23)
   Motion Design System — Enterprise B2B. Mọi chuyển động mới (khối 28 cuối
   file + assets/js/motion-system.js) chỉ dùng các token này.
   Quy tắc: chỉ animate transform / opacity · không khoá cuộn · tôn trọng
   prefers-reduced-motion (giữ phần tử, bỏ chuyển động — AGENTS.md §5e.3).
   Khối reduced-motion bên dưới trùng mục đích với khối ở §24 (giữ cả hai:
   khối §24 còn ép [data-reveal] hiện ngay). */
:root {
  /* Motion Durations */
  --motion-dur-fast: 180ms;
  --motion-dur-base: 300ms;
  --motion-dur-smooth: 500ms;
  --motion-dur-deliberate: 800ms;

  /* Motion Easings */
  --motion-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --motion-ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --motion-ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

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

/* ---------------------------------------------------------------- 1. TOKENS */
:root {
  --gray-50:  #f4f7f8;
  --white:    #fff;
  --black:    #0a1620;

  --gray-100: #d8e2e1;
  --gray-200: #bdccc9;
  --gray-300: #a2b6b2;
  --gray-400: #889e9a;
  --gray-500: #6f8682;
  --gray-600: #556c68;
  --gray-700: #3c4f4c;
  --gray-800: #233130;
  --gray-900: #0a1620;

  /* GEM Global Color System */
  --gem-teal:  #008098;
  --gem-dark:  #0a1620;
  --gem-mid:   #006377;
  --gem-soft:  #e6f5f8;
  --gem-cyan:  #10c0e0;
  --gem-paper: #f4f7f8;

  --green-50:  #e6f5f8;
  --green-100: #d0f4fa;
  --green-200: #4de1fa;
  --green-300: #10c0e0;
  --green-400: #009dbb;
  --green-500: #008098;
  --green-600: #006377;
  --green-700: #0a1620;

  --blue-50:  #ebf5f9;
  --blue-100: #d8ebf4;
  --blue-200: #b0d4e8;
  --blue-300: #87bbd9;
  --blue-400: #66a7cc;
  --blue-500: #008098;
  --blue-700: #006377;

  --coral-50:  #fbeeec;
  --coral-100: #f6dad5;
  --coral-200: #ebb5ab;
  --coral-300: #e69786;
  --coral-400: #e06f68;
  --coral-500: #ce3c2b;
  --coral-600: #b8351f;

  --font-sans: 'Archivo', Arial, sans-serif;
  --font-mono: 'Azeret Mono', Arial, sans-serif;

  --title-xl: 4.5rem;
  --title-l:  3.625rem;
  --title-m:  2.25rem;
  --title-s:  1.75rem;
  --title-xs: 1.375rem;
  --text-xl:  1.25rem;
  --text-l:   1.125rem;
  --text-m:   1rem;
  --text-s:   0.875rem;

  --radius-btn:  5rem;
  --radius-card: 1.5rem;
  --radius-sm:   1rem;
  --radius-md:   0.75rem;

  --container: 85rem;
  --pad-x: 2.5rem;

  --s-4:   0.25rem;
  --s-6:   0.375rem;
  --s-8:   0.5rem;
  --s-10:  0.625rem;
  --s-12:  0.75rem;
  --s-14:  0.875rem;
  --s-16:  1rem;
  --s-20:  1.25rem;
  --s-24:  1.5rem;
  --s-28:  1.75rem;
  --s-32:  2rem;
  --s-36:  2.25rem;
  --s-40:  2.5rem;
  --s-48:  3rem;
  --s-56:  3.5rem;
  --s-60:  3.75rem;
  --s-72:  4.5rem;
  --s-80:  5rem;
  --s-100: 6.25rem;
  --s-120: 7.5rem;

  --grad-green: linear-gradient(265.26deg, #008098 38.04%, #10c0e0 94.86%);
  --grad-dark:  linear-gradient(248deg, #0a1620 16%, #004b5b);

  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ------------------------------------------------------- 2. RESET / BASE */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background-color: var(--gray-50);
  color: var(--black);
  font-family: var(--font-sans);
  font-size: var(--text-m);
  line-height: 1.3;
  /* ⛔ 2026-09-24: KHÔNG đặt letter-spacing âm ở body. Giá trị em ở body được tính thành px CỐ ĐỊNH
     (-0.03em × 16px = -0.48px) rồi kế thừa xuống mọi cỡ chữ ⇒ chữ 12–13px bị ép ~4%, dấu tiếng Việt dính nhau.
     Chữ thường = 0. Tracking âm chỉ đặt trên chính class tiêu đề (.title--*, .hero__title…) bằng em. */
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul, ol { margin: 0; padding: 0; list-style: none; }
p { margin: 0; }
h1, h2, h3, h4 { margin: 0; font-weight: 500; }
dl, dd, dt { margin: 0; }

::selection { background: var(--green-500); color: var(--white); }

:focus-visible {
  outline: 2px solid var(--green-500);
  outline-offset: 3px;
  border-radius: 4px;
}

/* --------------------------------------------------- 3. LAYOUT PRIMITIVES */
.padding-global {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-left: var(--pad-x);
  padding-right: var(--pad-x);
}

.container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
}

/* Nhịp dọc section. ĐO 2026-09-24 trên trang chủ (1440×900, đã ghim
   prefers-reduced-motion): 100px × 2 × 13 section = 2.600px padding thuần, chiếm ~19%
   chiều cao trang 15.584px. Hạ về 72/56/40px (desktop/tablet/mobile) — vẫn thoáng nhưng
   không còn dải trống thừa ở mỗi đầu section. */
.section {
  position: relative;
  width: 100%;
  padding-top: var(--s-72);
  padding-bottom: var(--s-72);
}
.section--white { background-color: var(--white); }
.section--gray  { background-color: var(--gray-50); }
.section--green { background-color: var(--green-500); color: var(--white); }
.section--dark  { background-color: var(--black); color: var(--white); }
.section--tight { padding-top: var(--s-60); padding-bottom: var(--s-60); }
.section--flush-top { padding-top: 0; }

/* Section mà khối nội dung BÊN TRONG đã tự lo nền + padding (ví dụ
   `.sunlandsg-properties-inner-wrapper` — nền tối #0a1620, tự có padding dọc).
   Nếu để section giữ nền + padding riêng thì phần padding đó lộ ra thành một DẢI SÁNG
   giữa hai khối tối. Đo 2026-09-24 trên `#chuong-trinh`: nền section rgb(244,247,248),
   con duy nhất rgb(10,22,32) ⇒ 72px sáng trên + 72px sáng dưới (40+40 ở mobile).
   `--flush` bỏ padding và trả nền về trong suốt để khối trong là nền duy nhất.
   ⛔ Phải viết `.section.section--flush` (specificity 0,2,0): luật `.section` trong
   `@media (max-width: 992px/768px)` khai SAU và cùng specificity nên đã ghi đè bản
   `.section--flush` một-class, làm padding 40/56px quay lại ở mobile. */
.section.section--flush { padding-top: 0; padding-bottom: 0; background: transparent; }

/* Hai section LIỀN NHAU cùng màu nền ⇒ bỏ padding-top của section sau.
   Giữa chúng không có đường kẻ, không đổi màu — nên 2×padding chỉ tạo MỘT dải trống
   vô hình. Đo trên trang chủ: 3 cặp như vậy (ma-tran+hoat-dong-thuc-te ·
   chuyen-gia+insights · su-kien+faq) ⇒ 3 dải trống không ai thấy. */
.section--white + .section--white,
.section--gray + .section--gray,
.section--green + .section--green,
.section--dark + .section--dark { padding-top: 0; }

.spacer-24 { height: var(--s-24); }
.spacer-40 { height: var(--s-40); }
.spacer-48 { height: var(--s-40); }
.spacer-60 { height: var(--s-60); }
.spacer-80 { height: var(--s-80); }

.rule { height: 1px; background: var(--gray-200); border: 0; margin: 0; }
.section--dark .rule, .section--green .rule { background: rgba(255,255,255,.16); }

/* ------------------------------------------------------- 4. TYPOGRAPHY */
.title--xl {
  font-size: var(--title-xl);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.title--l {
  font-size: var(--title-l);
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.title--m {
  font-size: var(--title-m);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.title--s {
  font-size: var(--title-s);
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.title--xs {
  font-size: var(--title-xs);
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.text--xl { font-size: var(--text-xl); line-height: 1.4; letter-spacing: -0.02em; }
.text--l  { font-size: var(--text-l);  line-height: 1.45; letter-spacing: -0.02em; }
.text--m  { font-size: var(--text-m);  line-height: 1.5;  letter-spacing: -0.02em; }
.text--s  { font-size: var(--text-s);  line-height: 1.5;  letter-spacing: -0.01em; }

.text--muted { color: var(--gray-600); }
.section--dark .text--muted, .section--green .text--muted { color: var(--gray-200); }

.text--mono {
  font-family: var(--font-mono);
  font-size: var(--text-s);
  letter-spacing: -0.01em;
  line-height: 1.4;
}
.text--mono.is--grey { color: var(--gray-600); }

.text--number {
  font-size: 4.375rem;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.text--grad {
  background: var(--grad-green);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-right: .05ch;
}
/* Gradient-clipped text only works on a light ground. On every dark surface it
   is replaced by solid white, otherwise the green-on-green ratio collapses
   (MEASURED: 1.66:1 on the statement band before this rule). */
.section--green .text--grad,
.section--dark .text--grad,
.statement .text--grad,
.hiw .text--grad,
.dark-panel .text--grad {
  background: none;
  -webkit-text-fill-color: currentColor;
  color: var(--white);
}

.text--measure { max-width: 46rem; }
.text--measure-sm { max-width: 34rem; }

/* Eyebrow chip — matches .section_chips on the live site */
.chips {
  display: inline-flex;
  align-items: center;
  gap: var(--s-8);
  color: var(--gray-600);
  font-size: var(--text-m);
  font-weight: 500;
  letter-spacing: 0;
}
.chips__icon {
  width: 20px; height: 20px;
  flex: none;
  color: var(--green-500);
}
.section--dark .chips, .section--green .chips { color: var(--gray-200); }
.section--dark .chips__icon, .section--green .chips__icon { color: var(--green-300); }

/* Small label used above a list */
.label {
  font-family: var(--font-mono);
  font-size: var(--text-s);
  color: var(--gray-600);
  letter-spacing: 0;
}
.section--dark .label { color: var(--gray-400); }

/* --------------------------------------------------- 5. BUTTONS & LINKS */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--s-8);
  padding: var(--s-16) var(--s-40);
  border-radius: var(--radius-btn);
  background-color: var(--coral-500);
  color: var(--white);
  font-size: var(--text-m);
  font-weight: 500;
  letter-spacing: 0; /* 2026-09-24: -0.03em ép chữ nút 14–16px có dấu */
  white-space: nowrap;
  text-align: center;
  transition: background-color .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}
.button:hover { background-color: #b8351f; }

.button--outline {
  background-color: var(--gray-50);
  border: 1px solid var(--coral-600);
  color: var(--coral-600);
}
.button--outline:hover { background-color: var(--coral-50); }

.button--ghost {
  background-color: transparent;
  border: 1px solid var(--gray-300);
  color: var(--black);
}
.button--ghost:hover { background-color: var(--white); border-color: var(--black); }

.button--light {
  background-color: var(--white);
  color: var(--black);
}
.button--light:hover { background-color: var(--green-50); }

.button--on-dark {
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.35);
  color: var(--white);
}
.button--on-dark:hover { background-color: rgba(255,255,255,.1); border-color: var(--white); }

.button--s { padding: var(--s-12) var(--s-24); font-size: var(--text-s); }

.button-row { display: flex; flex-wrap: wrap; gap: var(--s-12); }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: var(--s-8);
  font-size: var(--text-m);
  font-weight: 500;
  border-bottom: 1px solid var(--gray-300);
  padding-bottom: 3px;
  transition: border-color .3s var(--ease), gap .3s var(--ease);
}
.link-arrow:hover { border-color: var(--green-500); gap: var(--s-12); }
.link-arrow svg { flex: none; }
.section--dark .link-arrow, .section--green .link-arrow { border-color: rgba(255,255,255,.35); }
.section--dark .link-arrow:hover, .section--green .link-arrow:hover { border-color: var(--white); }

/* ------------------------------------------------------- 6. HEADER / NAV */
.notice {
  background-color: var(--black);
  color: var(--gray-200);
  font-size: var(--text-s);
  letter-spacing: -0.01em;
}
.notice__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--s-8);
  padding: 10px 0;
  text-align: center;
}
.notice a { color: var(--green-300); border-bottom: 1px solid currentColor; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(242,246,245,.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease), background-color .3s var(--ease);
}
.site-header.is--stuck { border-bottom-color: var(--gray-200); }

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 2vw, var(--s-32));
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: var(--s-12);
  font-weight: 700;
  font-size: var(--text-l);
  letter-spacing: -0.04em;
  text-decoration: none;
}
.brand__logo-img {
  height: 40px;
  max-height: 40px;
  width: auto;
  object-fit: contain;
  display: block;
  transition: transform var(--dur-fast) var(--ease-out), opacity var(--dur-fast) var(--ease-out);
}
.brand:hover .brand__logo-img {
  transform: scale(1.03);
}
.site-footer__brand .brand__logo-img {
  height: 46px;
  max-height: 46px;
}
.brand__mark {
  display: grid;
  place-items: center;
  width: 34px; height: 34px;
  border-radius: 10px;
  background: var(--grad-dark);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.25rem, 2vw, 2.25rem);
}
.site-nav__link {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--gray-700);
  transition: color .25s var(--ease);
}
.site-nav__link:hover, .site-nav__link[aria-current="page"] { color: var(--black); }

.site-header__actions { display: flex; align-items: center; gap: var(--s-16); }

.nav-toggle {
  display: none;
  width: 40px; height: 40px;
  border: 1px solid var(--gray-300);
  border-radius: 50%;
  place-items: center;
}

.mobile-nav {
  display: none;
  border-top: 1px solid var(--gray-200);
  background-color: var(--gray-50);
  padding: var(--s-16) 0 var(--s-24);
}
.mobile-nav.is--open { display: block; }
.mobile-nav__list { display: flex; flex-direction: column; gap: var(--s-4); }
.mobile-nav__link {
  display: block;
  padding: var(--s-12) 0;
  font-size: var(--text-l);
  border-bottom: 1px solid var(--gray-100);
}
.mobile-nav__cta { margin-top: var(--s-20); }
.mobile-nav__cta .button { width: 100%; }

/* --------------------------------------------------------------- 7. HERO */
.hero {
  position: relative;
  overflow: hidden;
  padding-top: var(--s-48);
  padding-bottom: var(--s-60);
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 55fr) minmax(0, 45fr);
  gap: clamp(56px, 4.5vw, 68px);
  align-items: center;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  box-sizing: border-box;
}

.hero__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: 780px;
  width: 100%;
  box-sizing: border-box;
}

.hero__content > .chips {
  margin-bottom: 22px;
  align-self: flex-start;
}

.hero__title {
  margin: 0 0 24px 0;
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.03em;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 480px) {
  .hero__title {
    font-size: clamp(1.65rem, 6.8vw, 2rem);
    line-height: 1.22;
  }
}
.hero__title .text--grad {
  background: linear-gradient(135deg, #06694f 0%, #08906c 38%, #1f9c7b 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.hero__sub {
  color: var(--gray-700);
  font-size: 1.0625rem;
  line-height: 1.6;
  max-width: 680px;
  min-width: 0;
  margin: 0 0 26px 0;
}

.hero__points {
  display: flex;
  flex-direction: column;
  gap: var(--s-10);
  margin: 0 0 var(--s-32) 0;
  max-width: 33rem;
  min-width: 0;
}
.hero__points li {
  display: flex;
  gap: var(--s-12);
  align-items: flex-start;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: var(--gray-700);
}
.hero__points li::before {
  content: "";
  flex: none;
  width: 6px; height: 6px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--green-500);
  box-shadow: 0 0 0 3px rgba(8, 144, 108, 0.15);
}

.hero__ctas {
  margin: 0 0 28px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  width: auto;
  min-width: 0;
}
.hero__ctas .button {
  width: auto;
  max-width: fit-content;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.625rem 1.375rem;
  min-height: 40px;
  line-height: 1.35;
  letter-spacing: -0.015em;
  box-sizing: border-box;
  white-space: nowrap;
}
.hero__ctas .button:not(.button--outline) {
  border: 1px solid transparent;
  box-shadow: 0 3px 10px rgba(206, 60, 43, 0.18);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background-color .2s var(--ease);
}
.hero__ctas .button:not(.button--outline):hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 14px rgba(206, 60, 43, 0.26);
}
.hero__ctas .button--outline {
  border: 1px solid var(--gray-300);
  color: var(--gray-700);
  background-color: var(--white);
  box-shadow: 0 1px 3px rgba(21, 23, 26, 0.04);
  transition: border-color .2s var(--ease), color .2s var(--ease), box-shadow .2s var(--ease), transform .2s var(--ease);
}
.hero__ctas .button--outline:hover {
  border-color: var(--gray-500);
  color: var(--black);
  background-color: var(--white);
  box-shadow: 0 2px 8px rgba(21, 23, 26, 0.08);
  transform: translateY(-1px);
}

.hero__pipeline {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 6px 12px 6px 6px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--gray-200);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(21, 23, 26, 0.04);
  gap: 8px;
  overflow: hidden;
}
.hero__pipeline-tag {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffffff;
  background: var(--green-700);
  padding: 4px 9px;
  border-radius: 6px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(8, 144, 108, 0.2);
  flex-shrink: 0;
}
.hero__trust {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  min-width: 0;
  max-width: 100%;
}
.hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.hero__trust li span {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 500;
  color: var(--gray-800);
  background: var(--white);
  border: 1px solid var(--gray-200);
  padding: 3px 7px;
  border-radius: 5px;
  letter-spacing: -0.01em;
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(21, 23, 26, 0.03);
  transition: border-color .2s var(--ease), color .2s var(--ease), transform .2s var(--ease);
}
.hero__trust li span:hover {
  border-color: var(--green-400);
  color: var(--green-800);
  transform: translateY(-1px);
}
.hero__trust-sep {
  color: var(--gray-400);
  font-size: 0.625rem;
  user-select: none;
  display: inline-flex;
  align-items: center;
  opacity: 0.7;
}

/* Hero visual — instrumented canvas with depth and subtle motion */
.hero__visual {
  position: relative;
  aspect-ratio: 1 / 1;
  min-width: 0;
  width: 100%;
  max-width: 30.5rem;
  margin: 0 auto;
  border-radius: var(--radius-card);
  box-sizing: border-box;
  align-self: center;
  background:
    radial-gradient(75% 75% at 75% 15%, rgba(8,144,108,.12) 0%, rgba(8,144,108,0) 65%),
    radial-gradient(60% 60% at 20% 85%, rgba(8,144,108,.05) 0%, rgba(8,144,108,0) 60%),
    var(--white);
  border: 1px solid rgba(217, 223, 222, 0.9);
  box-shadow:
    0 20px 48px -12px rgba(21, 23, 26, 0.06),
    0 0 0 1px rgba(255, 255, 255, 0.8) inset,
    0 24px 64px -16px rgba(8, 144, 108, 0.08);
  overflow: hidden;
}
.hero__visual svg { width: 100%; height: 100%; }

.hero__stat-float {
  position: absolute;
  left: 14px;
  bottom: 14px;
  right: 14px;
  display: flex;
  justify-content: space-between;
  gap: var(--s-12);
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  background-color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(217, 223, 222, 0.8);
  box-shadow: 0 10px 28px rgba(21, 23, 26, 0.06);
}
.hero__stat-float div { display: flex; flex-direction: column; gap: 2px; }
.hero__stat-float strong {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--black);
}
.hero__stat-float span { font-size: 0.71875rem; color: var(--gray-600); line-height: 1.35; }

/* Subtle, corporate SVG animations */
@keyframes heroRingPulse {
  0%, 100% { opacity: 0.75; transform: scale(1); }
  50% { opacity: 0.95; transform: scale(1.012); }
}
@keyframes heroNodePulse {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 0 0 rgba(8, 144, 108, 0)); }
  50% { transform: scale(1.18); filter: drop-shadow(0 0 6px rgba(8, 144, 108, 0.5)); }
}
@keyframes heroPathFlow {
  0% { stroke-dashoffset: 48; }
  100% { stroke-dashoffset: 0; }
}

.hero-svg__ring {
  transform-origin: 260px 260px;
  animation: heroRingPulse 7s ease-in-out infinite;
}
.hero-svg__ring:nth-child(2) {
  animation-delay: 1.5s;
}
.hero-svg__ring:nth-child(3) {
  animation-delay: 3s;
}

.hero-svg__path {
  stroke-dasharray: 8 4;
  animation: heroPathFlow 25s linear infinite;
}

.hero-svg__node-green {
  transform-origin: center;
  transform-box: fill-box;
  animation: heroNodePulse 3.5s ease-in-out infinite;
}
.hero-svg__node-green:nth-child(2) {
  animation-delay: 1.2s;
}
.hero-svg__node-green:nth-child(3) {
  animation-delay: 2.4s;
}

@media (prefers-reduced-motion: reduce) {
  .hero-svg__ring,
  .hero-svg__path,
  .hero-svg__node-green {
    animation: none !important;
  }
}

/* ------------------------------------------------- 8. TRƯỚC / SAU (gap) */
.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-60);
  align-items: start;
}
.benefits { display: flex; flex-direction: column; gap: var(--s-24); }

.benefits__chips {
  display: flex;
  align-items: center;
  gap: var(--s-12);
}
.benefits__chips .chips {
  padding: 6px 14px;
  border-radius: var(--radius-btn);
  background-color: var(--black);
  color: var(--white);
  font-size: var(--text-s);
  letter-spacing: 0;
}
.benefits__chips.is--green .chips { background-color: var(--green-700); }

.benefits__list { display: flex; flex-direction: column; }

.benefits__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--s-16);
  padding: var(--s-12) var(--s-16);
  border-bottom: 1px solid var(--gray-200);
  margin-bottom: var(--s-12);
  border-radius: var(--radius-sm);
  background-color: transparent;
  cursor: pointer;
  transition:
    opacity .25s var(--ease),
    background-color .25s var(--ease),
    border-color .25s var(--ease),
    transform .25s var(--ease);
}
.benefits__item:last-child {
  margin-bottom: 0;
}

.benefit-marker {
  display: grid;
  place-items: center;
  flex: none;
  width: var(--s-32);
  height: var(--s-32);
  border: 1px solid var(--gray-800);
  border-radius: 50%;
  transition:
    transform .25s var(--ease),
    border-color .25s var(--ease),
    color .25s var(--ease),
    background-color .25s var(--ease),
    box-shadow .25s var(--ease);
}
.benefit-marker.is--green { border-color: var(--green-500); color: var(--green-500); }

.benefit-connector {
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--green-500);
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity .25s var(--ease), transform .25s var(--ease);
  user-select: none;
}

/* Pair highlight interaction */
.has-js .benefits-grid.has--active-pair .benefits__item:not(.is--active) {
  opacity: 0.38 !important;
}

/* Left item active (Before side) */
.benefits--before .benefits__item.is--active {
  background-color: rgba(21, 23, 26, 0.04);
  border-color: rgba(21, 23, 26, 0.12);
}
.benefits--before .benefits__item.is--active .benefit-marker {
  border-color: var(--coral-500);
  color: var(--coral-500);
  background-color: var(--coral-50);
  transform: scale(1.08) rotate(90deg);
}
.benefits--before .benefits__item.is--active .benefit-connector {
  opacity: 1;
  transform: translateX(0);
}

/* Right item active (After side) */
.benefits--after .benefits__item.is--active {
  background-color: rgba(8, 144, 108, 0.06);
  border-color: rgba(8, 144, 108, 0.22);
}
.benefits--after .benefits__item.is--active .benefit-marker {
  border-color: var(--green-500);
  color: var(--white);
  background-color: var(--green-500);
  transform: scale(1.12);
  box-shadow: 0 0 0 4px rgba(8, 144, 108, 0.16);
}

/* Viewport pair stagger reveal */
.has-js [data-pair-stagger]:not(.is--in) .benefits__item {
  opacity: 0;
  transform: translateY(14px);
}
.has-js [data-pair-stagger].is--in .benefits__item {
  opacity: 1;
  transform: none;
}
.has-js [data-pair-stagger]:not(.is--revealed).is--in .benefits__item[data-pair="1"] { transition-delay: .06s; }
.has-js [data-pair-stagger]:not(.is--revealed).is--in .benefits__item[data-pair="2"] { transition-delay: .14s; }
.has-js [data-pair-stagger]:not(.is--revealed).is--in .benefits__item[data-pair="3"] { transition-delay: .22s; }
.has-js [data-pair-stagger]:not(.is--revealed).is--in .benefits__item[data-pair="4"] { transition-delay: .30s; }

@media (prefers-reduced-motion: reduce) {
  .has-js [data-pair-stagger] .benefits__item,
  .benefit-marker,
  .benefit-connector {
    transition: none !important;
    transform: none !important;
  }
}

/* ------------------------------------------------------ 9. STATEMENT BAND */
.statement {
  position: relative;
  overflow: hidden;
  background: var(--grad-dark);
  color: var(--white);
  padding-top: var(--s-100);
  padding-bottom: var(--s-100);
}
.statement__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--s-24);
  text-align: center;
}
.statement__icon { width: 44px; height: 44px; color: var(--green-200); }
.statement .title--l { max-width: 68rem; }
.statement__sub { color: rgba(255,255,255,.82); max-width: 46rem; }

/* ------------------------------------------------- 10. BENTO MODULE CARDS */
.bento {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-20);
  align-items: stretch;
}
.bcard {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: var(--s-12);
  min-height: auto;
  padding: var(--s-28) var(--s-32);
  border-radius: var(--radius-card);
  background-color: var(--white);
  border: 1px solid var(--gray-100);
  overflow: hidden;
  transition: transform .3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .3s cubic-bezier(0.16, 1, 0.3, 1), border-color .3s ease;
}
.bcard:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(21, 23, 26, 0.06);
  border-color: var(--gray-200);
}

.bcard__index { font-family: var(--font-mono); font-size: var(--text-s); color: var(--gray-600); line-height: 1; }
.bcard__title { font-size: var(--title-m); line-height: 1.15; letter-spacing: -0.03em; font-weight: 500; }
.bcard__body { color: var(--gray-600); line-height: 1.55; }
.bcard__body.text--measure { max-width: 44rem; }

.bcard--wide {
  grid-column: span 2;
  padding: var(--s-28) var(--s-32);
}
.bcard--accent-red   { background-color: #b8422f; color: var(--white); border-color: transparent; }
.bcard--accent-green { background-color: var(--green-700); color: var(--white); border-color: transparent; }
.bcard--accent-blue  { background-color: var(--blue-700); color: var(--white); border-color: transparent; }

.bcard--accent-red:hover   { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(184, 66, 47, 0.22); border-color: transparent; }
.bcard--accent-green:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(8, 144, 108, 0.22); border-color: transparent; }
.bcard--accent-blue:hover  { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(28, 68, 134, 0.22); border-color: transparent; }

.bcard--accent-red   .bcard__body,
.bcard--accent-green .bcard__body,
.bcard--accent-blue  .bcard__body { color: rgba(255,255,255,.95); }
.bcard--accent-red   .bcard__index,
.bcard--accent-green .bcard__index,
.bcard--accent-blue  .bcard__index { color: var(--white); }

.bcard__tags { display: flex; flex-wrap: wrap; gap: var(--s-8); margin-top: var(--s-8); }
.tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: var(--radius-btn);
  border: 1px solid var(--gray-200);
  background-color: var(--white);
  font-size: 0.8125rem;
  color: var(--gray-600);
  letter-spacing: -0.01em;
}
.bcard--accent-red .tag, .bcard--accent-green .tag, .bcard--accent-blue .tag {
  border-color: rgba(255,255,255,.3);
  background-color: transparent;
  color: rgba(255,255,255,.95);
}

/* 05. KPI Chips */
.bcard__kpi-chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-8);
  margin-top: var(--s-4);
}
.kpi-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  background-color: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-btn);
  font-size: 0.8125rem;
  color: var(--gray-700);
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.kpi-chip::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--green-600);
  flex-shrink: 0;
}

/* 06. AI Passport Two-Zone Editorial Layout & Pipeline Visual */
.bcard--passport {
  padding: var(--s-28) var(--s-32);
}
.bcard__passport-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: var(--s-32);
  align-items: center;
  width: 100%;
}
.bcard__passport-info {
  display: flex;
  flex-direction: column;
  gap: var(--s-12);
}
.bcard__passport-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}
.passport-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 8px;
  padding: var(--s-16) var(--s-20);
  background: rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-md);
  width: 100%;
}
.passport-step {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: var(--radius-btn);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.8125rem;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: -0.01em;
  white-space: nowrap;
  transition: background .2s ease;
}
.passport-step:hover {
  background: rgba(255, 255, 255, 0.18);
}
.passport-arrow {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.875rem;
  line-height: 1;
  user-select: none;
}
.passport-arrow--highlight {
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
}
.passport-step--final {
  background: #ffffff;
  color: var(--blue-700);
  border-color: #ffffff;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}
.passport-step--final:hover {
  background: #f8fafc;
}
.passport-step__icon {
  width: 15px;
  height: 15px;
  color: var(--green-600);
  flex-shrink: 0;
}

/* ------------------------------------------------------ 11. IMPACT CIRCLES */
.impact-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--s-80);
  align-items: center;
}
/* MEASURED: in the published layout the four stat circles tile a 2x2 grid and the
   accent disc is centred over them at 55% of the width, which covers the inner
   half of every label ("Người tham gia các chương tr…" was unreadable in the
   render). Geometry redone as a 3x3 grid: stats in the four corners, accent in
   the centre cell. Distance from the centre to a corner circle's centre is 47.1%
   against a 33.3% sum of radii, so nothing can overlap at any size. */
/* ============================================================================
   BẰNG CHỨNG (Action a-17 "Impact Circles" từ source gốc Desktop/lucasgo4ai.life)
   ============================================================================ */
.impact-animation-track {
  position: relative;
  width: 100%;
}

html.motion-impact .impact-animation-track {
  height: 250vh;
}

.impact-section {
  width: 100%;
  background-color: var(--white);
  box-sizing: border-box;
  scroll-margin-top: calc(var(--header-h, 75px) + 1.5rem);
}

html.motion-impact .impact-section {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-top: var(--header-h, 75px);
  padding-bottom: var(--s-24);
}

.container-impact {
  width: 100%;
  max-width: var(--container, 1200px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: var(--s-48);
}

.impact-section_heading {
  max-width: 24rem;
  display: flex;
  flex-direction: column;
  gap: var(--s-20);
  flex-shrink: 0;
}

.impact-section_heading .title--l {
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0;
}

.impact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: min(42.5rem, calc(100svh - var(--header-h, 75px) - 4rem));
  aspect-ratio: 1 / 1;
  position: relative;
  margin: 0 auto;
}

.impact-item {
  width: 50%;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--gray-200);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-color: var(--white);
  transition: border-color 0.3s ease;
  will-change: transform;
  box-sizing: border-box;
}

.impact-content,
.impact-item__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 15rem;
  max-width: 82%;
  padding: 0 var(--s-8);
  gap: var(--s-6);
  will-change: opacity;
}

.impact-content .text--number,
.impact-item__content .text--number {
  font-family: var(--font-mono);
  font-size: clamp(2.25rem, 3.5vw, 3rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--black);
  transition: color 0.3s ease;
}

.impact-content .impact-item__label,
.impact-item__content .impact-item__label {
  font-size: clamp(0.8125rem, 1.05vw, 0.9375rem);
  color: var(--gray-600);
  line-height: 1.35;
  margin: 0;
  transition: color 0.3s ease;
}

.impact-content .impact-item__note,
.impact-item__content .impact-item__note {
  font-size: clamp(0.6875rem, 0.85vw, 0.75rem);
  color: var(--gray-500);
  line-height: 1.3;
  margin-top: 2px;
  transition: color 0.3s ease;
}

.impact-bg {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: var(--green-700);
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 0;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .impact-item:hover {
    border-color: var(--green-600);
  }
  .impact-item:hover .impact-bg {
    transform: scale(1);
  }
  .impact-item:hover .text--number {
    color: var(--white);
  }
  .impact-item:hover .impact-item__label,
  .impact-item:hover .impact-item__note {
    color: var(--green-100);
  }
}

.impact-list.is--scrubbing .impact-item {
  pointer-events: none;
}

.impact-item-accent,
.impact-accent {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 65%;
  height: 65%;
  border-radius: 50%;
  background: var(--green-700);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10%;
  z-index: 5;
  transform: scale(0);
  box-shadow: 0 16px 48px rgba(8, 144, 108, 0.25);
  will-change: transform;
}

.impact-item-accent-text {
  opacity: 0;
  transition: opacity 0.3s ease;
  will-change: opacity;
}

.impact-item-accent-text p,
.impact-item-accent-text .title--m,
.impact-accent p {
  color: var(--white);
  font-size: clamp(1.125rem, 1.6vw, 1.375rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin: 0;
}

@media (max-width: 992px) {
  html.motion-impact .impact-animation-track,
  .impact-animation-track {
    height: auto;
  }
  html.motion-impact .impact-section,
  .impact-section {
    position: static;
    height: auto;
    padding-top: var(--s-60);
    padding-bottom: var(--s-60);
  }
  .container-impact {
    flex-direction: column;
    gap: var(--s-32);
    align-items: flex-start;
  }
  .impact-section_heading {
    max-width: 100%;
  }
  .impact-list {
    max-width: 32rem;
  }
}

@media (max-width: 768px) {
  .impact-list {
    flex-direction: column;
    max-width: 22rem;
    aspect-ratio: auto;
    gap: var(--s-20);
  }
  .impact-item {
    width: 100%;
  }
  .impact-content,
  .impact-item__content {
    width: 80%;
    max-width: 16rem;
  }
  .impact-item-accent,
  .impact-accent {
    position: static;
    width: 100%;
    aspect-ratio: 1 / 1;
    transform: scale(1);
    margin-top: var(--s-16);
    padding: 2.5rem 1.5rem;
  }
  .impact-item-accent-text {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.motion-impact .impact-animation-track { height: auto; }
  html.motion-impact .impact-section { position: static; height: auto; padding-top: var(--s-60); padding-bottom: var(--s-60); }
  .impact-item { transform: none !important; }
  .impact-content,
  .impact-item__content { opacity: 1 !important; }
  .impact-item-accent,
  .impact-accent { position: static; width: 100%; aspect-ratio: 1 / 1; transform: scale(1) !important; margin-top: var(--s-20); }
  .impact-item-accent-text { opacity: 1 !important; }
}

/* --------------------------------------------------------- 12. PROGRAM TRACKS */
.tracks { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-20); }
.track {
  display: flex;
  flex-direction: column;
  gap: var(--s-20);
  padding: var(--s-28) var(--s-28);
  border-radius: var(--radius-card);
  background-color: var(--white);
  border: 1px solid var(--gray-100);
  position: relative;
  transition: transform .35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow .35s cubic-bezier(0.16, 1, 0.3, 1),
              border-color .35s cubic-bezier(0.16, 1, 0.3, 1),
              opacity .35s cubic-bezier(0.16, 1, 0.3, 1);
}

.track--featured {
  border: 1.5px solid rgba(8, 144, 108, 0.38);
  background: linear-gradient(180deg, rgba(8, 144, 108, 0.028) 0%, var(--white) 100%);
  box-shadow: 0 6px 24px rgba(8, 144, 108, 0.06);
}

.track__visual {
  position: relative;
  width: 100%;
  height: 96px;
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--black);
  transition: background-color .35s var(--ease), border-color .35s var(--ease);
}
.track--featured .track__visual {
  background: rgba(8, 144, 108, 0.04);
  border-color: rgba(8, 144, 108, 0.22);
}

.track__visual-svg {
  width: 100%;
  height: 100%;
  max-width: 320px;
  display: block;
}
.track__visual-svg text {
  user-select: none;
  -webkit-user-select: none;
}

.track__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-12);
}
.track__index {
  font-family: var(--font-mono);
  font-size: var(--text-s);
  color: var(--green-700);
  font-weight: 500;
}
.track__badge {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--green-700);
  background: rgba(8, 144, 108, 0.08);
  border: 1px solid rgba(8, 144, 108, 0.22);
  padding: 3px 10px;
  border-radius: var(--radius-btn);
  text-transform: uppercase;
}

.track__head { display: flex; flex-direction: column; gap: var(--s-8); }
.track__body { color: var(--gray-600); }

.check-list { display: flex; flex-direction: column; gap: var(--s-12); }
.check-list li { display: flex; gap: var(--s-12); align-items: flex-start; font-size: var(--text-m); }
.check-list li::before {
  content: "";
  flex: none;
  width: 16px; height: 16px;
  margin-top: 3px;
  border-radius: 50%;
  border: 1px solid var(--green-500);
  background:
    linear-gradient(var(--green-500), var(--green-500)) center/8px 1.5px no-repeat,
    linear-gradient(var(--green-500), var(--green-500)) center/1.5px 8px no-repeat;
  background-color: transparent;
}

.track__goal-box {
  margin-top: auto;
  padding: var(--s-16) var(--s-20);
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-sm);
  display: flex;
  flex-direction: column;
  gap: var(--s-8);
  transition: background-color .35s var(--ease), border-color .35s var(--ease);
}
.track--featured .track__goal-box {
  background: rgba(8, 144, 108, 0.04);
  border-color: rgba(8, 144, 108, 0.22);
}
.track__goal-header {
  display: flex;
  align-items: center;
  gap: var(--s-8);
  color: var(--gray-600);
}
.track--featured .track__goal-header {
  color: var(--green-700);
}
.track__goal-icon {
  flex: none;
  width: 14px;
  height: 14px;
}
.track__goal-label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.track__goal-text {
  font-size: var(--text-m);
  color: var(--black);
  line-height: 1.45;
  margin: 0;
}
.track__goal-text strong {
  font-weight: 500;
}

.track__goal {
  margin-top: auto;
  padding-top: var(--s-20);
  border-top: 1px solid var(--gray-100);
  font-size: var(--text-m);
}
.track__goal strong { font-weight: 500; }

/* Department sub-list inside a track */
.dept-list { display: flex; flex-direction: column; gap: var(--s-16); }
.dept { display: flex; flex-direction: column; gap: 4px; }
.dept__name { font-weight: 500; font-size: var(--text-m); }
.dept__body { font-size: var(--text-s); color: var(--gray-600); line-height: 1.45; }

/* Micro-animations & Interactive States */
@keyframes trackOrbitRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes circuitPulse {
  0% { stroke-dashoffset: 24; }
  100% { stroke-dashoffset: 0; }
}
@keyframes arrowGlide {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(3px); }
}

@media (hover: hover) and (pointer: fine) {
  .tracks:has(.track:hover) .track:not(:hover),
  .tracks.has--active-track .track:not(.is--active) {
    opacity: 0.48;
    transform: scale(0.995);
  }
  .track:hover,
  .track.is--active {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(21, 23, 26, 0.08);
    border-color: rgba(8, 144, 108, 0.45);
  }
  .track--featured:hover,
  .track--featured.is--active {
    box-shadow: 0 20px 48px rgba(8, 144, 108, 0.14);
    border-color: var(--green-500);
  }
  .track:hover .track__visual,
  .track.is--active .track__visual {
    border-color: rgba(8, 144, 108, 0.35);
  }
  .track:hover .track__goal-box,
  .track.is--active .track__goal-box {
    border-color: rgba(8, 144, 108, 0.3);
  }

  .track:hover .track-vis-ring--orbit,
  .track.is--active .track-vis-ring--orbit {
    animation: trackOrbitRotate 24s linear infinite;
    transform-origin: 160px 48px;
  }
  .track:hover .track-vis-trace,
  .track.is--active .track-vis-trace {
    stroke-dasharray: 6 6;
    animation: circuitPulse 1.2s linear infinite;
  }
  .track:hover .track-vis-arrow,
  .track.is--active .track-vis-arrow {
    animation: arrowGlide 1.2s ease-in-out infinite;
  }
}

@media (prefers-reduced-motion: reduce) {
  .track-vis-ring--orbit,
  .track-vis-trace,
  .track-vis-arrow {
    animation: none !important;
  }
}

/* ------------------------------------------------------------- 13. CASES */
.case-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--s-10) var(--s-12);
}
.case-flow__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background-color: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-btn);
  font-size: var(--text-s);
  line-height: 1.2;
  box-shadow: 0 2px 6px rgba(21, 23, 26, 0.02);
  transition: border-color var(--dur-fast), transform var(--dur-fast), box-shadow var(--dur-fast);
}
.case-flow__pill:hover {
  border-color: rgba(8, 144, 108, 0.4);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(8, 144, 108, 0.06);
}
.case-flow__num {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--green-700);
}
.case-flow__name {
  font-weight: 500;
  color: var(--black);
}
.case-flow__sep {
  color: var(--green-600);
  font-size: 0.875rem;
  font-weight: 600;
  user-select: none;
}
.case-flow__pill--accent {
  background-color: var(--green-50);
  border-color: rgba(8, 144, 108, 0.28);
}
.case-flow__pill--accent .case-flow__name {
  color: var(--green-700);
  font-weight: 600;
}

/* Base Case Container */
.case {
  display: grid;
  grid-template-columns: 0.45fr 0.55fr;
  gap: var(--s-48);
  align-items: start;
  padding: var(--s-48);
  border-radius: var(--radius-card);
  margin-bottom: var(--s-40);
  transition: transform var(--dur-base) var(--ease), box-shadow var(--dur-base) var(--ease);
}
.case:last-child {
  margin-bottom: 0;
}

/* Case 01: Light Tone (Workforce Enablement) */
.case--light {
  background-color: var(--white);
  border: 1px solid rgba(21, 23, 26, 0.08);
  box-shadow: 0 10px 30px rgba(21, 23, 26, 0.03);
}
.case--light:hover {
  box-shadow: 0 16px 40px rgba(8, 144, 108, 0.06);
}

/* Case 02: Dark Tone (Deep Emerald Executive) */
.case--dark {
  background: linear-gradient(150deg, #02241c 0%, #053b2f 55%, #022019 100%);
  border: 1.5px solid rgba(8, 144, 108, 0.38);
  box-shadow: 0 20px 48px rgba(2, 36, 28, 0.25);
  color: var(--white);
}
.case--dark:hover {
  border-color: rgba(52, 211, 153, 0.55);
  box-shadow: 0 24px 56px rgba(2, 36, 28, 0.32);
}

/* Media Column & Sticky behavior */
.case__media-col {
  position: relative;
}
@media (min-width: 992px) {
  .case__media-col {
    position: sticky;
    top: calc(var(--header-h, 75px) + 24px);
  }
}

.case__media {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: var(--s-24);
  background:
    radial-gradient(110% 90% at 80% 15%, rgba(8, 144, 108, 0.12) 0%, rgba(8, 144, 108, 0) 65%),
    linear-gradient(135deg, #f2f7f5 0%, #e5efeb 100%);
  border: 1px solid rgba(8, 144, 108, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.case__media--dark {
  background:
    radial-gradient(110% 90% at 80% 15%, rgba(52, 211, 153, 0.18) 0%, rgba(52, 211, 153, 0) 65%),
    linear-gradient(135deg, #021a14 0%, #06382c 100%);
  border: 1px solid rgba(52, 211, 153, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.case__media-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 6px;
  padding: 4px 10px;
  border-radius: var(--radius-btn);
  background: rgba(8, 144, 108, 0.08);
  border: 1px solid rgba(8, 144, 108, 0.2);
  color: var(--green-700);
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.case__media-badge--dark {
  background: rgba(52, 211, 153, 0.14);
  border-color: rgba(52, 211, 153, 0.3);
  color: #34d399;
}
.case__media-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: currentColor;
}
.case__media-dot--emerald {
  box-shadow: 0 0 8px #34d399;
}

.case__media-label {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.case__media-label .text--mono {
  color: var(--green-700);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.case__media--dark .case__media-label .text--mono {
  color: #34d399;
}
.case__media-label p {
  font-size: var(--text-m);
  line-height: 1.45;
  color: var(--gray-700);
  margin: 0;
}
.case__media--dark .case__media-label p {
  color: rgba(255, 255, 255, 0.88);
}

/* Case Body */
.case__body {
  display: flex;
  flex-direction: column;
  gap: var(--s-24);
}
.case__header {
  display: flex;
  flex-direction: column;
  gap: var(--s-10);
  align-items: flex-start;
}
.case__tag {
  display: inline-flex;
  align-self: flex-start;
  padding: 4px 12px;
  border-radius: var(--radius-btn);
  background-color: var(--green-50);
  color: var(--green-700);
  border: 1px solid rgba(8, 144, 108, 0.2);
  font-size: var(--text-s);
  font-weight: 500;
  letter-spacing: -0.01em;
}
.case__tag--dark {
  background-color: rgba(52, 211, 153, 0.12);
  color: #34d399;
  border-color: rgba(52, 211, 153, 0.3);
}
.case__title {
  font-size: var(--title-s);
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
  color: var(--black);
}
.case--dark .case__title {
  color: var(--white);
}

/* Vertical Step Timeline */
.case-timeline {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 20px;
}
.case-timeline::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  bottom: 12px;
  width: 2px;
  background-color: var(--gray-200);
  border-radius: 1px;
}
.case-timeline--dark::before {
  background-color: rgba(52, 211, 153, 0.22);
}

.case-timeline__item {
  position: relative;
  padding-bottom: var(--s-20);
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.case-timeline__item:last-child {
  padding-bottom: 0;
}
.case-timeline__marker {
  position: absolute;
  left: -20px;
  top: 5px;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-timeline__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--green-700);
  box-shadow: 0 0 0 3px rgba(8, 144, 108, 0.16);
  transition: transform var(--dur-fast), background-color var(--dur-fast);
}
.case-timeline--dark .case-timeline__dot {
  background-color: #34d399;
  box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.25);
}
.case-timeline__item:hover .case-timeline__dot {
  transform: scale(1.25);
}

.case-timeline__label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-700);
}
.case-timeline--dark .case-timeline__label {
  color: #6ee7b7;
}
.case-timeline__text {
  font-size: var(--text-m);
  line-height: 1.5;
  color: var(--gray-700);
  margin: 0;
}
.case-timeline--dark .case-timeline__text {
  color: rgba(240, 245, 243, 0.85);
}

/* Key Metric Callout for Case 02 */
.case-metric {
  padding: var(--s-24);
  border-radius: var(--radius-sm);
  background: rgba(1, 24, 19, 0.7);
  border: 1.5px solid rgba(52, 211, 153, 0.35);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 24px rgba(0, 0, 0, 0.22);
  display: flex;
  flex-direction: column;
  gap: var(--s-12);
}
.case-metric__header {
  display: flex;
  align-items: center;
}
.case-metric__tag {
  display: inline-flex;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #34d399;
  background: rgba(52, 211, 153, 0.16);
  padding: 3px 8px;
  border-radius: 4px;
}
.case-metric__body {
  display: flex;
  align-items: baseline;
  gap: var(--s-16);
  flex-wrap: wrap;
}
.case-metric__number {
  font-family: var(--font-sans);
  font-size: clamp(2.75rem, 5vw, 3.625rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #34d399;
  text-shadow: 0 0 32px rgba(52, 211, 153, 0.4);
}
.case-metric__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.case-metric__headline {
  font-size: var(--text-l);
  font-weight: 600;
  color: #ffffff;
  line-height: 1.35;
}

.case__disclaimer {
  font-size: var(--text-s);
  color: var(--gray-600);
  line-height: 1.45;
  margin: 0;
}
.case__disclaimer--dark {
  color: rgba(255, 255, 255, 0.6);
}

/* Action Link */
.case__action {
  padding-top: var(--s-8);
}
.link-arrow {
  transition: color var(--dur-fast), gap var(--dur-fast), border-color var(--dur-fast);
}
.link-arrow--dark {
  color: #34d399;
  border-color: rgba(52, 211, 153, 0.35);
}
.link-arrow--dark:hover {
  color: #ffffff;
  border-color: #34d399;
}
.link-arrow svg {
  transition: transform var(--dur-fast) var(--ease);
}
.link-arrow:hover svg {
  transform: translateX(4px);
}

/* -------------------------------------------------------- 14. LOGO WALL */
.logos { overflow: hidden; }
.logos__caption { text-align: center; color: var(--gray-600); margin-bottom: var(--s-24); }

.logos__header {
  text-align: center;
  margin-bottom: var(--s-36);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--s-10);
}

.logos__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--s-12);
}

.logos__eyebrow-line {
  display: inline-block;
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, rgba(8, 144, 108, 0.1), rgba(8, 144, 108, 0.45));
}

.logos__eyebrow-line:last-child {
  background: linear-gradient(90deg, rgba(8, 144, 108, 0.45), rgba(8, 144, 108, 0.1));
}

.logos__eyebrow-text {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-600);
}

.logos__title {
  font-size: clamp(1.25rem, 1.8vw, 1.625rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.38;
  color: var(--gray-800);
  margin: 0 auto;
  max-width: 52rem;
  text-wrap: balance;
}
.logos__row {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.logos__row + .logos__row { margin-top: var(--s-20); }
.logos__track { display: flex; align-items: center; width: max-content; will-change: transform; }
.logos__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 84px;
  margin-right: var(--s-20);
  padding: 12px 18px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--gray-100);
  background-color: var(--white);
  transition: transform var(--t-fast), box-shadow var(--t-fast), border-color var(--t-fast);
  user-select: none;
}
.logos__item:hover {
  transform: translateY(-2px);
  border-color: rgba(6, 105, 79, 0.22);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}
.logos__img {
  width: auto;
  height: auto;
  max-width: 142px;
  max-height: 48px;
  object-fit: contain;
  filter: none;
  opacity: 1;
  display: block;
}
.logos__row:hover .logos__track { animation-play-state: paused; }
.logos__track.is--rtl { animation: marquee-rtl 40s linear infinite; }
.logos__track.is--ltr { animation: marquee-ltr 40s linear infinite; }
@keyframes marquee-rtl { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes marquee-ltr { from { transform: translateX(-50%); } to { transform: translateX(0); } }

/* ----------------------------------------------------- 15. STEP TIMELINE */
.timeline-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-16);
  flex-wrap: wrap;
  margin-top: var(--s-12);
}
.timeline-meta__desc {
  margin: 0;
}
.timeline-meta__indicator {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 14px;
  border-radius: var(--radius-btn);
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  color: var(--gray-700);
  box-shadow: 0 1px 3px rgba(21, 23, 26, 0.03);
}
.timeline-meta__label {
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-right: 4px;
}
.timeline-meta__current {
  font-weight: 700;
  color: var(--green-700);
  font-size: 0.9375rem;
}
.timeline-meta__sep {
  color: var(--gray-400);
}
.timeline-meta__total {
  color: var(--gray-600);
}

.timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--s-8);
}

.timeline__line {
  position: absolute;
  top: 36px;
  bottom: 36px;
  left: 52px;
  width: 2px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}
.timeline__line-track {
  position: absolute;
  inset: 0;
  background: var(--gray-200);
  border-radius: 2px;
}
.timeline__line-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--green-500);
  border-radius: 2px;
  transition: height .35s cubic-bezier(0.16, 1, 0.3, 1);
}

.timeline__step {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: var(--s-20);
  align-items: flex-start;
  padding: var(--s-16) var(--s-20);
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  background: transparent;
  opacity: 0.52;
  cursor: pointer;
  transition: opacity .35s var(--ease),
              background-color .35s var(--ease),
              border-color .35s var(--ease),
              box-shadow .35s var(--ease),
              transform .35s var(--ease);
}

.timeline__step.is--active {
  opacity: 1;
  background: rgba(8, 144, 108, 0.028);
  border-color: rgba(8, 144, 108, 0.22);
  box-shadow: 0 4px 20px rgba(8, 144, 108, 0.05);
}
.timeline__step.is--past {
  opacity: 0.72;
}

.timeline__marker-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2px;
  position: relative;
  z-index: 2;
}
.timeline__marker {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--white);
  border: 1.5px solid var(--gray-300);
  color: var(--gray-500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  font-weight: 500;
  transition: transform .35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow .35s cubic-bezier(0.16, 1, 0.3, 1),
              border-color .35s var(--ease),
              color .35s var(--ease),
              background-color .35s var(--ease);
  box-shadow: 0 1px 3px rgba(21, 23, 26, 0.04);
}
.timeline__step.is--past .timeline__marker {
  border-color: rgba(8, 144, 108, 0.45);
  color: var(--green-700);
  background: rgba(8, 144, 108, 0.04);
}
.timeline__step.is--active .timeline__marker {
  border-color: var(--green-500);
  color: var(--green-700);
  background: var(--white);
  font-weight: 700;
  transform: scale(1.08);
  box-shadow: 0 0 0 4px rgba(8, 144, 108, 0.14), 0 2px 10px rgba(8, 144, 108, 0.16);
}

.timeline__content {
  display: flex;
  flex-direction: column;
  gap: var(--s-6);
  padding-top: 6px;
}
.timeline__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-16);
}
.timeline__title {
  font-size: var(--title-xs);
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--black);
  margin: 0;
  transition: color .35s var(--ease);
}
.timeline__step.is--active .timeline__title {
  color: var(--green-700);
  font-weight: 600;
}
.timeline__step-badge {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--green-700);
  background: rgba(8, 144, 108, 0.08);
  border: 1px solid rgba(8, 144, 108, 0.2);
  padding: 2px 8px;
  border-radius: var(--radius-btn);
  opacity: 0;
  transform: translateX(4px);
  transition: opacity .35s var(--ease), transform .35s var(--ease);
}
.timeline__step.is--active .timeline__step-badge {
  opacity: 1;
  transform: translateX(0);
}
.timeline__text {
  color: var(--gray-600);
  max-width: 48rem;
  margin: 0;
  line-height: 1.5;
  transition: color .35s var(--ease);
}
.timeline__step.is--active .timeline__text {
  color: var(--gray-800);
}

/* Hover desktop */
@media (hover: hover) and (pointer: fine) {
  .timeline__step:hover {
    opacity: 1;
    transform: translateX(4px);
  }
  .timeline__step:not(.is--active):hover {
    background: rgba(8, 144, 108, 0.015);
    border-color: rgba(8, 144, 108, 0.12);
  }
  .timeline__step:not(.is--active):hover .timeline__marker {
    border-color: rgba(8, 144, 108, 0.4);
    color: var(--green-700);
  }
}

/* Statement block */
.learning-statement {
  padding: var(--s-32) var(--s-36);
  background: linear-gradient(135deg, rgba(8, 144, 108, 0.045) 0%, rgba(8, 144, 108, 0.01) 100%);
  border: 1.5px solid rgba(8, 144, 108, 0.28);
  border-radius: var(--radius-card);
  box-shadow: 0 8px 30px rgba(8, 144, 108, 0.04);
}
.learning-statement__inner {
  display: flex;
  flex-direction: column;
  gap: var(--s-12);
  max-width: 52rem;
}
.learning-statement__header {
  display: flex;
  align-items: center;
  gap: var(--s-12);
}
.learning-statement__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green-700);
  background: rgba(8, 144, 108, 0.08);
  border: 1px solid rgba(8, 144, 108, 0.2);
  padding: 3px 10px;
  border-radius: var(--radius-btn);
}
.learning-statement__icon {
  flex: none;
  color: currentColor;
}
.learning-statement__quote {
  font-size: var(--text-l);
  color: var(--black);
  line-height: 1.5;
  margin: 0;
}
.learning-statement__quote strong {
  font-weight: 600;
  color: var(--black);
}

/* Legacy .steps support */
.steps { display: flex; flex-direction: column; }
.step {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: var(--s-24);
  padding: var(--s-24) 0;
  border-top: 1px solid var(--gray-200);
}
.step:last-child { border-bottom: 1px solid var(--gray-200); }
.step__num {
  font-family: var(--font-mono);
  font-size: var(--text-s);
  color: var(--green-700);
  padding-top: 4px;
}
.step__body { display: flex; flex-direction: column; gap: var(--s-8); }
.step__title { font-size: var(--title-xs); font-weight: 500; letter-spacing: -0.02em; }
.step__text { color: var(--gray-600); max-width: 44rem; }

.steps--dark .step { border-color: rgba(255,255,255,.14); }
.steps--dark .step__num { color: var(--green-300); }
.steps--dark .step__text { color: var(--gray-200); }

/* ------------------------------------------- 16. STICKY STEPPER (HIW) */
.hiw {
  /* MEASURED: on #08906c (--green-500) no text colour can reach the 4.5:1 AA
     floor — even pure white tops out at 4.03:1, because the surface is not dark
     enough. The section therefore uses the darker --green-700 as its GROUND and
     keeps #08906c for the accents that carry meaning (markers, borders), which
     is also a clearer hierarchy: dark field, bright markers. */
  background-color: var(--green-700);
  color: var(--white);
  padding-top: var(--s-120);
  padding-bottom: var(--s-120);
}
.hiw__head {
  display: flex;
  flex-direction: column;
  gap: var(--s-16);
  margin-bottom: var(--s-80);
}
.hiw__head .chips { color: var(--white); }
.hiw__head .chips__icon { color: var(--green-200); }

.hiw__layout {
  display: flex;
  align-items: flex-start;
  gap: var(--s-80);
}

.hiw__aside {
  position: sticky;
  top: 7rem;
  width: 24.375rem;
  flex: none;
  display: flex;
  flex-direction: column;
  gap: var(--s-24);
}
.hiw__aside-eyebrow {
  font-family: var(--font-mono);
  font-size: var(--text-s);
  color: var(--white);
}
.hiw__aside-title { font-size: var(--title-s); line-height: 1.25; font-weight: 500; letter-spacing: -0.03em; }
.hiw__aside-text { font-size: var(--text-m); color: rgba(255,255,255,.86); }

.hiw__progress {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: var(--s-8);
  border-top: 1px solid rgba(255,255,255,.2);
  padding-top: var(--s-16);
}
.hiw__progress-item {
  display: flex;
  align-items: baseline;
  gap: var(--s-12);
  padding: var(--s-8) 0 var(--s-8) 0;
  border-left: 2px solid transparent;
  padding-left: 0;
  font-size: var(--text-m);
  color: rgba(255,255,255,.85);
  transition: color .35s var(--ease), border-color .35s var(--ease), padding-left .35s var(--ease);
}
.hiw__progress-item .text--mono { color: inherit; opacity: .85; }
.hiw__progress-item.is--active {
  color: var(--white);
  border-left-color: var(--green-200);
  padding-left: var(--s-12);
}
.hiw__progress-item.is--done { color: rgba(255,255,255,.85); }

.hiw__panel {
  position: relative;
  flex: 1;
  border-left: 1px solid var(--green-300);
  padding-left: 4.375rem;
}
.hiw-block {
  position: relative;
  padding: var(--s-48) 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.hiw-block:first-child { padding-top: 0; }
.hiw-block:last-child { border-bottom: 0; padding-bottom: 0; }

.hiw-block__marker {
  position: absolute;
  top: 0;
  left: -4.5rem;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  width: var(--s-48);
  height: var(--s-48);
  border-radius: 50%;
  border: 1px solid var(--green-300);
  background-color: rgba(0,0,0,.28);
  font-family: var(--font-mono);
  font-size: var(--text-s);
  color: var(--white);
  transition: background-color .4s var(--ease), color .4s var(--ease), border-color .4s var(--ease);
}
.hiw-block:first-child .hiw-block__marker { top: 0; }
.hiw-block.is--active .hiw-block__marker {
  background-color: var(--white);
  color: var(--green-700);
  border-color: var(--white);
}

.hiw-block__inner { display: flex; flex-direction: column; gap: var(--s-16); max-width: 42rem; }
.hiw-block__title { font-size: var(--title-s); line-height: 1.25; font-weight: 500; letter-spacing: -0.03em; }
.hiw-block__text { color: rgba(255,255,255,.88); }

.hiw-block__list { display: flex; flex-direction: column; gap: var(--s-12); }
.hiw-block__list li {
  display: flex;
  gap: var(--s-12);
  align-items: flex-start;
  font-size: var(--text-m);
  color: rgba(255,255,255,.88);
}
.hiw-block__list li::before {
  content: "";
  flex: none;
  width: 5px; height: 5px;
  margin-top: 9px;
  border-radius: 50%;
  background-color: var(--green-200);
}

.hiw-block__note {
  display: inline-flex;
  align-self: flex-start;
  padding: var(--s-12) var(--s-16);
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255,255,255,.22);
  background-color: rgba(0,0,0,.24);
  font-size: var(--text-m);
}

/* -------------------------------------------------- 17. DARK INTEGRATION (SAU ĐÀO TẠO) */
.dark-panel {
  background-color: #080c0a;
  color: var(--white);
  padding-top: var(--s-120);
  padding-bottom: var(--s-120);
  position: relative;
  overflow: hidden;
}
.dark-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}
.dark-panel__head { display: flex; flex-direction: column; gap: var(--s-16); margin-bottom: var(--s-48); }
.dark-panel__head .chips { color: #34d399; font-weight: 500; }
.dark-panel .title--l { color: #ffffff; }
.dark-panel .head__sub,
.dark-panel .text--muted { color: #cbd5e1; line-height: 1.6; }
.dark-panel__head .chips__icon { color: #34d399; }

/* Backward compatibility for dark-grid and dark-card */
.dark-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-20); }
.dark-card {
  display: flex;
  flex-direction: column;
  gap: var(--s-12);
  padding: var(--s-32);
  border-radius: var(--radius-card);
  border: 1px solid rgba(255,255,255,.1);
  background-color: #0e1411;
  transition: border-color .35s var(--ease), background-color .35s var(--ease);
}
.dark-card:hover { border-color: rgba(16, 185, 129, 0.4); background-color: #121c16; }
.dark-card__title { font-size: var(--title-xs); font-weight: 600; letter-spacing: -0.02em; color: #ffffff; }
.dark-card__text { color: #cbd5e1; font-size: var(--text-m); line-height: 1.55; }

/* 17.1. DIAGNOSTIC NETWORK CARDS */
.diag-system {
  position: relative;
  display: flex;
  flex-direction: column;
}
.diag-system__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--s-16);
  margin-bottom: var(--s-24);
}
.diag-system__line {
  flex: 1;
  max-width: 140px;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}
.diag-system__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #10b981;
}
.diag-system__tag {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #34d399;
  background: #0d1512;
  border: 1px solid rgba(16, 185, 129, 0.22);
  padding: 4px 14px;
  border-radius: 9999px;
  font-weight: 500;
}

.diag-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-20);
  transition: opacity 0.35s ease;
}

/* Sibling Dimming on Hover / Active: Inactive cards stay easily legible at 0.72 opacity without grayscale */
@media (hover: hover) and (pointer: fine) {
  .diag-grid:hover .diag-card:not(:hover) {
    opacity: 0.72;
    transform: none;
    filter: none;
  }
}
.diag-grid.has--active-card .diag-card:not(.is--active):not(:hover) {
  opacity: 0.72;
  transform: none;
  filter: none;
}

.diag-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--s-16);
  padding: var(--s-28) var(--s-24);
  border-radius: var(--radius-card);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0e1411;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.35s ease,
              background-color 0.35s ease,
              box-shadow 0.35s ease,
              opacity 0.35s ease;
  cursor: pointer;
  min-height: 140px;
  overflow: hidden;
}
.diag-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.04);
  transition: background 0.35s ease;
}

.diag-card:hover,
.diag-card.is--active {
  background: #121c16;
  border-color: #10b981;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4), 0 0 10px rgba(16, 185, 129, 0.14);
  transform: translateY(-2px);
  opacity: 1 !important;
  filter: none !important;
}
.diag-card:hover::before,
.diag-card.is--active::before {
  background: rgba(16, 185, 129, 0.4);
}

.diag-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.diag-card__num {
  font-family: var(--font-mono);
  font-size: 0.9375rem;
  font-weight: 600;
  color: #64748b;
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
}
.diag-card:hover .diag-card__num,
.diag-card.is--active .diag-card__num {
  color: #34d399;
  font-weight: 700;
}

.diag-card__signal {
  position: relative;
  width: 8px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.diag-card__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #334155;
  transition: all 0.3s ease;
}
.diag-card__pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #10b981;
  opacity: 0;
  transform: scale(1);
}
.diag-card:hover .diag-card__dot,
.diag-card.is--active .diag-card__dot {
  background: #34d399;
}
.diag-card:hover .diag-card__pulse,
.diag-card.is--active .diag-card__pulse {
  animation: diag-ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes diag-ping {
  0% { transform: scale(1); opacity: 0.5; }
  75%, 100% { transform: scale(2.2); opacity: 0; }
}

.diag-card__text {
  font-size: var(--text-m);
  color: #f1f5f9;
  line-height: 1.55;
  margin: 0;
  letter-spacing: -0.01em;
  transition: color 0.3s ease;
}
.diag-card:hover .diag-card__text,
.diag-card.is--active .diag-card__text {
  color: #ffffff;
  font-weight: 500;
}

.diag-card__glow {
  display: none;
}

/* 17.2. TRANSFORMATION STATEMENT */
.trans-statement {
  background: #0b110e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-card);
  padding: var(--s-36) var(--s-32);
  position: relative;
  overflow: hidden;
}
.trans-statement::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(16, 185, 129, 0.2);
}
.trans-statement__header {
  display: flex;
  flex-direction: column;
  gap: var(--s-8);
  margin-bottom: var(--s-24);
}
.trans-statement__badge {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #34d399;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}
.trans-statement__intro {
  font-size: var(--text-l);
  color: #cbd5e1;
  margin: 0;
}
.trans-statement__grid {
  display: grid;
  grid-template-columns: 1fr 54px 1.4fr;
  align-items: center;
  gap: var(--s-20);
}

.trans-statement__box {
  border-radius: var(--radius-card);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.trans-statement__box--old {
  background: #0e1512;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  padding: var(--s-24);
  display: flex;
  flex-direction: column;
  gap: var(--s-12);
}
.trans-statement__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.trans-statement__tag--old {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  color: #94a3b8;
  background: rgba(255, 255, 255, 0.04);
  padding: 3px 8px;
  border-radius: 4px;
}
.trans-statement__icon--old {
  font-size: 0.8125rem;
  color: #94a3b8;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
}
.trans-statement__quote--old {
  font-size: var(--title-xs);
  color: #94a3b8;
  margin: 0;
  line-height: 1.45;
  text-decoration: line-through;
  text-decoration-color: rgba(239, 68, 68, 0.5);
}

.trans-statement__shift {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--s-6);
}
.trans-statement__shift-line {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.1);
}
.trans-statement__shift-badge {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #111a15;
  border: 1px solid rgba(16, 185, 129, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #34d399;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.trans-statement__box--new {
  background: #111c16;
  border: 1px solid rgba(16, 185, 129, 0.35);
  padding: var(--s-24) var(--s-28);
  display: flex;
  flex-direction: column;
  gap: var(--s-12);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 0 0 10px rgba(16, 185, 129, 0.08);
  position: relative;
}
.trans-statement__tag--new {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  color: #34d399;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.25);
  padding: 3px 10px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}
.trans-statement__tag-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #34d399;
}
.trans-statement__icon--new {
  font-size: 0.8125rem;
  color: #34d399;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(16, 185, 129, 0.15);
  font-weight: bold;
}
.trans-statement__lead-new {
  font-size: var(--text-s);
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #34d399;
  margin: 0;
  font-weight: 600;
}
.trans-statement__quote--new {
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  line-height: 1.38;
  letter-spacing: -0.02em;
}

/* 17.3. INTERACTIVE TRANSFORMATION JOURNEY */
.journey-section {
  position: relative;
  display: flex;
  flex-direction: column;
}
.journey-section__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--s-16);
  margin-bottom: var(--s-32);
}
.journey-section__lead {
  margin: 0;
  color: #e2e8f0;
}
.journey-section__meta {
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  color: #94a3b8;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  background: #0e1512;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.journey-section__curr {
  color: #34d399;
  font-weight: 700;
}

.journey-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--s-16);
  padding-top: var(--s-16);
}

.journey-track__rail {
  position: absolute;
  top: 38px;
  left: 40px;
  right: 40px;
  height: 2px;
  z-index: 1;
  pointer-events: none;
}
.journey-track__rail-base {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}
.journey-track__rail-fill {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0%;
  background: #10b981;
  border-radius: 2px;
  box-shadow: 0 0 6px rgba(16, 185, 129, 0.3);
  transition: width 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.journey-node {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--s-14);
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
  padding: var(--s-12) var(--s-8);
  border-radius: var(--radius-md);
}
.journey-node:hover {
  transform: translateY(-2px);
}

.journey-node__marker {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0e1411;
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.journey-node__num {
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  font-weight: 600;
  color: #94a3b8;
  transition: color 0.3s ease;
}
.journey-node__pulse {
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 1px solid #10b981;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.35s ease;
}

.journey-node__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.journey-node__sub {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: color 0.3s ease;
}
.journey-node__title {
  font-size: var(--text-m);
  font-weight: 500;
  color: #e2e8f0;
  margin: 0;
  line-height: 1.35;
  transition: color 0.3s ease;
}

/* Past Node */
.journey-node.is--past .journey-node__marker {
  background: #0d1a13;
  border-color: #10b981;
}
.journey-node.is--past .journey-node__num {
  color: #34d399;
  font-weight: 600;
}
.journey-node.is--past .journey-node__title {
  color: #ffffff;
}

/* Active Node */
.journey-node.is--active .journey-node__marker {
  background: #10b981;
  border-color: #a7f3d0;
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.35);
  transform: scale(1.06);
}
.journey-node.is--active .journey-node__num {
  color: #ffffff;
  font-weight: 700;
}
.journey-node.is--active .journey-node__pulse {
  opacity: 0.5;
  animation: diag-ping 2.2s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.journey-node.is--active .journey-node__title {
  color: #ffffff;
  font-weight: 600;
}
.journey-node.is--active .journey-node__sub {
  color: #34d399;
}

/* 17.4. KEY STATEMENT CALLOUT */
.dark-guardrail {
  background: #0b110e;
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: var(--radius-card);
  padding: var(--s-36) var(--s-40);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}
.dark-guardrail__inner {
  display: grid;
  grid-template-columns: 1fr 1px 1.3fr;
  gap: var(--s-36);
  align-items: center;
}
.dark-guardrail__context {
  display: flex;
  flex-direction: column;
  gap: var(--s-12);
}
.dark-guardrail__badge {
  display: inline-flex;
  align-items: center;
  gap: var(--s-8);
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fbbf24;
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.2);
  padding: 4px 10px;
  border-radius: 9999px;
  align-self: flex-start;
}
.dark-guardrail__caution {
  font-size: var(--text-m);
  color: #cbd5e1;
  line-height: 1.6;
  margin: 0;
}
.dark-guardrail__divider {
  background: rgba(255, 255, 255, 0.08);
  width: 1px;
  height: 100%;
  min-height: 80px;
}
.dark-guardrail__statement {
  display: flex;
  flex-direction: column;
  gap: var(--s-8);
}
.dark-guardrail__label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  color: #34d399;
}
.dark-guardrail__title {
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.32;
  letter-spacing: -0.02em;
  margin: 0;
}

/* ------------------------------------------------------ 18. GUIDE BLOCKS */
.guide { display: flex; flex-direction: column; }
.guide-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-48);
  align-items: start;
  padding: var(--s-48) 0;
  border-top: 1px solid var(--gray-200);
}
.guide-block:last-child { border-bottom: 1px solid var(--gray-200); }
.guide-block__head { display: flex; flex-direction: column; gap: var(--s-16); }
.guide-block__num {
  font-family: var(--font-mono);
  font-size: var(--text-s);
  color: var(--green-700);
}
.guide-block__body { display: flex; flex-direction: column; gap: var(--s-16); }

/* #ma-tran role matrix card — replaces repeated inline styles (front-page.php) */
.problem-card {
  background: var(--white);
  border: 1px solid rgba(10, 22, 32, 0.08);
  border-radius: var(--radius-card);
  padding: var(--s-28);
  box-shadow: 0 4px 20px rgba(10, 22, 32, 0.03);
}

/* ------------------------------------------- 17b. LƯỚI & CARD VAI TRÒ (#ma-tran)
   6 card phòng ban. ĐO 2026-09-24 (1440px) trên bản cũ: hàng header dùng inline
   `flex space-between` KHÔNG có gap ⇒ nhãn 191px (wrap 2 dòng) + "VAI TRÒ 01" 73px
   (wrap 2 dòng) = 264px, khít đúng bề rộng row 264px ⇒ chữ chạm sát nhau, đọc như đè.
   Thêm nữa "VAI TRÒ" đặt `--font-mono` (Azeret Mono CHỈ có ASCII) ⇒ dấu "Ò" bị
   fallback sang font khác, sai metrics.
   Sửa: lưới 380px (3 cột ở 1360px thay vì 4 ⇒ card rộng 437px) + gap thật + nhãn có
   padding + index `nowrap` dùng font sans (≥14px cho tiếng Việt có dấu). */
.role-grid {
  display: grid;
  /* ⛔ `minmax(380px, 1fr)` trần gây TRÀN NGANG 15px ở 390px: container chỉ 342px
     (390 − 2×24) mà track tối thiểu 380px không co được. Đo được `tranX = 15` ở 390px.
     `min(380px, 100%)` cho track co xuống bằng container. */
  grid-template-columns: repeat(auto-fit, minmax(min(380px, 100%), 1fr));
  gap: var(--s-24);
}
.role-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--s-8) var(--s-12);
  margin-bottom: var(--s-16);
}
.role-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--gem-soft);
  color: var(--gem-teal);
  font-size: var(--text-s);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.role-card__index {
  flex: 0 0 auto;
  font-size: var(--text-s);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray-400);
  white-space: nowrap;
}
.role-card__title { margin-bottom: var(--s-12); color: var(--gem-dark); }
.role-card__desc  { color: var(--gray-600); line-height: 1.65; margin-bottom: var(--s-16); }
.role-card__out {
  padding-top: var(--s-12);
  border-top: 1px dashed rgba(10, 22, 32, 0.1);
  font-size: 0.8125rem;
  color: var(--gem-teal);
  font-weight: 600;
}

/* --------------------------------------------------- 18b. STAT BAND (B) */
.stat-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
}
.stat-cell {
  display: flex;
  flex-direction: column;
  gap: var(--s-12);
  padding: var(--s-32) var(--s-24) var(--s-32) 0;
  border-left: 1px solid var(--gray-200);
  padding-left: var(--s-24);
}
.stat-cell:first-child { border-left: 0; padding-left: 0; }
.stat-cell__n { font-size: 3.5rem; line-height: 1; letter-spacing: -0.03em; font-weight: 500; }
.stat-cell__label { font-size: var(--text-m); color: var(--gray-600); line-height: 1.45; }
.stat-cell__note { font-size: var(--text-s); color: var(--gray-600); line-height: 1.4; }

/* Question shift: the before/after framing used in Section 8 */
.shift {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-20);
}
.shift__col {
  display: flex;
  flex-direction: column;
  gap: var(--s-12);
  padding: var(--s-32);
  border-radius: var(--radius-card);
  border: 1px solid var(--gray-200);
  background-color: var(--gray-50);
}
.shift__col.is--now {
  border-color: transparent;
  background: var(--grad-dark);
  color: var(--white);
}
.shift__label { font-family: var(--font-mono); font-size: var(--text-s); color: var(--gray-600); }
.shift__col.is--now .shift__label { color: var(--white); }
.shift__q { font-size: var(--title-s); line-height: 1.25; font-weight: 500; letter-spacing: -0.03em; }
.shift__col p.text--m { line-height: 1.5; }
.shift__col:not(.is--now) p.text--m { color: var(--gray-600); }
.shift__col.is--now p.text--m { color: rgba(255,255,255,.82); }

/* ------------------------------------------------------------ 19. CHAIN */
.chain {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--s-12);
}
.chain__node {
  display: inline-flex;
  align-items: center;
  padding: var(--s-12) var(--s-20);
  border-radius: var(--radius-btn);
  border: 1px solid var(--gray-200);
  background-color: var(--white);
  font-size: var(--text-m);
  letter-spacing: -0.02em;
}
.chain__node.is--accent { background-color: var(--green-700); border-color: var(--green-700); color: var(--white); }
.chain__arrow { color: var(--green-500); flex: none; }

.chain--dark .chain__node { background-color: rgba(255,255,255,.05); border-color: rgba(255,255,255,.2); color: var(--white); }
.chain--dark .chain__node.is--accent { background-color: var(--green-700); border-color: var(--green-700); }
.chain--dark .chain__arrow { color: var(--green-300); }

/* --------------------------------------------------------------- 20. FAQ (PREMIUM EDITORIAL B2B) */
.faq-section {
  position: relative;
}

.faq-layout {
  display: grid;
  grid-template-columns: 32% 1fr;
  gap: clamp(2.5rem, 4.5vw, 5rem);
  align-items: start;
}

/* Sticky Aside (Desktop) */
.faq-layout__aside {
  position: relative;
}
.faq-sticky {
  position: sticky;
  top: calc(var(--s-64) + 2rem);
  display: flex;
  flex-direction: column;
  gap: var(--s-16);
  padding-right: var(--s-12);
}
/* .faq-layout__title / .faq-layout__sub đã bị gỡ (2026-09-21):
   phần heading FAQ nay dùng hệ thống chung .head__title / .head__sub.
   Giữ lại 2 rule cũ sẽ là CSS chết không phần tử nào dùng. */

/* Quick Support Card */
.faq-sticky__help {
  margin-top: var(--s-20);
  padding: var(--s-20) var(--s-24);
  border-radius: var(--radius-card);
  background-color: #f8faf9;
  border: 1px solid var(--gray-200);
  display: flex;
  flex-direction: column;
  gap: var(--s-8);
}
.faq-sticky__help-badge {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-700);
}
.faq-sticky__help-title {
  font-size: var(--text-s);
  font-weight: 500;
  color: var(--gray-800);
  margin: 0;
  line-height: 1.4;
}
.faq-sticky__help-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--green-700);
  font-weight: 600;
  font-size: var(--text-s);
  transition: gap 0.25s var(--ease), color 0.25s var(--ease);
}
.faq-sticky__help-link:hover {
  gap: 10px;
  color: var(--green-600);
}

/* Accordion Main */
.faq-layout__main {
  width: 100%;
}
.faq {
  display: flex;
  flex-direction: column;
  gap: var(--s-16);
  border-top: none;
}

/* Accordion Item Card */
.faq__item {
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-card);
  background-color: var(--white);
  padding: var(--s-24) var(--s-32);
  transition: background-color 0.3s var(--ease),
              border-color 0.3s var(--ease),
              box-shadow 0.3s var(--ease);
}
.faq__item:hover {
  border-color: var(--gray-300);
}

/* Active / Open state: soft light green tint + refined green border */
.faq__item.is--open {
  background-color: #f5fbf8;
  border-color: rgba(8, 144, 108, 0.35);
  box-shadow: 0 4px 20px -2px rgba(8, 144, 108, 0.06);
}

/* Question button */
.faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-20);
  width: 100%;
  padding: 0;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--gray-800);
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1.45;
  transition: color 0.25s var(--ease);
}
.faq__q:hover {
  color: var(--green-700);
}
.faq__item.is--open .faq__q {
  color: var(--green-700);
}

/* Plus / Minus Sign Indicator */
.faq__sign {
  position: relative;
  flex: none;
  width: 36px;
  height: 36px;
  border: 1px solid var(--gray-200);
  border-radius: 50%;
  background-color: var(--white);
  color: var(--gray-500);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              background-color 0.25s var(--ease),
              border-color 0.25s var(--ease),
              color 0.25s var(--ease);
}
.faq__sign::before,
.faq__sign::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 1.5px;
  background-color: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              opacity 0.25s var(--ease);
}
.faq__sign::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq__q:hover .faq__sign {
  border-color: var(--green-400);
  color: var(--green-700);
  background-color: var(--green-50);
}

/* Active Sign State: rotate smoothly to minus */
.faq__item.is--open .faq__sign {
  background-color: #e6f6f1;
  border-color: var(--green-300);
  color: var(--green-700);
  transform: rotate(180deg);
}
.faq__item.is--open .faq__sign::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

/* Answer Accordion Expansion */
.faq__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}
.faq__item.is--open .faq__a {
  grid-template-rows: 1fr;
}

/* Answer Inner: Slide + Fade Animation */
.faq__a-inner {
  overflow: hidden;
  min-height: 0;
  max-width: 42rem;
  color: var(--gray-600);
  font-size: var(--text-m);
  line-height: 1.7;
  padding-top: var(--s-16);
  padding-bottom: var(--s-4);
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.32s ease,
              transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.faq__item.is--open .faq__a-inner {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.04s;
}
.faq__a-inner::after {
  display: none;
}
.faq__a-inner strong {
  color: var(--gray-800);
  font-weight: 600;
}

/* Responsive: 1 column on tablet and mobile */
@media (max-width: 992px) {
  .faq-layout {
    grid-template-columns: 1fr;
    gap: var(--s-36);
  }
  .faq-sticky {
    position: static;
    padding-right: 0;
  }
  .faq-sticky__help {
    display: none;
  }
  .faq__item {
    padding: var(--s-20);
  }
  .faq__q {
    font-size: 1.0625rem;
    gap: var(--s-16);
  }
  .faq__sign {
    width: 32px;
    height: 32px;
  }
  .faq__sign::before,
  .faq__sign::after {
    width: 11px;
  }
  .faq__a-inner {
    max-width: 100%;
    font-size: var(--text-m);
    line-height: 1.62;
    padding-top: var(--s-14);
  }
}

/* -------------------------------------------------- 21. LUCAS + FINAL CTA */
.contact {
  display: grid;
  grid-template-columns: 4fr 6fr; /* 40% Lucas / 60% CTA */
  gap: clamp(1.5rem, 2.8vw, 2.5rem);
  align-items: stretch;
}

/* Lucas Card (Left Column) */
.lucas {
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  height: 100%;
}

.lucas__portrait {
  position: relative;
  width: 100%;
  height: 310px;
  background-color: #0b1410;
  overflow: hidden;
  flex-shrink: 0;
}

.lucas__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  display: block;
  transition: transform 0.5s var(--ease-out);
}

.lucas:hover .lucas__img {
  transform: scale(1.025);
}

.lucas__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--s-16) var(--s-24);
  background: linear-gradient(
    to top,
    rgba(6, 16, 12, 0.85) 0%,
    rgba(6, 16, 12, 0.45) 50%,
    rgba(6, 16, 12, 0.1) 80%,
    transparent 100%
  );
  color: var(--white);
  pointer-events: none;
}

.lucas__badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 3px 10px;
  background: rgba(6, 18, 13, 0.68);
  border: 1px solid rgba(52, 211, 153, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: var(--radius-btn);
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  color: #34d399;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.lucas__name {
  font-size: clamp(1.4rem, 1.8vw, 1.7rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #ffffff;
  line-height: 1.15;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7), 0 1px 2px rgba(0, 0, 0, 0.9);
}

.lucas__body {
  padding: var(--s-24) var(--s-28);
  display: flex;
  flex-direction: column;
  gap: var(--s-16);
  flex: 1;
  justify-content: space-between;
}

.lucas__bio {
  color: var(--gray-800);
  font-weight: 500;
  line-height: 1.55;
  margin: 0;
}

.lucas__pillars {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-8);
  margin: 0;
}

.lucas__pillars span {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: var(--radius-btn);
  border: 1px solid rgba(8, 144, 108, 0.25);
  background-color: #f0fdf4;
  font-size: var(--text-s);
  font-weight: 600;
  color: var(--green-700);
  font-family: var(--font-mono);
  transition: all var(--dur-fast) var(--ease-out);
}

.lucas__pillars span:hover {
  background-color: #dcfce7;
  border-color: var(--green-500);
}

.lucas__pillars-desc {
  font-size: var(--text-s);
  color: var(--gray-600);
  line-height: 1.6;
  border-top: 1px solid var(--gray-100);
  padding-top: var(--s-14);
  margin: 0;
}

/* Convert / Final CTA (Right Column) */
.convert {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--s-20);
  padding: clamp(2rem, 3.2vw, 2.75rem);
  border-radius: var(--radius-card);
  background-color: var(--white);
  border: 1px solid var(--gray-200);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  height: 100%;
}

.convert__header {
  display: flex;
  flex-direction: column;
  gap: var(--s-10);
}

.convert__title {
  margin: 0;
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: var(--black);
}

.convert__sub {
  margin: 0;
  color: var(--gray-600);
  line-height: 1.5;
}

.convert__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--s-10) var(--s-20);
  background-color: #f9fbfa;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-card);
  padding: var(--s-16) var(--s-20);
  margin: 0;
  list-style: none;
}

.convert__list li {
  display: flex;
  align-items: flex-start;
  gap: var(--s-10);
  font-size: var(--text-s);
  font-weight: 500;
  color: var(--gray-800);
  line-height: 1.45;
  margin: 0;
}

.convert__list li::before {
  content: "";
  flex: none;
  width: 6px;
  height: 6px;
  margin-top: 7px;
  border-radius: 50%;
  background-color: var(--green-500);
}

.convert__note {
  font-size: var(--text-m);
  font-weight: 600;
  color: var(--gray-800);
  margin: 0;
}

.convert__workflow {
  display: flex;
  align-items: center;
}

.convert__chain {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  padding: 8px 16px;
  background-color: #f8faf9;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-btn);
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  margin: 0;
}

.convert__chain span {
  font-weight: 600;
  color: var(--gray-700);
}

.convert__chain span[aria-hidden="true"] {
  color: var(--green-500);
}

.convert__chain .convert__chain-kpi {
  color: var(--green-700);
}

.convert .button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--s-12);
  margin: 0;
}

.convert .button-row .button {
  padding: var(--s-14) var(--s-24);
  font-size: var(--text-m);
  font-weight: 500;
  text-align: center;
}

.convert .button-row .button:not(.button--outline) {
  flex: 1 1 auto;
  max-width: max-content;
}

.convert .button-row .button--outline {
  flex: 0 0 auto;
}

.convert__micro {
  font-size: var(--text-s);
  color: var(--gray-500);
  line-height: 1.55;
  border-top: 1px solid var(--gray-100);
  padding-top: var(--s-14);
  margin: 0;
}

@media (max-width: 992px) {
  .contact {
    grid-template-columns: 1fr;
    gap: var(--s-32);
  }
  .lucas__portrait {
    height: 320px;
  }
}

@media (max-width: 640px) {
  .convert__list {
    grid-template-columns: 1fr;
    gap: var(--s-10);
  }
  .lucas__portrait {
    height: 280px;
  }
}

/* ------------------------------------------------------------- 22. FOOTER */
.site-footer {
  background-color: var(--black);
  color: var(--white);
  padding-top: var(--s-80);
  padding-bottom: var(--s-40);
}
.site-footer__inner {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: var(--s-60);
  padding-bottom: var(--s-60);
}
.site-footer__brand { display: flex; flex-direction: column; gap: var(--s-20); }
.site-footer__brand .brand { color: var(--white); }
.site-footer__brand p { color: var(--gray-400); font-size: var(--text-m); max-width: 24rem; line-height: 1.5; }

.site-footer__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-40); }
.site-footer__col { display: flex; flex-direction: column; gap: var(--s-12); }
.site-footer__col h4 {
  font-family: var(--font-mono);
  font-size: var(--text-s);
  font-weight: 400;
  color: var(--gray-400);
  letter-spacing: 0;
  margin-bottom: var(--s-4);
}
.site-footer__col a { font-size: var(--text-m); color: var(--gray-200); transition: color .25s var(--ease); }
.site-footer__col a:hover { color: var(--green-300); }

.site-footer__legal {
  display: flex;
  flex-direction: column;
  gap: var(--s-12);
  padding: var(--s-24) 0;
  border-top: 1px solid rgba(255,255,255,.14);
  color: var(--gray-400);
  font-size: var(--text-s);
  line-height: 1.6;
}
.site-footer__legal strong { color: var(--gray-200); font-weight: 500; }

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-16);
  padding-top: var(--s-24);
  border-top: 1px solid rgba(255,255,255,.14);
  font-size: var(--text-s);
  color: var(--gray-400);
}
.site-footer__bottom nav { display: flex; gap: var(--s-20); }
.site-footer__bottom a:hover { color: var(--green-300); }

/* ------------------------------------------------------ 23. MOTION UTILS
   The hidden state is scoped to .has-js so that a JS-disabled browser (or a
   crawler that does not execute scripts) still renders every section. The
   class is added by proposal.js on boot. */
.has-js [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}
.has-js [data-reveal].is--in { opacity: 1; transform: none; }
.has-js [data-reveal="sm"] { transform: translateY(10px); }
.has-js [data-reveal="left"] { transform: translateX(-22px); }
.has-js [data-reveal="right"] { transform: translateX(22px); }

.has-js [data-stagger] > * {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.has-js [data-stagger].is--in > * { opacity: 1; transform: none; }
[data-stagger].is--in > *:nth-child(1) { transition-delay: .04s; }
[data-stagger].is--in > *:nth-child(2) { transition-delay: .10s; }
[data-stagger].is--in > *:nth-child(3) { transition-delay: .16s; }
[data-stagger].is--in > *:nth-child(4) { transition-delay: .22s; }
[data-stagger].is--in > *:nth-child(5) { transition-delay: .28s; }
[data-stagger].is--in > *:nth-child(6) { transition-delay: .34s; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999;
  background: var(--black);
  color: var(--white);
  padding: 12px 20px;
  border-radius: 0 0 8px 0;
  font-size: var(--text-s);
}
.skip-link:focus { left: 0; }

.scrub-meter {
  position: fixed;
  top: 0; left: 0;
  z-index: 200;
  height: 2px;
  width: 0;
  background: var(--grad-green);
  transition: width .1s linear;
}

/* Review aid: jump between the two proposals while comparing them. */
.variant-switch {
  position: fixed;
  right: var(--s-24);
  bottom: var(--s-24);
  z-index: 150;
  display: inline-flex;
  align-items: center;
  gap: var(--s-8);
  padding: var(--s-12) var(--s-20);
  border-radius: var(--radius-btn);
  background-color: var(--black);
  color: var(--white);
  font-size: var(--text-s);
  box-shadow: 0 12px 30px rgba(21,23,26,.22);
  transition: transform .3s var(--ease);
}
.variant-switch:hover { transform: translateY(-2px); }
.variant-switch strong { font-weight: 500; color: var(--green-300); }

/* Section heading block, reused by every section. */
.head { display: flex; flex-direction: column; gap: var(--s-16); }
.head--center { align-items: center; text-align: center; }
.head__sub { color: var(--gray-600); }
.section--dark .head__sub, .section--green .head__sub { color: var(--gray-200); }
.head__title { margin-top: var(--s-4); }
/* Sub-line phụ của section leadership: giữ nhất quán với .head__sub toàn hệ thống.
   Lưu ý: nếu đổi sang --gem-teal (#008098) thì contrast trên nền trắng chỉ còn 4.62:1
   (sát ngưỡng WCAG AA 4.5:1) → chỉ an toàn khi font đủ lớn hoặc bold. */
.leadership-sub { font-weight: 700; letter-spacing: 0.06em; }

/* --------------------------------------------- 23b. GRID/FLEX MIN-SIZE GUARD
   A grid or flex item defaults to min-width:auto, so it refuses to shrink below
   its content's min-content width and pushes the whole track past the viewport.
   MEASURED before this rule: .lucas held 358px inside a 320px viewport, giving
   77px of horizontal page scroll. */
.hero__grid > *, .bento > *, .benefits-grid > *, .tracks > *, .case > *,
.guide-block > *, .dark-grid > *, .stat-band > *, .contact > *, .shift > *,
.site-footer__inner > *, .site-footer__cols > *, .pick > *, .impact-list > * {
  min-width: 0;
}
.lucas, .convert, .lucas__portrait { min-width: 0; }
.lucas__portrait { width: 100%; }
.lucas__bio, .lucas__pillars, .convert__list li, .case__step dd, .dept__body,
.guide-block__body p, .text--measure, .text--measure-sm {
  overflow-wrap: break-word;
}

/* ------------------------------------------------------- 24. RESPONSIVE */
@media (max-width: 1200px) {
  :root {
    --title-xl: 3.5rem;
    --title-l: 3rem;
    --title-m: 2rem;
    --title-s: 1.5rem;
  }
  .hiw__aside { width: 18.125rem; }
  .hiw__layout { gap: var(--s-60); }
  .hiw__panel { padding-left: var(--s-60); }
  .impact-wrap { grid-template-columns: 1fr; }
}

@media (max-width: 992px) {
  :root {
    --title-xl: 2.75rem;
    --title-l: 2.375rem;
    --title-m: 1.75rem;
    --title-s: 1.375rem;
    --title-xs: 1.25rem;
    --pad-x: 1.5rem;
  }
  .section { padding-top: var(--s-56); padding-bottom: var(--s-56); }
  .hero__grid { grid-template-columns: 1fr; gap: var(--s-40); }
  .hero__visual { margin: 0 auto; max-width: 23.5rem; }
  .benefits-grid { grid-template-columns: 1fr; gap: var(--s-48); }
  .bento { grid-template-columns: 1fr; }
  .bcard--wide { grid-column: span 1; }
  .bcard__passport-grid { grid-template-columns: 1fr; gap: var(--s-20); }
  .passport-flow { justify-content: flex-start; padding: var(--s-12) var(--s-14); }
  .tracks { grid-template-columns: 1fr; }
  .dark-grid, .diag-grid { grid-template-columns: 1fr 1fr; }
  .trans-statement__grid { grid-template-columns: 1fr; gap: var(--s-16); }
  .trans-statement__shift { flex-direction: row; height: auto; width: 100%; margin: var(--s-4) 0; }
  .trans-statement__shift-line { width: 36px; height: 1px; }
  .trans-statement__shift-icon { transform: rotate(90deg); }
  .dark-guardrail__inner { grid-template-columns: 1fr; gap: var(--s-24); }
  .dark-guardrail__divider { width: 100%; height: 1px; min-height: 0; }
  .stat-band { grid-template-columns: 1fr 1fr; }
  .stat-cell:nth-child(3) { border-left: 0; padding-left: 0; }
  .stat-cell { padding-top: var(--s-24); padding-bottom: var(--s-24); }
  .shift { grid-template-columns: 1fr; }
  .case { grid-template-columns: 1fr; gap: var(--s-32); padding: var(--s-32); }
  .case__media-col { position: static; }
  .guide-block { grid-template-columns: 1fr; gap: var(--s-24); }
  .contact { grid-template-columns: 1fr; gap: var(--s-32); }
  .site-footer__inner { grid-template-columns: 1fr; gap: var(--s-48); }
  .site-footer__cols { grid-template-columns: 1fr 1fr; }
  .hiw { padding-top: var(--s-80); padding-bottom: var(--s-80); }
  .hiw__layout { flex-direction: column; gap: var(--s-48); }
  .hiw__aside { position: static; width: 100%; }
  .hiw__progress { display: none; }
  .hiw__panel { border-left: 0; padding-left: 0; }
  .hiw-block { padding-left: 4rem; }
  .hiw-block__marker { left: 0; top: 2.6rem; transform: none; }
  .hiw-block:first-child .hiw-block__marker { top: 0; }
  .section--green, .dark-panel { padding-top: var(--s-56); padding-bottom: var(--s-56); }
  .impact-list { max-width: 40rem; }
}

@media (max-width: 480px) {
  /* .button is white-space:nowrap by design; at 320px "Tư vấn chương trình
     doanh nghiệp" needs 332px inside a 305px column and forced page scroll. */
  .button { white-space: normal; padding-left: var(--s-24); padding-right: var(--s-24); }
  .button-row { flex-direction: column; align-items: stretch; }
  .button-row .button { width: 100%; }
}

/* ⚠️ FIX 2026-09-21 — nav desktop chỉ thu gọn ở 768px ⇒ từ 769–1024px vẫn hiện đủ
   7 mục + nút CTA ⇒ chật, mỗi mục wrap thành 2 dòng (đo ở 992px: "AI Training",
   "Chương trình", "Doanh nghiệp"... đều vỡ 2 dòng). Nâng ngưỡng lên 1024px:
   dưới 1024px dùng hamburger, trên 1024px nav 1 dòng. */
@media (max-width: 1024px) {
  .site-nav { display: none; }
  .site-header__actions .button { display: none; }
  .nav-toggle { display: grid; }
}

@media (max-width: 768px) {
  :root {
    --title-xl: 2.125rem;
    --title-l: 1.875rem;
    --title-m: 1.5rem;
    --title-s: 1.25rem;
    --title-xs: 1.125rem;
    --text-l: 1.0625rem;
  }
  .section { padding-top: var(--s-40); padding-bottom: var(--s-40); }
  .hero { padding-top: var(--s-48); }
  .hero__pipeline {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 14px;
    gap: 12px;
    border-radius: 12px;
  }
  .hero__pipeline-tag {
    font-size: 0.6875rem;
    padding: 5px 12px;
    border-radius: 6px;
    align-self: flex-start;
  }
  .hero__trust {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 6px 8px;
    padding: 0;
  }
  .hero__trust li span {
    padding: 3px 8px;
    font-size: 0.71875rem;
    border-radius: 5px;
  }
  .hero__trust-sep {
    font-size: 0.6875rem;
  }
  .hero__stat-float { flex-direction: column; gap: var(--s-8); }
  .text--number { font-size: 2.75rem; }
  .impact-list { display: flex; flex-direction: column; max-width: 22rem; aspect-ratio: auto; }
  .impact-item { width: 100%; }
  .impact-accent { margin: var(--s-20) 0 0; padding: 3rem 2rem; width: 100%; }
  .impact-accent p { font-size: var(--text-l); }
  .dark-grid, .diag-grid { grid-template-columns: 1fr; }
  .diag-system__bar { display: none; }
  .journey-track {
    display: flex;
    flex-direction: column;
    gap: var(--s-24);
    padding-left: 54px;
    padding-top: 0;
    position: relative;
  }
  .journey-track__rail {
    display: block;
    position: absolute;
    left: 21px;
    top: 22px;
    bottom: 22px;
    right: auto;
    width: 2px;
    height: auto;
  }
  .journey-track__rail-fill {
    width: 100%;
    height: 0%;
    transition: height 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .journey-node {
    flex-direction: row;
    text-align: left;
    padding: 0;
    align-items: center;
    gap: var(--s-16);
  }
  .journey-node__marker {
    position: absolute;
    left: -54px;
    top: 0;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
  }
  .journey-node__body {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .trans-statement { padding: var(--s-24) var(--s-16); }
  .dark-guardrail { padding: var(--s-28) var(--s-20); }
  .dark-guardrail__title { font-size: 1.375rem; }
  .stat-band { grid-template-columns: 1fr; }
  .stat-cell { border-left: 0; padding-left: 0; }
  .site-footer__cols { grid-template-columns: 1fr; }
  .logos__item { width: 136px; height: 68px; padding: 8px 12px; margin-right: var(--s-12); }
  .logos__img { max-width: 104px; max-height: 38px; }
  .case__step { grid-template-columns: 1fr; gap: 2px; }
  .case { padding: var(--s-24) var(--s-16); gap: var(--s-24); }
  .case-metric { padding: var(--s-16); }
  .case-metric__number { font-size: 2.5rem; }
  .case-flow { gap: var(--s-8); }
  .case-flow__pill { padding: 4px 10px; font-size: 0.75rem; }
  .case-flow__sep { font-size: 0.75rem; }
  .case-timeline { padding-left: 16px; }
  .case-timeline__marker { left: -16px; }
  .bcard { min-height: 0; padding: var(--s-24); }
  .convert { padding: var(--s-24); }
  .step { grid-template-columns: 3rem 1fr; gap: var(--s-16); }
  .timeline__line { left: 36px; }
  .timeline__step { grid-template-columns: 48px 1fr; gap: var(--s-12); padding: var(--s-14) var(--s-12); }
  .timeline__marker { width: 34px; height: 34px; font-size: 0.75rem; }
  .timeline__step-badge { display: none; }
  .learning-statement { padding: var(--s-24) var(--s-20); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  [data-reveal], [data-stagger] > * { opacity: 1 !important; transform: none !important; }
  .impact-accent { transform: none !important; }
}

/* ------------------------------------------- 22. FULL-SCREEN PROFILE (LUCAS ĐẶNG) */
html.has--profile-open,
body.has--profile-open {
  overflow: hidden !important;
  height: 100% !important;
  touch-action: none;
}

/* Full-Screen Container */
.profile-view {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 10000;
  background-color: #f8faf9;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.25s var(--ease), opacity 0.25s var(--ease);
  display: flex;
  flex-direction: column;
}

.profile-view.is--open {
  visibility: visible;
  opacity: 1;
}

/* Sticky Header */
.profile-view__header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 32px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--gray-200);
  flex-shrink: 0;
}

.profile-view__title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.profile-view__badge {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-700);
  background: var(--green-50);
  border: 1px solid rgba(8, 144, 108, 0.22);
  padding: 3px 10px;
  border-radius: 6px;
}

.profile-view__title-text {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--gray-900);
}

.profile-view__meta {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--gray-500);
}

.profile-view__close {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: var(--white);
  border: 1px solid var(--gray-300);
  border-radius: 8px;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--gray-800);
  cursor: pointer;
  transition: background-color .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease);
}

.profile-view__close kbd {
  font-size: 0.6875rem;
  color: var(--gray-500);
  background: var(--gray-100);
  padding: 1px 5px;
  border-radius: 4px;
}

.profile-view__close:hover {
  background: var(--gray-100);
  border-color: var(--gray-400);
  color: var(--black);
}

/* Body Container */
.profile-view__body {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 36px 24px 80px;
  display: flex;
  flex-direction: column;
  gap: 44px;
}

/* Generic Section Styles */
.prof-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.prof-section__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.prof-section__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-700);
}

.prof-section__title {
  font-size: 1.3125rem;
  font-weight: 700;
  color: var(--gray-900);
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1.25;
}

.prof-card {
  background: #ffffff;
  border: 1px solid var(--gray-200);
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(15, 23, 26, 0.04);
}

/* 1. Hero Grid */
.prof-hero__grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 20px;
  align-items: stretch;
}

.prof-identity {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.prof-identity__avatar-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3.2;
  border-radius: 10px;
  overflow: hidden;
  background: var(--gray-100);
}

.prof-identity__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.prof-identity__badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(15, 23, 26, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--white);
  padding: 4px 10px;
  border-radius: 20px;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.prof-identity__badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
}

.prof-identity__name-block h2 {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--gray-900);
  letter-spacing: -0.02em;
  margin: 0 0 2px;
  line-height: 1.2;
}

.prof-identity__alias {
  font-family: var(--font-mono);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--green-700);
}

.prof-identity__title {
  font-size: 0.8125rem;
  color: var(--gray-600);
  line-height: 1.4;
  margin-top: 6px;
}

.prof-identity__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.prof-tag {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  color: var(--gray-700);
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  padding: 3px 8px;
  border-radius: 6px;
}

.prof-identity__contact-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid var(--gray-200);
  padding-top: 14px;
}

.prof-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  color: var(--gray-700);
  text-decoration: none;
}

.prof-contact-item svg {
  color: var(--green-700);
  flex-shrink: 0;
}

.prof-favikon-card {
  background: linear-gradient(135deg, rgba(8, 144, 108, 0.04), rgba(8, 144, 108, 0.08));
  border: 1px solid rgba(8, 144, 108, 0.22);
  border-radius: 10px;
  padding: 12px;
  margin-top: auto;
}

.prof-favikon__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 600;
  color: var(--green-700);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.prof-favikon__ranks {
  display: flex;
  gap: 14px;
}

.prof-favikon__item {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.prof-favikon__num {
  font-family: var(--font-mono);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--green-700);
  line-height: 1;
}

.prof-favikon__lbl {
  font-size: 0.6875rem;
  color: var(--gray-700);
  line-height: 1.2;
}

/* Executive Overview Card */
.prof-overview {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.prof-overview__top {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.prof-overview__role-chip {
  align-self: flex-start;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--green-700);
  padding: 4px 10px;
  border-radius: 6px;
}

.prof-overview__headline {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gray-900);
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1.25;
}

.prof-overview__subpills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  color: var(--gray-600);
}

.prof-overview__subpills span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.prof-overview__subpills span:not(:last-child)::after {
  content: "|";
  color: var(--gray-300);
}

.prof-overview__quote-box {
  background: var(--gray-50);
  border-left: 3px solid var(--green-700);
  border-radius: 0 8px 8px 0;
  padding: 14px 18px;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--gray-800);
}

.prof-anchors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.prof-anchor-item {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.prof-anchor-item__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--green-700);
}

.prof-anchor-item__desc {
  font-size: 0.75rem;
  color: var(--gray-700);
  line-height: 1.4;
  margin: 0;
}

.prof-ecosystem-strip {
  border-top: 1px solid var(--gray-200);
  padding-top: 14px;
  font-size: 0.75rem;
  color: var(--gray-600);
  line-height: 1.5;
}

.prof-ecosystem-strip strong {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  color: var(--gray-900);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* 2. Impact Metrics Grid */
.prof-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.prof-metric-card {
  background: #ffffff;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
}

.prof-metric-num {
  font-family: var(--font-mono);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--gray-900);
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 4px;
}

.prof-metric-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 2px;
}

.prof-metric-desc {
  font-size: 0.71875rem;
  color: var(--gray-500);
  line-height: 1.35;
}

.prof-cases-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.prof-case-card {
  background: linear-gradient(135deg, rgba(8, 144, 108, 0.04), rgba(8, 144, 108, 0.09));
  border: 1px solid rgba(8, 144, 108, 0.25);
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.prof-case-num {
  font-family: var(--font-mono);
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--green-700);
  white-space: nowrap;
}

.prof-case-text {
  font-size: 0.8125rem;
  color: var(--gray-800);
  line-height: 1.45;
}

/* 3. Credentials Grid */
.prof-creds-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.prof-cred-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 16px 18px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.prof-cred-card:last-child {
  grid-column: 1 / -1;
}

.prof-cred-badge {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--green-700);
  background: var(--green-50);
  border: 1px solid rgba(8, 144, 108, 0.22);
  padding: 3px 8px;
  border-radius: 6px;
  white-space: nowrap;
}

.prof-cred-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.prof-cred-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--gray-900);
}

.prof-cred-desc {
  font-size: 0.75rem;
  color: var(--gray-600);
  line-height: 1.4;
}

/* 4. Three Pillars Grid */
.prof-bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.prof-bento-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 14px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.prof-bento-badge {
  align-self: flex-start;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green-700);
  background: var(--green-50);
  border: 1px solid rgba(8, 144, 108, 0.2);
  padding: 3px 8px;
  border-radius: 6px;
}

.prof-bento-title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0;
}

.prof-bento-desc {
  font-size: 0.8125rem;
  color: var(--gray-700);
  line-height: 1.5;
  margin: 0;
}

/* 5. Workflow / 6 Steps */
.prof-workflow {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 14px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.prof-wf-principle {
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: 10px;
  padding: 16px 20px;
}

.prof-wf-principle__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-700);
  margin-bottom: 4px;
}

.prof-wf-principle__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0 0 4px;
}

.prof-wf-principle__desc {
  font-size: 0.78125rem;
  color: var(--gray-600);
  margin: 0;
  line-height: 1.45;
}

.prof-wf-steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.prof-wf-step {
  background: #ffffff;
  border: 1px solid var(--gray-200);
  border-radius: 10px;
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.prof-wf-step__num {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--green-700);
}

.prof-wf-step__title {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--gray-900);
  line-height: 1.3;
}

/* 6. Operating Capabilities */
.prof-op-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.prof-op-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.prof-op-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.prof-op-num {
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--green-700);
}

.prof-op-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0;
}

.prof-op-desc {
  font-size: 0.8125rem;
  color: var(--gray-700);
  line-height: 1.5;
  margin: 0;
}

/* 7. Training Topics (Chủ đề đào tạo trọng tâm) */
.prof-topics-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.prof-topic-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}

.prof-topic-card__main {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.prof-topic-card__title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0;
}

.prof-topic-card__desc {
  font-size: 0.8125rem;
  color: var(--gray-700);
  line-height: 1.45;
  margin: 0;
}

.prof-topic-card__output {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 0.71875rem;
  color: var(--gray-800);
  line-height: 1.35;
}

.prof-topic-card__output strong {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  color: var(--green-700);
  text-transform: uppercase;
}

/* 8. Press & Media (Báo chí & Truyền thông) */
.prof-press-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.prof-press-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.prof-press-card__source {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--green-700);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.prof-press-card__title {
  font-size: 0.84375rem;
  font-weight: 600;
  color: var(--gray-900);
  line-height: 1.4;
  margin: 0;
}

/* 9. Teaching & Cooperation Formats (Hình thức giảng dạy & hợp tác) */
.prof-formats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.prof-format-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 10px;
  padding: 16px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--gray-800);
  line-height: 1.35;
  transition: border-color .2s var(--ease), background-color .2s var(--ease);
}

.prof-format-card:hover {
  border-color: var(--green-700);
  background: var(--gray-50);
}

/* 10. CTA Banner */
.prof-cta-banner {
  background: var(--black);
  border-radius: 16px;
  padding: 32px 36px;
  color: var(--white);
}

.prof-cta-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.prof-cta-banner__text {
  max-width: 680px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.prof-cta-banner__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-400);
}

.prof-cta-banner__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--white);
  margin: 0;
  line-height: 1.4;
}

.prof-cta-banner__contacts {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--gray-400);
  margin-top: 4px;
}

.prof-cta-banner__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex-shrink: 0;
}

.prof-cta-banner__actions .button {
  padding: 12px 28px;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 992px) {
  .prof-hero__grid {
    grid-template-columns: 1fr;
  }
  .prof-metrics-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .prof-cases-grid {
    grid-template-columns: 1fr;
  }
  .prof-bento-grid {
    grid-template-columns: 1fr;
  }
  .prof-wf-steps {
    grid-template-columns: repeat(3, 1fr);
  }
  .prof-op-grid,
  .prof-topics-grid,
  .prof-press-grid {
    grid-template-columns: 1fr;
  }
  .prof-formats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .prof-cta-banner__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .prof-cta-banner__actions {
    align-items: flex-start;
    width: 100%;
  }
  .prof-cta-banner__actions .button {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .profile-view__header {
    padding: 10px 16px;
  }
  .profile-view__title-wrap {
    gap: 4px 8px;
  }
  .profile-view__title-text {
    font-size: 0.8125rem;
  }
  .profile-view__badge {
    font-size: 0.625rem;
    padding: 2px 6px;
  }
  .profile-view__meta {
    font-size: 0.6875rem;
  }
  .profile-view__close {
    padding: 6px 10px;
    font-size: 0.75rem;
    gap: 4px;
    flex-shrink: 0;
  }
  .profile-view__close kbd {
    display: none;
  }
  .profile-view__body {
    padding: 20px 16px 56px;
    gap: 32px;
  }
  .prof-anchors-grid {
    grid-template-columns: 1fr;
  }
  .prof-creds-grid {
    grid-template-columns: 1fr;
  }
  .prof-wf-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .prof-formats-grid {
    grid-template-columns: 1fr;
  }
  .prof-cta-banner {
    padding: 24px 20px;
  }
}

/* ------------------------------------------------------ 25. PRINT */
@media print {
  .site-header, .notice, .scrub-meter, .mobile-nav, .profile-view, .profile-modal { display: none !important; }
  body { background: #fff; }
  .section, .hiw, .dark-panel, .statement { padding: 24px 0 !important; }
  [data-reveal], [data-stagger] > * { opacity: 1 !important; transform: none !important; }
}

/* ==========================================================================
   26. STANDALONE LUCAS PROFILE PAGE (lucas.html)
   Executive Editorial · Enterprise AI · Premium Corporate B2B
   ========================================================================== */

body.lucas-page {
  background-color: #f8faf9;
  color: var(--gray-900);
}

/* Base Section Spacing for Lucas page */
.lucas-section {
  padding: 72px 0;
  position: relative;
}

.lucas-section--alt {
  background-color: var(--white);
  border-top: 1px solid rgba(21, 23, 26, 0.08);
  border-bottom: 1px solid rgba(21, 23, 26, 0.08);
}

.lucas-section__header {
  margin-bottom: 36px;
}

.lucas-section__eyebrow {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-700);
  margin-bottom: 8px;
}

.lucas-section__title {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--gray-900);
  margin: 0;
  line-height: 1.25;
}

.lucas-section__lead {
  margin-top: 8px;
  font-size: 0.9375rem;
  color: var(--gray-600);
  line-height: 1.5;
}

/* 1. SINGLE EXECUTIVE HERO FULL WIDTH (38% Portrait / 62% Content) */
.lucas-hero {
  padding: 36px 0 44px;
}

.lucas-executive-hero {
  background: var(--white);
  border: 1px solid rgba(21, 23, 26, 0.1);
  border-radius: 14px;
  display: grid;
  grid-template-columns: 33% 67%;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03);
  margin-bottom: 16px;
  align-items: stretch;
}

/* Left ~33%: Lucas portrait, crop 4:5 executive */
.lucas-hero__portrait-col {
  position: relative;
  background: var(--gray-900);
  height: 100%;
  overflow: hidden;
}

.lucas-hero__portrait-frame {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
}

.lucas-hero__portrait-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 8%;
  display: block;
}

.lucas-hero__portrait-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(15, 23, 42, 0.9);
  color: #ffffff;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  padding: 5px 12px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  z-index: 2;
}

.lucas-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10b981;
  display: inline-block;
}

/* Right ~67%: Executive Content with subtle background technical visual */
.lucas-hero__content-col {
  position: relative;
  background: var(--white);
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.lucas-hero__tech-bg {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 440px;
  height: 380px;
  pointer-events: none;
  z-index: 0;
}

.lucas-hero__content-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* HORIZONTAL CREDIBILITY RAIL FULL WIDTH */
.lucas-credibility-rail {
  background: var(--white);
  border: 1px solid rgba(21, 23, 26, 0.1);
  border-radius: 12px;
  padding: 16px 22px;
  display: grid;
  grid-template-columns: 1.25fr 1.35fr 0.85fr;
  align-items: center;
  gap: 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.02);
}

.lucas-cred-rail__identity {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  padding-right: 20px;
  border-right: 1px solid rgba(21, 23, 26, 0.08);
}

.lucas-cred-rail__name-group {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.lucas-cred-rail__name {
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--gray-900);
}

.lucas-cred-rail__alias {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--green-700);
}

.lucas-cred-rail__role {
  font-size: 0.78125rem;
  font-weight: 500;
  color: var(--gray-800);
  line-height: 1.35;
}

.lucas-cred-rail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px;
}

.lucas-tag {
  font-size: 0.6875rem;
  font-family: var(--font-mono);
  background: #f4f6f5;
  color: var(--gray-700);
  border: 1px solid rgba(21, 23, 26, 0.08);
  padding: 3px 8px;
  border-radius: 4px;
}

/* Contacts in rail */
.lucas-cred-rail__contacts {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  padding-right: 20px;
  border-right: 1px solid rgba(21, 23, 26, 0.08);
}

.lucas-cred-rail__contact-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lucas-contact-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.78125rem;
  color: var(--gray-700);
  text-decoration: none;
  transition: color 0.15s var(--ease);
}

.lucas-contact-chip svg {
  color: var(--green-700);
  flex-shrink: 0;
}

.lucas-contact-chip:hover {
  color: var(--green-700);
}

/* Favikon in rail */
.lucas-cred-rail__favikon {
  display: flex;
  justify-content: flex-end;
}

.lucas-favikon-badge {
  background: #f0fdf4;
  border: 1px solid rgba(16, 185, 129, 0.28);
  border-radius: 8px;
  padding: 8px 12px;
  width: 100%;
}

.lucas-favikon-badge__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 0.625rem;
  color: var(--green-800);
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}

.lucas-favikon-badge__ranks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.lucas-favikon-badge__item {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.lucas-favikon-badge__num {
  font-family: var(--font-mono);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
  color: var(--green-800);
}

.lucas-favikon-badge__label {
  font-size: 0.625rem;
  color: var(--gray-700);
  line-height: 1.25;
}
.lucas-overview__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.lucas-overview__role-chip {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--green-700);
  padding: 3px 10px;
  border-radius: 4px;
  display: inline-block;
}

.lucas-overview__headline {
  font-size: clamp(1.625rem, 2.3vw, 2.125rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--gray-900);
  line-height: 1.24;
  margin: 2px 0 0;
}

.lucas-overview__subpills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--gray-700);
}

.lucas-overview__subpills span {
  display: inline-flex;
  align-items: center;
}

.lucas-overview__subpills span:not(:last-child)::after {
  content: '|';
  margin-left: 8px;
  color: var(--gray-400);
}

.lucas-overview__quote {
  background: #f7faf9;
  border-left: 3px solid var(--green-700);
  padding: 14px 18px;
  border-radius: 0 8px 8px 0;
  font-size: 0.90625rem;
  color: var(--gray-800);
  line-height: 1.55;
}

.lucas-overview__quote p {
  margin: 0;
}

.lucas-overview__quote p:not(:last-child) {
  margin-bottom: 6px;
}

/* Capability Strip: Định vị | Phương châm | Đầu ra */
.lucas-cap-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.lucas-cap-block {
  background: #fbfdfc;
  border: 1px solid rgba(21, 23, 26, 0.08);
  border-radius: 8px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lucas-cap-block__label {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-700);
}

.lucas-cap-block__desc {
  font-size: 0.8125rem;
  color: var(--gray-700);
  line-height: 1.45;
  margin: 0;
}

.lucas-ecosystem {
  font-size: 0.75rem;
  color: var(--gray-600);
  border-top: 1px solid rgba(21, 23, 26, 0.08);
  padding-top: 12px;
  line-height: 1.5;
}

.lucas-ecosystem strong {
  font-family: var(--font-mono);
  color: var(--gray-800);
  font-weight: 600;
}

/* 2. EVIDENCE SECTION: IMPACT RAIL & 2 HIGHLIGHT PANELS */
.lucas-impact-rail {
  background: var(--white);
  border: 1px solid rgba(21, 23, 26, 0.1);
  border-radius: 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
  margin-bottom: 20px;
  overflow: hidden;
}

.lucas-impact-rail__item {
  padding: 24px 22px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lucas-impact-rail__item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: rgba(21, 23, 26, 0.08);
}

.lucas-impact-rail__num {
  font-family: var(--font-mono);
  font-size: clamp(2rem, 2.6vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--gray-900);
  line-height: 1;
  margin-bottom: 6px;
}

.lucas-impact-rail__label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--gray-800);
  line-height: 1.35;
}

.lucas-impact-rail__desc {
  font-size: 0.75rem;
  font-family: var(--font-mono);
  color: var(--green-700);
  margin-top: 2px;
}

/* 2 Highlight Panels */
.lucas-highlight-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.lucas-highlight-panel {
  border-radius: 12px;
  padding: 22px 26px;
  display: flex;
  align-items: center;
  gap: 24px;
  transition: transform 0.2s var(--ease), border-color 0.2s var(--ease);
}

.lucas-highlight-panel--1 {
  background: linear-gradient(135deg, #f0fdf7 0%, #ffffff 100%);
  border: 1px solid rgba(16, 185, 129, 0.35);
  box-shadow: 0 2px 10px rgba(8, 144, 108, 0.04);
}

.lucas-highlight-panel--2 {
  background: linear-gradient(135deg, #f7faf9 0%, #ffffff 100%);
  border: 1px solid rgba(21, 23, 26, 0.12);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.lucas-highlight-panel:hover {
  transform: translateY(-2px);
  border-color: var(--green-600);
}

.lucas-highlight-panel__stat {
  font-family: var(--font-mono);
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 800;
  color: var(--green-800);
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
}

.lucas-highlight-panel__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lucas-highlight-panel__badge {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-700);
}

.lucas-highlight-panel__text {
  font-size: 0.90625rem;
  color: var(--gray-800);
  line-height: 1.45;
  margin: 0;
}

.lucas-highlight-panel__text strong {
  color: var(--gray-900);
}

/* 3. BA TRỤ CỘT NĂNG LỰC (ASYMMETRIC BENTO & REAL MICRO-DIAGRAMS) */
.lucas-bento__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.22fr 0.95fr;
  gap: 20px;
  align-items: stretch;
}

.lucas-bento-card {
  background: var(--white);
  border: 1px solid rgba(21, 23, 26, 0.1);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s var(--ease), border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.lucas-bento-card:hover {
  transform: translateY(-3px);
  border-color: var(--green-700);
  box-shadow: 0 8px 24px rgba(8, 144, 108, 0.08);
}

.lucas-bento-card--featured {
  background: linear-gradient(180deg, #f7fdfa 0%, #ffffff 100%);
  border: 1.5px solid var(--green-700);
  box-shadow: 0 4px 18px rgba(8, 144, 108, 0.06);
}

.lucas-bento-card__badge-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.lucas-bento-card__badge {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-700);
}

.lucas-bento-card__featured-tag {
  font-family: var(--font-mono);
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--green-700);
  padding: 2px 7px;
  border-radius: 3px;
}

.lucas-bento-card__title {
  font-size: 1.1875rem;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0 0 8px;
}

.lucas-bento-card__desc {
  font-size: 0.84375rem;
  color: var(--gray-600);
  line-height: 1.55;
  margin: 0 0 20px;
}

/* REAL TECHNICAL MICRO-DIAGRAMS */
.micro-diagram {
  background: #fbfdfc;
  border: 1px solid rgba(21, 23, 26, 0.08);
  border-radius: 8px;
  padding: 14px 12px;
  margin-top: auto;
}

.micro-diagram--featured {
  background: #f2faf6;
  border-color: rgba(16, 185, 129, 0.35);
}

/* Diagram 1: AI Passport Flow */
.passport-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}

.passport-flow__node {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}

.passport-flow__icon {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: var(--white);
  border: 1px solid rgba(21, 23, 26, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--gray-800);
}

.passport-flow__node--verified .passport-flow__icon {
  background: #10b981;
  border-color: #059669;
  color: #ffffff;
}

.passport-flow__label {
  font-family: var(--font-mono);
  font-size: 0.5625rem;
  color: var(--gray-600);
  white-space: nowrap;
}

.passport-flow__arrow {
  color: var(--gray-400);
  font-size: 0.625rem;
  margin-bottom: 12px;
}

/* Diagram 2: AI Enterprise Pipeline */
.enterprise-pipeline {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.enterprise-pipeline__track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.enterprise-pipeline__step {
  background: var(--white);
  border: 1px solid rgba(21, 23, 26, 0.1);
  border-radius: 6px;
  padding: 6px 4px;
  text-align: center;
}

.enterprise-pipeline__step--active {
  border-color: var(--green-600);
  background: #f0fdf7;
}

.enterprise-pipeline__step-idx {
  font-family: var(--font-mono);
  font-size: 0.5625rem;
  font-weight: 700;
  color: var(--green-700);
  display: block;
}

.enterprise-pipeline__step-name {
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--gray-900);
}

.enterprise-pipeline__meta {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 0.5625rem;
  color: var(--green-800);
  padding-top: 4px;
  border-top: 1px dashed rgba(16, 185, 129, 0.3);
}

/* Diagram 3: Agentic Tree */
.agentic-tree {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.agentic-tree__leader {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 700;
  background: var(--white);
  border: 1px solid rgba(21, 23, 26, 0.12);
  padding: 3px 10px;
  border-radius: 4px;
  color: var(--gray-800);
}

.agentic-tree__branches {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  width: 100%;
}

.agentic-tree__agent {
  font-family: var(--font-mono);
  font-size: 0.5625rem;
  background: #f0fdf7;
  border: 1px solid rgba(16, 185, 129, 0.3);
  padding: 4px 2px;
  border-radius: 4px;
  text-align: center;
  color: var(--green-800);
  font-weight: 600;
}

.agentic-tree__review {
  font-family: var(--font-mono);
  font-size: 0.5625rem;
  color: var(--gray-600);
  display: flex;
  align-items: center;
  gap: 4px;
}

.agentic-tree__review::before {
  content: '✓';
  color: var(--green-600);
  font-weight: 700;
}

/* 4. QUY TRÌNH 6 BƯỚC: INTERACTIVE PROGRESS JOURNEY */
.lucas-journey-box {
  background: var(--white);
  border: 1px solid rgba(21, 23, 26, 0.1);
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.02);
}

.lucas-journey__principle {
  background: #f7faf9;
  border-left: 3px solid var(--green-700);
  padding: 16px 22px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 32px;
}

.lucas-journey__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-700);
  margin-bottom: 4px;
}

.lucas-journey__statement {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0 0 6px;
}

.lucas-journey__desc {
  font-size: 0.875rem;
  color: var(--gray-700);
  margin: 0;
}

/* Interactive Stepper Navigation */
.journey-stepper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-bottom: 24px;
}

.journey-stepper::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 30px;
  right: 30px;
  height: 2px;
  background: rgba(21, 23, 26, 0.08);
  z-index: 0;
}

.journey-stepper__progress-line {
  position: absolute;
  top: 20px;
  left: 30px;
  height: 2px;
  background: var(--green-700);
  z-index: 1;
  transition: width 0.3s var(--ease);
}

.journey-step-btn {
  position: relative;
  z-index: 2;
  background: var(--white);
  border: 1px solid rgba(21, 23, 26, 0.12);
  border-radius: 8px;
  padding: 10px 8px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s var(--ease);
  font-family: inherit;
}

.journey-step-btn:hover {
  border-color: var(--green-600);
  transform: translateY(-2px);
}

.journey-step-btn.is-active {
  border-color: var(--green-700);
  background: #f0fdf7;
  box-shadow: 0 4px 12px rgba(8, 144, 108, 0.12);
}

.journey-step-btn__num {
  width: 24px;
  height: 24px;
  margin: 0 auto 6px;
  border-radius: 50%;
  background: #f4f6f5;
  border: 1px solid rgba(21, 23, 26, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--gray-700);
  transition: all 0.2s var(--ease);
}

.journey-step-btn.is-active .journey-step-btn__num {
  background: var(--green-700);
  border-color: var(--green-700);
  color: #ffffff;
}

.journey-step-btn__title {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gray-800);
  line-height: 1.3;
}

.journey-step-btn.is-active .journey-step-btn__title {
  color: var(--green-800);
}

/* Active Step Dynamic Detail Panel */
.journey-detail-panel {
  background: #fbfdfc;
  border: 1px solid rgba(16, 185, 129, 0.25);
  border-radius: 10px;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 28px;
  align-items: center;
  animation: fadeIn 0.25s var(--ease);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: none; }
}

.journey-detail__badge {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-700);
  background: #e6f7ef;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 8px;
}

.journey-detail__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0 0 6px;
}

.journey-detail__sub {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--green-800);
  margin-bottom: 10px;
}

.journey-detail__desc {
  font-size: 0.84375rem;
  color: var(--gray-700);
  line-height: 1.55;
  margin: 0;
}

.journey-detail__deliverables {
  background: var(--white);
  border: 1px solid rgba(21, 23, 26, 0.08);
  border-radius: 8px;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.journey-detail__box-row {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.journey-detail__box-label {
  font-family: var(--font-mono);
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-700);
}

.journey-detail__box-val {
  font-size: 0.8125rem;
  color: var(--gray-900);
  font-weight: 500;
  line-height: 1.4;
}

/* 5. NĂNG LỰC VẬN HÀNH (EDITORIAL 2x2) */
.lucas-caps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.lucas-cap-card {
  background: var(--white);
  border: 1px solid rgba(21, 23, 26, 0.1);
  border-radius: 10px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: border-color 0.2s var(--ease);
}

.lucas-cap-card:hover {
  border-color: var(--green-600);
}

.lucas-cap-card__header {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.lucas-cap-card__idx {
  font-family: var(--font-mono);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--green-700);
}

.lucas-cap-card__title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0;
}

.lucas-cap-card__desc {
  font-size: 0.875rem;
  color: var(--gray-600);
  line-height: 1.55;
  margin: 0;
}

/* 6. CREDENTIALS & MEDIA: EDITORIAL TIMELINE / LIST (NO BULKY CARD BOXES) */
.lucas-creds-media__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.lucas-col-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lucas-col-block__title {
  font-size: 1.3125rem;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0;
  letter-spacing: -0.01em;
}

/* Left: Editorial Timeline for Credentials */
.lucas-editorial-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}

.lucas-editorial-timeline::before {
  content: '';
  position: absolute;
  top: 8px;
  bottom: 12px;
  left: 4px;
  width: 2px;
  background: rgba(16, 185, 129, 0.25);
}

.lucas-timeline-item {
  position: relative;
  padding-bottom: 22px;
}

.lucas-timeline-item:not(:last-child) {
  border-bottom: 1px solid rgba(21, 23, 26, 0.06);
  margin-bottom: 18px;
}

.lucas-timeline-item::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--green-700);
}

.lucas-timeline-item__badge {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 700;
  color: var(--green-800);
  background: #f0fdf7;
  border: 1px solid rgba(16, 185, 129, 0.3);
  padding: 1px 7px;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 4px;
}

.lucas-timeline-item__name {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0 0 3px;
}

.lucas-timeline-item__desc {
  font-size: 0.8125rem;
  color: var(--gray-600);
  line-height: 1.45;
  margin: 0;
}

/* Right: Báo chí & Truyền thông */
.lucas-col-block--press {
  gap: 20px;
}

.lucas-editorial-press {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* 1. Featured Press Hero Card */
.lucas-press-featured {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: var(--white);
  border: 1px solid rgba(8, 144, 108, 0.28);
  border-radius: 14px;
  padding: 22px 24px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(21, 23, 26, 0.04);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.25s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.lucas-press-featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green-700) 0%, #10b981 100%);
}

.lucas-press-featured:hover {
  transform: translateY(-3px);
  border-color: var(--green-600);
  box-shadow: 0 12px 28px rgba(8, 144, 108, 0.12);
}

.lucas-press-featured__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.lucas-press-featured__brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lucas-press-pub-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 32px;
  background: var(--gray-950);
  border: 1px solid rgba(8, 144, 108, 0.35);
  border-radius: 6px;
  flex-shrink: 0;
}

.lucas-press-pub-logo__abbr {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #34d399;
}

.lucas-press-pub-logo__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #10b981;
}

/* Press Logo Box (Uniform height & width box) */
.lucas-press-logo-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 32px;
  background: #ffffff;
  border: 1px solid rgba(21, 23, 26, 0.08);
  border-radius: 6px;
  padding: 3px 8px;
  flex-shrink: 0;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(21, 23, 26, 0.04);
}

.lucas-press-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.lucas-press-featured__outlet-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.lucas-press-kicker {
  font-family: var(--font-mono);
  font-size: 0.59375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray-500);
}

.lucas-press-outlet-title {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--green-800);
}

.lucas-press-year-pill {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--gray-700);
  background: rgba(21, 23, 26, 0.05);
  padding: 3px 8px;
  border-radius: 4px;
}

.lucas-press-featured__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lucas-press-featured__headline {
  font-family: var(--font-heading);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--gray-900);
  line-height: 1.4;
  margin: 0;
  transition: color 0.2s var(--ease);
}

.lucas-press-featured:hover .lucas-press-featured__headline {
  color: var(--green-800);
}

.lucas-press-featured__excerpt {
  font-size: 0.84375rem;
  color: var(--gray-600);
  line-height: 1.55;
  margin: 0;
}

.lucas-press-featured__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid rgba(21, 23, 26, 0.06);
}

.lucas-press-featured__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--green-800);
}

.lucas-press-cta-arrow {
  font-size: 0.875rem;
  transition: transform 0.2s var(--ease);
}

.lucas-press-featured:hover .lucas-press-cta-arrow {
  transform: translateX(4px);
}

.lucas-press-featured__status {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gray-500);
}

/* 2. Secondary Press Grid (2 cols desktop, 1 col mobile) */
.lucas-press-subgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.lucas-press-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 18px;
  border-radius: 12px;
  text-decoration: none;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.25s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  min-height: 114px;
}

.lucas-press-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.lucas-press-card__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.lucas-press-card__outlet {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.35;
}

.lucas-press-card__indicators {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.lucas-press-card__year {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 3px;
}

.lucas-press-card__arrow {
  font-size: 0.8125rem;
  font-weight: 700;
  transition: transform 0.2s var(--ease), color 0.2s var(--ease);
}

.lucas-press-card:hover .lucas-press-card__arrow {
  transform: translate(3px, -3px);
}

.lucas-press-card__headline {
  font-family: var(--font-heading);
  font-size: 0.90625rem;
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
  flex-grow: 1;
}

.lucas-press-card__footer {
  display: flex;
  align-items: center;
}

.lucas-press-card__cta-hint {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* Card 02: Dark Emerald / Near-black Accent */
.lucas-press-card--dark {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #0b2921 0%, #15171a 100%);
  border: 1px solid rgba(16, 185, 129, 0.35);
  color: var(--white);
  box-shadow: 0 4px 16px rgba(11, 41, 33, 0.12);
}

.lucas-press-card--dark .lucas-press-logo-box {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}

.lucas-press-card--dark .lucas-press-card__outlet {
  color: #34d399;
}

.lucas-press-card--dark .lucas-press-card__year {
  color: #a7f3d0;
  background: rgba(16, 185, 129, 0.16);
  border: 1px solid rgba(16, 185, 129, 0.3);
}

.lucas-press-card--dark .lucas-press-card__arrow {
  color: #34d399;
}

.lucas-press-card--dark .lucas-press-card__headline {
  color: var(--white);
}

.lucas-press-card--dark .lucas-press-card__cta-hint {
  color: #6ee7b7;
}

.lucas-press-card--dark:hover {
  transform: translateY(-3px);
  border-color: #34d399;
  box-shadow: 0 12px 28px rgba(8, 144, 108, 0.25);
}

/* Card 03: Crisp White Editorial Card */
.lucas-press-card--light {
  background: var(--white);
  border: 1px solid rgba(21, 23, 26, 0.09);
  color: var(--gray-900);
  box-shadow: 0 3px 12px rgba(21, 23, 26, 0.03);
}

.lucas-press-card--light .lucas-press-card__outlet {
  color: var(--green-700);
}

.lucas-press-card--light .lucas-press-card__year {
  color: var(--gray-600);
  background: rgba(21, 23, 26, 0.05);
}

.lucas-press-card--light .lucas-press-card__arrow {
  color: var(--gray-400);
}

.lucas-press-card--light .lucas-press-card__headline {
  color: var(--gray-900);
}

.lucas-press-card--light .lucas-press-card__cta-hint {
  color: var(--green-700);
}

.lucas-press-card--light:hover {
  transform: translateY(-3px);
  border-color: var(--green-600);
  box-shadow: 0 10px 22px rgba(21, 23, 26, 0.06);
}

.lucas-press-card--light:hover .lucas-press-card__arrow {
  color: var(--green-700);
}

/* Card 04: Pale Emerald Mint Card */
.lucas-press-card--pale {
  background: #f0fdf7;
  border: 1px solid rgba(8, 144, 108, 0.2);
  color: var(--gray-900);
  box-shadow: 0 3px 12px rgba(8, 144, 108, 0.04);
}

.lucas-press-card--pale .lucas-press-card__outlet {
  color: var(--green-800);
}

.lucas-press-card--pale .lucas-press-card__year {
  color: var(--green-800);
  background: rgba(8, 144, 108, 0.1);
}

.lucas-press-card--pale .lucas-press-card__arrow {
  color: var(--green-700);
}

.lucas-press-card--pale .lucas-press-card__headline {
  color: var(--gray-900);
}

.lucas-press-card--pale .lucas-press-card__cta-hint {
  color: var(--green-800);
}

.lucas-press-card--pale:hover {
  transform: translateY(-3px);
  border-color: var(--green-700);
  box-shadow: 0 10px 22px rgba(8, 144, 108, 0.12);
}

.lucas-press-card--pale .lucas-press-logo-box {
  border-color: rgba(8, 144, 108, 0.16);
}

/* Press Section Responsive */
@media (max-width: 768px) {
  .lucas-press-subgrid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .lucas-press-card--dark {
    grid-column: auto;
  }
  .lucas-press-featured {
    padding: 18px 18px;
  }
}

@media (max-width: 480px) {
  .lucas-press-logo-box {
    width: 88px;
    height: 30px;
    padding: 2px 6px;
  }
  .lucas-press-featured__brand {
    gap: 10px;
  }
  .lucas-press-outlet-title {
    font-size: 0.6875rem;
  }
  .lucas-press-featured__top {
    align-items: center;
    gap: 8px;
  }
}

/* 7. CHỦ ĐỀ ĐÀO TẠO (GRID 3x2 VỚI NHỊP BENTO & SUBTLE EMERALD TREATMENT) */
.lucas-topics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.lucas-topic-card {
  background: var(--white);
  border: 1px solid rgba(21, 23, 26, 0.1);
  border-radius: 10px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  transition: transform 0.2s var(--ease), border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.lucas-topic-card:hover {
  transform: translateY(-3px);
  border-color: var(--green-600);
  box-shadow: 0 6px 18px rgba(8, 144, 108, 0.06);
}

/* Rhythm treatment for core modules */
.lucas-topic-card--accent {
  background: linear-gradient(180deg, #f7faf9 0%, #ffffff 100%);
  border-color: rgba(8, 144, 108, 0.35);
}

.lucas-topic-card--highlight {
  background: linear-gradient(180deg, #f2f9f5 0%, #ffffff 100%);
  border: 1.5px solid rgba(8, 144, 108, 0.45);
}

.lucas-topic-card__header {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lucas-topic-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lucas-topic-card__idx {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--green-700);
  letter-spacing: 0.06em;
}

.lucas-topic-card__badge {
  font-family: var(--font-mono);
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green-800);
  background: rgba(16, 185, 129, 0.14);
  padding: 2px 6px;
  border-radius: 3px;
}

.lucas-topic-card__title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--gray-900);
  margin: 2px 0 0;
  line-height: 1.35;
}

.lucas-topic-card__desc {
  font-size: 0.8125rem;
  color: var(--gray-600);
  line-height: 1.5;
  margin: 0;
}

.lucas-topic-card__footer {
  border-top: 1px solid rgba(21, 23, 26, 0.08);
  padding-top: 10px;
  font-size: 0.75rem;
  color: var(--gray-700);
  line-height: 1.4;
}

.lucas-topic-card__footer strong {
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--green-800);
  text-transform: uppercase;
}

/* 8. HÌNH THỨC HỢP TÁC & DARK CTA BAND */
.lucas-formats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 36px;
}

.lucas-format-card {
  background: var(--white);
  border: 1px solid rgba(21, 23, 26, 0.1);
  border-radius: 8px;
  padding: 16px 14px;
  text-align: center;
  font-size: 0.84375rem;
  font-weight: 600;
  color: var(--gray-800);
  transition: border-color 0.2s var(--ease), transform 0.2s var(--ease);
}

.lucas-format-card:hover {
  border-color: var(--green-600);
  transform: translateY(-2px);
}

/* Executive Dark CTA Band */
.lucas-cta-band {
  background: #0d1210;
  border: 1px solid rgba(52, 211, 153, 0.22);
  border-radius: 14px;
  padding: 44px 48px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}

.lucas-cta-band::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.lucas-cta-band__content {
  max-width: 680px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.lucas-cta-band__statement {
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  color: #34d399;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}

.lucas-cta-band__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  color: #ffffff;
  margin: 0;
}

.lucas-cta-band__contact {
  font-family: var(--font-mono);
  font-size: 0.78125rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.lucas-cta-band__contact span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.lucas-cta-band__action {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.lucas-cta-band__action .button--red {
  background-color: #dc3522;
  color: #ffffff;
  padding: 14px 28px;
  font-size: 0.9375rem;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(220, 53, 34, 0.35);
  transition: all 0.2s var(--ease);
}

.lucas-cta-band__action .button--red:hover {
  background-color: #c82312;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(220, 53, 34, 0.45);
}

/* Nav Active Indicator */
.site-nav__link.is--active,
.mobile-nav__link.is--active {
  color: var(--green-700);
  font-weight: 600;
}

.site-nav__link.is--active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--green-700);
}

/* Responsive Rules for Lucas Page */
@media (max-width: 1024px) {
  .lucas-executive-hero {
    grid-template-columns: 1fr;
  }
  .lucas-hero__portrait-col {
    min-height: 400px;
    height: 400px;
  }
  .lucas-credibility-rail {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .lucas-cred-rail__identity,
  .lucas-cred-rail__contacts {
    border-right: none;
    border-bottom: 1px solid rgba(21, 23, 26, 0.08);
    padding-right: 0;
    padding-bottom: 14px;
  }
  .lucas-cred-rail__favikon {
    justify-content: flex-start;
  }
  .lucas-bento__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .lucas-creds-media__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .lucas-formats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .journey-detail-panel {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 768px) {
  .lucas-section {
    padding: 52px 0;
  }
  .lucas-hero__content-col {
    padding: 24px 20px;
  }
  .lucas-cred-rail__contacts {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .lucas-impact-rail {
    grid-template-columns: repeat(2, 1fr);
  }
  .lucas-impact-rail__item:nth-child(2)::after {
    display: none;
  }
  .lucas-highlight-panels {
    grid-template-columns: 1fr;
  }
  .lucas-cap-strip {
    grid-template-columns: 1fr;
  }
  .journey-stepper {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .journey-stepper::before,
  .journey-stepper__progress-line {
    display: none;
  }
  .lucas-caps-grid {
    grid-template-columns: 1fr;
  }
  .lucas-topics-grid {
    grid-template-columns: 1fr;
  }
  .lucas-cta-band {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 24px;
  }
  .lucas-cta-band__action {
    width: 100%;
  }
  .lucas-cta-band__action .button {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .lucas-hero {
    padding: 24px 0 36px;
  }
  .lucas-hero__portrait-col {
    min-height: 320px;
    height: 320px;
  }
  .lucas-impact-rail {
    grid-template-columns: 1fr;
  }
  .lucas-impact-rail__item:not(:last-child)::after {
    display: none;
  }
  .lucas-impact-rail__item {
    border-bottom: 1px solid rgba(21, 23, 26, 0.08);
  }
  .journey-stepper {
    grid-template-columns: repeat(2, 1fr);
  }
  .lucas-formats-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================================
   27. TRANG ỨNG DỤNG THỰC TẾ (ung-dung-thuc-te.html)
   Layout 48% Video / 52% Content, 4:3 Video Player, Dark/Light Themes
   ========================================================================= */

/* Hero Section */
.app-hero {
  padding: 48px 0 36px;
  background-color: var(--gray-50);
  border-bottom: 1px solid rgba(21, 23, 26, 0.06);
}

.app-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}

.app-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 14px;
  border-radius: var(--radius-btn);
  background: rgba(8, 144, 108, 0.08);
  border: 1px solid rgba(8, 144, 108, 0.22);
  color: var(--green-700);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}

.app-hero__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green-500);
}

.app-hero__title {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--gray-900);
  margin: 0 0 16px;
}

.app-hero__desc {
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  line-height: 1.55;
  color: var(--gray-600);
  margin: 0 0 32px;
  max-width: 740px;
}

/* Capability Flow Bar */
.app-flow-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 18px;
  background: var(--white);
  border: 1px solid rgba(21, 23, 26, 0.1);
  border-radius: var(--radius-btn);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.app-flow-step {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 6px;
  background: #f4f6f5;
  color: var(--gray-800);
  font-size: 0.8125rem;
  font-weight: 500;
}

.app-flow-step__num {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--green-700);
}

.app-flow-sep {
  color: var(--gray-400);
  font-size: 0.8125rem;
  font-family: var(--font-mono);
  user-select: none;
}

.app-flow-step--accent {
  background: var(--green-50);
  border: 1px solid rgba(8, 144, 108, 0.25);
  color: var(--green-800);
  font-weight: 600;
}

/* Main Cases Wrapper */
.app-cases-section {
  padding: 56px 0 72px;
}

.app-case-card {
  display: grid;
  grid-template-columns: 48% 52%;
  gap: 40px;
  align-items: start;
  padding: 44px;
  border-radius: var(--radius-card);
  margin-bottom: 40px;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.app-case-card:last-child {
  margin-bottom: 0;
}

/* Case 01: Light Tone */
.app-case-card--light {
  background-color: var(--white);
  border: 1px solid rgba(21, 23, 26, 0.08);
  box-shadow: 0 10px 32px rgba(21, 23, 26, 0.04);
}

.app-case-card--light:hover {
  box-shadow: 0 16px 44px rgba(8, 144, 108, 0.07);
}

/* Case 02: Dark Emerald / Near-Black Treatment */
.app-case-card--dark {
  background: linear-gradient(150deg, #031e17 0%, #063428 55%, #021a14 100%);
  border: 1.5px solid rgba(8, 144, 108, 0.4);
  box-shadow: 0 20px 48px rgba(2, 30, 23, 0.32);
  color: var(--white);
}

.app-case-card--dark:hover {
  border-color: rgba(52, 211, 153, 0.55);
  box-shadow: 0 24px 56px rgba(2, 30, 23, 0.42);
}

/* Video Column & Component */
.app-case-video-col {
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .app-case-video-col {
    position: sticky;
    top: calc(var(--header-h, 75px) + 24px);
  }
}

.case-video-card {
  position: relative;
  aspect-ratio: 16 / 9; /* 2026-09-24: đổi từ 4/3 — mọi bằng chứng thật (slide, video, YouTube) đều 16:9 */
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  background-color: #0b1210;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(8, 144, 108, 0.2);
}

/* ⚠️ 2026-09-24: `.case-video-card__element` và `.case-video-card__play-btn` KHÔNG còn call site
   (thẻ <video> rỗng đã bị bỏ ở pages/ung-dung-thuc-te.php). Giữ lại để dùng khi có file video
   nội bộ thật; đừng dùng cho ảnh/nhúng — dùng `--shot` / `--embed` bên dưới. */
.case-video-card__element {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000;
}

.case-video-card__poster {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  background:
    radial-gradient(110% 90% at 80% 15%, rgba(8, 144, 108, 0.14) 0%, rgba(8, 144, 108, 0) 65%),
    linear-gradient(135deg, #f2f7f5 0%, #e2ece7 100%);
  z-index: 2;
  transition: opacity 0.3s var(--ease);
}

.case-video-card--dark .case-video-card__poster {
  background:
    radial-gradient(110% 90% at 80% 15%, rgba(52, 211, 153, 0.2) 0%, rgba(52, 211, 153, 0) 65%),
    linear-gradient(135deg, #021812 0%, #06382b 100%);
  color: var(--white);
}

.case-video-card__grid-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.case-video-card__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.case-video-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: var(--radius-btn);
  background: rgba(8, 144, 108, 0.1);
  border: 1px solid rgba(8, 144, 108, 0.25);
  color: var(--green-700);
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.case-video-card--dark .case-video-card__badge {
  background: rgba(52, 211, 153, 0.16);
  border-color: rgba(52, 211, 153, 0.32);
  color: #34d399;
}

.case-video-card__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: currentColor;
}

.case-video-card--dark .case-video-card__dot {
  box-shadow: 0 0 8px #34d399;
}

.case-video-card__duration {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--gray-600);
}

.case-video-card--dark .case-video-card__duration {
  color: rgba(255, 255, 255, 0.6);
}

.case-video-card__center {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-video-card__play-btn {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--green-700);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 6px 20px rgba(6, 105, 79, 0.3);
  cursor: pointer;
  transition: all 0.2s var(--ease);
}

.case-video-card__play-btn:hover {
  transform: scale(1.08);
  background: var(--green-600);
  box-shadow: 0 8px 24px rgba(6, 105, 79, 0.4);
}

.case-video-card--dark .case-video-card__play-btn {
  background: #10b981;
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 6px 24px rgba(16, 185, 129, 0.4);
}

.case-video-card--dark .case-video-card__play-btn:hover {
  background: #34d399;
  box-shadow: 0 8px 28px rgba(52, 211, 153, 0.5);
}

.case-video-card__play-btn svg {
  margin-left: 3px;
}

.case-video-card__bottom {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.case-video-card__caption-tag {
  color: var(--green-700);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.case-video-card--dark .case-video-card__caption-tag {
  color: #34d399;
}

.case-video-card__caption-text {
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--gray-700);
  margin: 0;
}

.case-video-card--dark .case-video-card__caption-text {
  color: rgba(255, 255, 255, 0.85);
}

/* Case Body Column */
.app-case-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.app-case-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.app-case-title {
  font-size: clamp(1.5rem, 2.2vw, 1.875rem);
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  color: var(--gray-900);
  letter-spacing: -0.02em;
}

.app-case-card--dark .app-case-title {
  color: var(--white);
}

/* Case Metric Callout for Case 02 */
.app-case-metric {
  padding: 20px 22px;
  background: rgba(4, 34, 26, 0.75);
  border: 1px solid rgba(52, 211, 153, 0.35);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.app-case-metric__tag {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #6ee7b7;
  text-transform: uppercase;
}

.app-case-metric__body {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}

.app-case-metric__num {
  font-family: var(--font-mono);
  font-size: clamp(2.25rem, 3.8vw, 3rem);
  font-weight: 800;
  color: #34d399;
  line-height: 1;
}

.app-case-metric__headline {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--white);
}

.app-case-disclaimer {
  font-size: 0.78125rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.45;
  margin: 0;
  font-style: italic;
}

/* 2026-09-24: .app-case-disclaimer mặc định màu trắng ⇒ vô hình trên case nền sáng */
.cs-case--light .app-case-disclaimer,
.cs-case--pale .app-case-disclaimer {
  color: var(--gray-600);
}

/* Bottom CTA Band */
.app-cta-band {
  background: #0d1412;
  border: 1px solid rgba(8, 144, 108, 0.28);
  border-radius: 14px;
  padding: 38px 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  margin-top: 48px;
}

.app-cta-band__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 680px;
}

.app-cta-band__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #34d399;
}

.app-cta-band__title {
  font-size: clamp(1.375rem, 2vw, 1.75rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
  margin: 0;
}

.app-cta-band__desc {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
  margin: 0;
}

.app-cta-band__action {
  flex-shrink: 0;
}

.app-cta-band__action .button--red {
  background-color: #dc3522;
  color: #ffffff;
  padding: 14px 28px;
  font-size: 0.9375rem;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(220, 53, 34, 0.35);
  transition: all 0.2s var(--ease);
}

.app-cta-band__action .button--red:hover {
  background-color: #c82312;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(220, 53, 34, 0.45);
}

/* ============================================================================
   CASE STUDY LIBRARY — Unified layout (6 cases, consistent grid)
   All cases: video left 47% / content right 53%
   Backgrounds: light / pale / dark / dark-close for visual rhythm
   ============================================================================ */

/* ── Library wrapper ──────────────────────────────────────────────────────── */
.cs-library {
  padding: 56px 0 80px;
}

/* ── Base case card ───────────────────────────────────────────────────────── */
.cs-case {
  position: relative;
  border-radius: var(--radius-card);
  margin-bottom: 32px;
  overflow: hidden;
  transition: box-shadow 0.25s var(--ease);
}

.cs-case:last-of-type {
  margin-bottom: 0;
}

/* Watermark case number */
.cs-case__num-badge {
  position: absolute;
  top: 18px;
  right: 22px;
  font-family: var(--font-mono);
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
  color: rgba(21, 23, 26, 0.045);
  letter-spacing: -0.04em;
  user-select: none;
  pointer-events: none;
  z-index: 0;
}

.cs-case--dark  .cs-case__num-badge,
.cs-case--dark-close .cs-case__num-badge {
  color: rgba(255, 255, 255, 0.06);
}

/* ── Unified inner grid (video left / content right) ─────────────────────── */
.cs-case__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 47% 53%;
  gap: 44px;
  align-items: start;
  padding: 44px;
}

/* Media column (video) — sticky on desktop when content is long */
.cs-case__media {
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .cs-case__media {
    position: sticky;
    top: calc(var(--header-h, 75px) + 24px);
  }
}

/* Content column */
.cs-case__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cs-case__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.cs-case__title {
  font-size: clamp(1.375rem, 2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  color: var(--gray-900);
  letter-spacing: -0.02em;
}

/* ── Background themes ────────────────────────────────────────────────────── */

/* White */
.cs-case--light {
  background: var(--white);
  border: 1px solid rgba(21, 23, 26, 0.08);
  box-shadow: 0 8px 28px rgba(21, 23, 26, 0.04);
}
.cs-case--light:hover {
  box-shadow: 0 12px 36px rgba(8, 144, 108, 0.07);
}

/* Pale green tint */
.cs-case--pale {
  background: #f5faf8;
  border: 1px solid rgba(8, 144, 108, 0.12);
  box-shadow: 0 4px 16px rgba(21, 23, 26, 0.03);
}
.cs-case--pale:hover {
  border-color: rgba(8, 144, 108, 0.22);
  box-shadow: 0 8px 24px rgba(8, 144, 108, 0.06);
}

/* Dark emerald (Case 02) */
.cs-case--dark {
  background: linear-gradient(150deg, #031e17 0%, #063428 55%, #021a14 100%);
  border: 1.5px solid rgba(8, 144, 108, 0.4);
  box-shadow: 0 20px 48px rgba(2, 30, 23, 0.32);
  color: var(--white);
}
.cs-case--dark:hover {
  border-color: rgba(52, 211, 153, 0.55);
  box-shadow: 0 24px 56px rgba(2, 30, 23, 0.42);
}
.cs-case--dark .cs-case__title {
  color: var(--white);
}

/* Dark near-black (Case 06) */
.cs-case--dark-close {
  background: linear-gradient(150deg, #0d1412 0%, #111c19 60%, #0a1210 100%);
  border: 1px solid rgba(8, 144, 108, 0.25);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
  color: var(--white);
}
.cs-case--dark-close:hover {
  border-color: rgba(52, 211, 153, 0.4);
}
.cs-case--dark-close .cs-case__title {
  color: var(--white);
}

/* ── Metric chips (Case 01) ──────────────────────────────────────────────── */
.cs-case__metric-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.cs-metric-chip {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 20px;
  background: rgba(8, 144, 108, 0.05);
  border: 1px solid rgba(8, 144, 108, 0.18);
  border-radius: 10px;
  min-width: 110px;
}

.cs-metric-chip__num {
  font-family: var(--font-mono);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--green-700);
  line-height: 1;
}

.cs-metric-chip__label {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--gray-500);
  letter-spacing: 0.02em;
}

/* ── Pipeline strip (Case 05) ───────────────────────────────────────────── */
.cs-pipeline-strip {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 14px 16px;
  background: rgba(8, 144, 108, 0.04);
  border: 1px solid rgba(8, 144, 108, 0.14);
  border-radius: 10px;
}

.cs-pipeline__node {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  background: var(--white);
  border: 1px solid rgba(21, 23, 26, 0.1);
  border-radius: 6px;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gray-700);
  white-space: nowrap;
}

.cs-pipeline__node--accent {
  background: var(--green-700);
  border-color: var(--green-700);
  color: var(--white);
}

.cs-pipeline__node--em {
  background: rgba(8, 144, 108, 0.08);
  border-color: rgba(8, 144, 108, 0.22);
  color: var(--green-800);
}

.cs-pipeline__arrow {
  color: var(--gray-400);
  font-family: var(--font-mono);
  font-size: 0.8125rem;
}

/* ── Automation flow (Case 06) ──────────────────────────────────────────── */
.cs-auto-flow {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(52, 211, 153, 0.18);
  border-radius: 10px;
  overflow-x: auto;
}

.cs-auto-flow__node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid rgba(52, 211, 153, 0.2);
  background: rgba(255, 255, 255, 0.04);
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  flex-shrink: 0;
}

.cs-auto-flow__node--ai {
  background: rgba(52, 211, 153, 0.1);
  border-color: rgba(52, 211, 153, 0.45);
  color: #34d399;
}

.cs-auto-flow__node--kpi {
  border-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.9);
}

.cs-auto-flow__icon {
  font-size: 1rem;
  opacity: 0.5;
}

.cs-auto-flow__node--ai .cs-auto-flow__icon {
  opacity: 1;
  color: #34d399;
}

.cs-auto-flow__connector {
  flex: 1;
  min-width: 20px;
  height: 1px;
  background: linear-gradient(to right, rgba(52, 211, 153, 0.3), rgba(52, 211, 153, 0.1));
  position: relative;
  flex-shrink: 0;
}

.cs-auto-flow__connector::after {
  content: '→';
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: rgba(52, 211, 153, 0.5);
}

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 992px) {
  /* Legacy compatibility */
  .app-case-card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 24px;
  }

  /* Unified grid: 1 column, video top / content bottom */
  .cs-case__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 32px 24px;
  }

  .app-cta-band {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 24px;
  }

  .app-cta-band__action {
    width: 100%;
  }

  .app-cta-band__action .button {
    width: 100%;
    text-align: center;
  }

  .cs-auto-flow {
    flex-wrap: wrap;
    gap: 8px;
  }

  .cs-auto-flow__connector {
    display: none;
  }
}

@media (max-width: 640px) {
  .app-hero {
    padding: 36px 0 28px;
  }

  .cs-library {
    padding: 36px 0 56px;
  }

  .cs-case__grid {
    padding: 24px 18px;
    gap: 20px;
  }

  .app-flow-bar {
    border-radius: 12px;
    padding: 12px;
  }

  .cs-pipeline-strip {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .cs-case__metric-row {
    gap: 10px;
  }

  .cs-metric-chip {
    min-width: 90px;
    padding: 10px 14px;
  }
}

/* ============================================================================
   CASE MEDIA THẬT (2026-09-24) — poster / khung nhúng / bảng số liệu
   Thay cho thẻ <video> rỗng + nút play không có tác dụng.
   Chỉ dùng ở pages/ung-dung-thuc-te.php.
   ============================================================================ */

/* ── Poster = ảnh chụp thật của dự án (đè lên nền gradient cũ) ───────────── */
.case-video-card__shot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 0;
}

/* Lớp phủ để chữ trên ảnh vẫn đọc được ở mọi độ sáng của ảnh.
   ⛔ 2026-09-24: bản đầu chỉ 0,18 ở 38% ⇒ chữ trắng chìm hẳn trên slide nền sáng.
   Ảnh bằng chứng là slide/bảng biểu nền sáng ⇒ cần scrim mạnh + đổ bóng chữ. */
.case-video-card__poster--over {
  background:
    linear-gradient(180deg,
      rgba(3, 15, 12, 0.94) 0%,
      rgba(3, 15, 12, 0.62) 28%,
      rgba(3, 15, 12, 0.78) 55%,
      rgba(3, 15, 12, 0.97) 100%);
  color: #ffffff;
}

.case-video-card__poster--over .case-video-card__caption-text,
.case-video-card__poster--over .case-video-card__caption-tag,
.case-video-card__poster--over .case-video-card__duration {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.75);
}

.case-video-card__poster--over .case-video-card__caption-text {
  color: rgba(255, 255, 255, 0.92);
}

.case-video-card__poster--over .case-video-card__caption-tag,
.case-video-card__poster--over .case-video-card__duration {
  color: #6ee7b7;
}

.case-video-card__poster--over .case-video-card__badge {
  background: rgba(3, 15, 12, 0.82);
  border-color: rgba(110, 231, 183, 0.55);
  color: #6ee7b7;
}

/* ── Nút "mở bản đầy đủ" thay cho nút play giả ──────────────────────────── */
.case-video-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 9px 16px;
  border-radius: var(--radius-btn);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  backdrop-filter: blur(6px);
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease);
}

.case-video-card__cta:hover {
  background: rgba(255, 255, 255, 0.24);
  border-color: rgba(255, 255, 255, 0.7);
}

.case-video-card__cta svg {
  flex-shrink: 0;
}

/* Cả thẻ là một liên kết — không còn nút vô tác dụng */
a.case-video-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

a.case-video-card:focus-visible {
  outline: 2px solid var(--green-600, #08906c);
  outline-offset: 3px;
}

/* ── Khung nhúng thật (video YouTube / Drive) ───────────────────────────── */
.case-video-card--embed {
  padding: 0;
  background: #000;
}

.case-video-card__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ── Bảng tác động theo chức năng (Case 00 — số đo thật) ────────────────── */
.cs-impact {
  padding: 22px 22px 20px;
  border-radius: 14px;
  background: linear-gradient(150deg, #04241c 0%, #06392c 60%, #032019 100%);
  border: 1px solid rgba(52, 211, 153, 0.32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 10px 30px rgba(2, 30, 23, 0.28);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cs-impact__head {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cs-impact__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6ee7b7;
}

.cs-impact__title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.35;
}

.cs-impact__rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cs-impact__row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 4px 12px;
}

.cs-impact__label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.cs-impact__sub {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

.cs-impact__value {
  font-family: var(--font-mono);
  font-size: 0.875rem;
  font-weight: 700;
  color: #34d399;
  white-space: nowrap;
}

.cs-impact__bar {
  grid-column: 1 / -1;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  overflow: hidden;
}

.cs-impact__fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #0d9488 0%, #34d399 100%);
}

.cs-impact__foot {
  font-size: 0.75rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  padding-top: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* ── Chip số liệu trên nền tối ──────────────────────────────────────────── */
.cs-metric-chip--dark {
  background: rgba(52, 211, 153, 0.09);
  border-color: rgba(52, 211, 153, 0.28);
}

.cs-metric-chip--dark .cs-metric-chip__num {
  color: #34d399;
}

.cs-metric-chip--dark .cs-metric-chip__label {
  color: rgba(255, 255, 255, 0.68);
}

/* ── Hình trưng bày phụ trong thân case (exhibit) ───────────────────────── */
.cs-exhibit {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(8, 144, 108, 0.18);
  background: rgba(8, 144, 108, 0.03);
}

.cs-exhibit__img {
  display: block;
  width: 100%;
  height: auto;
}

.cs-exhibit__cap {
  padding: 10px 14px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--gray-600);
}

.cs-case--dark .cs-exhibit,
.cs-case--dark-close .cs-exhibit {
  border-color: rgba(52, 211, 153, 0.24);
  background: rgba(255, 255, 255, 0.03);
}

.cs-case--dark .cs-exhibit__cap,
.cs-case--dark-close .cs-exhibit__cap {
  color: rgba(255, 255, 255, 0.62);
}

/* ── Nguồn bằng chứng dưới mỗi case ─────────────────────────────────────── */
.cs-case__source {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--gray-500);
  margin: 0;
}

.cs-case--dark .cs-case__source,
.cs-case--dark-close .cs-case__source {
  color: rgba(255, 255, 255, 0.55);
}

.cs-case__source svg {
  flex-shrink: 0;
  margin-top: 2px;
  opacity: 0.7;
}

@media (max-width: 640px) {
  .cs-impact {
    padding: 18px 16px;
  }

  .cs-impact__title {
    font-size: 1rem;
  }
}

/* =========================================================
   GO4AI FOOTER — Dark Premium · 3 Columns · Scoped styles
   Class prefix: go4ai-footer-* to avoid collision with .site-footer
   ========================================================= */

.go4ai-footer {
  background-color: #0c1117;
  color: #cbd5e1;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #1a2332;
  font-family: var(--font-sans, 'Inter', system-ui, sans-serif);
}

.go4ai-footer-container {
  position: relative;
  z-index: 10;
  max-width: var(--container, 85rem);
  margin: 0 auto;
  padding: 4rem clamp(1.25rem, 4vw, 2.5rem) 2rem;
}

/* Fallback dự phòng nếu có template dùng .padding-global bên trong .go4ai-footer */
.go4ai-footer > .padding-global {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

/* Grid 3 cột: Cân đối trọng lượng thị giác giữa 3 cột */
.go4ai-footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 3.4fr) 4.8fr 3.8fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 1024px) {
  .go4ai-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .go4ai-footer-col--policy {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  .go4ai-footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .go4ai-footer-col--policy {
    grid-column: span 1;
  }
  .go4ai-footer-container,
  .go4ai-footer > .padding-global {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
  }
}

/* Cột 1 — Brand: Logo thu nhỏ (72–84px), Logo/Mô tả/Social căn cùng trục giữa */
.go4ai-footer-col--brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 300px;
}

.go4ai-footer-logo-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px; /* Spacing logo -> mô tả: 20-24px */
  text-decoration: none;
}

.go4ai-footer-logo-img {
  width: 78px; /* Thu nhỏ về kích thước cân đối: 72–84px, giữ đúng tỷ lệ */
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.go4ai-footer-tagline {
  color: #aebbce;
  font-size: 0.875rem;
  line-height: 1.65;
  margin: 0 auto 30px; /* Spacing mô tả -> social: 28-32px */
  max-width: 300px; /* Giới hạn chiều rộng 280-320px để xuống dòng đẹp */
  text-align: center;
}

.go4ai-footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.go4ai-social-btn {
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  background-color: #242d38;
  color: #cbd5e1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  flex-shrink: 0;
  border: 1px solid #2e3a48;
}

.go4ai-social-btn:hover {
  background-color: #08906c;
  color: #ffffff;
  border-color: #08906c;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(8, 144, 108, 0.3);
}

.go4ai-social-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex-shrink: 0;
}

/* Cột 2 & Cột 3 — Tiêu đề cột */
.go4ai-footer-col-heading {
  font-size: 0.75rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 0.75rem;
  line-height: 1.5;
  font-family: var(--font-sans, 'Archivo', sans-serif);
}

.go4ai-footer-company-name {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 0.875rem;
  line-height: 1.4;
}

.go4ai-footer-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.go4ai-footer-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #cbd5e1;
}

.go4ai-footer-info-list li svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  margin-top: 1px;
  color: #6b7d8f;
}

.go4ai-footer-info-list a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.go4ai-footer-info-list a:hover {
  color: #ffffff;
}

/* Cột 3 — Chính sách & Hỗ trợ */
.go4ai-policy-list {
  display: flex;
  flex-direction: column;
}

.go4ai-policy-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8125rem 0;
  border-bottom: 1px solid #1d242e;
  font-size: 0.8125rem;
  color: #e2e8f0;
  text-decoration: none;
  transition: color 0.2s ease;
  gap: 0.75rem;
}

.go4ai-policy-link:first-child {
  border-top: 1px solid #1d242e;
}

.go4ai-policy-link:hover {
  color: #ffffff;
}

.go4ai-policy-link:hover .go4ai-policy-arrow {
  color: #08906c;
  transform: translateX(4px);
}

.go4ai-policy-arrow {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  color: #6b7d8f;
  transition: color 0.2s ease, transform 0.2s ease;
}

/* Divider */
.go4ai-footer-divider {
  height: 1px;
  background: #1d242e;
  margin: 0 0 1.5rem;
}

/* Copyright bar */
.go4ai-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.go4ai-footer-copyright {
  font-size: 0.75rem;
  color: #6b7d8f;
  margin: 0;
}

/* Decorative wave — góc dưới phải */
.go4ai-footer-wave {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 560px;
  max-width: 55%;
  height: 240px;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .go4ai-footer-wave {
    width: 300px;
    max-width: 75%;
    height: 140px;
    opacity: 0.35;
  }
}

/* Policy page — layout cho 3 trang chính sách */
.go4ai-policy-page .go4ai-policy-header {
  background: #0c1117;
  border-bottom: 1px solid #1a2332;
  padding: 1.125rem 0;
}

.go4ai-policy-header-inner {
  max-width: var(--container, 85rem);
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.go4ai-policy-back {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.8125rem;
  color: #8e9bae;
  text-decoration: none;
  transition: color 0.2s ease;
}

.go4ai-policy-back:hover {
  color: #ffffff;
}

.go4ai-policy-back svg {
  width: 14px;
  height: 14px;
}

.go4ai-policy-content {
  max-width: 52rem;
  margin: 0 auto;
  padding: 3rem clamp(1.25rem, 4vw, 2.5rem) 5rem;
}

.go4ai-policy-content h1 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #15171a;
  line-height: 1.2;
  margin: 0 0 0.5rem;
}

.go4ai-policy-date {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0 0 2.5rem;
  display: block;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}

.go4ai-policy-content h2 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #15171a;
  margin: 2rem 0 0.625rem;
}

.go4ai-policy-content p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #374151;
  margin: 0 0 1rem;
}

.go4ai-policy-content ol,
.go4ai-policy-content ul {
  padding-left: 1.5rem;
  margin: 0 0 1rem;
}

.go4ai-policy-content li {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 0.375rem;
}

.go4ai-policy-content a {
  color: #08906c;
  text-decoration: underline;
  text-decoration-color: rgba(8, 144, 108, 0.4);
}

.go4ai-policy-content a:hover {
  text-decoration-color: #08906c;
}

.go4ai-policy-content strong {
  color: #15171a;
}

/* ============================================================================
   GEM GLOBAL ENHANCEMENTS — BENTO GRIDS, DOORS, PROGRAMS, HERO, DRAWER
   ========================================================================= */
.gem-hero {
  position: relative;
  min-height: clamp(580px, 85vh, 850px);
  display: flex;
  align-items: center;
  padding: clamp(3rem, 6vw, 6rem) 0;
  overflow: hidden;
}
.gem-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.gem-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.12;
  filter: saturate(0.8);
}
.gem-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  gap: var(--s-48);
  align-items: center;
}
@media (max-width: 992px) {
  .gem-hero__grid {
    grid-template-columns: 1fr;
    gap: var(--s-36);
  }
}
.gem-hero__stat-card {
  background: var(--white);
  border: 1px solid rgba(0, 128, 152, 0.18);
  border-radius: var(--radius-card);
  padding: var(--s-32);
  box-shadow: 0 16px 40px rgba(10, 22, 32, 0.06);
  display: flex;
  flex-direction: column;
  gap: var(--s-20);
}
.gem-hero__stat-row {
  display: flex;
  align-items: center;
  gap: var(--s-16);
  padding-bottom: var(--s-16);
  border-bottom: 1px solid var(--gray-100);
}
.gem-hero__stat-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.gem-hero__stat-num {
  font-family: var(--font-mono);
  font-size: 2rem;
  font-weight: 700;
  color: var(--gem-teal);
  min-width: 90px;
}
.gem-hero__stat-label {
  font-size: 0.9375rem;
  color: var(--gray-700);
  line-height: 1.4;
}

/* 3 Doors Bento */
.doors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-24);
}
@media (max-width: 992px) {
  .doors-grid {
    grid-template-columns: 1fr;
  }
}
.door-card {
  background: var(--white);
  border: 1px solid rgba(10, 22, 32, 0.08);
  border-radius: var(--radius-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(10, 22, 32, 0.03);
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease), border-color 0.28s var(--ease);
}
.door-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 128, 152, 0.12);
  border-color: rgba(0, 128, 152, 0.4);
}
.door-card__media {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.door-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s var(--ease);
}
.door-card:hover .door-card__media img {
  transform: scale(1.04);
}
.door-card__body {
  padding: var(--s-24);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--s-16);
}
.door-card__tag {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gem-teal);
}
.door-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--black);
  margin: 0;
  line-height: 1.35;
}
.door-card__desc {
  font-size: 0.9375rem;
  color: var(--gray-600);
  line-height: 1.6;
  margin: 0;
}

/* Program Bento */
.program-flagship {
  background: var(--white);
  border: 1px solid rgba(0, 128, 152, 0.24);
  border-radius: var(--radius-card);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  box-shadow: 0 8px 32px rgba(0, 128, 152, 0.06);
  margin-bottom: var(--s-32);
}
@media (max-width: 992px) {
  .program-flagship {
    grid-template-columns: 1fr;
  }
}
.program-flagship__media {
  position: relative;
  overflow: hidden;
}
.program-flagship__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.program-flagship__body {
  padding: clamp(2rem, 3.5vw, 3.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--s-20);
}
.program-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--s-24);
}
@media (max-width: 768px) {
  .program-grid {
    grid-template-columns: 1fr;
  }
}
.program-item {
  background: var(--white);
  border: 1px solid rgba(10, 22, 32, 0.08);
  border-radius: var(--radius-card);
  padding: var(--s-28);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--s-16);
  transition: transform 0.25s var(--ease), border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.program-item:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 128, 152, 0.35);
  box-shadow: 0 12px 30px rgba(0, 128, 152, 0.08);
}

/* Levels Ladder */
.levels-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-20);
}
@media (max-width: 992px) {
  .levels-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 567px) {
  .levels-grid {
    grid-template-columns: 1fr;
  }
}
.level-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-card);
  padding: var(--s-24);
  display: flex;
  flex-direction: column;
  gap: var(--s-12);
  position: relative;
}
.level-card--active {
  background: rgba(0, 128, 152, 0.2);
  border-color: var(--gem-cyan);
}
.level-card__num {
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--gem-cyan);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.level-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--white);
  margin: 0;
  line-height: 1.35;
}
.level-card__desc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 0;
}

/* Marquee track */
.gem-marquee {
  width: 100%;
  overflow: hidden;
  user-select: none;
  display: flex;
  gap: var(--s-48);
  padding: var(--s-24) 0;
}
.gem-marquee__track {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: var(--s-48);
  min-width: 100%;
  animation: scrollMarquee 35s linear infinite;
}
.gem-marquee:hover .gem-marquee__track {
  animation-play-state: paused;
}
@keyframes scrollMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}
.gem-marquee__item img {
  max-height: 48px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%) contrast(1.1);
  opacity: 0.8;
  transition: filter 0.25s ease, opacity 0.25s ease;
}
.gem-marquee__item img:hover {
  filter: none;
  opacity: 1;
}

/* Floating Drawer Modal */
.lead-drawer {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  justify-content: flex-end;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s var(--ease), visibility 0.3s var(--ease);
}
.lead-drawer.is-open {
  visibility: visible;
  opacity: 1;
}
.lead-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 22, 32, 0.6);
  backdrop-filter: blur(4px);
}
.lead-drawer__panel {
  position: relative;
  z-index: 1;
  width: min(540px, 100%);
  height: 100%;
  background: var(--white);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.18);
  transform: translateX(100%);
  transition: transform 0.35s var(--ease);
}
.lead-drawer.is-open .lead-drawer__panel {
  transform: translateX(0);
}

/* ============================================================================
   EXCLUSIVE 3 TẦNG SẢN PHẨM AI CHỦ ĐẠO (LEARNED FROM SUNLANDSG)
   ========================================================================= */

.sunlandsg-properties-wrapper {
  background-color: var(--gem-ink, #0a1620);
  position: relative;
  overflow: hidden;
}

.sunlandsg-properties-inner-wrapper {
  background-color: var(--gem-ink, #0a1620);
  padding: clamp(3rem, 5vw, 5.5rem) 0 clamp(3.5rem, 6vw, 6.5rem);
  position: relative;
}

.sunlandsg-properties-inner-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  height: 100%;
  background: radial-gradient(circle at 80% 20%, rgba(16, 192, 224, 0.08) 0%, transparent 50%),
              radial-gradient(circle at 10% 80%, rgba(0, 128, 152, 0.09) 0%, transparent 50%);
  pointer-events: none;
}

.sunlandsg-section-heading.sunlandsg-properties-heading {
  padding: 0 clamp(1.25rem, 6vw, 6rem);
  margin-bottom: clamp(2rem, 3.5vw, 3.5rem);
  position: relative;
  z-index: 2;
}

.sunlandsg-section-heading-kicker {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(0.75rem, 1vw, 0.9375rem);
  font-weight: 700;
  color: var(--gem-accent, #10c0e0);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.sunlandsg-section-heading.sunlandsg-properties-heading .sunlandsg-section-heading-text > div {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  margin-top: 0.25rem;
  letter-spacing: -0.02em;
}

.sunlandsg-section-heading-sub {
  font-size: clamp(0.9375rem, 1.2vw, 1.125rem);
  color: var(--gray-300, #a2b6b2);
  max-width: 820px;
  margin-top: 0.75rem;
  line-height: 1.6;
}

/* Tier Header Row */
.gem-tier-header {
  padding: 0 clamp(1.25rem, 6vw, 6rem);
  margin-bottom: 1rem;
  margin-top: clamp(2rem, 3.5vw, 3rem);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.gem-tier-header:first-of-type {
  margin-top: 0;
}
.gem-tier-header__left {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  flex-wrap: wrap;
}
.gem-tier-header__tag {
  display: inline-block;
  font-family: 'Azeret Mono', monospace;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gem-ink, #0a1620);
  background: var(--gem-accent, #10c0e0);
  padding: 0.25rem 0.625rem;
  border-radius: 3px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.gem-tier-header__title {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(1.125rem, 1.6vw, 1.5rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.gem-tier-header__desc {
  font-size: 0.875rem;
  color: var(--gray-400, #889e9a);
  margin: 0;
}

/* Properties List Rows */
.sunlandsg-properties-list-wrapper {
  position: relative;
  z-index: 2;
}

.sunlandsg-properties-list-row {
  margin: 0 0 clamp(1.25rem, 2.5vw, 2.25rem);
  padding: 0 clamp(0.75rem, 4.5vw, 4.5rem);
  position: relative;
}

.sunlandsg-properties-list-slide-wrapper {
  position: relative;
}

/* Smooth Slide Container (Dual Slick & Native Scroll-Snap) */
.sunlandsg-properties-list-slide {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 8px 4px 14px;
}
.sunlandsg-properties-list-slide::-webkit-scrollbar {
  display: none;
}

/* When slick initialized */
.sunlandsg-properties-list-slide.slick-initialized {
  display: block;
  overflow: visible;
  padding: 0;
}
.sunlandsg-properties-list-slide.slick-initialized .slick-track {
  display: flex !important;
  gap: 0;
}

/* Properties Item / Card */
.sunlandsg-properties-item {
  flex: 0 0 calc(33.333% - 12px);
  min-width: 320px;
  scroll-snap-align: start;
  padding: 0 4px;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .sunlandsg-properties-item {
    flex: 0 0 calc(50% - 9px);
    min-width: 290px;
  }
}
@media (max-width: 640px) {
  .sunlandsg-properties-item {
    flex: 0 0 calc(88% - 6px);
    min-width: 260px;
  }
}

.sunlandsg-properties-item a {
  position: relative;
  display: block;
  transform: translateZ(0);
  background-color: #0f1e29;
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.sunlandsg-properties-item a:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
}

/* Sunland Signature Accent Line: Bottom-to-Top expansion */
.sunlandsg-properties-item a::before {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  width: 4px;
  height: 4.5rem;
  background-color: var(--gem-teal, #008098);
  transition: 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
  z-index: 5;
}

.sunlandsg-properties-item a:hover::before {
  bottom: 0;
  height: 100%;
  background-color: var(--gem-accent, #10c0e0);
  box-shadow: 0 0 14px var(--gem-accent, #10c0e0);
}

/* Sunland Signature Frame Border glow */
.sunlandsg-properties-item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--gem-accent, #10c0e0);
  border-radius: 6px;
  opacity: 0;
  transition: 0.4s ease-in-out;
  pointer-events: none;
  z-index: 5;
}

.sunlandsg-properties-item a:hover::after {
  opacity: 1;
  box-shadow: inset 0 0 18px rgba(16, 192, 224, 0.2), 0 0 20px rgba(16, 192, 224, 0.3);
}

.sunlandsg-properties-item-inner-wrapper {
  position: relative;
  overflow: hidden;
  height: 440px;
}

/* Card Photo Canvas */
.sunlandsg-properties-item-photo {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.sunlandsg-properties-item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.sunlandsg-properties-item a:hover .sunlandsg-properties-item-photo img {
  transform: scale(1.08);
}

.sunlandsg-properties-item-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 22, 32, 0.25) 0%,
    rgba(10, 22, 32, 0.5) 45%,
    rgba(10, 22, 32, 0.95) 85%,
    #0a1620 100%
  );
  z-index: 2;
  pointer-events: none;
}

/* Status / Category Chips */
.sunlandsg-properties-item-content-status-city {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 3;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.sunlandsg-properties-item-content-status-city .gem-badge-pill {
  font-family: 'Archivo', sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  background: rgba(10, 22, 32, 0.75);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  letter-spacing: 0.05em;
}

.sunlandsg-properties-item-content-status-city .gem-badge-highlight {
  background: var(--gem-teal, #008098);
  color: #ffffff;
  border-color: var(--gem-teal, #008098);
}

/* Card Content Overlay */
.sunlandsg-properties-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* ⛔ ĐO 2026-09-24 (1440 & 1024px): nút "XEM NGUỒN CHÍNH THỨC" là
     `position:absolute; bottom:1.25rem; z-index:4` và LUÔN hiện (opacity 1), nên nó
     chiếm dải 20–50px tính từ đáy card. Danh sách tính năng kết thúc ở 30px ⇒ **đè nhau
     16–20px trên cả 9 card** (x=206px). Trước đây chỉ `@media (max-width:640px)` chừa
     chỗ (`padding-bottom:4.5rem`), desktop thì không.
     Nay chừa ở MỌI bề rộng: 3.5rem + margin 0.5rem của features = 64px > 50px. */
  padding: 0 1.5rem 3.5rem 1.5rem;
  z-index: 3;
  box-sizing: border-box;
  transition: bottom 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.sunlandsg-properties-item a:hover .sunlandsg-properties-item-content,
.sunlandsg-properties-item a:focus-visible .sunlandsg-properties-item-content {
  bottom: 0;
}

.sunlandsg-properties-item-content-address {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(1.0625rem, 1.3vw, 1.25rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 0.375rem;
}

.sunlandsg-properties-item-content-address .gem-card-subtitle {
  font-family: 'Archivo', sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  color: var(--gray-300, #a2b6b2);
  line-height: 1.45;
  margin-top: 0.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Features List (BD/BA converted to Course Metrics) */
.sunlandsg-properties-item-content-features {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding: 0;
  margin: 0.625rem 0 0.5rem;
  list-style: none;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.sunlandsg-properties-item a:hover .sunlandsg-properties-item-content-features,
.sunlandsg-properties-item a:focus-visible .sunlandsg-properties-item-content-features {
  opacity: 1;
  transform: translateY(0);
}

.sunlandsg-properties-item-content-features li {
  font-family: 'Archivo', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}

.sunlandsg-properties-item-content-features li:not(:last-child)::after {
  content: "·";
  margin-left: 0.5rem;
  color: var(--gem-cyan, #10c0e0);
  font-weight: bold;
}

/* Impact / Value Proposition */
.sunlandsg-properties-item-content-price {
  font-family: 'Archivo', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--gem-accent, #10c0e0);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.35s ease 0.05s, transform 0.35s ease 0.05s;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.sunlandsg-properties-item a:hover .sunlandsg-properties-item-content-price {
  opacity: 1;
  transform: translateY(0);
}

/* CTA Label (Floating Bottom Right on Hover) */
.sunlandsg-properties-item-link-label {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  font-family: 'Archivo', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gem-dark, #0a1620);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  padding: 0.45rem 0.875rem;
  background-color: var(--gem-cyan, #10c0e0);
  border-radius: 4px;
  z-index: 4;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.35s ease 0.08s, transform 0.35s ease 0.08s, background-color 0.2s ease;
  pointer-events: auto;
}

.sunlandsg-properties-item-link-label:hover {
  background-color: #ffffff;
}

.sunlandsg-properties-item a:hover .sunlandsg-properties-item-link-label,
.sunlandsg-properties-item a:focus-visible .sunlandsg-properties-item-link-label {
  opacity: 1;
  transform: translateY(0);
}

/* Khối chương trình dùng nền tối; giữ tương phản cho header độc lập với section cha. */
.sunlandsg-properties-inner-wrapper > .head .head__title {
  color: #ffffff;
}

.sunlandsg-properties-inner-wrapper > .head .head__sub {
  color: rgba(255, 255, 255, 0.72);
}

.sunlandsg-properties-inner-wrapper > .head .chips {
  color: var(--gem-cyan);
}

@media (max-width: 640px) {
  .sunlandsg-properties-item-content {
    padding-bottom: 4.5rem;
  }

  .sunlandsg-properties-item-link-label {
    left: 1.25rem;
    right: auto;
    bottom: 1rem;
  }
}

/* Carousel Navigation Arrows */
.sunlandsg-properties-list-slide-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  opacity: 0;
  z-index: 10;
  padding: 0 0.25rem;
  transition: opacity 0.3s ease;
}

.sunlandsg-properties-list-slide-wrapper:hover .sunlandsg-properties-list-slide-arrows {
  opacity: 1;
}

.sunlandsg-properties-list-slide-arrows button,
.sunlandsg-properties-list-slide-arrows span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 72px;
  background-color: rgba(10, 22, 32, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  cursor: pointer;
  pointer-events: auto;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}

.sunlandsg-properties-list-slide-arrows button:hover,
.sunlandsg-properties-list-slide-arrows span:hover {
  background-color: var(--gem-teal, #008098);
  border-color: var(--gem-accent, #10c0e0);
  color: #ffffff;
}

.sunlandsg-properties-list-slide-arrows .prev {
  border-radius: 0 6px 6px 0;
}

.sunlandsg-properties-list-slide-arrows .next {
  border-radius: 6px 0 0 6px;
}

.sunlandsg-properties-list-slide-arrows svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 768px) {
  .sunlandsg-properties-list-slide-arrows {
    display: none;
  }
}

/* ============================================================================
   BENTO CONTRAST MATRIX: TỪ 4 RÀO CẢN ĐẾN 4 TRỤ CỘT THỰC CHỨNG
   ========================================================================= */

.gem-contrast-matrix {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.gem-matrix-pair {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 1.25rem;
  align-items: stretch;
  position: relative;
}

@media (max-width: 900px) {
  .gem-matrix-pair {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/* Card 1: Rào cản (Pain Point) - Warning/Muted style */
.gem-matrix-card--problem {
  background: #ffffff;
  border: 1px solid #e2e8e7;
  border-left: 4px solid var(--coral-500, #ce3c2b);
  border-radius: 8px;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 16px rgba(10, 22, 32, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gem-matrix-card--problem:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(10, 22, 32, 0.08);
}

.gem-matrix-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.875rem;
}

.gem-matrix-card__badge-wrap {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.gem-matrix-card__num {
  font-family: 'Azeret Mono', monospace;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--coral-500, #ce3c2b);
  background: rgba(206, 60, 43, 0.08);
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
}

.gem-matrix-card__tag {
  font-family: 'Azeret Mono', monospace;
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--gray-600, #556c68);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.gem-matrix-card__icon--problem {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(206, 60, 43, 0.1);
  color: var(--coral-500, #ce3c2b);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  flex-shrink: 0;
}

.gem-matrix-card__title--problem {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.1875rem);
  font-weight: 700;
  color: var(--gem-ink, #0a1620);
  line-height: 1.35;
  margin: 0 0 0.5rem;
}

.gem-matrix-card__desc--problem {
  font-size: 0.875rem;
  color: var(--gray-600, #556c68);
  line-height: 1.6;
  margin: 0;
}

/* Card 2: Lời giải GEM Global (Pillar Solution) - Teal/Cyan style */
.gem-matrix-card--solution {
  background: #ffffff;
  border: 1px solid rgba(0, 128, 152, 0.25);
  border-left: 4px solid var(--gem-teal, #008098);
  border-radius: 8px;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 20px rgba(0, 128, 152, 0.07);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.gem-matrix-card--solution::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(16, 192, 224, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.gem-matrix-card--solution:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 128, 152, 0.14);
  border-color: var(--gem-accent, #10c0e0);
}

.gem-matrix-card__num--solution {
  font-family: 'Azeret Mono', monospace;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--gem-teal, #008098);
  background: rgba(0, 128, 152, 0.08);
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
}

.gem-matrix-card__tag--solution {
  font-family: 'Azeret Mono', monospace;
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--gem-teal, #008098);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.gem-matrix-card__icon--solution {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0, 128, 152, 0.12);
  color: var(--gem-teal, #008098);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  flex-shrink: 0;
}

.gem-matrix-card__title--solution {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.1875rem);
  font-weight: 700;
  color: var(--gem-teal, #008098);
  line-height: 1.35;
  margin: 0 0 0.5rem;
}

.gem-matrix-card__desc--solution {
  font-size: 0.875rem;
  color: var(--gray-700, #3c4f4c);
  line-height: 1.6;
  margin: 0 0 0.875rem;
}

.gem-matrix-card__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-family: 'Archivo', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gem-teal, #008098);
  background: var(--gem-soft, #e6f5f8);
  padding: 0.25rem 0.625rem;
  border-radius: 100px;
  align-self: flex-start;
}

/* ==========================================================================
   17c. PANEL MA TRẬN ĐỐI ỨNG (#dao-tao) — trình bày lại 2026-09-24
   Panel tối + lưới blueprint + đường nối ✕ → ✓. Mọi luật ở đây scope bằng
   `.matrix-panel` (specificity 0,2,0) nên thắng khối `.gem-matrix-*` gốc phía trên,
   không phụ thuộc thứ tự khai báo.
   ⛔ Nhãn nào chứa dấu tiếng Việt thì KHÔNG được dùng Azeret Mono (font chỉ ASCII):
   `.gem-matrix-card__num--solution` ("TRỤ CỘT 01") và cả hai `.gem-matrix-card__tag`
   đều bị fallback font ở bản cũ ⇒ nay chuyển sang `--font-sans` và nâng lên 14px.
   ========================================================================== */
.matrix-panel {
  position: relative;
  background-color: var(--gem-dark);
  padding: clamp(3rem, 5vw, 5.5rem) 0;
  overflow: hidden;
}
.matrix-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    repeating-linear-gradient(90deg, rgba(16, 192, 224, 0.06) 0 1px, transparent 1px 64px),
    repeating-linear-gradient(0deg,  rgba(16, 192, 224, 0.06) 0 1px, transparent 1px 64px);
  -webkit-mask-image: radial-gradient(120% 72% at 50% 0%, #000 22%, transparent 76%);
  mask-image: radial-gradient(120% 72% at 50% 0%, #000 22%, transparent 76%);
  pointer-events: none;
}
.matrix-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(58% 42% at 10% 0%,    rgba(0, 128, 152, 0.34) 0%, transparent 70%),
    radial-gradient(52% 38% at 94% 100%,  rgba(16, 192, 224, 0.18) 0%, transparent 70%);
  pointer-events: none;
}
.matrix-panel > .padding-global { position: relative; z-index: 1; }

.matrix-panel .chips { color: var(--gem-cyan); }
.matrix-panel .head__title { color: var(--white); }
.matrix-panel .head__title .text--grad {
  background: none;
  -webkit-text-fill-color: currentColor;
  color: var(--gem-cyan);
}
.matrix-panel .head__sub { color: rgba(255, 255, 255, 0.74); }

/* Dải chú giải quy ước màu */
.matrix-legend {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-8) var(--s-24);
  list-style: none;
  margin: var(--s-24) 0 0;
  padding: 0;
}
.matrix-legend__item {
  display: inline-flex;
  align-items: center;
  gap: var(--s-8);
  font-size: var(--text-s);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
}
.matrix-legend__mark {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  flex: 0 0 auto;
}
.matrix-legend__item--problem .matrix-legend__mark {
  background: rgba(206, 60, 43, 0.18);
  color: #f0997b;
  border: 1px solid rgba(206, 60, 43, 0.45);
}
.matrix-legend__item--solution .matrix-legend__mark {
  background: rgba(16, 192, 224, 0.14);
  color: var(--gem-cyan);
  border: 1px solid rgba(16, 192, 224, 0.5);
}

.matrix-panel .gem-contrast-matrix { gap: var(--s-20); margin-top: var(--s-40); }
.matrix-panel .gem-matrix-pair {
  grid-template-columns: 1fr 1fr;
  gap: var(--s-16) 76px;
}
/* Đường nối RÀO CẢN → TRỤ CỘT (vẽ bằng CSS, không thêm DOM) */
.matrix-panel .gem-matrix-pair::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 34px);
  width: 68px;
  height: 0;
  border-top: 1px dashed rgba(16, 192, 224, 0.45);
  transform: translateY(-50%);
  pointer-events: none;
}
.matrix-panel .gem-matrix-pair::after {
  content: "→";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gem-dark);
  border: 1px solid rgba(16, 192, 224, 0.5);
  color: var(--gem-cyan);
  font-size: 15px;
  line-height: 1;
  z-index: 2;
  pointer-events: none;
}

.matrix-panel .gem-matrix-card--problem,
.matrix-panel .gem-matrix-card--solution {
  border-radius: 12px;
  padding: clamp(1.125rem, 3vw, 1.5rem);
  box-shadow: none;
}
.matrix-panel .gem-matrix-card--problem {
  background: rgba(206, 60, 43, 0.07);
  border: 1px solid rgba(206, 60, 43, 0.26);
  border-left: 3px solid var(--coral-500);
}
.matrix-panel .gem-matrix-card--problem:hover {
  background: rgba(206, 60, 43, 0.11);
  border-color: rgba(206, 60, 43, 0.46);
  border-left-color: var(--coral-400);
}
.matrix-panel .gem-matrix-card--solution {
  background: rgba(16, 192, 224, 0.055);
  border: 1px solid rgba(16, 192, 224, 0.3);
}
/* Thanh accent trên đỉnh card trụ cột (thay cho quầng radial 140px của bản cũ) */
.matrix-panel .gem-matrix-card--solution::before {
  top: 0;
  right: auto;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--gem-teal), var(--gem-cyan));
  border-radius: 12px 12px 0 0;
}
.matrix-panel .gem-matrix-card--solution:hover {
  background: rgba(16, 192, 224, 0.09);
  border-color: rgba(16, 192, 224, 0.6);
}

.matrix-panel .gem-matrix-card__title--problem,
.matrix-panel .gem-matrix-card__title--solution { color: var(--white); }
.matrix-panel .gem-matrix-card__desc--problem   { color: rgba(255, 255, 255, 0.72); }
.matrix-panel .gem-matrix-card__desc--solution  { color: rgba(255, 255, 255, 0.82); }

/* Nhãn có dấu tiếng Việt ⇒ font sans, 14px */
.matrix-panel .gem-matrix-card__num--solution,
.matrix-panel .gem-matrix-card__tag,
.matrix-panel .gem-matrix-card__tag--solution {
  font-family: var(--font-sans);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.matrix-panel .gem-matrix-card__num {
  font-size: 0.875rem;
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  background: rgba(206, 60, 43, 0.18);
  color: #f0997b;
}
.matrix-panel .gem-matrix-card__num--solution {
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  background: rgba(16, 192, 224, 0.15);
  color: var(--gem-cyan);
  /* Giữ "TRỤ CỘT 01" trên một dòng; nhãn phụ bên cạnh mới được phép ngắt. */
  white-space: nowrap;
  flex: 0 0 auto;
}
.matrix-panel .gem-matrix-card__badge-wrap { flex-wrap: wrap; }
.matrix-panel .gem-matrix-card__tag { color: rgba(255, 255, 255, 0.52); }
.matrix-panel .gem-matrix-card__tag--solution { color: rgba(16, 192, 224, 0.9); }

.matrix-panel .gem-matrix-card__icon--problem {
  background: rgba(206, 60, 43, 0.18);
  color: #f09595;
  border: 1px solid rgba(206, 60, 43, 0.45);
}
.matrix-panel .gem-matrix-card__icon--solution {
  background: rgba(16, 192, 224, 0.15);
  color: var(--gem-cyan);
  border: 1px solid rgba(16, 192, 224, 0.5);
}

.matrix-panel .gem-matrix-card__chip {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: var(--s-8);
  margin-top: var(--s-16);
  padding: 9px 12px;
  border-radius: 8px;
  background: rgba(16, 192, 224, 0.1);
  border: 1px solid rgba(16, 192, 224, 0.28);
  font-size: 0.875rem;
  color: var(--gem-cyan);
}
.matrix-panel .gem-matrix-card__chip::before {
  content: "▸";
  flex: 0 0 auto;
  opacity: 0.85;
}

@media (max-width: 900px) {
  .matrix-panel .gem-matrix-pair { grid-template-columns: 1fr; gap: var(--s-16); }
  .matrix-panel .gem-matrix-pair::before,
  .matrix-panel .gem-matrix-pair::after { display: none; }
}

/* ==========================================================================
   GEM GLOBAL 4-DESTINATION SHOWCASE (SUNLAND-STYLE 2X2 GRID)
   ========================================================================== */

.gem-destinations-section {
  position: relative;
  background-color: var(--white);
  padding: clamp(60px, 6vw, 100px) 0;
}

.gem-destination-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: clamp(24px, 3vw, 40px);
}

.gem-destination-tile {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  border-radius: var(--radius-card, 16px);
  /* ⚠️ FIX 2026-09-21 — tràn ngang thật ở viewport 900–992px (đo được: window.scrollX = 19,
     cột 2 của grid kết thúc ở right=993 trong khi clientWidth=974):
     `aspect-ratio: 16/9` + `min-height: 280px` đứng cạnh nhau ⇒ min-height kéo NGƯỢC
     chiều rộng lên 280 × 16/9 = 497.8px, vượt cột grid 455px. `min-width: 0` KHÔNG đủ
     vì xung đột nằm ở min-height, không phải min-width.
     ⇒ Bỏ `min-height` (aspect-ratio đã bảo đảm tỉ lệ); giữ sàn chiều cao bằng cách
     hạ aspect-ratio ở màn hẹp (xem @media max-width:768px bên dưới). */
  aspect-ratio: 16 / 9;
  background-color: var(--gem-ink, #0A1620);
  box-shadow: 0 10px 30px rgba(10, 22, 32, 0.08);
  isolation: isolate;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gem-destination-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 128, 152, 0.22);
}

/* Background photo */
.gem-destination-tile__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.gem-destination-tile__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(0.4) contrast(1.1);
  transform: scale(1);
  transition: transform 0.7s cubic-bezier(0.2, 1, 0.3, 1), filter 0.5s ease;
}

.gem-destination-tile:hover .gem-destination-tile__photo img {
  transform: scale(1.08);
  filter: grayscale(0) contrast(1.05);
}

/* Gradient & Scrim Overlay (Sunland signature) */
.gem-destination-tile__photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 22, 32, 0.45) 0%, rgba(10, 22, 32, 0.82) 100%);
  transition: background 0.45s ease;
  z-index: 2;
}

.gem-destination-tile:hover .gem-destination-tile__photo::before {
  background: linear-gradient(135deg, rgba(0, 128, 152, 0.88) 0%, rgba(10, 22, 32, 0.86) 100%);
}

/* Sunland Signature Expanding Frame */
.gem-destination-tile__photo::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(220px, 22vw, 320px);
  height: clamp(90px, 9vw, 130px);
  border-top: 2px solid var(--gem-accent, #10C0E0);
  border-bottom: 2px solid var(--gem-accent, #10C0E0);
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  pointer-events: none;
  transition: all 0.45s cubic-bezier(0.2, 1, 0.3, 1);
  z-index: 3;
}

.gem-destination-tile:hover .gem-destination-tile__photo::after {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: calc(var(--radius-card, 16px) - 4px);
  box-shadow: 0 0 25px rgba(16, 192, 224, 0.35);
}

/* Content / Labels */
.gem-destination-tile__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--s-24);
  z-index: 4;
  pointer-events: none;
}

.gem-destination-tile__tag {
  font-family: var(--font-heading, 'Archivo', sans-serif);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--gem-accent, #10C0E0);
  text-transform: uppercase;
  margin-bottom: 6px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.gem-destination-tile:hover .gem-destination-tile__tag {
  color: #ffffff;
  transform: translateY(-2px);
}

.gem-destination-tile__title {
  font-family: var(--font-heading, 'Archivo', sans-serif);
  font-size: clamp(1.25rem, 2vw, 1.875rem);
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.25;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

.gem-destination-tile__title span {
  display: block;
  font-weight: 600;
  font-size: 0.88em;
  letter-spacing: 0.02em;
  opacity: 0.95;
  margin-top: 4px;
}

.gem-destination-tile:hover .gem-destination-tile__title {
  transform: translateY(-2px);
}

.gem-destination-tile__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-heading, 'Archivo', sans-serif);
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 10px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.35s ease 0.05s, transform 0.35s ease 0.05s;
}

.gem-destination-tile:hover .gem-destination-tile__cta {
  opacity: 1;
  transform: translateY(0);
  color: #ffffff;
}

.gem-destination-tile__cta svg {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}

.gem-destination-tile:hover .gem-destination-tile__cta svg {
  transform: translateX(4px);
}

/* ==========================================================================
   DELIVERABLES GUARANTEE STRIP (4 TÀI SẢN BÀN GIAO)
   ========================================================================== */

.gem-deliverables-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 36px;
  padding: 24px;
  background: var(--gem-gray-bg, #F4F7F8);
  border: 1px solid rgba(10, 22, 32, 0.06);
  border-radius: var(--radius-card, 16px);
}

.gem-deliverable-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px;
  border-radius: 12px;
  background: var(--white);
  border: 1px solid rgba(10, 22, 32, 0.05);
  box-shadow: 0 2px 8px rgba(10, 22, 32, 0.02);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.gem-deliverable-item:hover {
  transform: translateY(-2px);
  border-color: var(--gem-teal, #008098);
  box-shadow: 0 6px 16px rgba(0, 128, 152, 0.08);
}

.gem-deliverable-item.is-highlight {
  background: linear-gradient(180deg, #ffffff 0%, var(--gem-soft, #E6F5F8) 100%);
  border-color: rgba(0, 128, 152, 0.3);
}

.gem-deliverable-tag {
  font-family: var(--font-mono, 'Azeret Mono', monospace);
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--gem-teal, #008098);
  letter-spacing: 0.05em;
}

.gem-deliverable-title {
  font-family: var(--font-heading, 'Archivo', sans-serif);
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--gem-ink, #0A1620);
  line-height: 1.35;
  margin: 0;
}

.gem-deliverable-desc {
  font-size: 0.8125rem;
  color: var(--gray-600, #5a6e6b);
  line-height: 1.5;
  margin: 0;
}

.gem-deliverable-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gem-teal, #008098);
  margin-top: 4px;
}

/* Responsive */
@media (max-width: 992px) {
  .gem-deliverables-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .gem-destination-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .gem-destination-tile {
    aspect-ratio: 16 / 10;
  }
  .gem-destination-tile__photo::after {
    width: 240px;
    height: 90px;
  }
  .gem-destination-tile:hover .gem-destination-tile__photo::after {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
  }
  .gem-destination-tile__cta {
    opacity: 1;
    transform: translateY(0);
  }
  .gem-deliverables-strip {
    grid-template-columns: 1fr;
    padding: 16px;
    gap: 12px;
  }
}

/* ==========================================================================
   DOWNSTREAM SECTIONS ENHANCEMENTS (Section 11 to 18)
   ========================================================================== */

/* Section 11: Proof & Stats Bento */
.gem-proof-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-20, 20px);
  margin-bottom: var(--s-48, 48px);
}
@media (max-width: 992px) {
  .gem-proof-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 567px) {
  .gem-proof-stats {
    grid-template-columns: 1fr;
  }
}
.gem-stat-bento {
  background: var(--white, #ffffff);
  border: 1px solid rgba(0, 128, 152, 0.18);
  border-radius: var(--radius-card, 12px);
  padding: var(--s-24, 24px);
  box-shadow: 0 4px 20px rgba(10, 22, 32, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.25s var(--ease, ease), border-color 0.25s var(--ease, ease), box-shadow 0.25s var(--ease, ease);
}
.gem-stat-bento:hover {
  transform: translateY(-4px);
  border-color: var(--gem-teal, #008098);
  box-shadow: 0 14px 32px rgba(0, 128, 152, 0.12);
}
.gem-stat-bento__num {
  font-family: var(--font-mono, "Azeret Mono", monospace);
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 800;
  color: var(--gem-teal, #008098);
  line-height: 1;
  letter-spacing: -0.02em;
}
.gem-stat-bento__label {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--gem-ink, #0a1620);
  margin: var(--s-8, 8px) 0 4px;
}
.gem-stat-bento__desc {
  font-size: 0.8125rem;
  color: var(--gray-600, #5a6e6b);
  line-height: 1.5;
  margin: 0;
}
.gem-trust-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  flex-wrap: wrap;
  margin-top: var(--s-36, 36px);
  padding-top: var(--s-24, 24px);
  border-top: 1px solid var(--gray-100, #e6edea);
}
.gem-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--gray-700, #364845);
}
.gem-trust-item svg {
  color: var(--gem-teal, #008098);
  flex-shrink: 0;
}

/* Positioning Panel (Leadership & CTA) */
.positioning-panel {
  background: var(--white, #ffffff);
  border: 1px solid rgba(10, 22, 32, 0.08);
  border-radius: var(--radius-card, 16px);
  padding: clamp(2rem, 4vw, 3.5rem);
  box-shadow: 0 10px 32px rgba(10, 22, 32, 0.04);
}
.positioning-panel__grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}
@media (max-width: 992px) {
  .positioning-panel__grid {
    grid-template-columns: 1fr;
    gap: var(--s-28, 28px);
  }
}

/* Case Study Enhancements */
.casestudy-floating-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  background: rgba(10, 22, 32, 0.85);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.casestudy-metrics-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: var(--s-16, 16px) 0;
}
@media (max-width: 567px) {
  .casestudy-metrics-row {
    grid-template-columns: 1fr;
  }
}
.casestudy-metric-box {
  background: var(--gray-50, #f8faf9);
  border: 1px solid var(--gray-200, #d5e0dc);
  border-radius: 8px;
  padding: 10px 12px;
  text-align: center;
}
.casestudy-metric-num {
  font-family: var(--font-mono, "Azeret Mono", monospace);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--gem-teal, #008098);
  line-height: 1.2;
}
.casestudy-metric-lbl {
  font-size: 0.6875rem;
  color: var(--gray-600, #5a6e6b);
  line-height: 1.35;
  margin-top: 4px;
}

/* Press & Media Section */
.press-quote-card {
  background: var(--gray-50, #f8faf9);
  border-left: 4px solid var(--gem-teal, #008098);
  border-radius: 0 var(--radius-card, 12px) var(--radius-card, 12px) 0;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  margin-bottom: var(--s-36, 36px);
}
.press-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-20, 20px);
}
@media (max-width: 992px) {
  .press-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 567px) {
  .press-grid {
    grid-template-columns: 1fr;
  }
}
.press-card {
  background: var(--white, #ffffff);
  border: 1px solid rgba(10, 22, 32, 0.08);
  border-radius: var(--radius-card, 12px);
  padding: var(--s-20, 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--s-12, 12px);
  min-height: 150px;
  box-shadow: 0 4px 16px rgba(10, 22, 32, 0.03);
  transition: transform 0.25s var(--ease, ease), box-shadow 0.25s var(--ease, ease), border-color 0.25s var(--ease, ease);
}
.press-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 128, 152, 0.35);
  box-shadow: 0 12px 28px rgba(0, 128, 152, 0.08);
}
.press-card__logo {
  display: flex;
  align-items: center;
  height: 48px;
}
.press-card__logo img {
  max-height: 38px;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: filter 0.25s ease, opacity 0.25s ease;
}
.press-card:hover .press-card__logo img {
  filter: none;
  opacity: 1;
}
.press-card__title {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--gem-ink, #0a1620);
  margin: 0;
  font-weight: 600;
}



/* ============================================ 26. ĐƯỜNG DẪN ĐỌC (READING TRAIL)
   Hiệu ứng dẫn dắt đọc — JS: assets/js/reading-trail.js
   ----------------------------------------------------------------------------
   Bất biến về hình học (đo 2026-09-23, 1440/1280/1024px):
     .padding-global chừa 40px mỗi bên · ray thu gọn 34px + lề 4px = 38px
     ⇒ rãnh trống còn 2px, ray KHÔNG đè lên cột chữ ở mọi bề rộng.
   Bất biến về hành vi: ray thu gọn là mặc định; tấm nhãn 248px chỉ mở khi
   người dùng chủ động, vì nó phủ lên 214px của cột chữ.
   ------------------------------------------------------------------------- */

/* Điểm neo: mọi section có id phải nằm dưới thanh header dính, không bị che.
   --trail-header-h do JS đặt bằng chiều cao THẬT của .site-header.
   Đo được: đỉnh section cách mép trên 97px khi header cao 79px. */
section[id] {
  scroll-margin-top: calc(var(--trail-header-h, 72px) + 18px);
}

.trail {
  position: fixed;
  top: 50%;
  right: 4px;
  z-index: 90;                       /* dưới .site-header (100), dưới drawer (10000) */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 34px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translate(18px, -50%);
  transition: opacity .45s var(--ease, cubic-bezier(.4,0,.2,1)),
              transform .45s var(--ease, cubic-bezier(.4,0,.2,1)),
              visibility .45s;
}
.trail[hidden] { display: none; }
.trail.is--on { opacity: 1; visibility: visible; transform: translate(0, -50%); }

/* Hai lớp nền, KHÔNG animate bề rộng — để nhãn không bao giờ thò ra ngoài nền
   trong lúc chuyển động (lỗi đã đo ở bản đầu: nền nở dần còn nhãn đứng yên). */
.trail::before,
.trail::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0; right: 0;
  z-index: 0;
  border: 1px solid rgba(10, 22, 32, .09);
  background: rgba(255, 255, 255, .95);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.trail::before {                     /* viên thuốc lúc thu gọn */
  width: 34px;
  border-radius: 999px;
  box-shadow: 0 14px 38px rgba(10, 22, 32, .13);
}
.trail::after {                      /* tấm nhãn lúc mở */
  width: 248px;
  border-radius: 28px;
  box-shadow: 0 18px 48px rgba(10, 22, 32, .16);
  opacity: 0;
  transform: translateX(12px);
  pointer-events: none;
  transition: opacity .24s var(--ease, cubic-bezier(.4,0,.2,1)),
              transform .24s var(--ease, cubic-bezier(.4,0,.2,1));
}
.trail.is--open::after { opacity: 1; transform: none; }

.trail > * { position: relative; z-index: 1; }

/* ---------------------------------------------------------------- nút gạt */
.trail__toggle {
  width: 100%;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.trail__toggle-bars { display: grid; gap: 3px; }
.trail__toggle-bars i {
  display: block;
  width: 12px; height: 2px;
  border-radius: 2px;
  background: rgba(10, 22, 32, .42);
  transition: background-color .25s var(--ease, ease), width .25s var(--ease, ease);
}
.trail__toggle:hover .trail__toggle-bars i { background: var(--gem-teal); }
.trail.is--open .trail__toggle-bars i:nth-child(2) { width: 8px; }

/* --------------------------------------------------- thanh tiến độ mini (mobile) */
.trail__mini { display: none; }

/* ------------------------------------------------------------ thân đường ray */
.trail__nav {
  position: relative;
  width: 100%;
  z-index: 1;
}
/* Mở ra: thân ray nở sang TRÁI, mép phải giữ nguyên ⇒ chấm không nhảy chỗ. */
.trail.is--open .trail__nav {
  width: 248px;
  align-self: flex-end;
}

.trail__track {
  position: absolute;
  top: 12px; bottom: 12px;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  border-radius: 2px;
  background: rgba(10, 22, 32, .12);
  overflow: hidden;
  z-index: 1;
}
.trail.is--open .trail__track { left: auto; right: 15px; margin-left: 0; }

.trail__fill {
  display: block;
  width: 100%; height: 100%;
  background: var(--grad-green);
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform .18s linear;
}

/* ⛔ LÚC THU GỌN TUYỆT ĐỐI KHÔNG đặt overflow ở đây: `overflow-y:auto` sẽ ép
   `overflow-x` thành `auto` theo và cắt sạch nhãn tràn sang trái (đã đo
   2026-09-23 — nhãn mất hẳn dù opacity=1, rect.width vẫn 190px).
   Chỉ đặt overflow khi MỞ, lúc đó nhãn đã nằm trong dòng chảy nên không tràn. */
.trail__list {
  position: relative;
  z-index: 2;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.trail.is--open .trail__list {
  align-items: stretch;
  max-height: calc(100vh - 250px);
  overflow-y: auto;
  scrollbar-width: none;
}
.trail.is--open .trail__list::-webkit-scrollbar { display: none; }

.trail__item { display: block; }

.trail__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px; height: 24px;          /* 24px = ngưỡng target size WCAG 2.2 AA */
  border-radius: 50%;
  text-decoration: none;
}
.trail__link:focus-visible { outline: 2px solid var(--gem-teal); outline-offset: 2px; }
/* Mở ra: hàng cao theo nội dung ⇒ nhãn 2 dòng KHÔNG đè lên hàng bên cạnh. */
.trail.is--open .trail__link {
  width: 100%;
  height: auto;
  min-height: 24px;
  justify-content: flex-end;
  gap: 8px;
  padding: 4px 13px 4px 8px;
  border-radius: 8px;
}
.trail.is--open .trail__link:hover { background: var(--gem-soft); }

.trail__dot {
  flex: 0 0 auto;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(10, 22, 32, .2);
  transition: transform .25s var(--ease, ease),
              background-color .25s var(--ease, ease),
              box-shadow .25s var(--ease, ease);
}
.trail__link:hover .trail__dot { background: var(--gem-teal); transform: scale(1.25); }
.trail__link.is--done .trail__dot { background: rgba(0, 128, 152, .55); }
.trail__link.is--active .trail__dot {
  background: var(--gem-teal);
  transform: scale(1.55);
  box-shadow: 0 0 0 3px rgba(16, 192, 224, .22);
}

/* Nhãn: lúc thu gọn là lớp tuyệt đối ẩn; lúc mở chuyển sang dòng chảy. */
.trail__label {
  position: absolute;
  right: calc(100% + 8px);
  top: 50%;
  width: max-content;
  max-width: 186px;
  font-size: 12.5px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .015em;
  text-transform: uppercase;
  text-align: right;
  color: var(--gem-dark);
  opacity: 0;
  pointer-events: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transform: translateY(-50%) translateX(6px);
  transition: opacity .2s var(--ease, ease), transform .2s var(--ease, ease);
}
.trail.is--open .trail__label {
  position: static;
  flex: 1 1 auto;
  min-width: 0;
  max-width: none;
  opacity: 1;
  transform: none;
}
.trail__link.is--active .trail__label { color: var(--gem-teal); }
.trail__link:hover .trail__label { color: var(--gem-teal); }

.trail__sr {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* ------------------------------------------------------------------- chân ray */
.trail__foot {
  display: none;
  width: 220px;
  margin-left: auto;                  /* bám mép phải của thân ray */
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 0 6px 0 2px;               /* chừa 6px mép phải cho nút ✕ khỏi chạm viền */
}
.trail.is--open .trail__foot { display: flex; }

.trail__step,
.trail__close {
  width: 30px; height: 30px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(10, 22, 32, .12);
  background: var(--white);
  color: var(--gem-dark);
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: border-color .2s var(--ease, ease), color .2s var(--ease, ease), background-color .2s var(--ease, ease);
}
.trail__step:hover:not(:disabled),
.trail__close:hover { border-color: var(--gem-teal); color: var(--gem-teal); }
.trail__step:disabled { opacity: .32; cursor: default; }
.trail__close { border-color: rgba(10, 22, 32, .08); color: var(--gray-600); }

.trail__count {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .04em;
  color: var(--gray-600);
  white-space: nowrap;
}

.trail__eta {
  display: none;
  width: 220px;
  margin: 6px 0 0 auto;
  padding: 6px 6px 0 2px;
  border-top: 1px solid rgba(10, 22, 32, .08);
  font-size: 11px;
  line-height: 1.4;
  text-align: right;
  color: var(--gray-600);
}
.trail.is--open .trail__eta { display: block; }

/* --------------------------------------- nhấp sáng section đích khi tới nơi */
@keyframes gemTrailArrive {
  0%   { box-shadow: inset 5px 0 0 0 rgba(16, 192, 224, 0); }
  20%  { box-shadow: inset 5px 0 0 0 rgba(16, 192, 224, .95); }
  100% { box-shadow: inset 5px 0 0 0 rgba(16, 192, 224, 0); }
}
.is--trail-arrive { animation: gemTrailArrive .95s var(--ease, ease) 1; }

/* Viewport thấp: thu nhỏ bước chấm để cả 15 mục luôn vừa màn hình mà không
   cần thanh cuộn (thanh cuộn sẽ cắt mất nhãn — xem ghi chú ở .trail__list). */
@media (max-height: 760px) { .trail__link { height: 21px; } }
@media (max-height: 660px) { .trail__link { height: 18px; } .trail__dot { width: 6px; height: 6px; } }
@media (max-height: 560px) { .trail__link { height: 15px; } .trail__dot { width: 5px; height: 5px; } }
/* Trang dài hơn 18 phần ⇒ chấm gọn hơn (JS gắn .is--long). */
.trail.is--long .trail__link { height: 18px; }

/* ================================================== 26b. ĐƯỜNG DẪN ĐỌC · MOBILE
   Dưới 992px: ray dọc → viên thuốc dưới đáy (nút gạt + thanh tiến độ mini).
   Danh sách mở thành tấm trượt phía trên, tự đóng sau khi chọn phần.
   ⚠️ Mọi selector ghi đè trạng thái mở phải dùng `.trail.is--open …` cho đủ
   độ ưu tiên — nếu chỉ viết `.trail__x` thì luật desktop (0,3,0) sẽ thắng. */
@media (max-width: 992px) {
  /* ⛔⛔ KHÔNG đặt `transform` hay `backdrop-filter` lên .trail ở đây.
     Cả hai đều biến .trail thành containing block cho `.trail__nav{position:fixed}`
     ⇒ `left:12px; right:12px` bị tính theo bề rộng VIÊN THUỐC chứ không theo
     màn hình. Đo được 2026-09-23: tấm trượt co còn 95px thay vì 366px, nhãn
     rớt mỗi dòng một chữ. Vì vậy: căn giữa bằng `left/right:0 + margin:auto +
     width:fit-content`, và đưa nền/blur xuống `::before`. */
  .trail,
  .trail.is--on {
    transform: none;
    top: auto; bottom: 14px;
    left: 0; right: 0;
    margin: 0 auto;
    width: fit-content;
    max-width: calc(100vw - 24px);
    flex-direction: row;
    align-items: center;
    gap: 9px;
    padding: 7px 13px;
    background: none;
    border: 0;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  /* Nền viên thuốc nằm ở lớp giả ⇒ .trail sạch, không tạo containing block. */
  .trail::before {
    display: block;
    top: 0; bottom: 0; left: 0; right: 0;
    width: auto;
    border-radius: 999px;
    background: rgba(255, 255, 255, .95);
    border: 1px solid rgba(10, 22, 32, .1);
    box-shadow: 0 12px 32px rgba(10, 22, 32, .18);
  }
  .trail::after { display: none; }

  .trail__toggle { width: 26px; height: 26px; }

  .trail__mini {
    display: block;
    width: 58px; height: 3px;
    border-radius: 3px;
    background: rgba(10, 22, 32, .14);
    overflow: hidden;
  }
  .trail__mini > i {
    display: block;
    width: 100%; height: 100%;
    background: var(--grad-green);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .18s linear;
  }

  .trail__nav {
    position: fixed;
    left: 12px; right: 12px; bottom: 64px;
    width: auto;
    max-height: 56vh;
    overflow-y: auto;
    padding: 8px;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, .98);
    border: 1px solid rgba(10, 22, 32, .1);
    box-shadow: 0 18px 48px rgba(10, 22, 32, .22);
    display: none;
  }
  .trail.is--open .trail__nav { display: block; width: auto; align-self: auto; }

  .trail__track { display: none; }

  .trail.is--open .trail__list { align-items: stretch; max-height: none; overflow: visible; }

  .trail.is--open .trail__link {
    width: 100%; height: auto;
    min-height: 44px;                 /* ngưỡng chạm trên cảm ứng */
    justify-content: flex-start;
    gap: 10px;
    padding: 9px 10px;
    border-radius: var(--radius-md);
  }

  /* Đưa chấm sang TRÁI cho hàng dọc trên mobile — mắt đọc "chấm → nhãn". */
  .trail__dot { width: 8px; height: 8px; order: -1; }

  .trail.is--open .trail__label {
    position: static;
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    display: block;
    opacity: 1;
    text-align: left;
    transform: none;
  }

  .trail__foot {
    width: auto;
    margin: 6px 0 0;
    padding: 8px 2px 2px;
    border-top: 1px solid rgba(10, 22, 32, .08);
  }
  .trail__eta {
    width: auto;
    margin: 6px 0 0;
    text-align: left;
    padding: 6px 2px 2px;
    border-top: 0;
  }
}

@media print {
  .trail { display: none !important; }
}



/* ============================================================================
   28. MOTION SYSTEM — ENTERPRISE B2B (2026-09-23)
   JS: assets/js/motion-system.js (vanilla, không phụ thuộc GSAP) +
       proposal.js initCounters (odometer) + needs-survey.js show() (trượt thẻ).
   Chỉ dùng 6 token màu GEM + token --motion-* ở §0. Mọi lớp trang trí đều
   aria-hidden, pointer-events:none, position:absolute ⇒ không đổi bố cục (CLS 0).
   ========================================================================= */

/* Chữ chỉ dành cho trình đọc màn hình (dùng bởi odometer). */
.gm-sr {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* ------------------------------------------ 28.1 CURSOR SPOTLIGHT (P1)
   Lớp .gm-spot do JS chèn vào thẻ khi con trỏ đi vào lần đầu. Hai vòng tròn
   560px (bán kính 280px) chạy theo con trỏ bằng transform — không repaint
   gradient mỗi khung hình. Chỉ bật khi (hover:hover) and (pointer:fine) and
   (min-width:1024px) và không reduce (JS quyết định). */
.gm-spot-host { isolation: isolate; }
.gm-spot-host--rel { position: relative; }
.gm-spot {
  position: absolute;
  inset: 0;
  z-index: -1;                 /* trên nền thẻ, dưới nội dung (host isolate) */
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--motion-dur-base) var(--motion-ease-out);
}
.gm-spot-host.is--spot-on > .gm-spot { opacity: 1; }
.gm-spot__fill,
.gm-spot__ring {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
}
.gm-spot__ring {
  padding: 1.5px;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask-composite: exclude;
}
.gm-spot__fill > i,
.gm-spot__ring > i {
  position: absolute;
  left: 0; top: 0;
  width: 560px; height: 560px;
  border-radius: 50%;
  transform: translate3d(-9999px, -9999px, 0);
  will-change: transform;
}
.gm-spot__fill > i { background: radial-gradient(closest-side, rgba(0, 128, 152, 0.12), rgba(0, 128, 152, 0)); }
.gm-spot__ring > i { background: radial-gradient(closest-side, rgba(16, 192, 224, 0.3), rgba(16, 192, 224, 0) 100%); }
/* Thẻ chương trình: ảnh nền nằm z-index 1 ⇒ đưa spotlight lên trên ảnh, dưới
   viền glow ::before/::after (z 5) của chính thẻ. */
.sunlandsg-properties-item > a > .gm-spot { z-index: 4; }
.sunlandsg-properties-item > a > .gm-spot .gm-spot__ring > i { background: radial-gradient(closest-side, rgba(16, 192, 224, 0.55), rgba(16, 192, 224, 0)); }

/* ------------------------------------------ 28.2 BORDER BEAM ORBIT (P2)
   Thẻ FLAGSHIP (AI AT WORK). Một nêm conic-gradient ~26° (~100px chu vi)
   xoay bằng transform bên trong một vành 1.5px được mask ⇒ tia sáng men theo
   viền bo góc. 6s/vòng; chỉ chạy khi thẻ trong khung nhìn (.is--live). */
.gm-beam {
  position: absolute;
  inset: 0;
  z-index: 6;
  border-radius: inherit;
  pointer-events: none;
  padding: 1.5px;
  overflow: hidden;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask-composite: exclude;
}
.gm-beam::before {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 220%;
  aspect-ratio: 1;
  background: conic-gradient(from 0deg,
    rgba(16, 192, 224, 0) 0deg 332deg,
    rgba(0, 128, 152, 0.9) 348deg,
    var(--gem-cyan) 358deg,
    rgba(16, 192, 224, 0) 360deg);
  transform: translate(-50%, -50%) rotate(0deg);
  animation: gmBeamOrbit 6s linear infinite;
  animation-play-state: paused;
  will-change: transform;
}
.gm-beam.is--live::before { animation-play-state: running; }
@keyframes gmBeamOrbit {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
.is--flagship > a { box-shadow: 0 0 0 1px rgba(16, 192, 224, 0.18); }

/* ------------------------------ 28.3 SHIMMER BUTTON + MAGNETIC (P3)
   [data-shimmer]: vệt sáng chéo quét qua mặt nút mỗi 4s (chạy ~1.1s rồi nghỉ).
   [data-magnetic]: JS đặt thuộc tính `translate` (tách khỏi `transform` sẵn có
   của nút) tối đa 4px; nhả ra thì trả về bằng easing spring. */
[data-shimmer] {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
[data-shimmer]::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 0;
  width: 40%;
  z-index: -1;                 /* trên nền nút, dưới chữ */
  pointer-events: none;
  background: linear-gradient(100deg,
    rgba(255, 255, 255, 0) 15%,
    rgba(255, 255, 255, 0.32) 50%,
    rgba(255, 255, 255, 0) 85%);
  transform: translateX(-120%) skewX(-18deg);
  animation: gmShimmer 4s var(--motion-ease-in-out) 1.2s infinite;
}
@keyframes gmShimmer {
  0%        { transform: translateX(-120%) skewX(-18deg); }
  28%, 100% { transform: translateX(360%)  skewX(-18deg); }
}
[data-magnetic] {
  transition-property: translate, background-color, color, border-color;
  transition-duration: var(--motion-dur-smooth), .3s, .3s, .3s;
  transition-timing-function: var(--motion-ease-spring), var(--ease), var(--ease), var(--ease);
}
[data-magnetic].is--magnet {
  transition-duration: var(--motion-dur-fast), .3s, .3s, .3s;
  transition-timing-function: var(--motion-ease-out), var(--ease), var(--ease), var(--ease);
}

/* ------------------------------------- 28.4 ODOMETER COUNT-UP (P4)
   proposal.js dựng: [data-count] > .gm-odo > (.gm-odo__ghost + .gm-odo__live)
   + .gm-sr. Ghost (ẩn) giữ đúng bề rộng số cuối ⇒ số đang chạy không xô
   chữ xung quanh (CLS 0). Chạm mốc ⇒ .is--counted phát một nhịp sáng. */
.gm-odo {
  position: relative;
  display: inline-grid;
  font-variant-numeric: tabular-nums;
}
.gm-odo > .gm-odo__ghost,
.gm-odo > .gm-odo__live { grid-area: 1 / 1; }
.gm-odo__ghost { visibility: hidden; }
.gm-odo::after {
  content: "";
  position: absolute;
  inset: -35% -18%;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(closest-side, rgba(16, 192, 224, 0.28), rgba(16, 192, 224, 0));
  opacity: 0;
  transform: scale(.7);
}
.is--counted > .gm-odo::after { animation: gmOdoGlow 900ms var(--motion-ease-out) 1; }
@keyframes gmOdoGlow {
  0%   { opacity: 0; transform: scale(.7); }
  35%  { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.15); }
}

/* ------------------------------------- 28.5 SCROLL FLOW CONNECTOR (P5)
   [data-flow] trên lưới bước (#lo-trinh .levels-grid, #doanh-nghiep .doors-grid).
   JS vẽ ray theo HÀNG thật của lưới (4 cột / 2x2 / 1 cột dọc) bằng div,
   đoạn sáng dùng transform: scaleX/scaleY. Node bừng sáng = opacity + scale. */
[data-flow] { position: relative; }
.gm-flow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.gm-flow__rail {
  position: absolute;
  border-radius: 2px;
  background: rgba(10, 22, 32, 0.12);
  overflow: hidden;
}
.section--dark .gm-flow__rail { background: rgba(255, 255, 255, 0.14); }
.gm-flow__rail--h { height: 2px; }
.gm-flow__rail--v { width: 2px; }
.gm-flow__fill {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--gem-teal), var(--gem-cyan));
  transform-origin: 0 50%;
  transform: scaleX(0);
  transition: transform var(--motion-dur-deliberate) var(--motion-ease-out);
}
.gm-flow__rail--v .gm-flow__fill {
  background: linear-gradient(180deg, var(--gem-teal), var(--gem-cyan));
  transform-origin: 50% 0;
  transform: scaleY(0);
}
.gm-flow__node {
  position: absolute;
  width: 12px; height: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 50%;
  background: var(--gem-paper);
  border: 2px solid rgba(10, 22, 32, 0.18);
}
.section--dark .gm-flow__node { background: var(--gem-dark); border-color: rgba(255, 255, 255, 0.28); }
.gm-flow__node::before,
.gm-flow__node::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  transition: opacity var(--motion-dur-smooth) var(--motion-ease-out), transform var(--motion-dur-smooth) var(--motion-ease-spring);
}
.gm-flow__node::before { inset: -2px; background: var(--gem-teal); transform: scale(.4); }
.gm-flow__node::after  { inset: -9px; background: radial-gradient(closest-side, rgba(16, 192, 224, 0.55), rgba(16, 192, 224, 0)); transform: scale(.6); }
.gm-flow__node.is--lit::before,
.gm-flow__node.is--lit::after { opacity: 1; transform: none; }

/* ----------------------------- 28.6a ANIMATED TABS — CASE NAVIGATOR (P6)
   ung-dung-thuc-te.html: thanh chip dính dưới header, dẫn tới 7 case có sẵn.
   Nền chip (.gm-tabs__pill) trượt bằng FLIP (transform) — JS. Không JS: vẫn là
   danh sách link neo bình thường. */
.gm-tabs {
  position: sticky;
  top: 84px;
  z-index: 40;
  margin: 0 0 28px;
}
.gm-tabs__track {
  position: relative;
  display: flex;
  gap: 4px;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 5px;
  overflow-x: auto;
  scrollbar-width: none;
  border-radius: var(--radius-btn);
  background: rgba(244, 247, 248, 0.86);
  border: 1px solid rgba(10, 22, 32, 0.08);
  box-shadow: 0 8px 24px rgba(10, 22, 32, 0.06);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.gm-tabs__track::-webkit-scrollbar { display: none; }
.gm-tabs__pill {
  position: absolute;
  top: 5px; left: 0;
  height: calc(100% - 10px);
  width: 0;
  border-radius: var(--radius-btn);
  background: var(--gem-teal);
  box-shadow: 0 4px 14px rgba(0, 128, 152, 0.28);
  opacity: 0;
  transform-origin: 0 50%;
  pointer-events: none;
}
.gm-tabs.is--ready .gm-tabs__pill { opacity: 1; }
.gm-tabs__tab {
  position: relative;
  z-index: 1;
  flex: none;
  padding: 9px 16px;
  border-radius: var(--radius-btn);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  color: var(--gray-700);
  transition: color var(--motion-dur-base) var(--motion-ease-out);
}
.gm-tabs__tab:hover { color: var(--gem-mid); }
.gm-tabs__tab:focus-visible { outline: 2px solid var(--gem-cyan); outline-offset: 2px; }
.gm-tabs__tab[aria-current="true"] { color: #fff; }
/* Không JS / chưa sẵn sàng: đánh dấu tab bằng nền mềm thay cho pill. */
.gm-tabs:not(.is--ready) .gm-tabs__tab[aria-current="true"] { background: var(--gem-teal); }
.cs-case { scroll-margin-top: 150px; }
@media (max-width: 767px) {
  .gm-tabs { top: 72px; margin-bottom: 20px; }
  .gm-tabs__tab { padding: 8px 13px; font-size: 0.8125rem; }
}

/* ----------------------------- 28.6b AI STREAMING TEXT (P6)
   [data-stream]: JS tách chữ thành từ; từ chưa "stream" chỉ opacity 0 nên vẫn
   chiếm chỗ (CLS 0) và trình đọc màn hình vẫn đọc đủ câu. */
.gm-stream__w {
  position: relative;
  opacity: 0;
  transition: opacity var(--motion-dur-fast) linear;
}
.gm-stream__w.is--on { opacity: 1; }
.gm-stream__w.is--head::after {
  content: "";
  position: absolute;
  right: -0.45em;
  top: 0.12em;
  width: 0.42em;
  height: 1.05em;
  border-radius: 1px;
  background: var(--gem-cyan);
  animation: gmCaret 700ms steps(1) infinite;
}
@keyframes gmCaret { 50% { opacity: 0; } }

/* ----------------------------- 28.6c SURVEY STEP SLIDE (P6)
   needs-survey.js thêm .xs-step--in + --xs-dir (1 = tiến, -1 = lùi). */
.xs-form { overflow-x: clip; }
.xs-step.xs-step--in { animation: gmStepIn var(--motion-dur-smooth) var(--motion-ease-spring) both; }
@keyframes gmStepIn {
  from { opacity: 0; transform: translateX(calc(var(--xs-dir, 1) * 28px)); }
  to   { opacity: 1; transform: none; }
}
.xs-progress li { transition: border-color var(--motion-dur-base) var(--motion-ease-out), color var(--motion-dur-base) var(--motion-ease-out); }

/* ------------------------------------------------ 28.7 REDUCED MOTION
   Giữ phần tử, bỏ chuyển động (AGENTS.md §5e.3). */
@media (prefers-reduced-motion: reduce) {
  .gm-spot { display: none; }
  .gm-beam::before { animation: none; display: none; }
  .gm-beam { background: linear-gradient(135deg, rgba(16, 192, 224, 0.75), rgba(0, 128, 152, 0.25) 45%, rgba(16, 192, 224, 0.6)); }
  [data-shimmer]::after { animation: none; display: none; }
  [data-magnetic] { translate: none !important; }
  .is--counted > .gm-odo::after { animation: none; }
  .gm-flow__fill, .gm-flow__node::before, .gm-flow__node::after { transition: none; }
  .gm-stream__w { opacity: 1; }
  .gm-stream__w.is--head::after { display: none; }
  .xs-step.xs-step--in { animation: none; }
}

/* =====================================================================
   §40 CHIẾN DỊCH WORKSHOP CLAUDE 90' + KÊNH AI (2026-09-24)
   event-bar · hero__event-link · event-spot · page-hero · director ·
   faculty-card · quality-steps · nav 5 mục + CTA
   ===================================================================== */

/* Nav 5 mục + nút CTA: không wrap; dưới 1180px dùng hamburger */
.site-nav__link { white-space: nowrap; }
.site-nav__link.is--active { color: var(--black); font-weight: 600; }
.site-header__actions .button { white-space: nowrap; }
@media (max-width: 1180px) {
  .site-nav { display: none; }
  .site-header__actions .button { display: none; }
  .nav-toggle { display: grid; }
}

/* Thanh sự kiện đầu trang */
.event-bar { background: var(--gem-dark); color: #fff; font-size: 0.875rem; line-height: 1.4; }
.event-bar__inner { display: flex; align-items: center; justify-content: center; gap: var(--s-12); padding: 10px 0; flex-wrap: wrap; text-align: center; }
.event-bar__tag { background: var(--gem-cyan); color: var(--gem-dark); font-weight: 700; font-size: 0.75rem; letter-spacing: .04em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; }
.event-bar__sep { margin: 0 6px; opacity: .6; }
.event-bar__who { opacity: .8; }
.event-bar__cta { color: var(--gem-cyan); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.event-bar__cta:hover { color: #fff; }
@media (max-width: 767px) {
  .event-bar__who { display: none; }
  .event-bar__inner { gap: var(--s-8); padding: 8px 0; }
}

/* Link sự kiện trong hero trang chủ */
.hero__event-link { display: inline-flex; align-items: center; gap: 10px; margin-top: var(--s-16); padding: 8px 14px; border-radius: 999px; background: var(--gem-soft); color: var(--gem-mid); font-size: 0.875rem; font-weight: 600; line-height: 1.4; }
.hero__event-link:hover { background: #d4eef3; }
.hero__event-dot { flex: 0 0 auto; width: 8px; height: 8px; border-radius: 50%; background: var(--gem-teal); box-shadow: 0 0 0 4px rgba(0,128,152,.18); }

/* Khối sự kiện trọng điểm */
.event-spot__card { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: var(--s-40); padding: var(--s-40); border-radius: var(--radius-card); background: linear-gradient(135deg, var(--gem-soft) 0%, #fff 70%); border: 1px solid #cfe9ef; }
.event-spot__chip { background: #fff; color: var(--gem-teal); }
.event-spot__title { margin: var(--s-16) 0 var(--s-12); }
.event-spot__sub { color: var(--gray-600); max-width: 60ch; }
.event-spot__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s-12); margin: var(--s-24) 0; }
.event-spot__facts > div { background: #fff; border-radius: var(--radius-md); padding: var(--s-12) var(--s-16); border: 1px solid var(--gray-200); }
.event-spot__facts dt { font-size: 0.75rem; text-transform: uppercase; letter-spacing: .06em; color: var(--gem-teal); font-weight: 700; margin-bottom: 4px; }
.event-spot__facts dd { margin: 0; font-size: 0.9375rem; font-weight: 600; color: var(--gem-dark); line-height: 1.45; }
.event-spot__gets { list-style: none; padding: 0; margin: 0 0 var(--s-24); display: grid; gap: 8px; }
.event-spot__gets li { position: relative; padding-left: 26px; color: var(--gray-700); }
.event-spot__gets li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--gem-teal); font-weight: 700; }
.event-spot__count { margin: var(--s-12) 0 0; font-size: 0.875rem; font-weight: 600; color: var(--gem-mid); min-height: 1.4em; }
.event-spot__speaker { background: #fff; border-radius: var(--radius-card); padding: var(--s-20); border: 1px solid var(--gray-200); align-self: start; }
.event-spot__photo { aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--radius-md); margin-bottom: var(--s-16); }
.event-spot__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.event-spot__name { font-size: 1.25rem; font-weight: 700; margin: 0; color: var(--gem-dark); }
.event-spot__role { margin: 2px 0 var(--s-8); color: var(--gem-teal); font-weight: 600; font-size: 0.9375rem; }
.event-spot__bio { color: var(--gray-600); font-size: 0.9375rem; line-height: 1.6; margin: 0 0 var(--s-12); }
@media (max-width: 991px) {
  .event-spot__card { grid-template-columns: 1fr; padding: var(--s-24); gap: var(--s-24); }
  .event-spot__speaker { display: grid; grid-template-columns: 120px 1fr; gap: var(--s-16); align-items: start; }
  .event-spot__photo { margin: 0; grid-row: span 4; }
}
@media (max-width: 600px) {
  .event-spot__facts { grid-template-columns: 1fr; }
  .event-spot__card { padding: var(--s-20) var(--s-16); }
  .event-spot__speaker { grid-template-columns: 88px 1fr; }
}

/* Hero trang con (Chương trình AI, Đội ngũ) */
.page-hero { padding-top: var(--s-80); padding-bottom: var(--s-60); }
.page-hero .button-row { margin-top: var(--s-24); }

/* Giám đốc AI */
.director { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr); gap: var(--s-48); align-items: start; }
.director__photo { aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--radius-card); }
.director__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.director__meta { color: var(--gem-teal); font-weight: 600; margin: var(--s-8) 0 var(--s-16); }
.director__h { margin: var(--s-28) 0 var(--s-12); }
.director__roles { list-style: none; padding: 0; margin: 0 0 var(--s-28); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s-12); }
.director__roles li { padding: var(--s-12) var(--s-16); background: var(--gray-50); border-left: 3px solid var(--gem-teal); border-radius: 0 8px 8px 0; }
.director__roles strong { display: block; font-size: 0.9375rem; color: var(--gem-dark); }
.director__roles span { display: block; font-size: 0.875rem; color: var(--gray-600); line-height: 1.55; margin-top: 4px; }
@media (max-width: 991px) {
  .director { grid-template-columns: 1fr; gap: var(--s-28); }
  .director__photo { max-width: 420px; }
  .director__roles { grid-template-columns: 1fr; }
}

/* GEM Faculty */
.faculty-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s-20); }
.faculty-card { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius-card); padding: var(--s-24); }
.faculty-card.is--pending { border-style: dashed; }
.faculty-card__avatar { width: 72px; height: 72px; border-radius: 50%; background: var(--gem-soft); color: var(--gem-teal); display: grid; place-items: center; margin-bottom: var(--s-16); }
.faculty-card__avatar svg { width: 32px; height: 32px; }
.faculty-card__area { margin: 0; font-size: 0.75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--gem-teal); }
.faculty-card__name { margin: 6px 0 var(--s-16); font-size: 1.125rem; color: var(--gem-dark); }
.faculty-card.is--pending .faculty-card__name { color: var(--gray-500); font-weight: 600; }
.faculty-card__meta { margin: 0; display: grid; gap: var(--s-12); }
.faculty-card__meta dt { font-size: 0.75rem; color: var(--gray-500); }
.faculty-card__meta dd { margin: 2px 0 0; font-size: 0.875rem; color: var(--gray-700); line-height: 1.5; }
@media (max-width: 991px) { .faculty-grid { grid-template-columns: 1fr; } }

/* Chuẩn chất lượng */
.quality-steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--s-16); counter-reset: none; }
.quality-steps li { padding: var(--s-20); border-radius: var(--radius-card); background: var(--gray-50); border: 1px solid var(--gray-200); }
.quality-steps span { font-family: "Azeret Mono", monospace; font-size: 0.8125rem; color: var(--gem-teal); font-weight: 700; }
.quality-steps strong { display: block; margin: 6px 0; color: var(--gem-dark); }
.quality-steps p { margin: 0; font-size: 0.875rem; color: var(--gray-600); line-height: 1.55; }
@media (max-width: 991px) { .quality-steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .quality-steps { grid-template-columns: 1fr; } }

/* §41 Đội ngũ v2 · thang năng lực · pillar · use case · kiểm chứng (2026-09-24) */
.director--hero { grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr); align-items: center; }
.director--hero .button-row { margin-top: var(--s-24); }
@media (max-width: 991px) {
  .director--hero { grid-template-columns: 1fr; }
  .director--hero .director__photo { order: -1; max-width: 320px; }
}

.ladder { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s-16); }
.ladder__col { display: flex; flex-direction: column; gap: 10px; padding: var(--s-24); border-radius: var(--radius-card); background: var(--gray-50); border: 1px solid var(--gray-200); color: inherit; transition: border-color .25s var(--ease), transform .25s var(--ease); }
.ladder__col:hover { border-color: var(--gem-teal); transform: translateY(-2px); }
.ladder__col:nth-child(2) { background: var(--gem-soft); }
.ladder__col:nth-child(3) { background: var(--gem-dark); color: #fff; border-color: var(--gem-dark); }
.ladder__col:nth-child(3) .ladder__claim, .ladder__col:nth-child(3) .ladder__meta { color: rgba(255,255,255,.78); }
.ladder__scope { font-family: "Azeret Mono", monospace; font-size: 0.75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--gem-teal); }
.ladder__col:nth-child(3) .ladder__scope { color: var(--gem-cyan); }
.ladder__levels { display: flex; flex-wrap: wrap; gap: 6px; }
.ladder__lv { font-size: 0.8125rem; font-weight: 600; padding: 3px 10px; border-radius: 999px; background: #fff; color: var(--gem-dark); border: 1px solid var(--gray-200); }
.ladder__title { font-size: 1.25rem; line-height: 1.3; }
.ladder__claim { color: var(--gray-600); line-height: 1.55; }
.ladder__meta { font-size: 0.8125rem; color: var(--gray-600); }
.ladder__note { margin-top: var(--s-20); font-size: 0.875rem; color: var(--gray-500); max-width: 80ch; }
@media (max-width: 991px) { .ladder { grid-template-columns: 1fr; } }

.pillar__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: var(--s-48); align-items: start; }
.pillar__num { font-family: "Azeret Mono", monospace; font-size: 0.8125rem; font-weight: 700; letter-spacing: .06em; color: var(--gem-teal); margin: 0 0 var(--s-8); }
.pillar__intro .text--l { color: var(--gray-700); margin: var(--s-12) 0 var(--s-20); }
.pillar__facts { display: grid; gap: 8px; margin: 0 0 var(--s-20); }
.pillar__facts > div { display: grid; grid-template-columns: 170px 1fr; gap: var(--s-12); padding-bottom: 8px; border-bottom: 1px solid var(--gray-200); }
.pillar__facts dt { font-size: 0.8125rem; color: var(--gray-500); }
.pillar__facts dd { margin: 0; font-size: 0.9375rem; font-weight: 600; color: var(--gem-dark); }
.pillar__h { font-size: 0.75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--gray-500); margin: var(--s-16) 0 var(--s-8); }
.pillar__outs { list-style: none; padding: 0; margin: 0 0 var(--s-16); display: grid; gap: 6px; }
.pillar__outs li { position: relative; padding-left: 22px; color: var(--gray-700); }
.pillar__outs li::before { content: "✓"; position: absolute; left: 0; color: var(--gem-teal); font-weight: 700; }
.prove-strip { list-style: none; padding: 0; margin: 0 0 var(--s-20); display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; }
.prove-strip li { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius-md); padding: 10px; display: flex; flex-direction: column; gap: 2px; }
.prove-strip b { font-family: "Azeret Mono", monospace; color: var(--gem-teal); font-size: 1.125rem; }
.prove-strip span { font-size: 0.8125rem; font-weight: 600; color: var(--gem-dark); line-height: 1.3; }
.prove-strip small { font-size: 0.75rem; color: var(--gray-500); line-height: 1.4; }
.pillar__cases { display: grid; gap: var(--s-12); }
.pillar__cases .pillar__h { margin-top: 0; }
.uc-card { display: grid; grid-template-columns: 52px 1fr; gap: var(--s-16); align-items: start; padding: var(--s-20); border-radius: var(--radius-card); background: #fff; border: 1px solid var(--gray-200); color: inherit; transition: border-color .25s var(--ease), box-shadow .25s var(--ease); }
.uc-card:hover { border-color: var(--gem-teal); box-shadow: 0 8px 24px rgba(10,22,32,.08); }
.uc-card__play { width: 52px; height: 52px; border-radius: 50%; background: var(--gem-dark); color: #fff; display: grid; place-items: center; }
.uc-card__play svg { width: 20px; height: 20px; margin-left: 3px; }
.uc-card__body { display: flex; flex-direction: column; gap: 4px; }
.uc-card__body strong { color: var(--gem-dark); font-size: 1rem; line-height: 1.35; }
.uc-card__body span { color: var(--gray-600); font-size: 0.875rem; line-height: 1.55; }
.uc-card__body em { font-style: normal; font-weight: 700; font-size: 0.875rem; color: var(--gem-teal); margin-top: 4px; }
@media (max-width: 991px) {
  .pillar__grid { grid-template-columns: 1fr; gap: var(--s-28); }
  .prove-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pillar__facts > div { grid-template-columns: 1fr; gap: 2px; }
}

.evidence-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: var(--s-12); }
.evidence-card { display: flex; flex-direction: column; gap: 6px; padding: var(--s-20); border-radius: var(--radius-card); border: 1px solid var(--gray-200); background: var(--gray-50); color: inherit; }
.evidence-card:hover { border-color: var(--gem-teal); }
.evidence-card__src { font-size: 0.75rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--gem-teal); }
.evidence-card strong { color: var(--gem-dark); line-height: 1.4; }
.evidence-card em { font-style: normal; font-size: 0.8125rem; color: var(--gray-500); margin-top: auto; }

.pillar, #thang-nang-luc, #kiem-chung, #gem-faculty { scroll-margin-top: 80px; }
.uc-card__kind { align-self: flex-start; font-size: 0.6875rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 2px 8px; border-radius: 999px; background: var(--gray-100); color: var(--gray-600); }
.uc-card__kind.is--done { background: var(--gem-soft); color: var(--gem-teal); }

/* ============================================================================
   29. ỨNG DỤNG THỰC TẾ — THIẾT KẾ LẠI 2026-09-24 (chỉ trong body.uc-page)
   Cấu trúc: hero → tab dính → 3 tầng (.cs-chapter, dữ liệu gemglobal_ai_ladder())
   → mỗi case: [media | tiêu đề + số đo] · .uc-story (Bài toán / Cách triển khai / Kết quả) · .uc-foot
   Chỉ dùng 6 token màu GEM (§2). Chuyển động: .is-in do script cuối trang gắn;
   reduced-motion ⇒ giữ nguyên bố cục, chỉ bỏ chuyển động (không gắn .uc-motion).
   ============================================================================ */
.uc-page { background: var(--gem-paper); --uc-radius: 20px; --uc-line: rgba(10, 22, 32, .09); --uc-line-d: rgba(255, 255, 255, .12); --uc-ink2: #4a5a63; }

/* ── Hero ── */
.uc-page .app-hero { padding: 72px 0 56px; background: #fff; border-bottom: 1px solid var(--uc-line); }
.uc-page .app-hero__inner { max-width: 960px; margin: 0 auto; text-align: center; }
.uc-page .app-hero__title { text-wrap: balance; }
.uc-page .app-hero__desc { max-width: 68ch; margin-inline: auto; color: var(--uc-ink2); }
.uc-page .app-flow-bar { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0; max-width: 920px; margin: 40px auto 0; padding: 0; background: none; border: 0; box-shadow: none; border-radius: 0; }
.uc-page .app-flow-sep { display: none; }
.uc-page .app-flow-step { position: relative; display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 0 6px; background: none; border: 0; border-radius: 0; font-size: .8125rem; font-weight: 600; color: var(--gem-dark); text-align: center; line-height: 1.3; }
.uc-page .app-flow-step::before { content: ""; position: absolute; top: 15px; left: 50%; width: 100%; height: 2px; background: var(--gem-soft); }
.uc-page .app-flow-step:last-child::before { display: none; }
.uc-page .app-flow-step__num { position: relative; z-index: 1; display: grid; place-items: center; width: 32px; height: 32px; padding: 0; border-radius: 50%; background: #fff; border: 2px solid var(--gem-teal); color: var(--gem-teal); font-family: var(--font-mono); font-size: .75rem; font-weight: 700; }
.uc-page .app-flow-step--accent .app-flow-step__num { background: var(--gem-teal); color: #fff; }

/* ── Tabs dính ── */
.uc-page .cs-library { padding: 0 0 96px; }
.uc-page .gm-tabs { position: sticky; top: var(--header-h, 75px); z-index: 20; margin: 0; padding: 12px 0; background: rgba(244, 247, 248, .96); border-bottom: 1px solid var(--uc-line); }
.uc-page .gm-tabs__track { justify-content: center; }
.uc-page .gm-tabs__tab { font-size: .8125rem; white-space: nowrap; }

/* ── Tiêu đề tầng ── */
.uc-page .cs-chapter { display: grid; grid-template-columns: 96px minmax(0, 1fr) auto; gap: 8px 32px; align-items: end; margin: 88px 0 32px; padding: 0; border: 0; scroll-margin-top: 150px; }
.uc-page .gm-tabs + .cs-chapter { margin-top: 56px; }
.uc-page .cs-chapter__num { align-self: stretch; display: flex; align-items: flex-end; padding-right: 20px; border-right: 2px solid var(--gem-teal); font-family: var(--font-mono); font-size: 4rem; font-weight: 700; line-height: .85; color: var(--gem-teal); }
.uc-page .cs-chapter__eyebrow { margin: 0 0 8px; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gem-mid); }
.uc-page .cs-chapter__title { margin: 0; font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 700; line-height: 1.12; letter-spacing: -.01em; color: var(--gem-dark); text-wrap: balance; }
.uc-page .cs-chapter__claim { margin: 10px 0 0; max-width: 64ch; font-size: 1.0625rem; line-height: 1.55; color: var(--uc-ink2); }
.uc-page .cs-chapter__link { display: inline-flex; padding: 10px 16px; border: 1px solid var(--gem-teal); border-radius: 999px; font-size: .875rem; font-weight: 600; color: var(--gem-teal); text-decoration: none; white-space: nowrap; transition: background .2s var(--ease), color .2s var(--ease); }
.uc-page .cs-chapter__link:hover { background: var(--gem-teal); color: #fff; }

/* ── Thẻ case: 2 tông duy nhất (sáng / tối), bỏ gradient xanh lá cũ ── */
.uc-page .cs-case { margin: 0 0 24px; padding: 48px; border-radius: var(--uc-radius); overflow: visible; background: #fff; border: 1px solid var(--uc-line); box-shadow: 0 1px 2px rgba(10, 22, 32, .04); color: var(--gem-dark); scroll-margin-top: 150px; }
.uc-page .cs-case:hover { box-shadow: 0 1px 2px rgba(10, 22, 32, .04); transform: none; }
.uc-page .cs-case--dark, .uc-page .cs-case--dark-close { background: var(--gem-dark); border-color: var(--gem-dark); color: #fff; }
.uc-page .cs-case__num-badge { top: 24px; right: 28px; padding: 5px 10px; border: 1px solid var(--uc-line); border-radius: 999px; font-size: .75rem; font-weight: 600; line-height: 1; color: var(--gem-mid); opacity: 1; }
.uc-page .cs-case--dark .cs-case__num-badge, .uc-page .cs-case--dark-close .cs-case__num-badge { border-color: var(--uc-line-d); color: var(--gem-cyan); }
.uc-page .cs-case__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 48px; align-items: start; padding: 0; }
.uc-page .cs-case__media { position: sticky; top: calc(var(--header-h, 75px) + 88px); padding: 0; }
.uc-page .cs-case__body { display: flex; flex-direction: column; gap: 20px; padding: 0; }
.uc-page .cs-case__header { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin: 0; padding-right: 72px; }
.uc-page .cs-case__title { margin: 0; font-size: clamp(1.5rem, 2.2vw, 2rem); font-weight: 700; line-height: 1.18; letter-spacing: -.01em; color: inherit; text-wrap: balance; }
.uc-page .case__tag { font-family: inherit; font-size: .75rem; font-weight: 600; letter-spacing: 0; text-transform: none; padding: 5px 12px; border-radius: 999px; background: var(--gem-soft); color: var(--gem-mid); border: 0; }
.uc-page .case__tag--dark, .uc-page .cs-case--dark .case__tag, .uc-page .cs-case--dark-close .case__tag { background: rgba(16, 192, 224, .12); color: var(--gem-cyan); }

/* Số đo chính */
.uc-page .app-case-metric { margin: 0; padding: 24px 28px; border: 0; border-radius: 16px; background: var(--gem-soft); box-shadow: none; color: var(--gem-dark); }
.uc-page .cs-case--dark .app-case-metric, .uc-page .cs-case--dark-close .app-case-metric { background: rgba(255, 255, 255, .05); border: 1px solid var(--uc-line-d); color: #fff; }
.uc-page .app-case-metric__tag { font-family: inherit; font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--gem-mid); }
.uc-page .cs-case--dark .app-case-metric__tag, .uc-page .cs-case--dark-close .app-case-metric__tag { color: var(--gem-cyan); }
.uc-page .app-case-metric__body { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 16px; margin-top: 6px; }
.uc-page .app-case-metric__num { font-family: var(--font-mono); font-size: clamp(2.25rem, 4vw, 3.25rem); font-weight: 700; line-height: 1; letter-spacing: -.02em; color: var(--gem-teal); background: none; -webkit-text-fill-color: currentColor; }
.uc-page .cs-case--dark .app-case-metric__num, .uc-page .cs-case--dark-close .app-case-metric__num { color: var(--gem-cyan); }
.uc-page .app-case-metric__headline { flex: 1 1 240px; font-size: .9375rem; font-weight: 600; line-height: 1.45; color: inherit; }
.uc-page .cs-case__metric-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr)); gap: 12px; margin: 0; }
.uc-page .cs-metric-chip { padding: 16px 18px; border: 1px solid var(--uc-line); border-radius: 14px; background: #fff; }
.uc-page .cs-case--dark .cs-metric-chip, .uc-page .cs-case--dark-close .cs-metric-chip { background: transparent; border-color: var(--uc-line-d); }
.uc-page .cs-metric-chip__num { font-size: 1.5rem; color: var(--gem-teal); }
.uc-page .cs-case--dark .cs-metric-chip__num, .uc-page .cs-case--dark-close .cs-metric-chip__num { color: var(--gem-cyan); }
.uc-page .cs-metric-chip__label { font-family: inherit; font-size: .8125rem; letter-spacing: 0; text-transform: none; color: var(--uc-ink2); }
.uc-page .cs-case--dark .cs-metric-chip__label, .uc-page .cs-case--dark-close .cs-metric-chip__label { color: rgba(255, 255, 255, .7); }
.uc-page .cs-exhibit { margin: 0; border-radius: 14px; }

/* Media: ảnh thật + chú thích nằm DƯỚI ảnh (không đè chữ lên slide nền sáng) */
.uc-page .case-video-card { border-radius: 16px; border: 1px solid var(--uc-line); box-shadow: 0 12px 32px -12px rgba(10, 22, 32, .25); background: var(--gem-dark); }
.uc-page .case-video-card--shot { aspect-ratio: auto; display: flex; flex-direction: column; }
.uc-page .case-video-card--shot .case-video-card__shot { position: static; aspect-ratio: 16 / 9; height: auto; transition: transform .6s var(--ease); }
.uc-page a.case-video-card--shot:hover .case-video-card__shot { transform: scale(1.03); }
.uc-page .case-video-card--shot .case-video-card__poster--over { display: contents; }
.uc-page .case-video-card--shot .case-video-card__top { position: absolute; top: 14px; left: 14px; right: 14px; z-index: 2; }
.uc-page .case-video-card--shot .case-video-card__duration { display: none; }
.uc-page .case-video-card--shot .case-video-card__bottom { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; gap: 6px; padding: 18px 20px 20px; background: var(--gem-dark); }
.uc-page .case-video-card__poster--over .case-video-card__caption-text, .uc-page .case-video-card__poster--over .case-video-card__caption-tag { text-shadow: none; }
.uc-page .case-video-card__poster--over .case-video-card__caption-tag { font-size: .6875rem; color: var(--gem-cyan); }
.uc-page .case-video-card__poster--over .case-video-card__caption-text { margin: 0; font-size: .875rem; line-height: 1.5; color: rgba(255, 255, 255, .85); }
.uc-page .case-video-card__poster--over .case-video-card__badge { background: rgba(10, 22, 32, .82); border-color: rgba(16, 192, 224, .5); color: var(--gem-cyan); }
.uc-page .case-video-card__cta { margin-top: 8px; background: transparent; border-color: rgba(16, 192, 224, .55); color: var(--gem-cyan); backdrop-filter: none; }
.uc-page .case-video-card__cta:hover { background: var(--gem-cyan); color: var(--gem-dark); border-color: var(--gem-cyan); }

/* Bảng giờ công (case AI Hermes) */
.uc-page .cs-impact { border-radius: 16px; background: rgba(255, 255, 255, .04); border: 1px solid var(--uc-line-d); }
.uc-page .cs-impact__eyebrow, .uc-page .cs-impact__value { color: var(--gem-cyan); }
.uc-page .cs-impact__bar { background: rgba(255, 255, 255, .08); }
.uc-page .cs-impact__fill { background: linear-gradient(90deg, var(--gem-teal), var(--gem-cyan)); transform-origin: left center; }

/* ── Câu chuyện 3 pha ── */
.uc-story { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 48px; border-top: 1px solid var(--uc-line); }
.cs-case--dark .uc-story, .cs-case--dark-close .uc-story { border-top-color: var(--uc-line-d); }
.uc-story__col { padding: 28px 28px 0 0; }
.uc-story__col + .uc-story__col { padding-left: 28px; border-left: 1px solid var(--uc-line); }
.cs-case--dark .uc-story__col + .uc-story__col, .cs-case--dark-close .uc-story__col + .uc-story__col { border-left-color: var(--uc-line-d); }
.uc-story__col:last-child { padding-right: 0; }
.uc-story__phase { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; font-size: 1rem; font-weight: 700; color: inherit; }
.uc-story__step { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; background: var(--gem-soft); color: var(--gem-mid); font-family: var(--font-mono); font-size: .6875rem; font-weight: 700; }
.uc-story__col--3 .uc-story__step { background: var(--gem-teal); color: #fff; }
.cs-case--dark .uc-story__step, .cs-case--dark-close .uc-story__step { background: rgba(16, 192, 224, .12); color: var(--gem-cyan); }
.cs-case--dark .uc-story__col--3 .uc-story__step, .cs-case--dark-close .uc-story__col--3 .uc-story__step { background: var(--gem-cyan); color: var(--gem-dark); }
.uc-story__list { display: flex; flex-direction: column; gap: 18px; margin: 0; }
.uc-story__item dt { margin: 0 0 4px; font-size: .75rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--gem-mid); }
.cs-case--dark .uc-story__item dt, .cs-case--dark-close .uc-story__item dt { color: var(--gem-cyan); }
.uc-story__item dd { margin: 0; font-size: .9375rem; line-height: 1.6; color: var(--uc-ink2); }
.cs-case--dark .uc-story__item dd, .cs-case--dark-close .uc-story__item dd { color: rgba(255, 255, 255, .78); }
.uc-story__col--3 .uc-story__item dd { color: var(--gem-dark); }
.cs-case--dark .uc-story__col--3 .uc-story__item dd, .cs-case--dark-close .uc-story__col--3 .uc-story__item dd { color: #fff; }

/* ── Chân case ── */
.uc-foot { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px 40px; margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--uc-line); }
.cs-case--dark .uc-foot, .cs-case--dark-close .uc-foot { border-top-color: var(--uc-line-d); }
.uc-foot__notes { flex: 1 1 420px; display: flex; flex-direction: column; gap: 6px; }
.uc-foot__notes:empty { display: none; }
.uc-page .uc-foot .app-case-disclaimer, .uc-page .uc-foot .cs-case__source { margin: 0; font-size: .8125rem; line-height: 1.5; color: var(--uc-ink2); }
.uc-page .cs-case--dark .uc-foot .app-case-disclaimer, .uc-page .cs-case--dark .uc-foot .cs-case__source,
.uc-page .cs-case--dark-close .uc-foot .app-case-disclaimer, .uc-page .cs-case--dark-close .uc-foot .cs-case__source { color: rgba(255, 255, 255, .6); }
.uc-page .uc-foot .case__action { margin: 0; }
.uc-page .uc-foot .link-arrow { display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px; border-radius: 999px; background: var(--gem-teal); color: #fff; font-weight: 600; text-decoration: none; transition: background .2s var(--ease), gap .2s var(--ease); }
.uc-page .uc-foot .link-arrow:hover { background: var(--gem-mid); gap: 12px; }
.uc-page .cs-case--dark .uc-foot .link-arrow, .uc-page .cs-case--dark-close .uc-foot .link-arrow { background: var(--gem-cyan); color: var(--gem-dark); }
.uc-page .cs-auto-flow { margin: 0; }

/* CTA cuối trang */
.uc-page .app-cta-band { margin-top: 88px; border-radius: var(--uc-radius); background: var(--gem-dark); }
.uc-page .app-cta-band__eyebrow { color: var(--gem-cyan); }
.uc-page .app-cta-band__action .button--red { background: var(--gem-cyan); color: var(--gem-dark); border-color: var(--gem-cyan); }

/* ── Chuyển động: .uc-motion trên <html> chỉ khi KHÔNG reduce; .is-in do IntersectionObserver gắn ── */
.has-js .uc-page .cs-case[data-reveal], .has-js .uc-page .cs-chapter[data-reveal] { opacity: 1; transform: none; }
.uc-motion .uc-page .cs-case, .uc-motion .uc-page .cs-chapter { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.uc-motion .uc-page .cs-case.is-in, .uc-motion .uc-page .cs-chapter.is-in { opacity: 1; transform: none; }
.uc-motion .uc-page .cs-chapter__num { clip-path: inset(100% 0 0 0); transition: clip-path .8s var(--ease) .1s; }
.uc-motion .uc-page .cs-chapter.is-in .cs-chapter__num { clip-path: inset(0); }
.uc-motion .uc-page .uc-story__item { opacity: 0; transform: translateY(12px); transition: opacity .5s var(--ease), transform .5s var(--ease); transition-delay: calc(var(--i, 0) * 70ms + 150ms); }
.uc-motion .uc-page .uc-story.is-in .uc-story__item { opacity: 1; transform: none; }
.uc-motion .uc-page .cs-impact__fill { transform: scaleX(0); transition: transform 1s var(--ease); transition-delay: calc(var(--i, 0) * 90ms + 200ms); }
.uc-motion .uc-page .cs-case.is-in .cs-impact__fill { transform: scaleX(1); }
.uc-motion .uc-page .app-case-metric__num { opacity: 0; transform: translateY(10px); transition: opacity .6s var(--ease) .25s, transform .6s var(--ease) .25s; }
.uc-motion .uc-page .cs-case.is-in .app-case-metric__num { opacity: 1; transform: none; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .uc-page .cs-case { padding: 36px; }
  .uc-page .cs-case__grid { grid-template-columns: 1fr; gap: 28px; }
  .uc-page .cs-case__media { position: static; order: 2; }
  .uc-page .cs-case__body { order: 1; }
  .uc-page .gm-tabs__track { justify-content: flex-start; }
}
@media (max-width: 768px) {
  .uc-page .app-hero { padding: 48px 0 40px; }
  .uc-page .app-flow-bar { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 20px; }
  .uc-page .app-flow-step:nth-child(5)::before { display: none; }
  .uc-page .cs-chapter { grid-template-columns: 1fr; gap: 10px; margin: 64px 0 24px; }
  .uc-page .cs-chapter__num { border-right: 0; padding: 0; font-size: 2.75rem; }
  .uc-page .cs-chapter__link { justify-self: start; white-space: normal; }
  .uc-page .cs-case { padding: 24px 20px; border-radius: 16px; }
  .uc-page .cs-case__header { padding-right: 56px; }
  .uc-page .cs-case__num-badge { top: 20px; right: 16px; }
  .uc-story { grid-template-columns: 1fr; margin-top: 32px; }
  .uc-story__col, .uc-story__col + .uc-story__col { padding: 24px 0 0; border-left: 0; }
  .uc-story__col + .uc-story__col { margin-top: 24px; border-top: 1px solid var(--uc-line); }
  .cs-case--dark .uc-story__col + .uc-story__col, .cs-case--dark-close .uc-story__col + .uc-story__col { border-top-color: var(--uc-line-d); }
  .uc-page .uc-foot .case__action, .uc-page .uc-foot .link-arrow { width: 100%; justify-content: center; }
}
/* §2: Azeret Mono chỉ cho ASCII — số đo có chữ tiếng Việt ("112,2 giờ", "Vĩnh Long") dùng Archivo */
.uc-page .app-case-metric__num, .uc-page .cs-metric-chip__num { font-family: inherit; font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: -.02em; }
.uc-page .cs-impact__eyebrow, .uc-page .case-video-card__caption-tag, .uc-page .case-video-card__badge, .uc-page .cs-auto-flow__node { font-family: inherit; letter-spacing: .06em; }

/* §29b — Media bổ sung 2026-09-24: video hướng dẫn + ảnh AI Passport (case-01), báo cáo Hermes (case-00),
   màn hình GO4AI Work OS (case-06), lightbox <dialog> dùng chung. */
.uc-media-stack { display: flex; flex-direction: column; gap: 20px; }
.uc-video { margin: 0; }
.uc-media-cap { margin: 10px 2px 0; font-size: .8125rem; line-height: 1.5; color: var(--uc-ink2); }
.uc-media-cap strong { color: var(--gem-dark); }
.cs-case--dark .uc-media-cap, .cs-case--dark-close .uc-media-cap { color: rgba(255, 255, 255, .65); }
.cs-case--dark .uc-media-cap strong, .cs-case--dark-close .uc-media-cap strong { color: #fff; }

.uc-gallery__title { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 12px; margin: 0 0 10px; font-size: .875rem; font-weight: 700; color: var(--gem-dark); }
.uc-gallery__title span { font-weight: 500; font-size: .75rem; color: var(--uc-ink2); }
.uc-gallery__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }

.uc-shot { position: relative; display: block; overflow: hidden; border-radius: 12px; border: 1px solid var(--uc-line); background: var(--gem-dark); color: #fff; text-decoration: none; }
.uc-shot img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; object-position: top left; transition: transform .5s var(--ease), opacity .3s var(--ease); }
.uc-shot--tall img { aspect-ratio: auto; max-height: 560px; object-fit: cover; object-position: top; }
.uc-shot__label { position: absolute; left: 8px; bottom: 8px; display: inline-flex; align-items: center; gap: 6px; max-width: calc(100% - 16px); padding: 5px 10px; border-radius: 999px; background: rgba(10, 22, 32, .86); font-size: .75rem; font-weight: 600; line-height: 1.2; }
.uc-shot__label svg { flex-shrink: 0; color: var(--gem-cyan); }
.uc-shot:hover img { transform: scale(1.04); }
.uc-shot:focus-visible, .uc-doc__page:focus-visible, .uc-btn:focus-visible { outline: 2px solid var(--gem-cyan); outline-offset: 3px; }

/* Báo cáo nghiệm thu */
.uc-doc { display: grid; grid-template-columns: minmax(0, 200px) minmax(0, 1fr); gap: 24px; align-items: center; padding: 20px; border-radius: 16px; border: 1px solid var(--uc-line-d); background: rgba(255, 255, 255, .04); }
.uc-doc__pages { position: relative; height: 200px; }
.uc-doc__page { position: absolute; top: 0; left: 0; width: 132px; border-radius: 6px; overflow: hidden; background: #fff; box-shadow: 0 10px 24px -8px rgba(0, 0, 0, .5); transition: transform .35s var(--ease); }
.uc-doc__page img { display: block; width: 100%; height: auto; }
.uc-doc__page:nth-child(1) { z-index: 3; }
.uc-doc__page:nth-child(2) { z-index: 2; transform: translate(34px, 10px) rotate(4deg); }
.uc-doc__page:nth-child(3) { z-index: 1; transform: translate(62px, 20px) rotate(8deg); }
.uc-doc:hover .uc-doc__page:nth-child(2) { transform: translate(46px, 6px) rotate(6deg); }
.uc-doc:hover .uc-doc__page:nth-child(3) { transform: translate(86px, 12px) rotate(11deg); }
.uc-doc__eyebrow { font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--gem-cyan); }
.uc-doc__title { margin: 6px 0 4px; font-size: 1.125rem; font-weight: 700; line-height: 1.3; color: #fff; }
.uc-doc__sub { margin: 0 0 14px; font-size: .8125rem; color: rgba(255, 255, 255, .65); }
.uc-doc__actions { display: flex; flex-wrap: wrap; gap: 8px; }
.uc-btn { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 999px; background: var(--gem-cyan); color: var(--gem-dark); font-size: .8125rem; font-weight: 700; text-decoration: none; border: 1px solid var(--gem-cyan); transition: background .2s var(--ease), color .2s var(--ease); }
.uc-btn:hover { background: #fff; border-color: #fff; }
.uc-btn--ghost { background: transparent; color: var(--gem-cyan); }
.uc-btn--ghost:hover { background: rgba(16, 192, 224, .12); border-color: var(--gem-cyan); }

/* Lightbox */
.uc-lightbox { width: min(1200px, 100vw - 32px); max-width: none; max-height: calc(100vh - 32px); padding: 0; border: 0; border-radius: 16px; background: var(--gem-dark); color: #fff; overflow: visible; }
.uc-lightbox::backdrop { background: rgba(10, 22, 32, .88); }
.uc-lightbox__fig { margin: 0; display: flex; flex-direction: column; }
.uc-lightbox__img { display: block; width: 100%; max-height: calc(100vh - 150px); object-fit: contain; border-radius: 16px 16px 0 0; background: #0f1d28; }
.uc-lightbox__cap { padding: 14px 64px 16px 20px; font-size: .875rem; line-height: 1.5; color: rgba(255, 255, 255, .85); }
.uc-lightbox__btn { position: absolute; display: grid; place-items: center; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(10, 22, 32, .8); color: #fff; font-size: 1.125rem; cursor: pointer; }
.uc-lightbox__btn:hover { background: var(--gem-teal); }
.uc-lightbox__btn:focus-visible { outline: 2px solid var(--gem-cyan); outline-offset: 2px; }
.uc-lightbox__close { top: 10px; right: 10px; }
.uc-lightbox__prev, .uc-lightbox__next { top: calc(50% - 40px); }
.uc-lightbox__prev { left: 10px; }
.uc-lightbox__next { right: 10px; }
.uc-lightbox.is-single .uc-lightbox__prev, .uc-lightbox.is-single .uc-lightbox__next { display: none; }
.uc-lightbox__count { position: absolute; right: 20px; bottom: 16px; font-family: var(--font-mono); font-size: .75rem; color: var(--gem-cyan); }

@media (max-width: 768px) {
  .uc-doc { grid-template-columns: 1fr; }
  .uc-doc__pages { height: 190px; }
  .uc-lightbox__prev, .uc-lightbox__next { top: auto; bottom: 64px; }
}
@media (prefers-reduced-motion: reduce) {
  .uc-shot img, .uc-doc__page { transition: none; }
}

/* §29c — Mở đầu tầng (.uc-tier) 2026-09-24: thay .cs-chapter (số lớn + dòng eyebrow mono dài).
   Trái: nhãn "Tầng n/3" + phạm vi · tiêu đề · mô tả · 2 dữ kiện · link chương trình.
   Phải: bản đồ 3 tầng, tầng hiện tại tô đặc, tầng đã qua viền, tầng sau mờ. */
.uc-tier { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 48px; align-items: center; margin: 96px 0 32px; padding: 44px 48px; border-radius: var(--uc-radius); background: var(--gem-soft); scroll-margin-top: 150px; }
.gm-tabs + .uc-tier { margin-top: 48px; }
.uc-tier__kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 14px; font-size: .875rem; font-weight: 600; color: var(--gem-mid); }
.uc-tier__badge { display: inline-flex; align-items: baseline; padding: 5px 12px; border-radius: 999px; background: var(--gem-teal); color: #fff; font-size: .8125rem; font-weight: 700; }
.uc-tier__badge span { margin-left: 1px; font-weight: 500; opacity: .7; }
.uc-tier__title { margin: 0; font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; line-height: 1.05; letter-spacing: -.02em; color: var(--gem-dark); text-wrap: balance; }
.uc-tier__claim { margin: 14px 0 0; max-width: 58ch; font-size: 1.125rem; line-height: 1.55; color: #33444d; text-wrap: pretty; }
.uc-tier__facts { display: flex; flex-wrap: wrap; gap: 12px 40px; margin: 24px 0 0; padding: 18px 0 0; border-top: 1px solid rgba(0, 128, 152, .18); }
.uc-tier__facts div { min-width: 0; }
.uc-tier__facts dt { margin: 0 0 4px; font-size: .75rem; font-weight: 600; color: var(--gem-mid); }
.uc-tier__facts dd { margin: 0; font-size: .9375rem; font-weight: 600; color: var(--gem-dark); }
.uc-tier__link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; font-size: .9375rem; font-weight: 700; color: var(--gem-teal); text-decoration: none; border-bottom: 2px solid rgba(0, 128, 152, .25); padding-bottom: 2px; transition: border-color .2s var(--ease), gap .2s var(--ease); }
.uc-tier__link:hover { border-color: var(--gem-teal); gap: 12px; }

.uc-tier__map { position: relative; display: flex; flex-direction: column; gap: 6px; margin: 0; padding: 12px; list-style: none; border-radius: 16px; background: #fff; box-shadow: 0 1px 2px rgba(10, 22, 32, .05); }
.uc-tier__map a { position: relative; display: flex; align-items: center; gap: 14px; padding: 10px 12px; border-radius: 12px; color: inherit; text-decoration: none; transition: background .2s var(--ease); }
.uc-tier__map a:hover { background: var(--gem-paper); }
.uc-tier__map a:focus-visible { outline: 2px solid var(--gem-cyan); outline-offset: 2px; }
.uc-tier__map li + li a::before { content: ""; position: absolute; left: 27px; top: -12px; height: 18px; width: 2px; background: rgba(10, 22, 32, .1); }
.uc-tier__dot { flex-shrink: 0; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; border: 2px solid rgba(10, 22, 32, .15); background: #fff; font-size: .875rem; font-weight: 700; color: #7a8a92; }
.uc-tier__step { display: flex; flex-direction: column; min-width: 0; }
.uc-tier__step b { font-size: .9375rem; font-weight: 700; color: #7a8a92; line-height: 1.3; }
.uc-tier__step small { font-size: .75rem; color: #8c9aa1; }
.uc-tier__map .is-done .uc-tier__dot { border-color: var(--gem-teal); color: var(--gem-teal); }
.uc-tier__map .is-done b { color: var(--gem-dark); }
.uc-tier__map .is-done + li a::before, .uc-tier__map .is-current + li a::before { background: var(--gem-teal); }
.uc-tier__map .is-current a { background: var(--gem-dark); }
.uc-tier__map .is-current .uc-tier__dot { border-color: var(--gem-cyan); background: var(--gem-cyan); color: var(--gem-dark); }
.uc-tier__map .is-current b { color: #fff; }
.uc-tier__map .is-current small { color: rgba(255, 255, 255, .65); }

/* Chuyển động: khối trồi lên, bản đồ sáng dần từng tầng tới tầng hiện tại */
.uc-motion .uc-page .uc-tier { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.uc-motion .uc-page .uc-tier.is-in { opacity: 1; transform: none; }
.uc-motion .uc-page .uc-tier__map li { opacity: 0; transform: translateX(12px); transition: opacity .45s var(--ease), transform .45s var(--ease); }
.uc-motion .uc-page .uc-tier.is-in .uc-tier__map li { opacity: 1; transform: none; }
.uc-motion .uc-page .uc-tier.is-in .uc-tier__map li:nth-child(2) { transition-delay: .12s; }
.uc-motion .uc-page .uc-tier.is-in .uc-tier__map li:nth-child(3) { transition-delay: .24s; }

@media (max-width: 1024px) {
  .uc-tier { grid-template-columns: 1fr; gap: 28px; padding: 36px; }
  .uc-tier__map { flex-direction: row; padding: 8px; }
  .uc-tier__map li { flex: 1 1 0; min-width: 0; }
  .uc-tier__map li + li a::before { display: none; }
}
@media (max-width: 768px) {
  .uc-tier { margin: 64px 0 20px; padding: 28px 20px; border-radius: 16px; }
  .uc-tier__claim { font-size: 1rem; }
  .uc-tier__facts { flex-direction: column; gap: 12px; }
  .uc-tier__map a { flex-direction: column; align-items: flex-start; gap: 8px; padding: 10px; }
  .uc-tier__step small { display: none; }
  .uc-tier__step b { font-size: .8125rem; }
}

/* §29d — Sửa chữ "vỡ" + khoảng trống chết (2026-09-24, đo CDP 1920px).
   body kế thừa letter-spacing -0.48px CỐ ĐỊNH ⇒ chữ 12–13px bị ép −4%, dấu tiếng Việt dính nhau.
   Trang này: chữ thường tracking 0; chỉ tiêu đề lớn được âm nhẹ theo em. */
body.uc-page { text-rendering: optimizeLegibility; } /* letter-spacing: đã sửa gốc ở body (§2) */
.uc-page .app-hero__title, .uc-page .uc-tier__title { letter-spacing: -.015em; }
.uc-page .cs-case__title { letter-spacing: -.005em; }
.uc-page .uc-story__item dd { font-size: 1rem; line-height: 1.65; }
.uc-page .uc-shot__label, .uc-page .uc-media-cap, .uc-page .uc-gallery__title span { letter-spacing: .005em; }
.uc-page .uc-tier__kicker, .uc-page .uc-tier__facts dt { letter-spacing: .01em; }
/* Case 01: ảnh AI Passport nằm ở cột nội dung (trước đây dồn hết sang cột media ⇒ 500px trống) */
.uc-page .cs-case__body .uc-gallery { margin-top: 4px; }
.uc-page .cs-case__body .uc-gallery__grid { gap: 12px; }
.uc-page .cs-case__grid { align-items: start; }
/* Cột chữ ngắn hơn ảnh ⇒ căn giữa theo ảnh (không để một dải trống dưới chữ); cột chữ dài hơn ⇒ ảnh dính theo khi cuộn. */
@media (min-width: 1025px) {
  .uc-page .cs-case__body { align-self: center; }
}
/* aspect-ratio:auto đè tỉ lệ lấy từ width/height ⇒ ảnh lazy cao 0px trước khi tải. Khai tỉ lệ dự phòng. */
.uc-page .uc-shot--tall img { aspect-ratio: auto 600 / 900; }
/* Case 01: 4 màn hình AI Passport thành một hàng ngang dưới lưới chính */
.uc-gallery--row { margin-top: 36px; }
.uc-gallery--row .uc-gallery__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
@media (max-width: 1024px) { .uc-gallery--row .uc-gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
/* Sơ đồ luồng 4 nút (case-06) — xuống dòng thay vì tràn */
.uc-page .cs-auto-flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; padding: 14px; overflow: visible; }
.uc-page .cs-auto-flow__connector { display: none; }
.uc-page .cs-auto-flow__node { min-width: 0; padding: 12px 8px; text-align: center; white-space: normal; letter-spacing: .03em; line-height: 1.3; }
@media (max-width: 768px) { .uc-page .cs-auto-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); } }


/* =====================================================================
   §30 — TRANG CHỦ TÁI CẤU TRÚC (2026-09-24/25, owner: "tái cấu trúc toàn diện, UX tốt laptop lẫn mobile")
   Namespace .hp-* — chỉ các khối mới của trang chủ (+ programs.php dùng chung với trang Chương trình).
   Màu: chỉ 6 token GEM (§2) + thang xám sẵn có. Không letter-spacing âm cho chữ < 20px (§0e).
   ===================================================================== */

/* ---- Đầu section dùng chung ---- */
.hp-head { display: flex; flex-direction: column; gap: var(--s-16); max-width: 48rem; margin-bottom: var(--s-40); }
.hp-head .head__title { margin: 0; text-wrap: balance; }
.hp-head .head__sub { margin: 0; text-wrap: pretty; }
.hp-head--row { max-width: none; }
@media (min-width: 992px) {
  .hp-head--row { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); align-items: end; gap: var(--s-40); }
}
@media (max-width: 768px) { .hp-head { margin-bottom: var(--s-28); } }

/* ---- Hero: 3 chặng thay cho hộp mã viết tắt ---- */
.hp-hero-steps { gap: var(--s-16); }
.hp-hero-steps__label { margin: 0; font-size: 0.75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gray-600); }
a.gem-hero__stat-row { display: grid; grid-template-columns: 3rem minmax(0, 1fr) 1.25rem; align-items: center; gap: var(--s-16); color: inherit; text-decoration: none; }
.hp-hero-steps .gem-hero__stat-num { font-size: 1.5rem; min-width: 0; line-height: 1; }
.hp-hero-steps .gem-hero__stat-label { font-size: 0.9375rem; line-height: 1.5; color: var(--gray-600); }
.hp-hero-steps .gem-hero__stat-label strong { display: block; font-size: 1.0625rem; color: var(--gem-dark); margin-bottom: 2px; transition: color .2s var(--ease, ease); }
.gem-hero__stat-go { color: var(--gem-teal); opacity: .55; transition: transform .2s var(--ease, ease), opacity .2s; }
a.gem-hero__stat-row:hover .gem-hero__stat-label strong { color: var(--gem-teal); }
a.gem-hero__stat-row:hover .gem-hero__stat-go { opacity: 1; transform: translateX(3px); }
a.gem-hero__stat-row:focus-visible { outline: 2px solid var(--gem-teal); outline-offset: 4px; border-radius: 8px; }

/* ---- Khối diễn giả: monogram thay ảnh không đúng người ---- */
.event-spot__photo--mono { width: 88px; height: 88px; aspect-ratio: auto; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, var(--gem-teal) 0%, var(--gem-dark) 100%); }
.event-spot__photo--mono span { color: #fff; font-size: 1.75rem; font-weight: 600; }
@media (max-width: 991px) { .event-spot__speaker { grid-template-columns: 88px 1fr; } }
@media (max-width: 600px) { .event-spot__speaker { grid-template-columns: 64px 1fr; } .event-spot__photo--mono { width: 64px; height: 64px; } .event-spot__photo--mono span { font-size: 1.25rem; } }

/* ---- Vấn đề & cách làm (#dao-tao) ---- */
.hp-gap__table { background: #fff; border: 1px solid var(--gray-100); border-radius: var(--radius-card); overflow: hidden; box-shadow: 0 1px 2px rgba(10, 22, 32, .04), 0 12px 32px rgba(10, 22, 32, .05); }
.hp-gap__cols, .hp-gap__row { display: grid; grid-template-columns: minmax(0, 1fr) 3.5rem minmax(0, 1.15fr); }
.hp-gap__cols { padding: var(--s-14) 0; background: #fbfcfc; font-size: 0.75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gray-600); }
.hp-gap__cols span:first-child { padding-left: calc(var(--s-32) + 2.25rem + var(--s-20)); }
.hp-gap__cols span:last-child { grid-column: 3; padding-left: var(--s-32); color: var(--gem-teal); }
.hp-gap__row { border-top: 1px solid var(--gray-100); }
.hp-gap__before { display: flex; gap: var(--s-20); padding: var(--s-28) var(--s-32); }
.hp-gap__after { padding: var(--s-28) var(--s-32); background: rgba(230, 245, 248, .55); border-left: 3px solid var(--gem-teal); }
.hp-gap__num { flex: none; width: 2.25rem; height: 2.25rem; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--gray-200); font-family: var(--font-mono); font-size: 0.8125rem; color: var(--gray-600); }
.hp-gap__arrow { display: flex; align-items: center; justify-content: center; color: var(--gem-teal); }
.hp-gap__arrow svg { width: 2.25rem; height: 2.25rem; padding: 8px; border-radius: 50%; background: var(--gem-soft); }
.hp-gap__label { display: none; margin: 0 0 var(--s-6); font-size: 0.75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gray-500); }
.hp-gap__after .hp-gap__label { color: var(--gem-teal); }
.hp-gap__title { margin: 0 0 var(--s-6); font-size: 1.125rem; font-weight: 600; line-height: 1.35; color: var(--gray-700); }
.hp-gap__after .hp-gap__title { color: var(--gem-dark); }
.hp-gap__desc { margin: 0; font-size: 1rem; line-height: 1.6; color: var(--gray-600); }
.hp-gap__after .hp-gap__desc { color: var(--gray-700); }
.hp-gap__out { display: flex; flex-wrap: wrap; align-items: center; gap: var(--s-8); margin: var(--s-14) 0 0; font-size: 0.9375rem; font-weight: 600; color: var(--gem-mid); }
.hp-gap__out span, .hp-role__out span { font-size: 0.75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--gem-teal); background: #fff; border: 1px solid rgba(0, 128, 152, .28); border-radius: 999px; padding: 2px 8px; }
@media (max-width: 991px) {
  .hp-gap__table { background: none; border: 0; border-radius: 0; box-shadow: none; overflow: visible; display: grid; gap: var(--s-16); }
  .hp-gap__cols { display: none; }
  .hp-gap__row { grid-template-columns: 1fr; border: 1px solid var(--gray-100); border-radius: 1rem; overflow: hidden; background: #fff; }
  .hp-gap__arrow { display: none; }
  .hp-gap__label { display: block; }
  .hp-gap__before { padding: var(--s-20); gap: var(--s-14); }
  .hp-gap__after { padding: var(--s-20); border-left: 0; border-top: 3px solid var(--gem-teal); }
  .hp-gap__title { font-size: 1.0625rem; }
  .hp-gap__desc { font-size: 0.9375rem; }
}

/* ---- Danh mục 3 chặng (#chuong-trinh) — mặc định nền tối ---- */
.hp-prog .head__title { color: #fff; }
.hp-prog .head__sub { color: rgba(255, 255, 255, .72); }
.hp-prog__jump { list-style: none; margin: var(--s-8) 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: var(--s-8); }
.hp-prog__jump a { display: inline-flex; align-items: center; gap: var(--s-8); padding: 8px 16px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 999px; color: #fff; font-size: 0.9375rem; font-weight: 500; text-decoration: none; transition: border-color .2s, background .2s; }
.hp-prog__jump a span { font-family: var(--font-mono); font-size: 0.8125rem; color: var(--gem-cyan); }
.hp-prog__jump a:hover { border-color: var(--gem-cyan); background: rgba(16, 192, 224, .08); }

.hp-tier { margin-top: var(--s-56); scroll-margin-top: 110px; }
.hp-head + .hp-tier { margin-top: var(--s-16); }
.hp-tier__head { display: grid; grid-template-columns: auto minmax(0, 1fr) minmax(0, 24rem); gap: var(--s-16) var(--s-32); align-items: start; padding-bottom: var(--s-24); margin-bottom: var(--s-24); border-bottom: 1px solid rgba(255, 255, 255, .12); }
.hp-tier__num { font-family: var(--font-mono); font-size: 2.5rem; line-height: 1; font-weight: 500; color: var(--gem-cyan); }
.hp-tier__scope { margin: 0; font-size: 0.75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gem-cyan); }
.hp-tier__title { margin: var(--s-6) 0 var(--s-8); font-size: var(--title-s); line-height: 1.2; font-weight: 500; letter-spacing: -.02em; color: #fff; }
.hp-tier__desc { margin: 0; max-width: 40rem; font-size: 1rem; line-height: 1.6; color: rgba(255, 255, 255, .72); }
.hp-tier__meta { margin: 0; display: grid; gap: var(--s-12); padding: var(--s-16) var(--s-20); border-radius: 1rem; background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .1); }
.hp-tier__meta dt { font-size: 0.75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(255, 255, 255, .55); }
.hp-tier__meta dd { margin: 2px 0 0; font-size: 0.9375rem; line-height: 1.45; color: #fff; }
.hp-tier__meta a { color: var(--gem-cyan); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }

.hp-tier__grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(13.5rem, 100%), 1fr)); gap: var(--s-16); }
.hp-card { display: flex; min-width: 0; }
.hp-card__link { position: relative; display: flex; flex-direction: column; gap: var(--s-10); width: 100%; padding: var(--s-20) var(--s-20) var(--s-16); border-radius: 1rem; background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .12); color: #fff; text-decoration: none; transition: border-color .2s, background-color .2s, transform .2s var(--ease, ease); }
.hp-card__link:hover { border-color: var(--gem-cyan); background-color: rgba(16, 192, 224, .07); transform: translateY(-2px); }
.hp-card__link:focus-visible { outline: 2px solid var(--gem-cyan); outline-offset: 3px; }
.hp-card__tags { display: flex; flex-wrap: wrap; gap: 6px; }
.hp-card__tag { font-size: 0.75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: rgba(255, 255, 255, .7); border: 1px solid rgba(255, 255, 255, .2); border-radius: 999px; padding: 3px 9px; }
.hp-card__tag--date { color: var(--gem-dark); background: var(--gem-cyan); border-color: transparent; text-transform: none; letter-spacing: .01em; font-size: 0.75rem; }
.hp-card__title { font-size: 1.1875rem; font-weight: 600; line-height: 1.3; }
.hp-card__desc { font-size: 0.9375rem; line-height: 1.55; color: rgba(255, 255, 255, .72); }
.hp-card__feats { display: grid; gap: 4px; font-size: 0.875rem; line-height: 1.45; color: rgba(255, 255, 255, .82); }
.hp-card__feats span { position: relative; padding-left: 16px; }
.hp-card__feats span::before { content: ""; position: absolute; left: 2px; top: .6em; width: 6px; height: 6px; border-radius: 50%; background: var(--gem-cyan); }
.hp-card__cta { margin-top: auto; padding-top: var(--s-12); font-size: 0.9375rem; font-weight: 600; color: var(--gem-cyan); }
.hp-card__link:hover .hp-card__cta span { display: inline-block; transform: translateX(3px); transition: transform .2s; }

.hp-prog__foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: var(--s-16); margin-top: var(--s-48); padding-top: var(--s-32); border-top: 1px solid rgba(255, 255, 255, .12); }
.hp-prog__foot p { margin: 0; font-size: 1.125rem; font-weight: 600; color: #fff; }

/* Tone sáng (trang Chương trình AI) */
.hp-prog--light .head__title { color: var(--gem-dark); }
.hp-prog--light .head__sub { color: var(--gray-600); }
.hp-prog--light .hp-prog__jump a { color: var(--gem-dark); border-color: var(--gray-200); background: #fff; }
.hp-prog--light .hp-prog__jump a span { color: var(--gem-teal); }
.hp-prog--light .hp-prog__jump a:hover { border-color: var(--gem-teal); background: var(--gem-soft); }
.hp-prog--light .hp-tier__head { border-bottom-color: var(--gray-100); }
.hp-prog--light .hp-tier__num, .hp-prog--light .hp-tier__scope { color: var(--gem-teal); }
.hp-prog--light .hp-tier__title { color: var(--gem-dark); }
.hp-prog--light .hp-tier__desc { color: var(--gray-600); }
.hp-prog--light .hp-tier__meta { background: #fff; border-color: var(--gray-100); }
.hp-prog--light .hp-tier__meta dt { color: var(--gray-500); }
.hp-prog--light .hp-tier__meta dd { color: var(--gem-dark); }
.hp-prog--light .hp-tier__meta a { color: var(--gem-teal); }
.hp-prog--light .hp-card__link { background: #fff; border-color: var(--gray-100); color: var(--gem-dark); }
.hp-prog--light .hp-card__link:hover { border-color: var(--gem-teal); background: #fff; box-shadow: 0 10px 28px rgba(10, 22, 32, .07); }
.hp-prog--light .hp-card__link:focus-visible { outline-color: var(--gem-teal); }
.hp-prog--light .hp-card__tag { color: var(--gray-600); border-color: var(--gray-200); }
.hp-prog--light .hp-card__tag--date { color: #fff; background: var(--gem-teal); border-color: transparent; }
.hp-prog--light .hp-card__desc { color: var(--gray-600); }
.hp-prog--light .hp-card__feats { color: var(--gray-700); }
.hp-prog--light .hp-card__feats span::before { background: var(--gem-teal); }
.hp-prog--light .hp-card__cta { color: var(--gem-teal); }
.hp-prog--light .hp-prog__foot { border-top-color: var(--gray-100); }
.hp-prog--light .hp-prog__foot p { color: var(--gem-dark); }

@media (max-width: 1024px) {
  .hp-tier__head { grid-template-columns: auto minmax(0, 1fr); }
  .hp-tier__meta { grid-column: 1 / -1; grid-template-columns: repeat(auto-fit, minmax(min(12rem, 100%), 1fr)); }
}

/* ---- Theo vai trò (#ma-tran) ---- */
.hp-roles__grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s-16); }
.hp-role { display: flex; flex-direction: column; gap: var(--s-8); padding: var(--s-24); border: 1px solid var(--gray-100); border-radius: 1rem; background: #fff; transition: border-color .2s; }
.hp-role:hover { border-color: rgba(0, 128, 152, .4); }
.hp-role__dept { display: flex; align-items: center; gap: var(--s-8); margin: 0; font-size: 0.75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--gem-teal); }
.hp-role__dept span { font-family: var(--font-mono); font-weight: 500; color: var(--gray-400); letter-spacing: 0; }
.hp-role__title { margin: 0; font-size: 1.125rem; font-weight: 600; line-height: 1.35; color: var(--gem-dark); }
.hp-role__desc { margin: 0; font-size: 0.9375rem; line-height: 1.6; color: var(--gray-600); }
.hp-role__out { display: flex; flex-wrap: wrap; align-items: center; gap: var(--s-8); margin: auto 0 0; padding-top: var(--s-12); border-top: 1px dashed var(--gray-100); font-size: 0.875rem; font-weight: 600; color: var(--gem-mid); }
@media (max-width: 991px) { .hp-roles__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ---- Mobile: danh sách thẻ cuộn ngang (lộ thẻ kế tiếp để gợi ý vuốt) ---- */
@media (max-width: 640px) {
  .hp-tier__grid, .hp-roles__grid {
    display: flex; gap: var(--s-12); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none;
    margin: 0 calc(var(--pad-x) * -1); padding: 4px var(--pad-x) 8px; scroll-padding-left: var(--pad-x);
  }
  .hp-tier__grid::-webkit-scrollbar, .hp-roles__grid::-webkit-scrollbar { display: none; }
  .hp-card, .hp-role { flex: 0 0 84%; scroll-snap-align: start; }
  .hp-tier { margin-top: var(--s-40); }
  .hp-tier__num { font-size: 1.75rem; }
  .hp-tier__head { gap: var(--s-12) var(--s-16); }
  .hp-prog__foot { margin-top: var(--s-32); padding-top: var(--s-24); }
  .hp-prog__foot .button-row, .hp-prog__foot .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .hp-card__link, .hp-card__link:hover, a.gem-hero__stat-row:hover .gem-hero__stat-go { transform: none; }
}

/* ---- Thanh sự kiện: 1 dòng trên mobile (trước: 3 dòng, 114px + header 77px = 23% màn hình) ---- */
.event-bar__short { display: none; }
@media (max-width: 767px) {
  .event-bar__tag, .event-bar__text { display: none; }
  .event-bar__short { display: inline; font-weight: 600; }
  .event-bar__inner { flex-wrap: nowrap; padding: 8px 0; gap: var(--s-12); }
}

/* §30b — tinh chỉnh sau khi đo ảnh (2026-09-25) */
/* Nhãn hoạt động có chữ tiếng Việt (HOÀNG THÀNH · THÁNG) ⇒ KHÔNG dùng Azeret Mono (§2). */
#hoat-dong-thuc-te .door-card__tag { font-family: var(--font-sans); letter-spacing: .06em; }
.hp-proof__more { margin: var(--s-32) 0 0; }
/* Diễn giả trên tablet/mobile: monogram + tên/vai trò một hàng, tiểu sử full chiều rộng. */
@media (max-width: 991px) {
  .event-spot__speaker .event-spot__photo--mono { grid-row: span 2; }
  .event-spot__speaker .event-spot__bio,
  .event-spot__speaker > .link-arrow { grid-column: 1 / -1; }
}
