/*
Theme Name: HLB Vietnam B2B
Theme URI: https://hlbvietnam.com/
Author: HLB Vietnam
Description: Custom WordPress theme for HLB Vietnam B2B China sourcing, inspection and logistics website.
Version: 1.0.91
Text Domain: hlb-vietnam
*/

:root {
  --bg: #f7f8fb;
  --surface: #ffffff;
  --ink: #172033;
  --muted: #5d6472;
  --line: #e2e5ec;
  --brand: #384f9f;
  --brand-dark: #263a82;
  --yellow: #ffc20f;
  --yellow-dark: #eba900;
  --accent: #c35328;
  --soft: #eef2ff;
  --shadow: 0 18px 45px rgba(36, 54, 120, .13);
  --radius: 8px;
  --max: 1180px;
  --hlb-header-height: 132px;
  --hlb-rail-top: var(--hlb-header-height);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding-top: var(--hlb-header-height);
  font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  overflow-x: hidden;
}

button,
input,
textarea,
select {
  font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.siteheader-container {
  width: min(1540px, calc(100% - 72px));
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 8px 24px rgba(23, 32, 51, .10);
}

.site-header-bg {
  display: none;
}

.site-header-wrapper {
  position: relative;
  z-index: 1;
}

.site-header-top-wrapper {
  background: var(--brand);
  color: #fff;
}

.site-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.site-header-top {
  min-height: 46px;
  font-size: 14px;
}

.site-header-col {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.site-header-col-left {
  color: #fff;
}

.site-header-col-left span:first-child {
  color: #fff;
  font-weight: 800;
}

.site-header-col-right {
  justify-content: flex-end;
  gap: 12px;
  font-weight: 750;
}

.header-top-link {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, .22);
  color: rgba(255, 255, 255, .94);
  white-space: nowrap;
}

.header-top-link:hover,
.header-social-link:hover,
.header-lang:hover {
  color: var(--yellow);
}

.header-icon {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}

.header-icon svg,
.header-social-link svg,
.header-language-icon svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-icon-text {
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.header-socials,
.header-langs {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, .22);
}

.header-social-link {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  color: #fff;
}

.header-langs {
  gap: 6px;
}

.header-language-icon {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  color: #fff;
}

.header-lang {
  min-width: 34px;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 7px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.header-lang.is-active {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--brand-dark);
}

.site-header-main-wrapper {
  background: #fff;
}

.site-header-main {
  min-height: 86px;
  gap: 40px;
}

.site-header-main-left {
  flex: 0 0 auto;
}

.site-header-main-center {
  flex: 1 1 auto;
  justify-content: center;
  padding: 0 22px;
}

.site-header-main-right {
  flex: 0 0 auto;
  justify-content: flex-end;
  gap: 20px;
}

.logo-container {
  display: flex;
  align-items: center;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  min-height: 64px;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--brand);
  box-shadow: 0 10px 24px rgba(56, 79, 159, .18);
}

.site-logo-img {
  width: 190px;
  max-height: 64px;
  object-fit: contain;
}

.mobile-site-header {
  display: none;
}

.main-menu-wrapper,
.main-menu,
.main-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.main-menu ul {
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #111827;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: 0;
}

.main-menu a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 6px;
  white-space: nowrap;
  color: #111827;
}

.main-menu i,
.main-menu svg,
.main-menu .dashicons {
  margin-right: 6px;
}

.main-menu a:hover {
  color: var(--brand);
  background: rgba(56, 79, 159, .08);
}

.header-cta-ribbon {
  min-width: 132px;
  min-height: 48px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.1;
  text-align: center;
}

.header-cta-primary {
  background: linear-gradient(135deg, #f26a21, #bd1f2d);
  color: #fff;
  box-shadow: 0 12px 22px rgba(189, 31, 45, .20);
}

.header-cta-secondary {
  background: linear-gradient(135deg, #ffc746, #c49104);
  color: #fff;
  box-shadow: 0 12px 22px rgba(196, 145, 4, .20);
}

.header-cta-ribbon strong {
  display: block;
  font-size: 15px;
  font-weight: 900;
}

.header-cta-ribbon span {
  display: block;
  margin-top: 2px;
  font-weight: 750;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 750;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border .18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  position: relative;
  overflow: hidden;
  background: var(--yellow);
  color: #27336d;
  border-color: var(--yellow);
  box-shadow: 0 10px 24px rgba(255, 194, 15, .25);
}

.btn-primary:hover {
  background: var(--yellow-dark);
}

.btn-secondary {
  background: #fff;
  color: var(--brand-dark);
  border-color: #d7dceb;
}

.btn-secondary:hover {
  border-color: var(--brand);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.15;
  letter-spacing: 0;
  font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
  font-weight: 800;
}

h1 {
  max-width: 780px;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.18;
  color: #fff;
}

h2 {
  color: var(--brand-dark);
  font-size: clamp(26px, 2.55vw, 36px);
  line-height: 1.22;
}

h3 {
  font-size: 20px;
}

p {
  margin: 0;
}

.hero {
  position: relative;
  height: clamp(500px, 35.4167vw, 680px);
  min-height: 500px;
  overflow: hidden;
  padding: 0;
  background: #fff;
  border-bottom: 6px solid var(--yellow);
}

.subpage-hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 58px;
  background:
    linear-gradient(90deg, rgba(247, 248, 251, .94), rgba(247, 248, 251, .74)),
    url("https://hlbvietnam.com/wp-content/uploads/2026/07/5-2.jpg") center / cover no-repeat;
  border-bottom: 5px solid var(--yellow);
}

.subpage-hero .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .8fr);
  gap: 32px;
  align-items: center;
}

.subpage-hero h1 {
  max-width: 760px;
  color: var(--brand-dark);
  font-size: clamp(34px, 3.7vw, 52px);
  line-height: 1.16;
}

.subpage-hero .hero-copy {
  max-width: 720px;
  color: #344055;
  font-size: clamp(17px, 1.2vw, 21px);
  font-weight: 600;
}

.subpage-hero .hero-note {
  color: #435047;
}

.subpage-hero .hero-note strong {
  color: var(--brand-dark);
}

.slide-item-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.cover-fit-img {
  object-fit: cover;
}

.cover-fit-video {
  object-fit: cover;
}

.hero-mobile-bg {
  display: none;
}

.vertical-pos--center {
  object-position: center center;
}

.hero-slide-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(11, 18, 48, .78) 0%, rgba(11, 18, 48, .46) 42%, rgba(11, 18, 48, .14) 100%),
    rgba(10, 0, 0, .08);
  pointer-events: none;
}

.hero-caption {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: min(1560px, calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
}

.hero-caption--style2 {
  display: flex;
}

.hero-align-left {
  justify-content: flex-start;
}

.hero-caption-posv-middle {
  align-items: flex-end;
  padding-bottom: 58px;
}

.hero-caption-inner {
  position: absolute;
  left: 0;
  bottom: 56px;
  max-width: 780px;
  margin-left: 0;
  padding: 0;
  text-shadow: 0 3px 16px rgba(9, 20, 61, .30);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  color: #27336d;
  background: var(--yellow);
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 750;
}

.hero-copy {
  max-width: 710px;
  margin-top: 16px;
  color: rgba(255, 255, 255, .90);
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.35;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero .btn-secondary {
  background: #fff;
  color: var(--brand-dark);
  border-color: #fff;
}

.hero .btn-secondary:hover {
  border-color: var(--yellow);
}

.hero-note {
  margin-top: 18px;
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
}

.hero-note strong {
  color: #fff;
}

.intro-section {
  position: relative;
  overflow: hidden;
  background: var(--bg);
}

.ops-panel {
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.ops-visual {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 24px;
  background:
    linear-gradient(rgba(56, 79, 159, .15), rgba(56, 79, 159, .15)),
    radial-gradient(circle at 18% 78%, rgba(255, 194, 15, .42), transparent 20%),
    repeating-linear-gradient(90deg, #d8def3 0 2px, #f3f5fb 2px 18px);
  display: grid;
  align-items: end;
}

.ops-visual:before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 54px;
  height: 3px;
  border-radius: 999px;
  background: repeating-linear-gradient(90deg, rgba(56, 79, 159, .34) 0 16px, transparent 16px 28px);
}

.ops-visual:after {
  content: "HLB";
  position: absolute;
  top: 39px;
  left: 28px;
  width: 54px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--yellow);
  color: var(--brand-dark);
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(39, 51, 109, .18);
  animation: hlbTransport 5.4s ease-in-out infinite;
}

.warehouse-card {
  max-width: 430px;
  padding: 18px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: var(--radius);
}

.warehouse-card span {
  display: block;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 750;
  text-transform: uppercase;
}

.warehouse-card strong {
  display: block;
  margin-top: 4px;
  font-size: 22px;
  line-height: 1.2;
}

.ops-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.ops-list div {
  padding: 16px;
  border-right: 1px solid var(--line);
}

.ops-list div:last-child {
  border-right: 0;
}

.ops-list b {
  display: block;
  color: var(--brand);
  font-size: 22px;
}

.ops-list span {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 13px;
}

section {
  padding: 76px 0;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.section-head h2 {
  max-width: 660px;
  text-wrap: balance;
}

.section-head p {
  max-width: 550px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.audience .section-head,
.services-section .section-head,
.process .section-head,
.knowledge-section .section-head {
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 20px 50px rgba(20, 34, 82, .22);
  backdrop-filter: blur(4px);
  transition: transform .18s ease, box-shadow .18s ease;
}

.audience .section-head:hover,
.services-section .section-head:hover,
.process .section-head:hover,
.knowledge-section .section-head:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 64px rgba(20, 34, 82, .30);
}

.audience .section-head h2,
.services-section .section-head h2,
.knowledge-section .section-head h2 {
  color: var(--brand-dark);
}

.audience .section-head p,
.services-section .section-head p,
.knowledge-section .section-head p {
  color: #344055;
  font-weight: 600;
}

.split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 34px;
  align-items: center;
}

.statement,
.card,
.risk-list,
details,
.content-shell {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.statement {
  padding: 32px;
  box-shadow: 0 14px 35px rgba(36, 54, 120, .08);
}

.statement h2 {
  max-width: 640px;
  font-size: clamp(28px, 2.55vw, 38px);
  line-height: 1.2;
  text-wrap: balance;
}

.statement p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.visual-proof {
  padding-top: 0;
  background: var(--bg);
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.photo-card {
  min-height: 260px;
  min-width: 0;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  padding: 22px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(39, 51, 109, .03), rgba(39, 51, 109, .78)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .28) 0 2px, rgba(255, 255, 255, 0) 2px 22px),
    linear-gradient(135deg, #dce2f6, #f7c44e);
  box-shadow: 0 14px 35px rgba(36, 54, 120, .10);
}

.photo-card:before {
  content: "";
  position: absolute;
  inset: 18px 18px auto auto;
  width: 76px;
  height: 42px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .55);
  border: 1px solid rgba(255, 255, 255, .7);
}

.photo-card.qc {
  background:
    linear-gradient(180deg, rgba(39, 51, 109, .02), rgba(39, 51, 109, .82)),
    radial-gradient(circle at 20% 24%, rgba(255, 255, 255, .62), transparent 24%),
    linear-gradient(135deg, #dce2f6, #ffc20f);
}

.photo-card.warehouse {
  background:
    linear-gradient(180deg, rgba(39, 51, 109, .02), rgba(39, 51, 109, .82)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .24) 0 2px, transparent 2px 26px),
    linear-gradient(135deg, #aebbe9, #384f9f);
}

.photo-card.container {
  background:
    linear-gradient(180deg, rgba(39, 51, 109, .02), rgba(39, 51, 109, .82)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .25) 0 3px, transparent 3px 34px),
    linear-gradient(135deg, #ffc20f, #c35328);
}

.photo-caption {
  position: relative;
  z-index: 1;
  color: #fff;
}

.photo-caption span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--brand-dark);
  background: var(--yellow);
  font-size: 12px;
  font-weight: 800;
}

.photo-caption h3 {
  margin-bottom: 8px;
  color: #fff;
}

.photo-caption p {
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
}

.check-grid,
.audience-grid,
.service-grid,
.industry-grid,
.knowledge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.check-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 15px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: #344055;
  font-weight: 650;
}

.check:before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--yellow);
  border: 2px solid var(--brand);
}

.audience,
.services-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.audience {
  background:
    url("https://hlbvietnam.com/wp-content/uploads/2026/07/16617.jpg") center / cover no-repeat;
}

.services-section {
  background:
    url("https://hlbvietnam.com/wp-content/uploads/2026/07/1200.jpg") center / cover no-repeat;
}

.audience > .container,
.services-section > .container {
  position: relative;
  z-index: 1;
}

.industries {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.card {
  padding: 22px;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(2px);
}

.card p {
  margin-top: 10px;
  color: var(--muted);
}

.card a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--brand-dark);
  font-weight: 750;
}

.notice {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 4px solid var(--yellow);
  background: rgba(255, 248, 223, .94);
  color: #4e3d13;
  border-radius: var(--radius);
  font-weight: 650;
  backdrop-filter: blur(2px);
}

.service-card {
  min-height: 218px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-card .num {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--yellow);
  color: var(--brand-dark);
  font-weight: 800;
}

.process {
  background:
    url("https://hlbvietnam.com/wp-content/uploads/2026/07/5-2.jpg") center / cover no-repeat;
  color: #fff;
}

.cta {
  background: var(--brand);
  color: #fff;
}

.process h2,
.cta h2 {
  color: #fff;
}

.process .section-head {
  background: rgba(22, 35, 88, .86);
  border-color: rgba(255, 255, 255, .22);
}

.process .section-head p,
.cta p {
  color: #dce4ff;
}

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

.step {
  min-height: 190px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  background: rgba(22, 35, 88, .82);
  backdrop-filter: blur(3px);
}

.step span {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--yellow);
  font-size: 14px;
  font-weight: 800;
}

.step p {
  margin-top: 10px;
  color: #e7ecff;
  font-size: 14px;
}

.risk-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.risk-list {
  padding: 28px;
}

.risk-list ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.risk-list li {
  position: relative;
  padding-left: 22px;
  color: #435047;
}

.risk-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.risk-list.solution li:before {
  background: var(--yellow);
}

.industry-card {
  background: #fbfcff;
}

.home-trust {
  background: var(--bg);
}

.home-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-trust-card {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 35px rgba(36, 54, 120, .07);
}

.home-trust-card span {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--yellow);
  color: var(--brand-dark);
  font-weight: 850;
}

.home-trust-card h3 {
  color: var(--brand-dark);
}

.home-trust-card p {
  margin-top: 10px;
  color: var(--muted);
}

.home-cases {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.knowledge-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(247, 248, 251, .84), rgba(247, 248, 251, .58)),
    url("https://hlbvietnam.com/wp-content/uploads/2026/07/world-map-47959_1280.png") center / cover no-repeat;
}

.knowledge-section:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 255, 255, .08);
}

.knowledge-section > .container {
  position: relative;
  z-index: 1;
}

.home-article-card {
  transition: transform .18s ease, box-shadow .18s ease;
}

.home-article-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(36, 54, 120, .16);
}

.hero-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.hero-proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(3px);
}

.media-intro {
  background: #fff;
}

.home-about-split {
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
}

.home-about-copy {
  position: relative;
  z-index: 1;
}

.home-about-copy .eyebrow {
  margin-bottom: 14px;
}

.about-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.about-points span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 800;
}

.media-stack {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: repeat(2, minmax(170px, 1fr));
  gap: 14px;
  min-height: 440px;
}

.media-tile {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(36, 54, 120, .12);
  background: #edf1fb;
}

.media-tile-large {
  grid-row: span 2;
}

.media-tile img,
.media-service-card img,
.media-industry-card img,
.trust-photo img,
.photo-card--image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.media-tile figcaption,
.media-industry-card figcaption,
.trust-photo figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(11, 18, 48, .76);
  color: #fff;
  font-weight: 850;
  backdrop-filter: blur(3px);
}

.platform-strip {
  padding: 22px 0;
  background: #fff8df;
  border-top: 1px solid rgba(255, 194, 15, .34);
  border-bottom: 1px solid rgba(255, 194, 15, .34);
}

.platform-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.platform-row strong,
.platform-row span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border-radius: 999px;
}

.platform-row strong {
  color: var(--brand-dark);
}

.platform-row span {
  border: 1px solid rgba(39, 51, 109, .16);
  background: #fff;
  color: #344055;
  font-weight: 800;
}

.media-service-card {
  min-height: 0;
  padding: 0;
  overflow: hidden;
}

.media-service-card .service-image-link {
  position: relative;
  height: 210px;
  display: block;
  margin: 0;
  color: inherit;
}

.media-service-card .service-image-link:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 18, 48, .03), rgba(11, 18, 48, .42));
}

.media-service-card .num {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
  margin: 0;
}

.service-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.service-card-body h3 {
  min-height: 52px;
}

.service-card-body p {
  flex: 1;
}

.service-card-body a {
  margin-top: 16px;
}

.steps {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.step {
  min-height: 172px;
}

.media-industries {
  background: #fff;
}

.media-industry-card {
  position: relative;
  min-height: 260px;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #edf1fb;
  box-shadow: 0 16px 34px rgba(36, 54, 120, .08);
}

.section-head-vertical {
  display: block;
}

.section-head-vertical p {
  margin-top: 12px;
}

.trust-media-grid {
  grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
}

.trust-accordion details {
  background: #fff;
}

.trust-photo {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #edf1fb;
  box-shadow: 0 18px 44px rgba(36, 54, 120, .12);
}

.trust-photo figcaption {
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: grid;
  gap: 4px;
}

.trust-photo figcaption strong {
  font-size: 20px;
}

.trust-photo figcaption span {
  color: rgba(255, 255, 255, .86);
}

.proof-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.photo-card--image {
  background: #edf1fb;
}

.photo-card--image:before {
  display: none;
}

.photo-card--image img {
  position: absolute;
  inset: 0;
}

.photo-card--image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 18, 48, .02), rgba(11, 18, 48, .78));
}

.photo-card--image .photo-caption {
  max-width: 88%;
}

