/* Trang dịch vụ xây dựng thương hiệu cá nhân trên LinkedIn.
   Dùng lại hero tối + thẻ "Phù hợp với" (sv-hero-card), ghi chú hero (sv-note),
   tiêu đề giữa (hb-head) và dải CTA đỏ (sv-cta). Phần riêng: minh hoạ hồ sơ
   LinkedIn dựng bằng HTML, lưới tám thẻ năng lực và khối kết quả hai cột. */

/* --- minh hoạ hồ sơ LinkedIn --- */
.cnk-landing-page .pb-mock { padding: 14px; border-radius: 10px; background: #fff; box-shadow: 0 18px 40px rgba(6,29,61,.22); }
.cnk-landing-page .pb-mock__bar { display: flex; align-items: center; gap: 10px; padding-bottom: 12px; border-bottom: 1px solid #e6ecef; }
.cnk-landing-page .pb-mock__logo { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 4px; background: #0a66c2; color: #fff; font: 800 11px Manrope, sans-serif; }
.cnk-landing-page .pb-mock__search { flex: 1; height: 18px; border-radius: 9px; background: #eef2f5; }
.cnk-landing-page .pb-mock__cover { height: 56px; margin-top: 12px; border-radius: 6px; background: linear-gradient(105deg, #0d2d4e, #2c6485); }
.cnk-landing-page .pb-mock__id { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 12px; align-items: center; margin-top: -22px; padding: 0 4px; }
.cnk-landing-page .pb-mock__avatar { width: 52px; height: 52px; border: 3px solid #fff; border-radius: 50%; background: #c8d2da; }
.cnk-landing-page .pb-mock__lines { display: grid; gap: 6px; padding-top: 24px; }
.cnk-landing-page .pb-mock__lines i { display: block; height: 8px; border-radius: 4px; background: #dde4e9; }
.cnk-landing-page .pb-mock__lines i:first-child { width: 58%; height: 11px; background: #061d3d; }
.cnk-landing-page .pb-mock__lines i:nth-child(2) { width: 82%; }
.cnk-landing-page .pb-mock__lines i:last-child { width: 40%; background: #6e1313; opacity: .55; }
.cnk-landing-page .pb-mock__blocks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.cnk-landing-page .pb-mock__block { padding: 10px; border: 1px solid #e6ecef; border-radius: 6px; }
.cnk-landing-page .pb-mock__block span { display: block; margin-bottom: 8px; color: #061d3d; font-size: 9.5px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.cnk-landing-page .pb-mock__block i { display: block; height: 6px; margin-bottom: 6px; border-radius: 3px; background: #e6ecef; }
.cnk-landing-page .pb-mock__block i:last-child { width: 65%; margin-bottom: 0; }

/* --- lưới tám thẻ năng lực --- */
.cnk-landing-page .pb-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cnk-landing-page .pb-card { padding: 26px 20px; border: 1px solid var(--lp-line); border-radius: 10px; background: #fff; text-align: center; }
.cnk-landing-page .pb-card svg { display: block; width: 40px; height: 40px; margin: 0 auto 16px; fill: none; stroke: var(--lp-red); stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.cnk-landing-page .pb-card strong { display: block; margin-bottom: 10px; color: #061d3d; font-size: 13px; font-weight: 700; line-height: 1.4; }
.cnk-landing-page .pb-card p { margin: 0; color: var(--lp-gray); font-size: 11.5px; line-height: 1.7; }

/* --- kết quả sau khi triển khai --- */
.cnk-landing-page .pb-result { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: 40px; align-items: center; }
.cnk-landing-page .pb-result h2 { margin: 0 0 18px; padding-bottom: 12px; position: relative; color: #061d3d; font: 800 1.25rem/1.4 Manrope, sans-serif; }
.cnk-landing-page .pb-result h2::after { content: ""; position: absolute; left: 0; bottom: 0; width: 40px; height: 3px; background: var(--lp-red); }
.cnk-landing-page .pb-result ul { margin: 0; padding: 0; list-style: none; }
.cnk-landing-page .pb-result li { position: relative; padding: 9px 0 9px 30px; color: #33455f; font-size: 12.5px; line-height: 1.65; }
.cnk-landing-page .pb-result li::before {
  content: "✓"; position: absolute; left: 0; top: 9px; display: grid; place-items: center;
  width: 19px; height: 19px; border-radius: 50%; background: var(--lp-red); color: #fff; font-size: 10px; font-weight: 800;
}

/* --- khổ hẹp --- */
@media (max-width: 1100px) {
  .cnk-landing-page .pb-grid { grid-template-columns: repeat(2, 1fr); }
  .cnk-landing-page .pb-result { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 620px) {
  .cnk-landing-page .pb-grid { grid-template-columns: 1fr; }
  .cnk-landing-page .pb-mock__blocks { grid-template-columns: 1fr; }
}
