/* =============================================================================
   DN Studio — Kho giao diện
   Dựng theo kho-giao-dien.png (977×1610). Số đo trong chú thích là px đo trên
   file thiết kế; px thật = px thiết kế × 1600/977 ≈ 1.638 (khổ nội dung 1480px,
   trùng khổ nội dung trang chủ 2).
   Nạp sau marketing.css + home2.css (nav & footer dùng chung .h2-*).
   ========================================================================== */

.kho-site {
  font-family: var(--dn-font);
  --k-blue:       #1668ff;   /* nút, nhấn        (đo #0a61fb) */
  --k-blue-dark:  #0d54dd;
  --k-sky:        #37a2ff;   /* dòng 2 tiêu đề hero */
  --k-ink:        #10213f;   /* tiêu đề, chữ đậm */
  --k-body:       #6f7d95;   /* chữ thường       */
  --k-muted:      #8d99ae;
  --k-line:       #e9eef7;
  --k-page:       #f8fafd;
  --k-navy:       #0a2350;
  --k-navy-2:     #04122c;

  --k-wrap:       1548px;    /* 1480 nội dung + 2×34 lề */
  --k-gut:        34px;

  --k-card-sd:    0 12px 30px -22px rgba(14, 36, 84, .38);

  background: #fff;
}

