/* ==========================================================================
   bolge.css — üretilen hizmet × ilçe sayfalarının blokları
   Sitenin mevcut Bootstrap temasının üzerine biner; tema renklerini bozmaz.
   ========================================================================== */

.zt {
  --zt-ana:    #0a9fb5;
  --zt-koyu:   #0b3d4d;
  --zt-acik:   #f4fafb;
  --zt-cizgi:  #dfeaed;
  --zt-metin:  #33454b;
  color: var(--zt-metin);
  line-height: 1.75;
}

.zt h2 {
  font-size: 1.5rem;
  line-height: 1.35;
  margin: 2.25rem 0 .9rem;
  color: var(--zt-koyu);
}

.zt h3 {
  font-size: 1.15rem;
  margin: 1.5rem 0 .6rem;
  color: var(--zt-koyu);
}

.zt p { margin-bottom: 1rem; }

.zt-sec { margin-top: 2rem; }

/* --- Kısa cevap bloğu (sayfanın en üstü) -------------------------------- */
.zt-cevap {
  background: var(--zt-acik);
  border-left: 4px solid var(--zt-ana);
  border-radius: 6px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.75rem;
}
.zt-cevap h2 { margin-top: 0; }
.zt-cevap p:last-child { margin-bottom: 0; }

/* --- Künye / özet kutusu ------------------------------------------------ */
.zt-ozet {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1px;
  background: var(--zt-cizgi);
  border: 1px solid var(--zt-cizgi);
  border-radius: 6px;
  overflow: hidden;
  margin: 1.5rem 0;
}
.zt-ozet > div { background: #fff; padding: .85rem 1.1rem; }
.zt-ozet dt {
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #7b8f96;
  margin-bottom: .2rem;
  font-weight: 600;
}
.zt-ozet dd { margin: 0; font-weight: 600; color: var(--zt-koyu); }

/* --- Tablo -------------------------------------------------------------- */
.zt-tablo-sar { overflow-x: auto; margin: 1.5rem 0; }
.zt-tablo {
  width: 100%;
  border-collapse: collapse;
  min-width: 460px;
  font-size: .95rem;
}
.zt-tablo caption {
  caption-side: top;
  text-align: left;
  font-size: .85rem;
  color: #7b8f96;
  padding-bottom: .5rem;
}
.zt-tablo th,
.zt-tablo td {
  border: 1px solid var(--zt-cizgi);
  padding: .65rem .85rem;
  text-align: left;
  vertical-align: top;
}
.zt-tablo thead th { background: var(--zt-acik); color: var(--zt-koyu); }

/* --- Listeler ----------------------------------------------------------- */
.zt-liste { padding-left: 0; list-style: none; margin: 1rem 0; }
.zt-liste li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: .55rem;
}
.zt-liste li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--zt-ana);
  font-weight: 700;
}

.zt-adimlar { counter-reset: zt; list-style: none; padding-left: 0; margin: 1.25rem 0; }
.zt-adimlar li {
  counter-increment: zt;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.1rem;
  min-height: 2.1rem;
}
.zt-adimlar li::before {
  content: counter(zt);
  position: absolute;
  left: 0;
  top: 0;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background: var(--zt-ana);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .95rem;
}
.zt-adimlar li strong { display: block; color: var(--zt-koyu); margin-bottom: .15rem; }

/* --- Kartlar ------------------------------------------------------------ */
.zt-kartlar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}
.zt-kart {
  border: 1px solid var(--zt-cizgi);
  border-radius: 8px;
  padding: 1.15rem 1.25rem;
  background: #fff;
  transition: box-shadow .2s ease, transform .2s ease;
}
.zt-kart:hover { box-shadow: 0 6px 20px rgba(11, 61, 77, .09); transform: translateY(-2px); }
.zt-kart h3 { margin-top: 0; font-size: 1.05rem; }
.zt-kart p { font-size: .93rem; margin-bottom: .7rem; }
.zt-kart a { color: var(--zt-ana); font-weight: 600; text-decoration: none; }
.zt-kart a:hover { text-decoration: underline; }

/* --- Sık sorulan sorular ------------------------------------------------ */
.zt-sss { margin: 1.25rem 0; }
.zt-sss details {
  border: 1px solid var(--zt-cizgi);
  border-radius: 6px;
  margin-bottom: .6rem;
  background: #fff;
}
.zt-sss summary {
  cursor: pointer;
  padding: .85rem 1.1rem;
  font-weight: 600;
  color: var(--zt-koyu);
  list-style: none;
  position: relative;
  padding-right: 2.5rem;
}
.zt-sss summary::-webkit-details-marker { display: none; }
.zt-sss summary::after {
  content: "+";
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
  color: var(--zt-ana);
  line-height: 1;
}
.zt-sss details[open] summary::after { content: "−"; }
.zt-yanit { padding: 0 1.1rem 1rem; }

/* --- İç bağlantılar ----------------------------------------------------- */
.zt-baglantilar {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 1rem 0;
}
.zt-baglantilar li { margin: 0; }
.zt-baglantilar a {
  display: inline-block;
  padding: .45rem .9rem;
  border: 1px solid var(--zt-cizgi);
  border-radius: 999px;
  background: #fff;
  color: var(--zt-koyu);
  font-size: .9rem;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease;
}
.zt-baglantilar a:hover {
  background: var(--zt-ana);
  border-color: var(--zt-ana);
  color: #fff;
}

/* --- Harekete geçirici blok --------------------------------------------- */
.zt-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  background: var(--zt-koyu);
  color: #fff;
  border-radius: 10px;
  padding: 1.6rem 1.9rem;
  margin: 2.25rem 0;
}
.zt-cta h2 { color: #fff; margin: 0 0 .35rem; font-size: 1.3rem; }
.zt-cta p { margin: 0; opacity: .88; font-size: .96rem; }
.zt-cta-btn {
  background: var(--zt-ana);
  color: #fff !important;
  padding: .8rem 1.7rem;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: filter .2s ease;
}
.zt-cta-btn:hover { filter: brightness(1.12); }

/* --- Bilgilendirme notu ------------------------------------------------- */
.zt-not {
  font-size: .87rem;
  color: #7b8f96;
  border-top: 1px solid var(--zt-cizgi);
  padding-top: 1rem;
  margin-top: 2.25rem;
}

/* --- Başlık alanı ------------------------------------------------------- */
.bolge-eyebrow {
  display: inline-block;
  background: rgba(255, 255, 255, .18);
  padding: .3rem .9rem;
  border-radius: 999px;
  font-size: .82rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: .7rem;
}
.bolge-lead { max-width: 46rem; margin: .6rem auto 0; opacity: .92; }

@media (max-width: 575px) {
  .zt h2 { font-size: 1.3rem; }
  .zt-cta { padding: 1.3rem; }
  .zt-cta-btn { width: 100%; text-align: center; }
}
