/*
Theme Name: FeDeR
Theme URI: https://feder.org.tr
Author: FeDeR
Description: Fenerbahçeliler Derneği (FeDeR) için modern, mobil uyumlu kurumsal tema. Lacivert & sarı kurumsal kimlik; haberler, etkinlikler, kurullar ve üyelik yapısına uygun.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: feder
*/

/* ============================================================
   Değişkenler / Palet
   ============================================================ */
:root {
  --navy-950: #040b1c;
  --navy-900: #071534;
  --navy-800: #0b2050;
  --navy-700: #12306e;
  --navy-600: #1b4194;
  --navy-200: #c3d0ec;
  --navy-100: #e3eaf8;
  --navy-50: #f2f5fc;
  --gold-500: #ffd100;
  --gold-400: #ffdb33;
  --gold-300: #ffe466;
  --white: #ffffff;
  --ink: #04102a;
  --font-sans: 'Manrope', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-display: 'Archivo', var(--font-sans);
  --wrap: 1180px;
  --radius: 16px;
}

/* ============================================================
   Sıfırlama / Temel
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
html, body { overflow-x: hidden; max-width: 100%; }
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy-700); text-decoration: none; }
a:hover { color: var(--navy-600); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 800; line-height: 1.15; color: var(--navy-950); margin: 0 0 .5em; }
p { margin: 0 0 1em; }
button { font-family: inherit; cursor: pointer; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.stripes { background-image: repeating-linear-gradient(-55deg, rgba(255,255,255,.035) 0, rgba(255,255,255,.035) 1px, transparent 1px, transparent 14px); }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* ============================================================
   Butonlar / Rozetler
   ============================================================ */