.cta-media {
  background:
    linear-gradient(90deg, rgba(39, 51, 109, .96), rgba(39, 51, 109, .86)),
    url("https://hlbvietnam.com/wp-content/uploads/2026/07/5-2.jpg") center / cover no-repeat;
}

.cta-media-box {
  padding: 0;
}

@media (max-width: 1080px) {
  .home-about-split,
  .trust-media-grid {
    grid-template-columns: 1fr;
  }

  .media-stack {
    min-height: 380px;
  }

  .media-service-card .service-image-link {
    height: 190px;
  }

  .steps,
  .proof-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-photo {
    min-height: 420px;
  }
}

@media (max-width: 780px) {
  .hero-proof-row {
    gap: 8px;
  }

  .hero-proof-row span {
    min-height: 32px;
    font-size: 12px;
  }

  .media-stack {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: 0;
  }

  .media-tile,
  .media-tile-large {
    min-height: 230px;
    grid-row: auto;
  }

  .platform-row {
    justify-content: flex-start;
  }

  .media-service-card .service-image-link {
    height: 205px;
  }

  .service-card-body h3 {
    min-height: 0;
  }

  .media-industry-card,
  .trust-photo {
    min-height: 260px;
  }

  .steps,
  .proof-gallery {
    grid-template-columns: 1fr;
  }
}

.service-hero,
.knowledge-hero {
  border-bottom-color: var(--yellow);
}

.service-map,
.knowledge-panel {
  min-height: 300px;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .92)),
    repeating-linear-gradient(90deg, rgba(56, 79, 159, .16) 0 2px, transparent 2px 28px),
    linear-gradient(135deg, #f7f9ff, #ffc20f);
  box-shadow: var(--shadow);
  color: var(--ink);
}

.service-map span,
.knowledge-panel span {
  width: max-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.service-map strong,
.knowledge-panel strong {
  max-width: 470px;
  color: var(--brand-dark);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.15;
}

.service-map p,
.knowledge-panel p {
  max-width: 470px;
  color: #344055;
  font-size: 16px;
}

.service-directory .service-card {
  background: #fff;
}

.service-fit {
  grid-template-columns: repeat(4, 1fr);
}

.service-process {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.trust-strip {
  padding: 22px 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.trust-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.trust-strip-grid div,
.fit-card,
.pillar-card,
.content-roadmap div,
.case-filter-grid div,
.case-summary-grid div,
.detail-standard-block,
.detail-side-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 30px rgba(36, 54, 120, .06);
}

.trust-strip-grid div {
  padding: 18px;
}

.trust-strip-grid strong,
.trust-strip-grid span {
  display: block;
}

.trust-strip-grid strong {
  color: var(--brand-dark);
  font-size: 18px;
}

.trust-strip-grid span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
}

.fit-grid,
.pillar-grid,
.content-roadmap,
.case-filter-grid,
.case-summary-grid {
  display: grid;
  gap: 16px;
}

.fit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fit-card,
.pillar-card,
.content-roadmap div,
.case-filter-grid div,
.case-summary-grid div {
  padding: 22px;
}

.fit-card span,
.pillar-card span,
.content-roadmap span,
.case-filter-grid span,
.case-summary-grid span,
.standard-grid span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 850;
}

.fit-card p,
.pillar-card p,
.content-roadmap p {
  margin-top: 10px;
  color: var(--muted);
}

.pillar-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pillar-card {
  min-height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pillar-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--brand-dark);
  font-weight: 850;
}

.content-roadmap {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.case-filter-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-filter-grid strong,
.case-summary-grid strong {
  display: block;
  color: var(--brand-dark);
  line-height: 1.35;
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.topic-card {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 35px rgba(36, 54, 120, .06);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.topic-card:hover {
  transform: translateY(-2px);
  border-color: rgba(56, 79, 159, .35);
  box-shadow: 0 18px 42px rgba(36, 54, 120, .10);
}

.topic-card p {
  margin-top: 10px;
  color: var(--muted);
}

.topic-card span {
  display: inline-flex;
  margin-top: 18px;
  color: var(--brand-dark);
  font-weight: 800;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.article-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 35px rgba(36, 54, 120, .07);
}

.article-thumb {
  min-height: 190px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(39, 51, 109, .05), rgba(39, 51, 109, .74)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .22) 0 2px, transparent 2px 24px),
    linear-gradient(135deg, #dce2f6, #ffc20f);
  color: #fff;
  font-weight: 800;
}

.article-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.article-body {
  padding: 20px;
}

.article-meta {
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.article-body h3 a {
  color: var(--ink);
}

.article-body p {
  margin-top: 10px;
  color: var(--muted);
}

.read-more {
  display: inline-flex;
  margin-top: 16px;
  color: var(--brand-dark);
  font-weight: 800;
}

.empty-articles {
  padding: 30px;
  border: 1px dashed #c8cee0;
  border-radius: var(--radius);
  background: #fff;
}

.empty-articles p {
  margin-top: 10px;
  color: var(--muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 18px;
  align-items: start;
}

.contact-actions {
  margin-top: 22px;
}

.wp-page-content {
  margin-top: 20px;
}

.wp-page-content > * + * {
  margin-top: 14px;
}

.cta {
  padding: 64px 0;
}

.cta-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.cta p {
  max-width: 720px;
  margin-top: 12px;
  font-size: 18px;
}

.cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  padding: 18px 20px;
}

summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--ink);
}

details p {
  margin-top: 12px;
  color: var(--muted);
}

.site-footer {
  padding: 0;
  background:
    linear-gradient(90deg, rgba(32, 47, 101, .96), rgba(34, 53, 114, .94)),
    radial-gradient(circle at 12% 18%, rgba(255, 194, 15, .10), transparent 24%);
  color: #d9e5de;
  border-top: 5px solid var(--yellow);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr .95fr .85fr 1.15fr;
  gap: 28px;
  padding: 42px 0 32px;
  align-items: start;
}

.site-footer h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 850;
}

.footer-logo {
  width: 198px;
  margin-bottom: 16px;
}

.site-footer p,
.site-footer a {
  color: #d8e0f7;
  font-size: 14px;
}

.site-footer p {
  margin: 0;
  max-width: 390px;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a {
  position: relative;
  padding-left: 13px;
  line-height: 1.45;
  transition: color .2s ease, transform .2s ease;
}

.footer-links a:before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--yellow);
  font-weight: 900;
}

.footer-links a:hover,
.footer-contact-item:hover {
  color: #fff;
  transform: translateX(2px);
}

.footer-badge {
  display: inline-flex;
  margin-top: 16px;
  padding: 9px 12px;
  border-radius: var(--radius);
  background: rgba(255, 194, 15, .12);
  color: #fff;
  border: 1px solid rgba(255, 194, 15, .38);
  font-size: 13px;
  font-weight: 750;
}

.footer-cta {
  display: grid;
  gap: 10px;
  margin-bottom: 15px;
}

.footer-cta .btn {
  width: max-content;
  padding: 11px 18px;
  font-size: 14px;
}

.footer-contact-list {
  display: grid;
  gap: 10px;
}

.footer-contact-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 9px;
  align-items: start;
  color: #d8e0f7;
  transition: color .2s ease, transform .2s ease;
}

.footer-contact-icon {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 194, 15, .14);
  border: 1px solid rgba(255, 194, 15, .28);
  font-size: 13px;
  line-height: 1;
}

.footer-contact-item strong {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 2px;
}

.footer-contact-item em {
  display: block;
  color: #d8e0f7;
  font-style: normal;
  font-size: 13px;
  line-height: 1.45;
}

.footer-bottom {
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .72);
  font-size: 12.5px;
}

.footer-bottom-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.footer-bottom-row span:last-child {
  text-align: right;
  color: rgba(255, 255, 255, .62);
}

.mobile-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, .96);
  border-top: 1px solid var(--line);
  box-shadow: 0 -12px 30px rgba(23, 32, 51, .16);
  gap: 8px;
}

.mobile-cta .btn {
  flex: 1;
  min-height: 52px;
  padding: 10px 12px;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 800;
}

.mobile-cta .btn-secondary {
  background: #fff;
  color: var(--brand-dark);
  border-color: #d6dbe8;
  box-shadow: 0 8px 20px rgba(23, 32, 51, .10);
}

.mobile-cta .btn-primary {
  color: var(--brand-dark);
  box-shadow: 0 10px 26px rgba(255, 194, 15, .42);
  animation: hlbCtaPulse 2.8s ease-in-out infinite;
}

.quick-contact {
  position: fixed;
  right: 22px;
  bottom: 104px;
  z-index: 95;
  display: grid;
  gap: 18px;
  justify-items: end;
  pointer-events: none;
}

.quick-contact-item {
  position: relative;
  min-width: 58px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  pointer-events: auto;
}

.quick-contact-icon {
  position: relative;
  z-index: 2;
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(23, 32, 51, .22);
  animation: hlbQuickBounce 1.75s ease-in-out infinite, hlbQuickBlink 1.25s ease-in-out infinite;
}

.quick-contact-icon svg {
  width: 25px;
  height: 25px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quick-contact-radar,
.quick-contact-radar:before,
.quick-contact-radar:after {
  position: absolute;
  inset: -4px;
  border-radius: 999px;
  border: 2px solid currentColor;
  background: rgba(34, 147, 244, .18);
  opacity: .56;
  animation: hlbQuickRadar 1.45s ease-out infinite;
}

.quick-contact-radar:before,
.quick-contact-radar:after {
  content: "";
}

.quick-contact-radar:before {
  inset: -5px;
  animation-delay: .28s;
}

.quick-contact-radar:after {
  inset: -9px;
  animation-delay: .56s;
}

.quick-contact-zalo {
  color: #2293f4;
}

.quick-contact-zalo .quick-contact-icon {
  background: #2293f4;
}

.quick-contact-zalo .quick-contact-radar,
.quick-contact-zalo .quick-contact-radar:before,
.quick-contact-zalo .quick-contact-radar:after {
  background: rgba(34, 147, 244, .18);
}

.quick-contact-whatsapp {
  color: #20d45a;
}

.quick-contact-whatsapp .quick-contact-icon {
  background: #20d45a;
}

.quick-contact-whatsapp .quick-contact-radar,
.quick-contact-whatsapp .quick-contact-radar:before,
.quick-contact-whatsapp .quick-contact-radar:after {
  background: rgba(32, 212, 90, .18);
}

.quick-contact-phone {
  min-width: 198px;
  justify-content: flex-end;
  color: #e53935;
}

.quick-contact-phone .quick-contact-radar {
  left: auto;
  width: 62px;
}

.quick-contact-phone .quick-contact-radar,
.quick-contact-phone .quick-contact-radar:before,
.quick-contact-phone .quick-contact-radar:after {
  background: rgba(229, 57, 53, .18);
}

.quick-contact-phone .quick-contact-label {
  position: relative;
  z-index: 1;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  margin-right: -18px;
  padding: 9px 28px 9px 16px;
  border-radius: 999px 0 0 999px;
  background: #e53935;
  color: #fff;
  box-shadow: 0 10px 26px rgba(229, 57, 53, .22);
  font-weight: 800;
  white-space: nowrap;
}

.quick-contact-phone .quick-contact-icon {
  background: #e53935;
  animation: hlbQuickPhoneShake 1.65s ease-in-out infinite, hlbQuickBlink 1.25s ease-in-out infinite;
}

.page-hero {
  padding: 58px 0;
  background: var(--brand);
  color: #fff;
  border-bottom: 5px solid var(--yellow);
}

.page-hero h1 {
  font-size: clamp(34px, 4vw, 52px);
}

.content-shell {
  padding: 34px;
}

.content-shell > * + * {
  margin-top: 16px;
}

.template-detail-page {
  background: var(--bg);
}

.detail-hero .hero-copy {
  max-width: 760px;
}

.detail-map {
  min-height: 270px;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: start;
}

.detail-main {
  min-width: 0;
}

.detail-content {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 30px rgba(36, 54, 120, .06);
  font-size: 17px;
  line-height: 1.78;
}

.detail-content > * + * {
  margin-top: 16px;
}

.detail-content h2,
.detail-content h3 {
  color: var(--brand-dark);
}

.detail-content ul,
.detail-content ol {
  padding-left: 24px;
}

.detail-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.detail-content th,
.detail-content td {
  padding: 12px;
  border: 1px solid var(--line);
  vertical-align: top;
}

.detail-content th {
  background: #f3f4f6;
}

.detail-standard-block,
.detail-faq,
.case-summary-grid {
  margin-top: 22px;
}

.detail-standard-block {
  padding: 26px;
}

.detail-standard-block h2 {
  margin-bottom: 18px;
  font-size: 28px;
}

.standard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.standard-grid div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcff;
}

.standard-grid p {
  margin-top: 8px;
  color: var(--muted);
}

.detail-sidebar {
  position: sticky;
  top: var(--hlb-rail-top);
  display: grid;
  gap: 16px;
}

.detail-side-card {
  padding: 22px;
}

.detail-side-card h2 {
  margin-bottom: 14px;
  color: var(--brand-dark);
  font-size: 22px;
}

.detail-side-card p {
  color: var(--muted);
}

.detail-side-cta {
  background: var(--brand);
  color: #fff;
}

.detail-side-cta h2 {
  color: #fff;
}

.detail-side-cta p {
  color: rgba(255, 255, 255, .88);
}

.detail-side-cta a {
  display: inline-flex;
  margin-top: 16px;
  padding: 11px 14px;
  border-radius: 6px;
  background: var(--yellow);
  color: var(--brand-dark);
  font-weight: 850;
}

.detail-link-list,
.detail-check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-link-list a,
.detail-check-list li {
  display: block;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fbfcff;
  color: #344055;
  font-weight: 700;
}

.case-summary-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hlb-article-page {
  background: var(--bg);
  min-height: 100vh;
  padding-top: 0;
}

.hlb-article-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 880px) 300px;
  gap: 30px;
  width: min(1450px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 0 0 42px;
  align-items: start;
}

.single-post .page-hero,
.single-post .subpage-hero {
  display: none !important;
}

.hlb-article-main {
  min-width: 0;
}

.hlb-article-toc,
.hlb-article-sidebar {
  position: sticky;
  top: var(--hlb-rail-top);
  align-self: start;
  z-index: 3;
}

@media (min-width: 1181px) {
  .hlb-article-layout {
    position: relative;
  }

  .hlb-article-toc {
    position: fixed;
    top: var(--hlb-rail-top);
    left: max(24px, calc((100vw - 1450px) / 2));
    width: 250px;
  }

  .hlb-article-sidebar {
    position: fixed;
    top: var(--hlb-rail-top);
    right: max(24px, calc((100vw - 1450px) / 2));
    width: 300px;
  }

  .hlb-article-main {
    grid-column: 2;
  }
}

.hlb-article-sidebar {
  max-height: calc(100vh - var(--hlb-rail-top) - 20px);
  overflow-y: auto;
  scrollbar-width: none;
}

.hlb-article-sidebar::-webkit-scrollbar {
  display: none;
}

.hlb-article-toc,
.hlb-article-side-card,
.hlb-article-side-cta {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(23, 32, 51, .07);
}

.hlb-article-toc {
  max-height: calc(100vh - var(--hlb-rail-top) - 20px);
  padding: 18px;
  overflow-y: auto;
  scrollbar-width: none;
}

.hlb-article-toc::-webkit-scrollbar {
  display: none;
}

.hlb-article-toc-title {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  color: #101827;
  font-size: 17px;
  font-weight: 850;
}

.hlb-article-toc-link {
  display: block;
  margin-bottom: 5px;
  padding: 9px 10px;
  border-left: 3px solid transparent;
  border-radius: 7px;
  color: #334155;
  font-size: 14px;
  line-height: 1.4;
}

.hlb-article-toc-link.is-child {
  padding-left: 22px;
  color: #64748b;
  font-size: 13.5px;
}

.hlb-article-toc-link:hover,
.hlb-article-toc-link.is-active {
  background: #fff1f2;
  border-left-color: #d71920;
  color: #b91c1c;
  font-weight: 850;
}

.hlb-article-header {
  margin-bottom: 22px;
}

.hlb-article-header h1 {
  max-width: 880px;
  margin: 0 0 16px;
  color: #050816;
  font-size: 26px;
  font-weight: 850;
  line-height: 1.34;
}

.hlb-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 12px 16px;
  background: #eef2f7;
  border-radius: 8px;
  color: #475569;
  font-size: 14px;
  font-weight: 700;
}

.hlb-article-meta span {
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid #cbd5e1;
}

.hlb-article-meta span:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.hlb-article-content,
.hlb-article-related,
.hlb-article-post-nav > div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(23, 32, 51, .06);
}

.hlb-article-content {
  padding: 34px;
  font-size: 17px;
  line-height: 1.78;
}

.hlb-article-content p {
  margin: 0 0 18px;
}

.hlb-article-content h2 {
  margin: 44px 0 16px;
  padding-left: 16px;
  border-left: 5px solid #d71920;
  color: var(--brand-dark);
  font-size: 30px;
  line-height: 1.28;
  scroll-margin-top: calc(var(--hlb-rail-top) + 16px);
}

.hlb-article-content h2:first-child {
  margin-top: 0;
}

.hlb-article-content h3 {
  margin: 28px 0 12px;
  color: #111827;
  font-size: 21px;
  line-height: 1.35;
  scroll-margin-top: calc(var(--hlb-rail-top) + 16px);
}

.hlb-article-content table {
  width: 100%;
  margin: 24px 0 28px;
  border-collapse: collapse;
  border: 1px solid var(--line);
  font-size: 15.5px;
}

.hlb-article-content th,
.hlb-article-content td {
  padding: 13px 15px;
  border: 1px solid var(--line);
  vertical-align: top;
}

.hlb-article-content th {
  background: #f3f4f6;
  font-weight: 850;
}

.hlb-article-content ul,
.hlb-article-content ol {
  margin: 18px 0 24px;
  padding-left: 24px;
}

.hlb-article-note,
.hlb-article-inline-cta {
  margin: 24px 0;
  padding: 18px 20px;
  border-radius: 8px;
}

.hlb-article-note {
  background: #eff6ff;
  border-left: 5px solid #2563eb;
}

