/* ============================================================
   İZAH HUKUK & DANIŞMANLIK — Site Stilleri
   Koyu lacivert + altın kurumsal tema
   ============================================================ */

:root {
  --lacivert-koyu:  #171c28;
  --lacivert:       #1f2637;
  --lacivert-acik:  #2a3248;
  --altin:          #c9963e;
  --altin-acik:     #dfb56a;
  --beyaz:          #ffffff;
  --gri-metin:      #9aa3b5;
  --cizgi:          #3a4256;
  --font-baslik: 'Playfair Display', Georgia, serif;
  --font-govde: 'DM Sans', Arial, sans-serif;
}

/* ---------- Sıfırlama ve temel ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-govde);
  font-size: 16px;
  line-height: 1.7;
  color: var(--gri-metin);
  background: var(--lacivert-koyu);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--font-baslik); color: var(--beyaz); line-height: 1.25; font-weight: 700; }
h2 { font-size: 36px; }
h3 { font-size: 22px; }

a { color: var(--altin); text-decoration: none; transition: color .25s; }
a:hover { color: var(--altin-acik); }

img { max-width: 100%; height: auto; display: block; }

.kapsayici { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.bolum { padding: 90px 0; }
.bolum--orta { background: var(--lacivert); }

/* Bölüm başlığı süslemesi */
.bolum-baslik { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.bolum-baslik .sus {
  display: inline-flex; align-items: center; gap: 14px;
  color: var(--altin); margin-bottom: 18px;
}
.bolum-baslik .sus::before,
.bolum-baslik .sus::after {
  content: ''; width: 48px; height: 1px; background: var(--cizgi);
}
.bolum-baslik .sus svg { width: 26px; height: 26px; }
.bolum-baslik p { margin-top: 14px; }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-block; padding: 14px 34px;
  font-family: var(--font-govde); font-weight: 500; font-size: 14px;
  letter-spacing: 1.5px; text-transform: uppercase;
  border: 1px solid var(--altin); cursor: pointer;
  transition: all .25s ease;
}
.btn--birincil { background: var(--altin); color: var(--lacivert-koyu); }
.btn--birincil:hover { background: var(--altin-acik); color: var(--lacivert-koyu); transform: translateY(-2px); }
.btn--ikincil { background: transparent; color: var(--altin); }
.btn--ikincil:hover { background: rgba(201,150,62,.12); color: var(--altin-acik); transform: translateY(-2px); }
.btn--kucuk { padding: 10px 22px; font-size: 12px; }

/* ---------- Üst şerit ---------- */
.ust-serit {
  background: #10141d; font-size: 13px;
  border-bottom: 1px solid rgba(58,66,86,.5);
}
.ust-serit .kapsayici {
  display: flex; justify-content: space-between; align-items: center;
  min-height: 38px; gap: 16px; flex-wrap: wrap;
}
.ust-serit .oge { display: inline-flex; align-items: center; gap: 8px; color: var(--gri-metin); }
.ust-serit .oge svg { width: 15px; height: 15px; color: var(--altin); flex: none; }
.ust-serit a { color: var(--gri-metin); }
.ust-serit a:hover { color: var(--altin); }
.ust-serit .sag { display: flex; align-items: center; gap: 18px; }
.sosyal { display: flex; gap: 12px; }
.sosyal a { display: inline-flex; }
.sosyal svg { width: 16px; height: 16px; }

/* ---------- Ana menü ---------- */
.site-menu {
  position: sticky; top: 0; z-index: 100;
  background: rgba(23,28,40,.97);
  border-bottom: 1px solid rgba(58,66,86,.5);
  transition: box-shadow .3s;
}
.site-menu.kucuk { box-shadow: 0 6px 24px rgba(0,0,0,.45); }
.site-menu .kapsayici {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 84px; gap: 24px;
}
.site-menu.kucuk .kapsayici { min-height: 68px; }
.logo img, .logo svg { height: 62px; width: auto; transition: height .3s; }
.site-menu.kucuk .logo img { height: 50px; }

