/* ============================================================
   ANASAYFA — Sayfaya Özel Stiller
   ============================================================ */

/* --- Section-Spesifik --- */
#orgutlenmek,
#orgutlenmek h2,
#orgutlenmek p {
  color: #000;
}

#sosyalist-gencler {
  background: url('../img/div8.jpg') center/cover no-repeat !important;
  position: relative;
}

#sosyalist-gencler::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
}

#sosyalist-gencler > * {
  position: relative;
  z-index: 1;
}

#sosyalist-gencler,
#sosyalist-gencler h2,
#sosyalist-gencler p {
  color: var(--beyaz);
}

#cevre {
  z-index: 14;
}

#diger-orgutler {
  z-index: 15;
}

#cevre.arkaplan-resimli::before {
  background: transparent !important;
}

#cevre h2,
#cevre p {
  color: #000 !important;
}

#emperyalizm {
  background: url('../img/div7.jpg') center/cover no-repeat;
}

/* --- Section Numaralandırma (CSS Counter) --- */
main > div:not(.hero-konteyner):not(.arkaplan-resimli):not(#bize-ulas) h2::before {
  counter-increment: soru;
  content: counter(soru, decimal-leading-zero);
  display: block;
  font-family: var(--font-ana);
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--kirmizi);
  opacity: 0.18;
  line-height: 1;
  margin-bottom: 0.25rem;
  letter-spacing: -0.02em;
}

/* --- Section Geçiş Ayraçları --- */
main > div:not(.hero-konteyner):not(.arkaplan-resimli):nth-child(4n+1) {
  border-top: 3px solid var(--kirmizi);
}

/* --- Paragraf Okunabilirliği — Drop Cap --- */
main > div:not(.hero-konteyner):not(.arkaplan-resimli):not(.resim-sag):not(.resim-sol):not(#bize-ulas):not(#kadin-lgbti) p:first-of-type::first-letter {
  font-family: var(--font-ana);
  font-size: 3.2rem;
  font-weight: 800;
  float: left;
  line-height: 0.85;
  margin-right: 0.12em;
  margin-top: 0.07em;
  color: var(--kirmizi);
}

/* --- Scroll Progress Bar --- */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: var(--kirmizi);
  z-index: 1001;
  width: 0%;
  transition: width 0.05s linear;
}

/* --- Mobil --- */
@media (max-width: 768px) {
  main > div:not(.hero-konteyner):not(.arkaplan-resimli):not(#bize-ulas) h2::before {
    font-size: 2.5rem;
  }
}
