/* Trang gửi yêu cầu tuyển dụng (hiring brief).
   Bố cục theo mockup: hero nửa tối nửa ảnh, hai cột với biểu mẫu bốn phần bên
   phải, dải năm bước sau khi gửi, ba cột cam kết / hỏi đáp / thẻ chuyên gia. */

/* --- hero gọn, nửa chữ nửa ảnh --- */
.cnk-landing-page .br-hero .lp-hero__grid { min-height: 0; gap: clamp(32px, 5vw, 64px); padding: 40px 0 52px; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .8fr); }
.cnk-landing-page .br-hero__media img { display: block; width: 100%; height: 100%; max-height: 330px; border-radius: 12px; object-fit: cover; }

.cnk-landing-page .br-section { padding: 46px 0; background: #fff; }
.cnk-landing-page .br-section--soft { padding: 40px 0; background: #f5f7f9; }
.cnk-landing-page .br-title { margin: 0 0 22px; padding-bottom: 12px; position: relative; color: #061d3d; font: 800 1.3rem/1.35 Manrope, sans-serif; }
.cnk-landing-page .br-title::after { content: ""; position: absolute; left: 0; bottom: 0; width: 40px; height: 3px; background: var(--lp-red); }

/* --- hai cột chính --- */
.cnk-landing-page .br-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.5fr); gap: 26px; align-items: start; }

/* Bốn lý do */
.cnk-landing-page .br-reason { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 14px; margin-bottom: 14px; padding: 18px; border: 1px solid var(--lp-line); border-radius: 10px; background: #fff; }
.cnk-landing-page .br-reason__icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: #fbeeee; }
.cnk-landing-page .br-reason__icon svg { width: 21px; height: 21px; fill: none; stroke: var(--lp-red); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.cnk-landing-page .br-reason strong { display: block; margin-bottom: 5px; color: #061d3d; font-size: 13.5px; font-weight: 700; }
.cnk-landing-page .br-reason p { margin: 0; color: var(--lp-gray); font-size: 12px; line-height: 1.65; }

/* Thẻ chuẩn bị gì */
.cnk-landing-page .br-prepare { margin-top: 22px; padding: 22px; border: 1px solid var(--lp-line); border-radius: 10px; background: #fff; }
.cnk-landing-page .br-prepare h3 { margin: 0 0 8px; color: #061d3d; font: 800 1.05rem Manrope, sans-serif; }
.cnk-landing-page .br-prepare > p { margin: 0 0 14px; color: var(--lp-gray); font-size: 12.5px; line-height: 1.7; }
.cnk-landing-page .br-prepare ul { margin: 0; padding: 0; list-style: none; }
.cnk-landing-page .br-prepare li { position: relative; padding: 7px 0 7px 24px; border-bottom: 1px solid var(--lp-line); color: #33455f; font-size: 12.5px; }
.cnk-landing-page .br-prepare li:last-child { border-bottom: 0; }
.cnk-landing-page .br-prepare li::before { content: "✓"; position: absolute; left: 0; top: 7px; color: var(--lp-red); font-weight: 800; }
.cnk-landing-page .br-hint { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 10px; margin-top: 14px; padding: 12px 14px; border-radius: 6px; background: #f3f6f8; }
.cnk-landing-page .br-hint svg { width: 16px; height: 16px; margin-top: 1px; fill: none; stroke: var(--lp-red); stroke-width: 1.6; }
.cnk-landing-page .br-hint p { margin: 0; color: var(--lp-gray); font-size: 11.5px; line-height: 1.6; }

/* --- thẻ biểu mẫu --- */
.cnk-landing-page .br-form { padding: 28px; border: 1px solid var(--lp-line); border-radius: 10px; background: #fff; }
.cnk-landing-page .br-form > h2 { margin: 0 0 22px; color: #061d3d; font: 800 1.15rem Manrope, sans-serif; letter-spacing: .04em; }
.cnk-landing-page .br-form .wpcf7, .cnk-landing-page .br-form .br-cf7 { margin: 0; padding: 0; border: 0; background: none; box-shadow: none; }
.cnk-landing-page .br-fieldset { margin-bottom: 22px; }
.cnk-landing-page .br-legend { margin: 0 0 14px; color: #061d3d; font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.cnk-landing-page .br-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px 14px; }
.cnk-landing-page .br-field { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.cnk-landing-page .br-field--half { grid-column: span 1; }
.cnk-landing-page .br-field--wide { grid-column: span 2; }
.cnk-landing-page .br-field--full { grid-column: 1 / -1; }
.cnk-landing-page .br-field label { color: #33455f; font-size: 11.5px; font-weight: 600; }
.cnk-landing-page .br-req { color: var(--lp-red); }
.cnk-landing-page .br-field input[type="text"],
.cnk-landing-page .br-field input[type="email"],
.cnk-landing-page .br-field input[type="tel"],
.cnk-landing-page .br-field input[type="number"],
.cnk-landing-page .br-field select,
.cnk-landing-page .br-field textarea {
  width: 100%; min-height: 40px; padding: 9px 12px;
  border: 1px solid var(--lp-line); border-radius: 5px; background: #fff;
  color: #14243a; font: inherit; font-size: 12.5px;
}
.cnk-landing-page .br-field textarea { height: 62px; min-height: 62px; resize: vertical; line-height: 1.6; }
.cnk-landing-page .br-field input:focus-visible,
.cnk-landing-page .br-field select:focus-visible,
.cnk-landing-page .br-field textarea:focus-visible { outline: none; border-color: var(--lp-blue); box-shadow: 0 0 0 3px rgba(44,100,133,.16); }
.cnk-landing-page .br-field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2358595b' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 11px center; background-size: 15px; padding-right: 32px; }

/* Ba lựa chọn mức độ bảo mật */
.cnk-landing-page .br-privacy .wpcf7-radio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.cnk-landing-page .br-privacy .wpcf7-list-item { margin: 0; }
.cnk-landing-page .br-privacy .wpcf7-list-item label { display: flex; align-items: center; gap: 9px; padding: 11px 13px; border: 1px solid var(--lp-line); border-radius: 6px; color: #061d3d; font-size: 12.5px; font-weight: 600; cursor: pointer; }
.cnk-landing-page .br-privacy input[type="radio"] { width: 15px; height: 15px; accent-color: var(--lp-red); }
.cnk-landing-page .br-privacy__hints { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 6px !important; }
.cnk-landing-page .br-privacy__hints span { color: var(--lp-gray); font-size: 11px; line-height: 1.5; }

/* Ba ô đính kèm */
.cnk-landing-page .br-uploads { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.cnk-landing-page .br-upload { position: relative; padding: 14px 40px 14px 14px; border: 1px solid var(--lp-line); border-radius: 6px; background: #fff; }
.cnk-landing-page .br-upload input[type="file"] { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.cnk-landing-page .br-upload strong { display: block; margin-bottom: 3px; color: #061d3d; font-size: 12.5px; font-weight: 700; }
.cnk-landing-page .br-upload span { color: #9aa4ae; font-size: 10.5px; }
.cnk-landing-page .br-upload::after {
  content: ""; position: absolute; top: 50%; right: 14px; width: 18px; height: 18px; transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e1313' stroke-width='1.6' stroke-linecap='round'%3E%3Cpath d='M7 18a4 4 0 0 1-.6-7.96A6 6 0 0 1 17.7 9.2 3.5 3.5 0 0 1 17.5 18H16'/%3E%3Cpath d='M12 12v6M9 15l3-3 3 3'/%3E%3C/svg%3E") center / contain no-repeat;
}
/* Đổi màu viền khi đã đính kèm — script cv-upload.js thay tên tệp vào chỗ tiêu đề. */
.cnk-landing-page .br-upload.is-dragging { border-color: var(--lp-red); background: #fdf6f6; }
.cnk-landing-page .br-upload.has-file { border-color: var(--lp-blue); background: #f2f7fa; }
.cnk-landing-page .br-upload strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cnk-landing-page .br-consent { margin-top: 18px; }
.cnk-landing-page .br-consent label { display: flex; align-items: flex-start; gap: 9px; color: var(--lp-gray); font-size: 12px; line-height: 1.6; cursor: pointer; }
.cnk-landing-page .br-consent input[type="checkbox"] { flex: 0 0 auto; width: 15px; height: 15px; margin-top: 2px; accent-color: var(--lp-red); }
.cnk-landing-page .br-submit, .cnk-landing-page input.br-submit {
  width: 100%; min-height: 46px; margin-top: 16px; border: 0; border-radius: 5px;
  background: var(--lp-red); color: #fff; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer;
}
.cnk-landing-page .br-submit:hover { background: #8d1b1b; }
.cnk-landing-page .br-submit:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(110,19,19,.28), 0 0 0 5px rgba(255,255,255,.9); }
.cnk-landing-page .br-form__note { margin: 14px 0 0 !important; color: #9aa4ae; font-size: 11.5px; text-align: center; }

/* --- năm bước sau khi gửi --- */
.cnk-landing-page .br-flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.cnk-landing-page .br-flow__item { position: relative; text-align: center; }
.cnk-landing-page .br-flow__item:not(:last-child)::after { content: ""; position: absolute; top: 30px; left: calc(50% + 36px); right: calc(-50% + 36px); border-top: 1px dashed #cfd8de; }
.cnk-landing-page .br-flow__icon { position: relative; display: grid; place-items: center; width: 60px; height: 60px; margin: 0 auto 22px; border: 1px solid var(--lp-line); border-radius: 50%; background: #fff; }
.cnk-landing-page .br-flow__icon svg { width: 24px; height: 24px; fill: none; stroke: var(--lp-red); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.cnk-landing-page .br-flow__icon::after { content: attr(data-step); position: absolute; bottom: -26px; left: 50%; transform: translateX(-50%); display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--lp-red); color: #fff; font: 800 10px Manrope, sans-serif; }
.cnk-landing-page .br-flow__item p { margin: 0; color: #061d3d; font-size: 12px; font-weight: 600; line-height: 1.5; }

/* --- ba cột cuối --- */
.cnk-landing-page .br-bottom { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.cnk-landing-page .br-panel { padding: 22px; border: 1px solid var(--lp-line); border-radius: 10px; background: #fff; }
.cnk-landing-page .br-panel h3 { margin: 0 0 14px; color: #061d3d; font: 800 1.05rem Manrope, sans-serif; }
.cnk-landing-page .br-panel ul { margin: 0; padding: 0; list-style: none; }
.cnk-landing-page .br-panel li { position: relative; padding: 6px 0 6px 22px; color: #33455f; font-size: 12px; line-height: 1.6; }
.cnk-landing-page .br-panel li::before { content: "✓"; position: absolute; left: 0; top: 6px; color: var(--lp-red); font-weight: 800; }
.cnk-landing-page .br-panel img { width: 100%; height: auto; margin-top: 14px; border-radius: 8px; }
.cnk-landing-page .br-checklist { margin-top: 20px; }
.cnk-landing-page .br-checklist p { margin: 0 0 12px; color: var(--lp-gray); font-size: 12px; line-height: 1.6; }
.cnk-landing-page .br-checklist form { display: flex; gap: 8px; }
.cnk-landing-page .br-checklist input { flex: 1; min-width: 0; padding: 10px 12px; border: 1px solid var(--lp-line); border-radius: 5px; font: inherit; font-size: 12.5px; }
.cnk-landing-page .br-checklist button { padding: 0 16px; border: 0; border-radius: 5px; background: var(--lp-red); color: #fff; font: inherit; font-size: 12.5px; font-weight: 700; cursor: pointer; }

/* Thẻ chuyên gia nền tối */
.cnk-landing-page .br-expert { padding: 24px; border-radius: 10px; color: #fff; background: linear-gradient(160deg, #071f3c 0%, #0d2d4e 100%); }
.cnk-landing-page .br-expert__kicker { margin: 0 0 16px !important; color: rgba(255,255,255,.6); font-size: 10.5px; font-weight: 800; letter-spacing: .12em; }
.cnk-landing-page .br-expert img { width: 110px; height: 110px; border-radius: 8px; object-fit: cover; float: left; margin: 0 16px 12px 0; }
.cnk-landing-page .br-expert__name { margin: 0 0 2px !important; color: #fff; font: 800 1.15rem Manrope, sans-serif; }
.cnk-landing-page .br-expert__role { margin: 0 0 12px !important; color: rgba(255,255,255,.62); font-size: 11.5px; }
.cnk-landing-page .br-expert p { color: rgba(255,255,255,.8); font-size: 12px; line-height: 1.65; }
.cnk-landing-page .br-expert__contact { clear: both; margin-top: 14px !important; }
.cnk-landing-page .br-expert__contact a { display: flex; align-items: center; gap: 9px; margin-bottom: 8px; color: rgba(255,255,255,.85); font-size: 12px; text-decoration: none; }
.cnk-landing-page .br-expert__contact svg { flex: 0 0 15px; width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.cnk-landing-page .br-expert__contact a:hover { color: #fff; text-decoration: underline; }
.cnk-landing-page .br-trust { margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.18); }
.cnk-landing-page .br-trust strong { display: block; margin-bottom: 10px; color: #fff; font-size: 12.5px; }
.cnk-landing-page .br-trust li { position: relative; padding: 5px 0 5px 20px; color: rgba(255,255,255,.78); font-size: 11.5px; line-height: 1.55; }
.cnk-landing-page .br-trust li::before { content: "✓"; position: absolute; left: 0; top: 5px; color: rgba(255,255,255,.62); }

/* --- khổ hẹp --- */
@media (max-width: 1100px) {
  .cnk-landing-page .br-hero .lp-hero__grid { grid-template-columns: 1fr; }
  .cnk-landing-page .br-layout,
  .cnk-landing-page .br-bottom { grid-template-columns: 1fr; }
  .cnk-landing-page .br-flow { grid-template-columns: repeat(3, 1fr); row-gap: 30px; }
  .cnk-landing-page .br-flow__item::after { display: none; }
}
@media (max-width: 620px) {
  .cnk-landing-page .br-grid,
  .cnk-landing-page .br-uploads,
  .cnk-landing-page .br-privacy .wpcf7-radio,
  .cnk-landing-page .br-privacy__hints { grid-template-columns: 1fr; }
  .cnk-landing-page .br-field--wide { grid-column: auto; }
  .cnk-landing-page .br-flow { grid-template-columns: 1fr 1fr; }
  .cnk-landing-page .br-form { padding: 20px 16px; }
}
