/*
 * Konutkent kurumsal tasarım düzeltme katmanı
 * Yön: rafine, editoryal, lacivert-beyaz; altın yalnız vurgu.
 * Bu dosya mevcut bileşenleri yeniden boyar; içerik veya proje verisi üretmez.
 */

:root {
  --kk-polish-navy-950: #07182d;
  --kk-polish-navy-900: #0a2445;
  --kk-polish-navy-800: #113a67;
  --kk-polish-navy-700: #174c83;
  --kk-polish-ink: #10233e;
  --kk-polish-muted: #52647a;
  --kk-polish-gold: #c89c51;
  --kk-polish-gold-dark: #8b672d;
  --kk-polish-paper: #ffffff;
  --kk-polish-mist: #f4f7fa;
  --kk-polish-cream: #f6f2ea;
  --kk-polish-line: #dce4eb;
  --kk-polish-danger: #9f2f2a;
  --kk-polish-shadow: 0 18px 55px rgba(7, 24, 45, .09);
  --kk-polish-radius: 18px;
  --kk-polish-display: Georgia, "Times New Roman", serif;
  --kk-polish-body: "Aptos", "Segoe UI", sans-serif;
  --kk-polish-header-height: 76px;
  --kk-polish-header-height-mobile: 68px;
  --kk-polish-header-background: rgba(255, 255, 255, .97);
  --kk-polish-header-border: rgba(7, 24, 45, .12);
}

body.kk-preview {
  background: var(--kk-polish-mist);
  color: var(--kk-polish-ink);
  font-family: var(--kk-polish-body);
}

/* Klavye odağı bütün etkileşimli öğelerde görünür kalır. */
body.kk-preview :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid rgba(200, 156, 81, .72) !important;
  outline-offset: 3px !important;
}

.kk-preview-banner {
  min-height: 32px;
  padding-block: 8px;
}

/* Header: masaüstünde tek, sakin ve dengeli satır. */
.kk-site-header:not(.kk-site-header--project) {
  align-items: center;
  backdrop-filter: blur(14px);
  background: var(--kk-polish-header-background);
  border-bottom: 1px solid var(--kk-polish-header-border);
  display: grid;
  gap: 12px 24px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: var(--kk-polish-header-height);
  padding-block: 11px;
}
.kk-site-header--project {
  display: block;
  min-height: 0;
  padding-block: 0;
  width: 100%;
}

/* Runtime tarafindan Houzez/karmasik eski kabuk yerine eklenen header,
 * Core sayfalarindaki preview.css tabanina bagimli kalamaz. Ayni temel
 * geometriyi burada da eksiksiz kurarak tum sayfa ailelerinde tek marka
 * ritmini korur. */
.kk-site-header.kk-v22-injected-header {
  box-sizing: border-box;
  padding-inline: 24px;
  position: relative;
}
.kk-site-header.kk-v22-injected-header .kk-brand {
  align-items: center;
  display: flex;
  gap: 12px;
  line-height: 1;
  text-decoration: none;
}
.kk-site-header.kk-v22-injected-header .kk-brand-mark {
  align-items: center;
  background: var(--kk-polish-navy-900);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 40px;
  font-family: Georgia, serif;
  font-size: 23px;
  justify-content: center;
}
.kk-site-header.kk-v22-injected-header .kk-brand strong,
.kk-site-header.kk-v22-injected-header .kk-brand small {
  display: block;
  letter-spacing: .11em;
}
.kk-site-header.kk-v22-injected-header .kk-brand strong {
  font-family: var(--kk-polish-display);
  line-height: 1.05;
}
.kk-site-header.kk-v22-injected-header .kk-brand small {
  color: var(--kk-polish-muted);
  font-family: var(--kk-polish-body);
  font-size: 9px;
  line-height: 1.15;
  margin-top: 2px;
}

/* KDS proje detay kabuğu ile genel sayfa kabuğu aynı header tokenlarını
 * kullanır. DOM'lar farklı olsa da renk, çizgi, yükseklik ve tipografi artık
 * iki ayrı görsel sistem üretmez. */
.kk-baslik {
  backdrop-filter: blur(14px);
  background: var(--kk-polish-header-background) !important;
  border-bottom: 1px solid var(--kk-polish-header-border) !important;
}
.kk-baslik > .kk-shell {
  min-height: var(--kk-polish-header-height) !important;
}
.kk-brand,
.kk-marka {
  color: var(--kk-polish-ink);
  font-family: var(--kk-polish-display);
}
.kk-main-nav,
.kk-menu {
  font-family: var(--kk-polish-body);
}

/* Yeni kurumsal kabuk mevcutsa Houzez'in ikinci/kırmızı kabuğu görünmez.
 * :has desteği olmayan tarayıcıda hiçbir şey gizlenmez (fail-closed). */
body:has(.kk-site-header) :is(.top-bar-wrap, .header-main-wrap, .houzez-header-main, #header-section, .footer-wrap, .houzez-footer, .mobile-nav-wrap, .nav-mobile) {
  display: none !important;
}

/* Hukuk ve danışman rotalarında dikine harf akışı yasaktır. */
body.kk-legal-route :where(main, main *) {
  max-inline-size: 100%;
  min-inline-size: 0;
  text-orientation: mixed !important;
  writing-mode: horizontal-tb !important;
  word-break: normal;
}
body.kk-legal-route main > :where(.container, .kk-shell, .kk-legal-shell) {
  grid-template-columns: minmax(0, 1fr) !important;
  inline-size: min(100% - 40px, 1180px);
  margin-inline: auto;
}
body.kk-legal-route main > :where(.container, .kk-shell, .kk-legal-shell) > .kk-legal-card {
  grid-column: 1 / -1 !important;
  min-width: 0;
}