.kho { overflow-x: clip; background: #fbfcfe; }
.kho-wrap { max-width: var(--k-wrap); margin: 0 auto; padding: 0 var(--k-gut); }

.kho h1, .kho h2, .kho h3 { margin: 0; }
.kho p { margin: 0; }
.kho ul, .kho ol { margin: 0; padding: 0; list-style: none; }
.kho-svg { width: 1em; height: 1em; display: block; }

/* tiêu đề mục: 12.9px thiết kế → 21px */
.kho-h2 {
  font-size: 19px; font-weight: 800; line-height: 1.2; letter-spacing: .005em;
  text-transform: uppercase; color: var(--k-ink);
}

/* Nav dùng chung .h2-nav trong home2.css — không đè size/type ở đây. */

/* ================================================================= HERO === */
/* dải hero cao 363px thiết kế → 595px; ảnh nền dùng lại h2-hero.png          */
.kho-hero { position: relative; isolation: isolate; min-height: 595px; display: flex; justify-content: center; background: #030b1c; }
/* ảnh nền phóng nhẹ và dồn sang phải để cụm thiết bị nằm về nửa phải hero
   như bản thiết kế */
.kho-hero__bg {
  position: absolute; inset: 0; z-index: 0;
  background-repeat: no-repeat; background-position: 78% 42%; background-size: auto 116%;
}
.kho-hero__veil {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, #000409 0%, #00060f 44%, rgba(0, 7, 18, .9) 60%,
                    rgba(1, 12, 32, .4) 76%, rgba(0, 34, 100, .08) 100%),
    linear-gradient(180deg, rgba(1, 6, 18, .55) 0%, rgba(1, 6, 18, 0) 24%);
}
.kho-hero__in { position: relative; z-index: 2; width: 100%; padding-top: 158px; padding-bottom: 120px; }

/* 25px thiết kế → 38px, hai dòng cách nhau 33px → 54px (line-height 1.42) */
.kho-hero__title {
  font-size: 38px; line-height: 1.28; font-weight: 800; letter-spacing: -.012em;
  text-transform: uppercase; color: #fff;
  text-shadow: 0 2px 22px rgba(0, 0, 0, .65), 0 0 28px rgba(2, 10, 28, .8);
}
.kho-hero__title span { color: #c8e2ff; }
/* dòng phụ dưới H1 — cùng bộ chữ, cùng tông với chữ nhấn trong H1 */
.kho-hero__script {
  margin: 22px 0 8px; max-width: 700px;
  font-family: var(--dn-font);
  font-size: 20px; font-weight: 600; line-height: 1.55;
  letter-spacing: -.01em; color: #c8e2ff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .7);
}

/* 10.1px → 16.5px, giãn dòng 19px → 31px */
.kho-hero__lead {
  margin-top: 41px; color: #c7d5ec; font-size: 16.5px; line-height: 1.88; font-weight: 400;
  text-shadow: 0 1px 12px rgba(2, 10, 28, .8);
}

/* bốn ô số liệu: 76×65 thiết kế → 124×106, cách nhau 13px → 21px */
.kho-hero__stats { margin-top: 44px; display: flex; gap: 21px; flex-wrap: wrap; }
.kho-hero__stats li {
  min-width: 124px; height: 106px; padding: 0 16px; border-radius: 16px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  background: rgba(255, 255, 255, .045); border: 1px solid rgba(255, 255, 255, .17);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.kho-hero__stats strong {
  display: block; color: var(--k-sky); font-size: 28px; font-weight: 800; line-height: 1;
  letter-spacing: -.01em; white-space: nowrap;
}
.kho-hero__stats span {
  display: block; color: #b6c6e2; font-size: 10.5px; font-weight: 700; line-height: 1;
  letter-spacing: .05em; text-transform: uppercase; white-space: nowrap;
}

/* ==================================================== THANH TÌM KIẾM ====== */
/* thẻ 334→382 thiết kế: đè lên đáy hero 48px, cao 79px                       */
.kho-searchbar { position: relative; z-index: 6; margin-top: -48px; }
.kho-search {
  display: flex; align-items: center; gap: 15px;
  height: 79px; padding: 0 28px; border-radius: 18px; background: #fff;
  box-shadow: 0 26px 54px -34px rgba(8, 26, 66, .5), 0 2px 6px -3px rgba(8, 26, 66, .14);
}

.kho-field {
  position: relative; display: flex; align-items: center; gap: 10px;
  height: 42px; padding: 0 16px 0 15px; border-radius: 999px;
  background: #fff; border: 1px solid var(--k-line); flex: 1 1 0;
}
.kho-field--input { flex-grow: 1.35; }
.kho-field__ic { flex: 0 0 auto; color: #c2cddf; font-size: 17px; display: block; }
.kho-field__ic--on { color: var(--k-blue); }
.kho-field__ic--soft { color: #8fb6f6; }

.kho-field input,
.kho-field select {
  flex: 1 1 auto; min-width: 0; height: 100%; border: 0; outline: 0; background: none;
  font-family: inherit; font-size: 15px; font-weight: 600; color: var(--k-ink);
  -webkit-appearance: none; appearance: none; cursor: pointer;
}
.kho-field input { cursor: text; }
.kho-field input::-webkit-search-cancel-button { display: none; }
.kho-field--select.is-empty select { color: var(--k-muted); font-weight: 500; }

/* placeholder hai sắc độ đúng như thiết kế: phần đầu đậm, phần sau nhạt */
.kho-field__ph {
  position: absolute; left: 42px; right: 16px; top: 50%; transform: translateY(-50%);
  pointer-events: none; font-size: 15px; font-weight: 500; color: var(--k-muted);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.kho-field__ph b { font-weight: 700; color: #46536c; }
.kho-field--input.is-filled .kho-field__ph { display: none; }

.kho-field__caret { flex: 0 0 auto; color: #b7c3d6; font-size: 16px; }

.kho-switch { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; cursor: pointer; }
.kho-switch input { position: absolute; opacity: 0; width: 0; height: 0; }
.kho-switch__track {
  width: 46px; height: 25px; border-radius: 999px; background: #ccd3de;
  display: block; position: relative; transition: background .18s;
}
.kho-switch__knob {
  position: absolute; top: 3px; left: 3px; width: 19px; height: 19px; border-radius: 50%;
  background: #fff; box-shadow: 0 2px 5px -1px rgba(10, 28, 66, .35); transition: transform .18s;
}
.kho-switch input:checked + .kho-switch__track { background: var(--k-blue); }
.kho-switch input:checked + .kho-switch__track .kho-switch__knob { transform: translateX(21px); }
.kho-switch__label { font-size: 15px; font-weight: 600; color: var(--k-ink); white-space: nowrap; }

.kho-search__go {
  flex: 0 0 auto; height: 42px; padding: 0 30px; border: 0; border-radius: 999px;
  background: var(--k-blue); color: #fff; cursor: pointer;
  font-family: inherit; font-size: 14px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
  box-shadow: 0 14px 26px -14px rgba(22, 104, 255, .9);
  transition: background .18s, transform .18s;
}
.kho-search__go:hover { background: var(--k-blue-dark); transform: translateY(-1px); }

/* ================================================= DANH MỤC LĨNH VỰC ====== */
.kho-cats-sec { padding-top: 43px; }
.kho-cats-sec .kho-h2 { margin-bottom: 21px; }

/* thanh trắng cao 56px thiết kế → 92px, bo 22px */
.kho-cats {
  display: flex; align-items: stretch; background: #fff; border-radius: 22px;
  box-shadow: 0 14px 34px -26px rgba(14, 36, 84, .5), 0 1px 3px -1px rgba(14, 36, 84, .1);
}
.kho-cat {
  flex: 1 1 0; min-width: 0; padding: 22px 8px 20px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  text-decoration: none; color: var(--k-blue);
  transition: color .18s, background .18s;
}
.kho-cat__ic { font-size: 24px; display: block; }
.kho-cat__tx {
  font-size: 13px; font-weight: 600; line-height: 1; color: #46546e; white-space: nowrap;
}
.kho-cat:hover .kho-cat__tx { color: var(--k-blue); }

.kho-cat.is-on {
  flex: 0 0 115px; margin: 2px; padding: 20px 8px 18px; border-radius: 20px;
  background: var(--k-blue); color: #fff;
  box-shadow: 0 14px 26px -16px rgba(22, 104, 255, .95);
}
.kho-cat.is-on .kho-cat__tx { color: #fff; font-weight: 700; }

.kho-cat--more { flex: 0 0 118px; }
.kho-cat__dots {
  width: 30px; height: 30px; border-radius: 50%; background: #edf2fb;
  display: flex; align-items: center; justify-content: center; color: var(--k-blue); font-size: 20px;
}

/* ========================================== BỘ LỌC NÂNG CAO + LƯỚI MẪU ==== */
.kho-body {
  padding-top: 38px; padding-bottom: 0;
  display: grid; grid-template-columns: 292px 1fr; column-gap: 20px; align-items: start;
}
.kho-side   { grid-column: 1; grid-row: 1 / span 2; }
.kho-toolbar{ grid-column: 2; grid-row: 1; }
.kho-grid   { grid-column: 2; grid-row: 2; }
.kho-pager  { grid-column: 1 / -1; grid-row: 3; }

/* ------------------------------------------------------------- cột lọc --- */
.kho-side {
  padding: 24px 22px 32px; border-radius: 20px; color: #fff;
  background: linear-gradient(178deg, #0b2450 0%, #071a3c 42%, #03102a 100%);
  box-shadow: 0 24px 48px -32px rgba(6, 22, 58, .8);
}
.kho-side__title {
  font-size: 17px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; color: #fff;
  padding-bottom: 12px; border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.kho-fgroup { padding: 22px 0; border-bottom: 1px solid rgba(255, 255, 255, .09); }
.kho-fgroup--last { border-bottom: 0; }
.kho-fgroup h3 {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  font-size: 14px; font-weight: 600; color: #fff; margin-bottom: 14px;
}
.kho-fgroup__caret { color: #8aa2c8; font-size: 16px; transition: transform .2s ease; }

/* nút đóng/mở do kho.js gắn vào — giữ nguyên hình dáng dòng tiêu đề nhóm */
.kho-fgroup__toggle {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 0; border: 0; background: none; cursor: pointer; text-align: left;
  font-family: inherit; font-size: inherit; font-weight: inherit; color: inherit;
}
.kho-fgroup__toggle:hover .kho-fgroup__caret { color: #cfe0fb; }
.kho-fgroup.is-closed > :not(h3) { display: none; }
.kho-fgroup.is-closed h3 { margin-bottom: 0; }
.kho-fgroup.is-closed .kho-fgroup__caret { transform: rotate(180deg); }

.kho-checks li,
.kho-radios li { margin-bottom: 17px; }
.kho-checks li:last-child,
.kho-radios li:last-child { margin-bottom: 0; }
.kho-checks label,
.kho-radios label { display: flex; align-items: center; gap: 12px; cursor: pointer; }
.kho-checks input,
.kho-radios input { position: absolute; opacity: 0; width: 0; height: 0; }

.kho-checks i {
  flex: 0 0 auto; width: 16px; height: 16px; border-radius: 4px;
  border: 1.5px solid #2f66c8; background: transparent; position: relative;
  transition: background .16s, border-color .16s;
}
.kho-checks input:checked + i { background: var(--k-blue); border-color: var(--k-blue); }
.kho-checks input:checked + i::after {
  content: ""; position: absolute; left: 4.4px; top: 1.4px; width: 4px; height: 8px;
  border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(42deg);
}

.kho-radios i {
  flex: 0 0 auto; width: 16px; height: 16px; border-radius: 50%;
  border: 1.5px solid #2f66c8; background: transparent; position: relative;
  transition: background .16s, border-color .16s;
}
.kho-radios input:checked + i { background: var(--k-blue); border-color: var(--k-blue); }
.kho-radios input:checked + i::after {
  content: ""; position: absolute; inset: 0; margin: auto; width: 6px; height: 6px;
  border-radius: 50%; background: #fff;
}

.kho-checks span,
.kho-radios span { font-size: 14px; line-height: 1.3; color: #c6d3e8; }
.kho-checks label:hover span,
.kho-radios label:hover span { color: #fff; }

.kho-swatches { display: flex; gap: 15px; flex-wrap: wrap; }
.kho-swatch {
  width: 25px; height: 25px; border-radius: 50%; border: 0; padding: 0; cursor: pointer;
  background: var(--sw); box-shadow: 0 2px 6px -2px rgba(0, 0, 0, .5);
  position: relative; transition: transform .16s;
}
.kho-swatch:hover { transform: scale(1.07); }
.kho-swatch.is-on::after {
  content: ""; position: absolute; inset: 5px; border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .82);
}

/* thẻ mời liên hệ trong cột lọc: 151×157 thiết kế → 247×257 */
.kho-promo {
  margin-top: 24px; padding: 22px 20px 24px; border-radius: 20px;
  background: linear-gradient(152deg, #16408f 0%, #0c265e 52%, #061a42 100%);
  border: 1px solid rgba(255, 255, 255, .08);
}
.kho-promo h3 { font-size: 20px; line-height: 1.28; font-weight: 600; color: #fff; }
.kho-promo h3 b { font-weight: 800; text-transform: uppercase; }
.kho-promo p { margin: 14px 0 20px; font-size: 15px; line-height: 1.72; color: #b3c4e0; }
.kho-promo__btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 41px; padding: 0 22px; border-radius: 999px; text-decoration: none;
  background: var(--k-blue); color: #fff;
  font-size: 13px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase;
  box-shadow: 0 14px 26px -14px rgba(22, 104, 255, .95);
  transition: background .18s, transform .18s;
}
.kho-promo__btn .kho-svg { width: 15px; height: 15px; }
.kho-promo__btn:hover { background: var(--k-blue-dark); transform: translateY(-1px); }

/* --------------------------------------------------------- thanh sắp xếp - */
.kho-toolbar {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding-bottom: 10px;
}
.kho-toolbar__count { font-size: 13.5px; color: var(--k-muted); }
.kho-toolbar__sort { display: flex; align-items: center; gap: 12px; font-size: 13.5px; color: var(--k-ink); font-weight: 600; }
.kho-sort { position: relative; display: flex; align-items: center; }
.kho-sort select {
  -webkit-appearance: none; appearance: none; cursor: pointer;
  height: 38px; min-width: 180px; padding: 0 40px 0 16px; border-radius: 12px;
  border: 1px solid var(--k-line); background: #fff;
  font-family: inherit; font-size: 14px; font-weight: 600; color: var(--k-ink);
}
.kho-sort__caret { position: absolute; right: 14px; color: #9fb0c8; font-size: 16px; pointer-events: none; }

/* ------------------------------------------------------------ lưới mẫu --- */
/* thẻ 227×185 thiết kế → 372×303, khe 12px → 20px                           */
.kho-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.kho-card {
  background: #fff; border: 1px solid #edf1f8; border-radius: 16px; overflow: hidden;
  box-shadow: var(--k-card-sd);
  transition: transform .2s ease, box-shadow .2s ease;
}
.kho-card:hover { transform: translateY(-3px); box-shadow: 0 22px 46px -26px rgba(14, 36, 84, .5); }

.kho-card__shot { position: relative; display: block; aspect-ratio: 227 / 109; overflow: hidden; }
.kho-card__shot img { width: 100%; height: 100%; object-fit: cover; }

/* nhãn MỚI: 42×20 thiết kế → 69×33, cách mép 7/5px → 11/8px */
.kho-card__new {
  position: absolute; top: 5px; left: 5px;
  min-width: 72px; height: 34px; padding: 0 14px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--k-blue); color: #fff;
  font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
  box-shadow: 0 8px 18px -10px rgba(22, 104, 255, .95);
}

.kho-card__body { padding: 18px 22px 9px; }
.kho-card__body h3 { font-size: 18px; font-weight: 700; line-height: 1.34; letter-spacing: -.005em; }
.kho-card__body h3 a { color: var(--k-ink); text-decoration: none; }
.kho-card__body h3 a:hover { color: var(--k-blue); }
.kho-card__field { margin-top: 3px; font-size: 15px; line-height: 1.34; color: #8a97ad; }

.kho-card__foot { margin-top: 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.kho-card__price { font-size: 16px; font-weight: 800; color: var(--k-blue); letter-spacing: -.005em; }
.kho-card__acts { display: flex; align-items: center; gap: 12px; }

.kho-act {
  width: 34px; height: 34px; border-radius: 50%; flex: 0 0 auto; padding: 0; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff; border: 1px solid #e7ecf6; color: #1b2c4d; font-size: 16px;
  text-decoration: none; transition: background .16s, border-color .16s, color .16s, transform .16s;
}
.kho-act:hover { background: #f2f6fd; border-color: #cfdcf3; transform: translateY(-1px); }
.kho-act.is-saved { color: #ef4a5e; border-color: #f6ccd3; background: #fff4f6; }
.kho-act.is-saved .kho-svg { fill: currentColor; }
.kho-act--go {
  width: 38px; height: 38px; background: var(--k-blue); border-color: var(--k-blue); color: #fff;
  box-shadow: 0 12px 22px -12px rgba(22, 104, 255, .95);
}
.kho-act--go:hover { background: var(--k-blue-dark); border-color: var(--k-blue-dark); }

/* ----------------------------------------------------------- phân trang -- */
.kho-pager { margin-top: 16px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.kho-pg {
  width: 36px; height: 36px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff; border: 1px solid #e7ecf6; color: var(--k-ink);
  font-size: 14px; font-weight: 700; text-decoration: none;
  transition: background .16s, border-color .16s, color .16s;
}
.kho-pg:hover { background: #f2f6fd; border-color: #cfdcf3; color: var(--k-blue); }
.kho-pg.is-on {
  background: var(--k-blue); border-color: var(--k-blue); color: #fff;
  box-shadow: 0 12px 22px -12px rgba(22, 104, 255, .95);
}
.kho-pg--gap { background: none; border: 0; color: #98a6bd; font-size: 17px; width: 22px; }
.kho-pg--gap:hover { background: none; }
.kho-pg--next { font-size: 15px; color: #33445f; }

/* ================================================================= CTA ==== */
/* dải 911×71 thiết kế → 1480×116, sát ngay mép trên footer                    */
.kho-cta-sec { padding-top: 30px; }
.kho-cta {
  position: relative; isolation: isolate; overflow: hidden;
  min-height: 116px; border-radius: 22px;
  display: flex; align-items: center; gap: 26px;
  padding: 0 26px 0 250px;
  background: linear-gradient(100deg, #12309c 0%, #0d3ab4 26%, #0a4bd6 62%, #0b57ee 100%);
  box-shadow: 0 26px 52px -34px rgba(8, 32, 96, .8);
}
.kho-cta__agent {
  position: absolute; left: 0; bottom: 0; z-index: 1;
  height: 100%; width: auto; max-width: none; object-fit: cover; object-position: left bottom;
}
.kho-cta__copy { position: relative; z-index: 2; flex: 1 1 auto; min-width: 0; }
.kho-cta__copy h2 {
  font-size: 26px; font-weight: 800; line-height: 1.2; letter-spacing: -.01em;
  text-transform: uppercase; color: #fff; white-space: nowrap;
  text-shadow: 0 2px 14px rgba(2, 14, 46, .5);
}
.kho-cta__copy p { margin-top: 9px; font-size: 14px; line-height: 1.72; color: #cfdcf6; }

.kho-cta__acts { position: relative; z-index: 2; flex: 0 0 auto; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.kho-cchip {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  height: 38px; padding: 0 19px; border-radius: 999px; text-decoration: none; white-space: nowrap;
  background: rgba(255, 255, 255, .15); color: #fff; font-size: 14px; font-weight: 600;
  border: 1px solid rgba(255, 255, 255, .16);
  transition: background .18s, transform .18s;
}
.kho-cchip .kho-svg { width: 17px; height: 17px; }
.kho-cchip:hover { background: rgba(255, 255, 255, .26); transform: translateY(-1px); }
.kho-cchip--white {
  background: #fff; border-color: #fff; color: #0f42c6;
  font-size: 14px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase;
  box-shadow: 0 14px 28px -16px rgba(2, 14, 46, .8);
}
.kho-cchip--white:hover { background: #eef4ff; }

/* footer navy nối liền ngay dưới dải CTA */
.kho-site .h2-foot { margin-top: 0; }

/* =========================================================== RESPONSIVE === */
@media (max-width: 1500px) {
  .kho-cta { padding-left: 244px; gap: 24px; }
  .kho-cta__acts { gap: 14px; }
}

@media (max-width: 1320px) {
  .kho-hero__title { font-size: 36px; }
  .kho-search { flex-wrap: wrap; height: auto; padding: 18px 22px; gap: 12px; }
  .kho-field { flex: 1 1 240px; }
  .kho-switch, .kho-search__go { margin-left: auto; }
  .kho-body { grid-template-columns: 264px 1fr; }
  .kho-cat__tx { font-size: 12px; }
  .kho-cta { flex-wrap: wrap; padding: 22px 26px 22px 234px; }
  .kho-cta__acts { width: 100%; }
}

@media (max-width: 1080px) {
  .kho-hero { min-height: 520px; }
  .kho-hero__in { padding-top: 132px; padding-bottom: 104px; }
  .kho-hero__title { font-size: 32px; }
  .kho-hero__lead { font-size: 15.5px; }
  .kho-cats { flex-wrap: wrap; border-radius: 18px; padding: 6px; }
  .kho-cat { flex: 1 1 150px; padding: 16px 8px; }
  .kho-cat.is-on { flex: 1 1 150px; }
  .kho-cat--more { flex: 1 1 150px; }
  .kho-body { grid-template-columns: 1fr; row-gap: 20px; }
  .kho-side { grid-column: 1; grid-row: auto; }
  .kho-toolbar, .kho-grid, .kho-pager { grid-column: 1; grid-row: auto; }
  .kho-grid { grid-template-columns: repeat(2, 1fr); }
  .kho-cta { padding: 24px; }
  .kho-cta__agent { display: none; }
  .kho-cta__copy h2 { white-space: normal; }
  .kho-cat__tx { white-space: normal; text-align: center; }
}

@media (max-width: 720px) {
  .kho-wrap { padding: 0 18px; }
  .kho-cat { flex: 1 1 108px; padding: 14px 6px; }
  .kho-cat.is-on, .kho-cat--more { flex: 1 1 108px; }
  .kho-cat__tx { font-size: 11.5px; line-height: 1.35; }
  .kho-sort select { min-width: 0; width: 100%; }
  .kho-toolbar__sort { flex: 1 1 100%; }
  .kho-hero { min-height: 460px; }
  .kho-hero__in { padding-top: 116px; padding-bottom: 84px; }
  .kho-hero__title { font-size: 25px; line-height: 1.34; }
  .kho-hero__script { font-size: 16.5px; }
  .kho-hero__lead { font-size: 14.5px; line-height: 1.75; }
  .kho-hero__lead br { display: none; }
  .kho-hero__stats { gap: 12px; }
  .kho-hero__stats li { min-width: 0; flex: 1 1 calc(50% - 6px); height: 92px; }
  .kho-hero__stats strong { font-size: 26px; }
  .kho-searchbar { margin-top: -34px; }
  .kho-search { border-radius: 16px; }
  .kho-field { flex: 1 1 100%; }
  .kho-switch { margin-left: 0; }
  .kho-search__go { flex: 1 1 100%; }
  .kho-h2 { font-size: 18px; }
  .kho-grid { grid-template-columns: 1fr; }
  .kho-toolbar { flex-wrap: wrap; gap: 10px; }
  .kho-cta__copy h2 { font-size: 20px; }
  .kho-cta__copy p br { display: none; }
  .kho-cchip { flex: 1 1 100%; }
}
