/* =========================================================
   KÖK Kültür ve Toplum Araştırmaları Derneği — Site stili
   ========================================================= */

:root {
  --forest-900: #0a2a1f;
  --forest-800: #0c3326;
  --forest-700: #134a36;
  --forest-600: #1b6448;
  --forest-500: #2f8a63;
  --forest-100: #dcefe5;
  --forest-50:  #f0f7f3;
  --emerald:    #3fb383;
  --earth-800:  #5a3517;
  --earth-600:  #8f5a26;
  --earth-400:  #c28a4e;
  --earth-100:  #f5ebdd;
  --gold-500:   #f0b43c;
  --gold-400:   #f7c965;
  --gold-100:   #fdf3dc;
  --paper:      #fbfbf8;
  --cream:      #f3f5ef;
  --ink:        #111a15;
  --ink-soft:   #36443c;
  --muted:      #5b6961;
  --line:       #e5e9e2;
  --danger:     #b42318;
  --danger-bg:  #fef1f0;
  --success:    #16704a;
  --success-bg: #e8f6ee;

  --bg: var(--paper);
  --bg-alt: var(--cream);
  --text: var(--ink);
  --heading: var(--forest-800);
  --link: var(--forest-600);
  --focus: #2563eb;

  --grad-brand: linear-gradient(135deg, var(--forest-600) 0%, var(--forest-500) 55%, var(--emerald) 100%);
  --grad-gold: linear-gradient(135deg, #f7c965 0%, #f0b43c 60%, #e39a2a 100%);
  --grad-dark: linear-gradient(150deg, #0e3a2b 0%, #0a2a1f 60%, #081f17 100%);

  --radius: 22px;
  --radius-sm: 14px;
  --shadow-sm: 0 1px 2px rgba(12, 51, 38, .04), 0 4px 14px rgba(12, 51, 38, .05);
  --shadow: 0 2px 6px rgba(12, 51, 38, .05), 0 18px 40px -8px rgba(12, 51, 38, .14);
  --shadow-lg: 0 30px 60px -15px rgba(12, 51, 38, .28);
  --container: 1200px;
  --gutter: 20px;
  --font-body: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-head: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Yüksek karşıtlık modu */
html[data-contrast="high"] {
  --bg: #ffffff;
  --bg-alt: #ffffff;
  --text: #000000;
  --ink-soft: #000000;
  --muted: #1a1a1a;
  --heading: #000000;
  --link: #003d99;
  --line: #000000;
  --forest-800: #0a2414;
  --forest-900: #000000;
  --forest-600: #0a3d1c;
  --forest-100: #ffffff;
  --forest-50: #ffffff;
  --earth-100: #ffffff;
  --gold-100: #fff6cc;
  --cream: #ffffff;
}
html[data-contrast="high"] .card,
html[data-contrast="high"] .kisaca,
html[data-contrast="high"] .tl-card,
html[data-contrast="high"] .project,
html[data-contrast="high"] .area,
html[data-contrast="high"] .principle-card,
html[data-contrast="high"] .model-layer,
html[data-contrast="high"] .stat,
html[data-contrast="high"] .faq-item,
html[data-contrast="high"] .vm-card { border: 2px solid #000; box-shadow: none; }

/* Yazı boyutu kademeleri */
html { font-size: 100%; }
html[data-fs="-1"] { font-size: 93.75%; }
html[data-fs="1"]  { font-size: 115%; }
html[data-fs="2"]  { font-size: 130%; }

/* ---------- Temel ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 96px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; }
h1, h2, h3, h4, p, li, dt, dd, th, td, label, legend, summary, blockquote, a, strong, span, small {
  overflow-wrap: anywhere; /* çok uzun kelimeler dar ekranda da kutudan taşmasın */
}
.hero-kok, .brand-name { overflow-wrap: normal; }
/* Izgara ve esnek kutu içerikleri dar ekranda taşmasın */
.split > *, .vm-grid > *, .org > *, .org-group, .join > *, .area-list > *, .area-body, .project-grid > *,
.card-grid > *, .principles > *, .next-links > *, .stats > *, .page-hero-inner > div, .step-body,
.pill-card > div, .principle-card p, .limits li > span, .icon-list li > span, .check-grid li > span,
.join-ways li > div, .project-head h2, .tl-card, .model-body, .footer-grid > *, .cta-inner > div { min-width: 0; }
h1, h2, h3 { font-family: var(--font-head); color: var(--heading); line-height: 1.2; margin: 0 0 .6em; font-weight: 700; letter-spacing: -.02em; }
h1 { font-size: clamp(2rem, 1.4rem + 2.6vw, 3.2rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 1.25rem + 1.4vw, 2.25rem); }
h3 { font-size: 1.25rem; font-weight: 600; }
p { margin: 0 0 1em; }
a { color: var(--link); text-underline-offset: 3px; }
a:hover { color: var(--forest-800); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; border-radius: 4px; }
strong { font-weight: 700; }
code, pre { font-family: Consolas, "Courier New", monospace; font-size: .92em; }
pre { background: var(--forest-50); padding: 1rem; border-radius: var(--radius-sm); overflow-x: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.center { text-align: center; }
.note { color: var(--muted); font-size: .95rem; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.narrow { max-width: 820px; }
.container.narrow { max-width: calc(820px + 2 * var(--gutter)); }

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 1000;
  background: var(--forest-800); color: #fff; padding: 10px 18px; border-radius: var(--radius-sm); font-weight: 700;
}
.skip-link:focus { top: 12px; color: #fff; }
main:focus { outline: none; }

/* ---------- İkonlar ---------- */
.icon { width: 1.5em; height: 1.5em; flex: none; vertical-align: middle; }
.icon-sm { width: 1.1em; height: 1.1em; }
.icon-lg { width: 2rem; height: 2rem; }
.icon-xl { width: 2.75rem; height: 2.75rem; }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  min-height: 48px; padding: .7em 1.35em;
  font: inherit; font-weight: 600; font-size: 1rem; line-height: 1.2;
  border-radius: 999px; border: 2px solid transparent;
  text-decoration: none; cursor: pointer; text-align: center;
  transition: transform .15s ease, background-color .15s ease, color .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-lg { min-height: 56px; font-size: 1.08rem; padding: .8em 1.6em; }
.btn-block { width: 100%; }
.btn-primary { background: var(--grad-brand); color: #fff; box-shadow: 0 10px 24px -8px rgba(27, 100, 72, .55); }
.btn-primary:hover { color: #fff; box-shadow: 0 14px 30px -8px rgba(27, 100, 72, .7); filter: brightness(1.05); }
.btn-gold { background: var(--grad-gold); color: #1d1606; box-shadow: 0 10px 24px -8px rgba(240, 180, 60, .6); }
.btn-gold:hover { color: #1d1606; box-shadow: 0 14px 30px -8px rgba(240, 180, 60, .75); filter: brightness(1.04); }
.btn-glass { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.28); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.btn-glass:hover { background: rgba(255,255,255,.2); color: #fff; }
.btn-outline { border-color: var(--forest-700); color: var(--forest-700); background: transparent; }
.btn-outline:hover { background: var(--forest-700); color: #fff; }
.btn-outline-light { border-color: rgba(255,255,255,.35); color: #fff; background: rgba(255,255,255,.06); }
.btn-outline-light:hover { background: #fff; color: var(--forest-800); }

.link-arrow { display: inline-flex; align-items: center; gap: .4em; font-weight: 700; text-decoration: none; color: var(--forest-600); }
.link-arrow:hover { text-decoration: underline; }
.link-arrow .icon { transition: transform .15s; }
.link-arrow:hover .icon { transform: translateX(3px); }

.eyebrow {
  display: inline-flex; align-items: center; gap: .5em; margin: 0 0 1rem;
  padding: .35em .95em; border-radius: 999px;
  font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--forest-600); background: var(--forest-100);
}
.eyebrow-light { color: var(--gold-400); background: rgba(247, 201, 101, .12); }

/* ---------- Erişilebilirlik çubuğu ---------- */
.a11y-bar { background: var(--forest-900); color: #cfe0d6; font-size: .85rem; }
.a11y-inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 44px; flex-wrap: wrap; }
.a11y-note { margin: 0; display: flex; align-items: center; gap: .5em; }
.a11y-tools { display: flex; align-items: center; flex-wrap: wrap; justify-content: center; gap: 6px; padding: 4px 0; }
.a11y-label { margin-right: 4px; }
.a11y-btn {
  min-width: 40px; min-height: 36px; padding: 0 10px;
  display: inline-flex; align-items: center; gap: 6px; justify-content: center;
  background: rgba(255,255,255,.06); color: #fff; border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px; font: inherit; font-weight: 600; cursor: pointer;
}
.a11y-btn:hover, .a11y-btn[aria-pressed="true"] { background: var(--gold-500); color: var(--forest-900); border-color: var(--gold-500); }
.a11y-big { font-size: 1.1rem; }

/* ---------- Başlık / menü ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251, 251, 248, .8);
  backdrop-filter: saturate(1.6) blur(16px);
  -webkit-backdrop-filter: saturate(1.6) blur(16px);
  border-bottom: 1px solid rgba(12, 51, 38, .08);
}
html[data-contrast="high"] .site-header { background: #fff; border-bottom: 2px solid #000; }
.header-inner { display: flex; align-items: center; flex-wrap: wrap; gap: 0 16px; min-height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--heading); flex: none; margin-right: auto; padding: 10px 0; }
.logo-mark { width: 52px; height: 52px; }
.lg-crown circle { fill: var(--forest-600); }
.lg-fruit { fill: var(--gold-500); }
.lg-trunk { fill: var(--earth-600); }
.lg-ground { stroke: var(--earth-400); stroke-width: 1.5; stroke-dasharray: 3 3; }
.lg-roots { stroke: var(--earth-600); stroke-width: 2.4; fill: none; stroke-linecap: round; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: var(--font-head); font-size: 1.6rem; font-weight: 700; letter-spacing: .02em; color: var(--forest-800); }
.brand-sub { font-size: .74rem; font-weight: 500; color: var(--muted); max-width: 210px; }
.header-cta { min-height: 46px; padding: .55em 1.2em; }

.nav-toggle { display: none; }
.site-nav { flex-basis: 100%; border-top: 1px solid rgba(12, 51, 38, .07); }
.site-nav ul { list-style: none; margin: 0; padding: 6px 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 2px; }
.site-nav a {
  display: block; padding: .45em .95em; border-radius: 999px;
  font-weight: 500; font-size: .95rem; color: var(--ink-soft); text-decoration: none; white-space: nowrap;
  transition: background-color .15s, color .15s;
}
.site-nav a:hover { background: var(--forest-50); color: var(--forest-800); }
.site-nav a[aria-current="page"] { color: #fff; background: var(--forest-700); font-weight: 600; }
.site-nav .nav-cta { display: none; }

@media (max-width: 1100px) {
  .header-inner { flex-wrap: nowrap; }
  .nav-toggle {
    display: inline-flex; align-items: center; gap: 8px;
    min-height: 48px; padding: 0 16px;
    background: var(--forest-700); color: #fff; border: 0; border-radius: 999px;
    font: inherit; font-weight: 700; cursor: pointer;
  }
  .nav-toggle-close { display: none; }
  .nav-toggle[aria-expanded="true"] .nav-toggle-open { display: none; }
  .nav-toggle[aria-expanded="true"] .nav-toggle-close { display: inline; }
  .nav-toggle .icon { width: 1.35em; height: 1.35em; }
  .site-nav {
    position: absolute; left: 0; right: 0; top: 100%;
    background: rgba(251, 251, 248, .97); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-lg);
    max-height: calc(100vh - 120px); overflow-y: auto;
    display: none;
  }
  .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; align-items: stretch; padding: 12px var(--gutter) 20px; gap: 4px; max-width: var(--container); margin: 0 auto; }
  .site-nav a { font-size: 1.05rem; padding: .85em 1.1em; border-radius: var(--radius-sm); }
  .site-nav a[aria-current="page"] { box-shadow: none; }
  .site-nav .nav-cta { display: block; margin: 12px 0 0; }
  .site-nav .nav-cta a.btn { width: 100%; min-height: 54px; border-radius: 999px; border-bottom: 0; color: var(--forest-900); }
}
@media (max-width: 700px) { .header-cta { display: none; } }
@media (max-width: 560px) {
  .brand-sub { display: none; }
  .nav-toggle-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .nav-toggle { padding: 0 12px; }
  .logo-mark { width: 46px; height: 46px; }
  .a11y-note { display: none; }
  .a11y-inner { justify-content: center; }
}
@media (max-width: 400px) {
  .a11y-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .a11y-btn { min-width: 36px; padding: 0 8px; }
}

/* ---------- Bölümler ---------- */
.section { padding: clamp(3rem, 2rem + 4vw, 5.5rem) 0; }
.section-tight { padding-top: clamp(2rem, 1.5rem + 2vw, 3.5rem); }
.section-alt { background: var(--bg-alt); }
.section-dark { background: var(--grad-dark); color: #e3eee8; }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark a:not(.btn) { color: var(--gold-400); }
.section-head { max-width: 780px; margin: 0 auto 3rem; text-align: center; }
.section-head .kisaca { text-align: left; }
.section-lead { font-size: 1.12rem; color: var(--muted); }
.section-dark .section-lead { color: #cfdccf; }
.sub-title { margin-top: 2rem; font-size: 1.35rem; }

.split { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(2rem, 4vw, 4rem); align-items: start; }
.split-center { align-items: center; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } }
.stack { display: grid; gap: 16px; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--grad-dark); color: #e3eee8; isolation: isolate; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .5;
  background-image: radial-gradient(rgba(255,255,255,.09) 1px, transparent 1px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(ellipse at 70% 40%, #000 20%, transparent 70%);
  mask-image: radial-gradient(ellipse at 70% 40%, #000 20%, transparent 70%);
}
.hero-blob { position: absolute; border-radius: 50%; filter: blur(80px); z-index: -1; pointer-events: none; }
.hero-blob-1 { width: 520px; height: 520px; right: -120px; top: -140px; background: rgba(63, 179, 131, .35); }
.hero-blob-2 { width: 420px; height: 420px; left: -160px; bottom: -180px; background: rgba(240, 180, 60, .22); }
.hero-inner { display: grid; grid-template-columns: 1.25fr 1fr; gap: 3rem; align-items: center; padding-top: clamp(3.5rem, 7vw, 6.5rem); padding-bottom: clamp(3rem, 6vw, 5rem); }
.hero-badge {
  display: inline-flex; align-items: center; gap: .6em; margin: 0 0 1.5rem;
  padding: .45em 1.1em .45em .85em; border-radius: 999px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
  font-size: .85rem; font-weight: 500; color: #e3eee8;
}
.hero-badge-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--emerald); box-shadow: 0 0 0 4px rgba(63,179,131,.25); }
.hero-title { color: #fff; margin-bottom: 1.25rem; }
.hero-kok {
  display: block; font-size: clamp(2.6rem, 1.9rem + 3.6vw, 4.75rem); letter-spacing: -.02em; line-height: 1.15; padding: .06em .04em .04em 0; font-weight: 800;
  background: linear-gradient(180deg, #ffffff 30%, #bfe6d2 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-name { display: block; font-size: clamp(1.1rem, .95rem + .9vw, 1.6rem); font-weight: 600; line-height: 1.3; letter-spacing: -.01em; margin-top: .5em; color: var(--gold-400); }
.hero-motto { font-style: italic; font-weight: 400; font-size: clamp(1.1rem, 1rem + .6vw, 1.35rem); color: #fff; border-left: 3px solid var(--gold-500); padding-left: 1rem; margin-bottom: 1.25rem; }
.hero-lead { font-size: 1.05rem; color: #b9cfc3; max-width: 580px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 2rem; }
.hero-art { position: relative; display: grid; place-items: center; min-height: 420px; }
.hero-orb {
  position: relative; width: min(100%, 360px); aspect-ratio: 1; border-radius: 50%;
  display: grid; place-items: center;
  background: radial-gradient(circle at 50% 40%, rgba(255,255,255,.14), rgba(255,255,255,.03) 60%);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: inset 0 0 60px rgba(63,179,131,.18), 0 40px 80px -30px rgba(0,0,0,.6);
}
.hero-orb::after { content: ""; position: absolute; inset: -22px; border-radius: 50%; border: 1px dashed rgba(255,255,255,.14); }
.hero-tree { width: 68%; height: auto; filter: drop-shadow(0 20px 30px rgba(0,0,0,.35)); }
.hero-tree .lg-crown circle { fill: #4fbf8c; }
.hero-tree .lg-ground { stroke: rgba(255,255,255,.35); }
.hero-tree .lg-roots { stroke: var(--earth-400); }
.hero-tree .lg-trunk { fill: var(--earth-400); }
.hero-chip {
  position: absolute; padding: .5em 1.1em; border-radius: 999px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  color: #fff; font-weight: 600; font-size: .95rem; box-shadow: 0 12px 30px -10px rgba(0,0,0,.4);
  animation: float 6s ease-in-out infinite;
}
.hero-chip::before { content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--gold-500); margin-right: .55em; vertical-align: middle; }
.hero-chip-1 { top: 8%; left: 4%; }
.hero-chip-2 { top: 20%; right: 0; animation-delay: -1.5s; }
.hero-chip-3 { bottom: 18%; left: 0; animation-delay: -3s; }
.hero-chip-4 { bottom: 6%; right: 8%; animation-delay: -4.5s; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.hero-verbs { background: rgba(255,255,255,.04); border-top: 1px solid rgba(255,255,255,.08); }
.verbs { list-style: none; margin: 0 auto; padding: 18px var(--gutter); display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 32px; }
.verbs li { display: flex; align-items: center; gap: .55em; font-weight: 500; color: #fff; }
.verbs .icon { color: var(--gold-400); }
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .hero-art { order: -1; min-height: 0; justify-items: start; }
  .hero-orb { width: 150px; }
  .hero-orb::after { inset: -10px; }
  .hero-chip { display: none; }
  .hero-actions .btn { flex: 1 1 220px; }
}

/* ---------- Alt sayfa başlığı ---------- */
.page-hero {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--grad-dark);
  color: #e3eee8;
  padding: clamp(3rem, 6vw, 4.75rem) 0;
}
.page-hero::before {
  content: ""; position: absolute; width: 480px; height: 480px; right: -140px; top: -220px; z-index: -1;
  border-radius: 50%; background: rgba(63, 179, 131, .3); filter: blur(80px);
}
.page-hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .45;
  background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px); background-size: 24px 24px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 70%); mask-image: linear-gradient(90deg, transparent, #000 70%);
}
.page-hero-inner { display: flex; gap: 24px; align-items: flex-start; }
.page-hero h1 { color: #fff; margin-bottom: .4em; }
.page-hero .lead { font-size: 1.1rem; max-width: 760px; margin: 0; color: #b9cfc3; }
.page-hero-icon {
  flex: none; width: 80px; height: 80px; border-radius: 24px;
  display: grid; place-items: center;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); color: var(--gold-400);
  box-shadow: 0 20px 40px -20px rgba(0,0,0,.5);
}
@media (max-width: 640px) {
  .page-hero-inner { flex-direction: column; gap: 14px; }
  .page-hero-icon { width: 64px; height: 64px; border-radius: 16px; }
  .page-hero-icon .icon-xl { width: 2.1rem; height: 2.1rem; }
}

/* ---------- "Kısaca" kutusu ---------- */
.kisaca {
  position: relative; margin: 1.25rem 0 1.5rem; padding: 1.1rem 1.35rem 1.15rem;
  background: linear-gradient(135deg, #fffaf0, #fdf3dc);
  border: 1px solid #f6e3b4; border-radius: var(--radius-sm);
  color: var(--ink);
}
.kisaca p { margin: 0; font-size: 1.04rem; font-weight: 500; }
.kisaca-label {
  display: inline-flex; align-items: center; gap: .4em; margin-bottom: .45rem;
  padding: .2em .75em; border-radius: 999px; background: var(--gold-500); color: #1d1606;
  font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em;
}

/* ---------- Kartlar ---------- */
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 270px), 1fr)); gap: 20px; }
.card-grid-4 { grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr)); margin-bottom: 2rem; }
.card {
  display: flex; flex-direction: column;
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.75rem; box-shadow: var(--shadow-sm);
  text-decoration: none; color: var(--text);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.card h3 { font-size: 1.12rem; font-weight: 600; margin: 1.1rem 0 .4rem; }
.card p { margin: 0 0 1rem; color: var(--ink-soft); }
.card-link:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; color: var(--text); }
.card-more { margin-top: auto; display: inline-flex; align-items: center; gap: .35em; font-weight: 600; font-size: .95rem; color: var(--forest-600); }
.card-more .icon { transition: transform .2s; }
.card-link:hover .card-more .icon { transform: translateX(4px); }
.card-icon {
  display: inline-grid; place-items: center; width: 56px; height: 56px; flex: none;
  border-radius: 18px; background: var(--grad-brand); color: #fff;
  box-shadow: 0 10px 20px -8px rgba(27, 100, 72, .55);
}
.card-icon .icon { width: 26px; height: 26px; }
.card-cta { background: linear-gradient(135deg, var(--forest-50), #fff); border: 2px dashed rgba(47, 138, 99, .45); }
.card-cta .card-icon { background: var(--grad-gold); color: #1d1606; box-shadow: 0 10px 20px -8px rgba(240,180,60,.6); }
.card-dark { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.1); color: #e3eee8; box-shadow: none; }
.card-dark h3 { color: #fff; }
.card-dark p { color: #cfdccf; }
.card-dark .card-icon { background: var(--grad-gold); color: #1d1606; }
.card-dark:hover { transform: translateY(-4px); background: rgba(255,255,255,.1); color: #fff; }

.pill-card { display: flex; gap: 16px; align-items: flex-start; padding: 1.35rem 1.5rem; background: #fff; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.pill-card > .icon { color: #fff; background: var(--grad-brand); border-radius: 14px; padding: 9px; width: 44px; height: 44px; }
.pill-card h3 { margin: 0 0 .2rem; font-size: 1.1rem; }
.pill-card p { margin: 0; }
.pill-card-warn { background: linear-gradient(135deg, #fff, var(--earth-100)); border-color: #eedcc4; }
.pill-card-warn > .icon { background: linear-gradient(135deg, var(--earth-400), var(--earth-600)); }

/* ---------- KÖK Modeli ---------- */
.model { max-width: 860px; margin: 0 auto; }
.model-hint { display: flex; align-items: center; justify-content: center; gap: .5em; color: var(--muted); font-weight: 700; font-size: 1rem; }
.model-layers { list-style: none; margin: 0; padding: 0; position: relative; display: grid; gap: 14px; }
.model-layers::before {
  content: ""; position: absolute; left: 50px; top: 30px; bottom: 30px; width: 8px; border-radius: 8px;
  background: linear-gradient(to bottom, var(--gold-500), var(--forest-500) 35%, var(--earth-600) 70%, var(--earth-800));
  opacity: .35;
}
.model-layer {
  position: relative; display: flex; gap: 20px; align-items: center;
  background: #fff; border-radius: var(--radius); padding: 1.1rem 1.4rem 1.1rem 1.1rem;
  border: 1px solid var(--line); box-shadow: var(--shadow-sm);
}
.model-art {
  flex: none; width: 80px; height: 80px; border-radius: 50%;
  display: grid; place-items: center; background: var(--bg-alt); border: 3px solid currentColor; position: relative; z-index: 1;
}
.model-art svg { width: 48px; height: 48px; }
.model-note { margin: 0; font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.model-name { margin: 0 0 .35rem; font-size: 1.45rem; letter-spacing: .08em; }
.model-items { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.model-items li { padding: .25em .8em; border-radius: 999px; font-weight: 700; font-size: 1rem; background: var(--forest-50); }
.model-items li.plus { background: none; padding: 0; color: var(--muted); }
.model-result { margin: 0; font-size: 1.15rem; font-weight: 700; }
.layer-meyve  { border-color: #ecd6a2; background: linear-gradient(90deg, var(--gold-100), #fff 70%); }
.layer-meyve .model-art { color: var(--gold-500); }
.layer-meyve .model-name { color: #8a6412; }
.layer-dallar .model-art { color: var(--forest-500); }
.layer-dallar .model-items li:not(.plus) { background: var(--forest-100); color: var(--forest-800); }
.layer-govde .model-art { color: var(--earth-600); }
.layer-govde .model-name { color: var(--earth-800); }
.layer-govde .model-items li:not(.plus) { background: var(--earth-100); color: var(--earth-800); }
.layer-kokler { background: linear-gradient(90deg, #f0e3d2, #fff 70%); border-color: #e0cbb0; }
.layer-kokler .model-art { color: var(--earth-800); }
.layer-kokler .model-name { color: var(--earth-800); }
.layer-kokler .model-items li:not(.plus) { background: var(--earth-800); color: #fff; }
.art-fruit { fill: var(--gold-500); }
.art-shine { fill: #fff; opacity: .55; }
.art-leaf, .art-leafdot { fill: var(--forest-500); }
.art-branch { stroke: var(--earth-600); stroke-width: 3; fill: none; stroke-linecap: round; }
.art-trunk { fill: var(--earth-600); }
.art-bark { stroke: var(--earth-800); stroke-width: 2; stroke-linecap: round; }
.art-ground { stroke: var(--forest-500); stroke-width: 3; stroke-linecap: round; }
.art-root { stroke: var(--earth-800); stroke-width: 3; fill: none; stroke-linecap: round; }
@media (max-width: 560px) {
  .model-layers::before { left: 38px; }
  .model-layer { gap: 14px; padding: 1rem; align-items: flex-start; }
  .model-art { width: 56px; height: 56px; border-width: 2px; }
  .model-art svg { width: 34px; height: 34px; }
  .model-name { font-size: 1.25rem; }
}

/* ---------- İstatistikler ---------- */
.stats { list-style: none; margin: 0 0 2rem; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 170px), 1fr)); gap: 16px; }
.stat {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: .3rem;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem 1rem; box-shadow: var(--shadow-sm);
}
.stat .icon { color: var(--earth-600); }
.stat-num { font-family: var(--font-head); font-size: 2.8rem; font-weight: 700; letter-spacing: -.03em; line-height: 1.1; background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-label { font-weight: 500; color: var(--ink-soft); line-height: 1.35; font-size: .98rem; }

/* ---------- Karşıtlık listesi (Suçlama değil, araştırma) ---------- */
.contrast-list { list-style: none; margin: 0 auto 2rem; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 16px; max-width: 980px; }
.contrast-list li { min-width: 0; background: #fff; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow-sm); padding: 1.4rem; display: flex; flex-direction: column; gap: .5rem; text-align: center; align-items: center; }
.c-no { display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: .4em; color: var(--danger); font-weight: 700; font-size: 1.1rem; }
.c-no s { text-decoration-thickness: 2px; }
.c-yes { display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: .4em; font-family: var(--font-head); font-weight: 700; font-size: 1.6rem; color: var(--success); }
@media (max-width: 760px) { .contrast-list { grid-template-columns: 1fr; } .contrast-list li { padding: 1.1rem; } }

/* ---------- SSS ---------- */
.faq { display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 1.1rem 1.35rem; font-weight: 700; font-size: 1.12rem; color: var(--heading); min-height: 60px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-chevron { transition: transform .2s; color: var(--forest-600); }
.faq-item[open] .faq-chevron { transform: rotate(180deg); }
.faq-item p { padding: 0 1.35rem 1.25rem; margin: 0; color: var(--ink-soft); }

/* ---------- CTA bandı ---------- */
.cta-band { background: radial-gradient(600px 300px at 90% 0%, rgba(247,201,101,.35), transparent 70%), linear-gradient(120deg, var(--earth-800), var(--earth-600)); color: #fff; padding: clamp(3rem, 6vw, 4.5rem) 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; margin-bottom: .3em; }
.cta-band p { margin: 0; color: #f3e7d8; font-size: 1.15rem; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
@media (max-width: 560px) { .cta-actions, .cta-actions .btn { width: 100%; } }

/* ---------- Hızlı atlama menüsü ---------- */
.jump { margin-top: 1.5rem; }
.jump ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.jump a {
  display: inline-flex; align-items: center; gap: .45em; min-height: 44px;
  padding: .4em 1em; border-radius: 999px; background: var(--forest-50); border: 1px solid var(--forest-100);
  font-weight: 700; font-size: .95rem; text-decoration: none; color: var(--forest-800);
}
.jump a:hover { background: var(--forest-100); }

/* ---------- Çalışma alanları ---------- */
.area-list { display: grid; gap: 20px; }
.area {
  display: grid; grid-template-columns: 110px 1fr; gap: 24px; align-items: start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.75rem; box-shadow: var(--shadow-sm);
  scroll-margin-top: 110px;
}
.area:target { border-color: var(--gold-500); box-shadow: 0 0 0 4px var(--gold-100), var(--shadow); }
.area-badge { position: relative; width: 96px; height: 96px; border-radius: 26px; background: var(--forest-700); color: #fff; display: grid; place-items: center; }
.area-num { position: absolute; top: -10px; right: -10px; width: 36px; height: 36px; border-radius: 50%; background: var(--gold-500); color: var(--forest-900); display: grid; place-items: center; font-weight: 700; border: 3px solid #fff; }
.area h2 { font-size: clamp(1.35rem, 1.15rem + .8vw, 1.75rem); letter-spacing: .03em; margin-bottom: .4rem; }
.area-text { font-size: 1.15rem; }
.area .kisaca { margin-bottom: 0; }
@media (max-width: 640px) {
  .area { grid-template-columns: 1fr; padding: 1.35rem; gap: 14px; }
  .area-badge { width: 68px; height: 68px; border-radius: 18px; }
  .area-badge .icon-xl { width: 2rem; height: 2rem; }
}

/* ---------- Projeler ---------- */
.project-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 340px), 1fr)); gap: 20px; }
.project {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; scroll-margin-top: 110px;
}
.project:target { border-color: var(--gold-500); box-shadow: 0 0 0 4px var(--gold-100), var(--shadow); }
.project-head { display: flex; align-items: center; gap: 14px; margin-bottom: 1rem; }
.project-head h2 { font-size: 1.3rem; margin: 0; }
.project-simple, .project-who { display: flex; gap: .55em; align-items: flex-start; font-size: 1rem; margin: 0 0 .6rem; padding: .7rem .9rem; border-radius: var(--radius-sm); }
.project-simple { background: var(--gold-100); }
.project-who { background: var(--forest-50); margin-bottom: 0; }
.project-simple .icon, .project-who .icon { margin-top: .3em; color: var(--earth-600); }
.project-long { border-style: dashed; border-width: 2px; }
.tag { display: inline-flex; align-self: flex-start; align-items: center; gap: .4em; padding: .2em .8em; border-radius: 999px; font-size: .85rem; font-weight: 700; margin: -.25rem 0 .9rem; }
.tag-gold { background: var(--gold-100); color: #7a560c; }

/* ---------- KÖK Dosya adımları ---------- */
.steps { list-style: none; margin: 0 0 2.5rem; padding: 0; counter-reset: s; position: relative; }
.steps::before { content: ""; position: absolute; left: 27px; top: 20px; bottom: 20px; width: 3px; background: var(--forest-100); }
.step { position: relative; display: flex; gap: 20px; padding: 0 0 1.4rem; }
.step-num {
  flex: none; width: 56px; height: 56px; border-radius: 50%; position: relative; z-index: 1;
  display: grid; place-items: center; background: var(--forest-700); color: #fff;
  font-family: var(--font-head); font-weight: 700; font-size: 1.4rem; border: 4px solid var(--bg);
}
.step-body { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem 1.25rem; flex: 1; box-shadow: var(--shadow-sm); }
.step-text { font-weight: 700; font-size: 1.15rem; margin-bottom: .5rem; color: var(--heading); }
.step-simple { display: flex; gap: .5em; margin: 0; color: var(--ink-soft); }
.step-simple .icon { color: var(--earth-600); margin-top: .35em; }
@media (max-width: 560px) {
  .steps::before { left: 21px; }
  .step { gap: 12px; }
  .step-num { width: 44px; height: 44px; font-size: 1.15rem; border-width: 3px; }
}
.principle {
  margin: 0; display: flex; gap: 20px; align-items: center;
  background: var(--forest-800); color: #fff; border-radius: var(--radius); padding: 1.75rem 2rem;
}
.principle .icon { color: var(--gold-400); }
.principle p { margin: 0; font-family: var(--font-head); font-size: clamp(1.2rem, 1rem + .9vw, 1.55rem); font-weight: 700; line-height: 1.45; }
@media (max-width: 560px) { .principle { flex-direction: column; text-align: center; padding: 1.5rem; } }

/* ---------- Hakkımızda ---------- */
.big-quote { margin: 0 0 1.25rem; }
.big-quote p { font-family: var(--font-head); font-style: italic; font-weight: 500; font-size: clamp(1.7rem, 1.2rem + 2.4vw, 2.9rem); line-height: 1.3; color: #fff; margin: 0; }
.quote-explain { display: inline-flex; gap: .5em; align-items: flex-start; color: #d3e0d2; max-width: 640px; text-align: left; }
.quote-explain .icon { margin-top: .35em; color: var(--gold-400); }
.vm-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
@media (max-width: 860px) { .vm-grid { grid-template-columns: 1fr; } }
.vm-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow-sm); }
.vm-card h2 { margin: .75rem 0 0; }
.vm-sub { color: var(--earth-600); font-weight: 700; margin-bottom: 1rem; }
.vm-icon { display: inline-grid; place-items: center; width: 64px; height: 64px; border-radius: 18px; background: var(--forest-700); color: var(--gold-400); }
.vm-card .kisaca { margin-bottom: 0; }

.check-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr)); gap: 12px; }
.check-grid li { display: flex; gap: .6em; align-items: flex-start; background: var(--forest-50); padding: .9rem 1rem; border-radius: var(--radius-sm); font-weight: 700; }
.check-grid .icon { color: var(--success); }

.next-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 16px; }
.next-link {
  display: flex; align-items: center; gap: 16px; padding: 1.25rem 1.5rem;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm);
  text-decoration: none; color: var(--heading); font-weight: 700; font-size: 1.15rem;
  transition: transform .2s, box-shadow .2s;
}
.next-link span { flex: 1; display: flex; flex-direction: column; line-height: 1.3; }
.next-link small { font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.next-link > .icon:first-child { color: var(--earth-600); }
.next-link:hover { transform: translateY(-3px); box-shadow: var(--shadow); color: var(--forest-800); }

.doc-card { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem 1.75rem; box-shadow: var(--shadow-sm); margin-bottom: 1.5rem; }
.doc-card > .icon { color: var(--earth-600); }
.doc-card-body { flex: 1 1 280px; }
.doc-card-body h2 { font-size: 1.5rem; margin: 0 0 .2rem; }
.doc-card-body p { margin: 0; color: var(--ink-soft); }
.doc-card-body .eyebrow { margin-bottom: .2rem; }
@media (max-width: 560px) { .doc-card .btn { width: 100%; } }

/* ---------- Yapımız ---------- */
.org { display: grid; grid-template-columns: 1fr 1.3fr; gap: 24px; }
@media (max-width: 860px) { .org { grid-template-columns: 1fr; } }
.org-group { background: var(--bg-alt); border-radius: var(--radius); padding: 1.5rem; }
.org-title { display: flex; align-items: center; gap: .5em; font-size: 1.25rem; }
.org-title .icon { color: var(--earth-600); }
.org-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr)); gap: 10px; }
.org-list li { background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--forest-500); border-radius: var(--radius-sm); padding: .85rem 1rem; font-weight: 700; }
.org-list-main { grid-template-columns: 1fr; }
.org-list-main li { border-left-color: var(--earth-600); }
.chips { list-style: none; margin: 0 0 1.75rem; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.chips li { padding: .4em 1em; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-weight: 700; }
.rule-box { display: flex; gap: 16px; align-items: flex-start; background: var(--forest-800); color: #fff; padding: 1.4rem; border-radius: var(--radius); }
.rule-box .icon { color: var(--gold-400); }
.rule-box p { margin: 0; font-weight: 700; font-size: 1.1rem; }
.icon-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.icon-list li { display: flex; gap: .7em; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: .8rem 1rem; font-weight: 700; }
.icon-list .icon { color: var(--success); background: var(--success-bg); border-radius: 50%; padding: 4px; width: 1.8em; height: 1.8em; }

/* ---------- İlkeler ---------- */
.principles { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); gap: 16px; counter-reset: p; }
.principle-card { counter-increment: p; display: flex; gap: 16px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem 1.25rem; box-shadow: var(--shadow-sm); }
.principle-card p { margin: 0; font-weight: 700; font-size: 1.08rem; }
.limits { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.limits li { display: flex; gap: .8em; align-items: flex-start; background: #fff; border: 1px solid #f1cfcb; border-left: 5px solid var(--danger); border-radius: var(--radius-sm); padding: 1rem 1.2rem; font-weight: 700; font-size: 1.08rem; }
.limits .icon { color: var(--danger); margin-top: .1em; }

/* ---------- Zaman çizelgesi ---------- */
.timeline { list-style: none; margin: 0 0 2rem; padding: 0; position: relative; }
.timeline::before { content: ""; position: absolute; left: 8.5rem; top: 8px; bottom: 8px; width: 4px; border-radius: 4px; background: linear-gradient(var(--forest-500), var(--earth-600)); opacity: .35; }
.tl-item { display: grid; grid-template-columns: 8.5rem minmax(0, 1fr); gap: 28px; padding-bottom: 1.25rem; position: relative; }
.tl-item::before { content: ""; position: absolute; left: calc(8.5rem - 6px); top: 18px; width: 16px; height: 16px; border-radius: 50%; background: var(--gold-500); border: 3px solid var(--bg); box-shadow: 0 0 0 2px var(--forest-500); }
.tl-period { display: inline-flex; align-items: center; gap: .4em; align-self: start; justify-self: end; margin-right: 12px; margin-top: 8px; padding: .3em .8em; background: var(--forest-700); color: #fff; border-radius: 999px; font-weight: 700; font-size: .95rem; white-space: nowrap; }
.tl-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem 1.35rem; box-shadow: var(--shadow-sm); }
.tl-card h3 { margin: 0 0 .6rem; font-size: 1.3rem; }
.tl-card p { margin: 0; }
.tl-label { font-size: .78rem !important; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-bottom: .1rem !important; }
@media (max-width: 640px) {
  .timeline::before { left: 9px; }
  .tl-item { grid-template-columns: 1fr; gap: 8px; padding-left: 34px; }
  .tl-item::before { left: 3px; top: 10px; }
  .tl-period { justify-self: start; margin: 0; }
}
.table-toggle { margin-top: 1rem; }
.table-toggle summary { display: inline-flex; align-items: center; gap: .5em; cursor: pointer; font-weight: 700; color: var(--forest-600); min-height: 44px; }
.table-wrap { overflow-x: auto; margin-top: 1rem; border-radius: var(--radius-sm); border: 1px solid var(--line); }
.table { width: 100%; border-collapse: collapse; background: #fff; font-size: 1rem; }
.table caption { text-align: left; padding: .8rem 1rem; font-weight: 700; color: var(--heading); }
.table th, .table td { padding: .75rem 1rem; text-align: left; border-top: 1px solid var(--line); vertical-align: top; }
.table thead th { background: var(--forest-800); color: #fff; border: 0; }
.table tbody th { white-space: nowrap; color: var(--forest-700); }
.table tbody tr:nth-child(even) { background: var(--forest-50); }

/* ---------- Manifesto ---------- */
.manifesto {
  background:
    radial-gradient(900px 400px at 50% 0%, rgba(217,164,65,.14), transparent 70%),
    linear-gradient(180deg, var(--forest-800), var(--forest-900));
  color: #e6efe5; padding: clamp(3rem, 6vw, 5.5rem) 0; text-align: center;
}
.manifesto h1 { color: #fff; margin-bottom: 2.5rem; }
.mf-line { font-family: var(--font-head); font-size: clamp(1.2rem, 1rem + .9vw, 1.55rem); line-height: 1.6; color: #eef4ec; margin: 0 auto 1.75rem; max-width: 760px; }
.mf-lead { font-size: clamp(1.5rem, 1.1rem + 1.7vw, 2.2rem); color: #fff; font-style: italic; }
.mf-final { color: var(--gold-400); font-weight: 700; }
.kokumuz { list-style: none; margin: 0 auto 2.25rem; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr)); gap: 12px; max-width: 820px; }
.kokumuz li { min-width: 0; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); padding: 1rem; display: flex; flex-direction: column; gap: .15rem; }
.kokumuz span { font-size: .85rem; text-transform: uppercase; letter-spacing: .12em; color: var(--gold-400); font-weight: 700; }
.kokumuz strong { font-family: var(--font-head); font-size: 1.3rem; color: #fff; font-weight: 700; }
.verbs-big { margin-bottom: 2rem; padding: 1.25rem; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.verbs-big li { font-size: 1.2rem; }
.mf-sign { display: flex; align-items: center; justify-content: center; gap: 16px; margin: 2.5rem 0 2rem; text-align: left; }
.mf-sign p { margin: 0; color: #d3e0d2; font-style: italic; }
.mf-sign strong { font-style: normal; font-family: var(--font-head); color: #fff; font-size: 1.6rem; letter-spacing: .08em; }
.mf-logo { width: 72px; height: 72px; }
.mf-logo .lg-crown circle, .logo-footer .lg-crown circle { fill: #5f9a68; }
.mf-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* ---------- Katılım formu ---------- */
.join { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; }
@media (max-width: 960px) { .join { grid-template-columns: 1fr; } .join-form { order: -1; } }
.join-ways { list-style: none; margin: 0 0 1.5rem; padding: 0; display: grid; gap: 14px; }
.join-ways li { display: flex; gap: 14px; align-items: flex-start; }
.join-ways .icon { color: var(--forest-600); background: var(--forest-50); border-radius: 14px; padding: 8px; width: 48px; height: 48px; }
.join-ways strong { display: block; font-size: 1.1rem; color: var(--heading); }
.join-ways p { margin: 0; color: var(--ink-soft); font-size: 1rem; }
.join-contact { background: var(--bg-alt); padding: 1.2rem; border-radius: var(--radius); }
.join-contact p { margin: 0 0 .4rem; }
.join-contact a { display: inline-flex; align-items: center; gap: .4em; font-weight: 700; }
.join-form form, .login-box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.25rem, 3vw, 2.25rem); box-shadow: var(--shadow); scroll-margin-top: 110px; }
.join-form { scroll-margin-top: 110px; }
.form-note { color: var(--muted); }
.req { color: var(--danger); font-weight: 700; }
.field { margin: 0 0 1.25rem; border: 0; padding: 0; min-width: 0; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
@media (max-width: 640px) { .field-row { grid-template-columns: 1fr; } }
.field label, .field legend { display: block; font-weight: 700; margin-bottom: .4rem; color: var(--heading); padding: 0; }
.field input[type="text"], .field input[type="email"], .field input[type="tel"], .field input[type="password"], .field select, .field textarea {
  width: 100%; min-height: 52px; padding: .7rem .9rem;
  font: inherit; font-size: 1.05rem; color: var(--text);
  background: #fff; border: 2px solid #cfc8b8; border-radius: var(--radius-sm);
  transition: border-color .15s, box-shadow .15s;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--forest-600); box-shadow: 0 0 0 4px rgba(53, 98, 68, .2); }
.field [aria-invalid="true"] { border-color: var(--danger); background: #fffafa; }
.field-help { font-size: .95rem; color: var(--muted); margin: .4rem 0 0; }
.field-error { display: flex; align-items: center; gap: .4em; color: var(--danger); font-weight: 700; font-size: .98rem; margin: .45rem 0 0; }
.radio-cards, .check-cards { display: grid; gap: 8px; }
.check-cards { grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr)); }
.field .radio-card, .field .check-card { display: flex; align-items: center; gap: 12px; padding: .75rem 1rem; min-height: 54px; border: 2px solid var(--line); border-radius: var(--radius-sm); cursor: pointer; font-weight: 700 !important; margin: 0 !important; transition: border-color .15s, background-color .15s; }
.radio-card:hover, .check-card:hover { border-color: var(--forest-500); }
.radio-card:has(input:checked), .check-card:has(input:checked) { border-color: var(--forest-600); background: var(--forest-50); }
.radio-card input, .check-card input, .consent input { width: 22px; height: 22px; flex: none; accent-color: var(--forest-700); margin: 0; }
.check-card span { display: inline-flex; align-items: center; gap: .45em; font-size: .98rem; }
.consent { display: flex !important; gap: 12px; align-items: flex-start; font-weight: 600 !important; cursor: pointer; }
.consent input { margin-top: .25em; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.alert { display: flex; gap: 14px; align-items: flex-start; padding: 1rem 1.2rem; border-radius: var(--radius-sm); margin-bottom: 1.25rem; }
.alert p { margin: 0; }
.alert-error { background: var(--danger-bg); color: var(--danger); border: 1px solid #f1cfcb; font-weight: 700; }
.alert-success { background: var(--success-bg); color: var(--success); border: 2px solid #b7dcc3; padding: 1.75rem; border-radius: var(--radius); }
.alert-success h2 { color: var(--success); margin-bottom: .3em; }
.alert-success p { color: var(--ink); margin-bottom: .6rem; }

/* ---------- Yazı sayfası (KVKK) ---------- */
.prose h2 { font-size: 1.4rem; margin-top: 2rem; }
.prose ul { padding-left: 1.3rem; }
.prose li { margin-bottom: .4rem; }

/* ---------- Yönetim ---------- */
.login-box { max-width: 440px; margin: 2rem auto; }
.login-box h1 { font-size: 1.6rem; display: flex; align-items: center; gap: .5em; }
.admin-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 1.5rem; }
.admin-head h1 { margin: 0; font-size: 1.9rem; display: flex; align-items: center; gap: .5em; }
.admin-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.badge { display: inline-grid; place-items: center; min-width: 40px; height: 40px; padding: 0 10px; border-radius: 999px; background: var(--gold-500); color: var(--forest-900); font-family: var(--font-body); font-size: 1.1rem; }
.table-admin td { min-width: 120px; font-size: .95rem; }
@media (max-width: 760px) {
  .table-admin thead { display: none; }
  .table-admin, .table-admin tbody, .table-admin tr, .table-admin td { display: block; width: 100%; }
  .table-admin tr { border-bottom: 3px solid var(--forest-100); padding: .5rem 0; }
  .table-admin td { border: 0; padding: .35rem 1rem; }
  .table-admin td::before { content: attr(data-label); display: block; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
}

.notfound-logo { width: 120px; height: 120px; margin-bottom: 1rem; }

/* ---------- Alt bilgi ---------- */
.site-footer { background: var(--forest-900); color: #c9d6c8; font-size: 1rem; }
.site-footer a { color: #e9f0e8; text-decoration: none; }
.site-footer a:hover { color: var(--gold-400); text-decoration: underline; }
.footer-motto { background: var(--forest-800); padding: 1.5rem 0; text-align: center; }
.footer-motto .container { display: flex; align-items: center; justify-content: center; gap: 14px; }
.footer-motto p { margin: 0; font-style: italic; font-weight: 500; font-size: clamp(1.05rem, 1rem + .5vw, 1.3rem); color: #fff; }
.logo-footer { width: 48px; height: 48px; }
@media (max-width: 560px) { .footer-motto .container { flex-direction: column; } }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 32px; padding-top: 3rem; padding-bottom: 2.5rem; }
@media (max-width: 960px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; gap: 24px; } }
.footer-brand { font-family: var(--font-head); font-weight: 700; font-size: 1.2rem; color: #fff; }
.footer-title { font-weight: 700; color: var(--gold-400); text-transform: uppercase; letter-spacing: .1em; font-size: .85rem; margin-bottom: .8rem; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .35rem; }
.footer-col li a, .footer-col li span { display: inline-flex; align-items: center; gap: .5em; min-height: 36px; }
.social { display: flex !important; gap: 8px !important; margin-top: 1rem !important; }
.social a { display: grid !important; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.08); }
.social a:hover { background: var(--gold-500); color: var(--forest-900); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 1.1rem 0; font-size: .92rem; }
.footer-bottom-inner { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.footer-bottom p { margin: 0; }

.to-top {
  position: fixed; right: 18px; bottom: 18px; z-index: 90;
  width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center;
  background: var(--forest-700); color: #fff; box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .2s, transform .2s, visibility .2s;
}
.to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { background: var(--forest-800); color: #fff; }

/* ---------- Kaydırınca beliren öğeler ---------- */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1; transform: none; } }

/* ---------- Yazdırma ---------- */
@media print {
  .a11y-bar, .site-header, .site-footer, .to-top, .hero-actions, .cta-band, .mf-actions, .next-links, .jump { display: none !important; }
  body { background: #fff; color: #000; font-size: 12pt; }
  .manifesto, .page-hero, .hero, .section-dark { background: #fff !important; color: #000 !important; }
  .manifesto *, .page-hero *, .hero *, .section-dark * { color: #000 !important; }
  .js .reveal { opacity: 1 !important; transform: none !important; }
  a { text-decoration: none; color: #000; }
}
