/* =====================================================
   SRM Platform — Frontend Theme
   Antrasit + Sarı | uspum.org.tr uyumlu kurumsal tema
   (Koyu antrasit #282b32 · Sarı vurgu #fde428 · Open Sans + Montserrat)
   ===================================================== */
:root {
    --navy: #282b32;
    --navy-2: #212429;
    --navy-3: #3a3e47;
    --gold: #fde428;
    --gold-2: #f7e100;
    --gold-soft: rgba(253, 228, 40, .14);
    --blue: #6c98e1;
    --ink: #222222;
    --muted: #777777;
    --bg: #f4f5f7;
    --card: #ffffff;
    --line: #e5e7eb;
    --line-soft: #edeff2;
    --radius-sm: 10px;
    --radius: 14px;
    --radius-lg: 20px;
    --shadow-sm: 0 1px 3px rgba(24, 27, 33, .05), 0 1px 2px rgba(24, 27, 33, .04);
    --shadow: 0 2px 6px -1px rgba(24, 27, 33, .05), 0 6px 18px -4px rgba(24, 27, 33, .08);
    --shadow-lg: 0 8px 22px -6px rgba(24, 27, 33, .12), 0 22px 48px -12px rgba(24, 27, 33, .16);
    --shadow-gold: 0 8px 24px -6px rgba(224, 183, 61, .38);
    --font-body: 'Open Sans', Arial, sans-serif;
    --font-head: 'Montserrat', Arial, sans-serif;
    --ease: cubic-bezier(.22, .8, .32, 1);
}