.hlb-article-note--warning {
  background: #fff7ed;
  border-left-color: #f97316;
}

.hlb-article-note--success {
  background: #f0fdf4;
  border-left-color: #16a34a;
}

.hlb-article-note p:last-child,
.hlb-article-inline-cta p:last-child {
  margin-bottom: 0;
}

.hlb-article-inline-cta {
  background: #111827;
  color: #fff;
}

.hlb-article-inline-cta h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 22px;
}

.hlb-article-inline-cta a {
  display: inline-block;
  margin-top: 10px;
  padding: 11px 16px;
  background: #d71920;
  border-radius: 6px;
  color: #fff;
  font-weight: 850;
}

.hlb-article-image {
  margin: 24px 0 28px;
}

.hlb-article-image img {
  width: 100%;
  border-radius: 8px;
}

.hlb-article-image figcaption {
  margin-top: 8px;
  color: #64748b;
  font-size: 14px;
}

.hlb-article-internal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
  padding: 16px;
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.hlb-article-internal-links strong {
  width: 100%;
}

.hlb-article-internal-links a {
  padding: 8px 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--brand-dark);
  font-size: 14px;
}

.hlb-article-side-card,
.hlb-article-side-cta {
  margin-bottom: 18px;
  padding: 22px;
}

.hlb-article-side-card h2,
.hlb-article-side-cta h2 {
  margin: 0 0 18px;
  color: #101827;
  font-size: 25px;
  line-height: 1.2;
}

.hlb-article-recent-list,
.hlb-article-category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hlb-article-recent-list li,
.hlb-article-category-list li {
  margin: 0;
  border-bottom: 1px solid #eef2f7;
}

.hlb-article-recent-list li:last-child,
.hlb-article-category-list li:last-child {
  border-bottom: 0;
}

.hlb-article-recent-list a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  color: #0f172a;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

.hlb-article-recent-thumb {
  width: 84px;
  height: 62px;
  flex: 0 0 84px;
  border-radius: 4px;
  object-fit: cover;
}

.hlb-article-category-list a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 0;
  color: #334155;
}

.hlb-article-category-list em {
  color: #64748b;
  font-style: normal;
}

.hlb-article-side-cta {
  background: var(--brand);
  color: #fff;
}

.hlb-article-side-cta h2 {
  color: #fff;
}

.hlb-article-side-cta p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
}

.hlb-article-side-cta a {
  display: inline-block;
  padding: 10px 14px;
  background: var(--yellow);
  border-radius: 6px;
  color: var(--brand-dark);
  font-weight: 850;
}

.hlb-article-footer {
  margin-top: 26px;
}

.hlb-article-post-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.hlb-article-post-nav > div {
  padding: 18px;
}

.hlb-article-post-nav span {
  display: block;
  margin-bottom: 8px;
  color: #d71920;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.hlb-article-post-nav a {
  color: #111827;
  font-weight: 850;
}

.hlb-article-related {
  padding: 22px;
}

.hlb-article-related h2 {
  margin: 0 0 16px;
  color: var(--brand-dark);
  font-size: 24px;
}

.hlb-article-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hlb-article-related article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.hlb-article-related a {
  display: block;
}

.hlb-article-related img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.hlb-article-related strong {
  display: block;
  padding: 12px;
  color: #111827;
  line-height: 1.35;
}

@media (max-width: 1180px) and (min-width: 781px) {
  .hlb-article-layout {
    grid-template-columns: 190px minmax(0, 1fr) 230px;
    gap: 16px;
    width: min(1120px, calc(100% - 24px));
  }

  .hlb-article-toc {
    position: fixed;
    top: var(--hlb-rail-top);
    left: 12px;
    width: 190px;
  }

  .hlb-article-sidebar {
    position: fixed;
    top: var(--hlb-rail-top);
    right: 12px;
    width: 230px;
  }

  .hlb-article-main {
    grid-column: 2;
  }

  .hlb-article-toc {
    padding: 14px;
  }

  .hlb-article-content {
    padding: 26px;
  }

  .hlb-article-side-card,
  .hlb-article-side-cta {
    padding: 16px;
  }

  .hlb-article-recent-thumb {
    width: 64px;
    height: 50px;
    flex-basis: 64px;
  }
}

@media (max-width: 780px) {
  .hlb-article-layout {
    grid-template-columns: minmax(0, 1fr);
    width: min(960px, calc(100% - 32px));
  }

  /* Mobile: ẩn hoàn toàn mục lục để bài viết bắt đầu ngay bằng nội dung chính. */
  .hlb-article-toc {
    display: none !important;
  }

  .hlb-article-sidebar {
    position: static;
  }
}

@media (max-width: 768px) {
  .hlb-article-layout {
    padding-top: 18px;
  }

  .hlb-article-content {
    padding: 22px;
    font-size: 16px;
  }

  .hlb-article-header h1 {
    font-size: 24px;
  }

  .hlb-article-post-nav,
  .hlb-article-related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1080px) {
  :root {
    --hlb-header-height: 70px;
  }

  .site-header-top-wrapper {
    display: none;
  }

  .site-header-main {
    min-height: 70px;
  }

  .site-logo-img {
    width: 160px;
  }

  .main-menu-wrapper {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .main-menu-wrapper::-webkit-scrollbar {
    display: none;
  }

  .main-menu ul {
    width: max-content;
    flex-wrap: nowrap;
  }

  .main-menu a {
    min-height: 42px;
    padding: 0 11px;
    font-size: 13px;
  }

  .header-cta-ribbon {
    display: none;
  }

  .hero-grid,
  .split,
  .risk-grid,
  .contact-grid,
  .cta-box,
  .footer-grid,
  .detail-layout {
    grid-template-columns: 1fr;
  }

  h2 {
    font-size: clamp(26px, 3.4vw, 34px);
  }

  .statement h2 {
    max-width: 760px;
    font-size: clamp(27px, 3.5vw, 36px);
  }

  .section-head {
    align-items: flex-start;
  }

  .section-head h2 {
    max-width: 620px;
  }

  .photo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-fit,
  .service-process,
  .home-trust-grid,
  .fit-grid,
  .pillar-grid,
  .content-roadmap,
  .trust-strip-grid,
  .case-filter-grid,
  .case-summary-grid,
  .topic-grid,
  .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-sidebar {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  :root {
    --hlb-header-height: 74px;
  }

  .container {
    width: min(100% - 28px, var(--max));
  }

  body {
    padding-bottom: 86px;
  }

  .site-header {
    display: none;
  }

  .mobile-site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: block;
    background: var(--brand);
    box-shadow: 0 8px 22px rgba(23, 32, 51, .16);
  }

  .mobile-header-row {
    width: 100%;
    min-height: 64px;
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
  }

  .mobile-logo img {
    width: 150px;
  }

  .mobile-hotline {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: var(--radius);
    background: var(--yellow);
    color: var(--brand-dark);
    font-size: 14px;
    font-weight: 800;
  }

  .mobile-menu-toggle {
    width: 42px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    gap: 3px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .12);
    cursor: pointer;
  }

  .mobile-menu-toggle span {
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 999px;
    background: #fff;
  }

  .mobile-menu-panel {
    display: none;
    max-height: calc(100vh - 74px);
    overflow-y: auto;
    padding: 0 14px 14px;
    background: var(--brand);
    border-top: 1px solid rgba(255, 255, 255, .16);
  }

  .mobile-menu-panel.is-open {
    display: block;
  }

  .mobile-menu-panel ul {
    display: grid;
    gap: 6px;
    margin: 0;
    padding: 12px 0 8px;
    list-style: none;
  }

  .mobile-menu-panel a {
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-radius: var(--radius);
    color: #fff;
    font-weight: 700;
  }

  .mobile-menu-panel a:hover {
    background: rgba(255, 255, 255, .12);
  }

  .mobile-menu-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding-top: 4px;
  }

  .mobile-menu-actions .btn {
    min-height: 42px;
    padding: 10px 12px;
    font-size: 14px;
    justify-content: center;
    border-radius: 10px;
    font-weight: 800;
  }

  .mobile-menu-actions .btn-primary {
    background: var(--yellow);
    color: var(--brand-dark);
    border-color: var(--yellow);
    box-shadow: 0 10px 24px rgba(255, 194, 15, .34);
  }

  .mobile-menu-actions .btn-secondary {
    background: #fff;
    color: var(--brand-dark);
    border-color: #d6dbe8;
    box-shadow: 0 8px 18px rgba(23, 32, 51, .12);
  }

  .hero {
    height: 620px;
    min-height: 620px;
  }

  .subpage-hero {
    padding: 42px 0 36px;
    background:
      linear-gradient(180deg, rgba(247, 248, 251, .95), rgba(247, 248, 251, .82)),
      url("https://hlbvietnam.com/wp-content/uploads/2026/07/5-2.jpg") center / cover no-repeat;
  }

  .subpage-hero .hero-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .subpage-hero h1 {
    font-size: clamp(28px, 7.6vw, 38px);
    line-height: 1.18;
  }

  .hero-video-bg,
  .hero-fallback-bg {
    display: none;
  }

  .hero-mobile-bg {
    display: block;
  }

  .slide-item-bg {
    object-position: 42% center;
  }

  .hero-caption-inner {
    padding: 20px 16px;
    right: 0;
    bottom: 28px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(30px, 8.2vw, 38px);
    line-height: 1.18;
  }

  h2 {
    font-size: clamp(25px, 7vw, 31px);
    line-height: 1.24;
  }

  h3 {
    font-size: 18px;
  }

  .hero-copy {
    font-size: 18px;
    line-height: 1.42;
  }

  .hero-actions {
    margin-top: 22px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .eyebrow {
    font-size: 12px;
    padding: 6px 10px;
  }

  .ops-list,
  .audience-grid,
  .service-grid,
  .industry-grid,
  .home-trust-grid,
  .knowledge-grid,
  .trust-strip-grid,
  .fit-grid,
  .pillar-grid,
  .content-roadmap,
  .case-filter-grid,
  .case-summary-grid,
  .standard-grid,
  .detail-sidebar,
  .topic-grid,
  .article-grid,
  .service-fit,
  .service-process,
  .check-grid,
  .photo-grid {
    grid-template-columns: 1fr;
  }

  .detail-content,
  .detail-standard-block {
    padding: 22px;
  }

  .photo-card {
    min-height: 230px;
  }

  .ops-list div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .ops-list div:last-child {
    border-bottom: 0;
  }

  section {
    padding: 48px 0;
  }

  .section-head {
    display: block;
    margin-bottom: 22px;
  }

  .audience .section-head,
  .services-section .section-head,
  .process .section-head,
  .knowledge-section .section-head {
    padding: 18px;
  }

  .section-head h2 {
    max-width: 100%;
  }

  .section-head p {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.62;
  }

  .statement {
    padding: 24px;
  }

  .statement h2 {
    max-width: 100%;
    font-size: clamp(25px, 7vw, 31px);
    line-height: 1.24;
  }

  .statement p {
    font-size: 15.5px;
    line-height: 1.68;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .step {
    min-height: auto;
  }

  .cta-actions {
    display: grid;
  }

  .mobile-cta {
    display: flex;
  }

  .quick-contact {
    display: none;
  }

}

.mobile-cta .btn-primary:after,
.mobile-menu-actions .btn-primary:after {
  content: "";
  position: absolute;
  top: 9px;
  left: -34px;
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: rgba(39, 51, 109, .50);
  box-shadow: 16px 0 0 rgba(39, 51, 109, .28);
  pointer-events: none;
  animation: hlbMoveLine 2.2s ease-in-out infinite;
}

@keyframes hlbMoveLine {
  0% {
    left: -34px;
    opacity: 0;
  }

  18% {
    opacity: .75;
  }

  100% {
    left: calc(100% + 18px);
    opacity: 0;
  }
}

@keyframes hlbCtaPulse {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2px);
  }
}

@keyframes hlbQuickRadar {
  0% {
    transform: scale(.92);
    opacity: .58;
  }

  65% {
    opacity: .18;
  }

  100% {
    transform: scale(1.55);
    opacity: 0;
  }
}

@keyframes hlbQuickBlink {
  0%,
  100% {
    box-shadow: 0 12px 28px rgba(23, 32, 51, .20), 0 0 0 rgba(255, 255, 255, 0);
    filter: brightness(1);
  }

  45% {
    box-shadow: 0 16px 38px rgba(23, 32, 51, .30), 0 0 24px currentColor;
    filter: brightness(1.24);
  }
}

@keyframes hlbQuickBounce {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-4px) scale(1.05);
  }
}

@keyframes hlbQuickPhoneShake {
  0%,
  100% {
    transform: rotate(0) scale(1);
  }

  12% {
    transform: rotate(-9deg) scale(1.05);
  }

  24% {
    transform: rotate(8deg) scale(1.06);
  }

  36% {
    transform: rotate(-6deg) scale(1.04);
  }

  48% {
    transform: rotate(5deg) scale(1.03);
  }

  60% {
    transform: rotate(0) scale(1);
  }
}

@keyframes hlbTransport {
  0%,
  100% {
    left: 28px;
  }

  50% {
    left: calc(100% - 82px);
  }
}

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

  .quick-contact .quick-contact-radar,
  .quick-contact .quick-contact-radar:before,
  .quick-contact .quick-contact-radar:after {
    animation-name: hlbQuickRadar !important;
    animation-duration: 1.45s !important;
    animation-timing-function: ease-out !important;
    animation-iteration-count: infinite !important;
  }

  .quick-contact .quick-contact-icon {
    animation-name: hlbQuickBounce, hlbQuickBlink !important;
    animation-duration: 1.75s, 1.25s !important;
    animation-timing-function: ease-in-out, ease-in-out !important;
    animation-iteration-count: infinite, infinite !important;
  }

  .quick-contact-phone .quick-contact-icon {
    animation-name: hlbQuickPhoneShake, hlbQuickBlink !important;
    animation-duration: 1.65s, 1.25s !important;
    animation-timing-function: ease-in-out, ease-in-out !important;
    animation-iteration-count: infinite, infinite !important;
  }
}

/* Homepage v149: scoped media-first build */
.hlb-home-v149 {
  background: #f5f7fb;
  color: var(--ink);
}

.hlb-home-v149 section {
  padding: 72px 0;
}

.hlb-home-v149 img {
  max-width: 100%;
}

.hlb-home-v149 .home-section-head {
  max-width: 1180px;
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(280px, .42fr);
  gap: 32px;
  align-items: end;
  margin: 0 auto 30px;
}

.hlb-home-v149 .home-section-head-center {
  max-width: 820px;
  display: block;
  text-align: center;
}

.hlb-home-v149 .home-section-head span,
.hlb-home-v149 .home-final-cta-box span {
  display: inline-flex;
  width: max-content;
  margin-bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .01em;
}

.hlb-home-v149 .home-section-head-center span {
  margin-left: auto;
  margin-right: auto;
}

.hlb-home-v149 .home-section-head h2 {
  max-width: 760px;
  color: var(--brand-dark);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.12;
  letter-spacing: 0;
}

.hlb-home-v149 .home-section-head p {
  max-width: 520px;
  color: #4d5b73;
  font-size: 16px;
  line-height: 1.62;
}

.hlb-home-v149 .home-section-head-center p {
  max-width: 720px;
  margin: 14px auto 0;
}

.hlb-home-v149 .home-section-head-light h2,
.hlb-home-v149 .home-section-head-light p {
  color: #fff;
}

.hlb-home-v149 .home-proof-strip {
  padding: 20px 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.hlb-home-v149 .home-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.hlb-home-v149 .home-proof-grid div {
  min-height: 76px;
  display: grid;
  align-content: center;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcff;
}

.hlb-home-v149 .home-proof-grid strong {
  color: var(--brand-dark);
  font-size: 17px;
}

.hlb-home-v149 .home-proof-grid span {
  margin-top: 3px;
  color: #5a6578;
  font-size: 13px;
}

.hlb-home-v149 .home-about {
  background: #fff;
}

.hlb-home-v149 .home-about-grid {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(420px, 1.18fr);
  gap: 26px;
  align-items: stretch;
}

.hlb-home-v149 .home-about-copy {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(36, 54, 120, .08);
}

.hlb-home-v149 .home-about-copy h3 {
  color: var(--brand-dark);
  font-size: clamp(25px, 2.35vw, 36px);
  line-height: 1.16;
}

.hlb-home-v149 .home-about-copy p {
  margin-top: 16px;
  color: #4d5b73;
  font-size: 16px;
  line-height: 1.66;
}

.hlb-home-v149 .home-about-copy ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 24px;
  padding: 0;
  list-style: none;
}

.hlb-home-v149 .home-about-copy li {
  position: relative;
  padding-left: 22px;
  color: #344055;
  font-weight: 700;
}

.hlb-home-v149 .home-about-copy li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0 0 0 3px rgba(255, 194, 15, .18);
}

.hlb-home-v149 .home-about-copy .btn {
  width: max-content;
}

.hlb-home-v149 .home-about-media,
.hlb-home-v149 .home-trust-visual,
.hlb-home-v149 .home-industry-card,
.hlb-home-v149 .home-ops-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: #e8edf7;
}

.hlb-home-v149 .home-about-media {
  min-height: 430px;
  border: 1px solid var(--line);
  box-shadow: 0 16px 36px rgba(36, 54, 120, .08);
}

.hlb-home-v149 .home-about-media img,
.hlb-home-v149 .home-trust-visual img,
.hlb-home-v149 .home-industry-card img,
.hlb-home-v149 .home-ops-card img,
.hlb-home-v149 .home-service-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hlb-home-v149 .home-about-media:after,
.hlb-home-v149 .home-trust-visual:after,
.hlb-home-v149 .home-industry-card:after,
.hlb-home-v149 .home-ops-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 18, 48, .02) 40%, rgba(11, 18, 48, .78));
}

.hlb-home-v149 .home-about-media figcaption,
.hlb-home-v149 .home-trust-visual figcaption,
.hlb-home-v149 .home-industry-card figcaption,
.hlb-home-v149 .home-ops-card figcaption {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
  bottom: 18px;
  color: #fff;
  font-weight: 850;
}

.hlb-home-v149 .home-about-media figcaption strong {
  display: block;
  font-size: 21px;
}

