/* Landing section styles generated from landing-pages.css.
   Do not edit by hand. Regenerate with: node tools/export-landing-design-to-theme.mjs */

.cnk-landing-page a { color: inherit; text-decoration: none; }
.cnk-landing-page .lp-breadcrumb a:hover,
.cnk-landing-page .lp-faq summary:hover { text-decoration: underline; }

:root {
  --lp-red: #6e1313;
  --lp-red-deep: #4c0d0d;
  --lp-blue: #2c6485;
  --lp-blue-deep: #173f59;
  --lp-gray: #58595b;
  --lp-ink: #202124;
  --lp-paper: #f4f5f5;
  --lp-white: #fff;
  --lp-line: #dce2e5;
  --lp-wrap: min(1180px, calc(100% - 40px));
  --lp-shell: min(1280px, calc(100% - 40px));
}
.lp-wrap { width: var(--lp-wrap); margin-inline: auto; }
.lp-breadcrumb {
  margin: 0;
  padding: 18px 0 0;
  color: #d7e3e9;
  font-size: 12px;
}
.lp-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp-breadcrumb li + li::before { content: "/"; margin-right: 8px; opacity: .6; }
.lp-breadcrumb a:hover { color: #fff; text-decoration: underline; }
.lp-hero {
  position: relative;
  overflow: clip;
  color: var(--lp-white);
  background: #0a1f34;
}
.lp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 5% 35%, rgba(110,19,19,.58), transparent 42%),
    linear-gradient(95deg, rgba(5,20,36,.98) 0%, rgba(18,56,82,.9) 58%, rgba(12,39,60,.5)),
    var(--cnk-img-banner-home, url("../images/home/banner-home.png")) 62% center / cover no-repeat;
}
.lp-hero::after {
  content: "";
  position: absolute;
  top: -42%;
  right: -12%;
  width: 52vw;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.18);
  transform: rotate(38deg);
}
.lp-hero .lp-wrap { position: relative; z-index: 1; }
.lp-hero__grid {
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(290px, .52fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
  padding: 62px 0 78px;
}
.lp-hero__grid > * { min-width: 0; }
.lp-kicker {
  margin: 0 0 14px;
  color: var(--lp-red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.lp-kicker--light { color: #f0caca; }
.lp-hero h1 {
  max-width: 860px;
  margin-bottom: 22px;
  font-size: clamp(40px, 4.2vw, 60px);
  letter-spacing: -.045em;
}
.lp-hero__lead {
  max-width: 720px;
  margin-bottom: 30px;
  color: #e1e9ed;
  font-size: 17px;
}
.lp-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.lp-button:not(.wp-block-button) {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}
.lp-button:not(.wp-block-button):hover { transform: translateY(-2px); }
.lp-button:not(.wp-block-button):active { transform: translateY(0) scale(.985); }
.lp-button.lp-button--primary:not(.wp-block-button) { color: #fff; background: var(--lp-red); box-shadow: 0 14px 30px rgba(110,19,19,.2); }
.lp-button--primary:not(.wp-block-button):hover { background: var(--lp-red-deep); }
.lp-button--outline:not(.wp-block-button) { color: var(--lp-red); background: transparent; border-color: var(--lp-red); }
.lp-button--outline:not(.wp-block-button):hover { color: #fff; background: var(--lp-red); }
.lp-button--light:not(.wp-block-button) { color: #fff; background: rgba(0,0,0,.12); border-color: rgba(255,255,255,.72); }
.lp-button--light:not(.wp-block-button):hover { background: rgba(255,255,255,.12); border-color: #fff; }
.lp-button--full:not(.wp-block-button) { width: 100%; }
.lp-hero__aside {
  padding: 28px;
  background: rgba(7,25,44,.54);
  border-top: 3px solid var(--lp-red);
  backdrop-filter: blur(10px);
}
.lp-hero__aside span {
  display: block;
  margin-bottom: 8px;
  color: #c5d5de;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.lp-hero__aside strong {
  display: block;
  margin-bottom: 12px;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  line-height: 1.3;
}
.lp-hero__aside p { margin: 0; color: #dbe5ea; font-size: 13px; }
.lp-section { padding: clamp(76px, 9vw, 118px) 0; }
.lp-section--soft { background: var(--lp-paper); }
.lp-section--blue {
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(255,255,255,.09), transparent 28%),
    var(--lp-blue-deep);
}
.lp-section__head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .6fr);
  gap: clamp(32px, 7vw, 92px);
  align-items: end;
  margin-bottom: 52px;
}
.lp-section__head h2 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -.035em;
}
.lp-section__head > p { max-width: 540px; margin: 0 0 4px; color: var(--lp-gray); }
.lp-section--blue .lp-section__head > p { color: #d4e0e6; }
.lp-pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--lp-line);
  border-bottom: 1px solid var(--lp-line);
}
.lp-pain-grid article { min-width: 0; padding: 32px 28px; }
.lp-pain-grid article + article { border-left: 1px solid var(--lp-line); }
.lp-index {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  color: #fff;
  background: var(--lp-blue);
  border-radius: 50%;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 700;
}
.lp-pain-grid article:nth-child(even) .lp-index { background: var(--lp-red); }
.lp-pain-grid h3 { margin-bottom: 12px; font-size: 21px; }
.lp-pain-grid p { margin: 0; color: var(--lp-gray); font-size: 14px; }
.lp-solution {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
  gap: clamp(44px, 8vw, 110px);
  align-items: start;
}
.lp-solution__intro {
  position: sticky;
  top: 122px;
}
.lp-solution__intro h2 { margin-bottom: 20px; font-size: clamp(34px, 3.7vw, 50px); }
.lp-solution__intro p { color: var(--lp-gray); }
.lp-steps { margin: 0; padding: 0; list-style: none; counter-reset: steps; border-top: 1px solid var(--lp-line); }
.lp-steps li {
  counter-increment: steps;
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px solid var(--lp-line);
}
.lp-steps li::before {
  content: "0" counter(steps);
  color: var(--lp-red);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}
.lp-steps h3 { margin-bottom: 8px; font-size: 21px; }
.lp-steps p { margin: 0; color: var(--lp-gray); font-size: 14px; }
.lp-role-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255,255,255,.22);
}
.lp-role-grid article,
.lp-role-grid > a {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  padding: 28px 26px;
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.lp-role-grid > a { transition: background-color 180ms ease; }
.lp-role-grid > a:hover { background: rgba(255,255,255,.07); }
.lp-role-grid article:nth-child(even),
.lp-role-grid > a:nth-child(even) { border-left: 1px solid rgba(255,255,255,.22); }
.lp-role-grid > :last-child:nth-child(odd) { grid-column: 1 / -1; }
.lp-role-grid span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--lp-red-deep);
  background: #fff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}
.lp-role-grid h3 { margin: 6px 0 8px; font-size: 19px; }
.lp-role-grid p { margin: 0; color: #d5e1e7; font-size: 13px; }
.lp-role-grid strong { display: block; margin-top: 12px; color: #fff; font-size: 12px; }
.lp-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.lp-related-card {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
  background: #fff;
  border-top: 3px solid var(--lp-blue);
  box-shadow: 0 14px 34px rgba(12,41,73,.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.lp-related-card:nth-child(even) { border-top-color: var(--lp-red); }
.lp-related-card:hover { transform: translateY(-4px); box-shadow: 0 22px 44px rgba(12,41,73,.12); }
.lp-related-card small { color: var(--lp-red); font-weight: 700; }
.lp-related-card h3 { margin: 16px 0 12px; font-size: 22px; }
.lp-related-card p { margin-bottom: 20px; color: var(--lp-gray); font-size: 13px; }
.lp-related-card strong { margin-top: auto; color: var(--lp-red); font-size: 13px; }
.lp-faq { max-width: 900px; }
.lp-faq details { border-top: 1px solid var(--lp-line); }
.lp-faq details:last-child { border-bottom: 1px solid var(--lp-line); }
.lp-faq summary {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  list-style: none;
}
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after { content: "+"; color: var(--lp-red); font-size: 22px; }
.lp-faq details[open] summary::after { content: "−"; }
.lp-faq details p { max-width: 760px; padding: 0 0 24px; color: var(--lp-gray); }
.lp-cta {
  color: #fff;
  background: linear-gradient(100deg, var(--lp-red-deep), var(--lp-red) 52%, #8d1b1b);
}
.lp-cta__inner {
  min-height: 230px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}
.lp-cta h2 { max-width: 780px; margin-bottom: 10px; font-size: clamp(32px, 4vw, 50px); }
.lp-cta p { max-width: 720px; margin: 0; color: #f0dada; }
.lp-cta .lp-button:not(.wp-block-button) { min-width: 270px; color: var(--lp-red); background: #fff; }
@media (max-width: 1080px) {

  .lp-hero__grid { grid-template-columns: 1fr; min-height: 0; gap: 34px; }

  .lp-hero__aside { max-width: 620px; }

  .lp-solution__intro { position: static; }

  .lp-related-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {

  :root {
    --lp-wrap: min(calc(100% - 32px), 560px);
    --lp-shell: min(calc(100% - 32px), 560px);
  }

  .lp-breadcrumb { padding-top: 14px; }

  .lp-hero__grid { padding: 44px 0 64px; }

  .lp-hero h1 { font-size: clamp(34px, 10vw, 43px); overflow-wrap: break-word; }

  .lp-hero__lead { font-size: 16px; }

  .lp-hero__aside { padding: 22px; }

  .lp-actions { align-items: stretch; flex-direction: column; }

  .lp-actions .lp-button:not(.wp-block-button) { width: 100%; }

  .lp-section { padding: 72px 0; }

  .lp-section__head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 38px; }

  .lp-section__head h2,
  .lp-solution__intro h2 { font-size: 32px; overflow-wrap: break-word; }

  .lp-pain-grid article + article,
  .lp-role-grid article:nth-child(even),
  .lp-role-grid > a:nth-child(even) { border-top: 1px solid var(--lp-line); border-left: 0; }

  .lp-role-grid article:nth-child(even),
  .lp-role-grid > a:nth-child(even) { border-color: rgba(255,255,255,.22); }

  .lp-steps li { grid-template-columns: 48px 1fr; gap: 12px; }

  .lp-related-card { min-height: 210px; }

  .lp-cta__inner { grid-template-columns: 1fr; gap: 24px; padding: 48px 0; }

  .lp-cta .lp-button:not(.wp-block-button) { width: 100%; min-width: 0; }
}

/* --- bù khác biệt giữa markup demo và markup block WordPress --- */

/* GeneratePress là classic theme nên core/group sinh thêm một lớp bọc.
   Cho nó biến mất khỏi dòng chảy layout để grid và flex bên ngoài vẫn ăn con thật. */
.cnk-landing-page .wp-block-group__inner-container { display: contents; }

/* Nút dạng chữ đặt trên hero nền tối phải sáng màu; mặc định nó lấy màu mực đậm
   nên nằm trên nền xanh gần như không đọc được. */
.cnk-landing-page .lp-hero .lp-button--link .wp-block-button__link,
.cnk-landing-page .sv-cta .lp-button--link .wp-block-button__link,
.cnk-landing-page .lp-cta .lp-button--link .wp-block-button__link {
  color: #e6eef3;
  background: none;
  border-color: transparent;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cnk-landing-page .lp-hero .lp-button--link .wp-block-button__link:hover,
.cnk-landing-page .sv-cta .lp-button--link .wp-block-button__link:hover,
.cnk-landing-page .lp-cta .lp-button--link .wp-block-button__link:hover { color: #fff; }

/* Demo dùng thẻ a.lp-button, block dùng div.wp-block-button > a.wp-block-button__link. */
.cnk-landing-page .wp-block-buttons { display: flex; flex-wrap: wrap; gap: 14px; margin: 0; }
.cnk-landing-page .wp-block-button { margin: 0; }
.cnk-landing-page .wp-block-button__link {
  min-height: 50px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 0 22px; border-radius: 4px;
  font-weight: 700; line-height: 1.3;
  text-decoration: none; border: 1px solid transparent; transition: 0.2s ease;
}
.cnk-landing-page .lp-button--primary .wp-block-button__link { color: #fff; background: var(--lp-red); }
.cnk-landing-page .lp-button--primary .wp-block-button__link:hover { background: var(--lp-red-deep); }
.cnk-landing-page .lp-button--light .wp-block-button__link { color: #fff; background: transparent; border-color: rgba(255,255,255,0.55); }
.cnk-landing-page .lp-button--light .wp-block-button__link:hover { background: rgba(255,255,255,0.12); }
.cnk-landing-page .lp-button--outline .wp-block-button__link { color: var(--lp-red); background: transparent; border-color: var(--lp-red); }
.cnk-landing-page .lp-button--outline .wp-block-button__link:hover { color: #fff; background: var(--lp-red); }
.cnk-landing-page .lp-button--white .wp-block-button__link { color: var(--lp-red); background: #fff; }
.cnk-landing-page .lp-button--link .wp-block-button__link { padding: 0; color: var(--lp-red); background: none; font-size: 13px; }

/* Demo dùng ol.lp-steps > li, block dùng article.lp-step. */
.cnk-landing-page .lp-steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.cnk-landing-page .lp-step {
  display: grid; grid-template-columns: 56px 1fr; align-items: start;
  gap: 4px 18px; padding: 22px 0; border-top: 1px solid var(--lp-line);
}
.cnk-landing-page .lp-step:first-child { border-top: 0; }
.cnk-landing-page .lp-step .lp-index { grid-row: span 2; margin: 0; color: var(--lp-red); font-size: 13px; font-weight: 800; }
.cnk-landing-page .lp-step h3 { margin: 0; font-size: 17px; }
.cnk-landing-page .lp-step p { margin: 0; color: var(--lp-gray); font-size: 14px; }

/* Demo dùng span + div lồng nhau trong mỗi thẻ phạm vi; block sinh ba phần tử anh em
   nên grid của bản demo xếp mỗi phần tử vào một cột và bóp chữ thành cột hẹp. */
.cnk-landing-page .lp-role {
  display: grid; grid-template-columns: 34px 1fr; align-items: start;
  gap: 4px 14px; padding: 18px 0;
}
.cnk-landing-page .lp-role .lp-index {
  grid-row: span 3; margin: 0;
  display: flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(6,29,61,0.08); font-size: 11px; font-weight: 800;
}
.cnk-landing-page .lp-role h3 { margin: 0; font-size: 16px; }
.cnk-landing-page .lp-role p { margin: 0; font-size: 13px; color: var(--lp-gray); }

/* Cùng bộ class lp-role dùng cho cả nền trắng lẫn dải xanh. Màu sáng chỉ được
   áp trong dải xanh, nếu không chữ sẽ trắng trên nền trắng. */
.cnk-landing-page .lp-section--blue .lp-role .lp-index { background: rgba(255,255,255,0.14); }
.cnk-landing-page .lp-section--blue .lp-role p { color: #d4e0e6; }
.cnk-landing-page .lp-role__link { font-weight: 700; }

/* Demo dùng a.lp-related-card, block dùng div chứa một nút dạng link. */
.cnk-landing-page .lp-related-card { display: flex; flex-direction: column; gap: 8px; }
.cnk-landing-page .lp-related-card__label { margin: 0; color: var(--lp-red); font-size: 12px; font-weight: 700; }
.cnk-landing-page .lp-related-card h3 { margin: 0; font-size: 18px; }
.cnk-landing-page .lp-related-card p { margin: 0; color: var(--lp-gray); font-size: 14px; }
.cnk-landing-page .lp-related-card__actions { margin-top: auto; padding-top: 12px; }

/* core/details thay cho details trần trong bản demo. */
.cnk-landing-page .lp-faq .wp-block-details { border-bottom: 1px solid var(--lp-line); padding: 18px 0; }
.cnk-landing-page .lp-faq summary { cursor: pointer; font-weight: 700; list-style: none; }
.cnk-landing-page .lp-faq summary::-webkit-details-marker { display: none; }
.cnk-landing-page .lp-faq p { margin: 12px 0 0; color: var(--lp-gray); font-size: 14px; }

/* Kicker và index là thẻ p trong block, không phải span. */
.cnk-landing-page .lp-kicker { margin: 0 0 14px; }
.cnk-landing-page .lp-pain-grid .lp-index { margin: 0 0 22px; color: #fff; font-size: 11px; font-weight: 700; }

/* Breadcrumb là một đoạn văn thay vì nav>ol. */
/* Breadcrumb nằm ngay trên tiêu đề trong cột nội dung hero, không còn là một
   dòng riêng phía trên lưới — trước đây khoảng cách tới H1 dao động 72–144px
   tuỳ chiều cao hero vì lưới căn giữa theo chiều dọc. */
/* Breadcrumb nằm ngay trên H1 trong cột nội dung hero. Trước đây nó là một dòng
   riêng phía trên lưới hero nên cách tiêu đề 72–144px tuỳ chiều cao hero. */
.cnk-landing-page .lp-hero__body .lp-breadcrumb { margin: 0 0 2px; }
.cnk-landing-page .lp-hero__body h1 { margin-top: 0; }
.cnk-landing-page .lp-breadcrumb { margin: 0 0 4px; padding: 0; font-size: 12px; color: #d7e3e9; }
.cnk-landing-page .lp-breadcrumb a { color: inherit; }
.cnk-landing-page .lp-breadcrumb a:hover { color: #fff; text-decoration: underline; }
.cnk-landing-page .lp-breadcrumb span { margin: 0 8px; opacity: 0.5; }

/* Thẻ bên trong hero: demo dùng span/strong, block dùng p + h2. */
.cnk-landing-page .lp-hero__aside-label { margin: 0 0 8px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.75; }
.cnk-landing-page .lp-hero__aside-title { margin: 0 0 10px; font-size: 18px; }

/* --- trang việc làm --- */
.cnk-landing-page .cnk-form-layout { display: grid; grid-template-columns: minmax(0, 380px) minmax(0, 1fr); gap: 46px; align-items: start; }
.cnk-landing-page .cnk-form-intro h2 { margin: 0 0 12px; }
.cnk-landing-page .cnk-form-intro p { color: var(--lp-gray); }
.cnk-landing-page .cnk-form-intro ul { margin: 18px 0 0; padding-left: 18px; color: var(--lp-gray); font-size: 14px; line-height: 1.9; }
.cnk-landing-page .wpcf7 { padding: 28px; border: 1px solid var(--lp-line); border-radius: 8px; background: #fff; }
.cnk-landing-page .wpcf7 label { display: block; margin-bottom: 16px; font-size: 13px; font-weight: 700; }
.cnk-landing-page .wpcf7 p { margin: 0; }
.cnk-landing-page .wpcf7 input[type=text], .cnk-landing-page .wpcf7 input[type=email], .cnk-landing-page .wpcf7 input[type=tel],
.cnk-landing-page .wpcf7 select, .cnk-landing-page .wpcf7 textarea, .cnk-landing-page .wpcf7 input[type=file] {
  width: 100%; margin-top: 6px; padding: 11px 13px;
  border: 1px solid var(--lp-line); border-radius: 4px;
  font: inherit; font-weight: 400; background: #fff;
}
.cnk-landing-page .wpcf7 textarea { min-height: 130px; resize: vertical; }
.cnk-landing-page .wpcf7 input[type=submit] {
  padding: 14px 24px; border: 0; border-radius: 4px;
  background: var(--lp-red); color: #fff; font-size: 14px; font-weight: 700; cursor: pointer;
}
.cnk-landing-page .wpcf7 input[type=submit]:hover { background: var(--lp-red-deep); }
@media (max-width: 900px) {
  .cnk-landing-page .cnk-form-layout { grid-template-columns: 1fr; gap: 28px; }
}
.cnk-landing-page .about-proof__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-top: 30px; }
.cnk-landing-page .about-proof__item { padding: 24px 20px; border-top: 3px solid var(--lp-red); background: #fff; box-shadow: 0 8px 24px rgba(6,29,61,0.06); }
.cnk-landing-page .about-proof__value { margin: 0; font: 800 2.1rem/1.1 Manrope, sans-serif; color: var(--lp-blue-deep); }
.cnk-landing-page .about-proof__label { margin: 8px 0 0; color: var(--lp-gray); font-size: 13px; line-height: 1.6; }
@media (max-width: 900px) { .cnk-landing-page .about-proof__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .cnk-landing-page .about-proof__grid { grid-template-columns: 1fr; } }
/* Nội dung block đặt tên lớp là jobs-facet-grid, bản demo là jobs-positioning__grid:
   bốn cột ngang có vạch ngăn, không phải hai cột rời. */
.cnk-landing-page .jobs-facet-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.cnk-landing-page .jobs-facet { min-width: 0; display: flex; flex-direction: column; gap: 4px; padding: 30px 24px; }
.cnk-landing-page .jobs-facet + .jobs-facet { border-left: 1px solid var(--lp-line); }
.cnk-landing-page .jobs-facet__label { margin: 0; color: var(--lp-red); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
/* Nhận cả h2 lẫn h3: bốn thẻ này nằm ngay sau H1 nên phải là H2 mới không nhảy
   cấp, nhưng nội dung cũ vẫn đang dùng h3. */
.cnk-landing-page .jobs-facet h2, .cnk-landing-page .jobs-facet h3 { margin: 0; font-size: 18px; }
.cnk-landing-page .jobs-facet p { margin: 0; color: var(--lp-gray); font-size: 14px; }
@media (max-width: 980px) { .cnk-landing-page .jobs-facet-grid { grid-template-columns: 1fr 1fr; } .cnk-landing-page .jobs-facet:nth-child(odd) { border-left: 0; } }
@media (max-width: 700px) { .cnk-landing-page .jobs-facet-grid { grid-template-columns: 1fr; } .cnk-landing-page .jobs-facet + .jobs-facet { border-left: 0; border-top: 1px solid var(--lp-line); } }
.cnk-landing-page .jobs-note { margin: 18px 0 0; color: var(--lp-gray); font-size: 13px; font-style: italic; }
.cnk-landing-page .jobs-cv-cta .lp-wrap { max-width: 760px; }
.cnk-landing-page .jobs-profile .lp-wrap { max-width: 820px; }
@media (max-width: 700px) {
  .cnk-landing-page .jobs-embed iframe { height: 1500px; }
}

/* WordPress tự chèn lề dọc cho block; bỏ để khoảng cách do thiết kế quyết định. */
.cnk-landing-page > section { margin: 0; }


/* --- màu chữ trong khối nền tối ---
   Ba khối dưới đây đặt `color` ở container và trông cậy vào kế thừa. Bản demo
   tĩnh không có theme cha nên vẫn đúng, còn trên site thật GeneratePress khai
   báo màu cho chính thẻ h1/h2/h3 — khai báo trực tiếp luôn thắng kế thừa, nên
   tiêu đề bị đen chìm vào nền. Đặt màu thẳng lên heading để hết phụ thuộc. */
.lp-hero h1, .lp-hero h2, .lp-hero h3, .lp-hero h4,
.lp-section--blue h1, .lp-section--blue h2, .lp-section--blue h3, .lp-section--blue h4,
.lp-cta h1, .lp-cta h2, .lp-cta h3, .lp-cta h4 { color: #fff; }
.lp-hero__aside strong, .lp-section--blue strong, .lp-cta strong { color: #fff; }


/* Màu chữ nền của trang landing. `.cnk-core-page` đặt #14243a cho bố cục lõi
   tiếng Anh, nhưng bản demo landing dùng #202124 — lệch này lan ra mọi đoạn văn. */
.cnk-landing-page { color: var(--lp-ink); }