.menu-liste { display: flex; list-style: none; gap: 30px; align-items: center; }
.menu-liste a {
  color: var(--beyaz); font-size: 13.5px; font-weight: 500;
  letter-spacing: 1.2px; text-transform: uppercase;
  padding: 8px 0; position: relative;
}
.menu-liste a::after {
  content: ''; position: absolute; left: 0; bottom: 0;
  width: 0; height: 2px; background: var(--altin); transition: width .25s;
}
.menu-liste a:hover, .menu-liste a.aktif { color: var(--altin); }
.menu-liste a:hover::after, .menu-liste a.aktif::after { width: 100%; }

.hamburger {
  display: none; background: none; border: none; cursor: pointer;
  width: 42px; height: 42px; align-items: center; justify-content: center;
}
.hamburger svg { width: 28px; height: 28px; color: var(--altin); }

/* Mobil menü paneli */
.mobil-menu {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(16,20,29,.98);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; opacity: 0; visibility: hidden; transition: opacity .3s;
}
.mobil-menu.acik { opacity: 1; visibility: visible; }
.mobil-menu a {
  color: var(--beyaz); font-family: var(--font-baslik); font-size: 26px; padding: 10px;
}
.mobil-menu a:hover { color: var(--altin); }
.mobil-menu .kapat {
  position: absolute; top: 24px; right: 24px;
  background: none; border: none; cursor: pointer;
}
.mobil-menu .kapat svg { width: 32px; height: 32px; color: var(--altin); }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 85vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center; overflow: hidden;
  background:
    linear-gradient(rgba(23,28,40,.82), rgba(23,28,40,.94)),
    radial-gradient(ellipse at 50% 0%, #2a3248 0%, #171c28 70%);
  background-size: cover; background-position: center;
}
.hero__desen {
  position: absolute; inset: 0; opacity: .06; pointer-events: none;
  color: var(--beyaz);
}
.hero__icerik { position: relative; z-index: 2; padding: 100px 24px; max-width: 900px; }
.hero__arma { width: 84px; height: 84px; margin: 0 auto 28px; color: var(--altin); }
.hero__arma svg { width: 100%; height: 100%; }
.hero h1 { font-size: 56px; margin-bottom: 22px; }
.hero__alt { font-size: 18px; max-width: 640px; margin: 0 auto 26px; }
.hero__serit {
  color: var(--altin); font-size: 13px; letter-spacing: 3px;
  margin-bottom: 40px; line-height: 2;
}
.hero__butonlar { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }

/* ---------- Hizmet kartları (4'lü) ---------- */
.kartlar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.kart {
  background: var(--lacivert-acik); position: relative;
  transition: transform .3s ease; overflow: hidden;
}
.kart::after {
  content: ''; position: absolute; left: 0; bottom: 0;
  width: 0; height: 3px; background: var(--altin); transition: width .35s;
}
.kart:hover { transform: translateY(-6px); }
.kart:hover::after { width: 100%; }
.kart__gorsel {
  height: 170px; position: relative;
  background: linear-gradient(160deg, #2a3248 0%, #1f2637 100%);
  display: flex; align-items: flex-end; justify-content: center;
  overflow: hidden;
}
.kart__gorsel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.kart__gorsel .desen { position: absolute; inset: 0; opacity: .1; color: var(--beyaz); }
.kart__ikon {
  position: relative; z-index: 2;
  width: 72px; height: 72px; border-radius: 50%;
  background: var(--altin); color: var(--lacivert-koyu);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: -36px; border: 4px solid var(--lacivert-acik);
}
.kart__ikon svg { width: 32px; height: 32px; }
.kart__govde { padding: 52px 22px 26px; text-align: center; }
.kart__govde h3 { font-size: 17px; letter-spacing: 1.5px; text-transform: uppercase; font-family: var(--font-govde); font-weight: 700; }
.kart__etiket { font-family: var(--font-baslik); font-style: italic; color: var(--altin); font-size: 16px; margin-top: 8px; }

/* ---------- CTA şeridi ---------- */
.cta-serit { background: var(--altin); padding: 34px 0; }
.cta-serit .kapsayici {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
}
.cta-serit p {
  color: var(--lacivert-koyu); font-family: var(--font-baslik);
  font-size: 24px; font-weight: 700;
}
.cta-serit .btn { border-color: var(--lacivert-koyu); color: var(--lacivert-koyu); }
.cta-serit .btn:hover { background: var(--lacivert-koyu); color: var(--altin); }

/* ---------- İstatistik bandı ---------- */
.istatistik {
  position: relative; padding: 90px 0;
  background:
    linear-gradient(rgba(23,28,40,.88), rgba(23,28,40,.92)),
    repeating-linear-gradient(45deg, #1f2637 0 14px, #222a3d 14px 28px);
}
.istatistik__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; text-align: center; }
.istatistik__deger {
  font-family: var(--font-baslik); font-size: 64px; font-weight: 700;
  color: var(--altin); line-height: 1;
}
.istatistik__etiket { color: var(--beyaz); font-size: 18px; margin-top: 12px; letter-spacing: 1px; }
.istatistik__aciklama { font-size: 14px; margin-top: 6px; }

/* ---------- Video kartları ---------- */
.videolar { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.video-kart {
  position: relative; min-height: 260px;
  background: linear-gradient(160deg, #2a3248, #1c2333);
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 18px; overflow: hidden;
  border: 1px solid var(--cizgi);
}
.video-kart img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .35; }
.video-kart .oynat {
  position: relative; z-index: 2;
  width: 76px; height: 76px; border-radius: 50%;
  background: var(--altin); border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: transform .25s, background .25s;
}
.video-kart .oynat:hover { transform: scale(1.08); background: var(--altin-acik); }
.video-kart .oynat svg { width: 28px; height: 28px; color: var(--lacivert-koyu); margin-left: 4px; }
.video-kart h3 { position: relative; z-index: 2; text-align: center; padding: 0 20px; }

/* Video modal */
.modal {
  position: fixed; inset: 0; z-index: 300;
  background: rgba(10,13,20,.92);
  display: none; align-items: center; justify-content: center; padding: 24px;
}
.modal.acik { display: flex; }
.modal__icerik { width: 100%; max-width: 860px; aspect-ratio: 16/9; position: relative; }
.modal__icerik iframe { width: 100%; height: 100%; border: 0; }
.modal__kapat {
  position: absolute; top: -46px; right: 0;
  background: none; border: none; cursor: pointer; color: var(--altin);
}
.modal__kapat svg { width: 32px; height: 32px; }

/* ---------- Uzmanlık grid 3x3 ---------- */
.uzmanlik-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--cizgi); }
.uzmanlik {
  background: var(--lacivert); padding: 40px 30px;
  display: block; transition: background .3s, transform .3s;
}
.uzmanlik:hover { background: var(--lacivert-acik); transform: translateY(-4px); }
.uzmanlik__ikon {
  width: 62px; height: 62px; border-radius: 50%;
  border: 1.5px solid var(--altin); color: var(--altin);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; transition: background .3s, color .3s;
}
.uzmanlik:hover .uzmanlik__ikon { background: var(--altin); color: var(--lacivert-koyu); }
.uzmanlik__ikon svg { width: 28px; height: 28px; }
.uzmanlik h3 { margin-bottom: 10px; }
.uzmanlik p { font-size: 14.5px; }

