/* =====================================================================
   ic-sayfa.css  —  Ic sayfa (ana sayfa disindaki sayfalar) siklayirmalari
   Bu dosya yalnizca EK stiller icerir; mevcut markup'i bozmaz.
   Tasarim degiskenleri style.css :root icinden gelir.
   ===================================================================== */

/* ---- Ic sayfa hero ince ayar ----
   Sabit (fixed) ust menu ~120px; icerik onun altinda kalmamasi icin
   hero'ya ust bosluk verilir ve icerik dikeyde ortalanir. */
.hero.ic-hero {
  min-height: 420px;
  height: auto;
  max-height: none;
  align-items: center;
  padding-top: 132px;
  padding-bottom: 52px;
}
.hero.ic-hero .hero-content {
  padding-top: 0;
  padding-bottom: 0;
}
.hero.ic-hero .hero-title {
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  line-height: 1.15;
}
.hero.ic-hero .hero-sub { margin-top: 0.6rem; }
.hero.ic-hero .hero-eyebrow {
  color: var(--green-neon);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 0.6rem;
}

/* ---- Sayfa giris bandi (liste sayfalarinin basina eklenir) ---- */
.ic-intro {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 6vw 1rem;
}
.ic-intro .section-label {
  display: inline-block;
  color: var(--wood-light);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.ic-intro .section-title { margin-bottom: 1.2rem; }
.ic-intro p {
  color: var(--light-gray);
  max-width: 680px;
  line-height: 1.9;
  font-weight: 300;
}

/* ---- Genel ic sayfa kabi ---- */
.ic-wrap { max-width: 1200px; margin: 0 auto; padding: 2rem 6vw 5rem; }

/* ---- Haber/Blog liste kartlari ---- */
.ic-haber-kart {
  display: flex;
  gap: 2.2rem;
  align-items: stretch;
  background: var(--charcoal);
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 1.8rem;
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
.ic-haber-kart:hover {
  transform: translateY(-4px);
  border-color: var(--wood-light);
  box-shadow: 0 18px 40px -20px rgba(0,0,0,0.8);
}
.ic-haber-kart .ic-haber-foto {
  flex: 0 0 320px;
  overflow: hidden;
}
.ic-haber-kart .ic-haber-foto img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.ic-haber-kart:hover .ic-haber-foto img { transform: scale(1.06); }
.ic-haber-kart .ic-haber-icerik {
  flex: 1;
  padding: 2rem 2.2rem;
  display: flex;
  flex-direction: column;
}
.ic-haber-kart .ic-haber-icerik h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--offwhite);
  margin-bottom: 0.9rem;
  line-height: 1.3;
}
.ic-haber-kart .ic-haber-icerik p {
  color: var(--light-gray);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 1.4rem;
}
.ic-haber-kart .ic-haber-icerik .ic-haber-alt {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.ic-haber-tarih {
  color: var(--mid-gray);
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}

/* ---- Detay sayfasi icerik tipografisi ---- */
.ic-detay-icerik { color: var(--cream); line-height: 1.95; font-weight: 300; }
.ic-detay-icerik p { margin-bottom: 1.1rem; }
.ic-detay-icerik h1,
.ic-detay-icerik h2,
.ic-detay-icerik h3 {
  font-family: var(--font-display);
  color: var(--offwhite);
  font-weight: 500;
  margin: 1.8rem 0 0.8rem;
  line-height: 1.3;
}
.ic-detay-icerik a { color: var(--green-neon); }
.ic-detay-icerik img { max-width: 100%; height: auto; border-radius: 6px; }
.ic-detay-icerik ul,
.ic-detay-icerik ol { margin: 0 0 1.2rem 1.4rem; }
.ic-detay-icerik li { margin-bottom: 0.5rem; }

/* ---- Detay sayfasi gorsel cercevesi ---- */
.ic-detay-gorsel {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--border);
}
.ic-detay-gorsel img { display: block; width: 100%; }

/* ---- Alt CTA bandi ---- */
.ic-cta-band {
  max-width: 1200px;
  margin: 1rem auto 5rem;
  padding: 3.2rem 6vw;
  background: linear-gradient(135deg, rgba(20,140,72,0.16), rgba(171,134,79,0.12));
  border: 1px solid var(--border);
  border-radius: 10px;
  text-align: center;
}
.ic-cta-band h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--offwhite);
  margin-bottom: 0.8rem;
}
.ic-cta-band p {
  color: var(--light-gray);
  margin-bottom: 1.8rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

/* ---- 404 sayfasi ---- */
.notfound-content { text-align: center; }
.notfound-code {
  font-family: var(--font-display);
  font-size: clamp(5rem, 16vw, 11rem);
  line-height: 0.95;
  font-weight: 600;
  color: var(--green-soft);
  text-shadow: 0 0 60px rgba(35,151,48,0.45);
  margin-bottom: 0.4rem;
}
.notfound-content .hero-title { margin: 0.4rem auto 0.9rem; }
.notfound-content .hero-sub { margin-left: auto; margin-right: auto; max-width: 560px; }
.notfound-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2.2rem;
}
.notfound-links { text-align: center; padding-bottom: 0.5rem; }
.notfound-links ul {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0 0;
  display: flex;
  gap: 0.8rem 2rem;
  justify-content: center;
  flex-wrap: wrap;
}
.notfound-links ul li a {
  color: var(--wood-light);
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
  transition: color 0.3s;
}
.notfound-links ul li a:hover { color: var(--green-neon); }

/* ---- Bos durum mesaji ---- */
.ic-bos {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 6vw;
  text-align: center;
  color: var(--mid-gray);
  font-size: 1.05rem;
}

/* ---- Sayfalama (sayfala() ciktisi) ince ayar ---- */
.ic-wrap a[href*="sayfa"],
.ic-sayfalama a {
  color: var(--wood-light);
  text-decoration: none;
}

/* ---- Responsive ---- */
@media only screen and (max-width: 860px) {
  .ic-haber-kart { flex-direction: column; }
  .ic-haber-kart .ic-haber-foto { flex: none; height: 220px; }
  .ic-intro { padding-top: 3.5rem; }
  .hero.ic-hero {
    min-height: 320px;
    padding-top: 108px;
    padding-bottom: 38px;
  }
  .hero.ic-hero .hero-title { font-size: clamp(1.7rem, 7vw, 2.4rem); }
}