.hlb-home-v149 .home-about-media figcaption span {
  display: block;
  max-width: 520px;
  margin-top: 5px;
  color: rgba(255, 255, 255, .84);
  font-weight: 600;
}

.hlb-home-v149 .home-channel-strip {
  padding: 18px 0;
  background: #fff8df;
  border-top: 1px solid rgba(255, 194, 15, .38);
  border-bottom: 1px solid rgba(255, 194, 15, .38);
}

.hlb-home-v149 .home-channel-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.hlb-home-v149 .home-channel-row strong,
.hlb-home-v149 .home-channel-row span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  border-radius: 999px;
}

.hlb-home-v149 .home-channel-row strong {
  color: var(--brand-dark);
}

.hlb-home-v149 .home-channel-row span {
  border: 1px solid rgba(39, 51, 109, .14);
  background: #fff;
  color: #344055;
  font-weight: 800;
}

.hlb-home-v149 .home-services {
  background: #f5f7fb;
}

.hlb-home-v149 .home-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hlb-home-v149 .home-service-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(36, 54, 120, .08);
}

.hlb-home-v149 .home-service-image {
  position: relative;
  height: 220px;
  display: block;
  color: inherit;
}

.hlb-home-v149 .home-service-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 18, 48, .02), rgba(11, 18, 48, .24));
}

.hlb-home-v149 .home-service-image span {
  position: absolute;
  z-index: 1;
  right: 14px;
  bottom: 14px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--yellow);
  color: var(--brand-dark);
  font-weight: 900;
}

.hlb-home-v149 .home-service-body {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.hlb-home-v149 .home-service-body h3 {
  color: var(--brand-dark);
  font-size: 21px;
  line-height: 1.25;
}

.hlb-home-v149 .home-service-body p {
  min-height: 76px;
  color: #566174;
  font-size: 15px;
  line-height: 1.55;
}

.hlb-home-v149 .home-service-body a {
  width: max-content;
  color: var(--brand-dark);
  font-weight: 850;
}

.hlb-home-v149 .home-process {
  background:
    linear-gradient(90deg, rgba(39, 51, 109, .92), rgba(39, 51, 109, .74)),
    url("https://hlbvietnam.com/wp-content/uploads/2026/07/5-2.jpg") center / cover no-repeat;
}

.hlb-home-v149 .home-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.hlb-home-v149 .home-process-grid div {
  min-height: 210px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(18, 30, 82, .82);
  color: #fff;
}

.hlb-home-v149 .home-process-grid span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--yellow);
  font-weight: 900;
}

.hlb-home-v149 .home-process-grid h3 {
  color: #fff;
  font-size: 21px;
  line-height: 1.18;
}

.hlb-home-v149 .home-process-grid p {
  margin-top: 10px;
  color: rgba(255, 255, 255, .84);
  font-size: 14px;
  line-height: 1.5;
}

.hlb-home-v149 .home-industries,
.hlb-home-v149 .home-trust-v2,
.hlb-home-v149 .home-faq {
  background: #fff;
}

.hlb-home-v149 .home-industry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hlb-home-v149 .home-industry-card {
  min-height: 260px;
  box-shadow: 0 14px 30px rgba(36, 54, 120, .08);
}

.hlb-home-v149 .home-industry-card figcaption {
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(11, 18, 48, .72);
  backdrop-filter: blur(3px);
}

.hlb-home-v149 .home-trust-grid-v2 {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: 28px;
  align-items: center;
}

.hlb-home-v149 .home-trust-grid-v2 .home-section-head {
  display: block;
  margin-bottom: 20px;
}

.hlb-home-v149 .home-trust-grid-v2 .home-section-head p {
  margin-top: 12px;
}

.hlb-home-v149 .home-trust-list {
  display: grid;
  gap: 10px;
}

.hlb-home-v149 .home-trust-list details {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcff;
}

.hlb-home-v149 .home-trust-list details p {
  margin-top: 10px;
  color: #566174;
}

.hlb-home-v149 .home-trust-visual {
  min-height: 420px;
}

.hlb-home-v149 .home-trust-visual figcaption {
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(11, 18, 48, .72);
  backdrop-filter: blur(3px);
}

.hlb-home-v149 .home-ops-proof {
  background: #f5f7fb;
}

.hlb-home-v149 .home-ops-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.hlb-home-v149 .home-ops-card {
  min-height: 280px;
  border: 1px solid var(--line);
  box-shadow: 0 14px 30px rgba(36, 54, 120, .08);
}

.hlb-home-v149 .home-ops-card figcaption {
  display: grid;
  gap: 6px;
}

.hlb-home-v149 .home-ops-card figcaption span {
  width: max-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
}

.hlb-home-v149 .home-knowledge {
  background:
    linear-gradient(90deg, rgba(247, 248, 251, .92), rgba(247, 248, 251, .78)),
    url("https://hlbvietnam.com/wp-content/uploads/2026/07/world-map-47959_1280.png") center / cover no-repeat;
}

.hlb-home-v149 .home-final-cta {
  background:
    linear-gradient(90deg, rgba(39, 51, 109, .96), rgba(39, 51, 109, .86)),
    url("https://hlbvietnam.com/wp-content/uploads/2026/07/5-2.jpg") center / cover no-repeat;
  color: #fff;
}

.hlb-home-v149 .home-final-cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.hlb-home-v149 .home-final-cta-box h2 {
  max-width: 780px;
  color: #fff;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.14;
}

.hlb-home-v149 .home-final-cta-box p {
  max-width: 720px;
  margin-top: 12px;
  color: rgba(255, 255, 255, .84);
  font-size: 18px;
}

@media (max-width: 1180px) {
  .hlb-home-v149 .home-service-grid,
  .hlb-home-v149 .home-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hlb-home-v149 .home-process-grid,
  .hlb-home-v149 .home-ops-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .hlb-home-v149 .home-section-head,
  .hlb-home-v149 .home-about-grid,
  .hlb-home-v149 .home-trust-grid-v2,
  .hlb-home-v149 .home-final-cta-box {
    grid-template-columns: 1fr;
  }

  .hlb-home-v149 .home-about-copy,
  .hlb-home-v149 .home-about-media,
  .hlb-home-v149 .home-trust-visual {
    min-height: 360px;
  }

  .hlb-home-v149 .home-final-cta-box .cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 780px) {
  .hlb-home-v149 section {
    padding: 48px 0;
  }

  .hlb-home-v149 .home-proof-grid,
  .hlb-home-v149 .home-service-grid,
  .hlb-home-v149 .home-process-grid,
  .hlb-home-v149 .home-industry-grid,
  .hlb-home-v149 .home-ops-grid {
    grid-template-columns: 1fr;
  }

  .hlb-home-v149 .home-section-head {
    display: block;
    margin-bottom: 22px;
  }

  .hlb-home-v149 .home-section-head h2,
  .hlb-home-v149 .home-final-cta-box h2 {
    font-size: clamp(26px, 7vw, 34px);
  }

  .hlb-home-v149 .home-about-copy {
    min-height: auto;
    padding: 24px;
  }

  .hlb-home-v149 .home-about-media,
  .hlb-home-v149 .home-trust-visual,
  .hlb-home-v149 .home-industry-card,
  .hlb-home-v149 .home-ops-card {
    min-height: 250px;
  }

  .hlb-home-v149 .home-service-image {
    height: 210px;
  }

  .hlb-home-v149 .home-service-body p {
    min-height: 0;
  }

  .hlb-home-v149 .home-channel-row {
    justify-content: flex-start;
  }

  .hlb-home-v149 .home-final-cta-box .cta-actions {
    display: grid;
  }
}

/* Homepage v150: media-first, Transnext/SAFACO inspired sections */
.hlb-home-v150 {
  --hlb-navy: #24366f;
  --hlb-navy-2: #152456;
  --hlb-yellow: #ffc20f;
  --hlb-orange: #f59b2f;
  --hlb-ink: #07142f;
  --hlb-muted: #556174;
  --hlb-line: #dfe5ef;
  --hlb-bg: #f5f7fb;
  background: var(--hlb-bg);
  color: var(--hlb-ink);
}

.hlb-home-v150 > section:not(.hlb-home-hero) {
  padding: 66px 0;
}

.hlb-home-v150 img {
  max-width: 100%;
}

.hlb-home-v150 .home-mini-label,
.hlb-home-v150 .home-kicker,
.hlb-home-v150 .home-final-cta-box span {
  display: inline-flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--hlb-yellow);
  color: var(--hlb-navy-2);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .01em;
}

.hlb-home-v150 .home-kicker {
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  color: var(--hlb-orange);
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hlb-home-v150 .home-section-head {
  margin: 0 auto 34px;
}

.hlb-home-v150 .home-section-head-center {
  max-width: 860px;
  text-align: center;
}

.hlb-home-v150 .home-section-head-left {
  max-width: 620px;
  margin-left: 0;
}

.hlb-home-v150 .home-section-head h2,
.hlb-home-v150 .home-about-text h2,
.hlb-home-v150 .home-faq-intro h2 {
  color: var(--hlb-navy);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: -.015em;
}

.hlb-home-v150 .home-section-head p,
.hlb-home-v150 .home-about-text p,
.hlb-home-v150 .home-faq-intro p {
  color: var(--hlb-muted);
  font-size: 16px;
  line-height: 1.68;
}

.hlb-home-v150 .home-section-head-center p {
  max-width: 760px;
  margin: 14px auto 0;
}

.hlb-home-v150 .home-btn,
.hlb-home-v150 .home-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  border-radius: 6px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  transition: transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.hlb-home-v150 .home-btn {
  min-height: 46px;
  padding: 14px 24px;
}

.hlb-home-v150 .home-btn-primary,
.hlb-home-v150 .home-card-btn {
  background: var(--hlb-navy);
  color: #fff !important;
  border: 1px solid var(--hlb-navy);
}

.hlb-home-v150 .home-btn-primary:hover,
.hlb-home-v150 .home-card-btn:hover {
  background: var(--hlb-yellow);
  border-color: var(--hlb-yellow);
  color: var(--hlb-navy-2) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(36, 54, 120, .14);
}

.hlb-home-v150 .home-proof-strip {
  padding: 20px 0 !important;
  background: #fff;
  border-bottom: 1px solid var(--hlb-line);
}

.hlb-home-v150 .home-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.hlb-home-v150 .home-proof-grid div {
  min-height: 76px;
  display: grid;
  align-content: center;
  padding: 14px 18px;
  border: 1px solid var(--hlb-line);
  border-radius: 10px;
  background: #fbfcff;
}

.hlb-home-v150 .home-proof-grid strong {
  color: var(--hlb-navy);
  font-size: 17px;
}

.hlb-home-v150 .home-proof-grid span {
  margin-top: 3px;
  color: #5a6578;
  font-size: 13px;
}

.hlb-home-v150 .home-about {
  background: #fff;
}

.hlb-home-v150 .home-about-layout {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(440px, 1.14fr);
  gap: 48px;
  align-items: center;
}

.hlb-home-v150 .home-about-text {
  max-width: 660px;
}

.hlb-home-v150 .home-about-text p {
  margin-top: 14px;
}

.hlb-home-v150 .home-about-text .home-btn {
  margin-top: 26px;
}

.hlb-home-v150 .home-video-frame {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(36, 54, 120, .16);
  background:
    linear-gradient(135deg, rgba(36, 54, 120, .06), rgba(255, 194, 15, .08)),
    #eef2f8;
  box-shadow: 0 18px 42px rgba(36, 54, 120, .10);
  aspect-ratio: 16 / 9;
}

.hlb-home-v150 .home-video-frame:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(36,54,120,.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(36,54,120,.06) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: .55;
}


.hlb-home-v150 .home-about-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #0b1538;
}

.hlb-home-v150 .home-video-frame:has(.home-about-video)::before {
  display: none;
}

.hlb-home-v150 .home-video-placeholder {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-content: center;
  gap: 10px;
  padding: 28px;
  text-align: center;
  color: var(--hlb-navy);
}

.hlb-home-v150 .home-video-play {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  margin: 0 auto 4px;
  border-radius: 999px;
  background: var(--hlb-navy);
  color: #fff;
  font-size: 28px;
  box-shadow: 0 14px 34px rgba(36, 54, 120, .24);
}

.hlb-home-v150 .home-video-placeholder strong {
  font-size: 22px;
}

.hlb-home-v150 .home-video-placeholder small {
  max-width: 460px;
  margin: 0 auto;
  color: #667085;
  font-size: 14px;
  line-height: 1.55;
}

.hlb-home-v150 .home-channel-marquee {
  padding: 48px 0 !important;
  overflow: hidden;
  background: linear-gradient(90deg, #fff3d8 0%, #fffaf0 100%);
  border-top: 1px solid rgba(255, 194, 15, .36);
  border-bottom: 1px solid rgba(255, 194, 15, .36);
}

.hlb-home-v150 .home-channel-marquee h2 {
  margin: 0 0 28px;
  color: var(--hlb-navy);
  text-align: center;
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 900;
  text-transform: uppercase;
}

.hlb-home-v150 .channel-marquee,
.hlb-home-v150 .testimonial-marquee {
  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);
}

.hlb-home-v150 .channel-track {
  display: flex;
  width: max-content;
  gap: 22px;
  animation: hlbChannelMove 32s linear infinite;
}

.hlb-home-v150 .channel-marquee:hover .channel-track,
.hlb-home-v150 .testimonial-marquee:hover .testimonial-track {
  animation-play-state: paused;
}

.hlb-home-v150 .channel-track span {
  min-width: 170px;
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(36, 54, 120, .12);
  color: var(--hlb-navy);
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(36, 54, 120, .06);
}

@keyframes hlbChannelMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.hlb-home-v150 .home-services {
  background: #f5f7fb;
}

.hlb-home-v150 .home-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hlb-home-v150 .home-service-card {
  overflow: hidden;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border: 1px solid var(--hlb-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(36, 54, 120, .07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.hlb-home-v150 .home-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 194, 15, .75);
  background: linear-gradient(180deg, var(--hlb-navy) 0%, var(--hlb-navy-2) 100%);
  box-shadow: 0 24px 46px rgba(36, 54, 120, .18);
}

.hlb-home-v150 .home-service-image {
  position: relative;
  overflow: hidden;
  height: 218px;
  display: block;
}

.hlb-home-v150 .home-service-image img,
.hlb-home-v150 .home-industry-card img,
.hlb-home-v150 .home-ops-card img,
.hlb-home-v150 .home-ops-card video,
.hlb-home-v150 .home-trust-visual img,
.hlb-home-v150 .article-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .32s ease;
}

.hlb-home-v150 .home-service-card:hover .home-service-image img,
.hlb-home-v150 .home-industry-card:hover img,
.hlb-home-v150 .home-ops-card:hover img,
.hlb-home-v150 .home-ops-card:hover video,
.hlb-home-v150 .home-article-card:hover .article-thumb img {
  transform: scale(1.045);
}

.hlb-home-v150 .home-service-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.hlb-home-v150 .home-service-body h3 {
  color: var(--hlb-navy);
  font-size: 20px;
  line-height: 1.28;
}

.hlb-home-v150 .home-service-body p {
  flex: 1;
  margin-top: 10px;
  color: #566174;
  font-size: 15px;
  line-height: 1.58;
}

.hlb-home-v150 .home-service-card:hover h3,
.hlb-home-v150 .home-service-card:hover p {
  color: #fff;
}

.hlb-home-v150 .home-card-btn {
  align-self: center;
  margin-top: 20px;
  padding: 13px 25px;
  font-size: 14px;
}

.hlb-home-v150 .home-service-card:hover .home-card-btn {
  background: var(--hlb-yellow);
  border-color: var(--hlb-yellow);
  color: var(--hlb-navy-2) !important;
}

.hlb-home-v150 .home-process {
  background: #fff;
}

.hlb-home-v150 .home-process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.hlb-home-v150 .home-process-card {
  position: relative;
  min-height: 230px;
  padding: 24px 20px;
  border: 1px solid var(--hlb-line);
  border-radius: 14px;
  background: #fbfcff;
  box-shadow: 0 14px 30px rgba(36, 54, 120, .07);
}

.hlb-home-v150 .home-process-card:not(:last-child):after {
  content: "";
  position: absolute;
  top: 38px;
  right: -17px;
  width: 18px;
  height: 2px;
  background: var(--hlb-yellow);
}

.hlb-home-v150 .home-process-card span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--hlb-orange);
  font-size: 30px;
  font-weight: 950;
  line-height: 1;
}

.hlb-home-v150 .home-process-card h3 {
  color: var(--hlb-navy);
  font-size: 19px;
  line-height: 1.25;
}

.hlb-home-v150 .home-process-card p {
  margin-top: 10px;
  color: #566174;
  font-size: 14px;
  line-height: 1.55;
}

.hlb-home-v150 .home-industries,
.hlb-home-v150 .home-faq,
.hlb-home-v150 .home-testimonials {
  background: #fff;
}

.hlb-home-v150 .home-industry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hlb-home-v150 .home-industry-card,
.hlb-home-v150 .home-ops-card,
.hlb-home-v150 .home-trust-visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 12px;
  background: #e8edf7;
  box-shadow: 0 14px 30px rgba(36, 54, 120, .08);
}

.hlb-home-v150 .home-industry-card {
  aspect-ratio: 16 / 9;
}

.hlb-home-v150 .home-industry-card:after,
.hlb-home-v150 .home-ops-card:after,
.hlb-home-v150 .home-trust-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 18, 48, .02) 36%, rgba(11, 18, 48, .78));
}

.hlb-home-v150 .home-industry-card figcaption,
.hlb-home-v150 .home-ops-card figcaption,
.hlb-home-v150 .home-trust-visual figcaption {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
  bottom: 16px;
  color: #fff;
  font-weight: 900;
  line-height: 1.3;
}

.hlb-home-v150 .home-section-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 28px;
  padding: 22px;
  border: 1px solid rgba(36, 54, 120, .10);
  border-radius: 14px;
  background: #fbfcff;
  text-align: center;
}

.hlb-home-v150 .home-section-note p {
  margin: 0;
  color: var(--hlb-muted);
  font-weight: 700;
}

