/* kolkatachicks.com homepage - every section below the girls list (2026-09-13).
   Before this the old bands ran full screen width with the body font and grey buttons.
   Now every section sits in ONE container (1180px, same as the hero) and uses the
   theme-rose tokens. All classes start with kh- so no old style.css rule can reach them. */

.kh { padding: 26px 0; }
.kh:first-of-type { padding-top: 48px; }
.kh-in { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.kh-card { background: var(--kc-panel, #fff); border: 1px solid var(--kc-line, #dcd9e6); border-radius: 22px; padding: clamp(22px, 4vw, 44px); }
.kh-card + .kh-card { margin-top: 22px; }

.kh-eyebrow { display: inline-block; margin: 0 0 14px; padding: 7px 12px; border-radius: 999px; background: rgba(255, 45, 149, .09);
  font: 800 11.5px/1 var(--kc-body, Arial, sans-serif); letter-spacing: .14em; text-transform: uppercase; color: var(--kc-rose-deep, #d9127a); }
body .kh-h2 { margin: 0 0 14px; font-family: var(--kc-display, Arial, sans-serif); font-weight: 700; font-size: clamp(23px, 3vw, 35px); line-height: 1.16;
  letter-spacing: -.015em; color: var(--kc-slate, #1f2233); text-align: left; text-transform: none; text-wrap: balance; }
body .kh-h2 em { font-style: normal; color: var(--kc-rose-deep, #d9127a); }
body .kh-h2 small { display: block; margin-top: 8px; font: 700 clamp(14px, 1.4vw, 17px)/1.4 var(--kc-body, Arial, sans-serif); letter-spacing: 0; color: var(--kc-txt-2, #5a5670); }
body .kh-h3 { margin: 0 0 8px; font-family: var(--kc-display, Arial, sans-serif); font-weight: 700; font-size: clamp(16.5px, 1.6vw, 19px); line-height: 1.3;
  color: var(--kc-slate, #1f2233); text-align: left; text-transform: none; }
.kh p { margin: 0 0 14px; font-size: 16px; line-height: 1.72; color: var(--kc-txt, #1d1b2a); }
.kh p.kh-lede { font-size: 17px; color: var(--kc-txt-2, #5a5670); }
.kh p a, .kh li a { color: var(--kc-rose-deep, #d9127a); font-weight: 700; }
.kh img { max-width: 100%; }

/* ---------- buttons ---------- */
.kh-acts { display: flex; flex-wrap: wrap; gap: 12px; align-items: stretch; margin-top: 22px; }
.kh-wa { display: inline-flex; align-items: center; gap: 12px; padding: 10px 18px 10px 10px; border-radius: 14px;
  background: linear-gradient(135deg, #25d366 0%, #13a152 100%); color: #fff !important; text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(19, 161, 82, .30); transition: transform .15s ease, box-shadow .2s ease; }
.kh-wa:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(19, 161, 82, .40); color: #fff !important; }
.kh-wa-ic { position: relative; flex: none; display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px; background: rgba(255, 255, 255, .2); }
.kh-wa-ic svg { width: 24px; height: 24px; fill: #fff; }
.kh-wa-ic::after { content: ""; position: absolute; right: -2px; top: -2px; width: 11px; height: 11px; border-radius: 50%; background: #b9ffcf; border: 2px solid #19b35c;
  animation: kh-pulse 2s ease-out infinite; }
@keyframes kh-pulse { 0% { box-shadow: 0 0 0 0 rgba(185, 255, 207, .7); } 70% { box-shadow: 0 0 0 9px rgba(185, 255, 207, 0); } 100% { box-shadow: 0 0 0 0 rgba(185, 255, 207, 0); } }
.kh-wa-t { display: flex; flex-direction: column; line-height: 1.2; }
.kh-wa-t b { font-size: 16px; font-weight: 800; }
.kh-wa-t small { margin-top: 3px; font-size: 12.5px; font-weight: 600; opacity: .92; font-variant-numeric: tabular-nums; }
.kh-go { flex: none; width: 18px; height: 18px; margin-left: 2px; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.kh-call { display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; border-radius: 14px; border: 2px solid var(--kc-slate, #1f2233);
  background: transparent; color: var(--kc-slate, #1f2233) !important; font-weight: 800; font-size: 15px; text-decoration: none !important;
  font-variant-numeric: tabular-nums; transition: background .2s ease, color .2s ease; }
.kh-call svg { width: 18px; height: 18px; fill: currentColor; }
.kh-call:hover { background: var(--kc-slate, #1f2233); color: #fff !important; }
.kh-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px; border-radius: 12px; background: var(--kc-rose, #ff2d95);
  color: #fff !important; font-weight: 800; font-size: 15px; text-decoration: none !important; box-shadow: 0 8px 20px rgba(255, 45, 149, .28); }
.kh-btn:hover { background: var(--kc-rose-deep, #d9127a); color: #fff !important; }
.kh-wa:focus-visible, .kh-call:focus-visible, .kh-btn:focus-visible, .kh-tile:focus-visible, .kh-type:focus-visible, .kh-more:focus-visible, .kh-chip:focus-visible {
  outline: 3px solid var(--kc-rose, #ff2d95); outline-offset: 3px; }

/* ---------- browse by type: picture tiles (inside <main>, above the intro) ---------- */
.kh-browse { padding: 40px 0 8px; }
.kh-types { list-style: none; margin: 18px 0 0; padding: 0; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.kh-type { position: relative; display: block; aspect-ratio: 4 / 5; border-radius: 16px; overflow: hidden; background: var(--kc-slate-2, #171927);
  text-decoration: none !important; box-shadow: 0 6px 18px rgba(31, 34, 51, .14); transition: transform .2s ease, box-shadow .2s ease; }
.kh-type:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(31, 34, 51, .24); }
.kh-type img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; display: block; transition: transform .4s ease; }
.kh-type:hover img { transform: scale(1.05); }
.kh-type::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(12, 13, 21, .92) 0%, rgba(12, 13, 21, .15) 50%, rgba(12, 13, 21, 0) 70%); }
.kh-type span { position: absolute; left: 12px; right: 12px; bottom: 11px; z-index: 1; color: #fff; }
.kh-type b { display: block; font: 700 15px/1.2 var(--kc-display, Arial, sans-serif); letter-spacing: -.01em; color: #fff; }
.kh-type small { display: block; margin-top: 4px; font-size: 12px; font-weight: 700; color: #ffc2e2; }
.kh-browse-btns { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.kh-browse-btns .kh-call { padding: 11px 18px; }

/* ---------- 1. book tonight ---------- */
.kh-book .kh-card { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(24px, 4vw, 48px); align-items: center; }
.kh-list { list-style: none; counter-reset: k; margin: 18px 0 0; padding: 0; display: grid; gap: 10px; }
.kh-list li { counter-increment: k; position: relative; padding: 13px 16px 13px 58px; border-radius: 12px; background: var(--kc-bg, #f4f3f8);
  font-size: 15px; line-height: 1.55; color: var(--kc-txt, #1d1b2a); }
.kh-list li::before { content: counter(k); position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; border-radius: 50%;
  background: var(--kc-slate, #1f2233); color: #fff; font: 700 13px/30px var(--kc-display, Arial, sans-serif); text-align: center; }
.kh-photo { position: relative; margin: 0; border-radius: 18px; overflow: hidden; background: var(--kc-slate, #1f2233); box-shadow: 0 18px 40px rgba(31, 34, 51, .22); }
.kh-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.kh-book .kh-photo { aspect-ratio: 4 / 5; }
.kh-badge { position: absolute; left: 14px; bottom: 14px; z-index: 1; padding: 10px 14px; border-radius: 12px; background: rgba(23, 25, 39, .84);
  color: #d9d6e6; font-size: 12px; font-weight: 700; line-height: 1.35; letter-spacing: .02em; }
.kh-badge b { display: block; font: 700 18px/1.15 var(--kc-display, Arial, sans-serif); color: #fff; font-variant-numeric: tabular-nums; }

/* ---------- 2. why choose ---------- */
.kh-why-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(22px, 4vw, 44px); align-items: start; }
.kh-feats { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.kh-feats li { padding: 18px 16px; border-radius: 16px; background: var(--kc-bg, #f4f3f8); border: 1px solid var(--kc-line, #dcd9e6); font-size: 14px; line-height: 1.5; color: var(--kc-txt-2, #5a5670); }
.kh-feats svg { display: block; width: 38px; height: 38px; margin-bottom: 10px; padding: 8px; border-radius: 11px; background: var(--kc-slate, #1f2233);
  fill: none; stroke: var(--kc-rose, #ff2d95); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.kh-feats b { display: block; margin-bottom: 3px; font-size: 15px; color: var(--kc-txt, #1d1b2a); }
.kh-find { list-style: none; margin: 6px 0 22px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; }
.kh-find li { position: relative; padding-left: 30px; font-size: 15.5px; line-height: 1.55; color: var(--kc-txt, #1d1b2a); }
.kh-find li::before { content: ""; position: absolute; left: 0; top: 3px; width: 20px; height: 20px; border-radius: 50%; background: var(--kc-rose, #ff2d95)
  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 5 5 9-10'/%3E%3C/svg%3E") center / 12px no-repeat; }

/* ---------- 3. legacy of trust (dark) ---------- */
.kh-dark { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(22px, 4vw, 44px); align-items: center;
  padding: clamp(24px, 4.5vw, 50px); border-radius: 22px; background: var(--kc-slate, #1f2233); color: var(--kc-slate-txt, #f3f1fa); }
.kh-dark::before { content: ""; position: absolute; right: -120px; top: -120px; width: 340px; height: 340px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(255, 45, 149, .22), rgba(255, 45, 149, 0)); pointer-events: none; }
.kh-dark .kh-eyebrow { background: rgba(255, 45, 149, .16); color: #ff8cc6; }
body .kh-dark .kh-h2 { color: #fff; }
.kh-dark p { color: var(--kc-slate-txt-2, #b8b5ca); }
.kh-dark p a { color: #ff8cc6 !important; }
.kh-stats { position: relative; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.kh-stats li { padding: 18px 16px; border-radius: 16px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .1);
  font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--kc-slate-txt-2, #b8b5ca); }
.kh-stats b { display: block; margin-bottom: 4px; font: 700 clamp(24px, 3vw, 32px)/1 var(--kc-display, Arial, sans-serif); letter-spacing: -.02em; color: #fff; text-transform: none; }
.kh-stats li:nth-child(odd) b { color: var(--kc-rose, #ff2d95); }
.kh-dark .kh-call { border-color: rgba(255, 255, 255, .35); color: #fff !important; }
.kh-dark .kh-call:hover { background: #fff; color: var(--kc-slate, #1f2233) !important; }

/* ---------- 4. you deserve better: two big tiles ---------- */
.kh-better { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(22px, 4vw, 44px); align-items: center; }
.kh-tiles { display: grid; gap: 14px; }
.kh-tile { position: relative; overflow: hidden; display: flex; align-items: flex-end; min-height: 190px; padding: 20px 22px; border-radius: 18px;
  color: #fff !important; text-decoration: none !important; isolation: isolate; transition: transform .2s ease, box-shadow .2s ease; }
.kh-tile:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(31, 34, 51, .28); }
.kh-tile img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.kh-tile::before { content: ""; position: absolute; inset: 0; z-index: -1; }
.kh-tile-cat::before { background: linear-gradient(100deg, rgba(122, 10, 72, .94) 0%, rgba(217, 18, 122, .72) 55%, rgba(217, 18, 122, .25) 100%); }
.kh-tile-loc { background: linear-gradient(125deg, #0e5c63 0%, #13807f 50%, #2aa39a 100%); }
.kh-tile-loc::before { background: radial-gradient(circle at 85% 20%, rgba(255, 255, 255, .16) 0 60px, transparent 61px),
  repeating-linear-gradient(135deg, rgba(255, 255, 255, .05) 0 2px, transparent 2px 18px); }
.kh-tile-loc svg.kh-pin { position: absolute; right: 22px; top: 20px; width: 54px; height: 54px; fill: none; stroke: rgba(255, 255, 255, .85); stroke-width: 1.6; }
.kh-tile small { display: block; margin-bottom: 6px; font-size: 11.5px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; opacity: .85; }
.kh-tile b { display: block; font: 700 clamp(21px, 2.4vw, 26px)/1.1 var(--kc-display, Arial, sans-serif); letter-spacing: -.015em; }
.kh-tile em { display: flex; align-items: center; gap: 6px; margin-top: 8px; font-style: normal; font-size: 14px; font-weight: 700; opacity: .95; }

/* ---------- 5. where and how: three cards + a bar ---------- */
.kh-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.kh-mini { padding: 24px 22px 10px; border-radius: 18px; background: var(--kc-panel, #fff); border: 1px solid var(--kc-line, #dcd9e6); }
.kh-mini svg { display: block; width: 44px; height: 44px; margin-bottom: 14px; padding: 10px; border-radius: 12px; background: rgba(255, 45, 149, .1);
  fill: none; stroke: var(--kc-rose-deep, #d9127a); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.kh-mini p { font-size: 15px; line-height: 1.68; }
.kh-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 24px; margin-top: 16px; padding: 20px 24px;
  border-radius: 18px; background: var(--kc-slate, #1f2233); }
.kh-bar p { margin: 0; color: #fff; font-weight: 700; font-size: 16.5px; }
.kh-bar p span { display: block; font-weight: 600; font-size: 14px; color: var(--kc-slate-txt-2, #b8b5ca); }
.kh-bar .kh-acts { margin: 0; }
.kh-bar .kh-call { border-color: rgba(255, 255, 255, .35); color: #fff !important; }
.kh-bar .kh-call:hover { background: #fff; color: var(--kc-slate, #1f2233) !important; }

/* ---------- 6. make everyday life easier (soft rose card) ---------- */
.kh-soft { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(22px, 4vw, 46px); align-items: center; padding: clamp(22px, 4vw, 44px);
  border-radius: 22px; background: #fff4f9; border: 1px solid #f8d7e8; }
.kh-soft .kh-photo { aspect-ratio: 2 / 3; max-height: 620px; }
.kh-perks { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 8px; }
.kh-perk { padding: 18px 18px 6px; border-radius: 16px; background: #fff; border: 1px solid #f3dce8; }
.kh-perk ul { list-style: none; margin: 0 0 10px; padding: 0; }
.kh-perk li { position: relative; padding: 0 0 8px 26px; font-size: 14.5px; line-height: 1.55; color: var(--kc-txt, #1d1b2a); }
.kh-perk li::before { content: ""; position: absolute; left: 0; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--kc-rose, #ff2d95)
  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 5 5 9-10'/%3E%3C/svg%3E") center / 10px no-repeat; }

/* ---------- 7. a client's story ---------- */
.kh-story { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(22px, 4vw, 44px); align-items: center; }
.kh-quote { position: relative; margin: 0 0 16px; padding: 22px 22px 8px 22px; border-radius: 16px; background: var(--kc-bg, #f4f3f8); border-left: 4px solid var(--kc-rose, #ff2d95); }
.kh-quote p { font-size: 15.5px; }
.kh-qmark { display: block; width: 34px; height: 34px; margin-bottom: 6px; fill: var(--kc-rose, #ff2d95); opacity: .9; }
.kh-who { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--kc-txt-2, #5a5670); }
.kh-who b { display: block; color: var(--kc-txt, #1d1b2a); font-size: 15px; }
.kh-av { flex: none; width: 42px; height: 42px; border-radius: 50%; background: var(--kc-slate, #1f2233); color: #fff; display: flex; align-items: center; justify-content: center;
  font: 700 15px/1 var(--kc-display, Arial, sans-serif); }
.kh-story .kh-photo { aspect-ratio: 3 / 2; }

/* ---------- 8. 13 areas ---------- */
.kh-areas { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(22px, 4vw, 44px); align-items: center; }
.kh-areas .kh-photo { aspect-ratio: 3 / 2; }
.kh-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 6px 0 18px; }
.kh-chip { display: inline-flex; align-items: center; gap: 6px; padding: 8px 13px; border-radius: 999px; background: var(--kc-bg, #f4f3f8); border: 1px solid var(--kc-line, #dcd9e6);
  color: var(--kc-txt, #1d1b2a) !important; font-size: 14px; font-weight: 700; text-decoration: none !important; transition: border-color .2s ease, color .2s ease, background .2s ease; }
.kh-chip svg { width: 13px; height: 13px; fill: none; stroke: var(--kc-rose-deep, #d9127a); stroke-width: 2.4; }
.kh-chip:hover { border-color: var(--kc-rose, #ff2d95); background: #fff; color: var(--kc-rose-deep, #d9127a) !important; }

/* ---------- 9. which is the best website (dark plum, read more) ---------- */
.kh-read { padding: clamp(24px, 4.5vw, 50px); border-radius: 22px; color: #e9e4f4;
  background: radial-gradient(900px 320px at 100% 0%, rgba(255, 45, 149, .16), rgba(255, 45, 149, 0) 70%), linear-gradient(160deg, #2b1d3f 0%, #1f2233 70%); }
.kh-read .kh-eyebrow { background: rgba(255, 45, 149, .16); color: #ff8cc6; }
body .kh-read .kh-h2, body .kh-read .kh-h3 { color: #fff; }
body .kh-read .kh-h3 { margin-top: 26px; }
.kh-read p { color: #d3cde2; max-width: 78ch; }
.kh-read p a { color: #ff8cc6 !important; }
.kh-read .show_more_text { position: relative; max-height: 330px; overflow: hidden; transition: max-height .4s ease; }
.kh-read .show_more_container.enlarged .show_more_text { max-height: none; }
.kh-read .show_more_text:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 130px; pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(34, 31, 53, 0), #22203a 92%) !important; }
.kh-read .show_more_container.enlarged .show_more_text:after { display: none; }
.kh-read .kh-morebar { display: flex; justify-content: center; margin-top: 18px; }
.kh-more { display: inline-flex !important; align-items: center; gap: 10px; margin: 0 !important; padding: 12px 22px; border-radius: 999px; cursor: pointer;
  border: 2px solid var(--kc-rose, #ff2d95); background: rgba(255, 45, 149, .12); color: #fff; font: 800 15px/1 var(--kc-body, Arial, sans-serif);
  transition: background .2s ease; }
.kh-more:hover { background: var(--kc-rose, #ff2d95); }
.kh-more svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2.8; stroke-linecap: round; stroke-linejoin: round; }
.kh-read .see_less_content, .kh-read .show_more_container.enlarged .see_more_content { display: none !important; }
.kh-read .show_more_container.enlarged .see_less_content { display: inline-flex !important; }

/* ---------- 10. price list ---------- */
.kh-price-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 10px 24px; margin-bottom: 22px; }
.kh-price-head p { max-width: 70ch; margin: 0; }
.kh-plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.kh-plan { position: relative; display: flex; flex-direction: column; padding: 26px 24px 22px; border-radius: 20px; background: var(--kc-panel, #fff);
  border: 1px solid var(--kc-line, #dcd9e6); box-shadow: 0 6px 20px rgba(31, 34, 51, .06); }
.kh-plan-top { border: 2px solid var(--kc-rose, #ff2d95); box-shadow: 0 14px 34px rgba(255, 45, 149, .16); }
.kh-pill { position: absolute; top: -13px; left: 24px; padding: 6px 12px; border-radius: 999px; background: var(--kc-rose, #ff2d95); color: #fff;
  font-size: 11.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.kh-plan-name { font-size: 12.5px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--kc-txt-2, #5a5670); }
.kh-plan-price { margin: 8px 0 4px; font: 700 clamp(28px, 3vw, 36px)/1.05 var(--kc-display, Arial, sans-serif); letter-spacing: -.02em; color: var(--kc-slate, #1f2233);
  font-variant-numeric: tabular-nums; }
.kh-plan-price small { font: 700 14px/1 var(--kc-body, Arial, sans-serif); color: var(--kc-txt-2, #5a5670); letter-spacing: 0; }
.kh-plan-from { font-size: 13px; color: var(--kc-txt-2, #5a5670); margin: 0 0 16px !important; }
.kh-feat { list-style: none; margin: 0 0 20px; padding: 16px 0 0; border-top: 1px solid var(--kc-line, #dcd9e6); flex: 1; }
.kh-feat li { display: flex; align-items: center; gap: 10px; padding: 5px 0; font-size: 14.5px; color: var(--kc-txt, #1d1b2a); }
.kh-feat li svg { flex: none; width: 20px; height: 20px; padding: 4px; border-radius: 50%; fill: none; stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; }
.kh-feat .kh-y svg { background: #e3f8ec; stroke: #139a50; }
.kh-feat .kh-n { color: #9a97ab; }
.kh-feat .kh-n svg { background: #f0eff5; stroke: #aaa7ba; }
.kh-plan .kh-btn, .kh-plan .kh-call { justify-content: center; width: 100%; }
.kh-plan-top .kh-btn { background: var(--kc-rose, #ff2d95); }
.kh-price-note { margin: 16px 0 0 !important; text-align: center; font-size: 14.5px !important; color: var(--kc-txt-2, #5a5670) !important; }

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
  .kh-types { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 991px) {
  .kh-book .kh-card, .kh-why-grid, .kh-dark, .kh-better, .kh-soft, .kh-story, .kh-areas { grid-template-columns: 1fr; }
  .kh-3 { grid-template-columns: 1fr; }
  .kh-plans { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
  .kh-book .kh-photo { aspect-ratio: 4 / 3; }
  .kh-soft .kh-photo { aspect-ratio: 4 / 3; max-height: none; }
  .kh-soft .kh-photo img { object-position: 50% 30%; }
  .kh-story .kh-photo { order: -1; }
}
@media (max-width: 640px) {
  .kh { padding: 16px 0; }
  .kh-in { padding: 0 14px; }
  .kh-card, .kh-dark, .kh-soft, .kh-read { border-radius: 18px; }
  .kh-types { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .kh-feats, .kh-stats, .kh-perks, .kh-find { grid-template-columns: 1fr; }
  .kh-stats { grid-template-columns: 1fr 1fr; }
  .kh-acts > a { flex: 1 1 100%; justify-content: center; }
  .kh-wa { justify-content: flex-start; }
  .kh-wa .kh-go { margin-left: auto; }
  .kh-bar { padding: 18px; }
  .kh-tile { min-height: 160px; }
}
@media (prefers-reduced-motion: reduce) {
  .kh-wa-ic::after { animation: none; }
  .kh-type img, .kh-type, .kh-tile, .kh-wa { transition: none; }
}
