/* ============================================================
   TYT Konuları — SEO içerik sayfası
   Scope: .okt-tyt-konulari
   Token'lar ve @keyframes global (style.css / shell.css) kaynaklıdır.
   ============================================================ */

/* ---- Hero ---- */
.okt-tyt-konulari .tk-crumbs { display:flex; flex-wrap:wrap; align-items:center; gap:8px; font-size:13px; color:var(--fg-muted); margin-bottom:14px; }
.okt-tyt-konulari .tk-crumbs a { color:var(--fg-muted); text-decoration:none; }
.okt-tyt-konulari .tk-crumbs a:hover { color:var(--primary-700); }
.okt-tyt-konulari .tk-crumbs [aria-current="page"] { color:var(--ink-900); font-weight:600; }

.okt-tyt-konulari .tk-pill {
  display:inline-block; padding:6px 14px; border-radius:999px;
  font-size:12.5px; font-weight:700; letter-spacing:-.005em;
  color:var(--primary-700); background:var(--primary-50);
}

.okt-tyt-konulari .tk-h1 { margin:14px 0 12px; color:var(--ink-900); max-width:780px; }
.okt-tyt-konulari .tk-lead { max-width:660px; color:var(--ink-700); }

.okt-tyt-konulari .tk-chip-1 { top:26%; left:3%; animation:float-up 7s ease-in-out infinite; }
.okt-tyt-konulari .tk-chip-2 { top:48%; right:3%; animation:float-up 9s ease-in-out infinite; animation-delay:1s; }

/* ---- İçerik bölümü ---- */
.okt-tyt-konulari .tk-section { padding:56px 0 80px; background:#fff; }

/* ---- Ders kartları ---- */
.okt-tyt-konulari .tk-card {
  padding:24px; margin-bottom:14px;
  background:#fff; border:1px solid var(--border); border-radius:14px;
}
.okt-tyt-konulari .tk-card h2 {
  font-size:18px; font-weight:800; color:var(--ink-900); margin:0 0 10px;
}
.okt-tyt-konulari .tk-card ul {
  padding-left:18px; margin:0;
  font-size:14.5px; color:var(--ink-700); line-height:1.8;
}
.okt-tyt-konulari .tk-card li { margin:0; }

/* ---- Dipnot ---- */
.okt-tyt-konulari .tk-note {
  margin-top:18px; padding:14px;
  background:var(--ink-10); border-radius:10px;
  font-size:13px; color:var(--fg-muted); line-height:1.6;
}