.hlb-home-v150 .home-trust-v2 {
  background: #f5f7fb;
}

.hlb-home-v150 .home-trust-grid-v2 {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  gap: 34px;
  align-items: center;
}

.hlb-home-v150 .home-trust-list {
  display: grid;
  gap: 11px;
}

.hlb-home-v150 .home-trust-list details,
.hlb-home-v150 .home-faq-list details {
  border: 1px solid var(--hlb-line);
  border-radius: 12px;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.hlb-home-v150 .home-trust-list details[open],
.hlb-home-v150 .home-faq-list details[open] {
  border-color: rgba(255, 194, 15, .72);
  background: #fffdf6;
  box-shadow: 0 14px 28px rgba(36, 54, 120, .06);
}

.hlb-home-v150 .home-trust-list summary,
.hlb-home-v150 .home-faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--hlb-ink);
  font-weight: 900;
  list-style: none;
}

.hlb-home-v150 .home-trust-list summary::-webkit-details-marker,
.hlb-home-v150 .home-faq-list summary::-webkit-details-marker {
  display: none;
}

.hlb-home-v150 .home-trust-list summary:before,
.hlb-home-v150 .home-faq-list summary:before {
  content: "+";
  display: inline-flex;
  width: 22px;
  margin-right: 8px;
  color: var(--hlb-navy);
  font-weight: 950;
}

.hlb-home-v150 .home-trust-list details[open] summary:before,
.hlb-home-v150 .home-faq-list details[open] summary:before {
  content: "−";
}

.hlb-home-v150 .home-trust-list details p,
.hlb-home-v150 .home-faq-list details p {
  margin: -6px 20px 18px 50px;
  color: #566174;
  line-height: 1.62;
}

.hlb-home-v150 .home-trust-visual {
  min-height: 430px;
}

.hlb-home-v150 .home-trust-visual figcaption {
  width: max-content;
  max-width: calc(100% - 36px);
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(11, 18, 48, .72);
  backdrop-filter: blur(3px);
}

.hlb-home-v150 .home-metrics {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(11, 18, 48, .96), rgba(20, 32, 75, .94)),
    url("https://hlbvietnam.com/wp-content/uploads/2026/07/5-2.jpg") center / cover no-repeat;
}

.hlb-home-v150 .home-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.hlb-home-v150 .home-metric-card {
  min-height: 120px;
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 18px 34px rgba(0, 0, 0, .14);
  text-align: center;
}

.hlb-home-v150 .home-metric-card strong {
  color: var(--hlb-orange);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 950;
  line-height: 1;
}

.hlb-home-v150 .home-metric-card span {
  color: rgba(255, 255, 255, .78);
  font-weight: 800;
}

.hlb-home-v150 .home-ops-proof {
  background: #f5f7fb;
}

.hlb-home-v150 .home-ops-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.hlb-home-v150 .home-ops-card {
  aspect-ratio: 3 / 3.45;
}

.hlb-home-v150 .home-ops-card figcaption {
  display: grid;
  gap: 8px;
  font-size: 18px;
}

.hlb-home-v150 .home-ops-card figcaption span {
  width: max-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--hlb-yellow);
  color: var(--hlb-navy-2);
  font-size: 12px;
  font-weight: 950;
}

.hlb-home-v150 .testimonial-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: hlbTestimonialMove 42s linear infinite;
}

@keyframes hlbTestimonialMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.hlb-home-v150 .testimonial-card {
  flex: 0 0 390px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid var(--hlb-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(36, 54, 120, .07);
}

.hlb-home-v150 .testimonial-card p {
  color: #566174;
  font-size: 15px;
  line-height: 1.7;
}

.hlb-home-v150 .testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.hlb-home-v150 .testimonial-author > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--hlb-navy), var(--hlb-navy-2));
  color: var(--hlb-yellow);
  font-weight: 950;
}

.hlb-home-v150 .testimonial-author strong,
.hlb-home-v150 .testimonial-author small {
  display: block;
}

.hlb-home-v150 .testimonial-author strong {
  color: var(--hlb-ink);
  font-size: 16px;
}

.hlb-home-v150 .testimonial-author small {
  margin-top: 3px;
  color: #7a8495;
  font-size: 13px;
}

.hlb-home-v150 .home-knowledge {
  background:
    linear-gradient(90deg, rgba(247, 248, 251, .94), rgba(247, 248, 251, .84)),
    url("https://hlbvietnam.com/wp-content/uploads/2026/07/world-map-47959_1280.png") center / cover no-repeat;
}

.hlb-home-v150 .home-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hlb-home-v150 .home-article-card {
  overflow: hidden;
  border: 1px solid var(--hlb-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(36, 54, 120, .07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.hlb-home-v150 .home-article-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 194, 15, .75);
  box-shadow: 0 24px 46px rgba(36, 54, 120, .14);
}

.hlb-home-v150 .article-thumb {
  display: block;
  height: 210px;
  overflow: hidden;
}

.hlb-home-v150 .home-article-card .article-body {
  padding: 24px;
}

.hlb-home-v150 .home-article-card .article-meta {
  margin-bottom: 12px;
  color: var(--hlb-navy);
  font-size: 13px;
  font-weight: 900;
}

.hlb-home-v150 .home-article-card h3 {
  font-size: 22px;
  line-height: 1.22;
}

.hlb-home-v150 .home-article-card h3 a {
  color: var(--hlb-ink);
  text-decoration: none;
}

.hlb-home-v150 .home-article-card p {
  margin-top: 12px;
  color: #566174;
  line-height: 1.58;
}

.hlb-home-v150 .home-article-card .read-more {
  display: inline-flex;
  margin-top: 18px;
  color: var(--hlb-navy);
  font-weight: 900;
  text-decoration: none;
}

.hlb-home-v150 .home-center-action {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.hlb-home-v150 .home-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 42px;
  align-items: start;
}

.hlb-home-v150 .home-faq-intro {
  position: sticky;
  top: 98px;
}

.hlb-home-v150 .home-faq-intro p {
  margin-top: 14px;
}

.hlb-home-v150 .home-faq-intro .home-btn {
  margin-top: 24px;
}

.hlb-home-v150 .home-faq-list {
  display: grid;
  gap: 12px;
}

.hlb-home-v150 .home-final-cta {
  background:
    linear-gradient(90deg, rgba(36, 54, 120, .97), rgba(21, 36, 86, .92)),
    url("https://hlbvietnam.com/wp-content/uploads/2026/07/5-2.jpg") center / cover no-repeat;
  color: #fff;
}

.hlb-home-v150 .home-final-cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.hlb-home-v150 .home-final-cta-box h2 {
  max-width: 780px;
  color: #fff;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.14;
}

.hlb-home-v150 .home-final-cta-box p {
  max-width: 720px;
  margin-top: 12px;
  color: rgba(255, 255, 255, .84);
  font-size: 18px;
}

.hlb-home-v150 .home-final-cta-box .cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 1180px) {
  .hlb-home-v150 .home-service-grid,
  .hlb-home-v150 .home-industry-grid,
  .hlb-home-v150 .home-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hlb-home-v150 .home-process-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hlb-home-v150 .home-process-card:after {
    display: none;
  }

  .hlb-home-v150 .home-ops-grid,
  .hlb-home-v150 .home-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .hlb-home-v150 .home-about-layout,
  .hlb-home-v150 .home-trust-grid-v2,
  .hlb-home-v150 .home-faq-grid,
  .hlb-home-v150 .home-final-cta-box {
    grid-template-columns: 1fr;
  }

  .hlb-home-v150 .home-faq-intro {
    position: static;
  }

  .hlb-home-v150 .home-trust-visual {
    min-height: 360px;
  }

  .hlb-home-v150 .home-final-cta-box .cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 780px) {
  .hlb-home-v150 > section:not(.hlb-home-hero) {
    padding: 48px 0;
  }

  .hlb-home-v150 .home-proof-grid,
  .hlb-home-v150 .home-service-grid,
  .hlb-home-v150 .home-process-timeline,
  .hlb-home-v150 .home-industry-grid,
  .hlb-home-v150 .home-ops-grid,
  .hlb-home-v150 .home-metrics-grid,
  .hlb-home-v150 .home-article-grid {
    grid-template-columns: 1fr;
  }

  .hlb-home-v150 .home-section-head h2,
  .hlb-home-v150 .home-about-text h2,
  .hlb-home-v150 .home-faq-intro h2,
  .hlb-home-v150 .home-final-cta-box h2 {
    font-size: clamp(26px, 7vw, 34px);
  }

  .hlb-home-v150 .home-about-layout {
    gap: 28px;
  }

  .hlb-home-v150 .home-video-frame {
    min-height: 230px;
  }

  .hlb-home-v150 .home-service-image,
  .hlb-home-v150 .article-thumb {
    height: 205px;
  }

  .hlb-home-v150 .home-industry-card,
  .hlb-home-v150 .home-ops-card {
    aspect-ratio: 16 / 10;
  }

  .hlb-home-v150 .home-section-note {
    display: grid;
  }

  .hlb-home-v150 .testimonial-card {
    flex-basis: 320px;
    padding: 24px;
  }

  .hlb-home-v150 .home-final-cta-box .cta-actions {
    display: grid;
    justify-content: stretch;
  }

  .hlb-home-v150 .home-final-cta-box .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hlb-home-v150 .channel-track,
  .hlb-home-v150 .testimonial-track {
    animation: none;
  }
}

/* Homepage v151 refinements */
.hlb-home-v150 .hlb-home-hero .hero-caption-inner > .eyebrow,
.hlb-home-v150 .home-mini-label,
.hlb-home-v150 .home-final-cta-box > div > span {
  display: none !important;
}

.hlb-home-v150 .home-about {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}

.hlb-home-v150 .home-about-text h2 {
  color: #d94c14;
  font-size: clamp(28px, 2.6vw, 36px);
  text-align: center;
  text-transform: uppercase;
}

.hlb-home-v150 .home-about-text {
  max-width: 620px;
}