.btn { display: inline-block; border-radius: 12px; padding: 14px 24px; font-family: var(--font-display); font-weight: 800; font-size: 15px; transition: .18s; border: 2px solid transparent; }
.btn-gold { background: var(--gold-500); color: var(--navy-950); box-shadow: 0 10px 25px -10px rgba(255,209,0,.5); }
.btn-gold:hover { background: var(--gold-400); color: var(--navy-950); }
.btn-navy { background: var(--navy-900); color: #fff; }
.btn-navy:hover { background: var(--navy-800); color: #fff; }
.btn-outline { border-color: var(--navy-200); color: var(--navy-800); background: #fff; }
.btn-outline:hover { border-color: var(--navy-900); background: var(--navy-900); color: #fff; }
.btn-ghost { border-color: rgba(255,255,255,.25); color: #fff; }
.btn-ghost:hover { border-color: var(--gold-500); color: var(--gold-400); }

.badge { display: inline-flex; align-items: center; background: var(--gold-500); color: var(--navy-950); font-family: var(--font-display); font-weight: 800; text-transform: uppercase; letter-spacing: .04em; border-radius: 999px; padding: 3px 10px; font-size: 10px; }
.badge-md { padding: 5px 14px; font-size: 12px; }

/* ============================================================
   Başlık / Header
   ============================================================ */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--navy-900); box-shadow: 0 10px 30px -12px rgba(4,11,28,.6); }
.topbar { display: none; border-bottom: 1px solid rgba(255,255,255,.1); }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; height: 38px; font-size: 12px; color: rgba(255,255,255,.6); }
.topbar a { color: rgba(255,255,255,.6); }
.topbar a:hover { color: var(--gold-400); }
.topbar .socials { display: flex; gap: 10px; align-items: center; }
.topbar .socials a { color: rgba(255,255,255,.5); display: inline-flex; }
.topbar .socials a:hover { color: var(--gold-400); }

.header-main { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { height: 46px; width: auto; }
.brand .brand-mark { height: 46px; width: 46px; border-radius: 999px; background: var(--gold-500); color: var(--navy-950); font-family: var(--font-display); font-weight: 900; font-size: 20px; display: grid; place-items: center; }
.brand b { display: block; font-family: var(--font-display); font-weight: 900; color: #fff; font-size: 19px; letter-spacing: -.01em; line-height: 1.1; }
.brand span { display: block; font-size: 11px; color: rgba(255,255,255,.6); line-height: 1.1; }

/* Ana menü */
.main-nav { display: none; }
.main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 2px; }
.main-nav li { position: relative; }
.main-nav a { display: flex; align-items: center; gap: 5px; padding: 9px 13px; border-radius: 10px; color: rgba(255,255,255,.85); font-weight: 600; font-size: 15px; }
.main-nav a:hover, .main-nav .current-menu-item > a, .main-nav .current_page_item > a { background: rgba(255,255,255,.1); color: var(--gold-400); }
.main-nav .menu-item-has-children > a::after { content: '▾'; font-size: 11px; opacity: .6; }
.main-nav ul ul { position: absolute; left: 0; top: 100%; min-width: 220px; background: #fff; border: 1px solid var(--navy-100); border-radius: var(--radius); box-shadow: 0 20px 40px -12px rgba(4,11,28,.25); padding: 8px; display: none; flex-direction: column; gap: 2px; }
.main-nav li:hover > ul, .main-nav li:focus-within > ul { display: flex; }
.main-nav ul ul a { color: var(--navy-900); font-size: 14px; font-weight: 500; padding: 10px 12px; }
.main-nav ul ul a:hover { background: var(--navy-50); color: var(--navy-700); }

.header-actions { display: flex; align-items: center; gap: 8px; }
.header-cta { display: none; }

/* Mobil menü butonu */
.nav-toggle { display: inline-grid; place-items: center; width: 44px; height: 44px; border: 0; background: transparent; color: rgba(255,255,255,.9); border-radius: 12px; }
.nav-toggle:hover { background: rgba(255,255,255,.1); }
.nav-toggle svg { width: 26px; height: 26px; }
.mobile-nav { display: none; background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.12); box-shadow: 0 24px 40px -12px rgba(0,0,0,.5); }
.mobile-nav.open { display: block; animation: federMenuIn .18s ease; }
@keyframes federMenuIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
.mobile-nav > div > ul, .mobile-nav > ul { list-style: none; margin: 0; padding: 6px 18px 14px; }
.mobile-nav li { border-bottom: 1px solid rgba(255,255,255,.07); }
.mobile-nav > div > ul > li:last-child, .mobile-nav > ul > li:last-child { border-bottom: 0; }
.mobile-nav a { display: block; padding: 15px 4px; color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 16px; letter-spacing: .01em; }
.mobile-nav a:hover, .mobile-nav a:active { color: var(--gold-400); }
.mobile-nav .menu-item-has-children > a::after { content: ' ▾'; color: var(--gold-500); font-size: 12px; }
.mobile-nav ul ul { list-style: none; margin: 0 0 8px; padding: 0 0 4px 2px; border: 0; }
.mobile-nav ul ul li { border: 0; }
.mobile-nav ul ul a { padding: 10px 4px; font-family: var(--font-sans); font-size: 14px; font-weight: 500; color: rgba(255,255,255,.72); }
.mobile-nav ul ul a::before { content: '›'; color: var(--gold-500); margin-right: 8px; font-weight: 700; }
.mobile-cta { margin: 14px 18px 6px; }
.mobile-cta .btn { display: block; text-align: center; }

@media (min-width: 1024px) {
  .topbar { display: block; }
  .main-nav { display: block; }
  .header-cta { display: inline-block; }
  .nav-toggle { display: none; }
  .header-main { height: 76px; }
}

/* ============================================================
   Hero (ana sayfa) + Sayfa başlığı
   ============================================================ */
.hero { position: relative; overflow: hidden; background: var(--navy-950); color: #fff; }
.hero-bg { position: absolute; inset: 0; object-fit: cover; width: 100%; height: 100%; opacity: .25; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, var(--navy-950) 0%, rgba(7,21,52,.8) 55%, rgba(11,32,80,.35) 100%); }
.hero-inner { position: relative; display: grid; gap: 40px; padding: 64px 0; align-items: center; }
.hero h1 { font-size: clamp(36px, 6vw, 62px); font-weight: 900; letter-spacing: -.02em; margin: 0; color: #fff; }
.hero p { margin: 20px 0 0; max-width: 560px; color: rgba(255,255,255,.72); font-size: 18px; }
/* "1986'DAN BERİ" — kicker (çizgi + sarı yazı) */
.hero .eyebrow { display: inline-flex; align-items: center; gap: 12px; color: var(--gold-400); font-family: var(--font-display); font-weight: 800; font-size: 13px; letter-spacing: .24em; text-transform: uppercase; margin-bottom: 18px; padding: 0; border: 0; background: none; }
.hero .eyebrow::before { content: ''; width: 32px; height: 3px; border-radius: 3px; background: var(--gold-500); display: inline-block; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-logo { display: none; }
@media (min-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr auto; gap: 64px; padding: 96px 0; }
  .hero-logo { display: block; width: 270px; filter: drop-shadow(0 20px 40px rgba(0,0,0,.4)); }
}

.hero-stats { position: relative; border-top: 1px solid rgba(255,255,255,.1); background: rgba(7,21,52,.55); }
.hero-stats .wrap { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; padding: 22px 20px; }
.hero-stats .stat b { display: block; font-family: var(--font-display); font-weight: 900; color: var(--gold-500); font-size: 26px; }
.hero-stats .stat span { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .03em; color: rgba(255,255,255,.6); }
@media (min-width: 768px) { .hero-stats .wrap { grid-template-columns: repeat(4, 1fr); } }

.page-hero { background: var(--navy-900); color: #fff; }
.page-hero .wrap { padding: 56px 20px; }
.page-hero .eyebrow { display: block; font-family: var(--font-display); font-weight: 800; text-transform: uppercase; letter-spacing: .22em; color: var(--gold-500); font-size: 12px; margin-bottom: 8px; }
.page-hero h1 { color: #fff; font-size: clamp(30px, 5vw, 46px); max-width: 760px; }
.page-hero p { max-width: 640px; color: rgba(255,255,255,.72); font-size: 18px; margin: 14px 0 0; }
@media (min-width: 1024px) { .page-hero .wrap { padding: 80px 20px; } }

/* Duyuru şeridi */
.announce { background: var(--gold-500); color: var(--navy-950); }
.announce .wrap { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 20px; text-align: center; font-weight: 700; font-size: 14px; }
.announce a { color: var(--navy-950); text-decoration: underline; text-decoration-color: rgba(4,11,28,.4); }

/* ============================================================
   Bölüm başlıkları
   ============================================================ */
.section { padding-top: 56px; padding-bottom: 56px; }
.section-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 32px; }
.section-head .eyebrow { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; letter-spacing: .2em; color: var(--navy-600); font-size: 12px; margin-bottom: 4px; }
.section-head h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 900; letter-spacing: -.01em; }
.section-head h2 .dot { display: inline-block; width: 8px; height: 8px; border-radius: 999px; background: var(--gold-500); margin-left: 8px; vertical-align: middle; }
.link-btn { border: 1px solid var(--navy-100); border-radius: 12px; padding: 9px 16px; font-size: 14px; font-weight: 700; color: var(--navy-800); }
.link-btn:hover { border-color: var(--navy-900); background: var(--navy-900); color: #fff; }

/* ============================================================
   Haber kartları / grid
   ============================================================ */
.grid { display: grid; gap: 24px; }
.grid-3 { grid-template-columns: 1fr; }
@media (min-width: 640px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }

.card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--navy-100); border-radius: var(--radius); background: #fff; box-shadow: 0 1px 2px rgba(4,11,28,.04); transition: .2s; }
.card:hover { transform: translateY(-4px); box-shadow: 0 24px 40px -20px rgba(4,11,28,.2); }
.card .thumb { position: relative; aspect-ratio: 3/2; background: var(--navy-100); overflow: hidden; }
.card .thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: .3s; }
.card:hover .thumb img { transform: scale(1.05); }
.card .thumb .no-img { position: absolute; inset: 0; display: grid; place-items: center; background: var(--navy-900); color: rgba(255,255,255,.2); font-family: var(--font-display); font-weight: 900; font-size: 34px; }
.card .thumb .badge { position: absolute; left: 12px; top: 12px; }
.card .body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.card .date { font-size: 12px; font-weight: 600; color: rgba(27,65,148,.7); }
.card h3 { font-size: 18px; font-weight: 800; margin: 6px 0 0; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card:hover h3 { color: var(--navy-700); }
.card .excerpt { margin: 8px 0 0; font-size: 14px; color: rgba(4,16,42,.6); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card .more { margin-top: auto; padding-top: 16px; font-size: 14px; font-weight: 700; color: var(--navy-700); }

/* Öne çıkan büyük kart */
.spotlight { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 380px; border-radius: var(--radius); overflow: hidden; background: var(--navy-900); color: #fff; }
.spotlight img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.spotlight .grad { position: absolute; inset: 0; background: linear-gradient(to top, var(--navy-950) 0%, rgba(4,11,28,.5) 45%, transparent 100%); }
.spotlight .content { position: relative; padding: 28px; }
.spotlight h3 { color: #fff; font-size: clamp(22px, 3vw, 30px); font-weight: 900; margin: 12px 0 6px; }
.spotlight .date { color: rgba(255,255,255,.6); font-weight: 600; font-size: 14px; }
.home-news-grid { display: grid; gap: 24px; }
@media (min-width: 1024px) { .home-news-grid { grid-template-columns: repeat(3, 1fr); } .home-news-grid .spotlight { grid-column: span 2; grid-row: span 2; } }

/* Hap filtre butonları */
.pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }
.pill { border-radius: 999px; padding: 8px 16px; font-size: 14px; font-weight: 700; border: 1px solid var(--navy-100); background: #fff; color: var(--navy-800); transition: .15s; }
.pill:hover { border-color: var(--gold-500); background: var(--gold-500); color: var(--navy-950); }
.pill.active { background: var(--navy-900); color: var(--gold-500); border-color: var(--navy-900); box-shadow: 0 8px 20px -10px rgba(4,11,28,.4); }

/* ============================================================
   Üyelik CTA şeridi
   ============================================================ */
.cta-band { position: relative; overflow: hidden; background: var(--gold-500); }
.cta-band .wrap { position: relative; display: flex; flex-direction: column; gap: 24px; padding: 52px 20px; }
.cta-band h2 { font-size: clamp(28px, 4vw, 40px); font-weight: 900; color: var(--navy-950); }
.cta-band p { color: rgba(4,11,28,.72); max-width: 620px; margin: 12px 0 0; font-size: 18px; }
.cta-band .actions { display: flex; flex-wrap: wrap; gap: 12px; }
@media (min-width: 1024px) { .cta-band .wrap { flex-direction: row; align-items: center; justify-content: space-between; padding: 64px 20px; } }

/* ============================================================
   Etkinlik kartı
   ============================================================ */
.event-card { display: flex; gap: 16px; align-items: center; border: 1px solid var(--navy-100); border-radius: var(--radius); background: #fff; padding: 16px; transition: .18s; }
.event-card:hover { transform: translateY(-2px); box-shadow: 0 18px 30px -18px rgba(4,11,28,.2); }
.event-card .date-box { flex: 0 0 auto; width: 64px; height: 64px; border-radius: 14px; background: var(--navy-900); color: #fff; display: grid; place-content: center; text-align: center; }
.event-card .date-box b { font-family: var(--font-display); font-weight: 900; font-size: 20px; color: var(--gold-500); line-height: 1; }
.event-card .date-box span { font-size: 10px; font-weight: 700; text-transform: uppercase; color: rgba(255,255,255,.7); }
.event-card .meta { min-width: 0; }
.event-card .kind { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; color: var(--navy-600); }
.event-card h3 { font-size: 17px; font-weight: 800; margin: 2px 0 0; line-height: 1.3; }
.event-card .loc { margin: 4px 0 0; font-size: 14px; color: rgba(4,16,42,.6); }

/* ============================================================
   Kurullar / Yönetim
   ============================================================ */
.president { overflow: hidden; border-radius: 24px; background: var(--navy-900); color: #fff; box-shadow: 0 24px 44px -22px rgba(4,11,28,.5); margin-bottom: 56px; }
.president .inner { display: flex; flex-direction: column; align-items: center; gap: 28px; padding: 32px; text-align: center; }
.president .avatar { width: 144px; height: 144px; border-radius: 999px; border: 4px solid var(--gold-500); overflow: hidden; flex: 0 0 auto; box-shadow: 0 12px 24px -12px rgba(0,0,0,.6); }
.president .avatar img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; }
.president .avatar.mono { display: grid; place-items: center; background: var(--navy-800); color: var(--gold-500); font-family: var(--font-display); font-weight: 900; font-size: 40px; }
.president .role { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; letter-spacing: .25em; color: var(--gold-500); font-size: 12px; }
.president h2 { color: #fff; font-size: clamp(28px, 4vw, 40px); margin: 8px 0 0; }
@media (min-width: 640px) { .president .inner { flex-direction: row; text-align: left; padding: 40px; } }

.board-section { margin-bottom: 56px; }
.board-section > h2 { font-size: clamp(22px, 3vw, 28px); font-weight: 900; margin-bottom: 24px; }
.board-section > h2 .dot { display: inline-block; width: 8px; height: 8px; border-radius: 999px; background: var(--gold-500); margin-left: 8px; }
.board-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 640px) { .board-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .board-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1280px) { .board-grid { grid-template-columns: repeat(4, 1fr); } }
.member { display: flex; align-items: center; gap: 16px; border: 1px solid var(--navy-100); border-radius: var(--radius); background: #fff; padding: 16px; transition: .18s; }
.member:hover { transform: translateY(-2px); box-shadow: 0 14px 24px -16px rgba(4,11,28,.2); }
.member .ava { flex: 0 0 auto; width: 56px; height: 56px; border-radius: 999px; overflow: hidden; }
.member .ava img { width: 100%; height: 100%; object-fit: cover; }
.member .ava.mono { display: grid; place-items: center; background: var(--navy-900); color: var(--gold-500); font-family: var(--font-display); font-weight: 900; font-size: 18px; }
.member b { display: block; font-family: var(--font-display); font-weight: 800; color: var(--navy-950); }
.member span { display: block; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .02em; color: var(--navy-600); }
.board-yedek { margin-top: 20px; }
.board-yedek summary { cursor: pointer; font-size: 14px; font-weight: 700; color: var(--navy-700); }
.board-yedek[open] summary { margin-bottom: 16px; }

/* ============================================================
   Başkanın Mesajı (portre + metin)
   ============================================================ */
.president-msg { display: grid; gap: 40px; }
.president-msg .portrait { max-width: 320px; margin: 0 auto; }
.president-msg .portrait .frame { aspect-ratio: 3/4; border-radius: var(--radius); overflow: hidden; box-shadow: 0 24px 44px -22px rgba(4,11,28,.4); border: 1px solid var(--navy-100); }
.president-msg .portrait .frame img { width: 100%; height: 100%; object-fit: cover; }
.president-msg .portrait figcaption { text-align: center; margin-top: 16px; }
.president-msg .portrait b { font-family: var(--font-display); font-weight: 900; font-size: 18px; color: var(--navy-950); }
.president-msg .portrait span { display: block; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--navy-600); }
@media (min-width: 1024px) { .president-msg { grid-template-columns: 1fr 320px; gap: 56px; } .president-msg .msg { order: 1; } .president-msg .portrait { order: 2; position: sticky; top: 96px; } }

/* ============================================================
   İçerik / Zengin metin
   ============================================================ */
.content-wrap { max-width: 780px; margin: 0 auto; padding: 48px 20px; }
.richtext { font-size: 17px; color: rgba(4,16,42,.86); }
.richtext > * + * { margin-top: 1em; }
.richtext h2 { font-size: 26px; margin-top: 1.4em; }
.richtext h3 { font-size: 21px; margin-top: 1.3em; }
.richtext h4 { font-size: 18px; }
.richtext a { text-decoration: underline; text-decoration-color: var(--gold-500); text-decoration-thickness: 2px; text-underline-offset: 2px; word-break: break-word; }
.richtext ul, .richtext ol { padding-left: 24px; }
.richtext li { margin: 4px 0; }
.richtext blockquote { border-left: 4px solid var(--gold-500); background: var(--navy-50); padding: 12px 18px; border-radius: 0 12px 12px 0; font-style: italic; }
.richtext img { border-radius: var(--radius); margin: 1em auto; }
.richtext strong { color: var(--navy-950); }

/* Kaynak atfı */
.source-note { margin-top: 40px; border: 1px solid var(--navy-100); background: var(--navy-50); border-radius: var(--radius); padding: 16px 20px; font-size: 14px; }
.source-note b { color: var(--navy-900); }

/* İletişim */
.contact-grid { display: grid; gap: 40px; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 2fr 3fr; } }
.info-card { display: flex; gap: 16px; border: 1px solid var(--navy-100); border-radius: var(--radius); background: #fff; padding: 20px; margin-bottom: 16px; }
.info-card .ico { font-size: 24px; }
.info-card h3 { font-family: var(--font-display); font-size: 13px; text-transform: uppercase; letter-spacing: .03em; color: var(--navy-900); margin: 0 0 4px; }
.info-card .body { font-size: 14px; color: rgba(4,16,42,.8); }
.form-box { border: 1px solid var(--navy-100); border-radius: var(--radius); background: #fff; padding: 28px; }

/* Boş durum / SSS */
.empty { border: 1px dashed var(--navy-200); background: var(--navy-50); border-radius: var(--radius); padding: 64px 24px; text-align: center; }
.empty b { font-family: var(--font-display); font-size: 18px; color: var(--navy-800); }
.empty p { margin: 8px auto 0; max-width: 440px; font-size: 14px; color: rgba(4,16,42,.6); }
.faq { border: 1px solid var(--navy-100); border-radius: var(--radius); background: #fff; padding: 20px 24px; margin-bottom: 16px; }
.faq summary { cursor: pointer; font-family: var(--font-display); font-weight: 800; color: var(--navy-950); list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq p { margin: 14px 0 0; color: rgba(4,16,42,.7); }

/* Yapım aşamasında (üyelik kapalı) */
.wip { max-width: 640px; margin: 0 auto; text-align: center; padding: 64px 20px; }
.wip .ico { width: 80px; height: 80px; margin: 0 auto; border-radius: var(--radius); background: rgba(255,209,0,.15); display: grid; place-items: center; font-size: 36px; }
.wip h2 { margin-top: 24px; font-size: clamp(22px, 4vw, 30px); }
.wip p { margin: 16px auto 0; max-width: 440px; color: rgba(4,16,42,.6); }
.wip .actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* Sayfalama */
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 48px; }
.pagination .page-numbers { border: 1px solid var(--navy-100); border-radius: 12px; padding: 8px 14px; font-weight: 700; color: var(--navy-800); }
.pagination .page-numbers.current { background: var(--navy-900); color: var(--gold-500); border-color: var(--navy-900); }
.pagination a.page-numbers:hover { background: var(--navy-900); color: #fff; }

/* ============================================================
   Footer
   ============================================================ */
.site-footer { background: var(--navy-950); color: #fff; }
.site-footer .cols { display: grid; gap: 40px; padding: 52px 0; grid-template-columns: 1fr; }
@media (min-width: 768px) { .site-footer .cols { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .site-footer .cols { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; } }
.site-footer h3 { font-family: var(--font-display); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: var(--gold-500); margin-bottom: 16px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 10px; }
.site-footer a { color: rgba(255,255,255,.7); font-size: 14px; }
.site-footer a:hover { color: var(--gold-400); }
.footer-brand b { font-family: var(--font-display); font-weight: 900; font-size: 18px; }
.footer-brand .tag { font-size: 12px; color: rgba(255,255,255,.6); }
.footer-socials { display: flex; gap: 12px; margin-top: 20px; }
.footer-socials a { width: 36px; height: 36px; border-radius: 999px; background: rgba(255,255,255,.1); color: rgba(255,255,255,.7); display: grid; place-items: center; }
.footer-socials a:hover { background: var(--gold-500); color: var(--navy-950); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 24px 0; display: flex; flex-direction: column; gap: 16px; align-items: center; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,.5); }
.footer-bottom ul { display: flex; flex-wrap: wrap; gap: 20px; }
@media (min-width: 640px) { .footer-bottom { flex-direction: row; } }

.icon { width: 16px; height: 16px; fill: currentColor; }

/* ============================================================
   Yerleşik iletişim formu
   ============================================================ */
.feder-form label { display: block; margin-bottom: 16px; font-size: 14px; font-weight: 700; color: var(--navy-900); }
.feder-form input, .feder-form textarea { display: block; width: 100%; margin-top: 6px; padding: 12px 14px; border: 1px solid var(--navy-100); border-radius: 12px; font: inherit; font-weight: 400; color: var(--ink); background: #fff; }
.feder-form input:focus, .feder-form textarea:focus { outline: none; border-color: var(--navy-700); box-shadow: 0 0 0 3px rgba(18,48,110,.15); }
.feder-form .feder-row { display: grid; gap: 16px; }
.feder-form button { margin-top: 6px; border: 0; }
@media (min-width: 560px) { .feder-form .feder-row { grid-template-columns: 1fr 1fr; } }

/* ============================================================
   Mobil sağlamlaştırma
   ============================================================ */
@media (max-width: 640px) {
  .wrap { padding-left: 22px; padding-right: 22px; }
  .hero-inner { padding: 44px 22px; }        /* yatay boşluk korunur (başlık kenara yapışmasın) */
  .page-hero .wrap { padding: 40px 22px; }
  .hero h1 { font-size: 34px; }
  .hero p { font-size: 16px; }
  .hero .eyebrow { margin-bottom: 14px; }
  .hero-stats .wrap { gap: 8px 4px; padding: 20px 22px; }
  .hero-stats .stat b { font-size: 22px; }
  .hero-stats .stat span { font-size: 10.5px; letter-spacing: .01em; }
  .section { padding-top: 40px; padding-bottom: 40px; }
  .cta-band .wrap { padding: 40px 22px; }
  .president .inner { padding: 24px; }
  .president .avatar { width: 120px; height: 120px; }
  .footer-bottom ul { gap: 12px; }
  .info-card .body { min-width: 0; word-break: break-word; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 30px; }
  .section-head { gap: 10px; }
  .pills { gap: 6px; }
  .pill { padding: 7px 13px; font-size: 13px; }
}
