.map-software{padding:15px;border-radius:22px;background:linear-gradient(145deg,#eee1ca,#fffaf0);box-shadow:0 24px 55px rgba(25,55,52,.16)}
.software-browser{overflow:hidden;border:1px solid rgba(11,81,79,.15);border-radius:14px;background:#fff;box-shadow:0 12px 35px rgba(22,55,52,.14)}
.browser-bar{display:flex;align-items:center;gap:6px;height:34px;padding:0 12px;background:#eef2ef;border-bottom:1px solid #dae4df}
.browser-bar>span{width:8px;height:8px;border-radius:50%;background:#d59b46}.browser-bar>span:nth-child(2){background:#b5c8c1}.browser-bar>span:nth-child(3){background:#7fa398}.browser-bar b{overflow:hidden;margin-left:7px;color:#71827e;font-size:.54rem;font-weight:600;text-overflow:ellipsis;white-space:nowrap}
.software-screen{display:grid;grid-template-columns:125px 1fr;min-height:365px}
.software-screen aside{display:flex;flex-direction:column;gap:12px;padding:22px 15px;background:#123f3e;color:#fff}.software-screen aside strong{margin-bottom:15px;color:#f1cf87;font:700 .82rem/1.35 Lora,serif}.software-screen aside small{padding:8px 7px;border-radius:7px;color:#d6e5e1;font-size:.56rem;line-height:1.3}.software-screen aside small:first-of-type{background:rgba(255,255,255,.12);color:#fff}
.software-content{padding:25px 22px;background:linear-gradient(180deg,#fbfdfc,#f4f8f6)}
.software-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.software-top small,.software-grid small{color:#798b86;font-size:.54rem;font-weight:800;letter-spacing:.08em}.software-top h3{margin:4px 0 0;font-size:1rem}.software-top>span{padding:5px 8px;border-radius:99px;background:#e8f3ee;color:#0b514f;font-size:.5rem;font-weight:800}
.software-fact{margin-top:19px;padding:14px;border:1px solid #dce9e4;border-radius:10px;background:#fff}.software-fact b{color:#0b514f;font-size:.65rem}.software-fact p{margin:5px 0 0;color:#40534f;font-size:.64rem;line-height:1.55}
.software-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:10px}.software-grid>div{display:flex;flex-direction:column;padding:12px;border-radius:10px;background:#eef5f2}.software-grid b{margin-top:5px;color:#183f3c;font-size:.68rem}.software-grid em{color:#788984;font-size:.54rem;font-style:normal}
.software-next{display:flex;flex-direction:column;margin-top:10px;padding:12px;border-left:3px solid #dca84b;background:#fff8e9}.software-next span{color:#a66b1c;font-size:.55rem;font-weight:800;text-transform:uppercase}.software-next b{margin-top:4px;color:#334b47;font-size:.62rem;line-height:1.5}
.map-software>p{margin:11px 0 0;color:#5e746e;font-size:.68rem;text-align:center}

.map-help {
  margin-top: 20px;
}

.map-help summary {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 10px 15px;
  border: 1px solid rgba(11,81,79,.38);
  border-radius: 999px;
  background: #fff;
  color: var(--teal);
  font-size: .83rem;
  font-weight: 800;
  list-style: none;
  transition: .2s;
}

.map-help summary::-webkit-details-marker {
  display: none;
}

.map-help summary:hover {
  background: #edf7f3;
}

.map-help summary i {
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--teal);
  border-bottom: 2px solid var(--teal);
  transform: translateY(-2px) rotate(45deg);
  transition: .2s;
}

.map-help[open] summary i {
  transform: translateY(2px) rotate(225deg);
}

.map-help .details-body {
  padding: 16px 0 0;
}

.ebook-cover {
  width: 100%;
  height: 235px;
  margin-bottom: 10px;
  border-radius: 13px;
  background-color: #edf4f1;
  background-image: url('assets/bo-3-ebook.png');
  background-repeat: no-repeat;
  background-size: 400% auto;
  box-shadow: inset 0 0 0 1px rgba(11,81,79,.08);
}

.ebook-cover-1 { background-position: 25% 53%; }
.ebook-cover-2 { background-position: 0 53%; }
.ebook-cover-3 { background-position: 54% 53%; }

.tool-total {
  flex-direction: column;
  gap: 7px;
  text-align: center;
}

.tool-total strong {
  font-size: clamp(1.4rem,2.4vw,2rem);
}

.tool-total p {
  font-weight: 700;
}

/* Hero 2 */
.traps-headline span {
  display: block;
}

.traps-heading {
  max-width: 1120px;
}

.traps-headline {
  max-width: 1080px;
  margin: 0 auto 28px;
  font-size: clamp(2.15rem,3.45vw,3.45rem);
  line-height: 1.17;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.traps-headline span + span {
  margin-top: 8px;
  color: #b87820;
  font-size: .88em;
}

.traps-heading .lead {
  max-width: 760px;
}

.traps .card-grid {
  align-items: stretch;
}

.trap-card {
  display: flex;
  height: 100%;
  min-height: 330px;
  flex-direction: column;
}

.trap-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.numbered .trap-number {
  margin: 0;
  color: var(--gold);
  font: 600 2rem Lora,serif;
}

.trap-icon {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid #cce3db;
  border-radius: 50%;
  background: #eaf5f1;
  color: var(--teal);
  font-size: 27px;
}

.book-question::after {
  content: '?';
  position: absolute;
  top: -5px;
  right: -3px;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font: 800 12px 'Be Vietnam Pro',sans-serif;
}

.trap-card h3 {
  min-height: 3.05em;
  margin-bottom: 12px;
}

.trap-card p {
  margin-top: auto;
}

.bridge-promise {
  padding-block: 34px;
}

.bridge-promise blockquote {
  margin-top: 0;
  font-size: clamp(1.18rem,2vw,1.48rem);
}

/* Hero 3: thể hiện dòng chảy 1 → 2 → 3 → 4 */
.path-list article {
  overflow: visible;
}

.path-list article:not(:last-child)::after {
  content: '→';
  position: absolute;
  z-index: 4;
  top: 50%;
  right: -20px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(242,203,121,.45);
  border-radius: 50%;
  background: var(--teal2);
  color: #f2cb79;
  font: 700 17px/1 'Be Vietnam Pro',sans-serif;
  transform: translateY(-50%);
}

.path-list h3 {
  font-size: 1.14rem;
  line-height: 1.35;
  letter-spacing: -.015em;
}

.keep-together {
  white-space: nowrap;
}

.path-takeaway {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 42px;
  text-align: center;
}

.path-takeaway q {
  max-width: 880px;
  color: #f3e7ca;
  font: 500 clamp(1.05rem,1.65vw,1.3rem)/1.65 Lora,serif;
}

.scroll-cue {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
  color: #e0ae51;
  text-decoration: none;
}

.scroll-cue span {
  color: #c9dad6;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.scroll-cue b {
  margin-top: 3px;
  font-size: 1.65rem;
  line-height: 1;
  animation: cue-bounce 1.65s ease-in-out infinite;
}

@keyframes cue-bounce {
  0%,100% { transform: translateY(0); opacity: .65; }
  50% { transform: translateY(6px); opacity: 1; }
}

@media (min-width: 681px) and (max-width: 920px) {
  .path-list article::after {
    display: none !important;
  }
}

@media (max-width: 680px) {
  .traps-headline span {
    display: inline;
  }

  .traps-headline span + span::before {
    content: ' ';
  }

  .trap-card {
    min-height: 0;
  }

  .trap-card h3 {
    min-height: 0;
  }

  .path-list article:not(:last-child)::after {
    content: '↓';
    top: auto;
    right: auto;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .path-takeaway {
    margin-top: 36px;
  }
}

/* Tiêu đề lộ trình: khóa nhịp dòng để không rơi riêng chữ “SỐNG” */
.sessions-heading{max-width:1080px}
.sessions-headline{max-width:1040px;margin:20px auto 0;font-size:clamp(2rem,3.75vw,3.55rem);line-height:1.06;letter-spacing:-.04em;text-wrap:balance}
.sessions-headline>span{display:block;white-space:nowrap}
.sessions-headline>span:nth-child(2){margin-top:8px;font-size:.82em;color:var(--ink)}
.sessions-headline>span:nth-child(3){margin-top:5px;font-size:.82em;color:#b87820}
.sessions-heading .lead{max-width:820px;margin:28px auto 0}
@media(max-width:700px){
  .sessions-headline{font-size:clamp(1.55rem,7.8vw,2.25rem);line-height:1.1}
  .sessions-headline>span{white-space:normal}
  .sessions-headline>span:nth-child(2){margin-top:8px;font-size:.76em}
  .sessions-headline>span:nth-child(3){margin-top:6px;font-size:.84em;white-space:nowrap}
  .sessions-heading .lead{margin-top:21px}
}

@media (prefers-reduced-motion: reduce) {
  .scroll-cue b { animation: none; }
}

/* CTA cuộn xuống: chữ lớn hơn, mũi tên dài và nhấp nháy rõ */
.scroll-cue span {
  font-size: clamp(.92rem, 1.25vw, 1.08rem);
  font-weight: 800;
  letter-spacing: .075em;
  line-height: 1.45;
}

.scroll-cue b {
  width: 54px;
  height: 72px;
  margin-top: 10px;
  border: 2px solid rgba(242,203,121,.82);
  background: rgba(242,203,121,.10);
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 0 0 6px rgba(242,203,121,.06), 0 8px 24px rgba(0,0,0,.18);
  animation: scroll-cue-blink 1.05s ease-in-out infinite;
}

@keyframes scroll-cue-blink {
  0%, 100% {
    transform: translateY(0) scaleY(1.12);
    opacity: .48;
    box-shadow: 0 0 0 3px rgba(242,203,121,.04), 0 6px 16px rgba(0,0,0,.14);
  }
  50% {
    transform: translateY(8px) scaleY(1.25);
    opacity: 1;
    box-shadow: 0 0 0 9px rgba(242,203,121,.12), 0 10px 28px rgba(0,0,0,.22);
  }
}

@media (max-width: 680px) {
  .scroll-cue span {
    font-size: .9rem;
  }

  .scroll-cue b {
    width: 50px;
    height: 66px;
    font-size: 3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-cue b {
    animation: none !important;
    opacity: 1;
  }
}

/* Khối chốt chương trình: cân lại tiêu đề và lộ trình trên màn hình hẹp */
.offer-grid > div:first-child > h2 {
  max-width: 760px;
  text-wrap: balance;
}

@media (max-width: 920px) {
  .offer-grid {
    gap: 42px;
  }

  .offer-grid > div:first-child {
    text-align: center;
  }

  .offer-grid > div:first-child > h2 {
    max-width: 720px;
    margin-inline: auto;
    font-size: clamp(2rem,6.4vw,3rem);
    line-height: 1.18;
  }

  .offer-grid > div:first-child > p:not(.eyebrow) {
    max-width: 720px;
    margin-inline: auto;
    text-align: left;
  }

  .route-chips {
    width: min(100%,700px);
    margin: 32px auto 0;
    grid-template-columns: minmax(0,1fr) 34px minmax(0,1fr) 34px minmax(0,1fr) 34px minmax(0,1fr);
    justify-items: stretch;
    gap: 6px;
  }

  .route-chips .route-step {
    width: 100%;
    min-height: 54px;
    padding: 9px 10px;
    font-size: .72rem;
    white-space: normal;
  }

  .route-chips .route-arrow {
    align-self: center;
    padding: 0;
    transform: none;
    font-size: 1.55rem;
  }
}

@media (max-width: 680px) {
  .offer-grid > div:first-child > h2 {
    font-size: clamp(1.8rem,8.3vw,2.35rem);
    line-height: 1.2;
  }

  .offer-grid > div:first-child > p:not(.eyebrow) {
    font-size: .98rem;
    line-height: 1.75;
  }

  .route-chips {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 7px;
  }

  .route-chips .route-step {
    width: min(100%,330px);
    min-height: 48px;
    padding: 10px 18px;
    font-size: .78rem;
  }

  .route-chips .route-arrow {
    padding: 0;
    line-height: 1;
    transform: rotate(90deg);
    transform-origin: center;
    font-size: 1.6rem;
  }
}

/* Hero 4 · Thẻ Buổi 1 */
.featured-session {
  border-color: #d8c38e !important;
  box-shadow: 0 18px 48px rgba(11,81,79,.10);
}

.featured-session summary {
  padding: 26px 30px 21px;
  align-items: flex-start;
}

.featured-session summary > span {
  min-width: auto;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f7e5b7;
  color: #80591c;
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.featured-session summary > strong {
  color: var(--teal);
  font-family: Lora,serif;
  font-size: clamp(1.18rem,2vw,1.55rem);
  line-height: 1.35;
  text-transform: uppercase;
}

.featured-session .details-body {
  padding: 0 30px 30px;
}

.session-intro {
  max-width: 790px;
  margin-bottom: 20px;
  color: #3d5552;
  font: 500 1rem/1.7 Lora,serif;
}

.session-rule {
  height: 1px;
  margin-bottom: 22px;
  background: linear-gradient(90deg,#d7b35e,rgba(216,231,226,.25));
}

.practice-label {
  margin-bottom: 12px;
  color: var(--teal);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.session-practice {
  margin: 0 0 23px;
  padding: 0;
  list-style: none;
}

.session-practice li {
  position: relative;
  margin: 9px 0;
  padding-left: 29px;
  color: #405956;
}

.session-practice li::before {
  content: '🌿';
  position: absolute;
  top: 0;
  left: 0;
  font-size: .9rem;
}

.plain-practice li::before {
  content: '•';
  top: -.05em;
  left: 5px;
  color: var(--teal);
  font-size: 1.25rem;
  font-weight: 800;
}

/* Khối so sánh trước và sau hành trình */
.case-tabs button {
  position: relative;
  overflow: visible;
}

.case-tabs button.active::after {
  content: '▶';
  position: absolute;
  top: 50%;
  right: -17px;
  color: var(--gold);
  font-size: .78rem;
  transform: translateY(-50%);
}

.compare-label {
  margin: 0 0 17px;
  font-size: .9rem;
  line-height: 1.45;
  letter-spacing: .035em;
}

.compare-label small {
  font: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.compare-col.before .compare-label {
  color: #9a4d39;
}

.compare-col.after .compare-label {
  color: #315d45;
}

.observed-fact {
  margin: 0 0 15px;
  padding: 13px 15px;
  border-left: 3px solid #6b9478;
  border-radius: 0 9px 9px 0;
  background: rgba(255,255,255,.6);
  color: #244b38;
  font: italic 600 .94rem/1.6 Lora,serif;
}

.honest p {
  font-family: Lora,serif;
  font-size: 1.05rem;
  line-height: 1.75;
}

/* Khối người đồng hành */
.mentor h2 {
  font-size: clamp(2.35rem,3.4vw,3rem);
  font-weight: 600;
  letter-spacing: -.02em;
}

.credential-list p {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  align-items: start;
}

.credential-icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  margin-top: 2px;
  border: 1px solid rgba(185,120,32,.34);
  border-radius: 50%;
  color: #b87820;
  font-size: 18px;
}

.mentor .signature {
  position: relative;
  margin-top: 19px;
  padding: 4px 0 4px 25px;
  border-radius: 0;
  background: transparent;
  color: var(--teal);
  font: italic 600 1.02rem/1.65 Lora,serif;
}

.mentor .signature::before {
  content: '“';
  position: absolute;
  top: -9px;
  left: 0;
  color: #b87820;
  font: 600 2.1rem/1 Lora,serif;
}

/* Khối giá và luồng bốn bước */
.route-chips {
  display: grid;
  grid-template-columns: auto 18px auto 18px auto 18px auto;
  align-items: center;
  gap: 7px;
  color: inherit;
}

.route-chips .route-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 31px;
  padding: 6px 9px;
  border: 1px solid rgba(242,203,121,.45);
  border-radius: 999px;
  color: #f2cb79;
  font-size: .65rem;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.route-chips .route-arrow {
  color: #f2cb79;
  font-size: .82rem;
  text-align: center;
}

.value-anchor {
  margin: 8px 0 0;
  color: #7c8986;
  font-size: .82rem;
  font-weight: 600;
}

.value-anchor s {
  text-decoration-thickness: 1px;
}

.closing p {
  color: #f6e7bd;
}

.closing strong {
  color: #fffaf0;
}

@media (max-width: 1180px) and (min-width: 921px) {
  .route-chips {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 6px;
  }

  .route-chips .route-arrow {
    padding-left: 20px;
    transform: rotate(90deg);
  }
}

@media (max-width: 680px) {
  .route-chips {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 6px;
  }

  .route-chips .route-arrow {
    padding-left: 20px;
    transform: rotate(90deg);
  }
}

@media (max-width: 920px) {
  .case-tabs button.active::after {
    top: auto;
    right: 50%;
    bottom: -15px;
    transform: translateX(50%) rotate(90deg);
  }
}

/* Tiêu đề khối sàng lọc: hai dòng cân đối, không còn chữ rơi riêng */
.fit-headline {
  max-width: 940px;
  margin: 0 auto 20px;
  font-size: clamp(2rem,3.65vw,3.35rem);
  line-height: 1.16;
}

.fit-headline span {
  display: block;
}

.fit-headline span:last-child {
  margin-top: 5px;
  color: #b87820;
}

/* Mũi tên dẫn hướng: lớn, rõ và chuyển động nhẹ để dẫn mắt */
@keyframes arrow-pulse-right {
  0%,100% { opacity: .62; transform: translateY(-50%) translateX(0) scale(1); }
  50% { opacity: 1; transform: translateY(-50%) translateX(5px) scale(1.12); }
}

@keyframes arrow-pulse-down {
  0%,100% { opacity: .62; transform: translateX(-50%) translateY(0) scale(1); }
  50% { opacity: 1; transform: translateX(-50%) translateY(6px) scale(1.12); }
}

@keyframes route-arrow-pulse {
  0%,100% { opacity: .58; transform: translateX(0) scale(1); }
  50% { opacity: 1; transform: translateX(5px) scale(1.18); }
}

@keyframes route-arrow-down-pulse {
  0%,100% { opacity: .58; transform: rotate(90deg) translateX(0) scale(1); }
  50% { opacity: 1; transform: rotate(90deg) translateX(6px) scale(1.18); }
}

.path-list article:not(:last-child)::after {
  width: 38px;
  height: 38px;
  right: -25px;
  font-size: 24px;
  border-width: 2px;
  box-shadow: 0 0 0 5px rgba(242,203,121,.08);
  animation: arrow-pulse-right 1.25s ease-in-out infinite;
}

.scroll-cue b {
  font-size: 2.25rem;
  font-weight: 800;
  animation: cue-bounce 1.15s ease-in-out infinite;
}

.route-chips .route-arrow {
  display: inline-block;
  font-size: 1.32rem;
  font-weight: 900;
  animation: route-arrow-pulse 1.25s ease-in-out infinite;
}

.case-tabs button.active::after {
  right: -23px;
  font-size: 1.2rem;
  filter: drop-shadow(0 2px 5px rgba(220,168,75,.4));
  animation: arrow-pulse-right 1.25s ease-in-out infinite;
}

@media (max-width: 680px) {
  .fit-headline {
    font-size: clamp(1.75rem,8.3vw,2.4rem);
  }

  .fit-headline span {
    display: inline;
  }

  .fit-headline span + span::before {
    content: ' ';
  }

  .path-list article:not(:last-child)::after {
    right: auto;
    bottom: -25px;
    width: 38px;
    height: 38px;
    font-size: 24px;
    animation: arrow-pulse-down 1.25s ease-in-out infinite;
  }

  .route-chips .route-arrow {
    font-size: 1.4rem;
    animation: route-arrow-down-pulse 1.15s ease-in-out infinite;
  }
}

@media (prefers-reduced-motion: reduce) {
  .path-list article:not(:last-child)::after,
  .scroll-cue b,
  .route-chips .route-arrow,
  .case-tabs button.active::after {
    animation: none !important;
  }
}

/* Hero 5 · Không khí phòng Zoom tương tác */
.experience {
  background: #f3ede2;
}

.experience-headline span {
  display: block;
}

.experience-headline span:first-child {
  color: var(--teal);
}

.experience-headline span + span {
  margin-top: 7px;
}

.zoom-experience-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0 42px;
  margin-top: 48px;
  border-top: 1px solid rgba(11,81,79,.18);
  border-bottom: 1px solid rgba(11,81,79,.18);
}

.zoom-step {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 20px;
  align-items: center;
  min-height: 178px;
  padding: 28px 8px;
  border-bottom: 1px solid rgba(11,81,79,.14);
}

.zoom-step:nth-child(odd) {
  border-right: 1px solid rgba(11,81,79,.14);
  padding-right: 32px;
}

.zoom-step:nth-child(3),
.zoom-step:nth-child(4) {
  border-bottom: 0;
}

.zoom-step-mark {
  position: relative;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal);
  color: #f8e3a8;
  box-shadow: 0 12px 28px rgba(11,81,79,.16);
}

.zoom-step-mark .material-symbols-outlined {
  font-size: 30px;
}

.zoom-step-mark b {
  position: absolute;
  right: -8px;
  bottom: -5px;
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 2px solid #f3ede2;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-size: .65rem;
}

.zoom-step h3 {
  margin-bottom: 7px;
  color: var(--teal);
  font-size: 1.12rem;
}

.zoom-step p {
  margin-bottom: 0;
  color: #506360;
  font-size: .92rem;
  line-height: 1.65;
}

@media (max-width: 680px) {
  .experience-headline span {
    display: inline;
  }

  .experience-headline span + span::before {
    content: ' — ';
  }

  .zoom-experience-list {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 34px;
  }

  .zoom-step,
  .zoom-step:nth-child(odd) {
    min-height: 0;
    padding: 24px 4px;
    border-right: 0;
    border-bottom: 1px solid rgba(11,81,79,.14);
  }

  .zoom-step:last-child {
    border-bottom: 0;
  }
}

.session-result {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 18px 20px;
  border: 1px solid #bfdbd1;
  background: #edf7f3;
}

.session-result b {
  color: var(--teal);
  font-size: .76rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.session-result span {
  color: #314c49;
  font-size: .93rem;
  line-height: 1.6;
}

@media (max-width: 680px) {
  .featured-session summary {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 20px 17px 17px;
  }

  .featured-session summary > span {
    width: max-content;
  }

  .featured-session summary > strong {
    grid-column: 1 / -1;
    margin-top: 10px;
    font-size: 1.08rem;
  }

  .featured-session summary > i {
    grid-column: 2;
    grid-row: 1;
  }

  .featured-session .details-body {
    padding: 0 17px 20px;
  }
}

/* Hero: giữ trọn thông điệp và CTA trong màn hình đầu tiên */
@media (min-width: 921px) {
  .hero {
    min-height: calc(100svh - 76px);
    align-items: center;
  }

  .hero-photo {
    left: 43%;
  }

  .hero-photo img {
    object-position: 64% center;
    filter: saturate(.94) contrast(.98) brightness(.98);
  }

  .hero-copy {
    padding: 34px 0 42px;
  }

  .hero-copy > * {
    max-width: 660px;
  }

  .hero .eyebrow {
    margin-bottom: 24px;
    font-size: .8rem;
    line-height: 1.45;
  }

  .hero h1 {
    margin-bottom: 16px;
    font-size: clamp(3.5rem, 5.25vw, 5.35rem);
    line-height: 1.12;
    letter-spacing: -.035em;
  }

  .hero-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .hero-title > span {
    display: block;
    line-height: 1.12;
  }

  .hero h1 em {
    display: block;
    margin-top: 0;
    font-size: .77em;
    line-height: 1.18;
    white-space: nowrap;
  }

  .hero h2 {
    max-width: 590px;
    margin-bottom: 0;
    font-size: clamp(1.25rem, 1.65vw, 1.55rem);
    line-height: 1.38;
  }

  .hero-lines {
    max-width: 590px;
    margin: 16px 0 18px;
    padding-left: 16px;
  }

  .hero-lines p {
    margin-bottom: 6px;
    font-size: .88rem;
    line-height: 1.45;
    font-weight: 600;
    color: #203c3a;
  }

  .hero .button {
    padding: 14px 22px;
  }

  .hero-credential {
    left: 60%;
    right: 0;
    bottom: 0;
    width: auto;
    min-height: 88px;
    padding: 14px clamp(20px,2vw,32px);
    border: 1px solid rgba(255,255,255,.34);
    border-right: 0;
    border-bottom: 0;
    border-radius: 16px 0 0 0;
    background: linear-gradient(90deg,rgba(255,250,240,.72),rgba(255,250,240,.52));
    backdrop-filter: blur(20px) saturate(1.08);
    -webkit-backdrop-filter: blur(20px) saturate(1.08);
    box-shadow: 0 -4px 18px rgba(14,67,64,.045);
    grid-template-columns: minmax(150px,auto) 1px minmax(0,1fr);
    align-items: center;
    column-gap: clamp(16px,1.6vw,26px);
  }

  .expert-id {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
  }

  .expert-id strong {
    color: var(--teal);
    font-size: 1.08rem;
    line-height: 1.25;
  }

  .expert-id span {
    color: var(--muted);
    font-size: .72rem;
    line-height: 1.45;
    white-space: nowrap;
  }

  .credential-divider {
    display: block;
    width: 1px;
    height: 48px;
    background: rgba(11,81,79,.28);
  }

  .hero-credential q {
    margin: 0;
    padding: 0;
    border: 0;
    color: #254744;
    font-size: .82rem;
    line-height: 1.55;
  }
}

@media (min-width: 921px) and (max-width: 1180px) {
  .hero-credential {
    left: 59%;
    grid-template-columns: 1fr;
    row-gap: 8px;
  }

  .hero-credential .credential-divider {
    width: 100%;
    height: 1px;
  }
}

@media (max-width: 920px) {
  .hero h1 {
    line-height: 1.12;
  }

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

  .hero-title > span {
    display: block;
    line-height: 1.12;
  }

  .hero h1 em {
    display: block;
    margin-top: 0;
    font-size: .72em;
    line-height: 1.18;
  }

  .hero .eyebrow {
    margin-bottom: 20px;
    line-height: 1.45;
  }

  .hero-lines p {
    font-weight: 600;
    color: #203c3a;
  }

  .hero-credential {
    width: 100%;
    margin: 0;
    padding: 16px 20px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    background: linear-gradient(90deg,rgba(255,250,240,.76),rgba(255,250,240,.58));
    backdrop-filter: blur(20px) saturate(1.08);
    -webkit-backdrop-filter: blur(20px) saturate(1.08);
    grid-template-columns: minmax(145px,auto) 1px 1fr;
    align-items: center;
    column-gap: 10px;
  }

  .expert-id {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .expert-id span {
    font-size: .68rem;
    white-space: normal;
  }

  .credential-divider {
    display: block;
    width: 1px;
    height: 46px;
    background: rgba(11,81,79,.28);
  }

  .hero-credential q {
    grid-column: auto;
    margin: 0;
    font-size: .76rem;
    line-height: 1.45;
  }
}

@media (max-width: 560px) {
  .hero-credential {
    grid-template-columns: 1fr;
    row-gap: 9px;
  }

  .credential-divider {
    width: 100%;
    height: 1px;
  }
}

@media (max-width: 430px) {
  .hero h1 {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  .hero h1 em {
    white-space: nowrap;
    font-size: .62em;
  }

  .hero .button {
    width: 100%;
    padding-inline: 12px;
    font-size: .78rem;
  }
}

@media (max-width: 680px) {
  .software-screen{grid-template-columns:102px 1fr;min-height:340px}
  .ebook-cover { height: 260px; background-size: 360% auto; }
}

/* Hệ mũi tên tinh gọn: dễ nhìn nhưng không lấn át nội dung */
@keyframes route-circle-down {
  0%,100% { opacity: .68; transform: translateY(0) scale(1); }
  50% { opacity: 1; transform: translateY(5px) scale(1.08); }
}

/* Tiêu đề bộ công cụ: hai mệnh đề rõ ràng, cân đối */
.toolkit-heading {
  max-width: 1120px;
}

/* Tiêu đề con đường chuyển hóa: không để cụm “lời nói” rơi riêng */
.path-heading {
  max-width: 1120px;
}

.path-headline {
  margin: 0 auto 28px;
  font-size: clamp(2.05rem,3.15vw,3.25rem);
  line-height: 1.18;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.path-headline span {
  display: block;
}

.path-headline span + span {
  margin-top: 7px;
  color: #f2cb79;
}

.path-heading .lead {
  max-width: 900px;
}

@media (max-width: 680px) {
  .path-headline {
    font-size: clamp(1.8rem,8.1vw,2.3rem);
  }

  .path-headline span {
    display: inline;
  }

  .path-headline span + span::before {
    content: ' ';
  }
}

.toolkit-headline {
  margin: 0 auto 26px;
  font-size: clamp(2.15rem,3.55vw,3.65rem);
  line-height: 1.17;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.toolkit-headline span {
  display: block;
}

.toolkit-headline span + span {
  margin-top: 12px;
  color: #b87820;
  font-size: .82em;
  line-height: 1.25;
}

.toolkit-heading .lead {
  max-width: 780px;
}

@media (max-width: 680px) {
  .toolkit-headline {
    font-size: clamp(1.8rem,8.2vw,2.35rem);
  }

  .toolkit-headline span + span {
    margin-top: 14px;
    font-size: .88em;
  }
}

.path-list article:not(:last-child)::after {
  width: 32px;
  height: 32px;
  right: -22px;
  font-size: 19px;
  border-width: 1px;
  box-shadow: 0 5px 14px rgba(0,0,0,.16);
}

.scroll-cue b {
  display: grid;
  width: 34px;
  height: 34px;
  margin-top: 8px;
  place-items: center;
  border: 1px solid rgba(242,203,121,.65);
  border-radius: 50%;
  background: rgba(242,203,121,.08);
  font-size: 1.45rem;
  font-weight: 700;
}

.route-chips .route-arrow {
  display: grid;
  width: 28px;
  height: 28px;
  padding: 0;
  place-items: center;
  justify-self: center;
  align-self: center;
  border: 1px solid rgba(242,203,121,.62);
  border-radius: 50%;
  background: rgba(242,203,121,.08);
  color: #f2cb79;
  box-shadow: 0 4px 12px rgba(0,0,0,.14);
}

.route-chips .route-arrow::before {
  content: '›';
  margin-top: -2px;
  font: 700 1.35rem/1 'Be Vietnam Pro',sans-serif;
}

.case-tabs button.active::after {
  right: -19px;
  font-size: .95rem;
}

@media (max-width: 680px) {
  .map-software{padding:9px;border-radius:16px}
  .software-screen{grid-template-columns:72px 1fr;min-height:300px}
  .software-screen aside{gap:7px;padding:14px 7px}
  .software-screen aside strong{font-size:.62rem}
  .software-screen aside small{padding:6px 4px;font-size:.44rem}
  .software-content{padding:16px 11px}
  .software-top h3{font-size:.78rem}
  .software-top>span{display:none}
  .software-grid{grid-template-columns:1fr}
  .software-grid>div:nth-child(2){display:none}

  .path-list article:not(:last-child)::after {
    right: auto;
    width: 32px;
    height: 32px;
    font-size: 19px;
  }

  .route-chips .route-arrow {
    width: 30px;
    height: 30px;
    padding: 0;
    animation: route-circle-down 1.2s ease-in-out infinite;
  }

  .route-chips .route-arrow::before {
    content: '↓';
    margin: 0;
    font-size: 1rem;
  }
}

/* Final override · CTA cuộn xuống */
.scroll-cue span {
  font-size: clamp(.92rem, 1.25vw, 1.08rem);
  font-weight: 800;
  letter-spacing: .075em;
  line-height: 1.45;
}

.scroll-cue b {
  display: grid;
  width: 54px;
  height: 72px;
  margin-top: 10px;
  place-items: center;
  border: 2px solid rgba(242,203,121,.82);
  border-radius: 28px;
  background: rgba(242,203,121,.10);
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 0 0 6px rgba(242,203,121,.06), 0 8px 24px rgba(0,0,0,.18);
  animation: scroll-cue-blink 1.05s ease-in-out infinite;
}

@keyframes scroll-cue-blink {
  0%, 100% {
    transform: translateY(0) scaleY(1.12);
    opacity: .48;
    box-shadow: 0 0 0 3px rgba(242,203,121,.04), 0 6px 16px rgba(0,0,0,.14);
  }
  50% {
    transform: translateY(8px) scaleY(1.25);
    opacity: 1;
    box-shadow: 0 0 0 9px rgba(242,203,121,.12), 0 10px 28px rgba(0,0,0,.22);
  }
}

@media (max-width: 680px) {
  .scroll-cue span { font-size: .9rem; }
  .scroll-cue b { width: 50px; height: 66px; font-size: 3rem; }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-cue b { animation: none !important; opacity: 1; }
}

/* Ảnh chân dung Bảo Yến trên thanh đầu trang */
.brand-mark.brand-photo {
  display: block;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border: 2px solid rgba(220,168,75,.72);
  border-radius: 50%;
  background-color: #e8f1ed;
  background-image: url('assets/bao-yen-hero.png');
  background-repeat: no-repeat;
  background-size: 390% auto;
  background-position: 79% 13%;
  box-shadow: 0 4px 12px rgba(11,81,79,.2);
}

@media (max-width: 680px) {
  .brand-mark.brand-photo {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }
}
