/* rehberi.pro — tek stil dosyası (tek kaynak). Renkler logodan: siyah + #FFCC00. */
:root {
  --paper: #faf8f3;
  --card: #ffffff;
  --ink: #141414;
  --ink-2: #3b3a37;
  --muted: #6f6b63;
  --line: #e9e5db;
  --line-2: #dcd7ca;
  --brand: #ffcc00;
  --brand-d: #e0b300;
  --brand-soft: #fff5cc;
  --wrap: 1360px;
  --gut: 32px;
  --r: 14px;
  --r-lg: 22px;
  --shadow: 0 1px 2px rgba(20,20,20,.04), 0 10px 28px rgba(20,20,20,.07);
  --shadow-h: 0 2px 4px rgba(20,20,20,.05), 0 18px 40px rgba(20,20,20,.12);
  --f-display: "Fraunces", Georgia, "Times New Roman", serif;
  --f-text: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  /* bölüm renkleri — yalnız küçük işaretlerde */
  --c-oteller: #0e7c74;
  --c-nakliyat: #b45309;
  --c-konut-projeleri: #1d4ed8;
  --c-estetik: #be185d;
  --c-okul: #6d28d9;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font: 400 17px/1.65 var(--f-text);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--f-display); font-weight: 600; line-height: 1.15; margin: 0; letter-spacing: -.01em; }
p { margin: 0; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut); }
.gizli { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ── önizleme şeridi (yalnız şablon incelemesinde) ── */
.onizleme { background: #1f1f1f; color: #cfcac0; font-size: 13px; }
.onizleme .wrap { display: flex; gap: 18px; align-items: center; padding-top: 8px; padding-bottom: 8px; flex-wrap: wrap; }
.onizleme b { color: var(--brand); font-weight: 600; letter-spacing: .04em; }
.onizleme a { color: #fff; opacity: .75; }
.onizleme a:hover, .onizleme a[aria-current] { opacity: 1; text-decoration: underline; text-underline-offset: 3px; }

/* ── üst bilgi ── */
.ust { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--line); }
.ust-ic { display: flex; align-items: center; gap: 28px; height: 76px; }
.logo img { height: 42px; width: auto; }
.menu { display: flex; gap: 4px; margin-left: auto; }
.menu a { padding: 9px 14px; border-radius: 999px; font-weight: 500; font-size: 15.5px; color: var(--ink-2); transition: background .15s, color .15s; }
.menu a:hover { background: var(--brand-soft); color: var(--ink); }
.menu a[aria-current] { background: var(--ink); color: #fff; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 11px 20px; border-radius: 999px; font-weight: 600; font-size: 15px; transition: transform .15s, background .15s, box-shadow .15s; white-space: nowrap; }
.btn-sari { background: var(--brand); color: var(--ink); }
.btn-sari:hover { background: var(--brand-d); transform: translateY(-1px); }
.btn-koyu { background: var(--ink); color: #fff; }
.btn-koyu:hover { background: #000; transform: translateY(-1px); }
.btn-cizgi { border: 1.5px solid var(--ink); }
.btn-cizgi:hover { background: var(--ink); color: #fff; }
.mobil-menu { display: none; margin-left: auto; }
.mobil-menu summary { list-style: none; cursor: pointer; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; border: 1px solid var(--line-2); }
.mobil-menu summary::-webkit-details-marker { display: none; }
.mobil-menu nav { position: absolute; left: 0; right: 0; top: 76px; background: #fff; border-bottom: 1px solid var(--line); padding: 12px var(--gut) 20px; display: grid; gap: 2px; box-shadow: var(--shadow); }
.mobil-menu nav > a { padding: 12px 4px; border-bottom: 1px solid var(--line); font-weight: 500; }

/* ── bölüm etiketi ── */
.etiket { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; letter-spacing: .02em; color: var(--ink-2); }
.etiket::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--c, var(--brand)); }
.etiket.hap { padding: 5px 12px 5px 10px; border-radius: 999px; background: #fff; border: 1px solid var(--line); }
[data-bolum="oteller"] { --c: var(--c-oteller); }
[data-bolum="nakliyat"] { --c: var(--c-nakliyat); }
[data-bolum="konut-projeleri"] { --c: var(--c-konut-projeleri); }
[data-bolum="estetik"] { --c: var(--c-estetik); }
[data-bolum="okul"] { --c: var(--c-okul); }

/* ── kahraman (ana sayfa) ── */
.kahraman { position: relative; isolation: isolate; color: #fff; overflow: hidden; }
.kahraman-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.kahraman::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(10,10,10,.86) 0%, rgba(10,10,10,.62) 48%, rgba(10,10,10,.18) 100%); }
.kahraman-ic { padding-top: 104px; padding-bottom: 96px; }
.kahraman .ust-yazi { font-size: 14px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--brand); margin-bottom: 18px; }
.kahraman h1 { font-size: clamp(40px, 6vw, 78px); font-weight: 600; max-width: 14ch; line-height: 1.03; letter-spacing: -.02em; }
.vurgu { background: linear-gradient(transparent 62%, rgba(255,204,0,.9) 62%, rgba(255,204,0,.9) 92%, transparent 92%); padding: 0 .06em; }
.kahraman h1 .vurgu { color: #fff; background: linear-gradient(transparent 66%, rgba(255,204,0,.85) 66%, rgba(255,204,0,.85) 90%, transparent 90%); }
.kahraman .alt { font-size: 19px; max-width: 46ch; margin-top: 22px; color: #e9e6df; }
.kisayol { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
.kisayol a { display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; border-radius: 999px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.28); backdrop-filter: blur(6px); font-weight: 500; transition: background .15s, border-color .15s; }
.kisayol a:hover { background: var(--brand); color: var(--ink); border-color: var(--brand); }
.kisayol a span { font-size: 13px; opacity: .7; }

/* ── blok başlıkları ── */
.blok { padding: 88px 0; }
.blok + .blok { padding-top: 0; }
.blok-bas { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.blok-bas h2 { font-size: clamp(30px, 3.4vw, 44px); }
.blok-bas p { color: var(--muted); max-width: 56ch; margin-top: 10px; }
.blok-bas .tumu { font-weight: 600; white-space: nowrap; border-bottom: 2px solid var(--brand); padding-bottom: 2px; }
.blok-bas .tumu:hover { border-color: var(--ink); }

/* ── rehber (bölüm) kutuları — bento ── */
.bento { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 250px; gap: 20px; }
.rehber { position: relative; isolation: isolate; overflow: hidden; border-radius: var(--r-lg); color: #fff; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; box-shadow: var(--shadow); transition: transform .25s, box-shadow .25s; }
.rehber img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .6s; }
.rehber::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,.78) 100%); }
.rehber:hover { transform: translateY(-3px); box-shadow: var(--shadow-h); }
.rehber:hover img { transform: scale(1.04); }
.rehber h3 { font-size: 30px; }
.rehber p { font-size: 15.5px; color: #ece9e2; margin-top: 8px; max-width: 48ch; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.rehber .say { position: absolute; top: 20px; left: 20px; background: rgba(255,255,255,.94); color: var(--ink); padding: 6px 12px; border-radius: 999px; font-size: 13px; font-weight: 600; }
.rehber .say::before { content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--c); margin-right: 8px; vertical-align: 1px; }
.rehber.b1 { grid-column: span 7; grid-row: span 2; }
.rehber.b1 h3 { font-size: 42px; }
.rehber.b2, .rehber.b3 { grid-column: span 5; }
.rehber.b4, .rehber.b5 { grid-column: span 6; }

/* ── yazı kartları ── */
.izgara { display: grid; gap: 28px; }
.izgara.k4 { grid-template-columns: repeat(4, 1fr); }
.izgara.k3 { grid-template-columns: repeat(3, 1fr); }
.kart { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: transform .2s, box-shadow .2s, border-color .2s; }
.kart:hover { transform: translateY(-3px); box-shadow: var(--shadow-h); border-color: transparent; }
.kart-resim { aspect-ratio: 16 / 10; overflow: hidden; background: #eee9dd; }
.kart-resim img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.kart:hover .kart-resim img { transform: scale(1.04); }
.kart-ic { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.kart h3 { font-size: 20px; line-height: 1.25; }
.kart .tarih { font-size: 13.5px; color: var(--muted); margin-top: auto; }

/* öne çıkan + yan liste */
.vitrin { display: grid; grid-template-columns: 7fr 5fr; gap: 28px; margin-bottom: 28px; }
.kart.buyuk .kart-resim { aspect-ratio: 16 / 9.5; }
.kart.buyuk .kart-ic { padding: 26px 30px 30px; }
.kart.buyuk h3 { font-size: 32px; }
.kart.buyuk .ozet { color: var(--ink-2); font-size: 16.5px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.yan-liste { display: grid; gap: 16px; align-content: start; }
.kart.yatay { flex-direction: row; }
.kart.yatay .kart-resim { width: 42%; flex: none; aspect-ratio: auto; }
.kart.yatay .kart-ic { padding: 16px 18px; }
.kart.yatay h3 { font-size: 18.5px; }

/* ── ilçe kutuları ── */
.ilceler { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.ilce { display: flex; align-items: center; gap: 14px; padding: 16px 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); transition: border-color .15s, transform .15s, box-shadow .15s; }
.ilce:hover { border-color: var(--ink); transform: translateY(-2px); box-shadow: var(--shadow); }
.ilce .pin { flex: none; width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: var(--brand-soft); }
.ilce b { display: block; font-weight: 600; }
.ilce small { color: var(--muted); font-size: 13.5px; }

/* ── tanıtım bandı ── */
.bant { background: var(--ink); color: #eeeae2; border-radius: var(--r-lg); padding: 64px; display: grid; grid-template-columns: 1.3fr 1fr; gap: 56px; align-items: center; position: relative; overflow: hidden; }
.bant h2 { color: #fff; font-size: clamp(30px, 3.2vw, 42px); }
.bant p { margin-top: 18px; font-size: 17.5px; color: #cfcac0; max-width: 60ch; }
.bant .dugmeler { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.bant .btn-cizgi { border-color: #fff; color: #fff; }
.bant .btn-cizgi:hover { background: #fff; color: var(--ink); }
.bant-liste { display: grid; gap: 10px; }
.bant-liste a { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; border-radius: 12px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); transition: background .15s; }
.bant-liste a:hover { background: rgba(255,204,0,.14); border-color: rgba(255,204,0,.5); }
.bant-liste span { color: #9c978c; font-size: 14px; }
.bant-simge { position: absolute; right: -40px; bottom: -60px; width: 260px; opacity: .08; pointer-events: none; }

/* ── ekmek kırıntısı ── */
.kirinti { font-size: 14px; color: var(--muted); display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.kirinti a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.kirinti .ayrac { opacity: .5; }

/* ── bölüm (hub) başlığı ── */
.hub-bas { position: relative; isolation: isolate; color: #fff; overflow: hidden; }
.hub-bas .kahraman-bg { z-index: -2; }
.hub-bas::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(10,10,10,.88), rgba(10,10,10,.55)); }
.hub-bas .wrap { padding-top: 44px; padding-bottom: 64px; }
.hub-bas .kirinti { color: #cfcac0; }
.hub-bas h1 { font-size: clamp(40px, 5vw, 64px); margin-top: 28px; }
.hub-bas .giris { font-size: 18.5px; color: #e6e2d9; max-width: 70ch; margin-top: 18px; }
.hub-say { display: flex; gap: 36px; margin-top: 30px; flex-wrap: wrap; }
.hub-say div { border-left: 3px solid var(--brand); padding-left: 14px; }
.hub-say b { display: block; font-variant-numeric: lining-nums; font-family: var(--f-display); font-size: 30px; line-height: 1.1; color: #fff; }
.hub-say span { font-size: 14px; color: #bdb8ae; }
.alt-menu { position: sticky; top: 76px; z-index: 40; background: #fff; border-bottom: 1px solid var(--line); }
.alt-menu .wrap { display: flex; gap: 6px; overflow-x: auto; }
.alt-menu a { padding: 16px 14px; font-weight: 500; color: var(--muted); border-bottom: 2px solid transparent; white-space: nowrap; }
.alt-menu a:hover { color: var(--ink); border-color: var(--brand); }
.il-gruplari { columns: 4 260px; column-gap: 28px; }
.il-grup { break-inside: avoid; margin-bottom: 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px; }
.il-grup h3 { font-size: 20px; display: flex; justify-content: space-between; align-items: baseline; }
.il-grup h3 small { font-family: var(--f-text); font-size: 13px; color: var(--muted); font-weight: 500; }
.il-grup ul { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 4px; }
.il-grup li a { display: flex; justify-content: space-between; padding: 7px 0; border-top: 1px dashed var(--line); }
.il-grup li a:hover { color: var(--c-oteller); }

/* ── yazı sayfası ── */
.yazi-bas { padding-top: 40px; }
.yazi-bas h1 { font-size: clamp(36px, 4.6vw, 60px); max-width: 22ch; margin-top: 22px; letter-spacing: -.02em; }
.yazi-meta { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; margin-top: 22px; color: var(--muted); font-size: 15px; }
.yazi-meta .nokta { width: 4px; height: 4px; border-radius: 50%; background: var(--line-2); }
.yazi-kapak { margin: 36px 0 0; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 21 / 9; background: #eee9dd; }
.yazi-kapak img { width: 100%; height: 100%; object-fit: cover; }
.yazi-duzen { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 72px; padding-top: 56px; padding-bottom: 88px; }
.govde { max-width: 740px; font-size: 18.5px; line-height: 1.8; color: #262522; }
.govde > * + * { margin-top: 1.1em; }
.govde p strong:only-child { display: block; font-family: var(--f-display); font-size: 1.45em; line-height: 1.25; color: var(--ink); margin-top: 1.6em; font-weight: 600; }
.govde h2, .govde h3 { margin-top: 1.6em; font-size: 1.5em; }
.govde a { color: var(--ink); text-decoration: underline; text-decoration-color: var(--brand); text-decoration-thickness: 3px; text-underline-offset: 3px; }
.govde ul, .govde ol { padding-left: 1.2em; }
.govde li + li { margin-top: .4em; }
.govde blockquote { margin: 1.6em 0; padding: 4px 0 4px 22px; border-left: 4px solid var(--brand); font-family: var(--f-display); font-size: 1.2em; }
.yan { display: grid; gap: 22px; align-content: start; position: sticky; top: 100px; }
.yan-kutu { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 22px; }
.yan-kutu h3 { font-size: 20px; margin-bottom: 12px; }
.yan-kutu p { color: var(--ink-2); font-size: 15px; }
.yan-kutu .btn { margin-top: 16px; }
.yan-kutu.sari { background: var(--brand-soft); border-color: #f3e2a0; }
.yan-liste-link { list-style: none; padding: 0; margin: 0; }
.yan-liste-link li a { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px solid var(--line); font-size: 15px; }
.yan-liste-link li:first-child a { border-top: 0; }
.yan-liste-link li a:hover { color: var(--c-oteller); }
.yan-liste-link small { color: var(--muted); white-space: nowrap; }

/* ── ilçe sayfası ── */
.bos-durum { border: 1.5px dashed var(--line-2); border-radius: var(--r-lg); padding: 40px; background: #fff; display: grid; grid-template-columns: auto 1fr; gap: 26px; align-items: center; }
.bos-durum .simge { width: 76px; height: 76px; border-radius: 20px; background: var(--brand-soft); display: grid; place-items: center; }
.bos-durum h2 { font-size: 26px; }
.bos-durum p { color: var(--ink-2); margin-top: 8px; }
.sablon-notu { margin-top: 28px; border: 2px dashed #c9b560; border-radius: var(--r-lg); padding: 22px; background: repeating-linear-gradient(135deg, #fffdf2 0 14px, #fff9e0 14px 28px); }
.sablon-notu > p { font-size: 13.5px; font-weight: 600; color: #7a6512; margin-bottom: 16px; letter-spacing: .02em; }
.tesis { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 20px; display: grid; grid-template-columns: 120px 1fr auto; gap: 20px; align-items: center; }
.tesis + .tesis { margin-top: 12px; }
.tesis .t-resim { aspect-ratio: 4/3; border-radius: 10px; background: #efeadc; }
.tesis b { font-family: var(--f-display); font-size: 20px; font-weight: 600; }
.tesis small { display: block; color: var(--muted); margin-top: 4px; }

/* ── sabit sayfa / 404 ── */
.sayfa-bas { padding: 56px 0 8px; }
.sayfa-bas h1 { font-size: clamp(38px, 4.6vw, 58px); margin-top: 20px; }
.iletisim-izgara { display: grid; grid-template-columns: 1.1fr 1fr; gap: 28px; padding: 40px 0 96px; }
.bilgi { display: grid; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.bilgi > div { display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 22px 26px; border-top: 1px solid var(--line); }
.bilgi > div:first-child { border-top: 0; }
.bilgi .s { width: 44px; height: 44px; border-radius: 12px; background: var(--brand-soft); display: grid; place-items: center; }
.bilgi small { display: block; color: var(--muted); font-size: 13.5px; }
.bilgi b, .bilgi a { font-weight: 600; font-size: 17px; }
.bilgi a:hover { text-decoration: underline; text-decoration-color: var(--brand); text-decoration-thickness: 3px; }
.uyari { font-size: 13.5px; color: #8a2d0b; background: #fff1e8; border: 1px solid #f6cdb5; padding: 8px 12px; border-radius: 8px; margin-top: 8px; }
.yok { text-align: center; padding: 96px 0 40px; }
.yok .kod { font-variant-numeric: lining-nums; font-family: var(--f-display); font-size: clamp(90px, 14vw, 180px); line-height: 1; font-weight: 600; letter-spacing: -.04em; }
.yok .kod span { color: var(--brand); -webkit-text-stroke: 3px var(--ink); }
.yok h1 { font-size: clamp(30px, 3.6vw, 44px); margin-top: 14px; }
.yok p { color: var(--muted); margin: 14px auto 0; max-width: 52ch; }

/* ── alt bilgi ── */
.altbilgi { background: #f1eee6; border-top: 1px solid var(--line); margin-top: 0; }
.alt-ic { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 48px; padding-top: 64px; padding-bottom: 48px; }
.altbilgi .logo img { height: 40px; }
.altbilgi p { color: var(--muted); font-size: 15px; margin-top: 16px; max-width: 38ch; }
.altbilgi h4 { font-family: var(--f-text); font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink); margin-bottom: 14px; }
.altbilgi ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; font-size: 15px; color: var(--ink-2); }
.altbilgi ul a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.alt-son { border-top: 1px solid var(--line-2); }
.alt-son .wrap { display: flex; justify-content: space-between; gap: 16px; padding-top: 20px; padding-bottom: 24px; font-size: 14px; color: var(--muted); flex-wrap: wrap; }
.alt-son a { color: var(--ink); font-weight: 600; }

/* ── duyarlı ── */
@media (max-width: 1180px) {
  .menu a { padding: 9px 10px; font-size: 15px; }
  .izgara.k4 { grid-template-columns: repeat(3, 1fr); }
  .yazi-duzen { grid-template-columns: minmax(0, 1fr) 300px; gap: 48px; }
  .alt-ic { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 980px) {
  :root { --gut: 22px; }
  .menu, .ust-ic > .btn { display: none; }
  .mobil-menu { display: block; }
  .bento { grid-auto-rows: 220px; }
  .rehber.b1 { grid-column: span 12; grid-row: span 1; }
  .rehber.b2, .rehber.b3, .rehber.b4, .rehber.b5 { grid-column: span 6; }
  .vitrin { grid-template-columns: 1fr; }
  .izgara.k4, .izgara.k3 { grid-template-columns: repeat(2, 1fr); }
  .bant { grid-template-columns: 1fr; padding: 40px 28px; gap: 32px; }
  .yazi-duzen { grid-template-columns: 1fr; }
  .yan { position: static; }
  .iletisim-izgara { grid-template-columns: 1fr; }
  .blok { padding: 64px 0; }
}
@media (max-width: 620px) {
  :root { --gut: 16px; }
  body { font-size: 16px; }
  .ust-ic { height: 64px; }
  .logo img { height: 34px; }
  .mobil-menu nav { top: 64px; }
  .alt-menu { top: 64px; }
  .kahraman-ic { padding-top: 64px; padding-bottom: 56px; }
  .kahraman .alt { font-size: 17px; }
  .bento { grid-auto-rows: 200px; gap: 14px; }
  .rehber { padding: 20px; }
  .rehber.b1 h3, .rehber h3 { font-size: 26px; }
  .rehber.b2, .rehber.b3, .rehber.b4, .rehber.b5 { grid-column: span 12; }
  .izgara.k4, .izgara.k3 { grid-template-columns: 1fr; }
  .kart.yatay .kart-resim { width: 38%; }
  .kart.buyuk h3 { font-size: 26px; }
  .blok-bas { flex-direction: column; align-items: start; }
  .yazi-kapak { aspect-ratio: 16 / 10; }
  .govde { font-size: 17.5px; }
  .bos-durum { grid-template-columns: 1fr; padding: 26px; }
  .tesis { grid-template-columns: 1fr; }
  .alt-ic { grid-template-columns: 1fr; gap: 32px; }
}

/* ══ BİRLEŞİK SAYFALAR (18.09 ikinci tur) ══════════════════════════════════ */
/* ── arama ── */
.ara { position: relative; flex: 0 1 320px; }
.ara input { width: 100%; height: 44px; border-radius: 999px; border: 1px solid var(--line-2); background: #fff; padding: 0 16px 0 42px; font: inherit; font-size: 15px; color: var(--ink); }
.ara input:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px var(--brand-soft); }
.ara-simge { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--muted); display: flex; pointer-events: none; }
.ara-liste { position: absolute; left: 0; right: 0; top: calc(100% + 8px); background: #fff; color: var(--ink); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-h); padding: 6px; z-index: 60; max-height: 420px; overflow: auto; min-width: 320px; }
.ara-liste a { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 10px 12px; border-radius: 10px; }
.ara-liste a:hover, .ara-liste a[aria-selected="true"] { background: var(--brand-soft); }
.ara-liste b { font-weight: 600; }
.ara-liste small { color: var(--muted); white-space: nowrap; font-size: 13px; }
.ara-liste p { padding: 10px 12px; color: var(--muted); }
.ara.buyuk { flex: none; max-width: 660px; margin-top: 34px; }
.ara.buyuk input { height: 62px; font-size: 17px; padding-left: 54px; border: 0; box-shadow: 0 12px 34px rgba(0,0,0,.28); }
.ara.buyuk .ara-simge { left: 20px; color: var(--ink); }
.ara-ipucu { font-size: 14px; color: #cfcac0; margin-top: 12px; }
.ara-ipucu a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

/* ── birleşik yer / konu başlığı ── */
.yer-bas { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-top: 22px; flex-wrap: wrap; }
.yer-bas h1 { font-size: clamp(44px, 6vw, 76px); margin-top: 14px; letter-spacing: -.02em; }
.yer-bas .giris { font-size: 19px; color: var(--ink-2); max-width: 60ch; margin-top: 14px; }
.yer-sayi { display: flex; gap: 12px; }
.yer-sayi div { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 14px 18px; min-width: 112px; }
.yer-sayi b { display: block; font-family: var(--f-display); font-size: 30px; font-variant-numeric: lining-nums; line-height: 1.1; }
.yer-sayi span { font-size: 13.5px; color: var(--muted); }
.bolum-cipler { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.bolum-cipler > span { font-size: 14px; color: var(--muted); margin-right: 6px; }
.cip { display: inline-flex; align-items: center; gap: 7px; padding: 6px 12px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-size: 13.5px; font-weight: 500; color: var(--ink-2); }
.cip[data-bolum]::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--c); }
a.cip:hover { border-color: var(--ink); color: var(--ink); }
.cip.soluk { color: var(--muted); }

/* ── üç sütun ── */
.uc-sutun { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 32px; padding-top: 40px; padding-bottom: 72px; align-items: start; }
.sutun > h2 { font-size: 26px; display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding-bottom: 14px; border-bottom: 2px solid var(--ink); margin-bottom: 18px; }
.sutun > h2 small { font-family: var(--f-text); font-size: 13.5px; color: var(--muted); font-weight: 500; }
.ara-baslik { font-family: var(--f-text); font-size: 12.5px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--muted); margin: 24px 0 10px; }
.aciklama { background: #fff; border: 1px solid var(--line); border-radius: var(--r); margin-bottom: 12px; overflow: hidden; }
.aciklama summary { list-style: none; cursor: pointer; padding: 16px 18px; display: grid; gap: 5px; position: relative; padding-right: 44px; }
.aciklama summary::-webkit-details-marker { display: none; }
.aciklama summary::after { content: "+"; position: absolute; right: 18px; top: 16px; font-size: 22px; line-height: 1; color: var(--muted); }
.aciklama[open] summary::after { content: "–"; }
.aciklama summary b { font-family: var(--f-display); font-size: 19px; font-weight: 600; line-height: 1.25; }
.aciklama summary small { color: var(--muted); font-size: 13px; }
.aciklama[open] summary { border-bottom: 1px solid var(--line); }
.aciklama .govde { padding: 16px 18px 20px; }
.govde.kucuk { font-size: 16px; line-height: 1.72; max-width: none; }
.govde.kucuk p strong:only-child { font-size: 1.2em; margin-top: 1.2em; }
.firma-kart { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 18px; margin-bottom: 12px; transition: border-color .15s, box-shadow .15s; }
.firma-kart:hover { border-color: var(--line-2); box-shadow: var(--shadow); }
.firma-ad { font-family: var(--f-display); font-size: 20px; font-weight: 600; }
.firma-ad:hover { text-decoration: underline; text-decoration-color: var(--brand); text-decoration-thickness: 3px; text-underline-offset: 3px; }
.firma-kart small { display: block; color: var(--muted); font-size: 14px; margin-top: 4px; }
.cipler { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.firma-eylem { display: flex; gap: 8px; margin-top: 14px; flex-wrap: wrap; }
.btn-kucuk { padding: 8px 14px; font-size: 14px; }
.bos { background: #fff; border: 1.5px dashed var(--line-2); border-radius: var(--r); padding: 16px 18px; color: var(--ink-2); font-size: 15px; }
.cagri { background: var(--brand-soft); border: 1px solid #f3e2a0; border-radius: var(--r); padding: 18px; margin-top: 16px; }
.cagri b { font-family: var(--f-display); font-size: 19px; font-weight: 600; display: block; }
.cagri p { font-size: 14.5px; color: var(--ink-2); margin: 6px 0 12px; }
.mini { display: grid; grid-template-columns: 92px 1fr; gap: 14px; padding: 12px 0; border-top: 1px solid var(--line); align-items: start; }
.mini-liste > .mini:first-child { border-top: 0; padding-top: 0; }
.mini-resim { aspect-ratio: 4 / 3; border-radius: 10px; overflow: hidden; background: #eee9dd; display: block; }
.mini-resim img { width: 100%; height: 100%; object-fit: cover; }
.mini b { display: block; font-family: var(--f-display); font-weight: 600; font-size: 16.5px; line-height: 1.3; margin-top: 4px; }
.mini small { color: var(--muted); font-size: 13px; }
.mini:hover b { text-decoration: underline; text-decoration-color: var(--brand); text-decoration-thickness: 3px; text-underline-offset: 3px; }
.devam { display: inline-block; margin-top: 12px; font-weight: 600; border-bottom: 2px solid var(--brand); }
.cip-bulut { display: flex; flex-wrap: wrap; gap: 8px; }
.yer-liste { list-style: none; margin: 0; padding: 0; }
.yer-liste a { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px solid var(--line); font-size: 15px; }
.yer-liste li:first-child a { border-top: 0; }
.yer-liste a:hover { color: var(--c-oteller); }
.yer-liste small { color: var(--muted); }

/* ── firma sayfası ── */
.galeri { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 210px 210px; gap: 12px; margin-top: 32px; }
.galeri > span { border-radius: var(--r); overflow: hidden; background: #eee9dd; display: block; }
.galeri img { width: 100%; height: 100%; object-fit: cover; }
.galeri > :first-child { grid-row: span 2; }
.galeri > :nth-child(4) { grid-column: span 2; }
.hizmet-izgara { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 10px; margin-top: 16px; }
.hizmet-izgara span { display: flex; gap: 10px; align-items: center; padding: 12px 14px; background: #fff; border: 1px solid var(--line); border-radius: 12px; font-weight: 500; font-size: 15px; }
.hizmet-izgara svg { color: var(--c-oteller); flex: none; }
.bolum-alt { font-size: 28px; margin: 48px 0 6px; }
.iletisim-liste { list-style: none; margin: 0; padding: 0; }
.iletisim-liste li { display: grid; grid-template-columns: 22px 1fr; gap: 12px; padding: 11px 0; border-top: 1px solid var(--line); font-size: 15px; align-items: start; }
.iletisim-liste li:first-child { border-top: 0; }
.iletisim-liste svg { color: var(--muted); margin-top: 2px; }
.iletisim-liste a { font-weight: 600; word-break: break-word; }
.iletisim-liste a:hover { text-decoration: underline; text-decoration-color: var(--brand); text-decoration-thickness: 3px; }

/* ── talep formu ── */
.form-izgara { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 56px; padding: 32px 0 96px; align-items: start; }
.form { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; }
.alan { display: grid; gap: 7px; align-content: start; }
.alan.tam { grid-column: 1 / -1; }
.alan label { font-weight: 600; font-size: 14.5px; }
.alan label i { color: #b42318; font-style: normal; }
.alan input, .alan select, .alan textarea { font: inherit; font-size: 16px; padding: 12px 14px; border: 1px solid var(--line-2); border-radius: 12px; background: #fff; color: var(--ink); width: 100%; }
.alan textarea { min-height: 130px; resize: vertical; }
.alan input:focus, .alan select:focus, .alan textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px var(--brand-soft); }
.alan small { color: var(--muted); font-size: 13px; }
.form-bolum { grid-column: 1 / -1; font-family: var(--f-text); font-size: 12.5px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--muted); padding-top: 10px; border-top: 1px solid var(--line); }
.form-bolum:first-child { border-top: 0; padding-top: 0; }
.onay { grid-column: 1 / -1; display: flex; gap: 12px; align-items: start; font-size: 14.5px; color: var(--ink-2); }
.onay input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--ink); flex: none; }
.onay a { text-decoration: underline; text-underline-offset: 3px; }
.form button.btn { grid-column: 1 / -1; justify-self: start; border: 0; cursor: pointer; font: inherit; font-weight: 600; font-size: 16px; padding: 14px 26px; }
.sonuc { grid-column: 1 / -1; padding: 14px 16px; border-radius: 12px; background: #ecfdf3; border: 1px solid #abefc6; color: #05603a; font-size: 15px; }
.adimlar { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 14px; counter-reset: adim; }
.adimlar li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; font-size: 15px; color: var(--ink-2); counter-increment: adim; align-items: center; }
.adimlar li::before { content: counter(adim); width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 14px; }

@media (max-width: 1180px) {
  .ara { flex-basis: 220px; }
  .uc-sutun { grid-template-columns: 1fr 1fr; }
  .uc-sutun > .sutun:first-child { grid-column: 1 / -1; }
  .form-izgara { grid-template-columns: minmax(0, 1fr) 320px; gap: 36px; }
}
@media (max-width: 980px) {
  .ust-ic > .ara { display: none; }
  .mobil-menu .ara { flex: none; margin: 4px 0 10px; }
  .mobil-menu .ara-liste { min-width: 0; }
  .uc-sutun { grid-template-columns: 1fr; }
  .form-izgara { grid-template-columns: 1fr; }
  .galeri { grid-template-columns: 1fr 1fr; grid-template-rows: 230px 150px 150px; }
  .galeri > :first-child { grid-column: 1 / -1; grid-row: auto; }
  .galeri > :nth-child(4) { grid-column: auto; }
}
@media (max-width: 620px) {
  .form { grid-template-columns: 1fr; padding: 22px; }
  .yer-sayi { width: 100%; }
  .yer-sayi div { min-width: 0; flex: 1; padding: 12px 14px; }
  .ara.buyuk input { height: 54px; }
  .ara-liste { min-width: 0; }
}

/* ══ İŞLETME REHBERİ + BUGÜN ŞERİDİ (18.09 üçüncü tur) ═══════════════════════ */
.bugun { display: grid; grid-template-columns: 1.3fr 1fr 1fr 0.8fr; gap: 14px; margin-top: 28px; }
.bugun-kart { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 16px 18px; display: grid; gap: 6px; align-content: start; min-width: 0; }
.bugun-kart .bk-bas { display: flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.bugun-kart .bk-deger { display: flex; align-items: center; gap: 12px; font-family: var(--f-display); font-size: 30px; font-weight: 600; line-height: 1.1; font-variant-numeric: lining-nums; }
.bugun-kart .bk-deger svg { color: var(--ink); flex: none; }
.bugun-kart p { font-size: 14.5px; color: var(--ink-2); }
.bugun-kart small { font-size: 12.5px; color: var(--muted); }
.bugun-kart a.bk-bag { font-weight: 600; font-size: 14.5px; border-bottom: 2px solid var(--brand); justify-self: start; margin-top: 2px; }
.hava-gunler { display: flex; gap: 14px; margin-top: 4px; font-size: 13.5px; color: var(--ink-2); }
.hava-gunler span { display: grid; gap: 2px; justify-items: center; }
.hava-gunler b { font-weight: 600; font-variant-numeric: lining-nums; }
.bugun-kart.acil .bk-deger { color: #b42318; }

.sektor-bar { position: sticky; top: 76px; z-index: 30; background: rgba(250,248,243,.94); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); margin-top: 8px; }
.sektor-bar .wrap { display: flex; gap: 8px; overflow-x: auto; padding-top: 12px; padding-bottom: 12px; scrollbar-width: thin; }
.sektor-bar a { flex: none; display: inline-flex; gap: 7px; align-items: center; padding: 8px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-size: 14px; font-weight: 500; min-height: 40px; white-space: nowrap; }
.sektor-bar a span { color: var(--muted); font-size: 12.5px; font-variant-numeric: lining-nums; }
.sektor-bar a:hover { border-color: var(--ink); }
.sektor-bar a[aria-current="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.sektor-bar a[aria-current="true"] span { color: #cfcac0; }
.sektor-blok { padding-top: 34px; scroll-margin-top: 150px; }
.sektor-blok[hidden] { display: none; }
.sektor-blok > h2 { font-size: 28px; display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.sektor-blok > h2 small { font-family: var(--f-text); font-size: 14px; font-weight: 500; color: var(--muted); }
.alt-cipler { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 18px; }
.isk-izgara { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 14px; }
.isk { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 16px 16px 14px; display: grid; gap: 6px; align-content: start; transition: border-color .15s, box-shadow .15s; }
.isk:hover { border-color: var(--line-2); box-shadow: var(--shadow); }
.isk h3 { font-family: var(--f-text); font-size: 16.5px; font-weight: 600; line-height: 1.3; letter-spacing: 0; }
.isk h3 a:hover { text-decoration: underline; text-decoration-color: var(--brand); text-decoration-thickness: 3px; text-underline-offset: 3px; }
.isk-tur { font-size: 13.5px; color: var(--muted); }
.isk-bilgi { display: grid; grid-template-columns: 18px 1fr; gap: 8px; font-size: 14px; color: var(--ink-2); align-items: start; }
.isk-bilgi svg { color: var(--muted); margin-top: 2px; }
.isk-eylem { display: flex; gap: 8px; margin-top: 8px; flex-wrap: wrap; }
.isk-eylem a { display: inline-flex; align-items: center; gap: 6px; min-height: 40px; padding: 0 14px; border-radius: 999px; border: 1px solid var(--line-2); font-size: 14px; font-weight: 600; }
.isk-eylem a:hover { border-color: var(--ink); }
.isk-eylem a.ana { background: var(--ink); color: #fff; border-color: var(--ink); }
.tumunu-gor { display: inline-flex; margin-top: 14px; font-weight: 600; border-bottom: 2px solid var(--brand); }
.kaynak { font-size: 13px; color: var(--muted); margin-top: 28px; padding-top: 16px; border-top: 1px solid var(--line); }
.kaynak a { text-decoration: underline; text-underline-offset: 2px; }
.bilgi-tablo { width: 100%; border-collapse: collapse; font-size: 15px; }
.bilgi-tablo th { text-align: left; font-weight: 600; color: var(--muted); font-size: 13.5px; padding: 11px 16px 11px 0; vertical-align: top; width: 130px; }
.bilgi-tablo td { padding: 11px 0; border-top: 1px solid var(--line); }
.bilgi-tablo tr:first-child td, .bilgi-tablo tr:first-child th { border-top: 0; }
.bilgi-tablo th { border-top: 1px solid var(--line); }
.bilgi-tablo a { font-weight: 600; }
.yakin { list-style: none; margin: 0; padding: 0; }
.yakin li a { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-top: 1px solid var(--line); font-size: 15px; }
.yakin li:first-child a { border-top: 0; }
.yakin small { color: var(--muted); white-space: nowrap; font-variant-numeric: lining-nums; }

@media (max-width: 1180px) { .bugun { grid-template-columns: 1fr 1fr; } }
@media (max-width: 980px) {
  .bugun { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gut); gap: 12px; padding-bottom: 6px; margin-left: calc(var(--gut) * -1); margin-right: calc(var(--gut) * -1); padding-left: var(--gut); padding-right: var(--gut); }
  .bugun-kart { flex: 0 0 78%; scroll-snap-align: start; }
}
@media (max-width: 620px) {
  .sektor-bar { top: 64px; }
  .isk-izgara { grid-template-columns: 1fr; }
  .isk-eylem a { flex: 1 1 auto; justify-content: center; min-height: 44px; white-space: nowrap; }
  .bugun-kart { flex-basis: 86%; }
  .sektor-blok > h2 { font-size: 24px; }
}

/* telefonda dokunma hedefleri ≥ 44 px (WCAG 2.2 · 18.09 ölçümü: kırıntı 23 px, metin bağlantıları 26-28 px) */
@media (max-width: 620px) {
  .kirinti a { display: inline-flex; align-items: center; min-height: 44px; }
  .tumunu-gor, .bk-bag, .devam, .blok-bas .tumu { display: inline-flex; align-items: center; min-height: 44px; }
  .cip, a.cip { min-height: 40px; }
}

/* hava kartı ekleri (rüzgâr · yağış · nem · deniz) */
.bugun-kart .hava-ek { font-size: 13.5px; color: var(--ink-2); line-height: 1.55; }
.bugun-kart .hava-deniz { font-size: 14px; font-weight: 600; color: #0b5d8f; }
.bugun-kart .hava-deniz[hidden] { display: none; }
.hava-gunler small { font-size: 11.5px; color: #0b5d8f; }

/* ── sektör ana sayfası + tüm sektörler (18.09) — resimsiz başlık: yalnız logo renkleri, yeni resim YOK ── */
.hub-bas.duz { background: var(--ink); background-image: radial-gradient(circle at 88% 12%, rgba(255,204,0,.22), transparent 42%), radial-gradient(circle at 8% 110%, rgba(255,204,0,.12), transparent 40%); }
.hub-bas.duz::after { display: none; }
.hub-bas.duz .etiket.hap { background: var(--brand); color: var(--ink); }
.sektor-izgara { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 16px; }
.sektor-kart { display: flex; flex-direction: column; gap: 6px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px; min-height: 132px; transition: box-shadow .15s, border-color .15s; }
.sektor-kart:hover { box-shadow: var(--shadow-h); border-color: var(--line-2); }
.sektor-kart b { font-family: var(--f-display); font-size: 21px; line-height: 1.2; }
.sektor-kart .sk-sayi { font-weight: 600; font-size: 14px; color: var(--ink-2); }
.sektor-kart small { color: var(--muted); font-size: 13.5px; line-height: 1.45; }
.sektor-kart .sk-rozet { align-self: flex-start; margin-top: auto; font-size: 12px; font-weight: 600; padding: 3px 9px; border-radius: 999px; background: var(--brand-soft); color: var(--ink); }
.il-grup li a span { color: var(--muted); font-variant-numeric: tabular-nums; }
@media (max-width: 640px) {
  .sektor-izgara { grid-template-columns: 1fr 1fr; gap: 10px; }
  .sektor-kart { padding: 14px; min-height: 118px; }
  .sektor-kart b { font-size: 17px; }
  .hub-bas.duz .hub-say { gap: 20px; }
}
@media (max-width: 640px) {   /* 19.09 tam üretim ölçümü: "112" 33 px, btn-kucuk 39 px → 44 px dokunma hedefi */
  .bugun-kart .bk-deger a { display: inline-flex; align-items: center; min-height: 44px; }
  .btn-kucuk { min-height: 44px; }
}

/* ── işletme varsayılan logosu (19.09 — Erdem: "resim yoksa varsayılan resim, mevcut sitedeki gibi logolu") ── */
.isk-ust { display: flex; gap: 12px; align-items: center; }
.isk-logo { width: 52px; height: 52px; flex: none; border-radius: 10px; object-fit: cover; border: 1px solid var(--line); background: #eee9dd; }
.isk-bas { display: flex; gap: 20px; align-items: flex-start; margin-top: 22px; }
.isk-logo.buyuk { width: 96px; height: 96px; border-radius: 16px; }
@media (max-width: 640px) { .isk-bas { gap: 14px; } .isk-logo.buyuk { width: 64px; height: 64px; border-radius: 12px; } }

/* ── başvuru formu sonucu + hukuki metinler (19.09) ── */
.sonuc.hata { background: #fef3f2; border-color: #fecdca; color: #912018; }
.form button.btn:disabled { opacity: .6; cursor: progress; }
.govde.hukuk h2 { font-size: 22px; margin: 34px 0 10px; }
.govde.hukuk ul { padding-left: 20px; }
.govde.hukuk li { margin: 6px 0; }

/* ── 20.09: kahraman altı TÜM sektör etiketleri (küçük) · genel menü · "İşletmeni Ekle" sayfası ── */
.kisayol.kucuk { gap: 8px; margin-top: 28px; max-width: 980px; }
.kisayol.kucuk a { gap: 6px; padding: 7px 13px; font-size: 14px; }
.kisayol.kucuk a span { font-size: 12px; }
.ozellik-izgara { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ozellik { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 24px; }
.ozellik h3 { font-size: 20px; margin: 14px 0 8px; }
.ozellik p { color: var(--ink-2); font-size: 15px; line-height: 1.6; }
.oz-simge { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 12px; background: var(--brand-soft); color: var(--ink); }
.neden-alt { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 900px) { .ozellik-izgara { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) {
  .ozellik-izgara, .neden-alt { grid-template-columns: 1fr; }
  .kisayol.kucuk a { padding: 0 12px; min-height: 40px; font-size: 13.5px; }
}
@media (max-width: 640px) {   /* 20.09 ölçüm: 19 etiket sarılınca 520 px — telefonda yana kaydırılan tek sıra */
  .kisayol.kucuk { flex-wrap: nowrap; overflow-x: auto; margin: 22px calc(-1 * var(--gut)) 0; padding: 0 var(--gut) 8px;
                   scroll-padding-inline: var(--gut); scroll-snap-type: x proximity; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .kisayol.kucuk::-webkit-scrollbar { display: none; }
  .kisayol.kucuk a { flex: none; scroll-snap-align: start; }
}
#mevcut-not[hidden] + .form-bolum { border-top: 0; padding-top: 0; }   /* 19.09: gizli not varken form başında gereksiz çizgi */