/* ---------- Yetkinlik barları + son yazılar ---------- */
.ikili { display: grid; grid-template-columns: 5fr 7fr; gap: 60px; align-items: start; }
.beceri { margin-bottom: 26px; }
.beceri__ust { display: flex; justify-content: space-between; margin-bottom: 8px; color: var(--beyaz); font-size: 14.5px; }
.beceri__yuzde { color: var(--altin); }
.beceri__bar { height: 6px; background: var(--lacivert-acik); overflow: hidden; }
.beceri__dolgu {
  height: 100%; width: 0; background: linear-gradient(90deg, var(--altin), var(--altin-acik));
  transition: width 1.4s cubic-bezier(.25,.7,.3,1);
}

.mini-yazilar { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.mini-yazi { background: var(--lacivert-acik); padding: 24px; transition: transform .3s; position: relative; overflow: hidden; }
.mini-yazi::after {
  content: ''; position: absolute; left: 0; bottom: 0;
  width: 0; height: 3px; background: var(--altin); transition: width .35s;
}
.mini-yazi:hover { transform: translateY(-4px); }
.mini-yazi:hover::after { width: 100%; }
.mini-yazi time { color: var(--altin); font-size: 12.5px; letter-spacing: 1.5px; text-transform: uppercase; }
.mini-yazi h3 { font-size: 17px; margin-top: 8px; }
.mini-yazi h3 a { color: var(--beyaz); }
.mini-yazi h3 a:hover { color: var(--altin); }

/* ---------- Footer ---------- */
.footer { background: #10141d; padding: 80px 0 0; border-top: 1px solid rgba(58,66,86,.4); }
.footer__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 44px; }
.footer h4 {
  font-family: var(--font-govde); font-size: 15px; letter-spacing: 2px;
  text-transform: uppercase; margin-bottom: 22px; position: relative; padding-bottom: 12px;
}
.footer h4::after { content: ''; position: absolute; left: 0; bottom: 0; width: 34px; height: 2px; background: var(--altin); }
.footer__logo img { height: 74px; margin-bottom: 18px; }
.footer p, .footer li { font-size: 14.5px; }
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 10px; }
.footer ul a { color: var(--gri-metin); }
.footer ul a:hover { color: var(--altin); }
.footer .iletisim-bilgi li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 14px; }
.footer .iletisim-bilgi svg { width: 17px; height: 17px; color: var(--altin); flex: none; margin-top: 4px; }
.footer .sosyal { margin-top: 18px; }
.footer .sosyal a {
  width: 36px; height: 36px; border: 1px solid var(--cizgi); border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center; color: var(--gri-metin);
}
.footer .sosyal a:hover { border-color: var(--altin); color: var(--altin); }