.hlb-home-v150 .home-about-text .home-btn {
  display: flex;
  width: min(330px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.hlb-home-v150 .home-trust-v2 {
  background: #fff;
}

.hlb-home-v150 .home-trust-title {
  margin-bottom: 28px;
}

.hlb-home-v150 .home-trust-title h2,
.hlb-home-v150 .home-faq-title h2 {
  color: #d94c14;
  font-size: clamp(28px, 2.8vw, 38px);
  text-transform: uppercase;
}

.hlb-home-v150 .home-trust-grid-v2 {
  grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
  gap: 62px;
  align-items: start;
}

.hlb-home-v150 .home-thin-accordion {
  display: grid;
  gap: 0;
  border-top: 1px solid #d6dce6;
}

.hlb-home-v150 .home-thin-accordion details {
  border: 0 !important;
  border-bottom: 1px solid #d6dce6 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.hlb-home-v150 .home-thin-accordion details[open] {
  border-color: #d6dce6 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.hlb-home-v150 .home-thin-accordion summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 21px 0 !important;
  color: var(--hlb-ink);
  font-size: 17px;
  font-weight: 900;
  list-style: none;
}

.hlb-home-v150 .home-thin-accordion summary:before {
  display: none !important;
  content: "" !important;
}

.hlb-home-v150 .home-thin-accordion summary:after {
  content: "+";
  flex: 0 0 auto;
  color: var(--hlb-ink);
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}

.hlb-home-v150 .home-thin-accordion details[open] summary:after {
  content: "−";
}

.hlb-home-v150 .home-thin-accordion details p {
  max-width: 760px;
  margin: -2px 52px 22px 0 !important;
  color: #4f5a6d;
  font-size: 15px;
  line-height: 1.75;
}

.hlb-home-v150 .home-trust-visual {
  min-height: 0 !important;
  aspect-ratio: 16 / 10;
  border-radius: 0;
  box-shadow: none;
  background: #f3f5f8;
}

.hlb-home-v150 .home-trust-visual:after,
.hlb-home-v150 .home-trust-visual figcaption {
  display: none !important;
}

.hlb-home-v150 .home-trust-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hlb-home-v150 .home-metrics {
  padding: 40px 0 !important;
}

.hlb-home-v150 .home-metrics-grid {
  max-width: 980px;
  gap: 14px;
}

.hlb-home-v150 .home-metric-card {
  min-height: 92px;
  gap: 6px;
  padding: 17px 16px;
  border-radius: 14px;
}

.hlb-home-v150 .home-metric-card strong {
  font-size: clamp(28px, 3vw, 40px);
}

.hlb-home-v150 .home-metric-card span {
  font-size: 13px;
  line-height: 1.35;
}

.hlb-home-v150 .home-testimonials {
  background: #fff;
}

.hlb-home-v150 .home-faq {
  background: #fff;
}

.hlb-home-v150 .home-faq .container {
  max-width: 1240px;
}

.hlb-home-v150 .home-faq-title {
  margin-bottom: 22px;
}

.hlb-home-v150 .home-faq-list {
  max-width: 1140px;
  margin: 0 auto;
}

.hlb-home-v150 .home-faq-list.home-thin-accordion summary {
  padding: 18px 30px !important;
  border-left: 1px solid #1f2937;
  border-right: 1px solid #1f2937;
  font-size: 16px;
}

.hlb-home-v150 .home-faq-list.home-thin-accordion {
  border-top: 1px solid #1f2937;
}

.hlb-home-v150 .home-faq-list.home-thin-accordion details {
  border-bottom-color: #1f2937 !important;
}

.hlb-home-v150 .home-faq-list.home-thin-accordion details p {
  max-width: none;
  margin: 0 !important;
  padding: 26px 56px 30px;
  border-left: 1px solid #c9ced8;
  border-right: 1px solid #c9ced8;
  color: #4f5a6d;
}

@media (max-width: 980px) {
  .hlb-home-v150 .home-trust-grid-v2 {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hlb-home-v150 .home-trust-visual {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 780px) {
  .hlb-home-v150 .home-about-text h2,
  .hlb-home-v150 .home-trust-title h2,
  .hlb-home-v150 .home-faq-title h2 {
    font-size: clamp(26px, 7vw, 32px);
  }

  .hlb-home-v150 .home-thin-accordion summary {
    font-size: 15px;
  }

  .hlb-home-v150 .home-thin-accordion details p {
    margin-right: 0 !important;
  }

  .hlb-home-v150 .home-faq-list.home-thin-accordion summary {
    padding: 16px 18px !important;
  }

  .hlb-home-v150 .home-faq-list.home-thin-accordion details p {
    padding: 20px 18px 24px;
  }
}

/* Homepage v152 refinements: smaller titles, compact counters, thin accordions */
.hlb-home-v150 .home-section-head h2,
.hlb-home-v150 .home-about-text h2,
.hlb-home-v150 .home-channel-marquee h2,
.hlb-home-v150 .home-trust-title h2,
.hlb-home-v150 .home-faq-title h2,
.hlb-home-v150 .home-final-cta-box h2 {
  font-size: 27px !important;
  line-height: 1.22 !important;
  letter-spacing: -.01em !important;
}

.hlb-home-v150 .home-section-head {
  margin-bottom: 28px !important;
}

.hlb-home-v150 .home-section-head p {
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.hlb-home-v150 .home-metrics {
  padding: 26px 0 !important;
}

.hlb-home-v150 .home-metrics-grid {
  max-width: 880px !important;
  gap: 12px !important;
}

.hlb-home-v150 .home-metric-card {
  min-height: 74px !important;
  gap: 4px !important;
  padding: 12px 14px !important;
  border-radius: 12px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 10px 22px rgba(0, 0, 0, .10) !important;
}

.hlb-home-v150 .home-metric-card strong {
  font-size: clamp(24px, 2.3vw, 34px) !important;
  line-height: 1 !important;
}

.hlb-home-v150 .home-metric-card span {
  max-width: 170px !important;
  font-size: 12px !important;
  line-height: 1.28 !important;
  font-weight: 800 !important;
}

.hlb-home-v150 .home-trust-grid-v2 {
  gap: 58px !important;
}

.hlb-home-v150 .home-trust-list.home-thin-accordion,
.hlb-home-v150 .home-faq-list.home-thin-accordion {
  display: block !important;
  gap: 0 !important;
  border-top: 0 !important;
  background: transparent !important;
}

.hlb-home-v150 .home-trust-list.home-thin-accordion details,
.hlb-home-v150 .home-faq-list.home-thin-accordion details {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #e4e8f0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.hlb-home-v150 .home-trust-list.home-thin-accordion details:first-child,
.hlb-home-v150 .home-faq-list.home-thin-accordion details:first-child {
  border-top: 1px solid #e4e8f0 !important;
}

.hlb-home-v150 .home-trust-list.home-thin-accordion details[open],
.hlb-home-v150 .home-faq-list.home-thin-accordion details[open] {
  border-color: #e4e8f0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.hlb-home-v150 .home-trust-list.home-thin-accordion summary,
.hlb-home-v150 .home-faq-list.home-thin-accordion summary {
  min-height: 0 !important;
  padding: 18px 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--hlb-ink) !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
  font-weight: 900 !important;
}

.hlb-home-v150 .home-trust-list.home-thin-accordion summary:before,
.hlb-home-v150 .home-faq-list.home-thin-accordion summary:before {
  display: none !important;
  content: "" !important;
  width: 0 !important;
  margin: 0 !important;
}

.hlb-home-v150 .home-trust-list.home-thin-accordion summary:after,
.hlb-home-v150 .home-faq-list.home-thin-accordion summary:after {
  content: "+" !important;
  flex: 0 0 auto !important;
  margin-left: 22px !important;
  color: #1f2937 !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}

.hlb-home-v150 .home-trust-list.home-thin-accordion details[open] summary:after,
.hlb-home-v150 .home-faq-list.home-thin-accordion details[open] summary:after {
  content: "−" !important;
}

.hlb-home-v150 .home-trust-list.home-thin-accordion details p,
.hlb-home-v150 .home-faq-list.home-thin-accordion details p {
  max-width: 780px !important;
  margin: -2px 52px 20px 0 !important;
  padding: 0 !important;
  color: #4f5a6d !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

.hlb-home-v150 .home-faq-title {
  margin-bottom: 20px !important;
}

@media (max-width: 780px) {
  .hlb-home-v150 .home-section-head h2,
  .hlb-home-v150 .home-about-text h2,
  .hlb-home-v150 .home-channel-marquee h2,
  .hlb-home-v150 .home-trust-title h2,
  .hlb-home-v150 .home-faq-title h2,
  .hlb-home-v150 .home-final-cta-box h2 {
    font-size: 27px !important;
  }

  .hlb-home-v150 .home-metrics {
    padding: 24px 0 !important;
  }

  .hlb-home-v150 .home-metric-card {
    min-height: 72px !important;
  }

  .hlb-home-v150 .home-trust-list.home-thin-accordion summary,
  .hlb-home-v150 .home-faq-list.home-thin-accordion summary {
    padding: 16px 0 !important;
    font-size: 15px !important;
  }

  .hlb-home-v150 .home-trust-list.home-thin-accordion details p,
  .hlb-home-v150 .home-faq-list.home-thin-accordion details p {
    margin-right: 32px !important;
    font-size: 14px !important;
  }
}


/* Homepage v153 refinements: navy titles, reordered lower sections, two-line article text */
.hlb-home-v150 .home-about-text h2,
.hlb-home-v150 .home-trust-title h2,
.hlb-home-v150 .home-faq-title h2,
.hlb-home-v150 .home-section-head h2,
.hlb-home-v150 .home-channel-marquee h2 {
  color: var(--hlb-navy) !important;
}

.hlb-home-v150 .home-kicker {
  color: var(--hlb-yellow) !important;
}

.hlb-home-v150 .home-trust-title h2,
.hlb-home-v150 .home-faq-title h2,
.hlb-home-v150 .home-about-text h2 {
  font-size: 27px !important;
  line-height: 1.22 !important;
}

.hlb-home-v150 .home-article-card h3,
.hlb-home-v150 .home-article-card p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hlb-home-v150 .home-article-card h3 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.hlb-home-v150 .home-article-card p {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  min-height: 3.16em;
}

.hlb-home-v150 .home-article-card .article-body {
  display: flex;
  min-height: 260px;
  flex-direction: column;
}

.hlb-home-v150 .home-article-card .read-more {
  margin-top: auto;
}

/* Homepage v154 refinements: restore selected legacy section background images */
.hlb-home-v150 .home-services {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background:
    linear-gradient(90deg, rgba(245, 247, 251, .95), rgba(245, 247, 251, .86)),
    url("https://hlbvietnam.com/wp-content/uploads/2026/07/1200.jpg") center / cover no-repeat !important;
}

.hlb-home-v150 .home-process {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background:
    linear-gradient(90deg, rgba(247, 248, 251, .96), rgba(247, 248, 251, .88)),
    url("https://hlbvietnam.com/wp-content/uploads/2026/07/5-2.jpg") center / cover no-repeat !important;
}

.hlb-home-v150 .home-knowledge {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background:
    linear-gradient(90deg, rgba(247, 248, 251, .94), rgba(247, 248, 251, .84)),
    url("https://hlbvietnam.com/wp-content/uploads/2026/07/world-map-47959_1280.png") center / cover no-repeat !important;
}

.hlb-home-v150 .home-final-cta {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background:
    linear-gradient(90deg, rgba(36, 54, 120, .97), rgba(21, 36, 86, .92)),
    url("https://hlbvietnam.com/wp-content/uploads/2026/07/5-2.jpg") center / cover no-repeat !important;
}

.hlb-home-v150 .home-metrics {
  background:
    linear-gradient(90deg, rgba(11, 18, 48, .96), rgba(20, 32, 75, .94)),
    url("https://hlbvietnam.com/wp-content/uploads/2026/07/5-2.jpg") center / cover no-repeat !important;
}

@media (max-width: 780px) {
  .hlb-home-v150 .home-services,
  .hlb-home-v150 .home-process,
  .hlb-home-v150 .home-knowledge,
  .hlb-home-v150 .home-final-cta,
  .hlb-home-v150 .home-metrics {
    background-position: center center !important;
  }
}


/* Homepage v155 refinements: reduce white overlay to 65% so background images are clearer */
.hlb-home-v150 .home-services {
  background:
    linear-gradient(90deg, rgba(245, 247, 251, .65), rgba(245, 247, 251, .52)),
    url("https://hlbvietnam.com/wp-content/uploads/2026/07/1200.jpg") center / cover no-repeat !important;
}

.hlb-home-v150 .home-process {
  background:
    linear-gradient(90deg, rgba(247, 248, 251, .65), rgba(247, 248, 251, .54)),
    url("https://hlbvietnam.com/wp-content/uploads/2026/07/5-2.jpg") center / cover no-repeat !important;
}

.hlb-home-v150 .home-knowledge {
  background:
    linear-gradient(90deg, rgba(247, 248, 251, .65), rgba(247, 248, 251, .50)),
    url("https://hlbvietnam.com/wp-content/uploads/2026/07/world-map-47959_1280.png") center / cover no-repeat !important;
}


@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-contact {
    grid-column: 1 / -1;
  }

  .footer-bottom-row {
    display: grid;
    gap: 6px;
  }

  .footer-bottom-row span:last-child {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .footer-grid {
    grid-template-columns: 1fr;
    padding: 34px 0 28px;
  }

  .footer-logo {
    width: 176px;
  }

  .footer-cta .btn {
    width: 100%;
    justify-content: center;
  }
}


/* Homepage/Footer/Header v157 refinements */
@media (min-width: 1081px) {
  :root {
    --hlb-header-height: 108px;
  }

  .site-header-top {
    min-height: 34px;
    font-size: 12.5px;
  }

  .site-header-main {
    min-height: 74px;
    gap: 28px;
  }

  .site-logo {
    min-height: 56px;
    padding: 6px 14px;
    border-radius: 7px;
  }

  .site-logo-img {
    width: 166px;
    max-height: 54px;
  }

  .site-header-main-center {
    padding: 0 14px;
  }

  .main-menu ul {
    gap: 8px;
    font-size: 14px;
  }

  .main-menu a {
    min-height: 38px;
    padding: 0 10px;
  }

  .site-header-main-right {
    gap: 14px;
  }

  .header-cta-ribbon {
    min-width: 124px;
    min-height: 42px;
    padding: 6px 14px;
    font-size: 12px;
    line-height: 1.1;
  }

  .header-cta-ribbon strong {
    font-size: 14px;
    line-height: 1.05;
  }

  .header-cta-ribbon span {
    margin-top: 1px;
    font-size: 12px;
  }
}

.footer-badge {
  white-space: nowrap;
  max-width: 100%;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.25;
}

.footer-cta .btn.btn-primary {
  background: linear-gradient(135deg, #ffc20f, #f2ad05) !important;
  border-color: #ffc20f !important;
  color: #172033 !important;
  font-weight: 900 !important;
  letter-spacing: -.01em;
  text-shadow: none !important;
  box-shadow: 0 10px 24px rgba(255, 194, 15, .18) !important;
}

.footer-cta .btn.btn-primary:hover {
  background: #ffd24a !important;
  color: #0b1230 !important;
  transform: translateY(-1px);
}

.hlb-home-v150 .home-final-cta-box {
  grid-template-columns: 1fr !important;
  gap: 18px !important;
}

.hlb-home-v150 .home-final-cta-box h2 {
  max-width: none !important;
  white-space: nowrap !important;
  font-size: 27px !important;
  line-height: 1.18 !important;
}

.hlb-home-v150 .home-final-cta-box p {
  max-width: 860px !important;
}

.hlb-home-v150 .home-final-cta-box .cta-actions {
  justify-content: flex-start !important;
}

@media (max-width: 1080px) {
  .hlb-home-v150 .home-final-cta-box h2 {
    white-space: normal !important;
  }
}

@media (max-width: 640px) {
  .footer-badge {
    white-space: normal;
  }
}


/* HLB v159: centered play control for About video */
.hlb-home-v150 .home-video-frame .home-video-center-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 999px;
  background: rgba(255, 194, 15, .96);
  color: var(--hlb-navy);
  box-shadow: 0 18px 42px rgba(8, 18, 55, .28);
  cursor: pointer;
  transition: transform .22s ease, opacity .22s ease, box-shadow .22s ease, background .22s ease;
}

.hlb-home-v150 .home-video-frame .home-video-center-play span {
  display: block;
  margin-left: 5px;
  font-size: 30px;
  line-height: 1;
}

.hlb-home-v150 .home-video-frame .home-video-center-play:hover {
  transform: translate(-50%, -50%) scale(1.06);
  background: #ffd15a;
  box-shadow: 0 22px 54px rgba(8, 18, 55, .34);
}

.hlb-home-v150 .home-video-frame .home-video-center-play:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .95);
  outline-offset: 4px;
}

.hlb-home-v150 .home-video-frame.is-video-playing .home-video-center-play {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.92);
}

.hlb-home-v150 .home-video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 18, 55, .06), rgba(8, 18, 55, .18));
  transition: opacity .22s ease;
}

.hlb-home-v150 .home-video-frame.is-video-playing::after {
  opacity: 0;
}

@media (max-width: 640px) {
  .hlb-home-v150 .home-video-frame .home-video-center-play {
    width: 62px;
    height: 62px;
  }
  .hlb-home-v150 .home-video-frame .home-video-center-play span {
    font-size: 24px;
  }
}


/* HLB v160: restore balanced final CTA layout without changing section structure */
@media (min-width: 981px) {
  .hlb-home-v150 .home-final-cta {
    padding: 46px 0 !important;
  }

  .hlb-home-v150 .home-final-cta-box {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 34px !important;
    align-items: center !important;
  }

  .hlb-home-v150 .home-final-cta-box > div:first-child {
    min-width: 0 !important;
  }

  .hlb-home-v150 .home-final-cta-box h2 {
    max-width: none !important;
    white-space: nowrap !important;
    font-size: 27px !important;
    line-height: 1.2 !important;
    letter-spacing: -.015em !important;
  }

  .hlb-home-v150 .home-final-cta-box p {
    max-width: 760px !important;
    margin-top: 10px !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  .hlb-home-v150 .home-final-cta-box .cta-actions {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    min-width: max-content !important;
    gap: 12px !important;
  }

  .hlb-home-v150 .home-final-cta-box .btn {
    min-height: 48px !important;
    padding: 0 22px !important;
    white-space: nowrap !important;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .hlb-home-v150 .home-final-cta-box {
    gap: 22px !important;
  }

  .hlb-home-v150 .home-final-cta-box h2 {
    font-size: 25px !important;
  }

  .hlb-home-v150 .home-final-cta-box p {
    font-size: 15px !important;
  }

  .hlb-home-v150 .home-final-cta-box .btn {
    padding: 0 18px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 980px) {
  .hlb-home-v150 .home-final-cta-box {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .hlb-home-v150 .home-final-cta-box h2 {
    white-space: normal !important;
  }

  .hlb-home-v150 .home-final-cta-box .cta-actions {
    justify-content: flex-start !important;
  }
}

/* HLB v162: prevent final CTA headline and buttons from overlapping on medium desktop widths */
@media (min-width: 981px) {
  .hlb-home-v150 .home-final-cta-box {
    grid-template-columns: minmax(0, 1fr) max-content !important;
    column-gap: 24px !important;
  }

  .hlb-home-v150 .home-final-cta-box h2 {
    max-width: 100% !important;
    overflow-wrap: normal !important;
  }

  .hlb-home-v150 .home-final-cta-box .cta-actions {
    max-width: 100% !important;
  }
}

@media (min-width: 981px) and (max-width: 1320px) {
  .hlb-home-v150 .home-final-cta-box {
    grid-template-columns: minmax(0, 1fr) auto !important;
    column-gap: 20px !important;
  }

  .hlb-home-v150 .home-final-cta-box h2 {
    white-space: normal !important;
    font-size: 26px !important;
    max-width: 760px !important;
  }

  .hlb-home-v150 .home-final-cta-box p {
    max-width: 720px !important;
  }

  .hlb-home-v150 .home-final-cta-box .btn {
    padding-left: 18px !important;
    padding-right: 18px !important;
    font-size: 14px !important;
  }
}

@media (min-width: 981px) and (max-width: 1120px) {
  .hlb-home-v150 .home-final-cta-box {
    grid-template-columns: 1fr !important;
    row-gap: 18px !important;
  }

  .hlb-home-v150 .home-final-cta-box .cta-actions {
    justify-content: flex-start !important;
  }
}

/* HLB v163: stronger final CTA guard for 100% desktop zoom and wide screens */
@media (min-width: 981px) {
  .hlb-home-v150 .home-final-cta-box {
    grid-template-columns: minmax(0, 760px) max-content !important;
    justify-content: space-between !important;
    column-gap: 28px !important;
  }

  .hlb-home-v150 .home-final-cta-box h2 {
    max-width: 760px !important;
    white-space: normal !important;
    font-size: 26px !important;
    line-height: 1.22 !important;
  }

  .hlb-home-v150 .home-final-cta-box p {
    max-width: 760px !important;
  }

  .hlb-home-v150 .home-final-cta-box .cta-actions {
    flex: 0 0 auto !important;
    min-width: max-content !important;
  }
}

@media (min-width: 981px) and (max-width: 1160px) {
  .hlb-home-v150 .home-final-cta-box {
    grid-template-columns: 1fr !important;
    row-gap: 18px !important;
  }

  .hlb-home-v150 .home-final-cta-box h2,
  .hlb-home-v150 .home-final-cta-box p {
    max-width: 860px !important;
  }

  .hlb-home-v150 .home-final-cta-box .cta-actions {
    justify-content: flex-start !important;
  }
}

/* HLB v164: keep final CTA headline from breaking after "Trung" on tablet and narrow desktop */
@media (min-width: 769px) and (max-width: 1160px) {
  .hlb-home-v150 .home-final-cta-box h2 {
    white-space: nowrap !important;
    max-width: 100% !important;
    font-size: clamp(22px, 2.55vw, 25px) !important;
    line-height: 1.2 !important;
  }

  .hlb-home-v150 .home-final-cta-box p {
    max-width: 820px !important;
    font-size: 16px !important;
  }
}

@media (max-width: 768px) {
  .hlb-home-v150 .home-final-cta-box h2 {
    white-space: normal !important;
  }
}

/* HLB v168: About page */
.hlb-about-page {
  --about-navy: #24366f;
  --about-navy-2: #152456;
  --about-yellow: #ffc20f;
  --about-ink: #07142f;
  --about-muted: #5b6678;
  --about-line: #dfe5ef;
  --about-bg: #f5f7fb;
  background: var(--about-bg);
  color: var(--about-ink);
}

.hlb-about-page > section {
  padding: 66px 0;
}

.hlb-about-page .about-kicker {
  display: block;
  width: auto;
  margin: 0 0 12px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--about-yellow);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hlb-about-page .about-section-head .about-kicker {
  margin-left: auto;
  margin-right: auto;
}

.hlb-about-page .about-cta .about-kicker {
  display: none;
}

.hlb-about-page .about-hero {
  position: relative;
  min-height: clamp(480px, 58vw, 680px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 0;
  background: var(--about-navy-2);
}

.hlb-about-page .about-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hlb-about-page .about-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 20, 47, .82) 0%, rgba(7, 20, 47, .58) 42%, rgba(7, 20, 47, .12) 78%),
    linear-gradient(180deg, rgba(7, 20, 47, .22), rgba(7, 20, 47, .26));
}

.hlb-about-page .about-hero-inner {
  position: relative;
  z-index: 1;
}

.hlb-about-page .about-hero-copy {
  max-width: 690px;
  color: #fff;
}

.hlb-about-page .about-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.hlb-about-page .about-hero p {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .90);
  font-size: 18px;
  line-height: 1.68;
}

.hlb-about-page .about-hero-actions,
.hlb-about-page .about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hlb-about-page .btn {
  min-height: 46px;
  padding: 14px 24px;
  border-radius: 6px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
}

.hlb-about-page .about-proof-strip {
  padding: 20px 0;
  background: #fff;
  border-bottom: 1px solid var(--about-line);
}

.hlb-about-page .about-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.hlb-about-page .about-proof-grid div {
  min-height: 78px;
  display: grid;
  align-content: center;
  padding: 14px 18px;
  border: 1px solid var(--about-line);
  border-radius: 10px;
  background: #fbfcff;
}

.hlb-about-page .about-proof-grid strong {
  color: var(--about-navy);
  font-size: 24px;
  line-height: 1.1;
}

.hlb-about-page .about-proof-grid span {
  margin-top: 4px;
  color: var(--about-muted);
  font-size: 13px;
}

.hlb-about-page .about-intro,
.hlb-about-page .about-team,
.hlb-about-page .about-values {
  background: #fff;
}

.hlb-about-page .about-intro-grid,
.hlb-about-page .about-team-grid,
.hlb-about-page .about-cta-box {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 46px;
  align-items: center;
}

.hlb-about-page h2 {
  margin: 0;
  color: var(--about-navy);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.14;
  letter-spacing: -.015em;
}

.hlb-about-page h3 {
  margin: 0;
}

.hlb-about-page p {
  color: var(--about-muted);
}

.hlb-about-page .about-intro-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.72;
}

.hlb-about-page .about-intro-text p + p {
  margin-top: 14px;
}

.hlb-about-page .about-section-head {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.hlb-about-page .about-section-head p {
  max-width: 760px;
  margin: 14px auto 0;
  font-size: 16px;
  line-height: 1.68;
}

.hlb-about-page .about-risk-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.hlb-about-page .about-risk-card,
.hlb-about-page .about-process-card,
.hlb-about-page .about-value-card {
  border: 1px solid var(--about-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(36, 54, 120, .06);
}

.hlb-about-page .about-risk-card {
  min-height: 178px;
  padding: 22px;
}

.hlb-about-page .about-risk-card span,
.hlb-about-page .about-process-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--about-yellow);
  color: var(--about-navy-2);
  font-weight: 900;
}

.hlb-about-page .about-risk-card p {
  margin: 0;
  color: var(--about-ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.48;
}

.hlb-about-page .about-team-media {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(36, 54, 120, .14);
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(36, 54, 120, .10);
}

.hlb-about-page .about-team-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.hlb-about-page .about-team-copy p {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.68;
}

.hlb-about-page .about-team-copy ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.hlb-about-page .about-team-copy li {
  position: relative;
  padding-left: 28px;
  color: #344054;
  font-weight: 700;
}

.hlb-about-page .about-team-copy li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--about-yellow);
  box-shadow: 0 0 0 5px rgba(255, 194, 15, .22);
}

.hlb-about-page .about-process {
  background: linear-gradient(180deg, #f5f7fb 0%, #fff 100%);
}

.hlb-about-page .about-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.hlb-about-page .about-process-card {
  padding: 22px;
}

.hlb-about-page .about-process-card h3,
.hlb-about-page .about-value-card h3 {
  color: var(--about-navy);
  font-size: 18px;
  line-height: 1.3;
}

.hlb-about-page .about-process-card p,
.hlb-about-page .about-value-card p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.62;
}

.hlb-about-page .about-value-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.hlb-about-page .about-value-card {
  padding: 24px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.hlb-about-page .about-value-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 194, 15, .78);
  box-shadow: 0 22px 42px rgba(36, 54, 120, .12);
}