.kk-brand { flex: 0 0 auto; }
.kk-brand-mark { height: 40px; width: 40px; }
.kk-brand strong { font-size: 17px; }
.kk-main-nav {
  align-items: center;
  display: flex;
  flex-wrap: nowrap !important;
  gap: clamp(12px, 1.35vw, 22px) !important;
  justify-content: flex-end !important;
  min-width: 0;
}
.kk-main-nav > a,
.kk-main-nav > .kk-nav-sub > summary {
  color: var(--kk-polish-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.kk-nav-sub {
  position: relative;
}
.kk-nav-sub > summary {
  cursor: pointer;
  list-style: none;
}
.kk-nav-sub > summary::-webkit-details-marker { display: none; }
.kk-nav-sub > summary::after {
  content: "\2193";
  display: inline-block;
  font-size: 10px;
  margin-inline-start: 6px;
  transition: transform .18s ease;
}
.kk-nav-sub[open] > summary::after { transform: rotate(180deg); }
.kk-nav-sub-panel {
  background: #fff;
  border: 1px solid var(--kk-polish-line);
  box-shadow: var(--kk-polish-shadow);
  display: grid;
  gap: 0;
  inset-block-start: calc(100% + 16px);
  inset-inline-start: 50%;
  min-width: 310px;
  padding: 10px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 100;
}
.kk-nav-sub-panel a {
  border-inline-start: 2px solid transparent;
  color: var(--kk-polish-ink);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.25;
  padding: 10px 12px;
  text-decoration: none;
}
.kk-nav-sub-panel a:hover,
.kk-nav-sub-panel a:focus-visible {
  background: var(--kk-polish-mist);
  border-inline-start-color: var(--kk-polish-gold);
}
.kk-main-nav > a { position: relative; }
.kk-main-nav > a::after {
  background: var(--kk-polish-gold);
  bottom: -8px;
  content: "";
  height: 2px;
  inset-inline: 50%;
  position: absolute;
  transition: inset-inline .18s ease;
}
.kk-main-nav > a:hover::after,
.kk-main-nav > a:focus-visible::after { inset-inline: 0; }
.kk-language-switcher {
  display: none !important;
}
.kk-language-note { display: none; }
.kk-header-cta {
  background: var(--kk-polish-navy-900);
  border: 1px solid var(--kk-polish-navy-900);
  border-radius: 2px;
  min-height: 44px;
  padding-inline: 18px;
  white-space: nowrap;
}
.kk-header-cta:hover { background: var(--kk-polish-navy-950); }
.kk-nav-toggle-input,
.kk-nav-toggle { display: none; }

/* Bütün gerçek etkileşimler için Konutkent 44×44 dokunma sözleşmesi. Görsel
 * olarak metin bağlantısı kalsa da etkileşim kutusu küçülmez. */
.kk-site-header :is(.kk-brand, .kk-main-nav > a, .kk-main-nav > .kk-nav-sub > summary, .kk-header-cta),
.kk-filter-pills a,
.kk-project-card h3 a,
.kk-card-footer a,
.kk-text-link,
.kk-section-head a,
.kk-site-footer a,
body.single-kk_project :is(.kk-breadcrumb a, .kk-sss summary) {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
  min-width: 44px;
}
.kk-filter-pills a { min-height: 44px !important; }
.kk-project-card h3 a,
.kk-card-footer a,
.kk-text-link,
.kk-section-head a { padding-block: 8px; }
.kk-site-footer :is(.kk-legal-links, .kk-join-links, .kk-footer-contact) { gap-block: 0; }

/* İç sayfalar aynı bilgi mimarisi ve görsel ritimle başlar. Breadcrumb ayrı
 * bir H1 üretmez; mevcut başlığın yol bağlamını görünür kılar. */
.kk-polish-breadcrumb {
  align-items: center;
  background: var(--kk-polish-mist);
  color: var(--kk-polish-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 8px;
  line-height: 1.45;
  margin-inline: auto;
  max-width: 1180px;
  min-height: 48px;
  padding: 12px 0;
  width: min(calc(100% - 40px), 1180px);
}
.kk-polish-breadcrumb a {
  align-items: center;
  color: var(--kk-polish-navy-700);
  display: inline-flex;
  font-weight: 750;
  min-height: 44px;
  min-width: 44px;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.kk-contact-options a,
.kk-brand-contact a,
.kk-legal-card a,
.kk-application-form a,
.kk-lead-form a {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
}

.kk-cro__btn { min-height: 44px !important; }

.kk-tera-art img,
.kk-project-visual > img[data-kk-verified-project-image="tera-park"] {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.kk-polish-breadcrumb [aria-current="page"] {
  color: var(--kk-polish-ink);
  min-width: 0;
  overflow-wrap: anywhere;
}

/* WordPress'te yayımlı kalan benzersiz hukuki/kurumsal sayfalar aynı global
 * kabuğu kullanır. Eski Houzez kırmızı logo, dil şeridi ve footer görünmez. */
body.kk-v22-unified-shell #main-wrap > :is(.header-main-wrap, .nav-mobile),
body.kk-v22-unified-shell > .footer-wrap {
  display: none !important;
}
body.kk-v22-unified-shell #main-wrap {
  background: var(--kk-polish-mist);
  min-height: 60vh;
}
body.kk-v22-unified-shell .page-wrap {
  background: transparent;
  padding-block: 0 clamp(64px, 8vw, 104px);
}
body.kk-v22-unified-shell .page-wrap > .container {
  max-width: 1180px;
  padding-inline: 20px;
  width: 100%;
}
body.kk-v22-unified-shell .page-title-wrap {
  padding-block: 36px 28px;
}
body.kk-v22-unified-shell .breadcrumb-wrap {
  color: var(--kk-polish-muted);
  font-size: 13px;
  margin-bottom: 16px;
}
body.kk-v22-unified-shell .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}
body.kk-v22-unified-shell .breadcrumb a { color: var(--kk-polish-navy-700); }
body.kk-v22-unified-shell .breadcrumb a {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
}
body.kk-v22-unified-shell :is(a.button, button, input[type="submit"], input[type="button"], summary) {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
}
body.kk-v22-unified-shell :is(input[type="checkbox"], input[type="radio"]) {
  box-sizing: border-box;
  min-height: 44px;
  min-width: 44px;
}
body.kk-v22-unified-shell :is(
  .page-content-wrap ul a,
  .page-content-wrap > p a,
  .kk-market-service-card__content > a,
  .kk-market-why a,
  .kk-fee-link a,
  .kk-newsletter__consent a
) {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
}
body.kk-v22-unified-shell .kk-newsletter__form fieldset label {
  min-height: 44px;
}
.kk-filter-pills a small {
  display: inline-block;
  margin-inline-start: .35em;
}
body.kk-v22-unified-shell .page-title h1 {
  color: var(--kk-polish-navy-950);
  font: 500 clamp(38px, 5vw, 68px)/1.04 var(--kk-polish-display);
  letter-spacing: -.025em;
  margin: 0;
}
body.kk-v22-unified-shell .page-wrap > .container > .row {
  display: block;
  margin: 0;
}
body.kk-v22-unified-shell .bt-content-wrap {
  flex: none;
  max-width: 940px;
  padding: 0;
  width: 100%;
}
body.kk-v22-unified-shell .article-wrap {
  background: #fff;
  border: 0;
  border-top: 4px solid var(--kk-polish-gold);
  box-shadow: var(--kk-polish-shadow);
  margin: 0;
  padding: clamp(28px, 5vw, 64px);
}
body.kk-v22-unified-shell .page-content-wrap {
  color: var(--kk-polish-ink);
  font: 400 16px/1.78 var(--kk-polish-body);
}
body.kk-v22-unified-shell .page-content-wrap :is(h2, h3) {
  color: var(--kk-polish-navy-950);
  font-family: var(--kk-polish-display);
  font-weight: 500;
  line-height: 1.18;
}
body.kk-v22-unified-shell .page-content-wrap h2 {
  font-size: clamp(27px, 3vw, 38px);
  margin-block: 42px 18px;
}
body.kk-v22-unified-shell .page-content-wrap :is(p, li) {
  max-width: 76ch;
  overflow-wrap: break-word;
  writing-mode: horizontal-tb !important;
}
body.kk-v22-unified-shell .page-content-wrap a {
  color: var(--kk-polish-navy-700);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
body.kk-v22-unified-shell .kk-not {
  background: var(--kk-polish-cream);
  border-inline-start: 4px solid var(--kk-polish-gold);
  padding: 16px 18px;
}
body.kk-v22-unified-shell :is(.widget-wrap, .sidebar-wrap) { display: none !important; }

/* İçerik ritmi: daha editoryal başlıklar, daha az tema-kartı hissi. */
.kk-catalog-hero h1,
.kk-hero h1,
.kk-section-head h2,
.kk-legal-card h2,
.kk-application-copy h2 { font-family: var(--kk-polish-display); }
.kk-catalog-hero { padding-block: clamp(64px, 7vw, 96px); }
.kk-catalog-hero p { max-width: 760px; }
.kk-catalog-hero h1 { max-width: 980px; }
.kk-section { width: min(100%, 1180px); }
.kk-project-card,
.kk-intent-grid article,
.kk-news-grid article,
.kk-empty-state {
  border-radius: var(--kk-polish-radius);
  box-shadow: 0 12px 38px rgba(7, 24, 45, .055);
}
.kk-project-visual { height: clamp(220px, 20vw, 282px); }
.kk-project-visual img {
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
  width: 100%;
}
.kk-project-card:hover .kk-project-visual img { transform: scale(1.025); }
.kk-project-card {
  border-radius: 2px;
  display: flex;
  flex-direction: column;
}
.kk-project-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.kk-card-footer { margin-top: auto; }
.kk-project-location {
  color: var(--kk-polish-navy-700);
  letter-spacing: .075em;
}
.kk-project-badge {
  border-radius: 2px;
  letter-spacing: .04em;
}
.kk-card-footer a {
  color: var(--kk-polish-navy-700);
  text-underline-offset: 4px;
}
.kk-project-visual:empty,
.kk-project-visual:not(:has(img)) {
  background:
    linear-gradient(145deg, rgba(7, 24, 45, .94), rgba(23, 76, 131, .84));
}
.kk-project-visual:empty::after,
.kk-project-visual:not(:has(img))::after {
  color: rgba(255, 255, 255, .76);
  content: "G\00f6 rsel do\011f rulan\0131 yor";
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* Proje arşivleri: sonuç özeti, şehir filtreleri ve sayfalama aynı kontrol dilinde. */
.kk-filter-shell {
  border-radius: 2px;
  box-shadow: 0 10px 30px rgba(7, 24, 45, .045);
}
.kk-filter-copy strong { color: var(--kk-polish-navy-950); }
.kk-filter-pills a {
  border: 1px solid transparent;
  border-radius: 2px;
  color: var(--kk-polish-ink);
  min-height: 42px;
}
.kk-filter-pills a:hover,
.kk-filter-pills a:focus-visible {
  background: #fff;
  border-color: var(--kk-polish-navy-700);
}
.kk-filter-pills a.is-active {
  background: var(--kk-polish-navy-900);
  border-color: var(--kk-polish-navy-900);
  color: #fff;
}
.kk-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-block: 42px 72px;
}
.kk-pagination :is(a, span) {
  align-items: center;
  border: 1px solid var(--kk-polish-line);
  border-radius: 2px;
  color: var(--kk-polish-ink);
  display: inline-flex;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding-inline: 12px;
  text-decoration: none;
}
.kk-pagination a:hover,
.kk-pagination a:focus-visible { border-color: var(--kk-polish-navy-700); }
.kk-pagination .is-active {
  background: var(--kk-polish-navy-900);
  border-color: var(--kk-polish-navy-900);
  color: #fff;
}

/* Gerçek kk_project detay şablonu: veri ve galeriyi değiştirmeden görsel yakınsama. */
body.single-kk_project .kk-gallery__main { border-radius: 2px; }
body.single-kk_project .kk-gallery__thumbs {
  padding-bottom: 10px;
  scrollbar-color: var(--kk-polish-gold) var(--kk-polish-mist);
  scrollbar-width: thin;
}
body.single-kk_project .kk-gallery__thumbs img { border-radius: 2px; }
body.single-kk_project .kk-single-facts {
  background: var(--kk-polish-mist);
  border: 0;
  border-inline-start: 4px solid var(--kk-polish-gold);
  border-radius: 0;
}
body.single-kk_project .kk-single-facts__label {
  color: var(--kk-polish-muted);
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
body.single-kk_project .kk-single-facts__value { color: var(--kk-polish-navy-950); }
body.single-kk_project .kk-single-header__title,
body.single-kk_project .kk-project-entry h2 {
  color: var(--kk-polish-navy-950);
  font-family: var(--kk-polish-display);
  font-weight: 500;
}

/* Footer bütün sayfalarda aynı kolon, boşluk ve bağlantı ritmini kullanır. */
.kk-site-footer:not(.kk-site-footer--project) {
  align-items: start;
  background: var(--kk-polish-navy-950);
  box-sizing: border-box;
  color: #fff;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(220px, 1.25fr) minmax(180px, .8fr) minmax(160px, .65fr) minmax(220px, 1fr);
  padding: 44px max(24px, calc((100vw - 1180px) / 2));
}
.kk-site-footer--project {
  display: block;
  width: 100%;
}
.kk-site-footer nav { align-content: start; }
.kk-site-footer strong,
.kk-site-footer span,
.kk-site-footer a { display: block; }
.kk-site-footer span {
  color: #9fb0c2;
  font-size: 13px;
  margin-top: 8px;
}
.kk-site-footer a {
  color: #fff;
  font-size: 13px;
  min-height: 44px;
  text-decoration: none;
  text-underline-offset: 4px;
}
.kk-site-footer a:hover,
.kk-site-footer a:focus-visible { color: #e2c891; }
.kk-footer-contact { justify-self: end; }

/* P0: Hukuk/hizmet kartı iki sütunlu kabın ~286px dar kolonuna düşemez.
 * Not/aside varsa kart daima geniş ikinci kolondadır; tek kart bütün satırı
 * kullanır. 980px altında açıkça tek kolona geçilir. */
.kk-legal-shell {
  grid-template-columns: minmax(220px, .35fr) minmax(560px, 1fr) !important;
}
.kk-legal-shell > .kk-legal-card {
  grid-column: 2;
  min-width: min(100%, 560px);
  width: 100%;
}
.kk-legal-shell > .kk-legal-card:only-child {
  grid-column: 1 / -1;
  margin-inline: auto;
  width: min(100%, 980px);
}
.kk-legal-card {
  border-radius: var(--kk-polish-radius);
  box-shadow: var(--kk-polish-shadow);
  min-width: 0;
  overflow-wrap: break-word;
  text-orientation: mixed;
  white-space: normal;
  word-break: normal;
  writing-mode: horizontal-tb !important;
}
.kk-legal-card :where(h1, h2, h3, h4, p, li, dt, dd, th, td, label, span, a) {
  text-orientation: mixed;
  white-space: normal;
  word-break: normal;
  writing-mode: horizontal-tb !important;
}
.kk-legal-card :where(a, code) { overflow-wrap: anywhere; }
.kk-legal-card > :first-child { margin-top: 0; }
.kk-legal-card > :last-child { margin-bottom: 0; }
.kk-legal-card code {
  background: #edf2f6;
  border: 1px solid var(--kk-polish-line);
  border-radius: 4px;
  color: var(--kk-polish-ink);
  font-size: .88em;
  padding: 2px 5px;
}
.kk-legal-card table { min-width: 0; }
.kk-legal-card th {
  background: var(--kk-polish-navy-900);
  color: #fff;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.kk-service-card > p {
  font-size: 17px;
  max-width: 76ch;
}
.kk-service-card > :is(h2, p, ul, .kk-service-faq):not(.kk-legal-table-wrap) {
  margin-inline-end: auto;
  max-width: 76ch;
}
.kk-service-list {
  display: grid;
  gap: 10px;
  line-height: 1.65;
  padding-inline-start: 22px;
}
.kk-service-faq {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.kk-service-faq details {
  align-self: start;
  background: var(--kk-polish-mist);
  border: 1px solid var(--kk-polish-line);
  border-radius: 2px;
}
.kk-service-faq summary {
  color: var(--kk-polish-ink);
  cursor: pointer;
  font-weight: 800;
  line-height: 1.4;
  padding: 17px 18px;
}
.kk-service-faq details p {
  border-top: 1px solid var(--kk-polish-line);
  margin: 0;
  padding: 16px 18px 20px;
}
.kk-service-cta {
  align-items: center;
  background: var(--kk-polish-cream);
  border-inline-start: 4px solid var(--kk-polish-gold);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  margin-bottom: 72px;
  padding: 30px 34px;
}
.kk-service-cta p { margin: 0; }
.kk-service-cta .kk-hero-actions { margin: 0; }
.kk-service-cta .kk-button-ghost {
  border: 1px solid var(--kk-polish-navy-900);
  color: var(--kk-polish-navy-900);
}

/* Hizmetler ve Ücretler: shortcode çıktısı da ana tasarım sisteminin parçasıdır. */
.kk-embedded-tools .kk-network-page {
  background: #fff;
  border-top: 4px solid var(--kk-polish-gold);
  box-shadow: var(--kk-polish-shadow);
  margin-inline: auto;
  max-width: 980px;
  padding: clamp(26px, 4vw, 48px);
}
.kk-embedded-tools .kk-network-intro {
  border-bottom: 1px solid var(--kk-polish-line);
  margin-bottom: 26px;
  padding-bottom: 22px;
}
.kk-embedded-tools .kk-network-intro .eyebrow {
  color: var(--kk-polish-gold-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .16em;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.kk-embedded-tools .kk-network-intro h2 {
  color: var(--kk-polish-navy-950);
  font: 500 clamp(30px, 4vw, 48px)/1.08 var(--kk-polish-display);
  margin: 0 0 14px;
}
.kk-embedded-tools .kk-network-intro p:last-child {
  color: var(--kk-polish-muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  max-width: 72ch;
}
.kk-embedded-tools .kk-fee-table {
  border: 1px solid var(--kk-polish-line);
  display: grid;
  margin-block: 0 26px;
}
.kk-embedded-tools .kk-fee-table [role="row"] {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(190px, .75fr) minmax(0, 1.25fr);
  padding: 15px 18px;
}
.kk-embedded-tools .kk-fee-table [role="row"] + [role="row"] {
  border-top: 1px solid var(--kk-polish-line);
}
.kk-embedded-tools .kk-fee-table [role="row"]:first-child {
  background: var(--kk-polish-navy-900);
  color: #fff;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.kk-embedded-tools .kk-fee-table b { color: var(--kk-polish-navy-900); }
.kk-embedded-tools .kk-network-page > p:last-child { margin: 24px 0 0; }
.kk-embedded-tools .kk-network-page .button-primary {
  background: var(--kk-polish-navy-900);
  border: 1px solid var(--kk-polish-navy-900);
  border-radius: 2px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  min-height: 48px;
  padding: 0 22px;
  text-decoration: none;
}
.kk-embedded-tools .kk-network-page .button-primary:hover,
.kk-embedded-tools .kk-network-page .button-primary:focus-visible {
  background: var(--kk-polish-navy-950);
}

/* Koyu partner kartinda sayfa-kaynagi h3 rengi ebeveynin beyaz metnini
 * eziyordu. Kartin kendi kontrast sozlesmesi tum metin katmanlarinda korunur. */
body.kk-v22-unified-shell .kk-network-paths > article:nth-of-type(3) h3 {
  color: #fff !important;
}
body.kk-v22-unified-shell .kk-network-paths > article:nth-of-type(3) p {
  color: rgba(255, 255, 255, .84) !important;
}
body.kk-v22-unified-shell .kk-network-paths > article:nth-of-type(3) > span {
  color: #e2c891 !important;
}

/* Kurumsal, ilan ve haber kartları aynı görsel grameri kullanır. */
.kk-intent-grid article,
.kk-news-grid article,
.kk-empty-state {
  border-radius: 2px;
  border-top: 3px solid var(--kk-polish-gold);
}
.kk-intent-grid article,
.kk-news-grid article {
  display: flex;
  flex-direction: column;
}
.kk-intent-grid > :is(.kk-section-title, h2):first-child {
  grid-column: 1 / -1;
  margin-bottom: 4px;
}
.kk-intent-grid article > :last-child,
.kk-news-grid article > :last-child { margin-bottom: 0; }
.kk-intent-grid .kk-button { align-self: flex-start; margin-top: auto; }
.kk-news-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.kk-news-grid article { min-height: 250px; }
.kk-news-grid h2 { line-height: 1.18; }
.kk-empty-state {
  box-shadow: var(--kk-polish-shadow);
  margin-inline: auto;
  max-width: 900px;
}
.kk-view-thanks .kk-empty-state,
.kk-view-not-found .kk-empty-state { text-align: center; }
.kk-view-thanks .kk-empty-state .kk-button,
.kk-view-not-found .kk-empty-state .kk-button { justify-self: center; }

/* Arama alanı ve sonuç listesi uzun kataloglarda sakin, okunabilir kalır. */
.kk-search-form {
  border: 0;
  border-radius: 2px;
  box-shadow: var(--kk-polish-shadow);
  margin-inline: auto;
  max-width: 900px;
}
.kk-search-form input {
  border-radius: 2px;
  min-height: 50px;
}
.kk-search-form .kk-button-primary {
  background: var(--kk-polish-gold);
  border: 1px solid var(--kk-polish-gold-dark);
  border-radius: 2px;
  color: var(--kk-polish-navy-950);
  min-width: 120px;
}

/* Satılık, kiralık ve ilan araması: ham eklenti formu tek tasarım diline girer. */
.kk-smart-search {
  background: #fff;
  border: 0;
  border-top: 4px solid var(--kk-polish-gold);
  border-radius: 0;
  box-shadow: var(--kk-polish-shadow);
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  padding: clamp(20px, 3vw, 30px);
}
.kk-smart-search label {
  color: var(--kk-polish-ink);
  display: grid;
  font-size: 12px;
  font-weight: 800;
  gap: 8px;
}
.kk-smart-search :is(input, select) {
  background: #fff;
  border: 1px solid #aebdcc;
  border-radius: 2px;
  color: var(--kk-polish-ink);
  font: 500 15px/1.3 var(--kk-polish-body);
  min-height: 50px;
  padding: 10px 12px;
  width: 100%;
}
.kk-smart-search :is(input, select):focus {
  border-color: var(--kk-polish-navy-700);
  box-shadow: 0 0 0 3px rgba(23, 76, 131, .14);
  outline: 0;
}
.kk-smart-search .button-primary {
  align-self: end;
  background: var(--kk-polish-navy-900);
  border: 1px solid var(--kk-polish-navy-900);
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font: 800 14px/1 var(--kk-polish-body);
  min-height: 50px;
  padding: 0 20px;
}
.kk-smart-search .button-primary:hover,
.kk-smart-search .button-primary:focus-visible { background: var(--kk-polish-navy-950); }

/* v6 — Gerçek WordPress `property` kaynağına bağlanan ilan sözleşmesi.
 * Veri üretmez veya meta alanı tahmin etmez. `.kk-listing-*` hedef DOM'udur;
 * `post-type-archive-property` ve `single-property` gerçek sayfa kapılarıdır. */
body.post-type-archive-property,
body.single-property {
  background: var(--kk-polish-paper);
  color: var(--kk-polish-ink);
  font-family: var(--kk-polish-body);
}
body.post-type-archive-property :where(.page-title, .item-title),
body.single-property :where(.page-title, .property-title, .item-title) {
  color: var(--kk-polish-navy-950);
  font-family: var(--kk-polish-display);
  font-weight: 500;
}
.kk-listing-toolbar {
  background: #fff;
  border-block: 1px solid var(--kk-polish-line);
  display: grid;
  gap: 20px;
  margin-block: -24px 34px;
  padding-block: 24px;
}
.kk-listing-toolbar__summary,
.kk-listing-toolbar__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
}
.kk-listing-toolbar__summary strong {
  color: var(--kk-polish-navy-950);
  font: 500 clamp(24px, 3vw, 36px)/1.1 var(--kk-polish-display);
}
.kk-listing-toolbar__summary span { color: var(--kk-polish-muted); }
.kk-listing-toolbar__filters {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(135px, 1fr)) auto;
}
.kk-listing-toolbar label {
  color: var(--kk-polish-muted);
  display: grid;
  font-size: 12px;
  font-weight: 750;
  gap: 7px;
}
.kk-listing-toolbar :is(input, select, button) { font: inherit; }
.kk-listing-toolbar :is(input, select) {
  background: #fff;
  border: 1px solid var(--kk-polish-line);
  border-radius: 2px;
  color: var(--kk-polish-ink);
  min-height: 48px;
  padding-inline: 13px;
}
.kk-listing-toolbar__filters .kk-button { align-self: end; min-height: 48px; }
.kk-listing-toolbar__actions > button {
  background: transparent;
  border: 0;
  color: var(--kk-polish-navy-700);
  cursor: pointer;
  font-weight: 800;
  min-height: 44px;
  padding: 8px 0;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.kk-listing-toolbar__actions label { align-items: center; display: flex; flex-direction: row; }
.kk-listing-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.kk-listing-card,
.kk-news-card {
  background: #fff;
  border: 1px solid var(--kk-polish-line);
  border-radius: 2px;
  box-shadow: 0 12px 38px rgba(7, 24, 45, .055);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}
.kk-listing-card__media,
.kk-news-card__media {
  aspect-ratio: 4 / 3;
  background: linear-gradient(145deg, var(--kk-polish-navy-950), var(--kk-polish-navy-700));
  display: block;
  overflow: hidden;
  position: relative;
}
.kk-listing-card__visual { inset: 0; position: absolute; }
.kk-listing-card__media img,
.kk-news-card__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.kk-listing-card__status {
  background: rgba(7, 24, 45, .92);
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  inset-block-start: 14px;
  inset-inline-start: 14px;
  letter-spacing: .1em;
  padding: 8px 10px;
  position: absolute;
  text-transform: uppercase;
}
.kk-listing-card__count,
.kk-listing-card__save {
  background: rgba(255, 255, 255, .94);
  border: 0;
  color: var(--kk-polish-navy-950);
  font-size: 12px;
  font-weight: 800;
  inset-block-end: 12px;
  padding: 8px 10px;
  position: absolute;
  z-index: 2;
}
.kk-listing-card__count { inset-inline-start: 12px; }
.kk-listing-card__save { cursor: pointer; inset-inline-end: 12px; min-height: 36px; }
.kk-listing-card__body,
.kk-news-card__body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.kk-listing-card__eyebrow,
.kk-news-card__meta {
  color: var(--kk-polish-gold-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.kk-listing-card h2,
.kk-news-card h2 {
  color: var(--kk-polish-navy-950);
  font: 500 clamp(24px, 2.2vw, 32px)/1.12 var(--kk-polish-display);
  margin: 12px 0;
}
.kk-listing-card h2 a,
.kk-news-card h2 a { color: inherit; text-decoration: none; }
.kk-listing-card__facts {
  border-block: 1px solid var(--kk-polish-line);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-block: 4px 18px;
  padding-block: 14px;
}
.kk-listing-card__facts span { color: var(--kk-polish-muted); font-size: 13px; }
.kk-listing-card__price {
  color: var(--kk-polish-navy-950);
  font-size: 17px;
  font-weight: 850;
  margin-top: auto;
}
.kk-listing-card__link,
.kk-news-card__link {
  color: var(--kk-polish-navy-700);
  font-weight: 800;
  margin-top: 16px;
  text-underline-offset: 4px;
}

.kk-listing-detail,
.kk-news-detail { width: min(100%, 1180px); margin-inline: auto; padding: clamp(44px, 6vw, 88px) 24px; }
.kk-listing-detail__breadcrumb {
  color: var(--kk-polish-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 8px;
  margin-bottom: 26px;
}
.kk-listing-detail__breadcrumb a { color: var(--kk-polish-navy-700); }
.kk-listing-detail__header,
.kk-news-detail__header { max-width: 900px; }
.kk-listing-detail__header {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
  max-width: none;
}
.kk-listing-detail__header h1,
.kk-news-detail__header h1 {
  color: var(--kk-polish-navy-950);
  font: 500 clamp(38px, 6vw, 72px)/1.02 var(--kk-polish-display);
  margin: 14px 0 20px;
}
.kk-listing-detail__lead,
.kk-news-detail__lead { color: var(--kk-polish-muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.6; }
.kk-listing-detail__headline-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  padding-bottom: 20px;
}
.kk-listing-detail__headline-actions strong { color: var(--kk-polish-navy-950); font-size: 22px; margin-inline-end: 8px; }
.kk-listing-detail__headline-actions button,
.kk-listing-detail__media-tools button,
.kk-listing-detail__gallery > button {
  background: #fff;
  border: 1px solid var(--kk-polish-navy-900);
  border-radius: 2px;
  color: var(--kk-polish-navy-900);
  cursor: pointer;
  font-weight: 800;
  min-height: 44px;
  padding-inline: 16px;
}
.kk-listing-detail__media-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}
.kk-listing-detail__media-tools button[aria-pressed="true"] { background: var(--kk-polish-navy-900); color: #fff; }
.kk-listing-detail__gallery {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr);
  margin-block: 38px;
}
.kk-listing-detail__gallery > button {
  inset-block-end: 16px;
  inset-inline-end: 16px;
  position: absolute;
  z-index: 3;
}
.kk-listing-detail__gallery { position: relative; }
.kk-listing-detail__gallery figure { background: var(--kk-polish-mist); margin: 0; min-height: 220px; overflow: hidden; }
.kk-listing-detail__gallery figure:first-child { grid-row: span 2; }
.kk-listing-detail__gallery img { height: 100%; object-fit: cover; width: 100%; }
.kk-listing-detail__layout {
  align-items: start;
  display: grid;
  gap: clamp(36px, 6vw, 76px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
}
.kk-listing-detail__facts {
  border-block: 1px solid var(--kk-polish-line);
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-block: 0 34px;
  padding-block: 22px;
}
.kk-listing-detail__facts dt { color: var(--kk-polish-muted); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.kk-listing-detail__facts dd { color: var(--kk-polish-navy-950); font-weight: 800; margin: 7px 0 0; }
.kk-listing-detail__aside {
  background: var(--kk-polish-cream);
  border-top: 4px solid var(--kk-polish-gold);
  padding: 28px;
  position: sticky;
  top: 24px;
}
.kk-listing-detail__aside strong { color: var(--kk-polish-navy-950); display: block; font-size: 21px; margin-bottom: 12px; }
.kk-listing-detail__aside .kk-button { margin-top: 12px; width: 100%; }
.kk-listing-detail__aside small { color: var(--kk-polish-muted); display: block; line-height: 1.55; margin-top: 18px; }
.kk-listing-detail__unavailable {
  background: var(--kk-polish-cream);
  border-inline-start: 4px solid var(--kk-polish-gold);
  margin-block: 34px;
  padding: 22px;
}
.kk-listing-mobile-actions { display: none; }
.kk-listing-detail__copy h2,
.kk-news-detail__body h2 { color: var(--kk-polish-navy-950); font: 500 clamp(28px, 3vw, 40px)/1.15 var(--kk-polish-display); }
.kk-listing-detail__copy,
.kk-news-detail__body { font-size: 17px; line-height: 1.8; }

.kk-news-detail__meta {
  align-items: center;
  border-block: 1px solid var(--kk-polish-line);
  color: var(--kk-polish-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-block: 28px 34px;
  padding-block: 16px;
}
.kk-news-detail__media { aspect-ratio: 16 / 8; background: var(--kk-polish-mist); margin-block: 0 40px; overflow: hidden; }
.kk-news-detail__media img { height: 100%; object-fit: cover; width: 100%; }
.kk-news-detail__body { margin-inline: auto; max-width: 760px; }
.kk-news-detail__source {
  background: var(--kk-polish-mist);
  border-inline-start: 4px solid var(--kk-polish-gold);
  margin-block: 34px;
  padding: 18px 20px;
}
.kk-news-detail__source a { overflow-wrap: anywhere; }

body.single-post .entry-title { color: var(--kk-polish-navy-950); font-family: var(--kk-polish-display); font-weight: 500; }
body.single-post .entry-content { color: var(--kk-polish-ink); font-size: 17px; line-height: 1.8; }
body.single-post .entry-content :is(h2, h3) { color: var(--kk-polish-navy-950); font-family: var(--kk-polish-display); font-weight: 500; }

/* v6 — bildirim izni, bildirim merkezi ve sayfa içi geri bildirimler. */
.kk-notification-preprompt,
.kk-notification-settings,
.kk-notification-center {
  background: #fff;
  border: 1px solid var(--kk-polish-line);
  border-radius: 2px;
  box-shadow: var(--kk-polish-shadow);
  color: var(--kk-polish-ink);
}
.kk-notification-preprompt {
  align-items: center;
  border-inline-start: 4px solid var(--kk-polish-gold);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 24px 28px;
}
.kk-notification-preprompt h2,
.kk-notification-center h2,
.kk-notification-settings h2 {
  color: var(--kk-polish-navy-950);
  font: 500 clamp(26px, 3vw, 38px)/1.15 var(--kk-polish-display);
  margin: 0 0 8px;
}
.kk-notification-preprompt p { color: var(--kk-polish-muted); line-height: 1.6; margin: 0; max-width: 70ch; }
.kk-notification-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.kk-notification-actions .kk-button { min-height: 46px; }
.kk-notification-state {
  align-items: flex-start;
  background: var(--kk-polish-mist);
  border: 1px solid var(--kk-polish-line);
  display: grid;
  gap: 8px;
  grid-template-columns: auto minmax(0, 1fr);
  margin-top: 16px;
  padding: 16px;
}
.kk-notification-state::before {
  align-items: center;
  background: var(--kk-polish-navy-900);
  border-radius: 50%;
  color: #fff;
  content: "i";
  display: inline-flex;
  font-weight: 850;
  height: 24px;
  justify-content: center;
  width: 24px;
}
.kk-notification-state[data-state="denied"] { border-inline-start: 4px solid var(--kk-polish-danger); }
.kk-notification-state[data-state="denied"]::before { background: var(--kk-polish-danger); content: "!"; }

.kk-notification-settings { padding: clamp(24px, 4vw, 42px); }
.kk-notification-settings__intro { border-bottom: 1px solid var(--kk-polish-line); margin-bottom: 8px; padding-bottom: 22px; }
.kk-notification-channel {
  align-items: center;
  border-bottom: 1px solid var(--kk-polish-line);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding-block: 20px;
}
.kk-notification-channel strong { color: var(--kk-polish-navy-950); display: block; margin-bottom: 5px; }
.kk-notification-channel p { color: var(--kk-polish-muted); line-height: 1.55; margin: 0; }
.kk-notification-channel label { align-items: center; cursor: pointer; display: inline-flex; gap: 10px; min-height: 44px; }
.kk-notification-channel input { height: 22px; width: 22px; }
.kk-notification-channel input:focus-visible { outline: 3px solid rgba(200, 156, 81, .72); outline-offset: 3px; }
.kk-notification-channel[data-required="true"] label { color: var(--kk-polish-muted); cursor: default; }
.kk-notification-settings__save { display: flex; justify-content: flex-end; padding-top: 24px; }

.kk-notification-center { overflow: hidden; }
.kk-notification-center__head {
  align-items: center;
  border-bottom: 1px solid var(--kk-polish-line);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 24px 28px;
}
.kk-notification-center__head h2 { margin: 0; }
.kk-notification-center__head button { min-height: 44px; }
.kk-notification-list { list-style: none; margin: 0; padding: 0; }
.kk-notification-item {
  border-bottom: 1px solid var(--kk-polish-line);
  display: grid;
  gap: 8px 18px;
  grid-template-columns: 12px minmax(0, 1fr) auto;
  padding: 20px 28px;
}
.kk-notification-item:last-child { border-bottom: 0; }
.kk-notification-item::before { background: transparent; border: 2px solid #9aabba; border-radius: 50%; content: ""; height: 9px; margin-top: 6px; width: 9px; }
.kk-notification-item.is-unread { background: #f8fafc; }
.kk-notification-item.is-unread::before { background: var(--kk-polish-gold); border-color: var(--kk-polish-gold-dark); }
.kk-notification-item strong { color: var(--kk-polish-navy-950); }
.kk-notification-item p { color: var(--kk-polish-muted); grid-column: 2; line-height: 1.55; margin: 0; }
.kk-notification-item time { color: var(--kk-polish-muted); font-size: 12px; white-space: nowrap; }

.kk-toast-stack { display: grid; gap: 10px; inset-block-start: 18px; inset-inline-end: 18px; max-width: min(390px, calc(100vw - 36px)); position: fixed; z-index: 10020; }
.kk-toast {
  background: #fff;
  border: 1px solid var(--kk-polish-line);
  border-inline-start: 4px solid var(--kk-polish-navy-700);
  box-shadow: var(--kk-polish-shadow);
  display: grid;
  gap: 4px;
  padding: 16px 44px 16px 18px;
  position: relative;
}
.kk-toast[data-tone="success"] { border-inline-start-color: #1f6a4a; }
.kk-toast[data-tone="error"] { border-inline-start-color: var(--kk-polish-danger); }
.kk-toast strong { color: var(--kk-polish-navy-950); }
.kk-toast p { color: var(--kk-polish-muted); line-height: 1.45; margin: 0; }
.kk-toast button { background: transparent; border: 0; color: var(--kk-polish-ink); cursor: pointer; font-size: 22px; height: 44px; inset-block-start: 5px; inset-inline-end: 5px; position: absolute; width: 44px; }

/* Sayfa aileleri: aynı token, başlık ritmi ve eylem hiyerarşisi. */
.kk-home-editorial {
  align-items: stretch;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr);
}
.kk-home-editorial > div { background: var(--kk-polish-navy-900); color: #fff; padding: clamp(30px, 5vw, 64px); }
.kk-home-editorial h2,
.kk-service-family h2,
.kk-role-grid h2,
.kk-legal-family h2,
.kk-thank-you h2 { font: 500 clamp(30px, 4.2vw, 52px)/1.08 var(--kk-polish-display); margin: 12px 0 18px; }
.kk-home-editorial h2 { color: #fff; }
.kk-home-editorial > div p { color: rgba(255, 255, 255, .82); font-size: 18px; line-height: 1.65; }
.kk-home-editorial > div .kk-state-actions a:first-child { background: #fff; color: var(--kk-polish-navy-900); }
.kk-home-editorial > div .kk-state-actions a:last-child { border-color: rgba(255,255,255,.7); color: #fff; }
.kk-home-editorial aside { background: var(--kk-polish-cream); border-block-start: 4px solid var(--kk-polish-gold); padding: clamp(28px, 4vw, 44px); }
.kk-home-editorial aside strong { color: var(--kk-polish-navy-950); font: 500 28px/1.2 var(--kk-polish-display); }
.kk-home-editorial aside p { color: var(--kk-polish-muted); line-height: 1.65; }

.kk-service-family > header { margin-bottom: 30px; max-width: 820px; }
.kk-service-family > header p { color: var(--kk-polish-muted); font-size: 17px; line-height: 1.7; }
.kk-process {
  counter-reset: service-step;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.kk-process li { background: var(--kk-polish-navy-900); color: #fff; min-width: 0; padding: 24px; }
.kk-process li::before { color: #e2c891; content: "0" counter(service-step); counter-increment: service-step; display: block; font-size: 12px; font-weight: 850; letter-spacing: .12em; margin-bottom: 15px; }
.kk-process strong,
.kk-process span { display: block; }
.kk-process strong { font-size: 17px; }
.kk-process span { color: rgba(255,255,255,.74); line-height: 1.5; margin-top: 8px; }
.kk-proof-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-block: 24px;
}
.kk-proof-grid article { border: 1px solid var(--kk-polish-line); border-block-start: 3px solid var(--kk-polish-gold); padding: 22px; }
.kk-proof-grid strong { color: var(--kk-polish-navy-950); }
.kk-proof-grid p { color: var(--kk-polish-muted); line-height: 1.6; }

.kk-project-family .kk-project-grid { display: grid; gap: 24px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.kk-project-family .kk-project-card { background: #fff; border: 1px solid var(--kk-polish-line); min-width: 0; overflow: hidden; }
.kk-project-family .kk-project-body { padding: 24px; }
.kk-project-family .kk-project-body h3 { color: var(--kk-polish-navy-950); font: 500 30px/1.15 var(--kk-polish-display); margin: 10px 0; }
.kk-project-family .kk-project-body p { color: var(--kk-polish-muted); line-height: 1.6; }

.kk-role-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.kk-role-grid article { background: #fff; border: 1px solid var(--kk-polish-line); border-block-start: 4px solid var(--kk-polish-gold); min-width: 0; padding: 28px; }
.kk-role-grid h2 { font-size: clamp(27px, 3vw, 38px); }
.kk-role-grid p { color: var(--kk-polish-muted); line-height: 1.65; }
.kk-role-grid a,
.kk-legal-family nav a { color: var(--kk-polish-navy-700); display: inline-flex; font-weight: 800; min-height: 44px; text-underline-offset: 4px; }

.kk-legal-family .kk-legal-card { margin-inline: auto; max-width: 980px; }
.kk-legal-family nav { border-block: 1px solid var(--kk-polish-line); display: grid; gap: 4px; margin-block: 24px; padding-block: 12px; }
.kk-legal-family nav a { align-items: center; border-bottom: 1px solid var(--kk-polish-line); padding: 12px 2px; }
.kk-legal-family nav a:last-child { border-bottom: 0; }
.kk-thank-you { background: var(--kk-polish-cream); border-block-start: 4px solid #1f6a4a; padding: clamp(30px, 5vw, 56px); text-align: center; }
.kk-thank-you .kk-state-icon { background: #1f6a4a; margin-inline: auto; }
.kk-thank-you .kk-state-actions { justify-content: center; }

/* v6.2 — Form, arama, hata, bakım, harita ve robot operasyon durumları. */
.kk-state-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.kk-state-card {
  background: #fff;
  border: 1px solid var(--kk-polish-line);
  border-block-start: 4px solid var(--kk-polish-navy-700);
  box-shadow: 0 12px 38px rgba(7, 24, 45, .055);
  min-width: 0;
  padding: 26px;
}
.kk-state-card[data-state="success"] { border-block-start-color: #1f6a4a; }
.kk-state-card:is([data-state="field-error"], [data-state="server-error"], [data-state="server"]) { border-block-start-color: var(--kk-polish-danger); }
.kk-state-card:is([data-state="duplicate"], [data-state="rate-limit"], [data-state="maintenance"]) { border-block-start-color: var(--kk-polish-gold); }
.kk-state-icon {
  align-items: center;
  background: var(--kk-polish-navy-900);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-weight: 850;
  height: 36px;
  justify-content: center;
  margin-bottom: 16px;
  width: 36px;
}
.kk-state-card[data-state="success"] .kk-state-icon { background: #1f6a4a; }
.kk-state-card:is([data-state="field-error"], [data-state="server-error"]) .kk-state-icon { background: var(--kk-polish-danger); }
.kk-state-code {
  color: var(--kk-polish-gold-dark);
  display: block;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  margin-bottom: 14px;
}
.kk-state-card h2 {
  color: var(--kk-polish-navy-950);
  font: 500 clamp(25px, 2.6vw, 34px)/1.14 var(--kk-polish-display);
  margin: 0 0 12px;
}
.kk-state-card p { color: var(--kk-polish-muted); line-height: 1.65; }
.kk-state-card :is(a, button) { font: 800 14px/1 var(--kk-polish-body); min-height: 44px; }
.kk-state-card > a,
.kk-state-actions :is(a, button),
.kk-state-card > button {
  align-items: center;
  background: #fff;
  border: 1px solid var(--kk-polish-navy-900);
  border-radius: 2px;
  color: var(--kk-polish-navy-900);
  display: inline-flex;
  justify-content: center;
  padding-inline: 16px;
  text-decoration: none;
}
.kk-state-card button:disabled { border-color: var(--kk-polish-line); color: var(--kk-polish-muted); cursor: not-allowed; }
.kk-state-card label { color: var(--kk-polish-ink); display: grid; font-size: 13px; font-weight: 750; gap: 8px; }
.kk-state-card input {
  border: 1px solid #aebdcc;
  border-radius: 2px;
  min-height: 48px;
  padding-inline: 12px;
}
.kk-state-card input[aria-invalid="true"] { border-color: var(--kk-polish-danger); box-shadow: 0 0 0 3px rgba(159, 47, 42, .12); }
.kk-state-card label small { color: var(--kk-polish-danger); font-weight: 700; }
.kk-state-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.kk-state-card .kk-pagination { justify-content: flex-start; margin-block: 20px 0; }
.kk-map-fallback { background: linear-gradient(135deg, #f4f7fa, #fff); }

.kk-robot-status {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.kk-robot-status article {
  background: #fff;
  border: 1px solid var(--kk-polish-line);
  border-inline-start: 4px solid var(--kk-polish-navy-700);
  min-width: 0;
  padding: 22px;
}
.kk-robot-status article[data-tone="success"] { border-inline-start-color: #1f6a4a; }
.kk-robot-status article[data-tone="warning"] { border-inline-start-color: var(--kk-polish-gold-dark); }
.kk-robot-status article[data-tone="error"] { border-inline-start-color: var(--kk-polish-danger); }
.kk-robot-status article > span { color: var(--kk-polish-muted); display: block; font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.kk-robot-status strong { color: var(--kk-polish-navy-950); display: block; font: 500 27px/1.15 var(--kk-polish-display); margin-block: 10px; }
.kk-robot-status p { color: var(--kk-polish-muted); line-height: 1.55; }
.kk-robot-status time { color: var(--kk-polish-ink); font-size: 12px; font-weight: 750; }

/* Yasal metinlerde belge görünümü, tablo ve yan not hizası. */
.kk-legal-note {
  border-radius: 0;
  box-shadow: 0 10px 28px rgba(7, 24, 45, .045);
}
.kk-legal-card { border-radius: 2px; }
.kk-legal-table-wrap { margin-block: 18px 28px; }

/* Form durumları yalnız renge dayanmaz; çerçeve ve metin birlikte değişir. */
.kk-form-alert {
  border: 1px solid rgba(159, 47, 42, .28);
  border-inline-start: 4px solid var(--kk-polish-danger);
  border-radius: 0;
  font-weight: 650;
}
.kk-application-form :is(input, select, textarea)[aria-invalid="true"],
.kk-lead-form :is(input, select, textarea)[aria-invalid="true"] {
  border-color: var(--kk-polish-danger);
  box-shadow: 0 0 0 3px rgba(159, 47, 42, .12);
}
.kk-form-success,
.kk-lead-success {
  background: #edf7f1;
  border: 1px solid #b9d8c6;
  border-inline-start: 4px solid #1f6a4a;
  color: #164b35;
  padding: 16px 18px;
}

/* Başvuru: açıklama ve form bir bütün; boş ekran ve sıkışma yok. */
.kk-application-shell {
  gap: clamp(32px, 5vw, 72px);
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
}
.kk-application-copy { padding-top: 12px; }
.kk-application-copy ul { display: grid; gap: 12px; padding-inline-start: 20px; }
.kk-application-form {
  border: 0;
  border-top: 4px solid var(--kk-polish-gold);
  border-radius: 0;
  box-shadow: var(--kk-polish-shadow);
  padding: clamp(28px, 4vw, 48px);
}
.kk-application-form label,
.kk-lead-form label {
  color: var(--kk-polish-ink);
  display: grid;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
}
.kk-application-form :is(input, textarea, select),
.kk-lead-form :is(input, textarea, select) {
  background: #fff;
  border: 1px solid #aebdcc;
  border-radius: 2px;
  color: var(--kk-polish-ink);
  font: inherit;
  min-height: 50px;
  padding: 12px 14px;
  width: 100%;
}
.kk-application-form :is(input, textarea, select):focus,
.kk-lead-form :is(input, textarea, select):focus {
  border-color: var(--kk-polish-navy-700);
  box-shadow: 0 0 0 3px rgba(23, 76, 131, .14);
  outline: 0;
}
.kk-application-form textarea,
.kk-lead-form textarea { min-height: 132px; resize: vertical; }
.kk-consent { align-items: center; grid-template-columns: 44px minmax(0, 1fr); min-height: 44px; }
.kk-brand-contact__legal > summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  min-height: 44px;
}
.kk-consent input { height: 22px; justify-self: center; min-height: 22px; width: 22px; }

/* İletişim: üstteki iletişim kartları tek kaynak; yinelenen shortcode kartı,
 * araya ek bir kapsayıcı girse de ikinci kez gösterilmez. */
[data-kk-contact-duplicate] { display: none !important; }
.kk-embedded-tools {
  background: transparent;
  padding-top: 6px;
}
.kk-embedded-tools > .kk-lead-form {
  background: #fff;
  border: 0;
  border-top: 4px solid var(--kk-polish-gold);
  box-shadow: var(--kk-polish-shadow);
  margin-inline: auto;
  max-width: 900px;
  padding: clamp(26px, 4vw, 48px);
}
.kk-lead-progress {
  border-bottom: 1px solid var(--kk-polish-line);
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 28px;
  padding-bottom: 18px;
}
.kk-lead-progress span {
  color: var(--kk-polish-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}
.kk-lead-progress span[aria-current="step"] { color: var(--kk-polish-navy-900); }
.kk-lead-progress span[aria-current="step"]::after {
  background: var(--kk-polish-gold);
  content: "";
  display: block;
  height: 3px;
  margin-top: 10px;
  width: 42px;
}
.kk-lead-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.kk-lead-grid > :only-child,
.kk-lead-grid > :nth-child(3):last-child { grid-column: 1 / -1; }
.kk-lead-step { min-width: 0; }
.kk-flow-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 22px;
}
.kk-submit,
.kk-flow-back,
.kk-application-form .kk-button-primary,
.kk-lead-form .kk-button-primary {
  border: 1px solid var(--kk-polish-navy-900);
  border-radius: 2px;
  cursor: pointer;
  font: 700 14px/1 var(--kk-polish-body);
  min-height: 48px;
  padding: 0 22px;
}
.kk-submit,
.kk-application-form .kk-button-primary,
.kk-lead-form .kk-button-primary {
  background: var(--kk-polish-navy-900) !important;
  color: #fff !important;
}
.kk-submit:hover,
.kk-application-form .kk-button-primary:hover,
.kk-lead-form .kk-button-primary:hover { background: var(--kk-polish-navy-950) !important; }
.kk-flow-back { background: #fff; color: var(--kk-polish-navy-900); }
.kk-consent-box {
  background: var(--kk-polish-cream);
  border: 1px solid #e2d7c6;
  color: var(--kk-polish-ink);
  display: grid;
  gap: 16px;
  margin-top: 22px;
  padding: 20px;
}
.kk-consent-box p { color: var(--kk-polish-muted); margin: 0; }
.kk-consent-box a {
  color: var(--kk-polish-navy-800);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.kk-consent-box fieldset {
  border: 0;
  border-top: 1px solid #d7cab8;
  margin: 2px 0 0;
  min-width: 0;
  padding: 18px 0 0;
}
.kk-consent-box legend {
  color: var(--kk-polish-navy-950);
  font: 700 14px/1.35 var(--kk-polish-body);
  padding: 0 10px 0 0;
}
.kk-channel-grid {
  display: grid;
  gap: 10px 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.kk-channel-grid label,
.kk-consent-box > label {
  align-items: start;
  display: grid;
  font-weight: 500;
  grid-template-columns: 44px minmax(0, 1fr);
  line-height: 1.45;
  min-height: 44px;
}
.kk-channel-grid input,
.kk-consent-box input { height: 22px; justify-self: center; min-height: 22px; width: 22px; }
.kk-channel-grid input:focus-visible,
.kk-consent-box input:focus-visible {
  outline: 3px solid rgba(201, 163, 77, .55);
  outline-offset: 3px;
}

/* İletişim kartları daha sakin, kurumsal ve eşit yükseklikte. */
.kk-contact-options > a {
  border-radius: 2px;
  box-shadow: 0 10px 30px rgba(7, 24, 45, .045);
  min-height: 112px;
  padding: 26px;
}
.kk-contact-options > a:hover { border-color: var(--kk-polish-gold); }
.kk-contact-options > a:focus-visible { border-color: var(--kk-polish-gold-dark); }

/* Houzez üzerinde çalışan gerçek proje detay kabuğu da aynı marka ritmine bağlanır.
 * Core'un proje verisi, canonical, schema, galeri ve formlari degismez; yalniz
 * ziyaretcinin gordugu tema kabugu Konutkent kurumsal sistemine yakinsar. */
body.single-kk_project {
  background: var(--kk-polish-mist) !important;
  color: var(--kk-polish-ink) !important;
  font-family: var(--kk-polish-body) !important;
}
body.single-kk_project :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid rgba(200, 156, 81, .72) !important;
  outline-offset: 3px !important;
}
body.single-kk_project .header-main-wrap {
  background: var(--kk-polish-header-background) !important;
  border-bottom: 1px solid var(--kk-polish-header-border) !important;
  box-shadow: none !important;
}
body.single-kk_project #header-section.header-desktop,
body.single-kk_project #header-section.header-desktop > .container,
body.single-kk_project #header-section.header-desktop .header-inner-wrap,
body.single-kk_project #header-section.header-desktop .header-inner-wrap > .navbar {
  height: var(--kk-polish-header-height) !important;
  min-height: var(--kk-polish-header-height) !important;
}
body.single-kk_project .header-main-wrap > :where(#header-section, #header-mobile) {
  background: transparent !important;
}
body.single-kk_project .logo { min-width: 226px; }
body.single-kk_project .logo > a {
  align-items: center;
  color: var(--kk-polish-ink) !important;
  display: grid !important;
  gap: 10px;
  grid-template-columns: 42px minmax(0, 1fr);
  text-decoration: none !important;
}
body.single-kk_project .logo img {
  display: none !important;
}
body.single-kk_project .logo > a::before {
  align-items: center;
  background: var(--kk-polish-navy-900);
  border-radius: 50%;
  color: #fff;
  content: "K";
  display: flex;
  font: 500 20px/1 var(--kk-polish-display);
  height: 42px;
  justify-content: center;
  width: 42px;
}
body.single-kk_project .logo > a::after {
  color: var(--kk-polish-ink);
  content: "KONUTKENT\A GAYR\0130 MENKUL";
  font: 700 15px/1.1 var(--kk-polish-display);
  letter-spacing: .055em;
  white-space: pre;
}
body.single-kk_project .main-nav .nav-link {
  color: var(--kk-polish-ink) !important;
  font: 700 13px/1.2 var(--kk-polish-body);
  padding-inline: 15px;
}
body.single-kk_project .main-nav .nav-link:hover,
body.single-kk_project .main-nav .nav-link:focus-visible { color: var(--kk-polish-gold-dark) !important; }
body.single-kk_project .logged-in-nav-wrap { display: none !important; }
body.single-kk_project .main-nav .dropdown-menu {
  border: 1px solid var(--kk-polish-line);
  border-radius: 0;
  box-shadow: var(--kk-polish-shadow);
  padding: 10px;
}
body.single-kk_project .main-nav .dropdown-item {
  border-inline-start: 2px solid transparent;
  color: var(--kk-polish-ink);
  font-size: 13px;
  padding: 9px 12px;
}
body.single-kk_project .main-nav .dropdown-item:hover,
body.single-kk_project .main-nav .dropdown-item:focus-visible {
  background: var(--kk-polish-mist);
  border-inline-start-color: var(--kk-polish-gold);
}
body.single-kk_project .kk-page--project-single {
  background: var(--kk-polish-mist) !important;
  padding-block-end: 72px;
}
body.single-kk_project .kk-container {
  margin-inline: auto !important;
  max-width: 1180px !important;
  width: min(calc(100% - 40px), 1180px) !important;
}
body.single-kk_project .kk-breadcrumb {
  color: var(--kk-polish-muted) !important;
  font-size: 13px;
  padding-block: 26px 18px;
}
body.single-kk_project .kk-single-header { margin-block-end: 20px; }
body.single-kk_project .kk-single-header__title {
  font: 500 clamp(38px, 4vw, 64px)/1.05 var(--kk-polish-display) !important;
  letter-spacing: -.025em;
  margin-block-end: 10px !important;
}
body.single-kk_project .kk-single-header__location {
  color: var(--kk-polish-muted) !important;
  font-size: 16px;
}
body.single-kk_project :where(.kk-gallery, .kk-single-description, .kk-proje, .kk-project-intent, .kk-sss, .kk-arama) {
  background: #fff;
  border: 1px solid var(--kk-polish-line);
  border-radius: 2px !important;
  box-shadow: 0 12px 38px rgba(7, 24, 45, .055);
}
body.single-kk_project :where(.kk-single-description, .kk-proje, .kk-project-intent, .kk-sss, .kk-arama) {
  margin-block: 24px;
  padding: clamp(24px, 3vw, 42px);
}
body.single-kk_project :where(.kk-single-description, .kk-proje, .kk-project-intent, .kk-sss, .kk-arama) h2 {
  color: var(--kk-polish-navy-950) !important;
  font: 500 clamp(28px, 3vw, 42px)/1.12 var(--kk-polish-display) !important;
}
body.single-kk_project .footer-wrap {
  background: var(--kk-polish-navy-950) !important;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.78) !important;
}
body.single-kk_project .footer-bottom-wrap { background: transparent !important; }
body.single-kk_project .footer-bottom-wrap > .container {
  max-width: 1180px;
  padding-block: 28px;
}
body.single-kk_project .footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}
body.single-kk_project .footer-nav > a { color: #fff !important; }
body.single-kk_project .footer-nav > .kk-staging-nav { display: none !important; }
body.single-kk_project .footer-copyright { color: rgba(255,255,255,.7) !important; }

@media (max-width: 991px) {
  body.single-kk_project .header-mobile {
    background: var(--kk-polish-header-background) !important;
    border-bottom: 1px solid var(--kk-polish-header-border);
    height: var(--kk-polish-header-height-mobile) !important;
    min-height: var(--kk-polish-header-height-mobile) !important;
  }
  body.single-kk_project .header-mobile > .container,
  body.single-kk_project .header-mobile .header-inner-wrap,
  body.single-kk_project .header-mobile .header-inner-wrap > .navbar {
    height: var(--kk-polish-header-height-mobile) !important;
    min-height: var(--kk-polish-header-height-mobile) !important;
  }
  body.single-kk_project .header-mobile .logo {
    margin-inline: auto;
    min-width: 0;
  }
  body.single-kk_project .header-mobile .logo > a {
    gap: 8px;
    grid-template-columns: 36px minmax(0, 1fr);
  }
  body.single-kk_project .header-mobile .logo > a::before {
    font-size: 17px;
    height: 36px;
    width: 36px;
  }
  body.single-kk_project .header-mobile .logo > a::after { font-size: 12px; }
  body.single-kk_project .header-mobile :where(button, i) { color: var(--kk-polish-ink) !important; }
  body.single-kk_project .kk-container { width: min(calc(100% - 28px), 1180px) !important; }
  body.single-kk_project .kk-single-header__title { font-size: clamp(36px, 10vw, 52px) !important; }
  body.single-kk_project .footer-bottom-wrap .d-flex { align-items: flex-start !important; }
}

/* v6.3: İlk izin bandı ve ayrıntılı tercihler iki ayrı yüzeydir. */
.kk-cookie-consent {
  background: rgba(255, 255, 255, .985) !important;
  border: 1px solid var(--kk-polish-line) !important;
  border-radius: 12px !important;
  box-shadow: 0 22px 70px rgba(7, 24, 45, .22) !important;
  height: auto !important;
  inset: auto 50% max(12px, env(safe-area-inset-bottom)) auto !important;
  margin: 0 !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: visible !important;
  padding: 18px 20px !important;
  position: fixed !important;
  transform: translateX(50%);
  width: min(1120px, calc(100vw - 24px)) !important;
  z-index: 100000 !important;
}
.kk-cookie-consent[hidden],
.kk-cookie-consent.is-hidden { display: none !important; }
.kk-cookie-banner {
  display: block !important;
}
.kk-cookie-banner > form,
.kk-cookie-banner__form {
  align-items: center;
  display: grid !important;
  gap: 16px 24px !important;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .72fr) !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100%;
}
.kk-cookie-banner__copy {
  grid-column: 1;
  min-width: 0;
}
.kk-cookie-banner__form > .kk-cookie-actions {
  grid-column: 2;
  grid-row: 1;
}
.kk-cookie-consent h2 {
  color: var(--kk-polish-navy-950) !important;
  font: 500 22px/1.1 var(--kk-polish-display) !important;
  margin: 0 0 5px !important;
}
.kk-cookie-consent p {
  color: var(--kk-polish-muted) !important;
  font-size: 14px;
  line-height: 1.4 !important;
  margin: 0 0 4px !important;
}
.kk-cookie-consent a {
  color: var(--kk-polish-navy-700) !important;
  font-size: 13px;
  font-weight: 700;
  text-underline-offset: 3px;
}
.kk-cookie-actions {
  display: grid !important;
  gap: 8px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin: 0 !important;
}
.kk-cookie-actions button {
  background: #fff !important;
  border: 1px solid var(--kk-polish-navy-900) !important;
  border-radius: 999px !important;
  color: var(--kk-polish-navy-900) !important;
  cursor: pointer;
  font: 800 13px/1.15 var(--kk-polish-body) !important;
  min-height: 48px !important;
  padding: 8px 12px !important;
}
.kk-cookie-actions button[value="accept_all"] {
  background: var(--kk-polish-navy-900) !important;
  color: #fff !important;
}
.kk-cookie-actions button:hover { border-color: var(--kk-polish-gold-dark) !important; }

.kk-cookie-preferences {
  align-items: end;
  background: rgba(7, 24, 45, .62);
  display: grid;
  inset: 0;
  padding: 16px;
  position: fixed;
  z-index: 100010;
}
.kk-cookie-preferences[hidden] { display: none !important; }
.kk-cookie-preferences__panel {
  background: #fff;
  border: 1px solid var(--kk-polish-line);
  border-radius: 14px;
  box-shadow: 0 26px 90px rgba(7, 24, 45, .34);
  margin-inline: auto;
  max-height: min(82dvh, 700px);
  max-width: 720px;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 0 26px;
  width: 100%;
}
.kk-cookie-preferences__panel > header {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid var(--kk-polish-line);
  display: flex;
  justify-content: space-between;
  padding-block: 24px 18px;
  position: sticky;
  top: 0;
  z-index: 2;
}
.kk-cookie-preferences h2 { color: var(--kk-polish-navy-950); font: 500 30px/1.1 var(--kk-polish-display); margin: 4px 0 0; }
.kk-cookie-preferences__panel > p { color: var(--kk-polish-muted); line-height: 1.55; margin: 20px 0; }
.kk-cookie-close { background: #fff; border: 1px solid var(--kk-polish-line); border-radius: 50%; color: var(--kk-polish-navy-900); font-size: 24px; height: 48px; width: 48px; }
.kk-cookie-preferences fieldset { border: 0; display: grid; gap: 0; margin: 0; padding: 0; }
.kk-cookie-preferences legend { color: var(--kk-polish-navy-950); font-weight: 800; margin-bottom: 8px; }
.kk-cookie-preferences label { align-items: center; border-top: 1px solid var(--kk-polish-line); display: grid; gap: 16px; grid-template-columns: minmax(0, 1fr) auto; min-height: 72px; padding-block: 12px; }
.kk-cookie-preferences label span,
.kk-cookie-preferences label small { display: block; }
.kk-cookie-preferences label small { color: var(--kk-polish-muted); line-height: 1.4; margin-top: 3px; }
.kk-cookie-preferences input[type="checkbox"] { height: 22px; margin: 0; width: 22px; }
.kk-cookie-preferences input:focus-visible { outline: 3px solid rgba(183, 139, 55, .38); outline-offset: 3px; }
.kk-cookie-preferences__actions {
  background: #fff;
  border-top: 1px solid var(--kk-polish-line);
  bottom: 0;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1.2fr;
  margin-top: 10px;
  padding-block: 16px max(20px, env(safe-area-inset-bottom));
  position: sticky;
  z-index: 2;
}
.kk-cookie-preferences__actions button { background: #fff; border: 1px solid var(--kk-polish-navy-900); border-radius: 999px; color: var(--kk-polish-navy-900); font-weight: 800; min-height: 48px; padding: 10px 14px; }
.kk-cookie-preferences__actions button:last-child { background: var(--kk-polish-navy-900); color: #fff; }

/* Sabit iletişim katmanları içerik alanını örtemez; iki düğme varsa dikey
 * olarak ayrılır ve sayfa altına güvenli boşluk bırakılır. */
.kk-project-whatsapp,
.kk-fixed-contact,
.kk-floating-contact,
.kk-callback-floating,
.kk-whatsapp-floating {
  align-items: center;
  background: var(--kk-polish-navy-900);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 2px;
  box-shadow: 0 12px 34px rgba(7, 24, 45, .2);
  color: #fff;
  display: inline-flex;
  font: 800 13px/1 var(--kk-polish-body);
  inset-block-end: max(18px, env(safe-area-inset-bottom));
  inset-inline-end: max(18px, env(safe-area-inset-right));
  justify-content: center;
  min-height: 48px;
  padding: 0 16px;
  position: fixed;
  text-decoration: none;
  white-space: nowrap;
}
body:has(.kk-project-whatsapp, .kk-fixed-contact, .kk-floating-contact, .kk-callback-floating, .kk-whatsapp-floating) {
  padding-bottom: max(92px, calc(74px + env(safe-area-inset-bottom)));
}
.kk-callback-floating { inset-block-end: max(76px, calc(76px + env(safe-area-inset-bottom))) !important; }
.kk-project-whatsapp,
.kk-whatsapp-floating { z-index: 9990; }
.kk-callback-floating,
.kk-fixed-contact,
.kk-floating-contact { z-index: 9989; }

@media (max-width: 1180px) {
  .kk-site-header:not(.kk-site-header--project) {
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding-inline: 22px;
  }
  .kk-nav-toggle {
    align-items: center;
    background: transparent;
    border: 1px solid var(--kk-polish-line);
    color: var(--kk-polish-ink);
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    grid-column: 3;
    grid-row: 1;
    height: 44px;
    justify-content: center;
    justify-self: end;
    width: 48px;
  }
  .kk-nav-toggle span { background: currentColor; display: block; height: 2px; width: 20px; }
  .kk-nav-toggle em { height: 1px; overflow: hidden; position: absolute; width: 1px; }
  .kk-language-switcher {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
  .kk-header-cta { display: none; }
  .kk-main-nav {
    background: #fff;
    border-top: 1px solid var(--kk-polish-line);
    display: none;
    grid-column: 1 / -1;
    grid-row: 2;
    justify-items: start;
    padding: 18px 0 8px;
  }
  .kk-nav-sub-panel {
    border: 0;
    box-shadow: none;
    inset: auto;
    min-width: 0;
    padding: 6px 0 2px 14px;
    position: static;
    transform: none;
  }
  #kk-nav-toggle:checked ~ .kk-main-nav {
    display: grid !important;
    gap: 0 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kk-main-nav > a,
  .kk-main-nav > .kk-nav-sub { padding: 11px 12px; width: 100%; }
}

@media (max-width: 980px) {
  .kk-legal-shell { grid-template-columns: minmax(0, 1fr) !important; }
  .kk-legal-shell > .kk-legal-card,
  .kk-legal-shell > .kk-legal-card:only-child {
    grid-column: 1;
    min-width: 0;
    width: 100%;
  }
  .kk-site-footer:not(.kk-site-footer--project) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kk-footer-contact { justify-self: start; }
  .kk-footer-contact a { text-align: start; }
  .kk-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kk-listing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kk-listing-toolbar__filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kk-listing-toolbar__filters .kk-button { width: 100%; }
  .kk-listing-detail__header { align-items: start; grid-template-columns: 1fr; }
  .kk-listing-detail__headline-actions { justify-content: flex-start; padding-bottom: 0; }
  .kk-listing-detail__layout { grid-template-columns: 1fr; }
  .kk-listing-detail__aside { position: static; }
  .kk-state-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kk-robot-status { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kk-home-editorial { grid-template-columns: 1fr; }
  .kk-role-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .kk-application-shell,
  .kk-lead-grid { grid-template-columns: 1fr; }
  .kk-lead-grid > * { grid-column: auto !important; }
  .kk-application-copy { padding-top: 0; }
  .kk-legal-card { padding: 26px 20px; }
  .kk-legal-table-wrap { overflow: visible; }
  .kk-legal-card table,
  .kk-legal-card tbody,
  .kk-legal-card tr,
  .kk-legal-card td { display: block; width: 100%; }
  .kk-legal-card thead { display: none; }
  .kk-legal-card tr {
    border: 1px solid var(--kk-polish-line);
    margin-bottom: 12px;
  }
  .kk-legal-card td { border: 0; }
  .kk-legal-card td:first-child {
    background: var(--kk-polish-cream);
    color: var(--kk-polish-navy-900);
    font-weight: 800;
  }
  .kk-service-faq { grid-template-columns: 1fr; }
  .kk-service-cta {
    align-items: stretch;
    flex-direction: column;
    margin-bottom: 0;
    padding: 26px 20px;
  }
  .kk-service-cta .kk-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .kk-service-cta .kk-button { width: 100%; }
  .kk-embedded-tools .kk-fee-table [role="row"] {
    gap: 6px;
    grid-template-columns: 1fr;
  }
  .kk-embedded-tools .kk-fee-table [role="row"]:first-child { display: none; }
  .kk-embedded-tools .kk-fee-table [role="row"] span {
    color: var(--kk-polish-muted);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .05em;
    text-transform: uppercase;
  }
  .kk-filter-shell { margin-top: 0; }
  .kk-filter-pills {
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
  }
  .kk-filter-pills a { flex: 0 0 auto; scroll-snap-align: start; }
  body.single-kk_project .kk-single-facts {
    border-inline-start: 0;
    border-top: 4px solid var(--kk-polish-gold);
  }
  .kk-listing-detail__gallery { grid-template-columns: 1fr 1fr; }
  .kk-listing-detail__gallery figure:first-child { grid-column: 1 / -1; grid-row: auto; }
  .kk-listing-detail__facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kk-notification-preprompt { align-items: stretch; grid-template-columns: 1fr; }
  .kk-notification-actions { justify-content: flex-start; }
  .kk-cookie-banner > form,
  .kk-cookie-banner__form { grid-template-columns: 1fr !important; }
  .kk-cookie-banner__copy,
  .kk-cookie-banner__form > .kk-cookie-actions {
    grid-column: 1;
    grid-row: auto;
  }
  .kk-cookie-actions { max-width: none; }
}

@media (max-width: 620px) {
  .kk-cookie-consent.kk-cookie-inline-mobile {
    inset: auto !important;
    margin: 10px auto !important;
    position: relative !important;
    transform: none !important;
    width: min(calc(100% - 20px), 600px) !important;
  }
  .kk-site-header:not(.kk-site-header--project) {
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: var(--kk-polish-header-height-mobile);
    padding: 10px 14px;
  }
  .kk-baslik > .kk-shell { min-height: var(--kk-polish-header-height-mobile) !important; }
  .kk-brand-mark { height: 36px; width: 36px; }
  .kk-site-header.kk-v22-injected-header .kk-brand { gap: 10px; }
  .kk-site-header.kk-v22-injected-header .kk-brand-mark { flex-basis: 36px; }
  .kk-brand strong { font-size: 14px; }
  .kk-brand small { font-size: 8px; }
  .kk-language-switcher { display: none; }
  .kk-nav-toggle { grid-column: 2; }
  #kk-nav-toggle:checked ~ .kk-main-nav { grid-template-columns: 1fr; }
  .kk-application-form,
  .kk-embedded-tools > .kk-lead-form { padding: 26px 18px; }
  .kk-lead-progress { grid-template-columns: 1fr; }
  .kk-channel-grid { grid-template-columns: 1fr; }
  .kk-flow-actions { align-items: stretch; flex-direction: column-reverse; }
  .kk-flow-actions > * { width: 100%; }
  .kk-contact-options > a { min-height: 96px; }
  .kk-cookie-consent {
    inset: auto 8px max(8px, env(safe-area-inset-bottom)) 8px !important;
    max-height: none !important;
    padding: 12px !important;
    transform: none;
    width: auto !important;
  }
  .kk-cookie-banner > form,
  .kk-cookie-banner__form { gap: 8px !important; grid-template-columns: 1fr !important; }
  .kk-cookie-consent h2 { font-size: 19px !important; margin-bottom: 3px !important; }
  .kk-cookie-consent p { font-size: 12px; line-height: 1.3 !important; margin-bottom: 2px !important; }
  .kk-cookie-consent a { font-size: 12px; }
  .kk-cookie-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .kk-cookie-actions button[value="open_preferences"] { grid-column: 1 / -1; }
  .kk-cookie-actions button { font-size: 12px !important; min-height: 44px !important; padding: 6px 4px !important; width: 100%; }
  .kk-cookie-preferences { padding: 8px; }
  .kk-cookie-preferences__panel { border-radius: 12px 12px 0 0; max-height: 88dvh; padding-inline: 18px; }
  .kk-cookie-preferences__panel > header { padding-block: 18px 14px; }
  .kk-cookie-preferences h2 { font-size: 25px; }
  .kk-cookie-preferences label { min-height: 68px; }
  .kk-cookie-preferences__actions { grid-template-columns: 1fr; }
  .kk-callback-floating { inset-block-end: max(74px, calc(74px + env(safe-area-inset-bottom))) !important; }
  .kk-callback-floating,
  .kk-whatsapp-floating {
    inset-inline-end: max(10px, env(safe-area-inset-right));
    max-width: calc(100vw - 20px);
  }
  .kk-site-footer:not(.kk-site-footer--project) {
    grid-template-columns: 1fr;
    padding: 38px 20px;
  }
  .kk-legal-links,
  .kk-join-links { justify-content: flex-start; }
  .kk-news-grid { grid-template-columns: 1fr; }
  .kk-listing-grid { grid-template-columns: 1fr; }
  .kk-listing-toolbar { margin-block-start: 0; padding-inline: 16px; }
  .kk-listing-toolbar__filters { grid-template-columns: 1fr; }
  .kk-listing-toolbar__actions { align-items: stretch; flex-direction: column; }
  .kk-listing-toolbar__actions label { justify-content: space-between; }
  .kk-listing-detail,
  .kk-news-detail { padding: 36px 16px 60px; }
  .kk-listing-detail__gallery { grid-template-columns: 1fr; margin-block: 28px; }
  .kk-listing-detail__gallery figure:first-child { grid-column: auto; }
  .kk-listing-detail__gallery figure:not(:first-child) { display: none; }
  .kk-listing-detail__gallery > button { inset-block-end: 10px; inset-inline-end: 10px; }
  .kk-listing-detail__facts { grid-template-columns: 1fr 1fr; }
  .kk-listing-detail__headline-actions { align-items: stretch; display: grid; grid-template-columns: 1fr 1fr; }
  .kk-listing-detail__headline-actions strong { grid-column: 1 / -1; }
  .kk-listing-detail__media-tools { flex-wrap: nowrap; max-width: 100%; overflow-x: auto; padding-bottom: 6px; }
  .kk-listing-detail__media-tools button { flex: 0 0 auto; }
  .kk-listing-mobile-actions {
    background: #fff;
    border-top: 1px solid var(--kk-polish-line);
    bottom: 0;
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    inset-inline: 0;
    padding: 8px max(10px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
    position: fixed;
    z-index: 900;
  }
  .kk-listing-mobile-actions a {
    align-items: center;
    background: var(--kk-polish-navy-900);
    color: #fff;
    display: flex;
    font-weight: 800;
    justify-content: center;
    min-height: 48px;
    text-decoration: none;
  }
  .kk-news-detail__meta { align-items: flex-start; flex-direction: column; }
  .kk-notification-preprompt { padding: 22px 18px; }
  .kk-notification-actions { flex-direction: column; }
  .kk-notification-actions .kk-button { width: 100%; }
  .kk-notification-settings { padding: 24px 18px; }
  .kk-notification-channel { align-items: start; grid-template-columns: 1fr; }
  .kk-notification-center__head { align-items: flex-start; flex-direction: column; padding: 22px 18px; }
  .kk-notification-item { grid-template-columns: 12px minmax(0, 1fr); padding: 18px; }
  .kk-notification-item time { grid-column: 2; }
  .kk-toast-stack { inset-inline: 10px; max-width: none; }
  .kk-search-form > div { align-items: stretch; flex-direction: column; }
  .kk-search-form .kk-button-primary { width: 100%; }
  .kk-smart-search { grid-template-columns: 1fr; }
  .kk-smart-search .button-primary { width: 100%; }
  .kk-state-grid,
  .kk-robot-status { grid-template-columns: 1fr; }
  .kk-process,
  .kk-proof-grid,
  .kk-project-family .kk-project-grid,
  .kk-role-grid { grid-template-columns: 1fr; }
  .kk-state-card { padding: 22px 18px; }
  .kk-state-actions { align-items: stretch; flex-direction: column; }
  .kk-state-actions :is(a, button),
  .kk-state-card > a,
  .kk-state-card > button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .kk-main-nav > a::after,
  .kk-project-visual img { transition: none; }
}

/* A fixed consent surface must never cover the final page content. */
body { padding-block-end: var(--kk-cookie-space, 0px); }

/* A visible consent surface owns the fixed bottom edge. Competing mobile
 * contact bars are temporarily removed so neither surface covers the other. */
html:has(.kk-cookie-consent:not([hidden]):not(.is-hidden)) :is(.kk-hizli, .kk-listing-mobile-actions),
html:has(.kk-cookie-preferences:not([hidden])) :is(.kk-hizli, .kk-listing-mobile-actions) {
  display: none !important;
}

/* Without verified media, keep the editorial hero compact and content-led. */
.kk-hero--gorselsiz {
  min-height: 0 !important;
  padding-block: clamp(72px, 9vw, 116px) !important;
}

/* Consent controls stay usable at touch sizes even before enhancement runs. */
.kk-cookie-consent .kk-cookie-banner__copy a,
.kk-cookie-consent a[href*="cerez"] {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
}
.kk-cookie-consent input[type="checkbox"],
.kk-cookie-consent input[type="radio"] {
  min-height: 44px;
  min-width: 44px;
}