.footer__alt {
  margin-top: 64px; padding: 22px 0;
  border-top: 1px solid rgba(58,66,86,.4);
  font-size: 13.5px;
}
.footer__alt .kapsayici { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

/* Mini form */
.mini-form input, .mini-form textarea,
.form input, .form textarea {
  width: 100%; background: var(--lacivert-acik); border: 1px solid var(--cizgi);
  color: var(--beyaz); padding: 12px 14px; margin-bottom: 12px;
  font-family: var(--font-govde); font-size: 14.5px;
}
.form input:focus, .form textarea:focus,
.mini-form input:focus, .mini-form textarea:focus {
  outline: none; border-color: var(--altin);
}
.mini-form textarea { min-height: 84px; resize: vertical; }
.form textarea { min-height: 150px; resize: vertical; }

.uyari { padding: 14px 18px; margin-bottom: 20px; font-size: 14.5px; border: 1px solid; }
.uyari--ok { border-color: #3d7a4f; background: rgba(61,122,79,.15); color: #8fd3a3; }
.uyari--hata { border-color: #8a4040; background: rgba(138,64,64,.15); color: #e0a0a0; }

/* Honeypot gizleme */
.hp-alan { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* ---------- İç sayfa başlık şeridi ---------- */
.sayfa-basi {
  position: relative; padding: 90px 0 70px; text-align: center;
  background:
    linear-gradient(rgba(23,28,40,.85), rgba(23,28,40,.95)),
    radial-gradient(ellipse at 50% 0%, #2a3248 0%, #171c28 75%);
}
.sayfa-basi h1 { font-size: 42px; }
.sayfa-basi .yol { margin-top: 12px; font-size: 13.5px; letter-spacing: 1.5px; text-transform: uppercase; }
.sayfa-basi .yol a { color: var(--gri-metin); }
.sayfa-basi .yol span { color: var(--altin); }

/* ---------- İçerik + sidebar düzeni ---------- */
.icerik-yan { display: grid; grid-template-columns: 7fr 3fr; gap: 50px; align-items: start; }
.uzun-icerik { color: var(--gri-metin); }
.uzun-icerik h2, .uzun-icerik h3 { margin: 28px 0 14px; }
.uzun-icerik p { margin-bottom: 16px; }
.uzun-icerik ul, .uzun-icerik ol { margin: 0 0 16px 22px; }
.uzun-icerik img { margin: 20px 0; }
.uzun-icerik blockquote {
  border-left: 3px solid var(--altin); padding: 10px 20px; margin: 20px 0;
  background: var(--lacivert-acik); font-style: italic;
}

.yan-kutu { background: var(--lacivert); border: 1px solid var(--cizgi); padding: 28px; margin-bottom: 26px; }
.yan-kutu h3 { font-size: 19px; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--cizgi); }
.yan-kutu ul { list-style: none; }
.yan-kutu ul li { border-bottom: 1px solid rgba(58,66,86,.4); }
.yan-kutu ul li:last-child { border: none; }
.yan-kutu ul a { display: flex; justify-content: space-between; padding: 11px 0; color: var(--gri-metin); font-size: 14.5px; }
.yan-kutu ul a:hover, .yan-kutu ul a.aktif { color: var(--altin); }
.yan-kutu--cta { background: var(--lacivert-acik); text-align: center; }
.yan-kutu--cta .tel { font-family: var(--font-baslik); font-size: 22px; color: var(--altin); display: block; margin: 12px 0 18px; }

/* ---------- Ekip ---------- */
.ekip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.uye { background: var(--lacivert-acik); transition: transform .3s; position: relative; overflow: hidden; }
.uye::after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 3px; background: var(--altin); transition: width .35s; }
.uye:hover { transform: translateY(-6px); }
.uye:hover::after { width: 100%; }
.uye__foto {
  height: 300px; background: linear-gradient(160deg, #2a3248, #1c2333);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.uye__foto img { width: 100%; height: 100%; object-fit: cover; }
.uye__foto svg { width: 90px; height: 90px; color: var(--cizgi); }
.uye__govde { padding: 26px; text-align: center; }
.uye__govde h3 a { color: var(--beyaz); }
.uye__govde h3 a:hover { color: var(--altin); }
.uye__unvan { color: var(--altin); font-size: 13.5px; letter-spacing: 1.5px; text-transform: uppercase; margin: 6px 0 10px; }
.uye__uzmanlik { font-size: 14px; }

.profil { display: grid; grid-template-columns: 4fr 8fr; gap: 50px; align-items: start; }
.profil__foto { background: var(--lacivert-acik); }
.profil__foto .uye__foto { height: 380px; }
.profil__iletisim { padding: 24px; }
.profil__iletisim li { display: flex; gap: 10px; align-items: center; margin-bottom: 12px; list-style: none; font-size: 14.5px; }
.profil__iletisim svg { width: 16px; height: 16px; color: var(--altin); flex: none; }

/* ---------- Blog ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.yazi-kart { background: var(--lacivert-acik); transition: transform .3s; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.yazi-kart::after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 3px; background: var(--altin); transition: width .35s; }
.yazi-kart:hover { transform: translateY(-6px); }
.yazi-kart:hover::after { width: 100%; }
.yazi-kart__gorsel { height: 200px; background: linear-gradient(160deg, #2a3248, #1c2333); position: relative; overflow: hidden; }
.yazi-kart__gorsel img { width: 100%; height: 100%; object-fit: cover; }
.yazi-kart__gorsel .desen { position: absolute; inset: 0; opacity: .12; color: var(--beyaz); }
.yazi-kart__govde { padding: 26px; flex: 1; display: flex; flex-direction: column; }
.yazi-kart time { color: var(--altin); font-size: 12.5px; letter-spacing: 1.5px; text-transform: uppercase; }
.yazi-kart h3 { font-size: 20px; margin: 10px 0 12px; }
.yazi-kart h3 a { color: var(--beyaz); }
.yazi-kart h3 a:hover { color: var(--altin); }
.yazi-kart p { font-size: 14.5px; flex: 1; }
.yazi-kart .devam { margin-top: 16px; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; }

.sayfalama { display: flex; justify-content: center; gap: 8px; margin-top: 56px; }
.sayfalama a, .sayfalama span {
  min-width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--cizgi); color: var(--gri-metin); padding: 0 12px;
}
.sayfalama a:hover { border-color: var(--altin); color: var(--altin); }
.sayfalama .aktif { background: var(--altin); border-color: var(--altin); color: var(--lacivert-koyu); }

.yazi-kapak { max-height: 440px; overflow: hidden; margin-bottom: 36px; }
.yazi-kapak img { width: 100%; object-fit: cover; }
.yazi-meta { color: var(--altin); font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 14px; }
.yazi-baslik { font-size: 40px; margin-bottom: 26px; }

/* ---------- İletişim ---------- */
.iletisim-duzen { display: grid; grid-template-columns: 7fr 5fr; gap: 50px; align-items: start; }
.harita { margin-top: 26px; border: 1px solid var(--cizgi); }
.harita iframe { width: 100%; height: 280px; border: 0; display: block; }
.kvkk-onay { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 18px; font-size: 13.5px; }
.kvkk-onay input { width: auto; margin: 4px 0 0; }

/* ---------- Hakkımızda ---------- */
.misyon-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.misyon-kutu { background: var(--lacivert-acik); padding: 40px; border-top: 3px solid var(--altin); }
.misyon-kutu h3 { margin-bottom: 14px; }
.neden-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.neden { text-align: center; padding: 40px 28px; background: var(--lacivert); border: 1px solid var(--cizgi); transition: transform .3s; }
.neden:hover { transform: translateY(-6px); border-color: var(--altin); }
.neden .uzmanlik__ikon { margin: 0 auto 20px; }
.neden h3 { margin-bottom: 12px; }
.neden p { font-size: 14.5px; }

/* ---------- Animasyonlar ---------- */
.gorunum { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.gorunum.goster { opacity: 1; transform: none; }

/* ---------- Duyarlı tasarım ---------- */
@media (max-width: 1024px) {
  .kartlar { grid-template-columns: repeat(2, 1fr); }
  .uzmanlik-grid { grid-template-columns: repeat(2, 1fr); }
  .ikili { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid, .ekip-grid { grid-template-columns: repeat(2, 1fr); }
  .icerik-yan, .iletisim-duzen, .profil { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  h2 { font-size: 28px; }
  .bolum { padding: 64px 0; }
  .hero h1 { font-size: 34px; }
  .hero { min-height: 70vh; }
  .hero__alt { font-size: 16px; }
  .sayfa-basi h1 { font-size: 30px; }
  .yazi-baslik { font-size: 28px; }
  .menu-liste, .site-menu .btn { display: none; }
  .hamburger { display: inline-flex; }
  .ust-serit .kapsayici { justify-content: center; }
  .ust-serit .sol-saat { display: none; }
  .kartlar, .uzmanlik-grid, .videolar, .istatistik__grid,
  .mini-yazilar, .footer__grid, .blog-grid, .ekip-grid,
  .misyon-grid, .neden-grid { grid-template-columns: 1fr; }
  .istatistik__deger { font-size: 48px; }
  .cta-serit .kapsayici { justify-content: center; text-align: center; }
}
