* { font-family: "Figtree", sans-serif; box-sizing: border-box; }
body { margin: 0; background-color: #fcfcfc; color: #081c3a; line-height: 1.55; }
a { text-decoration: none; }
img { max-width: 100%; }

/* --- ÜST BAR + NAV --- */
.psm-bar { background: linear-gradient(90deg, #081c3a 0%, #0e2c55 60%, #14598c 100%); color: #fff; }
.psm-bar-in { max-width: 1300px; margin: 0 auto; display: flex; align-items: center; gap: 16px; padding: 8px 20px; }
.psm-bar-txt { flex: 1; font-size: 13px; color: #c6d5ea; }
.psm-bar-txt strong { color: #fff; }
.psm-bar .mini-btn { background: #2282c6; color: #fff; padding: 7px 14px; border-radius: 8px; font-size: 13px; font-weight: 700; white-space: nowrap; box-shadow: 0 3px 10px rgba(0,0,0,.25); }
.psm-bar .mini-btn:hover { background: #4b9fd8; }
@media (max-width: 700px) {
  .psm-bar-in { flex-direction: column; gap: 7px; padding: 10px 16px; text-align: center; }
  .psm-bar-txt { font-size: 12px; line-height: 1.45; }
  .psm-bar-txt strong { display: block; font-size: 12.5px; }
  .psm-bar .mini-btn { padding: 8px 22px; font-size: 12.5px; }
}

.navbar { background: #fff; border-bottom: 1px solid #e2e8f0; position: sticky; top: 0; z-index: 900; box-shadow: 0 4px 18px rgba(8,28,58,.05); transition: transform .28s ease; }
.navbar.gizli { transform: translateY(-102%); }

/* Akıllı yukarı çık butonu */
.yukari-btn { position: fixed; right: 22px; bottom: 26px; z-index: 950; width: 48px; height: 48px; border-radius: 13px; background: #2282c6; color: #fff; border: none; cursor: pointer; font-size: 17px; box-shadow: 0 10px 24px rgba(34,130,198,.4); opacity: 0; visibility: hidden; transform: translateY(14px); transition: opacity .25s ease, transform .25s ease, visibility .25s, background .2s; }
.yukari-btn.gorunur { opacity: 1; visibility: visible; transform: translateY(0); }
.yukari-btn:hover { background: #14598c; }
@media (max-width: 600px) { .yukari-btn { right: 14px; bottom: 16px; width: 44px; height: 44px; } }
.nav-in { max-width: 1300px; margin: 0 auto; display: flex; align-items: center; gap: 20px; padding: 14px 20px; }
.logo { font-size: 20px; font-weight: 800; color: #081c3a; }
.logo .accent { color: #2282c6; }
.logo-kap { display: flex; align-items: center; gap: 12px; min-width: 0; }
/* Logo, "PSmetrics" yazısının kapladığı genişliğe (~120px) otomatik sığar */
.site-logo { width: 120px; height: auto; max-height: 48px; object-fit: contain; object-position: left center; display: block; flex: 0 0 auto; }
.logo-metin { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; line-height: 1.25; min-width: 0; }
.logo-ad { display: block; font-size: 17px; font-weight: 800; color: #081c3a; white-space: nowrap; }
.logo-slogan { display: block; font-size: 12px; font-weight: 500; color: #5a6a80; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 260px; }
@media (max-width: 480px) { .logo-slogan { display: none; } .site-logo { width: 100px; max-height: 40px; } }
.nav-links { display: flex; gap: 4px; margin-left: auto; flex-wrap: wrap; }
.nav-links a { padding: 9px 16px; border-radius: 9px; color: #33465e; font-weight: 600; font-size: 15px; transition: .2s; display: inline-flex; align-items: center; gap: 7px; }
.nav-links a:hover { background: #e8f3fb; color: #14598c; }
.nav-links a.aktif { background: #2282c6; color: #fff; }
/* Alt menüler (dropdown) */
.nav-item { position: relative; }
.nav-caret { font-size: 10px; opacity: .6; transition: transform .2s; }
.nav-item:hover .nav-caret { transform: rotate(180deg); }
.alt-menu { position: absolute; top: calc(100% + 6px); left: 0; min-width: 210px; background: #fff; border: 1px solid #e2e8f0; border-radius: 13px; box-shadow: 0 16px 36px rgba(8,28,58,.14); padding: 8px; display: none; flex-direction: column; gap: 2px; z-index: 950; }
/* Son (ve sondan bir önceki) menünün alt menüsü sağa hizalanır — ekrandan taşmaz */
.nav-links .nav-item:last-child .alt-menu,
.nav-links .nav-item:nth-last-child(2) .alt-menu { left: auto; right: 0; }
/* Olası taşmalarda yatay kaydırma çubuğu oluşmasın */
html { overflow-x: clip; }
.alt-menu::before { content: ""; position: absolute; top: -8px; left: 0; right: 0; height: 8px; } /* hover köprüsü */
.nav-item:hover .alt-menu, .nav-item:focus-within .alt-menu { display: flex; }
.alt-menu a { padding: 9px 13px; font-size: 14px; border-radius: 8px; width: 100%; }
.nav-toggle { display: none; margin-left: auto; background: none; border: none; font-size: 22px; color: #081c3a; cursor: pointer; }

/* --- STORY --- */
/* Story carousel: kaydırma çubuğu gizli, ok butonları + dokunmatik kaydırma */
.storyler { position: relative; max-width: 1100px; margin: 26px auto 0; padding: 0 20px; }
.story-serit { display: flex; overflow-x: auto; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; scrollbar-width: none; -ms-overflow-style: none; }
.story-serit::-webkit-scrollbar { display: none; }
.story-ic { display: flex; flex: 0 0 auto; gap: 18px; padding: 6px 2px 10px; margin: 0 auto; }
.story-ok { position: absolute; top: 42px; z-index: 10; width: 38px; height: 38px; border-radius: 50%; border: 1px solid #d9e9f5; background: #fff; color: #14598c; font-size: 14px; cursor: pointer; box-shadow: 0 6px 16px rgba(8,28,58,.14); display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s, background .2s; }
.story-ok.gorunur { opacity: 1; visibility: visible; }
.story-ok:hover { background: #2282c6; color: #fff; border-color: #2282c6; }
.story-ok.geri { left: 4px; }
.story-ok.ileri { right: 4px; }
@media (max-width: 600px) { .story-ok { width: 34px; height: 34px; top: 44px; } .story-ok.geri { left: 2px; } .story-ok.ileri { right: 2px; } }
.story { flex: 0 0 auto; width: 96px; text-align: center; cursor: pointer; background: none; border: none; padding: 0; }
.story .halka { width: 74px; height: 74px; margin: 0 auto; border-radius: 50%; padding: 3px; background: linear-gradient(45deg, #2282c6, #6fc3ff, #14598c); display: block; }
.story img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; border: 3px solid #fff; display: block; }
.story .story-ad { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 12px; font-weight: 600; color: #33465e; margin-top: 6px; line-height: 1.3; max-height: 2.6em; word-break: break-word; }
.story-modal { display: none; position: fixed; inset: 0; z-index: 9999; background: rgba(4,10,24,.92); align-items: center; justify-content: center; }
.story-modal.acik { display: flex; }
.story-kutu { position: relative; width: min(420px, 92vw); }
.story-kutu img { width: 100%; border-radius: 18px; max-height: 78vh; object-fit: contain; background: #0d1730; }
.story-alt { text-align: center; margin-top: 14px; }
.story-alt h4 { color: #fff; margin: 0 0 10px; font-size: 17px; }
.story-alt a { display: inline-block; background: #2282c6; color: #fff; padding: 10px 22px; border-radius: 9px; font-weight: 700; font-size: 14px; }
.story-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.15); color: #fff; border: none; width: 40px; height: 40px; border-radius: 50%; font-size: 16px; cursor: pointer; }
.story-nav:hover { background: rgba(255,255,255,.3); }
.story-nav.geri { left: -54px; } .story-nav.ileri { right: -54px; }
.story-kapat { position: absolute; top: -14px; right: -8px; background: #fff; border: none; width: 32px; height: 32px; border-radius: 50%; font-size: 16px; cursor: pointer; color: #081c3a; z-index: 2; }
@media (max-width: 560px) { .story-nav.geri { left: 6px; } .story-nav.ileri { right: 6px; } }

/* --- HERO --- */
.page-section { padding: 42px 20px 80px; }
.container { max-width: 1300px; margin: 0 auto; }
.hero-section { position: relative; overflow: hidden; padding: 56px 20px 120px; margin: -42px -20px 0; background:
    radial-gradient(700px 340px at 12% -10%, rgba(34,130,198,.14), transparent 65%),
    radial-gradient(640px 320px at 88% 0%, rgba(111,185,232,.16), transparent 65%),
    linear-gradient(180deg, #f4f9fd 0%, #fcfcfc 100%); }
.hero-section::before { content: ""; position: absolute; inset: 0; pointer-events: none;
    background-image: radial-gradient(rgba(34,130,198,.10) 1.2px, transparent 1.2px);
    background-size: 26px 26px;
    -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.5), transparent 72%);
    mask-image: linear-gradient(180deg, rgba(0,0,0,.5), transparent 72%); }
.hero-header { position: relative; text-align: center; max-width: 900px; margin: 0 auto; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid #d9e9f5; color: #14598c; font-size: 13px; font-weight: 700; border-radius: 999px; padding: 8px 18px; margin-bottom: 22px; box-shadow: 0 4px 14px rgba(8,28,58,.06); }
.hero-eyebrow i { color: #2282c6; }
.main-title { font-size: 46px; font-weight: 800; color: #081c3a; margin: 0 0 20px; line-height: 1.15; letter-spacing: -.5px; }
.main-title .accent { color: #2282c6; position: relative; white-space: nowrap; }
.main-title .accent::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 10px; background: rgba(34,130,198,.16); border-radius: 6px; z-index: -1; }
.hero-desc { font-size: 17.5px; color: #5a6a80; line-height: 1.65; margin: 0 auto; max-width: 680px; }
.hero-desc strong { color: #081c3a; font-weight: 700; }
.hero-stats { position: relative; display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.hero-stat { display: flex; align-items: center; gap: 13px; background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 14px 22px; box-shadow: 0 10px 24px rgba(8,28,58,.06); text-align: left; transition: all .3s ease; }
.hero-stat:hover { transform: translateY(-4px); border-color: #2282c6; box-shadow: 0 16px 34px rgba(34,130,198,.14); }
.hero-stat .hs-icon { width: 44px; height: 44px; border-radius: 12px; background: #e8f3fb; color: #2282c6; display: flex; align-items: center; justify-content: center; font-size: 18px; flex: 0 0 auto; }
.hero-stat .hs-num { font-size: 19px; font-weight: 800; color: #081c3a; line-height: 1.15; }
.hero-stat .hs-label { font-size: 12.5px; color: #6b7a8d; font-weight: 600; }
/* PShort ücretsiz test şeridi (hero altı) */
.pshort-serit { position: relative; z-index: 1; display: flex; align-items: center; gap: 16px; max-width: 760px; margin: 26px auto 0; background: #fff; border: 2px solid #2282c6; border-radius: 999px; padding: 10px 12px 10px 10px; box-shadow: 0 12px 30px rgba(34,130,198,.18); transition: all .25s ease; text-align: left; }
.pshort-serit:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(34,130,198,.26); }
.ps-rozet { flex: 0 0 auto; background: #b3202e; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .06em; border-radius: 999px; padding: 10px 16px; }
.ps-metin { flex: 1; font-size: 14px; color: #33465e; line-height: 1.45; }
.ps-metin strong { color: #081c3a; }
.ps-btn { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; background: #2282c6; color: #fff; font-weight: 800; font-size: 14px; border-radius: 999px; padding: 11px 20px; white-space: nowrap; }
.pshort-serit:hover .ps-btn { background: #14598c; }
@media (max-width: 640px) {
  .pshort-serit { flex-wrap: wrap; border-radius: 20px; justify-content: center; text-align: center; padding: 16px; }
  .ps-metin { flex: 1 1 100%; }
}

/* --- FİLTRE PANELİ --- */
.filter-card { background: #fff; border-radius: 22px; border: 1px solid #e2e8f0; box-shadow: 0 12px 30px rgba(8,28,58,.06); padding: 34px 30px; max-width: 1100px; margin: -72px auto 0; position: relative; z-index: 2; }
.alanlar { display: flex; gap: 10px; justify-content: center; margin-bottom: 26px; flex-wrap: wrap; }
.alan-btn { flex: 1; min-width: 104px; max-width: 180px; padding: 13px 8px; border: 2px solid #d9e9f5; border-radius: 14px; background: #fff; font-size: 15px; font-weight: 700; cursor: pointer; color: #5a6a80; transition: all .3s ease; }
.alan-btn small { display: block; font-size: 10.5px; font-weight: 600; opacity: .7; margin-top: 2px; letter-spacing: .08em; }
.alan-btn:hover { border-color: #2282c6; color: #2282c6; transform: translateY(-2px); }
.alan-btn.active { border-color: #2282c6; background: #e8f3fb; color: #14598c; box-shadow: 0 4px 12px rgba(34,130,198,.2); }
.filter-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 15px; }
.filter-grid label { display: block; margin-bottom: 7px; font-weight: 600; color: #333; font-size: 13.5px; }
input[type=text], input[type=password], input[type=email], select, textarea { width: 100%; padding: 11px 13px; border: 2px solid #eee; border-radius: 8px; font-size: 14.5px; transition: .3s; outline: none; background: #fff; color: #081c3a; }
input:focus, select:focus, textarea:focus { border-color: #2282c6; }
.opts { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 18px; }
.opts label { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; color: #5a6a80; cursor: pointer; margin: 0; }
.opts input { width: 16px; height: 16px; accent-color: #2282c6; }
.btn-primary { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 18px; border-radius: 10px; font-weight: 700; font-size: 15px; background-color: #2282c6; color: #fff; border: none; cursor: pointer; transition: all .3s ease; box-shadow: 0 4px 12px rgba(34,130,198,.3); }
.btn-primary:hover { background-color: #14598c; color: #fff; }
.btn-ghost { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 18px; border-radius: 10px; font-weight: 700; font-size: 15px; background: #fff; color: #081c3a; border: 2px solid #d9e9f5; cursor: pointer; transition: all .3s ease; }
.btn-ghost:hover { border-color: #2282c6; color: #2282c6; }
.btn-primary i, .btn-ghost i { font-size: 13px; }
.btn-listele { width: 100%; margin-top: 22px; font-size: 16px; padding: 15px; }

/* --- REKLAM KARTI --- */
.ad-card { background: linear-gradient(180deg, #f6fbfe 0%, #ffffff 60%); border: 2px solid #2282c6; border-radius: 22px; box-shadow: 0 12px 30px rgba(34,130,198,.10); padding: 26px 28px; margin: 22px 0; transition: all .3s ease; }
.ad-card:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(34,130,198,.16); }
.ad-inner { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.ad-icon { flex: 0 0 auto; width: 62px; height: 62px; background-color: #e8f3fb; color: #2282c6; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 28px; }
.ad-body { flex: 1; min-width: 240px; }
.ad-top { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 4px; }
.ad-name { font-size: 22px; font-weight: 800; color: #081c3a; margin: 0; display: flex; align-items: center; gap: 10px; }
.ad-name::before { content: ""; width: 4px; height: 22px; background: #2282c6; border-radius: 2px; }
.ad-badge { display: inline-flex; align-items: center; background: #e8f3fb; color: #14598c; font-size: 12px; font-weight: 700; border-radius: 999px; padding: 5px 12px; white-space: nowrap; }
.ad-lead { font-size: 15px; color: #33465e; line-height: 1.55; margin: 4px 0 0; max-width: 640px; }
.ad-lead strong { color: #081c3a; }
.ad-actions { flex: 0 0 auto; display: flex; gap: 10px; flex-wrap: wrap; }
tr.ad-row td { padding: 0 !important; border-top: none !important; background: transparent !important; }
tr.ad-row .ad-card { margin: 14px 10px; }

/* --- SONUÇLAR --- */
.results-wrap { max-width: 1100px; margin: 0 auto; }
.ozet { margin: 26px 0 6px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.ozet .say { font-weight: 800; font-size: 18px; }
.ozet .say span { color: #2282c6; }
.ozet select { width: auto; padding: 9px 13px; font-size: 14px; }
/* overflow: clip — köşeleri kırpar ama sticky başlığı bozmaz (overflow: hidden sticky'yi bozar) */
.tablo-kap { background: #fff; border: 1px solid #e2e8f0; border-radius: 20px; overflow: clip; box-shadow: 0 10px 30px rgba(0,0,0,.05); }
table.sonuc-tablo { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.sonuc-tablo thead th { position: sticky; top: var(--sticky-top, 0px); z-index: 5; background: #f6fbfe; text-align: left; padding: 13px 15px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: #14598c; font-weight: 800; white-space: nowrap; border-bottom: 2px solid #d9e9f5; }
.sonuc-tablo td { padding: 13px 15px; border-top: 1px solid #eef2f7; vertical-align: top; }
.sonuc-tablo tbody tr:hover td { background: #f6fbfe; }
.uni { font-weight: 700; color: #081c3a; }
.bolum { color: #33465e; font-weight: 500; }
.fak { color: #8a97a8; font-size: 12px; margin-top: 1px; }
.num { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; font-weight: 600; color: #081c3a; }
.rozet { display: inline-block; padding: 4px 11px; border-radius: 999px; font-size: 11px; font-weight: 700; margin: 1px 0; }
.rozet.D { background: #e8f3fb; color: #14598c; }
.rozet.V { background: #fdf3e2; color: #a06403; }
.rozet.Y { background: #efeafd; color: #5b3fd4; }
.rozet.onl { background: #eef2f7; color: #4a5a70; }
.durum { display: inline-block; padding: 4px 11px; border-radius: 999px; font-size: 11.5px; font-weight: 700; white-space: nowrap; }
.durum.ok { background: #e2f5ea; color: #0d7a44; }
.durum.sinir { background: #fdf3e2; color: #a06403; }
.durum.bos { background: #eef2f7; color: #6b7a8d; }
.daha-btn { display: block; margin: 20px auto 0; width: auto; padding: 13px 34px; }
.bos-mesaj { text-align: center; color: #6b7a8d; padding: 50px 14px; background: #fff; border: 1px dashed #d9e9f5; border-radius: 20px; font-size: 15px; }
.bos-mesaj i { font-size: 30px; color: #2282c6; display: block; margin-bottom: 12px; }

/* --- İÇERİK SAYFALARI + BLOG --- */
.icerik-kap { max-width: 860px; margin: 0 auto; padding: 46px 20px 70px; }
.icerik-kap h1.baslik { font-size: 34px; font-weight: 800; margin: 0 0 8px; letter-spacing: -.4px; }
.icerik-meta { color: #8a97a8; font-size: 13.5px; margin-bottom: 26px; }
.icerik { background: #fff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 34px 34px; box-shadow: 0 10px 30px rgba(0,0,0,.04); font-size: 16px; color: #33465e; }
.icerik h2, .icerik h3 { color: #081c3a; }
.icerik a { color: #2282c6; font-weight: 600; }
.icerik img { border-radius: 12px; }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 22px; max-width: 1100px; margin: 0 auto; }
.blog-kart { background: #fff; border: 1px solid #e2e8f0; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.05); transition: all .3s ease; display: flex; flex-direction: column; }
.blog-kart:hover { transform: translateY(-8px); border-color: #2282c6; box-shadow: 0 20px 44px rgba(34,130,198,.14); }
.blog-kart .kapak { height: 180px; background: linear-gradient(120deg, #e8f3fb, #d0e7f7); display: flex; align-items: center; justify-content: center; color: #2282c6; font-size: 40px; }
.blog-kart .kapak img { width: 100%; height: 100%; object-fit: cover; }
.blog-kart .govde { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.blog-kart h3 { margin: 0 0 8px; font-size: 18px; }
.blog-kart h3 a { color: #081c3a; }
.blog-kart h3 a:hover { color: #2282c6; }
.blog-kart p { color: #5a6a80; font-size: 14px; margin: 0 0 16px; flex: 1; }
.blog-kart .alt { display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: #8a97a8; }
.blog-kart .alt a { color: #2282c6; font-weight: 700; }
/* --- İLETİŞİM SAYFASI --- */
.icerik-kap.genis { max-width: 1000px; }
.iletisim-yerlesim { display: grid; grid-template-columns: 280px 1fr; gap: 22px; margin-top: 30px; align-items: start; }
.iletisim-sol { display: flex; flex-direction: column; gap: 14px; }
.iletisim-sol .kut { background: #f6fbfe; border: 1px solid #d9e9f5; border-radius: 14px; padding: 18px 20px; }
.iletisim-sol .kut i { font-size: 20px; color: #2282c6; margin-bottom: 8px; display: block; }
.iletisim-sol .kut strong { display: block; margin-bottom: 3px; color: #081c3a; font-size: 14px; }
.iletisim-sol .kut span, .iletisim-sol .kut a { color: #5a6a80; font-size: 14px; word-break: break-word; }
.iletisim-sol .kut a:hover { color: #2282c6; }
.iletisim-form-kap { background: #fff; border: 2px solid #d9e9f5; border-radius: 16px; padding: 26px 26px 24px; box-shadow: 0 10px 26px rgba(8,28,58,.06); }
.iletisim-form-kap h3 { margin: 0 0 18px; color: #081c3a; font-size: 19px; }
.iletisim-form label { display: block; font-weight: 700; font-size: 13px; margin: 0 0 6px; color: #33465e; }
.iletisim-form .satir { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.iletisim-form textarea { resize: vertical; }
.iletisim-form .alt-satir { grid-template-columns: 170px 1fr auto; align-items: end; margin-top: 14px; }
.iletisim-form .web-alani { position: absolute; left: -9999px; top: -9999px; } /* honeypot: gerçek kullanıcılar görmez */
.form-bildirim { padding: 13px 16px; border-radius: 10px; margin-bottom: 16px; font-size: 14.5px; font-weight: 600; }
.form-bildirim.ok { background: #e2f5ea; color: #0d7a44; }
.form-bildirim.hata { background: #fdecec; color: #c0392b; }
@media (max-width: 800px) {
  .iletisim-yerlesim { grid-template-columns: 1fr; }
  .iletisim-form .satir, .iletisim-form .alt-satir { grid-template-columns: 1fr; }
  .iletisim-form .alt-satir button { width: 100%; }
}

/* --- PSHORT MODAL (girişten 5 sn sonra) --- */
.pshort-modal { position: fixed; inset: 0; z-index: 1200; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(6,14,32,.62); backdrop-filter: blur(6px); opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s; }
.pshort-modal.acik { opacity: 1; visibility: visible; }
.pshort-kutu { position: relative; width: min(440px, 94vw); background: #fff; border-radius: 22px; padding: 34px 30px 26px; text-align: center; box-shadow: 0 30px 80px rgba(0,0,0,.4); transform: translateY(18px); transition: transform .3s ease; }
.pshort-modal.acik .pshort-kutu { transform: translateY(0); }
.pshort-kapat { position: absolute; top: 14px; right: 16px; background: #eef2f7; border: none; width: 36px; height: 36px; border-radius: 50%; font-size: 18px; color: #33465e; cursor: pointer; transition: .2s; }
.pshort-kapat:hover { background: #dde5ee; }
.pshort-ust-rozet { display: inline-block; background: #b3202e; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .07em; border-radius: 999px; padding: 8px 18px; margin-bottom: 16px; }
.pshort-kutu h3 { margin: 0 0 10px; font-size: 25px; font-weight: 800; color: #081c3a; letter-spacing: -.3px; }
.pshort-kutu p { margin: 0 0 18px; font-size: 14.5px; color: #5a6a80; line-height: 1.6; }
.pshort-kutu p strong { color: #081c3a; }
.pshort-mini-bar { display: flex; flex-direction: column; gap: 8px; margin: 0 auto 20px; max-width: 280px; }
.pshort-mini-bar span { display: block; height: 10px; border-radius: 6px; background: linear-gradient(90deg, #2282c6, #6fc3ff); }
.pshort-mini-bar span:first-child { background: linear-gradient(90deg, #b3202e, #e05a66); }
.pshort-cta { width: 100%; font-size: 15.5px; padding: 14px; }
.pshort-sonra { display: block; margin: 12px auto 0; background: none; border: none; color: #8a97a8; font-size: 13px; font-weight: 600; cursor: pointer; text-decoration: underline; }
.pshort-sonra:hover { color: #33465e; }

/* --- ÜNİ-BS CTA BANDI (footer üstü) --- */
.cta-band { position: relative; overflow: hidden; margin-top: 70px; background:
    radial-gradient(600px 300px at 85% 20%, rgba(111,185,232,.25), transparent 60%),
    radial-gradient(500px 260px at 10% 90%, rgba(34,130,198,.35), transparent 60%),
    linear-gradient(120deg, #0b2447 0%, #14598c 100%); }
.cta-band::before { content: ""; position: absolute; inset: 0; pointer-events: none;
    background-image: radial-gradient(rgba(255,255,255,.09) 1.2px, transparent 1.2px);
    background-size: 24px 24px;
    -webkit-mask-image: radial-gradient(closest-side at 50% 50%, rgba(0,0,0,.6), transparent);
    mask-image: radial-gradient(closest-side at 50% 50%, rgba(0,0,0,.6), transparent); }
.cta-band-in { position: relative; max-width: 780px; margin: 0 auto; padding: 62px 20px; text-align: center; color: #fff; }
.cta-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); color: #cfe6f7; font-size: 12.5px; font-weight: 700; letter-spacing: .04em; border-radius: 999px; padding: 7px 16px; margin-bottom: 20px; }
.cta-band h2 { font-size: 32px; font-weight: 800; line-height: 1.25; margin: 0 0 14px; letter-spacing: -.3px; }
.cta-band h2 em { font-style: normal; color: #8fd0ff; }
.cta-band p { color: rgba(255,255,255,.82); font-size: 15.5px; line-height: 1.65; max-width: 600px; margin: 0 auto 26px; }
.cta-band-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.cta-beyaz { display: inline-flex; align-items: center; gap: 9px; background: #fff; color: #0b2447; padding: 14px 28px; border-radius: 11px; font-weight: 800; font-size: 15px; transition: all .25s ease; box-shadow: 0 10px 26px rgba(0,0,0,.28); }
.cta-beyaz:hover { transform: translateY(-2px); color: #14598c; }
.cta-cizgili { display: inline-flex; align-items: center; gap: 9px; background: transparent; color: #fff; padding: 14px 26px; border-radius: 11px; font-weight: 700; font-size: 15px; border: 2px solid rgba(255,255,255,.45); transition: all .25s ease; }
.cta-cizgili:hover { border-color: #fff; background: rgba(255,255,255,.08); }

/* --- BLOG İÇERİK BİLEŞENLERİ --- */
.icerik .stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; margin: 22px 0; }
.icerik .stat-kart { background: #f6fbfe; border: 1px solid #d9e9f5; border-radius: 14px; padding: 20px 18px; text-align: center; }
.icerik .stat-kart .sayi { font-size: 34px; font-weight: 800; color: #2282c6; line-height: 1.1; }
.icerik .stat-kart .sayi.kirmizi { color: #b3202e; }
.icerik .stat-kart .aciklama { font-size: 13.5px; color: #33465e; margin-top: 8px; line-height: 1.45; }
.icerik .stat-kart .kaynak { font-size: 11px; color: #8a97a8; margin-top: 6px; font-style: italic; }
.icerik .ipucu, .icerik .uyari, .icerik .onemli { border-radius: 12px; padding: 16px 18px 16px 52px; margin: 18px 0; position: relative; font-size: 15px; }
.icerik .ipucu::before, .icerik .uyari::before, .icerik .onemli::before { font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; left: 18px; top: 16px; font-size: 18px; }
.icerik .ipucu { background: #e8f3fb; border-left: 4px solid #2282c6; }
.icerik .ipucu::before { content: "\f0eb"; color: #2282c6; }
.icerik .uyari { background: #fdf3e2; border-left: 4px solid #b06000; }
.icerik .uyari::before { content: "\f071"; color: #b06000; }
.icerik .onemli { background: #e2f5ea; border-left: 4px solid #0d7a44; }
.icerik .onemli::before { content: "\f058"; color: #0d7a44; }
.icerik .adimlar { counter-reset: adim; list-style: none; padding: 0; margin: 22px 0; }
.icerik .adimlar li { counter-increment: adim; position: relative; padding: 0 0 22px 58px; }
.icerik .adimlar li::before { content: counter(adim); position: absolute; left: 0; top: 0; width: 38px; height: 38px; border-radius: 50%; background: #2282c6; color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.icerik .adimlar li::after { content: ""; position: absolute; left: 18px; top: 42px; bottom: 4px; width: 2px; background: #d9e9f5; }
.icerik .adimlar li:last-child::after { display: none; }
.icerik .adimlar li strong:first-child { display: block; font-size: 16.5px; color: #081c3a; margin-bottom: 4px; }
.icerik .karsilastirma { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 14.5px; }
.icerik .karsilastirma th { background: #081c3a; color: #fff; padding: 11px 14px; text-align: left; font-size: 13px; }
.icerik .karsilastirma td { padding: 11px 14px; border-bottom: 1px solid #eef2f7; }
.icerik .karsilastirma tr:nth-child(even) td { background: #f8fbfe; }
.icerik .alinti { border-left: 4px solid #2282c6; background: #f6fbfe; margin: 20px 0; padding: 18px 22px; border-radius: 0 12px 12px 0; font-size: 16.5px; font-style: italic; color: #14598c; font-weight: 600; }
/* Yazı sonu ÜNİ-BS mini banner'ı — açık zemin, footer bandından farklı tasarım */
.icerik .cta-mini { position: relative; overflow: hidden; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; border-radius: 16px; padding: 24px 26px 24px 96px; margin: 32px 0 6px; background: linear-gradient(120deg, #eaf4fc 0%, #ffffff 55%, #f4f9fd 100%); border: 2px solid #2282c6; box-shadow: 0 10px 26px rgba(34,130,198,.14); }
.icerik .cta-mini::before { content: "\f14e"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; left: 24px; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; background: #2282c6; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 24px; color: #fff; box-shadow: 0 6px 16px rgba(34,130,198,.35); }
.icerik .cta-mini::after { content: "ÜNİ-BS · PSmetrics"; position: absolute; left: 96px; top: 10px; font-size: 10.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: #7ba9cc; }
.icerik .cta-mini p { margin: 8px 0 0; flex: 1; min-width: 220px; color: #33465e; font-size: 14.5px; line-height: 1.55; }
.icerik .cta-mini strong { color: #081c3a; }
.icerik .cta-mini a { background: #2282c6; color: #fff; padding: 12px 24px; border-radius: 10px; font-weight: 800; font-size: 14px; white-space: nowrap; box-shadow: 0 6px 16px rgba(34,130,198,.35); transition: all .25s ease; }
.icerik .cta-mini a:hover { background: #14598c; transform: translateY(-2px); color: #fff; }
@media (max-width: 600px) {
  .icerik .cta-mini { padding: 20px 20px 20px 20px; }
  .icerik .cta-mini::before { display: none; }
  .icerik .cta-mini::after { left: 20px; }
  .icerik .cta-mini p { margin-top: 14px; }
  .icerik .cta-mini a { width: 100%; text-align: center; }
}

/* --- DİZİN SAYFALARI (bölümler/üniversiteler) --- */
.dizin-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 12px; }
.dizin-kart { display: flex; flex-direction: column; gap: 4px; background: #f6fbfe; border: 1px solid #d9e9f5; border-radius: 12px; padding: 14px 16px; transition: all .2s ease; }
.dizin-kart:hover { border-color: #2282c6; background: #fff; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(34,130,198,.12); }
.dizin-kart strong { color: #081c3a; font-size: 14.5px; line-height: 1.35; }
.dizin-kart span { color: #6b7a8d; font-size: 12.5px; }

/* --- FOOTER --- */
footer.site-footer { background: #081c3a; color: #aebedb; }
.footer-in { max-width: 1300px; margin: 0 auto; padding: 54px 20px 36px; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 38px; }
.footer-logo { font-size: 19px; font-weight: 800; color: #fff; margin-bottom: 4px; }
.footer-logo span { color: #6fb9e8; }
.footer-slogan { color: #6fb9e8; font-size: 13px; font-weight: 700; margin: 0 0 12px; text-transform: uppercase; letter-spacing: .06em; }
.footer-aciklama { color: #93a5c6; font-size: 13px; line-height: 1.7; margin: 0 0 18px; }
.footer-col h4 { color: #fff; font-size: 15px; margin: 0 0 18px; position: relative; padding-bottom: 10px; }
.footer-col h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 28px; height: 3px; border-radius: 2px; background: #2282c6; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.footer-col ul a, .footer-col ul span { color: #aebedb; font-size: 13.5px; transition: .2s; }
.footer-col ul a:hover { color: #fff; padding-left: 3px; }
.footer-col ul li { display: flex; align-items: baseline; gap: 9px; }
.footer-col ul li i { color: #2f6ea8; font-size: 10px; flex: 0 0 auto; }
.iletisim-listesi li i { font-size: 12px; color: #6fb9e8; width: 14px; }
.sosyal { display: flex; gap: 10px; }
.sosyal a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 15px; transition: .2s; }
.sosyal a:hover { background: #2282c6; transform: translateY(-2px); }
.footer-alt { border-top: 1px solid rgba(255,255,255,.09); text-align: center; padding: 18px 16px; font-size: 12.5px; color: #7f92b5; }
.footer-alt a { color: #9db8de; }
.footer-alt a:hover { color: #fff; }
.footer-alt .ayrac { margin: 0 8px; opacity: .5; }
@media (max-width: 991px) { .footer-in { grid-template-columns: 1fr 1fr; gap: 30px; } }
@media (max-width: 560px) { .footer-in { grid-template-columns: 1fr; } .cta-band h2 { font-size: 24px; } }

/* --- Responsive --- */
@media (max-width: 991px) {
  .main-title { font-size: 34px; }
  .hero-section { padding: 44px 20px 104px; }
}
@media (max-width: 768px) {
  .nav-toggle { display: block; }
  .nav-links { display: none; width: 100%; flex-direction: column; }
  .nav-links.acik { display: flex; }
  .nav-in { flex-wrap: wrap; }
  /* Mobilde alt menüler üst öğenin altında girintili ve her zaman açık listelenir */
  .nav-item { width: 100%; }
  .nav-item > a { width: 100%; }
  .nav-caret { display: none; }
  .alt-menu { display: flex; position: static; min-width: 0; border: none; box-shadow: none; padding: 0 0 4px 18px; background: transparent; }
  .alt-menu a { font-size: 14px; color: #5a6a80; }
}
@media (max-width: 700px) {
  .main-title { font-size: 27px; }
  /* Bilgi kutuları mobilde eşit genişlikte, alt alta ve ortalı */
  .hero-stats { display: grid; grid-template-columns: 1fr; gap: 10px; width: 100%; max-width: 340px; margin-left: auto; margin-right: auto; }
  .hero-stat { width: 100%; padding: 12px 18px; }
  .hero-stat .hs-icon { width: 40px; height: 40px; font-size: 16px; }
  /* Liste üstü ÜNİ-BS tanıtım kartı yalnızca geniş ekranlarda görünür */
  #adTop { display: none; }
  /* Sonuç listesi mobilde KART görünümüne dönüşür: kaydırma yok, tüm bilgiler dikey */
  .tablo-kap { background: transparent; border: none; box-shadow: none; border-radius: 0; overflow: visible; }
  .sonuc-tablo { min-width: 0; }
  .sonuc-tablo thead { display: none; }
  .sonuc-tablo, .sonuc-tablo tbody, .sonuc-tablo tr, .sonuc-tablo td { display: block; width: 100%; }
  .sonuc-tablo tbody tr { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; margin-bottom: 12px; box-shadow: 0 6px 18px rgba(8,28,58,.06); overflow: hidden; }
  .sonuc-tablo td { border: none; padding: 8px 16px; }
  .sonuc-tablo td:first-child { padding: 14px 16px 11px; border-bottom: 1px solid #eef2f7; background: #f9fcff; }
  .sonuc-tablo td[data-etiket] { display: flex; justify-content: space-between; align-items: center; gap: 12px; text-align: right; }
  .sonuc-tablo td[data-etiket]::before { content: attr(data-etiket); font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: #8a97a8; text-align: left; flex: 0 0 auto; }
  .sonuc-tablo td[data-etiket]:last-child { padding-bottom: 14px; }
  .sonuc-tablo tbody tr:hover td { background: transparent; }
  .sonuc-tablo td:first-child:hover { background: #f9fcff; }
  .sonuc-tablo tbody tr.ad-row { background: transparent; border: none; box-shadow: none; overflow: visible; }
  tr.ad-row td { display: block; }
  tr.ad-row .ad-card { margin: 4px 0 14px; }
  .ad-actions { width: 100%; }
  .ad-actions a { flex: 1; }
  .icerik { padding: 24px 18px; }
}