.hlb-about-page .about-proof-media {
  background: #f5f7fb;
}

.hlb-about-page .about-video-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.hlb-about-page .about-video-card {
  overflow: hidden;
  border: 1px solid var(--about-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(36, 54, 120, .07);
}

.hlb-about-page .about-video-card video {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  background: #111827;
}

.hlb-about-page .about-video-card div {
  padding: 18px;
}

.hlb-about-page .about-video-card span {
  color: var(--about-yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hlb-about-page .about-video-card h3 {
  margin-top: 6px;
  color: var(--about-navy);
  font-size: 17px;
  line-height: 1.35;
}

.hlb-about-page .about-cta {
  background: #fff;
}

.hlb-about-page .about-cta-box {
  padding: 34px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--about-navy) 0%, var(--about-navy-2) 100%);
  box-shadow: 0 22px 46px rgba(36, 54, 120, .18);
}

.hlb-about-page .about-cta-box h2,
.hlb-about-page .about-cta-box p {
  color: #fff;
}

.hlb-about-page .about-cta-box p {
  max-width: 760px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 16px;
  line-height: 1.68;
}

.hlb-about-page .about-cta-actions {
  justify-content: flex-end;
  margin-top: 0;
}

@media (max-width: 1180px) {
  .hlb-about-page .about-risk-grid,
  .hlb-about-page .about-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hlb-about-page .about-process-grid,
  .hlb-about-page .about-value-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .hlb-about-page .about-intro-grid,
  .hlb-about-page .about-team-grid,
  .hlb-about-page .about-cta-box {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hlb-about-page .about-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hlb-about-page .about-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 780px) {
  .hlb-about-page > section {
    padding: 48px 0;
  }

  .hlb-about-page .about-hero {
    min-height: 620px;
    align-items: end;
    padding-bottom: 46px;
  }

  .hlb-about-page .about-hero-bg {
    object-position: 68% center;
  }

  .hlb-about-page .about-hero-overlay {
    background:
      linear-gradient(180deg, rgba(7,20,47,.18) 0%, rgba(7,20,47,.58) 44%, rgba(7,20,47,.92) 100%),
      linear-gradient(90deg, rgba(7,20,47,.12), rgba(7,20,47,.10));
  }

  .hlb-about-page .about-hero h1 {
    font-size: 34px;
  }

  .hlb-about-page .about-hero p {
    font-size: 16px;
  }

  .hlb-about-page .about-hero-actions .btn,
  .hlb-about-page .about-cta-actions .btn {
    width: 100%;
  }

  .hlb-about-page .about-risk-grid,
  .hlb-about-page .about-process-grid,
  .hlb-about-page .about-value-grid,
  .hlb-about-page .about-video-grid {
    grid-template-columns: 1fr;
  }

  .hlb-about-page .about-section-head {
    text-align: left;
  }

  .hlb-about-page .about-section-head .about-kicker {
    margin-left: 0;
    margin-right: 0;
  }

  .hlb-about-page .about-section-head p {
    margin-left: 0;
    margin-right: 0;
  }

  .hlb-about-page .about-cta-box {
    padding: 26px 20px;
  }
}

@media (max-width: 520px) {
  .hlb-about-page .about-proof-grid {
    grid-template-columns: 1fr;
  }
}

/* HLB v168: keep expanded desktop menu stable after adding About page */
@media (min-width: 1081px) and (max-width: 1320px) {
  .site-header-main {
    gap: 16px;
  }

  .site-logo {
    padding-left: 10px;
    padding-right: 10px;
  }

  .site-logo-img {
    width: 142px;
  }

  .site-header-main-center {
    padding-left: 8px;
    padding-right: 8px;
  }

  .main-menu ul {
    gap: 4px;
    font-size: 13px;
  }

  .main-menu a {
    padding-left: 7px;
    padding-right: 7px;
  }

  .site-header-main-right {
    gap: 10px;
  }

  .header-cta-ribbon {
    min-width: 108px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-cta-secondary {
    display: none;
  }
}


/* v171: public service page polish */
.eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 0 0 0 11px;
  border: 0;
  border-left: 3px solid var(--yellow);
  border-radius: 0;
  background: transparent;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.page-template-page-dich-vu .section-head,
.page-template-page-dich-vu .audience .section-head,
.page-template-page-dich-vu .process .section-head {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.page-template-page-dich-vu .section-head:hover,
.page-template-page-dich-vu .audience .section-head:hover,
.page-template-page-dich-vu .process .section-head:hover {
  transform: none;
  box-shadow: none;
}

.page-template-page-dich-vu .section-head h2,
.page-template-page-dich-vu .section-head p {
  color: inherit;
}

.page-template-page-dich-vu .section-head p {
  color: var(--muted);
  font-weight: 500;
}

.service-directory .service-card h3 {
  text-wrap: balance;
}

.service-fit-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}


/* v172: process page depth and public polish */
.page-template-page-quy-trinh .section-head,
.page-template-page-quy-trinh .process .section-head {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.page-template-page-quy-trinh .section-head:hover,
.page-template-page-quy-trinh .process .section-head:hover {
  transform: none;
  box-shadow: none;
}

.hlb-process-page .process-flow-section .section-head h2 {
  color: #fff;
}

.hlb-process-page .process-flow-section .section-head p {
  color: rgba(255, 255, 255, .82);
  font-weight: 500;
}

.hlb-process-page .process-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hlb-process-page .process-steps .step {
  min-height: 235px;
}

.process-control-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.process-control-card,
.process-table,
.process-table-row,
.process-scenario-grid .fit-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 30px rgba(36, 54, 120, .06);
}

.process-control-card {
  padding: 24px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.process-control-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 194, 15, .8);
  box-shadow: 0 18px 44px rgba(36, 54, 120, .12);
}

.process-control-card h3 {
  color: var(--brand-dark);
}

.process-control-card p {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.65;
}

.process-role-section {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-table {
  overflow: hidden;
}

.process-table-row {
  display: grid;
  grid-template-columns: .82fr 1.1fr 1.15fr;
  gap: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.process-table-row + .process-table-row {
  border-top: 1px solid var(--line);
}

.process-table-row > div {
  padding: 18px 20px;
  color: #344055;
  line-height: 1.62;
}

.process-table-row > div + div {
  border-left: 1px solid var(--line);
}

.process-table-row strong {
  color: var(--brand-dark);
}

.process-table-head {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
}

.process-table-head > div {
  color: #fff;
  font-weight: 800;
}

.process-scenario-section {
  background: var(--bg);
}

.process-scenario-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hlb-process-page .faq-section .section-head p,
.hlb-process-page .process-scenario-section .section-head p,
.hlb-process-page .process-control-section .section-head p,
.hlb-process-page .process-role-section .section-head p {
  color: var(--muted);
  font-weight: 500;
}

@media (max-width: 1024px) {
  .hlb-process-page .process-steps,
  .process-control-grid,
  .process-scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-table-row {
    grid-template-columns: 1fr;
  }

  .process-table-row > div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .process-table-head {
    display: none;
  }

  .process-table-row > div:nth-child(1)::before,
  .process-table-row > div:nth-child(2)::before,
  .process-table-row > div:nth-child(3)::before {
    display: block;
    margin-bottom: 6px;
    color: var(--brand-dark);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  .process-table-row > div:nth-child(1)::before { content: "Giai đoạn"; }
  .process-table-row > div:nth-child(2)::before { content: "HLB hỗ trợ"; }
  .process-table-row > div:nth-child(3)::before { content: "Khách hàng cần cung cấp/xác nhận"; }
}

@media (max-width: 767px) {
  .hlb-process-page .process-steps,
  .process-control-grid,
  .process-scenario-grid {
    grid-template-columns: 1fr;
  }

  .hlb-process-page .process-steps .step {
    min-height: auto;
  }

  .process-table-row > div {
    padding: 16px;
  }
}


/* v173: improve readability for service page section headings on image backgrounds */
.page-template-page-dich-vu .audience,
.page-template-page-dich-vu .process {
  position: relative;
  isolation: isolate;
}

.page-template-page-dich-vu .audience::before,
.page-template-page-dich-vu .process::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.page-template-page-dich-vu .audience::before {
  background: linear-gradient(90deg, rgba(248, 250, 255, .96) 0%, rgba(248, 250, 255, .93) 48%, rgba(248, 250, 255, .84) 100%);
}

.page-template-page-dich-vu .process::before {
  background: linear-gradient(90deg, rgba(19, 31, 77, .88) 0%, rgba(19, 31, 77, .80) 45%, rgba(19, 31, 77, .70) 100%);
}

.page-template-page-dich-vu .audience > .container,
.page-template-page-dich-vu .process > .container {
  position: relative;
  z-index: 1;
}

.page-template-page-dich-vu .audience .section-head,
.page-template-page-dich-vu .process .section-head {
  max-width: 760px;
  padding: 0 0 18px;
  margin-bottom: 24px;
}

.page-template-page-dich-vu .audience .section-head {
  border-bottom: 1px solid rgba(20, 34, 82, .12);
}

.page-template-page-dich-vu .process .section-head {
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.page-template-page-dich-vu .audience .section-head h2,
.page-template-page-dich-vu .audience .section-head p {
  color: var(--brand-dark);
  text-shadow: none;
}

.page-template-page-dich-vu .audience .section-head p {
  color: #344055;
}

.page-template-page-dich-vu .process .section-head h2,
.page-template-page-dich-vu .process .section-head p {
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .18);
}

.page-template-page-dich-vu .process .section-head p {
  color: #dce4ff;
}

@media (max-width: 767px) {
  .page-template-page-dich-vu .audience::before {
    background: linear-gradient(180deg, rgba(248, 250, 255, .97) 0%, rgba(248, 250, 255, .94) 100%);
  }

  .page-template-page-dich-vu .process::before {
    background: linear-gradient(180deg, rgba(19, 31, 77, .90) 0%, rgba(19, 31, 77, .82) 100%);
  }

  .page-template-page-dich-vu .audience .section-head,
  .page-template-page-dich-vu .process .section-head {
    padding-bottom: 14px;
    margin-bottom: 18px;
  }
}


/* v174: prevent section titles from being squeezed and align process to 5 steps */
@media (min-width: 768px) {
  .page-template-page-dich-vu .audience .section-head,
  .page-template-page-dich-vu .process .section-head,
  .hlb-process-page .process-flow-section .section-head {
    display: grid;
    grid-template-columns: minmax(360px, max-content) minmax(0, 680px);
    align-items: center;
    column-gap: 42px;
    max-width: none;
  }

  .page-template-page-dich-vu .audience .section-head h2,
  .page-template-page-dich-vu .process .section-head h2,
  .hlb-process-page .process-flow-section .section-head h2 {
    max-width: none;
    white-space: nowrap;
    text-wrap: normal;
  }

  .page-template-page-dich-vu .audience .section-head p,
  .page-template-page-dich-vu .process .section-head p,
  .hlb-process-page .process-flow-section .section-head p {
    max-width: 720px;
  }
}

.hlb-process-page .process-flow-section {
  position: relative;
  isolation: isolate;
}

.hlb-process-page .process-flow-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(19, 31, 77, .92) 0%, rgba(19, 31, 77, .86) 48%, rgba(19, 31, 77, .74) 100%);
}

.hlb-process-page .process-flow-section > .container {
  position: relative;
  z-index: 1;
}

.hlb-process-page .process-flow-section .section-head {
  padding-bottom: 18px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, .20);
}

.hlb-process-page .process-flow-section .section-head h2 {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .22);
}

.hlb-process-page .process-flow-section .section-head p {
  color: #eef3ff;
  font-weight: 650;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .18);
}

.hlb-process-page .process-steps {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hlb-process-page .process-steps .step {
  min-height: 260px;
}

@media (max-width: 1180px) and (min-width: 768px) {
  .hlb-process-page .process-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .page-template-page-dich-vu .audience .section-head,
  .page-template-page-dich-vu .process .section-head,
  .hlb-process-page .process-flow-section .section-head {
    display: block;
  }

  .page-template-page-dich-vu .audience .section-head h2,
  .page-template-page-dich-vu .process .section-head h2,
  .hlb-process-page .process-flow-section .section-head h2 {
    white-space: normal;
  }

  .hlb-process-page .process-flow-section::before {
    background: linear-gradient(180deg, rgba(19, 31, 77, .93) 0%, rgba(19, 31, 77, .86) 100%);
  }
}


/* v175: mega menu and hub page refinements */
.main-menu li {
  position: relative;
}

.main-menu .menu-item-has-mega > a::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: .75;
}

.hlb-mega-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 999;
  width: min(860px, 92vw);
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr;
  gap: 22px;
  padding: 24px;
  border: 1px solid rgba(56, 79, 159, .16);
  border-radius: 16px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 22px 60px rgba(17, 28, 80, .18);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.menu-item-has-mega:hover .hlb-mega-menu,
.menu-item-has-mega:focus-within .hlb-mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.hlb-mega-menu::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
}

.hlb-mega-col {
  display: grid;
  align-content: start;
  gap: 6px;
}

.hlb-mega-col strong,
.hlb-mega-cta span {
  display: block;
  margin-bottom: 8px;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.main-menu .hlb-mega-col a {
  min-height: auto;
  justify-content: flex-start;
  padding: 9px 10px;
  border-radius: 8px;
  color: #172033;
  font-size: 14px;
  font-weight: 700;
  white-space: normal;
  line-height: 1.35;
}

.main-menu .hlb-mega-col a:hover {
  color: var(--brand-dark);
  background: rgba(56, 79, 159, .08);
}

.hlb-mega-cta {
  padding: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #eef2ff, #fff7d8);
  border: 1px solid rgba(255, 194, 15, .35);
}

.hlb-mega-cta p {
  margin: 0 0 14px;
  color: #344055;
  font-size: 14px;
  line-height: 1.55;
}

.main-menu .hlb-mega-cta a {
  min-height: 38px;
  display: inline-flex;
  padding: 0 16px;
  border-radius: 8px;
  background: var(--yellow);
  color: var(--brand-dark);
  font-size: 14px;
  font-weight: 900;
}

.main-menu .hlb-mega-cta a:hover {
  background: var(--yellow-dark);
  color: var(--brand-dark);
}

.section-head-wide {
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
}

.industry-info-table {
  display: grid;
  gap: 10px;
}

.industry-info-row {
  display: grid;
  grid-template-columns: minmax(160px, 220px) 1fr;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(56, 79, 159, .12);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(31, 47, 111, .06);
}

.industry-info-row strong {
  color: var(--brand-dark);
  font-size: 15px;
}

.industry-info-row span {
  color: #4b5568;
  font-size: 14px;
  line-height: 1.6;
}

.industry-review-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.case-card-detailed .article-body p strong {
  color: var(--brand-dark);
}

.case-card-detailed .article-body p + p {
  margin-top: 8px;
}

.page-template-page-nganh-hang .faq-list,
.page-template-page-case-study .faq-list {
  max-width: 980px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .hlb-mega-menu {
    width: min(760px, 92vw);
    grid-template-columns: 1fr 1fr;
  }

  .hlb-mega-cta {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1024px) {
  .menu-item-has-mega .hlb-mega-menu {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-head-wide {
    grid-template-columns: 1fr;
  }

  .industry-info-row,
  .industry-review-grid {
    grid-template-columns: 1fr;
  }
}


/* ===== Contact Page v176 ===== */
.hlb-contact-page .contact-hero {
  padding: 26px 0 56px;
  background:
    linear-gradient(90deg, rgba(7, 16, 46, .82) 0%, rgba(7, 16, 46, .58) 46%, rgba(247, 248, 251, .22) 100%),
    var(--contact-hero-image) center/cover no-repeat;
}

.hlb-contact-page .contact-hero-shell {
  display: grid;
  gap: 22px;
}

.hlb-contact-page .page-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  font-weight: 700;
}

.hlb-contact-page .page-breadcrumb a {
  color: #fff;
}

.hlb-contact-page .page-breadcrumb span:last-child {
  color: rgba(255, 255, 255, .72);
}

.hlb-contact-page .contact-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
  gap: 28px;
  align-items: stretch;
}

.hlb-contact-page .contact-hero-copy h1,
.hlb-contact-page .contact-hero-copy .hero-copy,
.hlb-contact-page .contact-hero-copy .contact-hero-points li {
  color: #fff;
}

.hlb-contact-page .contact-hero-copy h1 {
  max-width: 780px;
  font-size: clamp(34px, 4vw, 54px);
}

.hlb-contact-page .contact-hero-copy .hero-copy {
  max-width: 720px;
  color: rgba(255, 255, 255, .9);
}

.hlb-contact-page .contact-hero-points {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hlb-contact-page .contact-hero-points li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.hlb-contact-page .contact-hero-points li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 5px rgba(255, 194, 15, .22);
}

.hlb-contact-page .contact-hero-panel {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 44px rgba(6, 15, 42, .22);
}

.hlb-contact-page .contact-panel-kicker,
.hlb-contact-page .contact-card-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 194, 15, .16);
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hlb-contact-page .contact-hero-panel strong,
.hlb-contact-page .contact-hero-panel p,
.hlb-contact-page .contact-hero-panel a,
.hlb-contact-page .contact-panel-note {
  color: #fff;
}

