/* =========================================================
   TÜMEAP – Tasarım sistemi
   Renkler logodan alınmıştır: lacivert #092548, altın #C5A553
   ========================================================= */

@font-face { font-family: 'DM Sans'; font-style: normal; font-display: swap; font-weight: 100 1000;
  src: url(../fonts/dm-sans-latin-ext-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: 'DM Sans'; font-style: normal; font-display: swap; font-weight: 100 1000;
  src: url(../fonts/dm-sans-latin-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: 'Newsreader'; font-style: normal; font-display: swap; font-weight: 200 800;
  src: url(../fonts/newsreader-latin-ext-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: 'Newsreader'; font-style: normal; font-display: swap; font-weight: 200 800;
  src: url(../fonts/newsreader-latin-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: 'Newsreader'; font-style: italic; font-display: swap; font-weight: 200 800;
  src: url(../fonts/newsreader-latin-ext-wght-italic.woff2) format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: 'Newsreader'; font-style: italic; font-display: swap; font-weight: 200 800;
  src: url(../fonts/newsreader-latin-wght-italic.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }

:root {
  --navy-950: #04111f;
  --navy-900: #071c36;
  --navy-800: #092548;
  --navy-700: #143566;
  --navy-600: #1f4a86;
  --navy-100: #e4ebf5;
  --navy-50: #f0f4fa;
  --gold-700: #85692a;
  --gold-600: #a8883c;
  --gold-500: #c5a553;
  --gold-400: #d4b872;
  --gold-300: #e5d09c;
  --gold-100: #f7f0dd;
  --ink: #0e1a2b;
  --ink-2: #3a4658;
  --ink-3: #647084;
  --line: #e4e8ef;
  --line-2: #d3dae5;
  --bg: #ffffff;
  --bg-2: #f5f7fa;
  --paper: #faf8f2;
  --accent: var(--gold-500);
  --font-sans: 'DM Sans', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  --font-serif: 'Newsreader', Georgia, 'Times New Roman', serif;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow-sm: 0 1px 2px rgba(7, 28, 54, .06), 0 1px 1px rgba(7, 28, 54, .04);
  --shadow-md: 0 18px 40px -18px rgba(7, 28, 54, .22), 0 2px 6px rgba(7, 28, 54, .05);
  --shadow-lg: 0 30px 70px -24px rgba(4, 17, 31, .45);
  --header-h: 72px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body { margin: 0; font-family: var(--font-sans); font-size: 1rem; line-height: 1.65; color: var(--ink); background: var(--bg); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: var(--navy-700); text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { color: var(--navy-900); }
h1, h2, h3, h4 { font-family: var(--font-serif); font-weight: 560; line-height: 1.15; letter-spacing: -.012em; margin: 0 0 .5em; color: var(--navy-900); text-wrap: balance; }
h3 { font-size: 1.28rem; }
.h3 { font-size: 1.35rem; }
.h4 { font-size: 1.12rem; }
p { margin: 0 0 1em; }
ul, ol { padding-left: 1.2em; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--gold-400); outline-offset: 2px; border-radius: 6px; }
::selection { background: var(--gold-300); color: var(--navy-950); }
.ico { width: 1.25em; height: 1.25em; flex: none; }

.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
@media (min-width: 768px) { .container { padding: 0 32px; } }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 100; background: var(--gold-500); color: var(--navy-950); padding: 10px 16px; border-radius: 10px; font-weight: 600; text-decoration: none; transition: top .2s; }
.skip-link:focus { top: 12px; }
.muted { color: var(--ink-3); }

/* ---------- Butonlar ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 24px; border-radius: 999px; font: 600 .98rem/1.2 var(--font-sans); text-decoration: none; border: 1px solid transparent; cursor: pointer; transition: background .2s, color .2s, border-color .2s, box-shadow .25s, transform .2s; white-space: nowrap; }
.btn .ico { width: 18px; height: 18px; }
.btn .arrow { transition: transform .2s var(--ease); }
.btn:hover .arrow { transform: translateX(3px); }
.btn:active { transform: translateY(1px); }
.btn-gold { background: var(--gold-500); color: var(--navy-950); }
.btn-gold:hover { background: var(--gold-400); color: var(--navy-950); box-shadow: 0 10px 28px -10px rgba(197, 165, 83, .75); }
.btn-navy { background: var(--navy-800); color: #fff; }
.btn-navy:hover { background: var(--navy-700); color: #fff; box-shadow: 0 10px 28px -12px rgba(9, 37, 72, .6); }
.btn-ghost { border-color: var(--line-2); color: var(--navy-900); background: #fff; }
.btn-ghost:hover { border-color: var(--navy-800); background: var(--bg-2); color: var(--navy-900); }
.btn-ghost-light { border-color: rgba(255, 255, 255, .32); color: #fff; background: rgba(255, 255, 255, .02); }
.btn-ghost-light:hover { border-color: rgba(255, 255, 255, .6); background: rgba(255, 255, 255, .08); color: #fff; }
.btn-sm { padding: 10px 18px; font-size: .9rem; }
.btn-block { width: 100%; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--navy-800); text-decoration: none; background: linear-gradient(var(--gold-500), var(--gold-500)) 0 100% / 0 2px no-repeat; padding-bottom: 2px; transition: background-size .3s var(--ease), color .2s; }
.link-arrow .arrow { width: 18px; height: 18px; transition: transform .2s var(--ease); }
.link-arrow:hover { background-size: 100% 2px; color: var(--navy-900); }
.link-arrow:hover .arrow { transform: translateX(3px); }
.link-arrow.sm { font-size: .92rem; }

/* ---------- Üst menü ---------- */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 60; color: #fff; transition: background .3s, box-shadow .3s, color .3s; }
.site-header.is-solid { background: rgba(255, 255, 255, .94); color: var(--navy-900); box-shadow: 0 1px 0 var(--line), 0 10px 30px -20px rgba(7, 28, 54, .25); -webkit-backdrop-filter: saturate(1.5) blur(14px); backdrop-filter: saturate(1.5) blur(14px); }
.nav-wrap { display: flex; align-items: center; gap: 16px; height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; min-width: 0; }
.brand img { width: 34px; height: auto; }
.brand .logo-dark, .is-solid .brand .logo-light { display: none; }
.is-solid .brand .logo-dark { display: block; }
.brand-text { display: flex; flex-direction: column; line-height: 1; min-width: 0; }
.brand-name { font-family: var(--font-serif); font-size: 1.42rem; font-weight: 560; letter-spacing: .16em; }
.brand-sub { display: none; font-size: .68rem; letter-spacing: .02em; opacity: .78; margin-top: 5px; white-space: nowrap; }
@media (min-width: 440px) { .brand-sub { display: block; } }
.brand:hover { color: inherit; }
.nav { display: none; margin-left: auto; }
.nav-list { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.nav-link { display: inline-flex; align-items: center; gap: 5px; padding: 10px 14px; border-radius: 999px; border: 0; background: none; color: inherit; font: 500 .95rem var(--font-sans); text-decoration: none; cursor: pointer; transition: background .2s; position: relative; }
.nav-link:hover { background: rgba(255, 255, 255, .1); color: inherit; }
.is-solid .nav-link:hover { background: var(--bg-2); }
.nav-link.is-active::after { content: ""; position: absolute; left: 50%; bottom: 3px; width: 4px; height: 4px; border-radius: 50%; background: var(--gold-500); transform: translateX(-50%); }
.nav-link .chev { width: 15px; height: 15px; transition: transform .25s var(--ease); opacity: .8; }
.has-sub { position: relative; }
.has-sub.is-open .chev { transform: rotate(180deg); }
.sub { position: absolute; top: calc(100% + 12px); left: 50%; min-width: 310px; padding: 8px; background: #fff; color: var(--ink); border-radius: 18px; box-shadow: var(--shadow-lg); border: 1px solid var(--line); opacity: 0; visibility: hidden; transform: translate(-50%, 8px); transition: opacity .2s, transform .25s var(--ease), visibility .2s; }
.sub::before { content: ""; position: absolute; inset: -14px 0 auto; height: 14px; }
.has-sub.is-open .sub { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.sub a { display: block; padding: 12px 14px; border-radius: 12px; text-decoration: none; color: var(--ink); transition: background .15s; }
.sub a:hover, .sub a[aria-current] { background: var(--bg-2); }
.sub strong { display: block; font-weight: 600; color: var(--navy-900); font-size: .96rem; }
.sub span { display: block; font-size: .84rem; color: var(--ink-3); margin-top: 2px; }
.nav-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.nav-cta { display: none; }
@media (min-width: 640px) { .nav-cta { display: inline-flex; } }
.nav-toggle { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; border: 1px solid rgba(255, 255, 255, .25); background: transparent; color: inherit; cursor: pointer; }
.is-solid .nav-toggle { border-color: var(--line-2); }
.nav-toggle .ico { width: 22px; height: 22px; }
.nav-toggle .i-close, .nav-toggle[aria-expanded="true"] .i-open { display: none; }
.nav-toggle[aria-expanded="true"] .i-close { display: block; }
@media (min-width: 1080px) {
  .nav { display: block; }
  .nav-actions { margin-left: 10px; }
  .nav-toggle { display: none; }
}
.mobile-menu { position: fixed; inset: var(--header-h) 0 0 0; background: #fff; color: var(--ink); overflow-y: auto; padding: 12px 0 40px; border-top: 1px solid var(--line); }
.mobile-menu .container { display: flex; flex-direction: column; gap: 6px; }
.mobile-menu a { display: block; padding: 12px 4px; color: var(--navy-900); text-decoration: none; font-size: 1.08rem; font-weight: 500; border-bottom: 1px solid var(--line); }
.mobile-menu a[aria-current] { color: var(--gold-700); }
.mobile-menu .m-title { margin: 18px 0 2px; font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-700); }
.mobile-menu .m-cta { margin-top: 22px; border: 0; color: var(--navy-950); justify-content: center; display: flex; }
body.menu-open { overflow: hidden; }
/* backdrop-filter, sabit konumlu alt öğeler için kapsayıcı oluşturur; menü açıkken kapatılır */
body.menu-open .site-header { background: #fff; -webkit-backdrop-filter: none; backdrop-filter: none; }

/* ---------- Ortak bölüm yapısı ---------- */
.section { padding: 80px 0; }
@media (min-width: 1024px) { .section { padding: 112px 0; } }
.section-alt { background: var(--bg-2); }
.section-warm { background: var(--paper); }
.section-dark { background: radial-gradient(900px 500px at 85% 0%, rgba(31, 74, 134, .45), transparent 60%), var(--navy-900); color: rgba(255, 255, 255, .82); }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark .lead { color: rgba(255, 255, 255, .72); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 14px; font: 700 .76rem/1.2 var(--font-sans); letter-spacing: .16em; text-transform: uppercase; color: var(--gold-700); }
.eyebrow::before { content: ""; width: 26px; height: 1.5px; background: currentColor; opacity: .8; }
.hero .eyebrow, .page-hero .eyebrow, .section-dark .eyebrow, .cta-band .eyebrow { color: var(--gold-500); }
.section-head { max-width: 760px; margin-bottom: 44px; }
.section-head h2 { font-size: clamp(1.85rem, 3.4vw, 2.7rem); }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head.center .eyebrow::after { content: ""; width: 26px; height: 1.5px; background: currentColor; opacity: .8; }
.section-head.with-action { max-width: none; display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px 32px; }
.section-head.with-action > div { max-width: 720px; }
.section-head .lead:last-child { margin-bottom: 0; }
.lead { font-size: 1.12rem; color: var(--ink-2); line-height: 1.6; }
.center-row { display: flex; justify-content: center; margin-top: 44px; }
.grid { display: grid; gap: 20px; }
@media (min-width: 768px) { .g-2, .g-3, .g-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .g-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .g-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } .grid { gap: 24px; } }
.split { display: grid; gap: 44px; align-items: center; }
@media (min-width: 1024px) { .split { grid-template-columns: 1fr 1fr; gap: 72px; } }
.split-copy h2 { font-size: clamp(1.85rem, 3.4vw, 2.6rem); }

/* ---------- Kartlar ---------- */
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s; }
.card p:last-child { margin-bottom: 0; }
.card-hover:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.card.soft { background: var(--bg-2); border-color: transparent; }
.link-card { display: block; text-decoration: none; color: var(--ink); }
.link-card p { color: var(--ink-2); }
.link-card:hover { color: var(--ink); }
.link-card .link-arrow { margin-top: 8px; }
.icon-badge { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: var(--navy-50); color: var(--navy-800); margin-bottom: 18px; flex: none; }
.icon-badge .ico { width: 24px; height: 24px; }
.icon-badge.gold { background: var(--gold-100); color: var(--gold-700); }
.icon-badge.sm { width: 40px; height: 40px; border-radius: 12px; margin: 0; }
.icon-badge.sm .ico { width: 20px; height: 20px; }
.badge { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: 999px; background: var(--gold-100); color: var(--gold-700); font-size: .78rem; font-weight: 600; letter-spacing: .01em; }
.badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-500); box-shadow: 0 0 0 3px rgba(197, 165, 83, .25); }
.tag { display: inline-block; padding: 3px 10px; border-radius: 999px; background: var(--navy-50); color: var(--navy-700); font-size: .76rem; font-weight: 600; }
.tag.soft { background: var(--bg-2); color: var(--ink-2); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.chips li { padding: 6px 12px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-size: .86rem; color: var(--ink-2); }
.chips.small li { padding: 3px 10px; font-size: .78rem; background: var(--bg-2); border-color: transparent; }
.chips a { color: inherit; text-decoration: none; }
.chips a:hover { color: var(--navy-900); text-decoration: underline; }
.checks { list-style: none; padding: 0; margin: 0 0 1em; display: grid; gap: 10px; }
.checks li { display: flex; gap: 10px; align-items: flex-start; color: var(--ink-2); }
.checks .ico { color: var(--gold-600); margin-top: 3px; width: 18px; height: 18px; }
.notice { display: flex; gap: 14px; align-items: flex-start; padding: 18px 20px; border-radius: var(--radius-sm); background: var(--gold-100); border-left: 3px solid var(--gold-500); color: var(--ink); margin-bottom: 36px; }
.notice .ico { color: var(--gold-700); margin-top: 3px; }
.notice p { margin: 0; }
.notice.subtle { background: var(--bg-2); border-left-color: var(--line-2); margin: 40px 0 0; font-size: .94rem; color: var(--ink-2); }
.notice.subtle .ico { color: var(--ink-3); }

/* ---------- Ana sayfa: Hero ---------- */
.hero { position: relative; overflow: hidden; color: #fff; padding: calc(var(--header-h) + 56px) 0 150px; background: var(--navy-950); isolation: isolate; }
.hero-bg, .page-hero-bg { position: absolute; inset: 0; z-index: -1; background:
  radial-gradient(900px 520px at 78% 38%, rgba(31, 74, 134, .55), transparent 62%),
  radial-gradient(600px 400px at 10% 0%, rgba(197, 165, 83, .10), transparent 60%),
  linear-gradient(180deg, var(--navy-900) 0%, var(--navy-950) 100%); }
.hero-bg::after, .page-hero-bg::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px); background-size: 26px 26px; -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 85%); mask-image: linear-gradient(180deg, #000 0%, transparent 85%); }
.hero-grid { display: grid; gap: 40px; align-items: center; }
@media (min-width: 1024px) { .hero-grid { grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr); gap: 48px; } .hero { padding-bottom: 170px; padding-top: calc(var(--header-h) + 72px); } }
.hero h1 { color: #fff; font-size: clamp(2.3rem, 5.4vw, 4rem); font-weight: 500; line-height: 1.04; letter-spacing: -.022em; margin: 0 0 20px; }
.slogan { display: flex; flex-wrap: wrap; gap: 4px 18px; margin: 0 0 24px; font-family: var(--font-serif); font-style: italic; font-size: clamp(1.18rem, 2.2vw, 1.5rem); color: var(--gold-300); }
.slogan span { position: relative; padding-bottom: 4px; }
.slogan span::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; border-radius: 2px; background: var(--gold-500); transform: scaleX(0); transform-origin: left; animation: beat 7.5s var(--ease) infinite; }
.slogan span:nth-child(2)::after { animation-delay: 2.5s; }
.slogan span:nth-child(3)::after { animation-delay: 5s; }
@keyframes beat { 0% { transform: scaleX(0); transform-origin: left; } 10%, 26% { transform: scaleX(1); transform-origin: left; } 27% { transform-origin: right; } 36%, 100% { transform: scaleX(0); transform-origin: right; } }
.hero-lead { font-size: 1.1rem; color: rgba(255, 255, 255, .78); max-width: 34em; margin-bottom: 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { display: flex; align-items: center; gap: 10px; margin: 22px 0 0; font-size: .87rem; color: rgba(255, 255, 255, .6); }
.hero-note .ico { color: var(--gold-500); width: 18px; height: 18px; }
.hero-visual { position: relative; }
.hero-visual .net { width: 100%; height: auto; overflow: visible; }
@media (min-width: 1024px) { .hero-visual .net { transform: scale(1.12); transform-origin: 30% 50%; } }
.hero-chip { position: absolute; display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-radius: 16px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .14); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .5); animation: float 7s ease-in-out infinite; }
.hero-chip strong { font-family: var(--font-serif); font-size: 1.9rem; font-weight: 500; color: var(--gold-400); line-height: 1; }
.hero-chip span { font-size: .78rem; line-height: 1.3; color: rgba(255, 255, 255, .78); }
.chip-a { left: 0; bottom: -8px; }
.chip-b { right: 2%; top: -6px; animation-delay: -3.5s; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@media (max-width: 520px) { .hero-chip { padding: 9px 12px; } .hero-chip strong { font-size: 1.45rem; } .chip-a { bottom: -24px; } }

/* Ağ görseli */
.net .edges line { stroke: rgba(150, 182, 232, .2); stroke-width: 1; }
.net .arcs path { fill: none; stroke: rgba(197, 165, 83, .38); stroke-width: 1.2; stroke-dasharray: 3 5; }
.net .pulses path { fill: none; stroke: var(--gold-300); stroke-width: 2.6; stroke-linecap: round; stroke-dasharray: 1.4 98.6; stroke-dashoffset: 100; animation: travel 6s linear infinite; filter: drop-shadow(0 0 4px rgba(229, 208, 156, .9)); }
.net .node { fill: #9fbbe6; opacity: .85; }
.net .hub { fill: var(--gold-500); }
.net .halo { fill: none; stroke: var(--gold-400); stroke-width: 1.2; transform-box: fill-box; transform-origin: center; animation: halo 3.6s ease-out infinite; opacity: 0; }
.net .tw { animation: twinkle 4.5s ease-in-out infinite; }
.net .d1 { animation-delay: 0s; } .net .d2 { animation-delay: -1s; } .net .d3 { animation-delay: -2s; } .net .d4 { animation-delay: -3s; } .net .d5 { animation-delay: -4s; } .net .d6 { animation-delay: -5s; }
@keyframes travel { to { stroke-dashoffset: 0; } }
@keyframes halo { 0% { transform: scale(.7); opacity: .8; } 100% { transform: scale(3.2); opacity: 0; } }
@keyframes twinkle { 0%, 100% { opacity: .5; } 50% { opacity: 1; fill: #fff; } }

/* Ses dalgaları */
.hero-waves { position: absolute; left: 0; right: 0; bottom: 0; height: 130px; overflow: hidden; pointer-events: none; }
.hero-waves .wave { position: absolute; left: 0; bottom: 0; width: 200%; height: 100%; animation: wave-shift 26s linear infinite; }
.hero-waves .wave path { fill: none; stroke-width: 1.4; vector-effect: non-scaling-stroke; }
.hero-waves .w1 path { stroke: rgba(197, 165, 83, .55); }
.hero-waves .w2 { animation-duration: 34s; animation-direction: reverse; }
.hero-waves .w2 path { stroke: rgba(159, 187, 230, .35); }
.hero-waves .w3 { animation-duration: 20s; }
.hero-waves .w3 path { stroke: rgba(255, 255, 255, .18); }
.hero-waves.soft { height: 90px; opacity: .8; }
@keyframes wave-shift { to { transform: translateX(-50%); } }

/* Hedef kitle kartları */
.audience { position: relative; z-index: 2; margin-top: -72px; }
.aud-grid { display: grid; gap: 16px; }
@media (min-width: 640px) { .aud-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .aud-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; } }
.aud { background: #fff; border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-md); border: 1px solid rgba(9, 37, 72, .06); }
.aud h3 { font-size: 1.2rem; margin-bottom: 6px; }
.aud p { margin: 0; color: var(--ink-2); font-size: .95rem; }

/* Sütunlar (Birlikte Düşün / Üret / Geliştir) */
.pillars { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.pillars li { display: flex; gap: 18px; align-items: flex-start; padding: 24px; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; transition: box-shadow .3s, transform .3s var(--ease); }
.pillars li:hover { box-shadow: var(--shadow-md); transform: translateX(4px); }
.p-ico { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: var(--navy-800); color: var(--gold-400); flex: none; }
.p-ico .ico { width: 24px; height: 24px; }
.pillars h3 { margin-bottom: 4px; font-size: 1.3rem; }
.pillars p { margin: 0; color: var(--ink-2); }

/* Çalışma alanı kutuları */
.areas { display: grid; gap: 16px; }
@media (min-width: 640px) { .areas { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .areas { grid-template-columns: repeat(5, minmax(0, 1fr)); } }
.area { position: relative; display: flex; flex-direction: column; padding: 24px 22px 22px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); color: var(--ink); text-decoration: none; overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.area::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, var(--gold-500), var(--gold-300)); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.area:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; color: var(--ink); }
.area:hover::after { transform: scaleX(1); }
.area-no { position: absolute; top: 18px; right: 20px; font: 600 .8rem var(--font-sans); letter-spacing: .08em; color: var(--ink-3); opacity: .7; }
.area h3 { font-size: 1.1rem; margin-bottom: 6px; }
.area p { font-size: .88rem; color: var(--ink-2); margin: 0; }

/* Adımlar */
.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 24px; counter-reset: s; }
@media (min-width: 768px) { .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .steps { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; } .steps.three { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.steps li { position: relative; padding-top: 4px; }
.step-no { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--navy-800); color: var(--gold-400); font: 600 1.15rem var(--font-serif); margin-bottom: 18px; position: relative; z-index: 1; box-shadow: 0 0 0 6px var(--bg); }
.section-alt .step-no { box-shadow: 0 0 0 6px var(--bg-2); }
@media (min-width: 1024px) {
  .steps li:not(:last-child)::before { content: ""; position: absolute; top: 28px; left: 60px; right: -14px; height: 2px; background-image: radial-gradient(circle, var(--gold-500) 1.2px, transparent 1.6px); background-size: 10px 2px; background-repeat: repeat-x; opacity: .7; }
}
.steps h3 { font-size: 1.2rem; margin-bottom: 6px; }
.steps p { color: var(--ink-2); margin: 0; font-size: .96rem; }

/* Çalışma grubu kartı */
.group-card { display: flex; flex-direction: column; }
.gc-top { margin-bottom: 16px; }
.group-card h3 { font-size: 1.3rem; }
.group-card > p { color: var(--ink-2); }
.gc-meta { display: flex; align-items: center; gap: 8px; font-size: .9rem; color: var(--ink-3); }
.gc-foot { margin-top: auto; padding-top: 18px; border-top: 1px dashed var(--line-2); display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }

/* İlkeler bandı */
.values { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
@media (min-width: 640px) { .values { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .values { grid-template-columns: repeat(5, minmax(0, 1fr)); } }
.values li { padding: 26px 22px; border-radius: var(--radius); background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .09); transition: background .3s, border-color .3s; }
.values li:hover { background: rgba(255, 255, 255, .07); border-color: rgba(197, 165, 83, .4); }
.values h3 { font-size: 1.2rem; margin: 18px 0 8px; }
.values p { margin: 0; font-size: .92rem; color: rgba(255, 255, 255, .7); }
.rhythm { width: 42px; height: 28px; }
.rhythm .b { fill: var(--gold-500); transform-box: fill-box; transform-origin: bottom; animation: eq 1.8s ease-in-out infinite; }
.rhythm .b2 { animation-delay: -.3s; } .rhythm .b3 { animation-delay: -.9s; } .rhythm .b4 { animation-delay: -.5s; } .rhythm .b5 { animation-delay: -1.2s; } .rhythm .b6 { animation-delay: -.7s; } .rhythm .b7 { animation-delay: -1.5s; }
@keyframes eq { 0%, 100% { transform: scaleY(1); } 50% { transform: scaleY(.45); } }

/* Güncel: duyurular + etkinlikler */
.news-grid { display: grid; gap: 56px; }
@media (min-width: 1024px) { .news-grid { grid-template-columns: 1fr 1fr; gap: 64px; } }
.news-grid .section-head { margin-bottom: 24px; }
.news-grid .section-head h2 { font-size: 2rem; }
.news-list { display: grid; }
.news-item { padding: 22px 0; border-top: 1px solid var(--line); }
.news-item:last-child { border-bottom: 1px solid var(--line); }
.ni-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 8px; font-size: .85rem; color: var(--ink-3); }
.news-item h3 { font-size: 1.3rem; margin-bottom: 8px; }
.news-item h3 a { color: var(--navy-900); text-decoration: none; background: linear-gradient(var(--gold-300), var(--gold-300)) 0 100% / 0 40% no-repeat; transition: background-size .35s var(--ease); }
.news-item h3 a:hover { background-size: 100% 40%; }
.news-item p { color: var(--ink-2); margin-bottom: 10px; }
.news-list.big .news-item { padding: 30px 0; }
.news-list.big .news-item h3 { font-size: 1.55rem; }
.event-list, .event-grid { display: grid; gap: 16px; }
@media (min-width: 900px) { .event-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; } }
.event-card { display: flex; gap: 20px; padding: 22px; align-items: flex-start; }
.date-block { flex: none; width: 70px; border-radius: 14px; overflow: hidden; text-align: center; background: var(--navy-800); color: #fff; display: flex; flex-direction: column; padding: 10px 0 8px; }
.db-day { font: 500 1.8rem/1 var(--font-serif); }
.db-mon { font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-400); margin-top: 4px; }
.db-year { font-size: .7rem; opacity: .6; }
.ev-body { min-width: 0; }
.ev-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; }
.ev-tags .past-flag { display: none; background: var(--bg-2); color: var(--ink-3); }
.event-card.is-past .past-flag { display: inline-block; }
.event-card.is-past .date-block { background: var(--ink-3); }
.event-card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.event-card h3 a { color: var(--navy-900); text-decoration: none; }
.event-card h3 a:hover { text-decoration: underline; text-decoration-color: var(--gold-500); }
.ev-meta { list-style: none; padding: 0; margin: 0 0 8px; display: grid; gap: 4px; font-size: .9rem; color: var(--ink-2); }
.ev-meta li { display: flex; align-items: center; gap: 8px; }
.ev-meta .ico { width: 16px; height: 16px; color: var(--gold-600); }
.event-card p { font-size: .93rem; color: var(--ink-2); }

/* Boş durum */
.empty { text-align: center; padding: 44px 28px; border-radius: var(--radius); border: 1.5px dashed var(--line-2); background: linear-gradient(180deg, #fff, var(--bg-2)); }
.empty-ico { width: 64px; height: 64px; margin: 0 auto 16px; display: grid; place-items: center; border-radius: 50%; background: var(--navy-50); color: var(--navy-700); }
.empty-ico .ico { width: 28px; height: 28px; }
.empty h3 { font-size: 1.35rem; margin-bottom: 8px; }
.empty p { color: var(--ink-2); max-width: 30em; margin: 0 auto 18px; }
.empty p:last-child { margin-bottom: 0; }

/* Vizyon alıntısı */
.vision { margin: 0 auto; max-width: 900px; text-align: center; }
.q-mark { width: 44px; height: 34px; margin: 0 auto 26px; fill: var(--gold-500); }
.vision blockquote { margin: 0; }
.vision blockquote p { font-family: var(--font-serif); font-size: clamp(1.45rem, 3vw, 2.2rem); line-height: 1.35; font-weight: 420; color: var(--navy-900); font-style: italic; margin: 0; }
.vision figcaption { margin-top: 26px; font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-700); }
.vision figcaption::before { content: ""; display: block; width: 40px; height: 2px; background: var(--gold-500); margin: 0 auto 14px; }

/* SSS (akordeon) */
.faq-wrap { display: grid; gap: 36px; }
@media (min-width: 1024px) { .faq-wrap { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 72px; align-items: start; } .faq-intro { position: sticky; top: calc(var(--header-h) + 32px); } }
.faq-intro h2 { font-size: clamp(1.85rem, 3.4vw, 2.6rem); }
.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; font-family: var(--font-sans); font-size: 1.05rem; font-weight: 600; letter-spacing: 0; }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; background: none; border: 0; color: var(--navy-900); text-align: left; cursor: pointer; font: inherit; }
.faq-item button:hover { color: var(--navy-700); }
.faq-ico { position: relative; width: 28px; height: 28px; flex: none; border-radius: 50%; background: var(--bg-2); transition: background .25s, transform .3s var(--ease); }
.faq-ico::before, .faq-ico::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 1.6px; background: currentColor; transform: translate(-50%, -50%); border-radius: 2px; }
.faq-ico::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .3s var(--ease); }
.faq-item button[aria-expanded="true"] .faq-ico { background: var(--gold-100); transform: rotate(180deg); }
.faq-item button[aria-expanded="true"] .faq-ico::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--ease); }
.faq-panel > div { overflow: hidden; }
.faq-panel p { color: var(--ink-2); padding: 0 48px 22px 0; margin: 0; }
.faq-item.is-open .faq-panel { grid-template-rows: 1fr; }
html:not(.js) .faq-panel { grid-template-rows: 1fr; }

/* Kapanış çağrısı */
.cta-band { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--navy-800), var(--navy-950)); color: #fff; padding: 96px 0; isolation: isolate; }
.cta-net { position: absolute; right: -12%; top: 50%; width: min(900px, 110%); transform: translateY(-50%); opacity: .45; z-index: -1; -webkit-mask-image: linear-gradient(90deg, transparent, #000 45%); mask-image: linear-gradient(90deg, transparent, #000 45%); }
.cta-inner { max-width: 1200px; }
.cta-inner h2 { color: #fff; font-size: clamp(2rem, 4.2vw, 3.2rem); max-width: 14em; font-weight: 500; }
.cta-inner p { color: rgba(255, 255, 255, .75); max-width: 36em; font-size: 1.08rem; margin-bottom: 32px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- Alt sayfa başlığı ---------- */
.page-hero { position: relative; overflow: hidden; color: #fff; padding: calc(var(--header-h) + 48px) 0 96px; background: var(--navy-950); isolation: isolate; }
@media (min-width: 1024px) { .page-hero { padding: calc(var(--header-h) + 64px) 0 112px; } }
.page-hero h1 { color: #fff; font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 500; letter-spacing: -.02em; max-width: 18em; margin-bottom: 16px; }
.page-lead { font-size: 1.12rem; color: rgba(255, 255, 255, .75); max-width: 42em; margin: 0; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 0 0 22px; font-size: .85rem; color: rgba(255, 255, 255, .55); }
.crumbs li { display: flex; align-items: center; gap: 6px; }
.crumbs li + li::before { content: "/"; opacity: .5; }
.crumbs a { color: rgba(255, 255, 255, .7); text-decoration: none; }
.crumbs a:hover { color: #fff; text-decoration: underline; }
.crumbs [aria-current] { color: rgba(255, 255, 255, .9); max-width: 32ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hero-meta { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-wrap: wrap; gap: 10px 24px; color: rgba(255, 255, 255, .82); font-size: .95rem; }
.hero-meta li { display: flex; align-items: center; gap: 8px; }
.hero-meta .ico { color: var(--gold-400); width: 18px; height: 18px; }
.page-hero.nf { min-height: 72vh; display: flex; align-items: center; }
.page-hero .hero-actions { margin-top: 30px; }

/* ---------- Hakkımızda ---------- */
.stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.stat { padding: 26px 22px; border-radius: var(--radius); background: var(--bg-2); border: 1px solid var(--line); }
.stat:nth-child(1), .stat:nth-child(4) { background: var(--navy-800); border-color: transparent; }
.stat:nth-child(1) span, .stat:nth-child(4) span { color: rgba(255, 255, 255, .78); }
.stat strong { display: block; font: 500 2.8rem/1 var(--font-serif); color: var(--gold-500); margin-bottom: 10px; }
.stat span { font-size: .92rem; color: var(--ink-2); line-height: 1.45; display: block; }
.produce { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.produce li { display: flex; align-items: center; gap: 12px; padding: 16px 18px; border-radius: 14px; background: #fff; border: 1px solid var(--line); font-weight: 500; color: var(--navy-900); transition: border-color .2s, transform .25s var(--ease); }
.produce li:hover { border-color: var(--gold-400); transform: translateY(-2px); }
.produce .ico { color: var(--gold-600); }
.glass { padding: 36px; border-radius: 22px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .12); }
.vm-text { font-family: var(--font-serif); font-size: clamp(1.25rem, 2.2vw, 1.6rem); line-height: 1.45; color: #fff; margin: 0; }
.principles { display: grid; gap: 16px; }
@media (min-width: 768px) { .principles { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .principles { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.principle { display: flex; gap: 18px; padding: 26px; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; }
.pr-no { font: 500 1.6rem/1 var(--font-serif); color: var(--gold-600); min-width: 36px; }
.principle h3 { font-size: 1.22rem; margin-bottom: 6px; }
.principle p { margin: 0; color: var(--ink-2); font-size: .95rem; }

/* ---------- Çalışma alanları sayfası ---------- */
.jump { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 48px; }
.jump a { padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line); font-size: .88rem; color: var(--ink-2); text-decoration: none; background: #fff; transition: border-color .2s, color .2s, background .2s; }
.jump a:hover { border-color: var(--navy-800); color: var(--navy-900); background: var(--bg-2); }
.area-list { display: grid; gap: 0; }
.area-row { display: grid; gap: 20px; padding: 40px 0; border-top: 1px solid var(--line); }
.area-row:last-child { border-bottom: 1px solid var(--line); }
@media (min-width: 1024px) { .area-row { grid-template-columns: 120px minmax(0, 1.25fr) minmax(0, 1fr); gap: 40px; padding: 52px 0; } }
.ar-head { display: flex; align-items: center; gap: 16px; }
@media (min-width: 1024px) { .ar-head { flex-direction: column; align-items: flex-start; } }
.ar-head .area-no { position: static; font: 500 2rem/1 var(--font-serif); color: var(--gold-600); opacity: 1; letter-spacing: 0; }
.ar-head .icon-badge { margin: 0; }
.ar-body h2 { font-size: clamp(1.55rem, 2.6vw, 2rem); }
.ar-body .lead { font-size: 1.08rem; }
.ar-body p:last-child { color: var(--ink-2); margin: 0; }
.ar-label { font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); margin: 0 0 10px; }
.ar-side .chips { margin-bottom: 22px; }
.ar-groups { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.ar-groups a { font-weight: 600; color: var(--navy-800); text-decoration: none; }
.ar-groups a:hover { text-decoration: underline; text-decoration-color: var(--gold-500); }
.ar-groups li::before { content: "→ "; color: var(--gold-600); }

/* Öneri kartı */
.suggest { display: grid; gap: 18px; align-items: center; margin-top: 48px; }
.suggest .icon-badge { margin: 0; }
.suggest h3 { margin-bottom: 4px; }
.suggest p { margin: 0; color: var(--ink-2); }
@media (min-width: 768px) { .suggest { grid-template-columns: auto 1fr auto; gap: 24px; } }
.section-alt .suggest:first-child { margin-top: 0; }

/* ---------- Filtreler ---------- */
.filters { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 28px; }
.filter-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.fchip { padding: 8px 16px; border-radius: 999px; border: 1px solid var(--line-2); background: #fff; color: var(--ink-2); font-size: .9rem; font-weight: 500; cursor: pointer; transition: all .2s; }
.fchip:hover { border-color: var(--navy-800); color: var(--navy-900); }
.fchip[aria-pressed="true"] { background: var(--navy-800); color: #fff; border-color: var(--navy-800); }
.fsearch { display: flex; align-items: center; gap: 10px; padding: 0 16px; border: 1px solid var(--line-2); border-radius: 999px; background: #fff; min-width: min(100%, 320px); flex: 1 1 260px; max-width: 420px; color: var(--ink-3); }
.fsearch:focus-within { border-color: var(--navy-800); box-shadow: 0 0 0 3px var(--navy-100); }
.fsearch input { border: 0; outline: 0; background: none; font: inherit; color: var(--ink); padding: 12px 0; width: 100%; }
.filter-empty { text-align: center; color: var(--ink-3); padding: 28px; }
[data-filter-item][hidden] { display: none !important; }

/* Yayın listesi */
.narrow-wide { max-width: 1000px; }
.pub-list { display: grid; }
.pub { display: grid; gap: 14px; padding: 26px 0; border-top: 1px solid var(--line); }
.pub:last-child { border-bottom: 1px solid var(--line); }
@media (min-width: 768px) { .pub { grid-template-columns: 140px 1fr; gap: 28px; } }
.pub-side { display: flex; flex-direction: row; gap: 10px; align-items: center; }
@media (min-width: 768px) { .pub-side { flex-direction: column; align-items: flex-start; } }
.pub-year { font: 500 1.5rem/1 var(--font-serif); color: var(--gold-600); }
.pub-cite { font-size: 1.02rem; margin-bottom: 8px; }
.pub-cite strong { color: var(--navy-900); font-weight: 600; }
.pub-sum { color: var(--ink-2); font-size: .94rem; }
.pub-links { display: flex; flex-wrap: wrap; gap: 16px; }
.pub-links a { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: .9rem; }
.pub-links .ico { width: 15px; height: 15px; }

/* Üye kartları */
.member { text-align: center; padding: 30px 22px; }
.avatar { width: 76px; height: 76px; margin: 0 auto 16px; border-radius: 50%; display: grid; place-items: center; font: 500 1.5rem var(--font-serif); color: var(--gold-300); background: radial-gradient(circle at 30% 25%, var(--navy-600), var(--navy-900)); box-shadow: 0 0 0 4px #fff, 0 0 0 5px var(--gold-300); }
.member h3 { font-size: 1.18rem; margin-bottom: 4px; }
.member h3 a { color: inherit; text-decoration: none; }
.member .m-title { font-weight: 600; color: var(--gold-700); font-size: .9rem; margin-bottom: 2px; }
.member .m-org { color: var(--ink-2); font-size: .9rem; margin-bottom: 6px; }
.member .m-city { display: inline-flex; align-items: center; gap: 6px; font-size: .85rem; color: var(--ink-3); margin-bottom: 14px; }
.member .m-city .ico { width: 15px; height: 15px; }
.member .chips { justify-content: center; }
.member .m-groups { margin: 14px 0 0; font-size: .8rem; color: var(--ink-3); }

/* Akademik çalışma kartı */
.work { display: flex; flex-direction: column; }
.work-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 14px; }
.status { font-size: .8rem; font-weight: 600; color: var(--ink-3); display: inline-flex; align-items: center; gap: 6px; }
.status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--ink-3); }
.status.s-devam-ediyor::before { background: #2f9e6e; }
.status.s-planlaniyor::before { background: var(--gold-500); }
.status.s-tamamlandi::before { background: var(--navy-600); }
.work p { color: var(--ink-2); }
.work-meta { list-style: none; padding: 0; margin: 0 0 16px; display: grid; gap: 6px; font-size: .9rem; color: var(--ink-2); }
.work-meta li { display: flex; gap: 8px; align-items: flex-start; }
.work-meta .ico { width: 16px; height: 16px; margin-top: 3px; color: var(--gold-600); }
.work .link-arrow { margin-top: auto; }

/* Sekmeler */
.tab-list { display: inline-flex; gap: 4px; padding: 5px; border-radius: 999px; background: var(--bg-2); border: 1px solid var(--line); margin-bottom: 28px; }
.tab-list button { padding: 10px 20px; border-radius: 999px; border: 0; background: none; font-weight: 600; color: var(--ink-2); cursor: pointer; display: inline-flex; gap: 8px; align-items: center; }
.tab-list button[aria-selected="true"] { background: #fff; color: var(--navy-900); box-shadow: var(--shadow-sm); }
.count { font-size: .75rem; min-width: 22px; padding: 1px 7px; border-radius: 999px; background: var(--navy-50); color: var(--navy-700); }
.tab-empty { color: var(--ink-3); padding: 20px 0; }

/* Detay sayfaları */
.detail { display: grid; gap: 40px; }
@media (min-width: 1024px) { .detail { grid-template-columns: minmax(0, 1fr) 320px; gap: 64px; align-items: start; } .detail-side { position: sticky; top: calc(var(--header-h) + 28px); } }
.detail-side .card { display: grid; gap: 16px; }
.detail-side h2 { margin: 0; }
.dl { display: grid; grid-template-columns: auto 1fr; gap: 8px 16px; margin: 0; font-size: .94rem; }
.dl dt { color: var(--ink-3); }
.dl dd { margin: 0; color: var(--ink); font-weight: 500; overflow-wrap: anywhere; }
.side-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.side-list a { display: block; font-weight: 600; color: var(--navy-900); text-decoration: none; line-height: 1.35; }
.side-list a:hover { text-decoration: underline; text-decoration-color: var(--gold-500); }
.side-list time { font-size: .8rem; color: var(--ink-3); }
.speakers { padding: 14px 18px; border-radius: 12px; background: var(--bg-2); }

/* Metin (prose) */
.prose { max-width: 760px; font-size: 1.04rem; color: var(--ink); }
.prose h2 { font-size: 1.6rem; margin: 2em 0 .6em; padding-top: .2em; }
.prose h3 { font-size: 1.25rem; margin: 1.6em 0 .5em; }
.prose > :first-child { margin-top: 0; }
.prose p, .prose li { color: var(--ink-2); }
.prose strong { color: var(--ink); }
.prose ul, .prose ol { margin: 0 0 1.2em; padding-left: 1.3em; }
.prose li { margin-bottom: .45em; }
.prose li::marker { color: var(--gold-600); }
.prose a { color: var(--navy-700); font-weight: 500; }
.prose hr { border: 0; height: 1px; background: var(--line); margin: 2.4em 0; }
.prose code { font-size: .9em; background: var(--bg-2); padding: .1em .4em; border-radius: 6px; }
.table-wrap { overflow-x: auto; margin: 0 0 1.5em; border: 1px solid var(--line); border-radius: 14px; }
.prose table { width: 100%; border-collapse: collapse; font-size: .93rem; min-width: 520px; }
.prose th { text-align: left; background: var(--bg-2); color: var(--navy-900); font-weight: 600; padding: 12px 16px; border-bottom: 1px solid var(--line); }
.prose td { padding: 12px 16px; border-bottom: 1px solid var(--line); vertical-align: top; color: var(--ink-2); }
.prose tr:last-child td { border-bottom: 0; }
.prose .note { padding: 16px 20px; border-radius: 12px; background: var(--gold-100); border-left: 3px solid var(--gold-500); margin: 0 0 1.4em; }
.prose .note p { color: var(--ink); margin: 0; }
mark.ph { background: #fff3c4; color: #7a5a00; padding: .05em .35em; border-radius: 4px; font-weight: 600; border: 1px dashed #e2c35b; }

/* Yasal metinler */
.legal-grid { display: grid; gap: 40px; }
.legal-nav { order: 2; padding: 22px; border-radius: var(--radius); background: var(--bg-2); font-size: .92rem; }
@media (min-width: 1024px) { .legal-grid { grid-template-columns: 280px minmax(0, 1fr); gap: 64px; align-items: start; } .legal-nav { position: sticky; top: calc(var(--header-h) + 28px); max-height: calc(100vh - var(--header-h) - 56px); overflow: auto; order: 0; } }
.ln-title { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); margin: 0 0 10px; }
.ln-title:not(:first-child) { margin-top: 22px; }
.toc { margin: 0; padding-left: 1.2em; display: grid; gap: 6px; }
.toc a, .ln-docs a { color: var(--ink-2); text-decoration: none; }
.toc a:hover, .ln-docs a:hover { color: var(--navy-900); text-decoration: underline; }
.ln-docs { list-style: none; padding: 0; margin: 0; display: grid; gap: 4px; }
.ln-docs a { display: block; padding: 7px 10px; border-radius: 8px; }
.ln-docs a[aria-current] { background: #fff; color: var(--navy-900); font-weight: 600; box-shadow: var(--shadow-sm); }
.draft { display: flex; gap: 12px; align-items: flex-start; padding: 14px 18px; border-radius: 12px; background: #fff8e1; border: 1px solid #f0dc9a; margin-bottom: 18px; }
.draft .ico { color: #a47b00; margin-top: 3px; }
.draft p { margin: 0; color: #5c4700; font-size: .94rem; }
.doc-meta { font-size: .88rem; color: var(--ink-3) !important; margin-bottom: 28px; }
.doc-actions { margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--line); }

/* ---------- Katılım sayfası ---------- */
.join { display: grid; gap: 40px; }
@media (min-width: 1024px) { .join { grid-template-columns: minmax(0, 1fr) 380px; gap: 64px; align-items: start; } .join-card { position: sticky; top: calc(var(--header-h) + 28px); } }
.join-card { order: -1; }
@media (min-width: 1024px) { .join-card { order: 0; } }
.join-card .card { display: grid; gap: 14px; padding: 30px; box-shadow: var(--shadow-md); border-color: transparent; background: linear-gradient(180deg, #fff, #fff 60%, var(--paper)); }
.join-card .icon-badge { margin-bottom: 2px; }
.join-card .badge { justify-self: start; }
.join-card h2 { margin: 0; }
.join-card p { margin: 0; color: var(--ink-2); }
.fine { font-size: .82rem; color: var(--ink-3) !important; line-height: 1.5; }
.join-block { padding-bottom: 48px; margin-bottom: 48px; border-bottom: 1px solid var(--line); }
.join-block:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.join-block h2 { font-size: clamp(1.6rem, 2.8vw, 2.1rem); margin-bottom: 24px; }
.aud-mini { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
@media (min-width: 768px) { .aud-mini { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.aud-mini li { display: flex; gap: 14px; padding: 18px; border-radius: 14px; border: 1px solid var(--line); }
.aud-mini strong { display: block; color: var(--navy-900); }
.aud-mini span { font-size: .9rem; color: var(--ink-2); }
.vsteps { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 0; }
.vsteps li { display: flex; gap: 18px; position: relative; padding-bottom: 26px; }
.vsteps li:not(:last-child)::before { content: ""; position: absolute; left: 23px; top: 52px; bottom: 4px; width: 2px; background-image: radial-gradient(circle, var(--gold-500) 1.2px, transparent 1.6px); background-size: 2px 9px; }
.vsteps .step-no { margin: 0; flex: none; }
.vsteps h3 { font-size: 1.15rem; margin: 10px 0 4px; }
.vsteps p { margin: 0; color: var(--ink-2); }
.notice + .muted, .fields + .muted { font-size: .92rem; }
.fields { list-style: none; padding: 0; margin: 0 0 18px; display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px; }
.fields li { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-radius: 12px; background: var(--bg-2); font-weight: 500; color: var(--navy-900); font-size: .95rem; }
.fields .ico { color: var(--gold-600); }
.kvkk-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.kvkk-list li { display: flex; gap: 14px; padding: 18px; border-radius: 14px; border: 1px solid var(--line); }
.kvkk-list .ico { color: var(--navy-700); margin-top: 2px; }
.kvkk-list strong { display: block; color: var(--navy-900); }
.kvkk-list span { font-size: .92rem; color: var(--ink-2); }
.kvkk-list a { text-decoration: none; }
.kvkk-list a:hover strong { text-decoration: underline; text-decoration-color: var(--gold-500); }
.form-embed { margin-top: 48px; border-radius: var(--radius); border: 1px solid var(--line); overflow: hidden; background: #fff; box-shadow: var(--shadow-md); }
.fe-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 16px 22px; background: var(--bg-2); border-bottom: 1px solid var(--line); }
.fe-head a { display: inline-flex; gap: 6px; align-items: center; font-size: .9rem; font-weight: 600; }
.fe-head .ico { width: 15px; height: 15px; }
.fe-frame iframe { display: block; width: 100%; height: 1900px; border: 0; }

/* İletişim */
.contact-card { display: flex; flex-direction: column; }
.contact-card p { color: var(--ink-2); }
.contact-link { margin-top: auto; font-weight: 600; display: inline-flex; gap: 8px; align-items: center; text-decoration: none; color: var(--navy-800); overflow-wrap: anywhere; }
.contact-link .arrow { width: 18px; height: 18px; }
.contact-link:hover { text-decoration: underline; text-decoration-color: var(--gold-500); }
.contact-extra { margin-top: 72px; align-items: start; }
.contact-extra h2 { font-size: clamp(1.6rem, 2.8vw, 2.1rem); }

/* ---------- Alt bilgi ---------- */
.site-footer { position: relative; background: var(--navy-950); color: rgba(255, 255, 255, .7); padding: 88px 0 28px; overflow: hidden; border-top: 3px solid var(--gold-500); }
.footer-waves { position: absolute; left: 0; right: 0; top: 0; height: 70px; overflow: hidden; opacity: .5; pointer-events: none; }
.footer-waves .wave { position: absolute; left: 0; top: 0; width: 200%; height: 100%; animation: wave-shift 40s linear infinite; }
.footer-waves .wave path { fill: none; stroke: rgba(197, 165, 83, .35); stroke-width: 1.2; vector-effect: non-scaling-stroke; }
.footer-waves .w2 path { stroke: rgba(159, 187, 230, .2); }
.footer-waves .w2 { animation-duration: 52s; animation-direction: reverse; }
.f-grid { display: grid; gap: 40px; }
@media (min-width: 768px) { .f-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .f-brand { grid-column: 1 / -1; } }
@media (min-width: 1024px) { .f-grid { grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 48px; } .f-brand { grid-column: auto; } }
.f-logo img { width: 176px; height: auto; margin-bottom: 18px; }
.f-slogan { font-family: var(--font-serif); font-style: italic; color: var(--gold-300); font-size: 1.05rem; }
.f-mail { display: inline-flex; align-items: center; gap: 8px; color: #fff; text-decoration: none; font-weight: 500; }
.f-mail:hover { color: var(--gold-300); }
.f-mail .ico { color: var(--gold-500); }
.f-title { color: #fff; font-weight: 600; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; }
.f-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.f-col a { color: rgba(255, 255, 255, .68); text-decoration: none; font-size: .94rem; transition: color .2s; }
.f-col a:hover { color: var(--gold-300); }
.socials { display: flex; gap: 10px; margin-top: 20px; }
.social { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; border: 1px solid rgba(255, 255, 255, .16); color: #fff; transition: all .2s; }
.social:hover { background: var(--gold-500); color: var(--navy-950); border-color: var(--gold-500); }
.social .ico { width: 19px; height: 19px; }
.socials.dark .social { border-color: var(--line-2); color: var(--navy-800); }
.f-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .84rem; color: rgba(255, 255, 255, .5); }
.f-bottom p { margin: 0; }

/* ---------- Kaydırma animasyonları ---------- */
.js [data-reveal] { opacity: 0; transform: translateY(-18px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }
.js [data-d="1"] { transition-delay: .06s; } .js [data-d="2"] { transition-delay: .14s; } .js [data-d="3"] { transition-delay: .22s; } .js [data-d="4"] { transition-delay: .3s; } .js [data-d="5"] { transition-delay: .38s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0s !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
  .net .pulses { display: none; }
}

/* ---------- Yazdırma ---------- */
@media print {
  .site-header, .site-footer, .legal-nav, .doc-actions, .hero-waves, .crumbs, .cta-band, .skip-link { display: none !important; }
  .page-hero { background: none !important; color: #000; padding: 0 0 16px; }
  .page-hero h1 { color: #000; }
  .page-lead { color: #333; }
  .page-hero-bg { display: none; }
  .section { padding: 0; }
  .legal-grid { display: block; }
  .prose { max-width: none; }
  .js [data-reveal] { opacity: 1 !important; transform: none !important; }
  a { color: #000; }
}
