/* İdeal Tercüme – Pendik Yenişehir */
:root {
  --lacivert: #16324f;
  --koyu: #0e2233;
  --vurgu: #1e88a8;
  --vurgu-koyu: #16708a;
  --zemin: #f6f8fa;
  --metin: #2b3a48;
  --acik: #ffffff;
  --cizgi: #dde5ec;
  --wa: #25d366;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--metin);
  background: var(--acik);
  line-height: 1.7;
  font-size: 17px;
}
img { max-width: 100%; height: auto; }
a { color: var(--vurgu-koyu); }
a:hover { color: var(--lacivert); }

/* Üst bar */
.ustbar {
  background: var(--koyu);
  color: #cfe0ec;
  font-size: 14px;
  padding: 6px 0;
}
.ustbar .ic { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.ustbar a { color: #ffffff; text-decoration: none; }

/* Kapsayıcı */
.ic { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

/* Header */
header.site {
  background: var(--acik);
  border-bottom: 1px solid var(--cizgi);
  position: sticky; top: 0; z-index: 50;
}
header.site .ic {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 10px; padding-bottom: 10px; flex-wrap: wrap; gap: 10px;
}
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo img { height: 48px; width: auto; }
.logo span { font-weight: 700; color: var(--lacivert); font-size: 18px; line-height: 1.2; }
nav.ana ul { display: flex; gap: 4px; list-style: none; flex-wrap: wrap; }
nav.ana a {
  display: block; padding: 8px 12px; text-decoration: none;
  color: var(--lacivert); font-weight: 600; font-size: 15px; border-radius: 6px;
}
nav.ana a:hover, nav.ana a.aktif { background: var(--zemin); color: var(--vurgu-koyu); }

/* Hero */
.hero {
  background: linear-gradient(135deg, var(--lacivert) 0%, var(--vurgu-koyu) 100%);
  color: #ffffff; padding: 56px 0;
}
.hero h1 { font-size: 34px; line-height: 1.3; margin-bottom: 14px; }
.hero p { max-width: 640px; font-size: 18px; color: #dcebf3; margin-bottom: 24px; }
.hero .butonlar { display: flex; gap: 12px; flex-wrap: wrap; }

/* Butonlar */
.btn {
  display: inline-block; padding: 12px 22px; border-radius: 8px;
  text-decoration: none; font-weight: 700; font-size: 16px;
}
.btn-birincil { background: #ffffff; color: var(--lacivert); }
.btn-birincil:hover { background: #e8f1f7; color: var(--lacivert); }
.btn-wa { background: var(--wa); color: #ffffff; }
.btn-wa:hover { background: #1fb457; color: #ffffff; }
.btn-cizgili { border: 2px solid var(--vurgu-koyu); color: var(--vurgu-koyu); }

/* Bölümler */
section.bolum { padding: 48px 0; }
section.bolum.gri { background: var(--zemin); }
.bolum h2 { color: var(--lacivert); font-size: 27px; margin-bottom: 10px; }
.bolum .altbaslik { color: #5b6b78; margin-bottom: 28px; max-width: 720px; }

/* Kartlar */
.kartlar { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.kart {
  background: var(--acik); border: 1px solid var(--cizgi); border-radius: 10px;
  padding: 22px;
}
.kart h3 { color: var(--lacivert); font-size: 19px; margin-bottom: 8px; }
.kart p { font-size: 15.5px; color: #46596a; }
.kart a.devam { display: inline-block; margin-top: 10px; font-weight: 600; text-decoration: none; }

/* İçerik sayfaları */
.icerik { max-width: 780px; margin: 0 auto; padding: 40px 20px 56px; }
.icerik h1 { color: var(--lacivert); font-size: 30px; line-height: 1.3; margin-bottom: 18px; }
.icerik h2 { color: var(--lacivert); font-size: 23px; margin: 30px 0 10px; }
.icerik h3 { color: var(--lacivert); font-size: 19px; margin: 22px 0 8px; }
.icerik p { margin-bottom: 14px; }
.icerik ul, .icerik ol { margin: 0 0 14px 24px; }
.icerik li { margin-bottom: 6px; }
.icerik .tarih { color: #7b8a97; font-size: 14px; margin-bottom: 20px; }
.kutu {
  background: var(--zemin); border-left: 4px solid var(--vurgu);
  padding: 16px 18px; border-radius: 0 8px 8px 0; margin: 20px 0;
}
.kutu strong { color: var(--lacivert); }

/* CTA şerit */
.cta {
  background: var(--lacivert); color: #ffffff; text-align: center; padding: 40px 20px;
}
.cta h2 { font-size: 24px; margin-bottom: 8px; }
.cta p { color: #cfe0ec; margin-bottom: 18px; }

/* Ekmek kırıntısı */
.kirinti { font-size: 14px; color: #7b8a97; margin-bottom: 16px; }
.kirinti a { color: #7b8a97; }

/* Footer */
footer.site { background: var(--koyu); color: #b9cbd8; padding: 40px 0 20px; font-size: 15px; }
footer.site h4 { color: #ffffff; font-size: 16px; margin-bottom: 12px; }
footer.site a { color: #cfe0ec; text-decoration: none; }
footer.site a:hover { color: #ffffff; text-decoration: underline; }
.footer-kolonlar { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 28px; margin-bottom: 24px; }
.footer-kolonlar ul { list-style: none; }
.footer-kolonlar li { margin-bottom: 8px; }
.telif { border-top: 1px solid #24435f; padding-top: 16px; text-align: center; font-size: 13.5px; color: #8ba3b5; }

/* Blog listesi */
.yazi-listesi { display: grid; gap: 18px; }
.yazi-ozet {
  border: 1px solid var(--cizgi); border-radius: 10px; padding: 20px 22px; background: var(--acik);
}
.yazi-ozet h2, .yazi-ozet h3 { font-size: 20px; margin-bottom: 6px; }
.yazi-ozet h2 a, .yazi-ozet h3 a { text-decoration: none; color: var(--lacivert); }
.yazi-ozet p { font-size: 15.5px; color: #46596a; }

/* Nasıl çalışıyoruz adımları */
.adimlar { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; counter-reset: adim; }
.adim {
  position: relative; background: var(--acik); border: 1px solid var(--cizgi);
  border-radius: 12px; padding: 26px 20px 20px; text-align: center;
  transition: transform .18s ease, box-shadow .18s ease;
}
.adim:hover { transform: translateY(-4px); box-shadow: 0 10px 24px rgba(22, 50, 79, .12); }
.adim::before {
  counter-increment: adim; content: counter(adim);
  position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
  width: 32px; height: 32px; line-height: 32px; border-radius: 50%;
  background: linear-gradient(135deg, var(--vurgu) 0%, var(--lacivert) 100%);
  color: #ffffff; font-weight: 700; font-size: 15px;
  box-shadow: 0 3px 8px rgba(22, 50, 79, .3);
}
.adim .ikon { font-size: 38px; line-height: 1; display: block; margin: 6px 0 12px; }
.adim h3 { color: var(--lacivert); font-size: 18px; margin-bottom: 8px; }
.adim p { font-size: 15px; color: #46596a; }
.adim .vurgu-not { display: inline-block; margin-top: 10px; font-size: 13.5px; font-weight: 600; color: var(--vurgu-koyu); background: var(--zemin); padding: 3px 10px; border-radius: 20px; }

/* Fotoğraflar */
.foto-galeri { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin: 24px 0; }
figure.foto { margin: 0; }
figure.foto img {
  width: 100%; height: auto; display: block;
  border-radius: 10px; border: 1px solid var(--cizgi);
  aspect-ratio: 3 / 2; object-fit: cover; background: var(--zemin);
}
figure.foto figcaption { font-size: 14px; color: #7b8a97; margin-top: 8px; text-align: center; }

/* Tablo */
table.temiz { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 15.5px; }
table.temiz th, table.temiz td { border: 1px solid var(--cizgi); padding: 10px 12px; text-align: left; }
table.temiz th { background: var(--zemin); color: var(--lacivert); }

@media (max-width: 640px) {
  .hero h1 { font-size: 26px; }
  .icerik h1 { font-size: 25px; }
  nav.ana a { padding: 6px 9px; font-size: 14px; }
  .logo img { height: 40px; }
  .logo span { display: none; }
}
