/* ═════════════════════════════════════════════════════════════════
   İŞGEM Kurumsal Site — aydınlık, modern
   Palet: İŞGEM logosundan — koyu mavi + cyan vurgu
   ═════════════════════════════════════════════════════════════════ */
:root {
    --pri: #1b5aa5;          /* İŞGEM koyu mavi */
    --pri-dark: #133f75;
    --acc: #29b3e6;          /* İŞGEM cyan */
    --pri-soft: #eaf2fb;
    --ink: #10243c;
    --muted: #5b7089;
    --line: #e3eaf2;
    --bg: #ffffff;
    --bg-soft: #f5f8fc;
    --r: 14px;
    --shadow: 0 8px 30px rgba(16, 36, 60, .08);
    --font: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
    --cw: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); color: var(--ink); background: var(--bg); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: var(--cw); margin-inline: auto; padding-inline: 24px; }

.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: 10px; font-weight: 650; font-size: .95rem; border: none; cursor: pointer; transition: all .15s; }
.btn-p { background: var(--pri); color: #fff; box-shadow: 0 4px 14px rgba(27, 90, 165, .3); }
.btn-p:hover { background: var(--pri-dark); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.btn-ghost:hover { border-color: var(--pri); color: var(--pri); }

/* ── Üst bilgi şeridi ── */
.topbar {
    background:
        radial-gradient(400px 80px at 8% 50%, rgba(41,179,230,.22), transparent),
        radial-gradient(300px 70px at 92% 50%, rgba(41,179,230,.14), transparent),
        linear-gradient(90deg, #0f3661, var(--pri-dark) 45%, #113a68);
    color: rgba(255,255,255,.82); font-size: .8rem;
    border-bottom: 1px solid rgba(41,179,230,.28);
}
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; height: 40px; gap: 16px; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; transition: color .15s; }
.topbar a:hover { color: #fff; }
.topbar a svg:first-child { color: var(--acc); }
.topbar .socials { display: flex; gap: 4px; }
.topbar .socials a {
    width: 26px; height: 26px; border-radius: 7px;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,.07); transition: background .15s, transform .15s;
}
.topbar .socials a:hover { background: var(--acc); transform: translateY(-1px); }
.topbar svg { width: 13px; height: 13px; }

/* ── Header ── */
.hdr { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.hdr .wrap { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.hdr .logo img { height: 48px; width: auto; }
.hdr .logo-text { font-weight: 800; font-size: 1.3rem; letter-spacing: -.5px; color: var(--pri); }
.nav { display: flex; gap: 2px; align-items: center; }
.nav > a, .nav .drop > button {
    padding: 9px 14px; border-radius: 9px; font-weight: 570; font-size: .92rem; color: var(--muted);
    background: none; border: none; cursor: pointer; font-family: inherit; display: flex; align-items: center; gap: 5px;
    transition: color .15s, background .15s;
}
.nav > a:hover, .nav .drop > button:hover { color: var(--ink); background: var(--bg-soft); }
.nav > a.on { color: var(--pri); background: var(--pri-soft); font-weight: 650; }
.drop { position: relative; }
.drop-menu {
    display: none; position: absolute; top: 115%; inset-inline-start: 0; background: #fff;
    border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow);
    min-width: 230px; padding: 8px; z-index: 300;
}
/* Dropdown TIKLA ile açılır — hover'da kaybolma derdi yok */
.drop.open .drop-menu { display: block; }
.drop.open > button { color: var(--pri); background: var(--pri-soft); }
.drop-menu a { display: block; padding: 9px 13px; border-radius: 8px; font-size: .9rem; color: var(--muted); }
.drop-menu a:hover { background: var(--pri-soft); color: var(--pri); }
.drop-menu .sep { border-top: 1px solid var(--line); margin: 6px 4px; }
.drop-menu .cap { font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #9db0c4; padding: 8px 13px 3px; }

/* Dil seçici */
.langsw { display: flex; align-items: center; gap: 7px; font-size: .82rem; font-weight: 700; color: #c3d2e3; margin-inline-start: 10px; }
.langsw a { color: var(--muted); padding: 4px 7px; border-radius: 7px; }
.langsw a.on { color: var(--pri); background: var(--pri-soft); }
.langsw a:not(.on):hover { color: var(--ink); }

.burger { display: none; background: none; border: none; cursor: pointer; padding: 8px; z-index: 310; }
.burger span { display: block; width: 23px; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; }
.nav-brand { display: none; }

/* ── Slider (ana sayfa manşet) — ekran boyu görkemli karşılama ── */
.slider { position: relative; height: calc(100vh - 132px); min-height: 540px; max-height: 900px; overflow: hidden; background: var(--pri-dark); }
.slide {
    position: absolute; inset: 0;
    opacity: 0; transition: opacity 1.1s ease; display: flex; align-items: center;
}
.slide.on { opacity: 1; z-index: 1; }
/* Görsel ayrı katmanda: aktifken yavaşça yakınlaşır (Ken Burns) */
.slide-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1); }
.slide.on .slide-bg { animation: kenburns 9s ease-out forwards; }
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.09); } }
.slide::before {
    content: ''; position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(90deg, rgba(11,28,48,.86), rgba(11,28,48,.42) 55%, rgba(11,28,48,.08)),
                linear-gradient(to top, rgba(11,28,48,.55), transparent 35%);
}
.slide-in { position: relative; z-index: 2; width: 100%; color: #fff; }
.slide-kick {
    display: inline-block; font-size: .82rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase;
    color: var(--acc); background: rgba(41,179,230,.12); border: 1px solid rgba(41,179,230,.35);
    padding: 7px 16px; border-radius: 999px; margin-bottom: 22px; backdrop-filter: blur(4px);
}
.slide-in h2 { font-size: clamp(2.1rem, 5.2vw, 4rem); letter-spacing: -1.5px; line-height: 1.08; margin: 0 0 18px; font-weight: 800; max-width: 760px; text-shadow: 0 4px 30px rgba(0,0,0,.35); }
.slide-in p { font-size: clamp(1rem, 1.4vw, 1.2rem); opacity: .92; max-width: 580px; margin: 0 0 30px; line-height: 1.7; }
.slide-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-lg { padding: 14px 30px !important; font-size: 1rem !important; }
.btn-hero-ghost {
    display: inline-flex; align-items: center; padding: 14px 30px; border-radius: 10px; font-size: 1rem; font-weight: 700;
    color: #fff; border: 1.5px solid rgba(255,255,255,.45); background: rgba(255,255,255,.06); backdrop-filter: blur(4px);
    text-decoration: none; transition: all .2s;
}
.btn-hero-ghost:hover { background: rgba(255,255,255,.16); border-color: #fff; }
/* Metinler sıralı girer — her slayt geçişinde yeniden oynar */
.slide .slide-kick, .slide .slide-in h2, .slide .slide-in p, .slide .slide-actions { opacity: 0; }
.slide.on .slide-kick   { animation: slUp .7s cubic-bezier(.2,.9,.3,1) .15s forwards; }
.slide.on .slide-in h2  { animation: slUp .7s cubic-bezier(.2,.9,.3,1) .3s forwards; }
.slide.on .slide-in p   { animation: slUp .7s cubic-bezier(.2,.9,.3,1) .45s forwards; }
.slide.on .slide-actions{ animation: slUp .7s cubic-bezier(.2,.9,.3,1) .6s forwards; }
@keyframes slUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
.slider-dots { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); display: flex; gap: 9px; z-index: 5; }
.slider-dots button { width: 11px; height: 11px; border-radius: 999px; border: none; background: rgba(255,255,255,.45); cursor: pointer; transition: all .2s; padding: 0; }
.slider-dots button.on { background: #fff; width: 30px; }
/* Aşağı kaydırma işareti */
.slide-scroll {
    position: absolute; bottom: 22px; right: 40px; z-index: 5; width: 30px; height: 50px;
    border: 2px solid rgba(255,255,255,.55); border-radius: 999px; display: flex; justify-content: center; padding-top: 9px;
}
.slide-scroll span { width: 4px; height: 10px; border-radius: 999px; background: #fff; animation: scrollHint 1.6s ease-in-out infinite; }
@keyframes scrollHint { 0%,100% { transform: translateY(0); opacity: 1; } 55% { transform: translateY(16px); opacity: .2; } }
@media (max-width: 760px) {
    .slider { height: calc(100vh - 150px); min-height: 480px; }
    .slide-scroll { display: none; }
    .slide-in h2 { letter-spacing: -1px; }
}
.hero.compact { padding: 56px 0 40px; }

/* ── Sayfa hero ── */
.phero {
    background: linear-gradient(160deg, var(--pri-soft), transparent 60%), var(--bg-soft);
    border-bottom: 1px solid var(--line); padding: 58px 0 46px;
}
.phero h1 { font-size: clamp(1.6rem, 3.2vw, 2.4rem); letter-spacing: -.9px; margin: 0 0 6px; font-weight: 800; }
.crumb { color: var(--muted); font-size: .85rem; }
.crumb a { color: var(--pri); font-weight: 600; }

/* ── Ana hero ── */
.hero { background: radial-gradient(800px 400px at 85% -10%, var(--pri-soft), transparent), var(--bg); padding: 88px 0 72px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 54px; align-items: center; }
.hero .kick { display: inline-block; background: var(--pri-soft); color: var(--pri); font-weight: 700; font-size: .8rem; padding: 6px 15px; border-radius: 999px; margin-bottom: 18px; }
.hero h1 { font-size: clamp(2rem, 4.2vw, 3.1rem); line-height: 1.13; letter-spacing: -1.2px; margin: 0 0 16px; font-weight: 800; }
.hero h1 em { font-style: normal; color: var(--pri); }
.hero p { color: var(--muted); font-size: 1.06rem; max-width: 520px; margin: 0 0 28px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-panel { background: #fff; border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow); overflow: hidden; }
.hero-panel .hd { background: var(--pri); color: #fff; padding: 14px 20px; font-weight: 700; font-size: .95rem; display: flex; align-items: center; gap: 8px; }
.hero-panel ul { list-style: none; margin: 0; padding: 8px; }
.hero-panel li a { display: flex; gap: 12px; padding: 12px; border-radius: 10px; align-items: flex-start; }
.hero-panel li a:hover { background: var(--bg-soft); }
.hero-panel .d { flex: none; background: var(--pri-soft); color: var(--pri); border-radius: 9px; padding: 6px 10px; text-align: center; font-weight: 800; font-size: .78rem; line-height: 1.25; min-width: 46px; }
.hero-panel .d small { display: block; font-weight: 600; font-size: .64rem; }
.hero-panel .t { font-size: .9rem; font-weight: 600; line-height: 1.4; }
.hero-panel .pin { color: var(--acc); font-size: .7rem; font-weight: 700; }

/* ── Bölümler ── */
.sec { padding: 80px 0; }
.sec.soft { background: var(--bg-soft); }
.sec-head { max-width: 620px; margin: 0 auto 46px; text-align: center; }
.sec-head .eye { color: var(--acc); font-weight: 750; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; }
.sec-head h2 { font-size: clamp(1.5rem, 2.9vw, 2.1rem); letter-spacing: -.8px; margin: 8px 0 10px; font-weight: 800; }
.sec-head p { color: var(--muted); margin: 0; }
.sec-foot { text-align: center; margin-top: 36px; }

/* ── Kartlar ── */
.cards3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cards4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.scard { background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: all .2s; display: block; }
.scard:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #bcd4ee; }
.scard .im { height: 190px; overflow: hidden; background: var(--pri-soft); }
.scard .im img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.scard:hover .im img { transform: scale(1.05); }
.scard .bd { padding: 22px 24px 24px; }
.scard h3 { font-size: 1.05rem; margin: 0 0 8px; font-weight: 700; }
.scard p { color: var(--muted); font-size: .92rem; margin: 0 0 12px; }
.scard .more { color: var(--pri); font-weight: 650; font-size: .87rem; }

/* İşletme kartı — logo odaklı */
.bcard { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 22px; text-align: center; transition: all .2s; display: block; }
.bcard:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #bcd4ee; }
.bcard .lg { height: 84px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.bcard .lg img { max-height: 84px; max-width: 82%; object-fit: contain; }
.bcard h3 { font-size: .98rem; margin: 0 0 3px; font-weight: 700; }
.bcard .sect { color: var(--muted); font-size: .8rem; }

/* Haber kartı */
.ncard { background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: all .2s; display: block; }
.ncard:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.ncard img { height: 200px; width: 100%; object-fit: cover; }
.ncard .bd { padding: 20px 22px; }
.ncard .dt { color: var(--muted); font-size: .78rem; font-weight: 600; }
.ncard h3 { font-size: 1.02rem; margin: 7px 0 6px; font-weight: 700; line-height: 1.4; }
.ncard p { color: var(--muted); font-size: .88rem; margin: 0; }

/* Kurul üyesi kartı */
.mcard { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 28px 24px; text-align: center; width: 250px; transition: all .2s; }
.mcard:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #bcd4ee; }
.mcard img, .mcard .ph { width: 160px; height: 160px; border-radius: 999px; object-fit: cover; margin: 0 auto 16px; border: 4px solid var(--pri-soft); }
.mcard .ph { background: var(--pri-soft); color: var(--pri); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 2.2rem; }
.mcard h3 { font-size: 1.02rem; margin: 0 0 3px; font-weight: 700; }
.mcard .ttl { color: var(--pri); font-size: .85rem; font-weight: 650; }
.mcard .bio { color: var(--muted); font-size: .84rem; margin-top: 8px; }

/* Piramit dizilim: her kademe ortalanmış satır; en üst kademe (başkan) daha büyük */
.pyr-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; margin-bottom: 26px; }
.pyr-row.top .mcard { width: 290px; border-color: #bcd4ee; box-shadow: var(--shadow); }
.pyr-row.top .mcard img, .pyr-row.top .mcard .ph { width: 190px; height: 190px; border-color: var(--acc-soft, var(--pri-soft)); }
.pyr-row.top .mcard h3 { font-size: 1.15rem; }
@media (max-width: 640px) {
    .mcard { width: calc(50% - 11px); }
    .mcard img, .mcard .ph { width: 120px; height: 120px; }
    .pyr-row.top .mcard { width: 100%; max-width: 290px; }
}

/* Hizmetler sayfası: kartlar + sağ bar */
.svc-layout { display: grid; grid-template-columns: 1fr 320px; gap: 34px; align-items: start; }
.cards2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.svc-side { display: grid; gap: 18px; position: sticky; top: 96px; }
.svc-side .aside-card { position: static; }
.cat-list a {
    display: flex; justify-content: space-between; align-items: center; gap: 10px;
    padding: 10px 14px; border-radius: 9px; color: var(--txt); text-decoration: none;
    font-size: .92rem; font-weight: 600; transition: all .15s;
}
.cat-list a:hover { background: #fff; color: var(--pri); }
.cat-list a.on { background: var(--pri); color: #fff; }
.cat-list a span {
    font-size: .74rem; font-weight: 700; background: var(--pri-soft); color: var(--pri);
    border-radius: 999px; padding: 2px 9px; min-width: 26px; text-align: center;
}
.cat-list a.on span { background: rgba(255,255,255,.22); color: #fff; }
.tagcloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tag {
    padding: 5px 13px; border-radius: 999px; background: #fff; border: 1px solid var(--line);
    color: var(--muted); font-size: .8rem; font-weight: 600;
}
.cta-card {
    background: linear-gradient(150deg, var(--pri), var(--pri-dark)); color: #fff;
    border-radius: var(--r); padding: 26px 24px; text-align: center;
    position: relative; overflow: hidden;
}
.cta-card::before { content: ''; position: absolute; width: 180px; height: 180px; border-radius: 999px; background: rgba(41,179,230,.25); filter: blur(50px); top: -60px; right: -50px; }
.cta-card .ic {
    width: 54px; height: 54px; border-radius: 15px; margin: 0 auto 14px;
    background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22);
    display: flex; align-items: center; justify-content: center; position: relative;
}
.cta-card .ic svg { width: 24px; height: 24px; }
.cta-tel { display: inline-flex !important; align-items: center; gap: 8px; }
.cta-tel svg { width: 15px; height: 15px; }

/* İşletme detay: iletişim satırları (iletişim sayfası ikon stiliyle) */
.binfo { display: grid; gap: 8px; }
.bi {
    display: flex; align-items: center; gap: 12px; padding: 9px 11px; border-radius: 10px;
    color: var(--txt); font-size: .9rem; font-weight: 600; text-decoration: none; transition: background .15s;
    word-break: break-word;
}
a.bi:hover { background: #fff; color: var(--pri); }
.bi .ic {
    flex: none; width: 38px; height: 38px; border-radius: 10px;
    background: var(--pri-soft); color: var(--pri);
    display: flex; align-items: center; justify-content: center;
}
.bi .ic svg { width: 17px; height: 17px; }
div.bi { color: var(--muted); font-weight: 500; align-items: flex-start; }
div.bi .ic { margin-top: 1px; }
.cta-card h4 { margin: 0 0 8px; font-size: 1.08rem; position: relative; }
.cta-card p { margin: 0 0 18px; font-size: .88rem; color: rgba(255,255,255,.85); line-height: 1.6; position: relative; }
.cta-btn { display: inline-flex; justify-content: center; width: 100%; padding: 12px; background: #fff; color: var(--pri); border-radius: 10px; font-weight: 750; text-decoration: none; position: relative; transition: all .2s; }
.cta-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.25); }
.cta-tel { display: block; margin-top: 12px; color: #fff; font-weight: 700; font-size: .95rem; text-decoration: none; position: relative; }
@media (max-width: 960px) {
    .svc-layout { grid-template-columns: 1fr; }
    .svc-side { position: static; }
    .cards2 { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
}

/* Yan bar: son haberler listesi */
.recent-list { display: grid; gap: 6px; }
.ri { display: flex; gap: 12px; align-items: center; padding: 8px; border-radius: 10px; text-decoration: none; transition: background .15s; }
.ri:hover { background: #fff; }
.ri img, .ri .ph { flex: none; width: 58px; height: 46px; border-radius: 8px; object-fit: cover; background: var(--pri-soft); }
.ri .tx b { display: block; color: var(--txt); font-size: .84rem; font-weight: 650; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ri:hover .tx b { color: var(--pri); }
.ri .tx small { color: var(--muted); font-size: .74rem; }

/* Kategori filtre çubuğu + kart rozetleri */
.catbar { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; margin-bottom: 30px; }
.catbar a { padding: 8px 18px; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--txt); font-size: .87rem; font-weight: 600; text-decoration: none; transition: all .15s; }
.catbar a:hover { border-color: var(--pri); color: var(--pri); }
.catbar a.on { background: var(--pri); border-color: var(--pri); color: #fff; }
.catbadge { display: inline-block; margin-inline-start: 8px; padding: 2px 10px; border-radius: 999px; background: var(--pri-soft); color: var(--pri); font-size: .72rem; font-weight: 700; }

/* ── Zengin içerik ── */
.prose { max-width: 800px; font-size: 1.02rem; }
.prose img { border-radius: var(--r); }
.prose a { color: var(--pri); text-decoration: underline; }
.prose blockquote { border-inline-start: 4px solid var(--acc); margin: 1.4em 0; padding: 10px 20px; background: var(--pri-soft); border-radius: 8px; }
.cover { border-radius: var(--r); box-shadow: var(--shadow); margin-bottom: 28px; width: 100%; max-height: 440px; object-fit: cover; }

/* ── Detay yerleşimi ── */
.dgrid { display: grid; grid-template-columns: 1fr 320px; gap: 44px; align-items: start; }
.aside-card { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--r); padding: 22px; position: sticky; top: 100px; }
.aside-card h4 { margin: 0 0 12px; font-size: .98rem; }
.aside-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 3px; }
.aside-card ul a { display: block; padding: 9px 12px; border-radius: 8px; font-size: .9rem; color: var(--muted); }
.aside-card ul a:hover, .aside-card ul a.on { background: #fff; color: var(--pri); font-weight: 600; }

/* ── Duyuru listesi ── */
.alist { display: grid; gap: 14px; max-width: 860px; }
.aitem { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 20px 24px; display: flex; gap: 18px; align-items: flex-start; }
.aitem .d { flex: none; background: var(--pri-soft); color: var(--pri); border-radius: 10px; padding: 8px 12px; text-align: center; font-weight: 800; line-height: 1.2; min-width: 58px; }
.aitem .d small { display: block; font-weight: 600; font-size: .68rem; }
.aitem h3 { margin: 0 0 4px; font-size: 1.02rem; }
.aitem .pin { color: var(--acc); font-size: .74rem; font-weight: 700; }
.aitem .body { color: var(--muted); font-size: .92rem; }

/* ── SSS ── */
.faq { max-width: 800px; margin-inline: auto; display: grid; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 0; overflow: hidden; }
.faq summary { padding: 17px 22px; font-weight: 650; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq summary::after { content: '+'; font-size: 1.3rem; color: var(--pri); font-weight: 400; }
.faq details[open] summary::after { content: '−'; }
.faq .ans { padding: 0 22px 18px; color: var(--muted); font-size: .94rem; }

/* ── İletişim ── */
.cgrid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 44px; align-items: start; }
.cinfo { display: grid; gap: 14px; }
.ci { display: flex; gap: 15px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 19px 21px; align-items: flex-start; }
.ci .ic { flex: none; width: 44px; height: 44px; border-radius: 11px; background: var(--pri-soft); color: var(--pri); display: flex; align-items: center; justify-content: center; }
.ci .ic svg { width: 19px; height: 19px; }
.ci b { display: block; font-size: .94rem; }
.ci span, .ci a { color: var(--muted); font-size: .9rem; }
.cform { background: #fff; border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow); padding: 30px; }
.cform .r2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cform .f { margin-bottom: 15px; }
.cform label { display: block; font-weight: 600; font-size: .86rem; margin-bottom: 6px; }
.cform input, .cform textarea { width: 100%; border: 1.5px solid var(--line); border-radius: 10px; padding: 12px 14px; font: inherit; font-size: .93rem; }
.cform input:focus, .cform textarea:focus { outline: none; border-color: var(--pri); box-shadow: 0 0 0 3px rgba(27,90,165,.12); }
/* Dosya yükleme kutusu */
.fdrop {
    display: flex; align-items: center; gap: 14px; position: relative;
    border: 2px dashed var(--line); border-radius: 12px; padding: 16px 18px;
    background: var(--bg-soft); cursor: pointer; transition: border-color .15s, background .15s;
}
.fdrop:hover, .fdrop.drag { border-color: var(--pri); background: var(--pri-soft); }
.fdrop.has-file { border-style: solid; border-color: #059669; background: #f0fdf6; }
.fdrop input[type=file] { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.fdrop .fd-ic {
    flex: none; width: 44px; height: 44px; border-radius: 11px;
    background: var(--pri-soft); color: var(--pri);
    display: flex; align-items: center; justify-content: center;
}
.fdrop.has-file .fd-ic { background: #d1fae5; color: #059669; }
.fdrop .fd-ic svg { width: 22px; height: 22px; }
.fdrop .fd-tx { font-size: .86rem; color: var(--muted); line-height: 1.45; }
.fdrop .fd-tx b { color: var(--pri); }
.fdrop .fd-tx small { display: block; font-size: .74rem; color: #9db0c4; }
.fdrop .fd-file { margin-inline-start: auto; font-size: .8rem; font-weight: 650; color: #059669; max-width: 40%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.map { border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); margin-top: 44px; }
.map iframe { display: block; width: 100%; height: 380px; border: 0; }
.okmsg { background: #d1fae5; color: #065f46; padding: 12px 16px; border-radius: 10px; margin-bottom: 16px; font-size: .9rem; }
.errmsg { background: #fee2e2; color: #991b1b; padding: 12px 16px; border-radius: 10px; margin-bottom: 16px; font-size: .9rem; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* ── Galeri ── */
.gal { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 30px; }
.gal img { border-radius: 12px; height: 210px; width: 100%; object-fit: cover; cursor: pointer; transition: transform .15s; }
.gal img:hover { transform: scale(1.02); }

/* ── Hakkımızda özeti ── */
.habout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: center; }
.habout img { border-radius: var(--r); box-shadow: var(--shadow); width: 100%; max-height: 400px; object-fit: cover; }

/* ── İstatistik bandı ── */
.statband {
    position: relative; overflow: hidden;
    background:
        radial-gradient(700px 340px at 10% -30%, rgba(41,179,230,.28), transparent),
        radial-gradient(600px 320px at 95% 130%, rgba(41,179,230,.18), transparent),
        linear-gradient(140deg, #17548f, #133f75 50%, #0e2f57);
    padding: 64px 0; color: #fff;
}
/* Nokta doku */
.statband::before {
    content: ''; position: absolute; inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.09) 1px, transparent 1.5px);
    background-size: 26px 26px;
    mask-image: linear-gradient(120deg, rgba(0,0,0,.9), transparent 70%);
}
/* Üst cyan vurgu çizgisi */
.statband::after {
    content: ''; position: absolute; top: 0; inset-inline: 0; height: 3px;
    background: linear-gradient(90deg, transparent, var(--acc) 30%, var(--pri) 70%, transparent);
}
.statgrid { position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; text-align: center; }
.stitem {
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px; padding: 26px 16px 22px;
    backdrop-filter: blur(4px);
    transition: transform .2s, background .2s, border-color .2s;
}
.stitem:hover { transform: translateY(-4px); background: rgba(255,255,255,.09); border-color: rgba(41,179,230,.45); }
.stitem .n { font-size: 2.6rem; font-weight: 800; letter-spacing: -1px; line-height: 1.1; }
.stitem .n small { font-size: 1.4rem; color: var(--acc); font-weight: 800; }
.stitem .l { color: rgba(255,255,255,.72); font-size: .9rem; margin-top: 8px; }
.stitem .l::before {
    content: ''; display: block; width: 28px; height: 2px; border-radius: 2px;
    background: var(--acc); margin: 0 auto 10px; opacity: .8;
}

/* ── Başvuru adımları ── */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 30px 26px; text-align: center; position: relative; transition: all .2s; }
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.step .no {
    width: 52px; height: 52px; border-radius: 999px; margin: 0 auto 16px;
    background: linear-gradient(135deg, var(--pri), var(--acc)); color: #fff;
    display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.25rem;
    box-shadow: 0 6px 16px rgba(27,90,165,.3);
}
.step h3 { margin: 0 0 8px; font-size: 1.05rem; }
.step p { color: var(--muted); font-size: .92rem; margin: 0; }

/* ── Başkanın mesajı ── */
.chairman { display: flex; gap: 40px; align-items: center; max-width: 900px; margin-inline: auto; }
.chairman .cphoto { flex: none; width: 150px; height: 150px; border-radius: 999px; object-fit: cover; box-shadow: var(--shadow); border: 4px solid #fff; }
.chairman blockquote { margin: 10px 0 14px; font-size: 1.12rem; line-height: 1.7; color: var(--ink); font-style: italic; border: 0; padding: 0; }
.chairman .cwho { color: var(--muted); font-size: .92rem; }
.chairman .cwho b { color: var(--pri); }

/* ── Destekçi logoları ── */
.partners { padding: 46px 0; border-top: 1px solid var(--line); }
.pt-cap { text-align: center; color: var(--muted); font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 26px; }
.pt-strip { display: flex; gap: 44px; justify-content: center; align-items: center; flex-wrap: wrap; }
.pt-strip img { height: 52px; width: auto; max-width: 150px; object-fit: contain; filter: grayscale(1); opacity: .65; transition: all .2s; }
.pt-strip a:hover img, .pt-strip span:hover img { filter: none; opacity: 1; }

/* ── CTA ── */
.cta { background: linear-gradient(120deg, var(--pri), var(--pri-dark)); border-radius: 18px; color: #fff; padding: 50px; display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap; }
.cta h2 { margin: 0 0 6px; font-size: clamp(1.3rem, 2.5vw, 1.9rem); letter-spacing: -.6px; }
.cta p { margin: 0; opacity: .85; }
.cta .btn { background: #fff; color: var(--pri); }

/* Menüdeki Başvuru butonu */
.nav-cta {
    background: var(--pri) !important; color: #fff !important; font-weight: 650 !important;
    box-shadow: 0 3px 10px rgba(27,90,165,.3); margin-inline-start: 6px;
}
.nav-cta:hover { background: var(--pri-dark) !important; }

/* Çekmece alt bölümü — yalnız mobilde görünür */
.nav-foot { display: none; }

/* ── Footer — degrade + cyan vurgu şeridi + doku ── */
.ftr {
    position: relative;
    background:
        radial-gradient(700px 340px at 12% -10%, rgba(41, 179, 230, .16), transparent),
        radial-gradient(600px 300px at 95% 115%, rgba(41, 179, 230, .1), transparent),
        linear-gradient(165deg, #16497f, var(--pri-dark) 55%, #0d2c52);
    color: rgba(255,255,255,.72);
    margin-top: 80px;
}
.ftr::before {
    content: ''; position: absolute; top: 0; inset-inline: 0; height: 4px;
    background: linear-gradient(90deg, var(--acc), var(--pri) 60%, transparent);
}
.ftr-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 38px; padding: 58px 0 40px; }
.ftr h4 { color: #fff; font-size: .95rem; margin: 0 0 15px; }
.ftr ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; font-size: .89rem; }
.ftr a:hover { color: #fff; }
.ftr .brand img { height: 46px; width: auto; }
.ftr .brand-text { color: #fff; font-weight: 800; font-size: 1.2rem; }
.ftr .desc { font-size: .88rem; margin-top: 12px; max-width: 300px; }
.ftr-socials { display: flex; gap: 9px; margin-top: 16px; }
.ftr-socials a { width: 36px; height: 36px; border-radius: 9px; background: rgba(255,255,255,.09); display: flex; align-items: center; justify-content: center; }
.ftr-socials a:hover { background: var(--acc); }
.ftr-socials svg { width: 15px; height: 15px; }
.ftr-btm { border-top: 1px solid rgba(255,255,255,.12); padding: 18px 0; font-size: .84rem; text-align: center; display: block; }

/* ── Responsive ── */
@media (max-width: 991px) {
    .hero-grid, .dgrid, .cgrid { grid-template-columns: 1fr; gap: 36px; }
    .cards3 { grid-template-columns: 1fr 1fr; }
    .cards4 { grid-template-columns: 1fr 1fr; }
    .ftr-grid { grid-template-columns: 1fr 1fr; }
    .gal { grid-template-columns: 1fr 1fr; }
    .aside-card { position: static; }
    .topbar { display: none; }

    .hdr { backdrop-filter: none; background: #fff; }
    .burger { display: block; }
    .nav {
        position: fixed; top: 0; bottom: 0; inset-inline-end: 0; width: min(300px, 84vw);
        background: #fff; flex-direction: column; align-items: stretch; gap: 3px;
        padding: 80px 16px 20px; box-shadow: -12px 0 40px rgba(16,36,60,.16);
        transform: translateX(100%); transition: transform .35s cubic-bezier(.22,.8,.3,1);
        z-index: 300; overflow-y: auto;
    }
    .nav.open { transform: none; }
    .nav > a, .nav .drop > button { width: 100%; justify-content: space-between; padding: 12px 15px; font-size: .98rem; }
    .drop-menu { display: none; position: static; border: 0; box-shadow: none; padding-inline-start: 12px; }
    .drop.open .drop-menu { display: block; }
    /* Karartma header'ın (z:100) ALTINDA — header içindeki çekmece karartılmaz */
    .nav-ov { position: fixed; inset: 0; background: rgba(16,36,60,.45); opacity: 0; pointer-events: none; transition: opacity .3s; z-index: 95; }
    .nav-ov.open { opacity: 1; pointer-events: auto; }

    /* Çekmece üst logosu */
    .nav-brand {
        display: flex; align-items: center; position: absolute; top: 0; inset-inline: 0; height: 66px;
        padding-inline: 18px; border-bottom: 1px solid var(--line); background: var(--bg-soft);
    }
    .nav-brand img { height: 38px; width: auto; }
    .nav-brand .logo-text { font-weight: 800; font-size: 1.1rem; color: var(--pri); }

    /* Çekmece alt bölümü — iletişim + sosyal medya */
    .nav-foot { display: grid; gap: 8px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
    .nf-item { display: flex; align-items: flex-start; gap: 12px; padding: 6px 12px; color: var(--muted); font-size: .88rem; font-weight: 550; }
    .nf-item .ic {
        flex: none; width: 36px; height: 36px; border-radius: 10px;
        background: var(--pri-soft); color: var(--pri);
        display: flex; align-items: center; justify-content: center;
    }
    .nf-item .ic svg { width: 16px; height: 16px; }
    /* Uzun içerik (adres) taşmaz — en fazla 2 satıra sarar, fazlası ... ile kesilir */
    .nf-item .tx {
        min-width: 0; overflow: hidden; line-height: 1.45; align-self: center;
        display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
        overflow-wrap: anywhere;
    }
    .nf-socials { display: flex; gap: 9px; padding: 6px 12px 0; }
    .nf-socials a {
        width: 38px; height: 38px; border-radius: 10px;
        background: var(--pri-soft); color: var(--pri);
        display: flex; align-items: center; justify-content: center;
    }
    .nf-socials a:hover { background: var(--pri); color: #fff; }
    .nf-socials svg { width: 16px; height: 16px; flex: none; }
    .nav-cta { margin: 8px 12px 0 !important; justify-content: center !important; }
}
@media (max-width: 991px) {
    .habout { grid-template-columns: 1fr; gap: 30px; }
    .steps { grid-template-columns: 1fr; }
    .chairman { flex-direction: column; text-align: center; }
}
@media (max-width: 640px) {
    .cards3, .cards4, .ftr-grid, .gal { grid-template-columns: 1fr; }
    .sec { padding: 56px 0; }
    .cta { padding: 34px 26px; }
}
