/* Kuzey Dedektiflik — statik bölge/rehber sayfaları katmanı
   Ana tema (kuzey-theme.css) ve derlenmiş utility CSS ile birlikte yüklenir. */

.kz-page { background: #040408; color: #f4f1ea; min-height: 100vh; }

/* -------- Header -------- */
.kz-header { position: fixed; inset-inline: 0; top: 0; z-index: 120; background: rgba(4,4,8,.88); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid rgba(244,241,234,.08); }
.kz-header-in { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem 0; }
.kz-brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; color: inherit; }
.kz-brand img { height: 40px; width: 40px; border-radius: 10px; }
.kz-brand-name { display: flex; flex-direction: column; line-height: 1.05; font-family: "Marcellus", serif; }
.kz-brand-name b { font-size: 1.05rem; font-weight: 600; letter-spacing: .02em; }
.kz-brand-name span { font-size: .72rem; color: rgba(244,241,234,.6); letter-spacing: .14em; text-transform: uppercase; }
.kz-nav { display: none; gap: 1.4rem; align-items: center; }
.kz-nav a { font-size: .85rem; color: rgba(244,241,234,.72); text-decoration: none; letter-spacing: .02em; }
.kz-nav a:hover, .kz-nav a[aria-current="page"] { color: #f4f1ea; }
.kz-header-cta { display: flex; align-items: center; gap: .6rem; }
.kz-tel { font-family: "JetBrains Mono", monospace; font-size: .78rem; letter-spacing: .1em; color: rgba(244,241,234,.75); text-decoration: none; white-space: nowrap; }
.kz-tel:hover { color: #fff; }
@media (min-width: 900px) { .kz-nav { display: flex; } }

/* -------- Genel bölümler -------- */
.kz-hero { padding: 8.2rem 0 3rem; position: relative; overflow: hidden; }
.kz-crumb { font-family: "JetBrains Mono", monospace; font-size: .72rem; text-transform: uppercase; letter-spacing: .18em; color: rgba(244,241,234,.5); display: flex; flex-wrap: wrap; gap: .45rem; }
.kz-crumb a { color: rgba(244,241,234,.62); text-decoration: none; }
.kz-crumb a:hover { color: #f4f1ea; }
.kz-h1 { font-family: "Marcellus", serif; font-weight: 600; letter-spacing: -0.03em; line-height: 1.02; font-size: clamp(2.2rem, 6vw, 4.6rem); margin-top: 1.6rem; max-width: 22ch; }
.kz-capsule { margin-top: 1.8rem; border: 1px solid rgba(122,146,184,.35); background: linear-gradient(140deg, rgba(26,39,64,.35), rgba(10,15,28,.65)); border-radius: 1.25rem; padding: 1.35rem 1.5rem; max-width: 46rem; font-size: 1.02rem; line-height: 1.75; color: rgba(244,241,234,.92); }
.kz-capsule strong { color: #fff; }
.kz-intro { margin-top: 1.6rem; max-width: 46rem; display: grid; gap: 1rem; color: rgba(244,241,234,.68); line-height: 1.85; }
.kz-strip { margin-top: 2.6rem; border-top: 1px solid rgba(244,241,234,.1); padding-top: 1.4rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem 1.4rem; font-family: "JetBrains Mono", monospace; font-size: .72rem; text-transform: uppercase; }
.kz-strip b { display: block; letter-spacing: .16em; color: #f4f1ea; font-weight: 600; }
.kz-strip span { display: block; letter-spacing: .13em; color: rgba(244,241,234,.45); margin-top: .3rem; }
@media (min-width: 720px) { .kz-strip { grid-template-columns: repeat(4, 1fr); } }

.kz-section { padding: 4.2rem 0; position: relative; }
.kz-section--light { background: #f4f1ea; color: #0b0d12; }
.kz-label { font-family: "JetBrains Mono", monospace; font-size: .72rem; text-transform: uppercase; letter-spacing: .2em; color: #7a92b8; }
.kz-section--light .kz-label { color: #40598a; }
.kz-h2 { font-family: "Marcellus", serif; font-weight: 600; letter-spacing: -0.02em; line-height: 1.1; font-size: clamp(1.6rem, 3.6vw, 2.6rem); margin-top: 1rem; max-width: 28ch; }
.kz-prose { margin-top: 1.4rem; max-width: 47rem; display: grid; gap: 1.05rem; line-height: 1.85; color: rgba(244,241,234,.72); }
.kz-section--light .kz-prose { color: rgba(11,13,18,.72); }
.kz-prose a { color: #9eb1cc; text-decoration: underline; text-underline-offset: 3px; }
.kz-section--light .kz-prose a { color: #40598a; }

/* Hizmet kartları */
.kz-svc-grid { margin-top: 2.2rem; display: grid; gap: 1rem; }
@media (min-width: 820px) { .kz-svc-grid { grid-template-columns: 1fr 1fr; } }
.kz-svc { border: 1px solid rgba(11,13,18,.1); background: #fff; border-radius: 1.15rem; padding: 1.5rem 1.6rem; }
.kz-svc h3 { font-family: "Marcellus", serif; font-size: 1.28rem; font-weight: 600; color: #0b0d12; }
.kz-svc p { margin-top: .6rem; line-height: 1.75; color: rgba(11,13,18,.68); font-size: .95rem; }
.kz-svc .kz-num { font-family: "JetBrains Mono", monospace; font-size: .7rem; letter-spacing: .18em; color: rgba(11,13,18,.4); }

/* Süreç adımları */
.kz-steps { margin-top: 2.2rem; display: grid; gap: 1rem; counter-reset: kzstep; }
@media (min-width: 820px) { .kz-steps { grid-template-columns: repeat(4, 1fr); } }
.kz-step { border: 1px solid rgba(244,241,234,.1); background: rgba(244,241,234,.03); border-radius: 1.15rem; padding: 1.3rem 1.35rem; }
.kz-step::before { counter-increment: kzstep; content: "0" counter(kzstep); font-family: "JetBrains Mono", monospace; font-size: .72rem; letter-spacing: .16em; color: #7a92b8; }
.kz-step h3 { font-family: "Marcellus", serif; font-size: 1.12rem; margin-top: .55rem; }
.kz-step p { margin-top: .45rem; font-size: .88rem; line-height: 1.65; color: rgba(244,241,234,.6); }

/* İlçe rozetleri */
.kz-pills { margin-top: 1.6rem; display: flex; flex-wrap: wrap; gap: .5rem; max-width: 52rem; }
.kz-pill { font-family: "JetBrains Mono", monospace; font-size: .72rem; letter-spacing: .08em; padding: .42rem .8rem; border-radius: 999px; border: 1px solid rgba(244,241,234,.16); color: rgba(244,241,234,.72); }

/* SSS */
.kz-faq { margin-top: 2rem; display: grid; gap: .7rem; max-width: 50rem; }
.kz-faq details { border: 1px solid rgba(244,241,234,.1); background: rgba(244,241,234,.03); border-radius: 1rem; overflow: hidden; }
.kz-faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.05rem 1.25rem; font-weight: 600; font-size: .98rem; }
.kz-faq summary::-webkit-details-marker { display: none; }
.kz-faq summary::after { content: "+"; font-family: "JetBrains Mono", monospace; color: #7a92b8; font-size: 1.1rem; }
.kz-faq details[open] summary::after { content: "–"; }
.kz-faq .kz-faq-a { padding: 0 1.25rem 1.15rem; line-height: 1.75; color: rgba(244,241,234,.66); font-size: .93rem; }

/* Yakın bölgeler + hub liste */
.kz-links { margin-top: 1.8rem; display: grid; gap: .6rem; }
@media (min-width: 720px) { .kz-links { grid-template-columns: repeat(3, 1fr); } }
.kz-link-card { display: flex; justify-content: space-between; align-items: center; gap: .8rem; border: 1px solid rgba(244,241,234,.1); background: rgba(244,241,234,.03); border-radius: .9rem; padding: .85rem 1.05rem; color: rgba(244,241,234,.82); text-decoration: none; font-size: .92rem; transition: border-color .2s, background .2s; }
.kz-link-card:hover { border-color: rgba(122,146,184,.5); background: rgba(122,146,184,.08); }
.kz-link-card span { color: #7a92b8; }

/* CTA */
.kz-cta { border: 1px solid rgba(244,241,234,.1); border-radius: 1.5rem; padding: 2.2rem; background: radial-gradient(ellipse 60% 80% at 0% 100%, rgba(26,39,64,.28), transparent 60%), radial-gradient(ellipse 60% 80% at 100% 0%, rgba(122,146,184,.22), transparent 60%), #0a0f1c; }
.kz-cta h2 { font-family: "Marcellus", serif; font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 600; max-width: 24ch; }
.kz-cta p { margin-top: .9rem; max-width: 40rem; line-height: 1.8; color: rgba(244,241,234,.68); }
.kz-cta-row { margin-top: 1.6rem; display: flex; flex-wrap: wrap; gap: .8rem; }
.kz-btn { display: inline-flex; align-items: center; gap: .55rem; border-radius: 999px; padding: .85rem 1.5rem; font-weight: 600; font-size: .95rem; text-decoration: none; cursor: pointer; border: 1px solid transparent; transition: transform .15s, background .2s; }
.kz-btn:active { transform: scale(.98); }
.kz-btn--primary { background: #f4f1ea; color: #0b0d12; }
.kz-btn--primary:hover { background: #fff; }
.kz-btn--ghost { border-color: rgba(244,241,234,.25); color: #f4f1ea; background: transparent; }
.kz-btn--ghost:hover { border-color: rgba(244,241,234,.5); }
.kz-btn--wa { background: #25d366; color: #06210f; border: none; font: inherit; font-weight: 600; }
.kz-btn--wa:hover { background: #1ebe5a; }

/* Rehber makale gövdesi */
.kz-article { max-width: 47rem; }
.kz-article h2 { font-family: "Marcellus", serif; font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 600; margin-top: 2.6rem; letter-spacing: -0.02em; }
.kz-article h3 { font-family: "Marcellus", serif; font-size: 1.2rem; font-weight: 600; margin-top: 1.8rem; }
.kz-article p, .kz-article li { line-height: 1.85; color: rgba(244,241,234,.72); margin-top: 1rem; }
.kz-article ul, .kz-article ol { padding-left: 1.3rem; }
.kz-article li { margin-top: .5rem; }
.kz-article a { color: #9eb1cc; text-decoration: underline; text-underline-offset: 3px; }

/* Footer */
.kz-footer { border-top: 1px solid rgba(244,241,234,.08); background: #06080f; padding: 3.2rem 0 2rem; margin-top: 2rem; }
.kz-footer-grid { display: grid; gap: 2rem; }
@media (min-width: 900px) { .kz-footer-grid { grid-template-columns: 1.3fr 1fr 1fr 1fr; } }
.kz-footer h4 { font-family: "JetBrains Mono", monospace; font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(244,241,234,.45); margin-bottom: .9rem; }
.kz-footer ul { list-style: none; padding: 0; display: grid; gap: .5rem; }
.kz-footer a { color: rgba(244,241,234,.66); text-decoration: none; font-size: .88rem; }
.kz-footer a:hover { color: #f4f1ea; }
.kz-footer-desc { margin-top: .9rem; max-width: 30rem; font-size: .88rem; line-height: 1.7; color: rgba(244,241,234,.55); }
.kz-footer-bottom { margin-top: 2.4rem; padding-top: 1.2rem; border-top: 1px solid rgba(244,241,234,.07); font-size: .78rem; color: rgba(244,241,234,.4); display: flex; flex-wrap: wrap; gap: .8rem; justify-content: space-between; }

/* Yardımcılar */
.kz-grid-bg { position: absolute; inset: 0; opacity: .35; pointer-events: none; background-image: linear-gradient(rgba(244,241,234,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(244,241,234,.05) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(180deg, transparent, #000 12%, #000 78%, transparent); -webkit-mask-image: linear-gradient(180deg, transparent, #000 12%, #000 78%, transparent); }

.kz-container { max-width: 1180px; margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 2.5rem); }

/* Logo badge — koyu zemin + çelik halka (her zaman görünür) */
.kz-brand img{background:linear-gradient(145deg,#141d33,#0a0f1c);box-shadow:0 0 0 1px rgba(158,177,204,.18),0 0 0 2px rgba(122,146,184,.24);object-fit:contain}