.hlb-contact-page .contact-hero-panel strong {
  font-size: 24px;
  line-height: 1.24;
}

.hlb-contact-page .contact-hero-panel p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}

.hlb-contact-page .contact-panel-note {
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  line-height: 1.6;
}

.hlb-contact-page .contact-main-section {
  background: linear-gradient(180deg, #f6f8fc 0%, #fff 100%);
}

.hlb-contact-page .contact-main-grid {
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: 24px;
}

.hlb-contact-page .contact-info-card,
.hlb-contact-page .contact-form-shell {
  display: grid;
  gap: 18px;
}

.hlb-contact-page .contact-info-card {
  padding: 30px;
  border: 1px solid #d8dfef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(36, 54, 120, .06);
}

.hlb-contact-page .contact-card-block h2,
.hlb-contact-page .contact-form-head h2 {
  margin: 14px 0 0;
  color: var(--brand-dark);
  font-size: clamp(27px, 2.5vw, 38px);
  line-height: 1.18;
}

.hlb-contact-page .contact-card-block p,
.hlb-contact-page .contact-form-head p {
  margin: 14px 0 0;
  color: #4a5874;
  font-size: 16px;
  line-height: 1.72;
}

.hlb-contact-page .contact-channel-list {
  display: grid;
  gap: 12px;
}

.hlb-contact-page .contact-channel-item {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border: 1px solid #dce3f2;
  border-radius: 14px;
  background: #fbfcff;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.hlb-contact-page .contact-channel-item:hover {
  transform: translateY(-2px);
  border-color: rgba(33, 64, 154, .28);
  box-shadow: 0 14px 28px rgba(36, 54, 120, .08);
}

.hlb-contact-page .contact-channel-item strong {
  color: var(--brand-dark);
  font-size: 15px;
}

.hlb-contact-page .contact-channel-item span {
  color: #4a5874;
  font-size: 15px;
  line-height: 1.58;
}

.hlb-contact-page .contact-prep-box {
  padding: 22px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(36, 54, 120, .06) 0%, rgba(36, 54, 120, .02) 100%);
}

.hlb-contact-page .contact-prep-box h3 {
  color: var(--brand-dark);
  font-size: 19px;
}

.hlb-contact-page .contact-prep-box ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.hlb-contact-page .contact-prep-box li {
  position: relative;
  padding-left: 24px;
  color: #35435f;
  font-size: 15px;
  line-height: 1.62;
}

.hlb-contact-page .contact-prep-box li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--yellow);
}

.hlb-contact-page .contact-map-card {
  overflow: hidden;
  min-height: 280px;
  border: 1px solid #dce3f2;
  border-radius: 16px;
}

.hlb-contact-page .contact-map-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
}

.hlb-contact-page .contact-form-shell {
  padding: 30px;
  border: 1px solid #d8dfef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(36, 54, 120, .08);
}

.hlb-contact-page .contact-form-panel {
  padding: 22px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f8faff 0%, #f3f6fc 100%);
}

.hlb-contact-page .contact-form-panel > * + * {
  margin-top: 14px;
}

.hlb-contact-page .contact-form-panel p {
  margin: 0;
}

.hlb-contact-page .contact-form-panel .wpcf7,
.hlb-contact-page .contact-form-panel form {
  width: 100%;
}

.hlb-contact-page .contact-form-panel .wpcf7-form {
  display: grid;
  gap: 14px;
}

.hlb-contact-page .contact-form-panel .wpcf7-form p {
  display: grid;
  gap: 14px;
}

.hlb-contact-page .contact-form-panel .wpcf7-form-control-wrap {
  display: block;
}

.hlb-contact-page .contact-form-panel input:not([type="submit"]),
.hlb-contact-page .contact-form-panel textarea,
.hlb-contact-page .contact-form-panel select {
  width: 100%;
  min-height: 54px;
  padding: 15px 16px;
  border: 1px solid #cdd6eb;
  border-radius: 12px;
  background: #fff;
  color: #18233a;
  font-family: inherit;
  font-size: 15px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.hlb-contact-page .contact-form-panel textarea {
  min-height: 170px;
  resize: vertical;
}

.hlb-contact-page .contact-form-panel input:focus,
.hlb-contact-page .contact-form-panel textarea:focus,
.hlb-contact-page .contact-form-panel select:focus {
  outline: none;
  border-color: rgba(33, 64, 154, .54);
  box-shadow: 0 0 0 4px rgba(33, 64, 154, .10);
}

.hlb-contact-page .contact-form-panel .wpcf7-submit {
  min-width: 220px;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--brand-dark);
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
  box-shadow: 0 14px 24px rgba(255, 194, 15, .24);
}

.hlb-contact-page .contact-form-panel .wpcf7-submit:hover {
  transform: translateY(-2px);
  filter: brightness(.98);
}

.hlb-contact-page .contact-form-panel .wpcf7-spinner {
  margin: 0 0 0 10px;
}

.hlb-contact-page .contact-form-panel .wpcf7-response-output {
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .72);
}

.hlb-contact-page .contact-bottom-cta .cta-box {
  padding: 34px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--brand-dark) 0%, #1f3476 100%);
  box-shadow: 0 22px 40px rgba(36, 54, 120, .14);
}

.hlb-contact-page .contact-bottom-cta h2,
.hlb-contact-page .contact-bottom-cta p {
  color: #fff;
}

.hlb-contact-page .contact-bottom-cta p {
  color: rgba(255, 255, 255, .86);
}

@media (max-width: 980px) {
  .hlb-contact-page .contact-hero-grid,
  .hlb-contact-page .contact-main-grid,
  .hlb-contact-page .contact-bottom-cta .cta-box {
    grid-template-columns: 1fr;
  }

  .hlb-contact-page .contact-form-shell,
  .hlb-contact-page .contact-info-card {
    padding: 24px;
  }
}

@media (max-width: 680px) {
  .hlb-contact-page .contact-hero {
    padding: 22px 0 42px;
  }

  .hlb-contact-page .page-breadcrumb {
    font-size: 13px;
  }

  .hlb-contact-page .contact-hero-panel,
  .hlb-contact-page .contact-form-panel {
    padding: 18px;
  }

  .hlb-contact-page .contact-map-card,
  .hlb-contact-page .contact-map-card iframe {
    min-height: 220px;
  }

  .hlb-contact-page .contact-form-panel .wpcf7-submit {
    width: 100%;
  }
}


/* ===== B2B Contact Form v177 ===== */
.hlb-contact-page .hlb-form-notice {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.hlb-contact-page .hlb-form-notice--success {
  border: 1px solid rgba(34, 197, 94, .28);
  background: rgba(34, 197, 94, .10);
  color: #14532d;
}

.hlb-contact-page .hlb-form-notice--error {
  border: 1px solid rgba(239, 68, 68, .28);
  background: rgba(239, 68, 68, .10);
  color: #7f1d1d;
}

.hlb-contact-page .hlb-b2b-form {
  display: grid;
  gap: 18px;
}

.hlb-contact-page .hlb-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.hlb-contact-page .hlb-form-field,
.hlb-contact-page .hlb-form-field-full,
.hlb-contact-page .hlb-form-checks {
  display: grid;
  gap: 8px;
}

.hlb-contact-page .hlb-form-field-full,
.hlb-contact-page .hlb-form-checks {
  grid-column: 1 / -1;
}

.hlb-contact-page .hlb-b2b-form label,
.hlb-contact-page .hlb-form-checks > span {
  color: var(--brand-dark);
  font-size: 14px;
  font-weight: 800;
}

.hlb-contact-page .hlb-required {
  color: #dc2626;
}

.hlb-contact-page .hlb-b2b-form input[type="text"],
.hlb-contact-page .hlb-b2b-form input[type="tel"],
.hlb-contact-page .hlb-b2b-form input[type="email"],
.hlb-contact-page .hlb-b2b-form select,
.hlb-contact-page .hlb-b2b-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid #cdd6eb;
  border-radius: 12px;
  background: #fff;
  color: #18233a;
  font-family: inherit;
  font-size: 15px;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.hlb-contact-page .hlb-b2b-form textarea {
  min-height: 150px;
  resize: vertical;
}

.hlb-contact-page .hlb-b2b-form input:focus,
.hlb-contact-page .hlb-b2b-form select:focus,
.hlb-contact-page .hlb-b2b-form textarea:focus {
  outline: none;
  border-color: rgba(33, 64, 154, .54);
  box-shadow: 0 0 0 4px rgba(33, 64, 154, .10);
}

.hlb-contact-page .hlb-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hlb-contact-page .hlb-checkbox-grid label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 13px;
  border: 1px solid #dbe3f4;
  border-radius: 12px;
  background: #fff;
  color: #35435f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
}

.hlb-contact-page .hlb-checkbox-grid input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--yellow);
  flex: 0 0 auto;
}

.hlb-contact-page .hlb-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

.hlb-contact-page .hlb-form-submit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding-top: 4px;
}

.hlb-contact-page .hlb-form-submit-row button {
  min-height: 54px;
  min-width: 230px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--brand-dark);
  font-family: inherit;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 24px rgba(255, 194, 15, .24);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.hlb-contact-page .hlb-form-submit-row button:hover {
  transform: translateY(-2px);
  filter: brightness(.98);
  box-shadow: 0 18px 30px rgba(255, 194, 15, .30);
}

.hlb-contact-page .hlb-form-submit-row small {
  max-width: 360px;
  color: #5b6680;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 680px) {
  .hlb-contact-page .hlb-form-grid,
  .hlb-contact-page .hlb-checkbox-grid {
    grid-template-columns: 1fr;
  }

  .hlb-contact-page .hlb-form-submit-row button {
    width: 100%;
  }
}


/* ===== v178: visual cards + FAQ alignment + final contact polish ===== */
.service-directory .service-card.service-card-bg,
.industry-grid .industry-card.industry-card-bg {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-color: rgba(36, 54, 120, .16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(255, 255, 255, .82)),
    var(--card-bg) center/cover no-repeat;
  box-shadow: 0 16px 34px rgba(36, 54, 120, .08);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.service-directory .service-card.service-card-bg::before,
.industry-grid .industry-card.industry-card-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 194, 15, .18), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.88));
  pointer-events: none;
}

.service-directory .service-card.service-card-bg::after,
.industry-grid .industry-card.industry-card-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--card-bg) center/cover no-repeat;
  transform: scale(1.02);
  transition: transform .28s ease;
}

.service-directory .service-card.service-card-bg:hover,
.industry-grid .industry-card.industry-card-bg:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 194, 15, .72);
  box-shadow: 0 22px 44px rgba(36, 54, 120, .14);
}

.service-directory .service-card.service-card-bg:hover::after,
.industry-grid .industry-card.industry-card-bg:hover::after {
  transform: scale(1.08);
}

.service-directory .service-card.service-card-bg h3,
.industry-grid .industry-card.industry-card-bg h3 {
  color: #071735;
  text-shadow: 0 1px 0 rgba(255,255,255,.42);
}

.service-directory .service-card.service-card-bg p,
.industry-grid .industry-card.industry-card-bg p {
  color: #26344f;
}

.service-directory .service-card.service-card-bg a {
  color: var(--brand-dark);
}

.section-head.section-head-single {
  display: block;
  max-width: 860px;
  margin-right: auto;
  margin-bottom: 26px;
}

.section-head.section-head-single h2 {
  max-width: 820px;
}

.section-head.section-head-single p {
  max-width: 720px;
  margin-top: 12px;
}

.page-template-page-nganh-hang .faq-section .faq-list,
.page-template-page-case-study .faq-section .faq-list {
  max-width: 920px;
  margin: 0;
}

.hlb-contact-page .contact-card-kicker,
.hlb-contact-page .contact-panel-kicker {
  background: rgba(255, 194, 15, .20);
}

@media (max-width: 767px) {
  .section-head.section-head-single {
    max-width: 100%;
  }
}


/* v179: make FAQ sections use full content width on Industry and Case Study pages */
.page-template-page-nganh-hang #industry-faq .section-head.section-head-single,
.page-template-page-case-study .faq-section .section-head.section-head-single {
  max-width: 100%;
  width: 100%;
}

.page-template-page-nganh-hang #industry-faq .section-head.section-head-single h2,
.page-template-page-case-study .faq-section .section-head.section-head-single h2 {
  max-width: 100%;
}

.page-template-page-nganh-hang #industry-faq .section-head.section-head-single p,
.page-template-page-case-study .faq-section .section-head.section-head-single p {
  max-width: 920px;
}

.page-template-page-nganh-hang #industry-faq .faq-list,
.page-template-page-case-study .faq-section .faq-list {
  width: 100%;
  max-width: none;
  margin: 0;
}

.page-template-page-nganh-hang #industry-faq .faq-list details,
.page-template-page-case-study .faq-section .faq-list details {
  width: 100%;
}


/* v180: fix B2B contact checkbox cards */
.hlb-contact-page .contact-form-panel .hlb-checkbox-grid {
  align-items: stretch;
}

.hlb-contact-page .contact-form-panel .hlb-checkbox-grid label {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  min-height: 64px;
  width: 100%;
  box-sizing: border-box;
  white-space: normal;
}

.hlb-contact-page .contact-form-panel .hlb-checkbox-grid input[type="checkbox"] {
  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  flex: 0 0 18px !important;
  display: inline-block !important;
  padding: 0 !important;
  margin: 2px 0 0 !important;
  border-radius: 4px;
  box-shadow: none !important;
  accent-color: var(--yellow);
}

.hlb-contact-page .contact-form-panel .hlb-checkbox-grid label > span {
  flex: 1 1 auto;
  min-width: 0;
  color: #35435f;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  white-space: normal;
  overflow-wrap: anywhere;
}

.hlb-contact-page .contact-form-panel .hlb-checkbox-grid input[type="checkbox"]:focus {
  outline: 2px solid rgba(33, 64, 154, .25);
  outline-offset: 2px;
  border-color: #cdd6eb;
  box-shadow: none !important;
}


/* v182: raise shared road-freight hero image and improve hero text contrast */
.subpage-hero.shared-logistics-hero {
  isolation: isolate;
  background:
    linear-gradient(90deg,
      rgba(7, 20, 47, .60) 0%,
      rgba(7, 20, 47, .48) 40%,
      rgba(7, 20, 47, .29) 72%,
      rgba(7, 20, 47, .18) 100%),
    linear-gradient(180deg, rgba(7, 20, 47, .06), rgba(7, 20, 47, .16)),
    url("https://hlbvietnam.com/wp-content/uploads/2026/07/hlb-van-chuyen-duong-bo-trung-quoc-viet-nam.webp") center 62% / cover no-repeat;
}

.subpage-hero.shared-logistics-hero .eyebrow {
  margin-bottom: 16px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-left: 4px solid var(--yellow);
  border-radius: 999px;
  background: rgba(7, 20, 47, .34);
  color: rgba(255, 255, 255, .98);
  box-shadow: 0 10px 26px rgba(7, 20, 47, .16);
  text-shadow: 0 2px 10px rgba(0, 0, 0, .28);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.subpage-hero.shared-logistics-hero h1 {
  color: #fff;
  text-shadow: 0 4px 22px rgba(0, 0, 0, .44);
}

.subpage-hero.shared-logistics-hero .hero-copy {
  color: rgba(255, 255, 255, .96);
  text-shadow: 0 3px 14px rgba(0, 0, 0, .35);
}

.subpage-hero.shared-logistics-hero .hero-note {
  color: rgba(255, 255, 255, .92);
  text-shadow: 0 2px 10px rgba(0, 0, 0, .30);
}

.subpage-hero.shared-logistics-hero .hero-note strong {
  color: #fff;
}

.subpage-hero.shared-logistics-hero .btn-secondary {
  background: rgba(255, 255, 255, .96);
  color: var(--brand-dark);
  border-color: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 24px rgba(7, 20, 47, .18);
}

.subpage-hero.shared-logistics-hero .service-map,
.subpage-hero.shared-logistics-hero .knowledge-panel {
  border-color: rgba(255, 255, 255, .52);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .88)),
    repeating-linear-gradient(90deg, rgba(56, 79, 159, .12) 0 2px, transparent 2px 28px),
    linear-gradient(135deg, rgba(247, 249, 255, .88), rgba(255, 194, 15, .82));
  box-shadow: 0 18px 45px rgba(7, 20, 47, .24);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

@media (max-width: 1024px) {
  .subpage-hero.shared-logistics-hero {
    background:
      linear-gradient(90deg,
        rgba(7, 20, 47, .64) 0%,
        rgba(7, 20, 47, .52) 46%,
        rgba(7, 20, 47, .34) 76%,
        rgba(7, 20, 47, .22) 100%),
      linear-gradient(180deg, rgba(7, 20, 47, .08), rgba(7, 20, 47, .18)),
      url("https://hlbvietnam.com/wp-content/uploads/2026/07/hlb-van-chuyen-duong-bo-trung-quoc-viet-nam.webp") center 66% / cover no-repeat;
  }
}

@media (max-width: 760px) {
  .subpage-hero.shared-logistics-hero {
    background:
      linear-gradient(180deg,
        rgba(7, 20, 47, .72) 0%,
        rgba(7, 20, 47, .60) 56%,
        rgba(7, 20, 47, .46) 100%),
      url("https://hlbvietnam.com/wp-content/uploads/2026/07/hlb-van-chuyen-duong-bo-trung-quoc-viet-nam.webp") center 68% / cover no-repeat;
  }

  .subpage-hero.shared-logistics-hero .eyebrow {
    padding: 7px 12px;
    font-size: 11px;
    letter-spacing: .07em;
  }
}

/* v185: keep the supported-channel marquee moving continuously */
@keyframes hlbChannelMoveContinuous {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-50% - 11px), 0, 0); }
}

.hlb-home-v150 .channel-track {
  animation: hlbChannelMoveContinuous 32s linear infinite !important;
  animation-play-state: running !important;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.hlb-home-v150 .channel-marquee:hover .channel-track {
  animation-play-state: running !important;
}

@media (prefers-reduced-motion: reduce) {
  .hlb-home-v150 .channel-track {
    animation: hlbChannelMoveContinuous 42s linear infinite !important;
  }
}