* { -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--font-body);
    color: var(--ink);
    background: var(--bg);
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
::selection { background: var(--gold); color: var(--navy); }
@media (min-width: 992px) {
    ::-webkit-scrollbar { width: 11px; }
    ::-webkit-scrollbar-track { background: #eceef1; }
    ::-webkit-scrollbar-thumb { background: #b9bdc6; border-radius: 8px; border: 3px solid #eceef1; }
    ::-webkit-scrollbar-thumb:hover { background: var(--navy-3); }
}
h1, h2, h3, h4, h5, h6 { font-family: var(--font-head); font-weight: 700; color: var(--navy); letter-spacing: -.012em; }
a { color: var(--navy); text-decoration: none; transition: color .2s var(--ease); }
a:hover { color: var(--blue); }
img { max-width: 100%; }

.btn {
    text-transform: uppercase; letter-spacing: .03em; font-family: var(--font-head);
    font-weight: 700; border-radius: 100px; padding: .55rem 1.5rem; font-size: .84rem;
    transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s, border-color .2s, color .2s;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn-accent {
    background: linear-gradient(135deg, var(--gold), #f4d900); border-color: transparent;
    color: var(--navy); font-weight: 800; position: relative; overflow: hidden;
    box-shadow: 0 4px 14px -4px rgba(224, 183, 61, .45);
}
.btn-accent::before {
    content: ''; position: absolute; top: 0; left: -80%; width: 50%; height: 100%;
    background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .55), transparent);
    transform: skewX(-20deg); transition: left .5s var(--ease);
}
.btn-accent:hover { background: linear-gradient(135deg, #ffe95c, var(--gold-2)); border-color: transparent; color: var(--navy); transform: translateY(-2px); box-shadow: var(--shadow-gold); }
.btn-accent:hover::before { left: 130%; }
.btn-navy { background: var(--navy); border-color: var(--navy); color: #fff; font-weight: 700; box-shadow: 0 4px 14px -6px rgba(24, 27, 33, .4); }
.btn-navy:hover { background: var(--navy-2); border-color: var(--navy-2); color: var(--gold); transform: translateY(-2px); box-shadow: 0 10px 24px -8px rgba(24, 27, 33, .5); }
.btn-outline-navy { border-color: #cfd3d9; color: var(--navy); font-weight: 700; background: #fff; }
.btn-outline-navy:hover { background: var(--navy); border-color: var(--navy); color: #fff; transform: translateY(-2px); box-shadow: 0 10px 24px -10px rgba(24, 27, 33, .45); }
.btn-outline-accent { border-color: var(--gold); color: var(--navy); font-weight: 700; background: rgba(253, 228, 40, .1); }
.btn-outline-accent:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); transform: translateY(-2px); }
.btn-lg { padding: .8rem 1.9rem; font-size: .9rem; }
.text-navy { color: var(--navy) !important; }

/* ---------- Okuma ilerleme çubuğu ---------- */
.read-progress {
    position: fixed; top: 0; left: 0; height: 3px; width: 0%;
    background: linear-gradient(90deg, var(--gold), var(--gold-2));
    z-index: 2000; transition: width .1s linear;
}

/* ---------- Topbar ---------- */
.topbar { background: var(--navy-2); color: #b8bcc4; font-size: .82rem; border-bottom: 1px solid rgba(255,255,255,.07); }
.topbar a { color: #b8bcc4; }
.topbar a:hover { color: var(--gold); }
.topbar .vr { background: rgba(255,255,255,.15); }
.topbar .bi { color: var(--gold); }
.topbar .dropdown-toggle { font-family: var(--font-head); font-weight: 600; text-transform: uppercase; font-size: .78rem; letter-spacing: .04em; }

/* ---------- Marka satırı (logo-box) ---------- */
.brandbar { background: #fff; border-bottom: 1px solid var(--line); }
.brandbar-in { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: .85rem; padding-bottom: .85rem; min-height: 78px; }
.brandbar .brand-text { color: var(--navy); font-size: 1.16rem; }
.brandbar .brand-desc { color: #8a8f98; font-size: .76rem; }
.brandbar-actions { flex: 0 0 auto; }
.brandbar-toggler {
    display: inline-flex; align-items: center; justify-content: center;
    width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px;
    background: var(--bg); color: var(--navy); font-size: 1.7rem; line-height: 1;
    transition: all .2s var(--ease);
}
.brandbar-toggler:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); transform: translateY(-1px); box-shadow: var(--shadow-gold); }

/* ---------- Ana navigasyon — USPUM imzası: koyu bar, uppercase link, sarı aktif ---------- */
.mainnav {
    position: relative; background: var(--navy); z-index: 1030;
    box-shadow: 0 2px 12px rgba(0,0,0,.25);
    border-bottom: 1px solid rgba(253, 228, 40, .16);
}
@media (min-width: 992px) { .mainnav { position: sticky; top: 0; } }
.mainnav::after {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(253, 228, 40, .35), transparent);
    pointer-events: none;
}
.mainnav-in { display: flex; align-items: stretch; gap: .5rem; }
.nav-mini-brand {
    display: none; align-items: center; gap: .55rem; margin-right: 1rem;
    font-family: var(--font-head); font-weight: 800; color: #fff; font-size: .95rem;
    white-space: nowrap;
}
.mainnav.nav-stuck .nav-mini-brand { display: inline-flex; animation: navFade .25s ease; }
.nav-mini-brand .mini-name { display: none; }
@media (min-width: 1600px) { .nav-mini-brand .mini-name { display: inline; } }
.mainnav.nav-stuck .mainmenu > li > a { font-size: .74rem; padding: .82rem .5rem; letter-spacing: .02em; }
.mainnav.nav-stuck .mainmenu > li > a::after { left: .5rem; right: .5rem; }
@keyframes navFade { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: none; } }
.mainmenu {
    display: flex; flex: 1 1 auto; justify-content: center; align-items: stretch;
    list-style: none; margin: 0; padding: 0;
}
.mainmenu > li > a {
    display: flex; align-items: center; position: relative;
    font-family: var(--font-head); font-weight: 600; color: #fff;
    font-size: .8rem; text-transform: uppercase; letter-spacing: .04em;
    padding: 1.02rem .78rem; white-space: nowrap;
    transition: color .2s ease, background .2s ease;
}
.mainmenu > li > a::after {
    content: ''; position: absolute; left: .78rem; right: .78rem; bottom: 0;
    height: 3px; background: var(--gold); transform: scaleX(0); transform-origin: left;
    transition: transform .22s ease;
}
.mainmenu > li > a:hover, .mainmenu > li > a.active { color: var(--gold); }
.mainmenu > li > a:hover::after, .mainmenu > li > a.active::after { transform: scaleX(1); }
.menu-caret { font-size: .58rem; margin-left: .35rem; opacity: .75; transition: transform .2s; }
.dropdown-mega:hover > a .menu-caret { transform: rotate(180deg); }
.nav-actions { margin-left: .5rem; gap: .5rem; }
.nav-admin-link {
    display: inline-flex; align-items: center;
    font-family: var(--font-head); font-size: .72rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: .05em;
    color: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.22);
    border-radius: 50px; padding: .42rem .95rem; transition: all .2s;
}
.nav-admin-link:hover { color: var(--navy); background: var(--gold); border-color: var(--gold); }
.brand-mark {
    display: inline-flex; align-items: center; justify-content: center;
    width: 40px; height: 40px; border-radius: 6px;
    background: var(--gold); color: var(--navy); font-weight: 800; font-size: 1.25rem;
}
.brand-lg { width: 56px; height: 56px; font-size: 1.8rem; border-radius: 8px; }
.brand-logo-img {
    display: inline-block; height: 40px; width: auto; max-width: 190px;
    object-fit: contain; border-radius: 6px;
}
.brand-logo-img.brand-lg { height: 56px; max-width: 240px; }
.nav-mini-brand .brand-logo-img { height: 30px; }
.brand-text { font-family: var(--font-head); font-weight: 800; color: #fff; font-size: 1.05rem; letter-spacing: -.01em; }
.brand-desc { display: block; font-size: .74rem; font-weight: 600; color: var(--gold); letter-spacing: .01em; margin-top: .1rem; }
.btn-icon-search {
    border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.06); color: #fff;
    width: 38px; height: 38px; border-radius: 50px; flex: 0 0 auto;
}
.btn-icon-search:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.mob-search { display: flex; gap: .5rem; }
.mob-search .form-control { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.15); color: #fff; }
.mob-search .form-control::placeholder { color: rgba(255,255,255,.45); }

/* ---------- Mega menü ---------- */
.dropdown-mega { position: static; }
.mega-menu {
    position: absolute; left: 50%; transform: translateX(-50%) translateY(12px);
    top: 100%; width: min(880px, 92vw); background: #fff;
    border-radius: 0 0 var(--radius) var(--radius); box-shadow: var(--shadow-lg);
    padding: 1.7rem 1.9rem; opacity: 0; visibility: hidden;
    transition: all .25s var(--ease); z-index: 1050;
    border: 1px solid var(--line); border-top: 3px solid var(--gold);
}
.dropdown-mega:hover .mega-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(4px); }
.mega-simple { width: 260px; padding: 1rem; }
.mega-list { list-style: none; margin: 0; padding: 0; }
.mega-list li a {
    display: block; padding: .48rem .65rem; border-radius: var(--radius-sm);
    color: var(--ink); font-size: .87rem; font-weight: 500;
    transition: background .18s, color .18s, padding-left .18s;
}
.mega-list li a:hover { background: var(--gold-soft); color: var(--navy); padding-left: .85rem; }
.mega-group-title { font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; color: #a89a00; font-weight: 800; margin-bottom: .4rem; }
.mega-more { display: inline-flex; align-items: center; gap: .4rem; margin-top: .9rem; font-weight: 700; font-size: .85rem; color: var(--navy); }
.mega-more i { transition: transform .2s var(--ease); }
.mega-more:hover i { transform: translateX(4px); }

/* ---------- Arama overlay ---------- */
.search-overlay {
    position: fixed; inset: 0; background: rgba(33,36,41,.97);
    z-index: 3000; display: none; padding-top: 14vh; backdrop-filter: blur(6px);
}
.search-overlay.open { display: block; }
.search-form { display: flex; gap: .8rem; max-width: 720px; margin: 0 auto; }
.search-form input {
    flex: 1; border: none; border-radius: 50px; padding: 1rem 1.4rem;
    font-size: 1.2rem; outline: none; background: rgba(255,255,255,.08); color: #fff;
}
.search-form input::placeholder { color: rgba(255,255,255,.45); }
.search-form button {
    border: none; border-radius: 50px; width: 64px;
    background: var(--gold); color: var(--navy); font-size: 1.3rem;
}
.btn-close-search {
    position: absolute; top: 30px; right: 40px; background: none; border: none;
    color: #fff; font-size: 1.6rem;
}
.search-suggest { max-width: 720px; margin: 1rem auto 0; }
.search-suggest .sg-group { color: var(--gold); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; margin: 1rem 0 .3rem; font-weight: 800; }
.search-suggest a { display: block; padding: .55rem .9rem; border-radius: 10px; color: #d6d9de; }
.search-suggest a:hover { background: rgba(255,255,255,.07); color: #fff; }
.search-suggest a strong { display: block; font-weight: 600; }
.search-suggest a span { font-size: .8rem; color: rgba(255,255,255,.5); }

/* ---------- Mobil menü — premium offcanvas ---------- */
.mobile-nav { background: var(--navy); color: #fff; max-width: 340px; border-right: 3px solid var(--gold); }
.mobile-nav .offcanvas-header { border-bottom: 1px solid rgba(255,255,255,.08); padding: 1.1rem 1.25rem; }
.mobile-nav .offcanvas-title { display: flex; align-items: center; gap: .65rem; color: #fff; }
.mobile-nav .btn-close { filter: invert(1); }
.mobile-menu { list-style: none; padding: 0; }
.mobile-menu > li > a {
    display: flex; align-items: center; justify-content: space-between;
    padding: .95rem .25rem; color: #e8eaee; font-weight: 600; font-size: .95rem;
    border-bottom: 1px solid rgba(255,255,255,.07);
    transition: color .2s, padding-left .2s;
}
.mobile-menu > li > a:hover { color: var(--gold); padding-left: .5rem; }
.mobile-menu > li > a[aria-expanded="true"] { color: var(--gold); }
.mobile-menu > li > a .bi { transition: transform .25s var(--ease); font-size: .8rem; opacity: .7; }
.mobile-menu > li > a[aria-expanded="true"] .bi { transform: rotate(180deg); }
.mobile-menu ul { list-style: none; padding-left: 1rem; }
.mobile-menu ul a { display: block; padding: .55rem 0; color: #b8bcc4; font-size: .9rem; border-bottom: 1px dashed rgba(255,255,255,.05); }
.mobile-menu ul a:hover { color: var(--gold); }
.mobile-nav .mob-search { margin-bottom: 1.25rem; }
.mobile-nav .mob-search .form-control { border-radius: 100px 0 0 100px; }
.mobile-nav .mob-search .btn { border-radius: 0 100px 100px 0; }

/* ---------- Hero — katmanlı derinlik + giriş animasyonu ---------- */
.hero {
    position: relative; color: #fff; overflow: hidden;
    background:
        radial-gradient(ellipse 60% 55% at 82% 12%, rgba(253, 228, 40, .13), transparent 60%),
        radial-gradient(ellipse 50% 60% at 8% 95%, rgba(108, 152, 225, .16), transparent 62%),
        linear-gradient(140deg, #17191e 0%, var(--navy) 48%, #333743 100%);
}
.hero::before {
    content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 5px; z-index: 2;
    background: linear-gradient(90deg, var(--gold), #ffe95c 40%, rgba(253,228,40,.15));
}
.hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .55; }
.hero-grid {
    position: absolute; inset: 0; opacity: .1; background-image:
        linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse 80% 70% at 60% 40%, #000 30%, transparent 75%);
}
.hero-inner { position: relative; padding: 112px 0 132px; }
.hero-badge {
    display: inline-flex; align-items: center; gap: .45rem;
    background: rgba(253, 228, 40, .12); border: 1px solid rgba(253, 228, 40, .4);
    color: var(--gold); padding: .45rem 1.1rem; border-radius: 100px;
    font-size: .82rem; font-weight: 700; letter-spacing: .04em; margin-bottom: 1.5rem;
    backdrop-filter: blur(6px); box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
    animation: heroUp .7s var(--ease) both;
}
.hero-title {
    color: #fff; font-size: clamp(2.1rem, 4.6vw, 3.55rem); line-height: 1.13;
    font-weight: 800; letter-spacing: -.025em; max-width: 780px;
    text-wrap: balance;
    animation: heroUp .7s var(--ease) .12s both;
}
.hero-subtitle {
    color: #c3c7cf; font-size: 1.13rem; max-width: 640px; margin-top: 1.15rem;
    line-height: 1.75; animation: heroUp .7s var(--ease) .22s both;
}
.hero-actions { animation: heroUp .7s var(--ease) .32s both; }
.hero-cards { display: grid; gap: .9rem; animation: heroUp .8s var(--ease) .3s both; }
.hero-mini-card {
    display: flex; align-items: center; gap: .95rem;
    background: rgba(255, 255, 255, .055); border: 1px solid rgba(255, 255, 255, .12);
    border-radius: var(--radius); padding: 1rem 1.15rem;
    animation: heroFloat 5.5s ease-in-out infinite; animation-delay: var(--d, 0s);
    backdrop-filter: blur(12px); box-shadow: 0 10px 30px -12px rgba(0, 0, 0, .45);
    transition: transform .25s var(--ease), border-color .25s, background .25s;
}
.hero-mini-card:hover { transform: translateY(-3px) !important; border-color: rgba(253, 228, 40, .45); background: rgba(253, 228, 40, .07); }
.hero-mini-card i {
    font-size: 1.4rem; color: var(--navy); flex: 0 0 auto;
    width: 46px; height: 46px; border-radius: 12px;
    background: linear-gradient(135deg, var(--gold), #f4d900);
    display: inline-flex; align-items: center; justify-content: center;
    box-shadow: 0 6px 16px -6px rgba(224, 183, 61, .6);
}
.hero-mini-card strong { display: block; color: #fff; font-size: .94rem; font-family: var(--font-head); }
.hero-mini-card span { font-size: .78rem; color: #a5aab3; }
@keyframes heroFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes heroUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
.hero-scroll {
    position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 3;
    width: 30px; height: 48px; border: 2px solid rgba(255,255,255,.35); border-radius: 20px;
    display: none; align-items: flex-start; justify-content: center; padding-top: 8px;
}
.hero-scroll::before {
    content: ''; width: 4px; height: 9px; border-radius: 4px; background: var(--gold);
    animation: scrollHint 1.8s ease-in-out infinite;
}
@keyframes scrollHint { 0% { transform: translateY(0); opacity: 1; } 65% { transform: translateY(14px); opacity: 0; } 100% { transform: translateY(0); opacity: 0; } }
@media (min-width: 992px) { .hero-scroll { display: inline-flex; } }

/* ---------- Bölüm başlıkları ---------- */
.section { padding: 78px 0; }
.section-alt { background: #fff; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.section-tag {
    display: inline-flex; align-items: center; gap: .5rem; color: #a89a00; font-weight: 800;
    font-size: .78rem; text-transform: uppercase; letter-spacing: .16em; margin-bottom: .55rem;
}
.section-tag::before { content: ''; width: 26px; height: 3px; border-radius: 3px; background: linear-gradient(90deg, var(--gold), #f4d900); }
.section-title { font-size: clamp(1.6rem, 2.7vw, 2.25rem); letter-spacing: -.02em; text-wrap: balance; }
.section-lead { color: var(--muted); max-width: 660px; line-height: 1.75; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 2.6rem; }
.group-title { color: var(--navy-3); border-left: 3px solid var(--gold); padding-left: .7rem; }

/* ---------- Misyon/Vizyon kartları ---------- */
.vm-card {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 1.7rem; height: 100%; box-shadow: var(--shadow-sm);
    transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
    position: relative; overflow: hidden;
}
.vm-card::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px;
    background: linear-gradient(90deg, var(--gold), #ffe95c);
    transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease);
}
.vm-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(253, 228, 40, .5); }
.vm-card:hover::before { transform: scaleX(1); }
.vm-icon {
    font-size: 1.45rem; color: var(--navy); width: 54px; height: 54px; border-radius: 14px;
    background: var(--gold-soft); border: 1px solid rgba(253, 228, 40, .35);
    display: inline-flex; align-items: center; justify-content: center; margin-bottom: 1rem;
    transition: transform .3s var(--ease);
}
.vm-card:hover .vm-icon { transform: scale(1.08) rotate(-4deg); }
.values-strip {
    display: flex; flex-wrap: wrap; gap: 1.2rem; align-items: center;
    background: linear-gradient(120deg, var(--navy), var(--navy-2));
    color: #d6d9de; border-radius: var(--radius); padding: 1.05rem 1.5rem;
    box-shadow: var(--shadow); border: 1px solid rgba(253, 228, 40, .18);
}
.values-strip span { font-weight: 600; font-size: .9rem; transition: color .2s; }
.values-strip span:hover { color: #fff; }
.values-strip i { color: var(--gold); margin-right: .3rem; }
.values-strip a { color: var(--gold); font-weight: 700; }

/* ---------- İstatistik bandı — USPUM: koyu zemin, sarı rakamlar ---------- */
.stats-band {
    background:
        radial-gradient(ellipse 45% 80% at 15% 20%, rgba(253, 228, 40, .07), transparent 60%),
        radial-gradient(ellipse 45% 80% at 90% 80%, rgba(108, 152, 225, .08), transparent 60%),
        linear-gradient(120deg, #1e2126, var(--navy-2));
    padding: 60px 0;
    border-top: 1px solid rgba(255, 255, 255, .06);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}
.stat-item { color: #fff; }
.stat-icon {
    font-size: 1.3rem; color: var(--navy); width: 52px; height: 52px;
    border-radius: 14px; background: rgba(253, 228, 40, .12);
    border: 1px solid rgba(253, 228, 40, .3);
    display: inline-flex; align-items: center; justify-content: center; margin-bottom: .7rem;
    transition: transform .3s var(--ease), background .3s;
}
.stat-item:hover .stat-icon { transform: translateY(-4px) scale(1.05); background: rgba(253, 228, 40, .2); }
.stat-value { font-size: clamp(1.9rem, 3.4vw, 2.7rem); font-weight: 800; letter-spacing: -.02em; color: var(--gold); font-family: var(--font-head); line-height: 1.1; }
.stat-label { color: #b8bcc4; font-size: .84rem; font-weight: 600; margin-top: .25rem; }

/* ---------- KPI kartları ---------- */
.kpi-card {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 1.15rem 1.25rem; box-shadow: var(--shadow-sm); height: 100%;
    transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.kpi-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: rgba(253, 228, 40, .45); }
.kpi-head { display: flex; justify-content: space-between; align-items: center; }
.kpi-cat { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); font-weight: 700; }
.kpi-icon { color: var(--gold); font-size: 1.2rem; }
.kpi-value { font-size: 1.75rem; font-weight: 800; color: var(--navy); letter-spacing: -.02em; margin-top: .4rem; }
.kpi-value small { font-size: .85rem; color: var(--muted); font-weight: 600; }
.kpi-change { font-size: .8rem; font-weight: 700; color: var(--muted); }
.kpi-change.up { color: #a08a00; }
.kpi-change.down { color: #b0413e; }
.kpi-name { font-weight: 600; font-size: .92rem; margin-top: .2rem; }
.kpi-spark { width: 100%; height: 28px; margin-top: .4rem; }
.kpi-source { font-size: .7rem; color: var(--muted); margin-top: .5rem; border-top: 1px dashed var(--line); padding-top: .45rem; }

/* ---------- Grafik kutuları (Chart.js responsive) ---------- */
.chart-box { position: relative; height: 130px; width: 100%; }
.chart-box-sm { height: 90px; }

/* ---------- SSS accordion ---------- */
.faq-accordion { margin-top: 1.2rem; }
.faq-accordion .accordion-item { border: 1px solid var(--line); border-radius: var(--radius) !important; margin-bottom: .65rem; overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.faq-accordion .accordion-button { font-family: var(--font-head); font-weight: 700; font-size: .98rem; color: var(--navy); padding: 1rem 1.25rem; background: #fff; box-shadow: none; }
.faq-accordion .accordion-button:not(.collapsed) { background: var(--navy); color: #fff; }
.faq-accordion .accordion-button:not(.collapsed)::after { filter: invert(1) sepia(1) saturate(8) hue-rotate(5deg); }
.faq-accordion .accordion-button:focus { box-shadow: 0 0 0 .2rem rgba(253,228,40,.3); border-color: var(--gold); }
.faq-accordion .accordion-body { color: #4a4e57; font-size: .94rem; line-height: 1.75; padding: 1.1rem 1.25rem; }
.faq-accordion .accordion-body a { color: var(--navy); font-weight: 600; text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 2px; text-underline-offset: 3px; }

/* ---------- Ön yüz rozet paleti (marka uyumu) ---------- */
.badge.text-bg-info { background-color: #6c98e1 !important; color: #fff !important; }
.badge.text-bg-warning { background-color: var(--gold) !important; color: var(--navy) !important; }
.badge.text-bg-danger { background-color: #a94448 !important; color: #fff !important; }
.badge.text-bg-success { background-color: #3a8f5d !important; color: #fff !important; }
.badge.rounded-pill.text-bg-info, .badge.rounded-pill.text-bg-warning { letter-spacing: .02em; font-size: .7rem; font-weight: 700; }

/* ---------- İçerik kartları ---------- */
.content-card {
    position: relative;
    background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
    overflow: hidden; box-shadow: var(--shadow-sm);
    transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
    height: 100%; display: flex; flex-direction: column;
}
.content-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(253, 228, 40, .55); }
.content-card::after {
    content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 4px;
    background: linear-gradient(90deg, var(--gold), #ffe95c); z-index: 2;
    transform: scaleX(0); transform-origin: left;
    transition: transform .35s var(--ease);
}
.content-card:hover::after { transform: scaleX(1); }
.card-cover { position: relative; display: block; aspect-ratio: 16/9.5; overflow: hidden; background: var(--navy); }
.card-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.content-card:hover .card-cover img { transform: scale(1.07); }
.card-cover::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(23, 25, 30, .55));
    opacity: 0; transition: opacity .3s var(--ease); pointer-events: none;
}
.content-card:hover .card-cover::after { opacity: 1; }
.card-badge {
    position: absolute; top: 14px; left: 14px; z-index: 2;
    background: var(--gold); color: var(--navy);
    padding: .32rem .85rem; border-radius: 100px; font-size: .72rem; font-weight: 800;
    letter-spacing: .02em; box-shadow: 0 4px 12px -3px rgba(224, 183, 61, .55);
    font-family: var(--font-head);
}
.card-cat {
    display: inline-flex; align-items: center; gap: .4rem;
    color: #a89a00; font-weight: 800; font-size: .74rem; text-transform: uppercase; letter-spacing: .1em;
}
.card-cat::before { content: ''; width: 16px; height: 2px; border-radius: 2px; background: var(--gold); }
.card-body { padding: 1.25rem 1.35rem 1.35rem; flex: 1; display: flex; flex-direction: column; }
.card-title { font-size: 1.06rem; line-height: 1.42; margin: .45rem 0 .55rem; letter-spacing: -.01em; }
.card-title a { color: var(--navy); background-image: linear-gradient(90deg, var(--gold), var(--gold)); background-repeat: no-repeat; background-size: 0% 2px; background-position: 0 100%; transition: background-size .3s var(--ease), color .2s; padding-bottom: 2px; }
.card-title a:hover { color: var(--navy-3); background-size: 100% 2px; }
.card-text { color: var(--muted); font-size: .88rem; flex: 1; line-height: 1.65; }
.card-meta { display: flex; gap: 1rem; flex-wrap: wrap; font-size: .78rem; color: var(--muted); margin-top: .85rem; padding-top: .8rem; border-top: 1px dashed var(--line); }
.card-meta i { color: #a89a00; margin-right: .25rem; }
.video-card .play-btn {
    position: absolute; inset: 0; margin: auto; width: 58px; height: 58px;
    background: rgba(253,228,40,.94); color: var(--navy); border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-size: 1.7rem;
    transition: transform .2s;
}
.video-card:hover .play-btn { transform: scale(1.12); }
.video-card .play-btn.pod { background: rgba(40,43,50,.88); color: var(--gold); }
.video-card .duration {
    position: absolute; bottom: 10px; right: 12px; background: rgba(0,0,0,.75);
    color: #fff; font-size: .74rem; padding: .18rem .5rem; border-radius: 6px;
}

/* ---------- Etkinlik kartları ---------- */
.event-card {
    display: flex; gap: 1.15rem; background: #fff; border: 1px solid var(--line);
    border-radius: var(--radius); padding: 1.2rem; box-shadow: var(--shadow-sm); height: 100%;
    transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.event-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: rgba(253, 228, 40, .45); }
.event-card .badge { color: #fff; font-weight: 700; font-size: .72rem; letter-spacing: .03em; padding: .38rem .8rem; border-radius: 100px; }
.event-date-chip {
    flex-shrink: 0; width: 68px; background: linear-gradient(160deg, var(--navy), var(--navy-3));
    border-radius: var(--radius-sm); color: #fff; text-align: center; padding: .7rem .3rem;
    display: flex; flex-direction: column; justify-content: center;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 6px 14px -6px rgba(24,27,33,.4);
    position: relative; overflow: hidden;
}
.event-date-chip::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--gold); }
.event-date-chip .day { font-size: 1.55rem; font-weight: 800; line-height: 1; font-family: var(--font-head); }
.event-date-chip .month { font-size: .7rem; text-transform: uppercase; color: var(--gold); font-weight: 800; margin-top: .3rem; letter-spacing: .06em; }
.event-card-body h3 { font-size: 1.02rem; line-height: 1.4; margin: .45rem 0; }
.event-card-body h3 a:hover { color: var(--navy-3); }

/* ---------- Uzman kartları ---------- */
.expert-card {
    display: flex; flex-direction: column; align-items: center; text-align: center;
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 1.7rem 1rem 1.5rem; box-shadow: var(--shadow-sm); color: var(--ink);
    transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.expert-card:hover { transform: translateY(-6px); color: var(--ink); box-shadow: var(--shadow-lg); border-color: rgba(253, 228, 40, .45); }
.expert-card img {
    width: 108px; height: 108px; border-radius: 50%; object-fit: cover; margin-bottom: .9rem;
    border: 3px solid #fff; outline: 3px solid var(--gold-soft);
    box-shadow: 0 8px 20px -8px rgba(40, 43, 50, .25);
    transition: transform .3s var(--ease), outline-color .3s;
}
.expert-card:hover img { transform: scale(1.04); outline-color: rgba(253, 228, 40, .6); }
.expert-card-row { flex-direction: row; text-align: left; align-items: center; gap: 1rem; padding: 1.1rem; }
.expert-card-row img { width: 72px; height: 72px; margin: 0; }
.expert-card-row i { color: var(--gold); }
.expert-card-lg { align-items: flex-start; text-align: left; }

/* ---------- Çalışma alanı çipleri ---------- */
.area-chip {
    display: flex; align-items: center; gap: .65rem;
    background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--area-color, var(--navy));
    border-radius: var(--radius-sm); padding: .85rem 1.05rem; color: var(--ink); font-weight: 600; font-size: .9rem;
    box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s var(--ease); height: 100%;
}
.area-chip:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); color: var(--navy); }
.area-chip i { color: var(--area-color, var(--navy)); font-size: 1.15rem; transition: transform .3s var(--ease); }
.area-chip:hover i { transform: scale(1.15); }
.area-chip.tall { flex-direction: column; align-items: flex-start; gap: .45rem; padding: 1.15rem; }
.area-chip.tall i { font-size: 1.6rem; }

/* ---------- Canlı veri kartları ---------- */
.live-card {
    position: relative; display: flex; flex-direction: column; gap: .35rem;
    background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--map-color, var(--navy));
    border-radius: var(--radius); padding: 1.45rem; color: var(--ink); box-shadow: var(--shadow-sm);
    transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.live-card:hover { transform: translateY(-5px); color: var(--ink); box-shadow: var(--shadow-lg); }
.live-card > i { font-size: 1.8rem; color: var(--map-color, var(--navy)); }
.live-dot {
    position: absolute; top: 1.05rem; right: 1.05rem;
    color: #a08a00; font-size: .68rem; font-weight: 800; letter-spacing: .1em;
}
.live-dot::before { content: ''; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #a08a00; margin-right: .35rem; animation: pulse 1.6s infinite; box-shadow: 0 0 0 0 rgba(160, 138, 0, .5); }
@keyframes pulse { 0% { opacity: 1; box-shadow: 0 0 0 0 rgba(160, 138, 0, .45); } 70% { opacity: .55; box-shadow: 0 0 0 7px rgba(160, 138, 0, 0); } 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(160, 138, 0, 0); } }
.dataset-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.25rem; box-shadow: var(--shadow-sm); height: 100%; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s; }
.dataset-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(253, 228, 40, .45); }
.live-map { height: 460px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); z-index: 1; }
.map-embed iframe { width: 100%; border: 0; border-radius: var(--radius); box-shadow: var(--shadow); min-height: 380px; }

/* ---------- CTA bandı — USPUM imzası: sarı bant, koyu metin ---------- */
.cta-band {
    background:
        radial-gradient(ellipse 50% 90% at 85% 10%, rgba(255, 255, 255, .35), transparent 55%),
        linear-gradient(120deg, var(--gold), #f4d900);
    padding: 58px 0;
    border-top: 1px solid rgba(40, 43, 50, .08);
}
.cta-title { color: var(--navy); letter-spacing: -.02em; }
.cta-text { color: #4a4e57; }
.newsletter-mini { background: linear-gradient(140deg, var(--navy), var(--navy-2)); border-radius: var(--radius); color: #fff; box-shadow: var(--shadow); border: 1px solid rgba(253, 228, 40, .2); }
.newsletter-mini .sidebar-title { color: var(--gold); }
.newsletter-mini p { color: #b8bcc4; }

/* ---------- Footer — premium widget düzeni ---------- */
.site-footer {
    background:
        radial-gradient(ellipse 55% 45% at 90% 0%, rgba(108, 152, 225, .1), transparent 60%),
        radial-gradient(ellipse 40% 40% at 5% 100%, rgba(253, 228, 40, .05), transparent 60%),
        var(--navy);
    color: #fff; margin-top: 64px; border-top: 4px solid var(--gold);
}
.footer-newsletter {
    background: rgba(0, 0, 0, .18);
    border-bottom: 1px solid rgba(255,255,255,.08); padding: 2.2rem 0;
}
.fn-title { color: #fff; font-size: 1.08rem; letter-spacing: .01em; margin-bottom: .35rem; }
.fn-title i { color: var(--gold); }
.fn-text { color: #9aa0a8; font-size: .85rem; }
.nl-inline-form { max-width: 540px; }
.nl-field { position: relative; }
.nl-field .form-control {
    background: #fff; border: none; border-radius: var(--radius-sm);
    padding: .78rem 3.8rem .78rem 1.1rem; color: var(--ink); font-size: .9rem; height: auto;
    box-shadow: 0 6px 18px -8px rgba(0, 0, 0, .45);
}
.nl-field .form-control:focus { box-shadow: 0 0 0 3px rgba(253,228,40,.4); }
.nl-submit {
    position: absolute; top: 5px; right: 5px; bottom: 5px; width: 46px;
    border: none; border-radius: 8px; background: var(--gold); color: var(--navy);
    font-size: 1.02rem; display: inline-flex; align-items: center; justify-content: center;
    transition: background .2s, transform .2s var(--ease);
}
.nl-submit:hover { background: var(--gold-2); color: var(--navy); transform: scale(1.04); }
.fn-consent { display: flex; gap: .45rem; align-items: flex-start; color: #9aa0a8; font-size: .76rem; margin-top: .65rem; line-height: 1.5; }
.fn-consent input { margin-top: .18rem; accent-color: var(--gold); flex: 0 0 auto; }
.footer-widgets { padding: 3.3rem 0 2.5rem; }
.footer-title {
    color: #fff; font-size: .95rem; letter-spacing: .03em; font-weight: 700;
    margin: 0 0 1.15rem; padding-bottom: .75rem; position: relative;
}
.footer-title::after {
    content: ''; position: absolute; left: 0; bottom: 0;
    width: 34px; height: 3px; border-radius: 3px;
    background: linear-gradient(90deg, var(--gold), rgba(253, 228, 40, .2));
}
.footer-about { color: #9aa0a8; font-size: .88rem; line-height: 1.8; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links a {
    display: block; color: #b8bcc4; font-size: .87rem; padding: .32rem 0;
    transition: color .2s, padding-left .25s var(--ease);
}
.footer-links a::before {
    content: '\F285'; font-family: 'bootstrap-icons';
    font-size: .58rem; color: var(--gold); margin-right: .5rem; vertical-align: .15em;
}
.footer-links a:hover { color: var(--gold); padding-left: .45rem; }
.footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-contact li { display: flex; gap: .65rem; color: #b8bcc4; font-size: .85rem; margin-bottom: .8rem; line-height: 1.55; }
.footer-contact i { color: var(--gold); font-size: 1rem; margin-top: .12rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 1.15rem 0 1.3rem; background: rgba(0, 0, 0, .14); }
.footer-bottom-in { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .8rem 1.4rem; }
.footer-bottom .copyright { color: #9aa0a8; font-size: .82rem; }
.legal-links { list-style: none; display: flex; flex-wrap: wrap; gap: .3rem 1.15rem; margin: 0; padding: 0; }
.legal-links a { color: #9aa0a8; font-size: .8rem; transition: color .2s; }
.legal-links a:hover { color: var(--gold); }
.footer-socials { display: flex; gap: .55rem; }
.footer-social {
    display: inline-flex; align-items: center; justify-content: center;
    width: 38px; height: 38px; border-radius: 11px;
    border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.05);
    color: #c9ccd2; font-size: .98rem;
    transition: all .25s var(--ease);
}
.footer-social:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); transform: translateY(-3px); box-shadow: 0 8px 18px -6px rgba(224, 183, 61, .5); }

/* ---------- Yukarı dön ---------- */
.btn-top {
    position: fixed; right: 22px; bottom: 22px; z-index: 1500;
    width: 46px; height: 46px; border-radius: 13px; border: none;
    background: var(--navy); color: var(--gold); font-size: 1.05rem;
    box-shadow: 0 10px 26px -8px rgba(0,0,0,.45);
    opacity: 0; visibility: hidden; transform: translateY(10px);
    transition: all .3s var(--ease);
}
.btn-top.show { opacity: 1; visibility: visible; transform: none; }
.btn-top:hover { background: var(--gold); color: var(--navy); transform: translateY(-3px); }

/* ---------- Breadcrumb ---------- */
.breadcrumb-wrap { background: #fff; border-bottom: 1px solid var(--line); padding: .85rem 0; }
.breadcrumb-item a { color: var(--muted); font-weight: 600; font-size: .84rem; transition: color .2s; }
.breadcrumb-item a:hover { color: var(--navy); }
.breadcrumb-item.active { color: var(--navy); font-weight: 700; font-size: .84rem; }
.breadcrumb-wrap .breadcrumb-item + .breadcrumb-item::before { color: var(--gold); font-weight: 800; }

/* ---------- Sayfa başlıkları ---------- */
.page-head { }
.section-head .section-title, .page-head .section-title {
    position: relative; padding-bottom: .7rem;
}
.section-head .section-title::after, .page-head .section-title::after {
    content: ''; position: absolute; left: 0; bottom: 0;
    width: 54px; height: 4px; border-radius: 4px;
    background: linear-gradient(90deg, var(--gold), rgba(253, 228, 40, .25));
}
.cat-tabs { display: flex; flex-wrap: wrap; gap: .5rem; }
.cat-tabs a {
    padding: .5rem 1.15rem; border-radius: 100px; background: #fff;
    border: 1px solid var(--line); color: var(--ink); font-weight: 600;
    font-family: var(--font-head); font-size: .8rem;
    transition: all .2s var(--ease); box-shadow: var(--shadow-sm);
}
.cat-tabs a:hover { border-color: var(--navy); color: var(--navy); transform: translateY(-2px); }
.cat-tabs a.active { background: var(--navy); border-color: var(--navy); color: var(--gold); box-shadow: 0 6px 16px -6px rgba(24, 27, 33, .4); }

.filter-bar {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 1.05rem; box-shadow: var(--shadow-sm);
}
.sidebar-box {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 1.35rem; box-shadow: var(--shadow-sm);
}
.sidebar-title { font-size: .95rem; color: var(--navy); border-bottom: 2px solid var(--line-soft); padding-bottom: .65rem; margin-bottom: 1rem; position: relative; }
.sidebar-title::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 42px; height: 2px; background: var(--gold); }
.cat-list { list-style: none; padding: 0; }
.cat-list li a {
    display: flex; justify-content: space-between; align-items: center;
    padding: .5rem .6rem; border-radius: 8px; color: var(--ink); font-size: .9rem; font-weight: 500;
}
.cat-list li a:hover { background: var(--bg); }
.cat-list li.active a { background: var(--navy); color: #fff; }
.cat-list li a span { font-size: .76rem; background: var(--bg); border-radius: 100px; padding: .1rem .55rem; }
.cat-list li.active a span { background: rgba(255,255,255,.15); }
.popular-list { list-style: none; padding: 0; margin: 0; }
.popular-list li { border-bottom: 1px dashed var(--line); }
.popular-list li:last-child { border: none; }
.popular-list li a { display: block; padding: .65rem 0; color: var(--ink); }
.popular-list li a strong { display: block; font-weight: 600; line-height: 1.45; }
.popular-list li a span { display: block; margin-top: .15rem; }
.popular-list li a:hover strong { color: var(--navy); text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 2px; text-underline-offset: 3px; }

/* ---------- Makale detay ---------- */
.article-full { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(1.2rem, 3vw, 2.6rem); }
.article-title { font-size: clamp(1.5rem, 3vw, 2.2rem); line-height: 1.25; letter-spacing: -.015em; margin: .6rem 0 .9rem; }
.article-excerpt { color: var(--muted); font-size: 1.05rem; line-height: 1.65; }
.article-meta { color: var(--muted); font-size: .85rem; }
.article-authors { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.1rem; }
.author-chip {
    display: inline-flex; align-items: center; gap: .55rem;
    background: var(--bg); border: 1px solid var(--line); border-radius: 100px;
    padding: .3rem .9rem .3rem .35rem; font-size: .84rem; font-weight: 600; color: var(--navy);
}
.author-chip img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; }
.article-cover img { border-radius: var(--radius); width: 100%; }
.article-content {
    font-family: var(--font-body);
    font-size: 1.02rem; line-height: 1.85; color: #222;
}
.article-content h2, .article-content h3 { font-family: var(--font-head); margin: 1.6rem 0 .7rem; }
.article-content img { border-radius: 4px; }
.article-content blockquote { border-left: 4px solid var(--gold); background: var(--bg); padding: 1rem 1.4rem; border-radius: 0 4px 4px 0; font-style: italic; }
.article-content table { width: 100%; border-collapse: collapse; margin: 1.2rem 0; }
.article-content table th, .article-content table td { border: 1px solid var(--line); padding: .55rem .8rem; font-family: var(--font-head); font-size: .92rem; }
.article-content table th { background: var(--bg); }
.share-btn {
    display: inline-flex; align-items: center; justify-content: center;
    width: 34px; height: 34px; border-radius: 9px; background: var(--bg); color: var(--navy); font-size: .95rem;
}
.share-btn:hover { color: #fff; }
.share-btn.wa:hover { background: #25d366; } .share-btn.x:hover { background: #111; }
.share-btn.fb:hover { background: #1877f2; } .share-btn.li:hover { background: #0a66c2; }
.share-btn.tg:hover { background: #229ed9; } .share-btn.em:hover { background: var(--navy); }
.content-tools .font-controls button { padding: 0 .55rem; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: .45rem; align-items: center; color: var(--muted); font-size: .9rem; }
.tag-chip { background: var(--bg); border: 1px solid var(--line); border-radius: 100px; padding: .3rem .9rem; font-size: .82rem; font-weight: 600; color: var(--navy-3); }
.tag-chip:hover { background: var(--navy); color: #fff; }
.tag-chip.static { cursor: default; color: var(--ink); }
.tag-chip.static:hover { background: var(--bg); color: var(--ink); }
.bibliography { background: var(--bg); border-radius: var(--radius); padding: 1.2rem 1.4rem; }
.bibliography h6 { color: var(--navy); }
.ref-item { font-size: .85rem; color: var(--muted); margin-bottom: .3rem; padding-left: 1rem; text-indent: -1rem; }
.report-download-box {
    background: linear-gradient(120deg, var(--navy), var(--navy-2)); color: #fff;
    border-radius: var(--radius); padding: 1.3rem 1.5rem; margin: 1.4rem 0;
    border: 1px solid rgba(253,228,40,.25);
}
.report-download-box strong { color: #fff; }
.report-download-box .text-body-secondary,
.report-download-box .small { color: rgba(255,255,255,.72) !important; }
.report-download-box hr { border-color: rgba(255,255,255,.18); opacity: 1; }
.report-download-box .btn-outline-light { border-color: rgba(255,255,255,.5); color: #fff; }
.report-download-box .btn-outline-light:hover { background: #fff; color: var(--navy); }
.report-files-soon { display: inline-flex; align-items: center; color: rgba(255,255,255,.85); font-size: .88rem; font-weight: 600; padding: .45rem .9rem; border: 1px dashed rgba(255,255,255,.35); border-radius: 100px; }
.report-pdf-icon { font-size: 2.4rem; color: var(--gold); }
.policy-section { border-bottom: 1px dashed var(--line); padding: 1rem 0; }
.policy-section h5 { color: var(--navy-3); font-size: 1rem; }
.policy-section p { color: #4a4e57; margin: 0; }
.gallery-thumb { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 10px; cursor: zoom-in; transition: opacity .2s; }
.gallery-thumb:hover { opacity: .85; }
.speaker-card { display: flex; align-items: center; gap: .9rem; background: var(--bg); border-radius: 12px; padding: .8rem 1rem; }
.speaker-card img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.event-info-box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; box-shadow: var(--shadow); }
.event-info-list { list-style: none; padding: 0; }
.event-info-list li { display: flex; gap: .8rem; padding: .6rem 0; border-bottom: 1px dashed var(--line); }
.event-info-list i { color: var(--gold); font-size: 1.1rem; }
.event-info-list strong { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); }
.event-info-list span { font-size: .92rem; font-weight: 600; }
.profile-box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow); text-align: center; position: sticky; top: 90px; }
.profile-photo { width: 150px; height: 150px; border-radius: 50%; object-fit: cover; border: 4px solid var(--bg); box-shadow: 0 6px 20px rgba(40,43,50,.15); margin-bottom: 1rem; }
.profile-meta { list-style: none; padding: 0; text-align: left; }
.profile-meta li { display: flex; align-items: center; gap: .6rem; padding: .45rem 0; font-size: .88rem; border-bottom: 1px dashed var(--line); }
.profile-meta i { color: var(--gold); }
.timeline-list { list-style: none; padding: 0; border-left: 2px solid var(--line); padding-left: 1.2rem; }
.timeline-list li { position: relative; padding: .35rem 0; }
.timeline-list li::before {
    content: ''; position: absolute; left: -1.53rem; top: .8rem;
    width: 10px; height: 10px; border-radius: 50%; background: var(--gold);
}
.static-page .article-content { min-height: 200px; }
.contact-list { list-style: none; padding: 0; }
.contact-list li { display: flex; gap: 1rem; padding: .7rem 0; border-bottom: 1px dashed var(--line); }
.contact-list i { color: var(--gold); font-size: 1.3rem; }
.contact-list strong { display: block; font-size: .78rem; text-transform: uppercase; color: var(--muted); letter-spacing: .06em; }
.podcast-player { background: linear-gradient(120deg, var(--navy), var(--navy-2)); border-radius: var(--radius); padding: 2rem; text-align: center; }
.podcast-player i { font-size: 2.4rem; color: var(--gold-2); display: block; margin-bottom: 1rem; }

/* ---------- Takvim ---------- */
.calendar-toolbar strong { color: var(--navy); }
.calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.calendar-head { text-align: center; font-weight: 800; color: var(--muted); font-size: .78rem; text-transform: uppercase; padding: .5rem 0; }
.calendar-cell {
    background: #fff; border: 1px solid var(--line); border-radius: 10px;
    min-height: 96px; padding: .4rem; font-size: .78rem;
}
.calendar-cell.empty { background: transparent; border-style: dashed; opacity: .4; }
.calendar-cell.today { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(253,228,40,.25); }
.cal-day { font-weight: 800; color: var(--muted); }
.calendar-cell.today .cal-day { color: var(--gold); }
.cal-event {
    display: flex; align-items: center; gap: .3rem; margin-top: .25rem;
    background: var(--bg); border-radius: 6px; padding: .18rem .4rem;
    color: var(--navy); font-weight: 600; font-size: .72rem; overflow: hidden; white-space: nowrap;
}
.cal-event:hover { background: var(--navy); color: #fff; }
.cal-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ev-color, var(--navy)); flex-shrink: 0; }
.agenda-day { display: flex; gap: 1.2rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem 1.2rem; margin-bottom: .7rem; }
.agenda-day.has-events { border-left: 4px solid var(--gold); }
.agenda-date { flex-shrink: 0; width: 130px; font-weight: 800; color: var(--navy); }
.agenda-date small { display: block; color: var(--muted); font-weight: 600; }
.agenda-events { display: flex; flex-direction: column; gap: .45rem; flex: 1; }
.agenda-event { border-left: 3px solid var(--ev-color, var(--navy)); padding: .3rem .8rem; background: var(--bg); border-radius: 0 8px 8px 0; color: var(--ink); }
.agenda-event:hover { background: var(--navy); color: #fff; }

/* ---------- Kurul hero ---------- */
.committee-hero {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-3) 100%);
    padding: 60px 0; color: #fff;
}
.committee-icon {
    width: 64px; height: 64px; border-radius: 16px; flex-shrink: 0;
    background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15);
    display: flex; align-items: center; justify-content: center;
    color: var(--gold-2); font-size: 1.7rem;
}
.committee-icon.lg { width: 78px; height: 78px; font-size: 2rem; }
.committee-card {
    display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line);
    border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow); color: var(--ink);
    transition: transform .2s, box-shadow .2s;
}
.committee-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); color: var(--ink); }
.committee-card h3 { font-size: 1.08rem; margin: .9rem 0 .4rem; }
.committee-icon:not(.lg) {
    width: 52px; height: 52px; border-radius: 13px; font-size: 1.4rem;
    background: linear-gradient(135deg, var(--navy), var(--navy-3));
    display: inline-flex; align-items: center; justify-content: center;
}
.committee-meta { display: flex; gap: 1rem; font-size: .78rem; color: var(--muted); margin-top: .8rem; border-top: 1px dashed var(--line); padding-top: .8rem; }

/* ---------- Kütüphane ---------- */
.library-list { display: flex; flex-direction: column; gap: 1rem; }
.library-item {
    display: flex; gap: 1.3rem; align-items: flex-start;
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 1.2rem; box-shadow: var(--shadow); transition: box-shadow .2s;
}
.library-item:hover { box-shadow: var(--shadow-lg); }
.lib-cover img { width: 92px; height: 122px; object-fit: cover; border-radius: 4px; box-shadow: 0 4px 14px rgba(40,43,50,.15); }
.lib-body { flex: 1; }
.lib-body h3 { font-size: 1.02rem; margin: .35rem 0 .3rem; }
.lib-actions { display: flex; flex-direction: column; gap: .4rem; }

/* ---------- Arama sonuçları ---------- */
.search-result { display: block; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 1rem 1.3rem; margin-bottom: .6rem; color: var(--ink); }
.search-result:hover { border-color: var(--navy-3); color: var(--ink); }
.search-result strong { color: var(--navy); }

/* ---------- Org chart ---------- */
.orgchart { overflow-x: auto; padding: 10px 0 30px; }
.org-node { display: flex; flex-direction: column; align-items: center; }
.org-card {
    background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--gold);
    border-radius: 12px; padding: .9rem 1.4rem; box-shadow: var(--shadow);
    text-align: center; min-width: 200px;
}
.org-title { font-weight: 800; color: var(--navy); font-size: .95rem; }
.org-person { font-size: .82rem; color: var(--navy-3); font-weight: 600; margin-top: .2rem; }
.org-desc { font-size: .74rem; color: var(--muted); }
.org-children {
    display: flex; gap: 1.4rem; margin-top: 1.4rem; position: relative; padding-top: 1.4rem; justify-content: center; flex-wrap: wrap;
}
.org-children::before { content: ''; position: absolute; top: 0; left: 50%; width: 2px; height: 1.4rem; background: var(--line); }

/* ---------- Çerez banner ---------- */
.cookie-banner {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 2500;
    background: rgba(40,43,50,.98); color: #fff; padding: 1.1rem 0;
    box-shadow: 0 -8px 30px rgba(0,0,0,.25); backdrop-filter: blur(8px);
}
.cookie-banner .btn-close-search { display: none; }
.cookie-options label { margin: 0; color: #b8bcc4; }
.cookie-options label.disabled { opacity: .55; }

/* ---------- Empty state ---------- */
.empty-state { text-align: center; padding: 4rem 1rem; color: var(--muted); }
.empty-state i { font-size: 3.2rem; opacity: .4; }
.empty-state h5 { margin: 1rem 0; }

/* ---------- Koyu okuma modu ---------- */
body.reading-dark { background: #17191d; }
body.reading-dark .article-full { background: #1e2126; }
body.reading-dark .article-content { color: #c9cdd4; }
body.reading-dark .article-title, body.reading-dark h5 { color: #eceef2; }

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
    .hero-inner { padding: 68px 0 88px; }
    .hero-title { font-size: clamp(1.85rem, 7.2vw, 2.6rem); }
    .hero-subtitle { font-size: 1.02rem; }
    .section { padding: 54px 0; }
    .mega-menu { display: none; }
    .mainnav { display: none; }
    .footer-widgets { padding: 2.4rem 0 1.8rem; }
    .footer-bottom-in { justify-content: center; text-align: center; }
    .stats-band { padding: 44px 0; }
    .stat-item { margin-bottom: 1.6rem; }
    .stat-item:last-child { margin-bottom: 0; }
    .btn-top { right: 16px; bottom: 16px; width: 42px; height: 42px; }
}
@media (max-width: 767.98px) {
    .library-item { flex-direction: column; }
    .lib-actions { flex-direction: row; }
    .agenda-day { flex-direction: column; gap: .5rem; }
    .agenda-date { width: auto; }
    .calendar-cell { min-height: 64px; }
    .cal-event { display: none; }
    .calendar-cell.has-ev::after { content: '•'; color: var(--gold); font-size: 1.2rem; display: block; text-align: center; }

    /* — Mobil tipografi & ritim — */
    .section { padding: 44px 0; }
    .section-head { margin-bottom: 1.9rem; }
    .section-title { font-size: clamp(1.42rem, 6vw, 1.8rem); }
    .section-lead { font-size: .93rem; }

    /* — Hero: kompakt + tam genişlik butonlar — */
    .hero-inner { padding: 54px 0 76px; }
    .hero-badge { font-size: .74rem; padding: .38rem .9rem; margin-bottom: 1.1rem; }
    .hero-subtitle { font-size: .95rem; margin-top: .9rem; }
    .hero .btn-lg {
        display: flex; width: 100%; justify-content: center;
        padding: .85rem 1.2rem; font-size: .86rem; min-height: 48px;
    }
    .hero .d-flex.flex-wrap.gap-3 { gap: .65rem !important; }

    /* — Kartlar: dokunmatik dostu — */
    .card-body { padding: 1.05rem 1.1rem 1.15rem; }
    .card-title { font-size: 1rem; }
    .content-card, .event-card, .kpi-card, .expert-card, .vm-card, .dataset-card, .live-card { border-radius: 12px; }
    .event-card { padding: 1rem; gap: .9rem; }
    .event-date-chip { width: 58px; padding: .55rem .2rem; }
    .event-date-chip .day { font-size: 1.3rem; }

    /* — Form & filtre — */
    .filter-bar { padding: .9rem; }
    .filter-bar .form-control, .filter-bar .form-select { min-height: 46px; }
    .filter-bar .btn { min-height: 46px; width: 100%; }

    /* — Footer mobil — */
    .site-footer { margin-top: 44px; }
    .footer-widgets { padding: 2.2rem 0 1.6rem; }
    .footer-title { margin-top: 1.4rem; }
    .footer-widgets .col-lg-4 .footer-title { margin-top: 0; }
    .footer-newsletter { padding: 1.7rem 0; }
    .fn-title { font-size: 1rem; }
    .nl-field .form-control { padding: .72rem 3.6rem .72rem 1rem; }
    .footer-links a { padding: .42rem 0; }
    .footer-bottom-in { flex-direction: column; gap: .9rem; }
    .legal-links { justify-content: center; }

    /* — Cookie banner: butonlar tam genişlik — */
    .cookie-banner .d-flex.flex-wrap { flex-direction: column; align-items: stretch !important; }
    .cookie-banner .d-flex.gap-2 { width: 100%; }
    .cookie-banner .d-flex.gap-2 .btn { flex: 1; min-height: 46px; }

    /* — Sayfalama & boş durum — */
    .pagination { justify-content: center; flex-wrap: wrap; }
    .pagination .page-link { min-width: 42px; min-height: 42px; }
    .empty-state { padding: 3rem 1rem; }

    /* — Kart ızgaraları aralığı — */
    .row.g-4 { --bs-gutter-x: 1rem; }

    /* — Mobil menü — */
    .mobile-nav { max-width: 86vw; }
    .mobile-menu > li > a { padding: .9rem .1rem; min-height: 48px; }
}
@media print {
    .topbar, .mainnav, .site-footer, .cookie-banner, .content-tools, .share-box, .breadcrumb-wrap, .sidebar-box, .read-progress { display: none !important; }
    body { background: #fff; }
    .article-full { box-shadow: none; }
}

/* ---------- USPUM uyum ayarları ---------- */
@media (max-width: 1499.98px) {
    .nav-admin-link { display: none; }
}
@media (max-width: 1399.98px) {
    .mainmenu > li > a { font-size: .74rem; padding: 1rem .55rem; letter-spacing: .02em; }
}
@media (max-width: 1199.98px) {
    .mainmenu > li > a { font-size: .7rem; padding: 1rem .45rem; }
    .btn-icon-search { width: 34px; height: 34px; }
}
.cta-band .form-control { border: none; }

/* ---------- Formlar ---------- */
.form-control, .form-select {
    border-color: #dfe2e6; border-radius: var(--radius-sm); padding: .66rem 1rem;
    font-size: .92rem; color: var(--ink); background-color: #fff;
    transition: border-color .2s, box-shadow .2s;
}
.form-control:focus, .form-select:focus {
    border-color: var(--navy-3); box-shadow: 0 0 0 3px rgba(253,228,40,.3);
}
.form-label { font-family: var(--font-head); font-weight: 600; font-size: .85rem; color: var(--navy); }
.form-check-input:checked { background-color: var(--navy); border-color: var(--navy); }
.form-check-input:focus { box-shadow: 0 0 0 3px rgba(253,228,40,.3); border-color: var(--gold); }

/* ---------- Sayfalama ---------- */
.pagination { gap: .4rem; }
.pagination .page-link {
    color: var(--navy); border: 1px solid var(--line);
    font-family: var(--font-head); font-weight: 700; font-size: .84rem;
    min-width: 40px; text-align: center; border-radius: var(--radius-sm) !important;
    padding: .5rem .78rem; transition: all .2s var(--ease); box-shadow: var(--shadow-sm);
}
.pagination .page-link:hover { background: var(--navy); border-color: var(--navy); color: #fff; transform: translateY(-2px); }
.pagination .page-item.active .page-link {
    background: linear-gradient(135deg, var(--gold), #f4d900); border-color: transparent;
    color: var(--navy); box-shadow: 0 6px 16px -6px rgba(224, 183, 61, .55);
}
.pagination .page-item.disabled .page-link { color: #b5b9c0; background: #fff; box-shadow: none; }

/* ---------- Satır içi kod (API dökümanı + içerik) — kurumsal çip ---------- */
main code {
    background: rgba(40, 43, 50, .93); color: #f5e97a;
    padding: .15em .45em; border-radius: 6px; font-size: .86em;
}
main pre code { background: transparent; color: var(--ink); padding: 0; font-size: 1em; }
main pre.bg-light, main pre.bg-light.border { background: #f4f5f7 !important; border-color: var(--line) !important; }

/* ---------- Erişilebilirlik ve hareket tercihi ---------- */
a:focus-visible, button:focus-visible, .form-control:focus-visible, .form-select:focus-visible, [tabindex]:focus-visible {
    outline: 2px solid var(--gold); outline-offset: 2px;
}

/* ---------- Scroll reveal (JS ekler, JS yoksa içerik görünür kalır) ---------- */
main.reveal-on [data-reveal] {
    opacity: 0; transform: translateY(22px);
    transition: opacity .65s var(--ease), transform .65s var(--ease);
    transition-delay: var(--rd, 0s);
    will-change: opacity, transform;
}
main.reveal-on [data-reveal].revealed { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    main.reveal-on [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important; animation-iteration-count: 1 !important;
        transition-duration: .01ms !important; scroll-behavior: auto !important;
    }
}

/* =====================================================
   RESPONSIVE & DEVICE A-Z (v2.2) — mobil + masaüstü tam optimizasyon
   ===================================================== */

/* — Akışkan taban tipografi: cihazlar arasında kademeli ölçek — */
html { font-size: clamp(15px, .3vw + 14.3px, 16.4px); }
@media (min-width: 992px) { html { scroll-padding-top: 76px; } } /* sticky nav yüksekliği kadar başlık payı */

/* — Medya taşma & CLS koruması — */
html { overflow-x: clip; } /* negatif gutter'lı .row'larda 12px hayalet taşmayı keser */
main img { max-width: 100%; }
.article-content img { height: auto; }
.article-content iframe, .article-content video, .article-content embed, .article-content object { max-width: 100%; border-radius: 8px; }
.article-content pre { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.article-content td, .article-content th { word-break: break-word; }
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }

/* — Uzun kelime/başlık taşma koruması — */
h1, h2, h3, h4, h5, .card-title, .hero-title, .section-title { overflow-wrap: break-word; }

/* — Dokunmatik cihazlarda hover kaldırma efektleri yapışmasın — */
@media (hover: none) {
    .btn-accent:hover, .btn-navy:hover, .btn-outline-navy:hover, .btn-outline-accent:hover,
    .hero-mini-card:hover, .vm-card:hover, .kpi-card:hover, .expert-card:hover,
    .content-card:hover, .event-card:hover, .dataset-card:hover, .live-card:hover,
    .pagination .page-link:hover, .stat-item:hover .stat-icon { transform: none; }
    .pagination .page-link:hover { background: var(--bg); border-color: var(--line); color: var(--navy); }
}

/* — Güvenli alan çentikleri (iPhone notch / home bar) — */
.cookie-banner { padding-bottom: calc(1.1rem + env(safe-area-inset-bottom, 0px)); }
.btn-top { bottom: calc(16px + env(safe-area-inset-bottom, 0px)); }
.mobile-nav .offcanvas-header { padding-top: calc(1.1rem + env(safe-area-inset-top, 0px)); }
.site-footer { padding-bottom: env(safe-area-inset-bottom, 0px); }

/* — Dinamik viewport: mobil hero'da adres çubuğu sıçraması yok — */
@supports (height: 100svh) {
    @media (max-width: 991.98px) { .hero { min-height: 100svh; display: flex; align-items: center; } .hero-inner { width: 100%; } }
}

/* — Telefon (≤575.98px) — */
@media (max-width: 575.98px) {
    .hero-inner { padding: 44px 0 64px; }
    .hero-title { font-size: clamp(1.62rem, 8.4vw, 2.05rem); }
    .hero-subtitle { font-size: .92rem; }
    .hero-cards { gap: .65rem; }
    .hero-mini-card { padding: .8rem .9rem; }
    .hero-mini-card strong { font-size: .88rem; }
    .section { padding: 38px 0; }
    .section-title { font-size: clamp(1.3rem, 5.8vw, 1.62rem); }
    .section-lead { font-size: .9rem; }
    .stat-value { font-size: clamp(1.7rem, 9vw, 2.1rem); }
    .stat-label { font-size: .78rem; }
    .event-card { flex-direction: column; align-items: stretch; }
    .event-date-chip { width: 100%; flex-direction: row; justify-content: center; gap: .4rem; padding: .5rem; }
    .event-date-chip .day, .event-date-chip .month { display: inline; font-size: .95rem; }
    .share-btn { width: 40px; height: 40px; font-size: 1rem; }
    .content-tools { gap: .5rem; flex-wrap: wrap; }
    .content-tools .btn { flex: 1 1 auto; min-height: 42px; }
    .breadcrumb-wrap { padding: .62rem 0; }
    .breadcrumb-wrap .breadcrumb { font-size: .8rem; flex-wrap: wrap; }
    .article-content { font-size: .97rem; line-height: 1.8; }
    .article-content h2 { font-size: 1.22rem; margin: 1.35rem 0 .55rem; }
    .article-content h3 { font-size: 1.08rem; }
    .article-content blockquote { padding: .85rem 1rem; font-size: .93rem; }
    main code { word-break: break-word; }
    .agenda-day { padding: .8rem .9rem; }
    .org-children { gap: .8rem; }
    .btn-top { right: 12px; width: 44px; height: 44px; font-size: 1rem; }
    .modal-fullscreen-sm-down { --bs-modal-width: 100vw; }
}

/* — Çok küçük telefon (≤374.98px) — */
@media (max-width: 374.98px) {
    .hero-title { font-size: 1.5rem; }
    .hero .btn-lg { font-size: .82rem; padding: .78rem 1rem; }
    .section-title { font-size: 1.26rem; }
    .brandbar .btn { padding: .4rem .6rem; }
    .footer-bottom-in { font-size: .78rem; }
}

/* — Yatay kısa telefonlar (oyun konsolu viewports dahil) — */
@media (max-height: 460px) and (orientation: landscape) {
    .hero-inner { padding: 24px 0 40px; }
    .hero-badge { margin-bottom: .6rem; }
    .section { padding: 28px 0; }
    .hero-scroll { display: none; }
}

/* — Geniş masaüstü (≥1400px): nefes payı ve maksimum satır genişliği — */
@media (min-width: 1400px) {
    .hero-inner { padding: 128px 0 148px; }
    .section { padding: 88px 0; }
    .article-full { max-width: 880px; margin-inline: auto; }
}
@media (min-width: 1600px) {
    .section { padding: 96px 0; }
}

/* — Yüksek FPS dokunmatik kaydırma + momentum — */
main { -webkit-overflow-scrolling: touch; }

/* — İçerik tabloları: mobilde yatay kaydırma (JS .table-scroll sarmalar) — */
@media (max-width: 767.98px) {
    .article-content table { display: block; overflow-x: auto; white-space: nowrap; }
    .table-scroll table { display: table; white-space: normal; }
    .table-scroll { margin: 1.2rem 0; }
    .article-content .table-scroll { margin: 1.2rem 0; }
}
