@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/inter-400.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url('/fonts/inter-600.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url('/fonts/inter-700.woff2') format('woff2'); }
@font-face { font-family: 'Lora'; font-style: normal; font-weight: 600; font-display: swap; src: url('/fonts/lora-600.woff2') format('woff2'); }
@font-face { font-family: 'Lora'; font-style: normal; font-weight: 700; font-display: swap; src: url('/fonts/lora-700.woff2') format('woff2'); }

/* ---------- Design tokens ---------- */
:root {
  --bg: #ffffff;
  --surface: #f6f6f4;
  --surface-2: #efefec;
  --text: #1a1a18;
  --muted: #6b6b64;
  --border: #e4e4e0;
  --accent: #2563eb;
  --accent-soft: rgba(37, 99, 235, 0.1);
  --accent-text: #1d4ed8;
  --shadow: 0 1px 3px rgba(0,0,0,0.06);
  --radius: 10px;
  --container: 1120px;
  --article-width: 720px;
  --font-head: 'Lora', Georgia, serif;
  --font-body: 'Inter', -apple-system, 'Segoe UI', sans-serif;
}
[data-theme="dark"] {
  --bg: #0f1115;
  --surface: #171a21;
  --surface-2: #1e222b;
  --text: #e8e9ec;
  --muted: #9aa0aa;
  --border: #262b35;
  --accent: #60a5fa;
  --accent-soft: rgba(96, 165, 250, 0.12);
  --accent-text: #93c5fd;
  --shadow: 0 1px 3px rgba(0,0,0,0.4);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-body); font-size: 16px; line-height: 1.7; color: var(--text); background: var(--bg); transition: background 0.2s ease, color 0.2s ease; }
img { max-width: 100%; height: auto; }
a { color: var(--accent-text); text-decoration: underline; text-underline-offset: 2px; }
a:hover { color: var(--accent); }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.25; letter-spacing: -0.01em; margin: 0 0 0.5em; color: var(--text); }
h1 { font-size: clamp(28px, 4vw, 38px); }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
p { margin: 0 0 1.1em; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--accent); color: #fff; padding: 8px 14px; border-radius: 0 0 8px 0; z-index: 100; }
.skip-link:focus { left: 0; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* ---------- Header ---------- */
.site-header { border-bottom: 1px solid var(--border); background: var(--bg); position: sticky; top: 0; z-index: 50; }
.header-inner { display: flex; align-items: center; gap: 28px; max-width: var(--container); margin: 0 auto; padding: 0 24px; height: 62px; justify-content: space-between; }
.logo { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-head); font-weight: 700; font-size: 20px; color: var(--text); text-decoration: none; letter-spacing: -0.02em; white-space: nowrap; }
.logo .logo-icon { width: 24px; height: 24px; color: var(--accent); flex-shrink: 0; }
.logo em { font-style: normal; color: var(--accent); }
.main-nav { display: flex; gap: 22px; }
.main-nav a { font-size: 14px; font-weight: 500; color: var(--text); text-decoration: none; }
.main-nav a:hover { color: var(--accent); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-btn { width: 38px; height: 38px; border-radius: 8px; border: 1px solid var(--border); background: var(--surface); color: var(--text); font-size: 15px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.icon-btn:hover { border-color: var(--accent); }
.hamburger { display: none; }
.mobile-nav { display: none; }

/* ---------- Hero / sections ---------- */
.hero { padding: 64px 0 40px; }
.hero .hero-kicker { font-size: 12.5px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--accent); margin: 0 0 14px; }
.hero h1 { font-size: clamp(34px, 6vw, 56px); line-height: 1.08; letter-spacing: -0.025em; max-width: 780px; margin-bottom: 16px; }
.hero h1 .accent { color: var(--accent); }
.hero-sub { font-size: 18px; color: var(--muted); max-width: 620px; line-height: 1.6; }
.hero-actions { display: flex; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
.btn { display: inline-block; padding: 12px 24px; border-radius: 10px; font-family: var(--font-body); font-weight: 600; font-size: 15px; text-decoration: none; transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease; }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { filter: brightness(1.08); transform: translateY(-1px); color: #fff; }
.btn-ghost { border: 1px solid var(--border); color: var(--text); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-1px); }
.hero-chips { display: flex; gap: 10px; margin-top: 22px; flex-wrap: wrap; }
.chip { font-size: 13px; font-weight: 500; padding: 7px 15px; border-radius: 999px; border: 1px solid var(--border); color: var(--muted); text-decoration: none; transition: border-color 0.15s ease, color 0.15s ease; }
.chip:hover { border-color: var(--accent); color: var(--accent); }

/* Featured card */
.featured-card { display: grid; grid-template-columns: 1.15fr 1fr; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; text-decoration: none; color: var(--text); transition: box-shadow 0.15s ease; }
.featured-card:hover { box-shadow: var(--shadow); color: var(--text); }
.featured-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.featured-body { padding: 30px 32px; display: flex; flex-direction: column; gap: 12px; justify-content: center; }
.tag { align-self: flex-start; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--accent); border: 1px solid var(--accent); padding: 4px 12px; border-radius: 999px; }
.featured-body h2 { font-size: clamp(22px, 3vw, 30px); margin: 0; line-height: 1.22; }
.featured-body p { color: var(--muted); font-size: 15px; margin: 0; line-height: 1.6; }
.featured-cta { font-family: var(--font-body); font-weight: 600; font-size: 14.5px; color: var(--accent); text-decoration: none; }

/* Trust row */
.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.trust-item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; }
.trust-item .t-icon { display: inline-flex; width: 42px; height: 42px; border-radius: 10px; background: var(--accent-soft); color: var(--accent); align-items: center; justify-content: center; }
.trust-item .t-icon svg { width: 20px; height: 20px; }
.trust-item h3 { font-family: var(--font-body); font-size: 16px; font-weight: 600; margin: 14px 0 6px; }
.trust-item p { font-size: 13.5px; color: var(--muted); margin: 0; line-height: 1.55; }

/* CTA band */
.cta-band { margin-top: 12px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 44px 32px; text-align: center; }
.cta-band h2 { margin: 0 0 10px; font-size: 26px; }
.cta-band p { color: var(--muted); margin: 0 auto 22px; max-width: 520px; font-size: 15.5px; }
.section { padding: 36px 0 0; }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.section-head h2 { font-size: 24px; margin: 0; }
.section-head .all { font-size: 13.5px; font-weight: 600; text-decoration: none; }

/* ---------- Cards ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; text-decoration: none; color: var(--text); transition: transform 0.15s ease, box-shadow 0.15s ease; }
.card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.card .thumb { aspect-ratio: 16/9; overflow: hidden; }
.card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.card .body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.card .cat { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--accent); }
.card h3 { font-size: 17px; margin: 0; line-height: 1.35; }
.card .excerpt { font-size: 13.5px; color: var(--muted); line-height: 1.55; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card .meta { display: flex; gap: 12px; color: var(--muted); font-size: 12px; margin-top: auto; padding-top: 8px; }
.ct-type { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; padding: 2px 8px; border-radius: 20px; background: var(--accent-soft); color: var(--accent-text); align-self: flex-start; }

/* ---------- Category hub ---------- */
.cat-intro { max-width: 640px; color: var(--muted); font-size: 15.5px; line-height: 1.65; margin: -8px 0 22px; }
.cat-intro p { margin: 0; }
.filter-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.filter-tabs button { font-family: var(--font-body); font-size: 13px; font-weight: 600; padding: 7px 14px; border-radius: 999px; border: 1px solid var(--border); background: var(--surface); color: var(--text); cursor: pointer; }
.filter-tabs button.active { background: var(--accent); color: #fff; border-color: var(--accent); }

/* ---------- Article ---------- */
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 44px; max-width: var(--container); margin: 0 auto; padding: 34px 24px 0; }
.article { max-width: var(--article-width); width: 100%; min-width: 0; margin: 0 auto; }
.breadcrumbs { font-size: 13px; color: var(--muted); margin-bottom: 16px; }
.breadcrumbs a { color: var(--muted); }
.breadcrumbs a:hover { color: var(--accent); }
.article-header { margin-bottom: 8px; }
.article-tags { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; flex-wrap: wrap; }
.chip-sm { font-size: 12.5px; padding: 5px 13px; }
.badge { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: capitalize; padding: 5px 13px; border-radius: 999px; background: var(--accent-soft); color: var(--accent-text); border: 1px solid var(--border); }
.article-header h1 { font-size: clamp(30px, 5vw, 44px); line-height: 1.12; letter-spacing: -0.02em; margin-bottom: 14px; }
.article-sub { font-size: 17px; color: var(--muted); line-height: 1.65; max-width: 680px; margin-bottom: 0; }
.byline { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin: 16px 0 8px; }
.byline-avatar { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--accent-text)); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 15px; font-family: var(--font-head); }
.byline .who { font-size: 14px; font-weight: 600; }
.byline .when { font-size: 12.5px; color: var(--muted); }
.article-hero { margin: 18px 0 8px; }
.article-hero img { border-radius: var(--radius); width: 100%; border: 1px solid var(--border); }
.article-body { font-size: 17px; line-height: 1.75; }
.article-body h2 { margin: 36px 0 14px; }
.article-body h3 { margin: 26px 0 10px; }
.article-body ul, .article-body ol { margin: 0 0 20px 22px; }
.article-body li { margin-bottom: 8px; }
.article-body blockquote { border-left: 3px solid var(--accent); padding: 4px 20px; margin: 24px 0; color: var(--muted); font-style: italic; }
.article-body code { background: var(--surface-2); padding: 2px 6px; border-radius: 4px; font-size: 0.9em; overflow-wrap: anywhere; }
.article-body pre { overflow-x: auto; background: var(--surface-2); padding: 14px 16px; border-radius: var(--radius); font-size: 14px; line-height: 1.6; }
.article-body pre code { background: none; padding: 0; font-size: 14px; overflow-wrap: normal; }
.article-body table { width: 100%; max-width: 100%; display: block; overflow-x: auto; border-collapse: collapse; margin: 20px 0; font-size: 15px; }
.article-body th, .article-body td { border: 1px solid var(--border); padding: 9px 12px; text-align: left; }
.article-body th { background: var(--surface); font-weight: 600; }
.article-body .cta-box { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; background: var(--surface); border: 1px solid var(--border); border-left: 4px solid var(--accent); border-radius: var(--radius); padding: 18px 20px; margin: 28px 0; }
.article-body .cta-box a { font-weight: 700; background: var(--accent); color: #fff; padding: 9px 16px; border-radius: 8px; text-decoration: none; }
.affiliate-box { font-size: 13px; color: var(--muted); background: var(--surface); border: 1px solid var(--border); border-radius: 8px; padding: 10px 14px; margin: 14px 0 20px; }

/* TOC */
.toc { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 16px 18px; margin: 20px 0; font-size: 14px; }
.toc summary { font-weight: 700; cursor: pointer; font-family: var(--font-head); }
.toc ul { list-style: none; margin: 10px 0 0; padding: 0; }
.toc li { margin-bottom: 6px; }
.toc a { color: var(--muted); text-decoration: none; }
.toc a:hover { color: var(--accent); }
.toc-mobile { display: none; }

/* Sidebar */
.sidebar { align-self: start; position: sticky; top: 84px; display: flex; flex-direction: column; gap: 18px; }
.side-title { font-family: var(--font-head); font-size: 13px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: var(--muted); margin: 0 0 10px; }
.side-toc { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; }
.side-toc ul { list-style: none; margin: 0; padding: 0; font-size: 13.5px; }
.side-toc li { margin-bottom: 8px; line-height: 1.4; }
.side-toc li ul { margin: 8px 0 0 12px; }
.side-toc a { color: var(--muted); text-decoration: none; }
.side-toc a:hover { color: var(--accent); }
.side-box { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; }
.side-list { list-style: none; margin: 0 0 14px; padding: 0; }
.side-list li { margin-bottom: 9px; line-height: 1.4; }
.side-list a { font-size: 13.5px; color: var(--text); text-decoration: none; }
.side-list a:hover { color: var(--accent); }
.side-cta p { font-size: 13.5px; color: var(--muted); margin: 0 0 14px; line-height: 1.5; }
.btn-sm { padding: 9px 16px; font-size: 13.5px; }

/* Ad slot — rezerve alan (ads onayı öncesi boş) */
.ad-slot { min-height: 120px; display: flex; align-items: center; justify-content: center; margin: 28px 0; border: 1px dashed var(--border); border-radius: var(--radius); color: var(--muted); font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }

/* Related */
.related { margin-top: 36px; }
.related h2 { font-size: 20px; }

/* Footer */
.site-footer { border-top: 1px solid var(--border); margin-top: 60px; padding: 36px 0; }
.footer-inner { max-width: var(--container); margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-links a { font-size: 13.5px; color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--accent); }
.footer-note { font-size: 12.5px; color: var(--muted); margin-top: 16px; }

/* 404 */
.notfound { text-align: center; padding: 80px 24px; }
.notfound h1 { font-size: 64px; color: var(--accent); }
.notfound .search-inline { max-width: 400px; margin: 20px auto; }
.notfound input { width: 100%; padding: 12px 16px; border: 1px solid var(--border); border-radius: 8px; font-size: 15px; background: var(--surface); color: var(--text); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: minmax(0, 1fr); }
  .toc-mobile { display: block; }
  .side-toc { display: none; }
  .sidebar { position: static; }
  .featured-card { grid-template-columns: 1fr; }
  .featured-thumb img { aspect-ratio: 16/9; }
  .trust { grid-template-columns: 1fr; }
  .featured-body { padding: 24px; }
}
@media (max-width: 640px) {
  .main-nav { display: none; }
  .hamburger { display: inline-flex; }
  .mobile-nav { display: block; position: absolute; left: 0; right: 0; top: 62px; background: var(--bg); border-bottom: 1px solid var(--border); padding: 10px 24px 16px; }
  .mobile-nav.closed { display: none; }
  .mobile-nav a { display: block; padding: 10px 0; font-size: 15px; color: var(--text); text-decoration: none; border-bottom: 1px solid var(--border); }
  .grid-3 { grid-template-columns: 1fr; }
  .hero { padding: 36px 0 20px; }
  .cta-band { padding: 32px 20px; }
}

/* ===== Yazar sayfaları + who-link ===== */
.who-link { color: var(--accent); text-decoration: none; border-bottom: 1px dotted var(--accent); }
.who-link:hover { text-decoration: none; border-bottom-style: solid; }
.author-hero { display: flex; align-items: center; gap: 18px; padding: 40px 0 8px; }
.author-avatar { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), #ff8c42); color: #fff; font-size: 26px; font-weight: 700; flex-shrink: 0; }
.author-hero h1 { font-size: 30px; margin: 0 0 6px; }
.author-bio { color: var(--muted); font-size: 15px; margin: 0; }
.author-about { margin: 16px 0 8px; color: var(--text); font-size: 15.5px; line-height: 1.65; }
/* İçerik tipi renk sistemi: Guide=mavi, Fix=turuncu, Comparison=mor, Template=yeşil */
.ct-type, .badge { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 3px 9px; border-radius: 99px; }
[data-ctype="guide"] .ct-type, .badge[data-ctype="guide"] { background: rgba(66,133,244,.14); color: #4285f4; }
[data-ctype="fix"] .ct-type, .badge[data-ctype="fix"] { background: rgba(255,140,66,.16); color: #e0692a; }
[data-ctype="comparison"] .ct-type, .badge[data-ctype="comparison"] { background: rgba(147,112,219,.15); color: #8e5fd7; }
[data-ctype="template"] .ct-type, .badge[data-ctype="template"] { background: rgba(52,168,83,.14); color: #34a853; }
html[data-theme="dark"] [data-ctype="guide"] .ct-type { color: #7baaf7; }
html[data-theme="dark"] [data-ctype="fix"] .ct-type { color: #ffa366; }
html[data-theme="dark"] [data-ctype="comparison"] .ct-type { color: #b79aef; }
html[data-theme="dark"] [data-ctype="template"] .ct-type { color: #66d18a; }
/* Footer mini liste */
.footer-latest { list-style: none; margin: 8px 0 0; padding: 0; font-size: 13.5px; }
.footer-latest li { margin-bottom: 6px; }
.footer-latest a { color: var(--muted); text-decoration: none; }
.footer-latest a:hover { color: var(--accent); }
/* Mobil çapa reklam */
.ad-anchor { display: none; }
@media (max-width: 768px) {
  .ad-anchor { display: block; position: fixed; bottom: 0; left: 0; right: 0; z-index: 50; background: var(--bg); border-top: 1px solid var(--border); padding: 6px 10px; text-align: center; }
  .ad-anchor .ad-label { font-size: 9px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 2px; }
  body { padding-bottom: 66px; }
}
/* Şablon CTA kutusu */
.template-cta { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; background: linear-gradient(135deg, rgba(66,133,244,.08), rgba(52,168,83,.08)); border: 1px solid var(--border); border-radius: 12px; padding: 18px 20px; margin: 22px 0; }
.template-cta strong { font-size: 17px; }
.template-cta p { margin: 4px 0 0; color: var(--muted); font-size: 13.5px; }
.template-cta .btn-primary { text-decoration: none; white-space: nowrap; }
@media (max-width: 600px) { .template-cta { flex-direction: column; align-items: stretch; text-align: center; } }
/* Newsletter */
.newsletter { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 18px 20px; margin: 18px 0; }
.newsletter strong { font-size: 16px; }
.newsletter p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }
.newsletter-form { display: flex; gap: 8px; }
.newsletter-form input { border: 1px solid var(--border); border-radius: 8px; padding: 9px 12px; font-size: 14px; background: var(--bg); color: var(--text); min-width: 210px; }
.newsletter-form .btn { text-decoration: none; }
@media (max-width: 600px) { .newsletter { flex-direction: column; align-items: stretch; } .newsletter-form { flex-direction: column; } .newsletter-form input { min-width: 0; } }
/* Sidebar sticky reklam */
.side-ad.sticky { position: sticky; top: 88px; margin-top: 18px; }
.ad-slot { min-height: 90px; display: flex; align-items: center; justify-content: center; border: 1px dashed var(--border); border-radius: 10px; color: var(--muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; background: var(--surface); }
.ad-slot[aria-hidden="true"] { display: none; }
/* İçerik içi reklam */
.ad-incontent { margin: 20px 0; }
/* Footer 3 kolon */
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 28px; align-items: start; }
.footer-head { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin: 0 0 8px; }
@media (max-width: 768px) { .footer-inner { grid-template-columns: 1fr; gap: 18px; } }

/* ===== Cookie consent (GDPR) ===== */
.btn-outline { display: inline-block; padding: 12px 24px; border-radius: 10px; font-family: var(--font-body); font-weight: 600; font-size: 15px; text-decoration: none; background: transparent; color: var(--text); border: 1px solid var(--border); cursor: pointer; transition: border-color .15s, color .15s; }
.btn-outline:hover { border-color: var(--accent); color: var(--accent); }
.consent { position: fixed; bottom: 16px; left: 50%; transform: translateX(-50%) translateY(140%); width: min(520px, calc(100% - 32px)); background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 16px 18px; box-shadow: 0 8px 30px rgba(0,0,0,.18); z-index: 200; transition: transform .3s ease; font-size: 13.5px; display: flex; flex-direction: column; gap: 12px; }
.consent.show { transform: translateX(-50%) translateY(0); }
.consent p { color: var(--muted); line-height: 1.5; margin: 0; }
.consent a { color: var(--accent); text-decoration: underline; }
.consent-btns { display: flex; gap: 10px; }
.consent-btns .btn, .consent-btns .btn-outline { padding: 8px 18px; font-size: 13.5px; }
@media (max-width: 480px) { .consent-btns { flex: 1; } .consent-btns .btn, .consent-btns .btn-outline { flex: 1; text-align: center; } }

/* ===== Kategori intro (katlanır) ===== */
.cat-intro { border: 1px solid var(--border); border-radius: 10px; background: var(--surface); padding: 12px 16px; margin: 4px 0 20px; max-width: 100%; }
.cat-intro summary { cursor: pointer; font-weight: 700; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--accent); list-style: none; user-select: none; }
.cat-intro summary::-webkit-details-marker { display: none; }
.cat-intro-toggle { color: var(--muted); font-weight: 600; text-transform: none; letter-spacing: 0; }
.cat-intro[open] .cat-intro-toggle::before { content: "hide"; }
.cat-intro:not([open]) .cat-intro-toggle::before { content: "show"; }
.cat-intro div { margin-top: 10px; color: var(--muted); line-height: 1.65; font-size: 14.5px; }
.cat-intro div p { margin: 0 0 10px; }
.cat-intro div ul { margin: 4px 0 10px; padding-left: 20px; }
.cat-intro div li { margin: 4px 0; }

/* ===== Statik sayfa sidebar ===== */
.side-news .side-note { color: var(--muted); font-size: 13px; margin: 4px 0 10px; line-height: 1.5; }
.side-form { display: flex; flex-direction: column; gap: 8px; }
.side-form input { border: 1px solid var(--border); border-radius: 8px; padding: 9px 12px; font-size: 13.5px; background: var(--bg); color: var(--text); }

/* ===== Statik sayfa sidebar (görsel) ===== */
.side-mini { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.side-mini a { display: flex; gap: 10px; align-items: center; text-decoration: none; color: var(--text); }
.side-mini img { width: 88px; height: 50px; object-fit: cover; border-radius: 8px; flex-shrink: 0; border: 1px solid var(--border); }
.side-mini span { font-size: 13px; line-height: 1.4; font-weight: 600; }
.side-mini a:hover span { color: var(--accent); }
.side-cat-grid { display: grid; gap: 8px; }
.side-cat { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 10px; border: 1px solid var(--border); background: var(--bg); text-decoration: none; color: var(--text); font-weight: 600; font-size: 14px; transition: transform .15s, border-color .15s; }
.side-cat span { font-size: 18px; }
.side-cat:hover { transform: translateX(3px); border-color: var(--accent); color: var(--accent); }
.side-cat.c-spread { border-left: 3px solid #34a853; }
.side-cat.c-notion { border-left: 3px solid #6b5bd2; }
.side-cat.c-auto { border-left: 3px solid #f59e0b; }
.side-news { background: linear-gradient(135deg, var(--surface), var(--accent-soft)); border: 1px solid var(--border); }
.side-news .side-title { color: var(--accent); }
.side-news .side-note { color: var(--muted); font-size: 13px; margin: 4px 0 10px; line-height: 1.5; }
.side-form { display: flex; flex-direction: column; gap: 8px; }
.side-form input { border: 1px solid var(--border); border-radius: 8px; padding: 9px 12px; font-size: 13.5px; background: var(--bg); color: var(--text); }

/* ===== Makale sidebar CTA (görsel bant) ===== */
.side-cta { background: linear-gradient(135deg, var(--accent), #1e6fd9); border: none; color: #fff; border-radius: 12px; padding: 18px; }
.side-cta p { color: rgba(255,255,255,.92); font-size: 14px; line-height: 1.5; margin: 0 0 12px; font-weight: 600; }
.side-cta .btn { background: #fff; color: #0b3f8f; }
.side-cta .btn:hover { transform: translateY(-1px); box-shadow: 0 4px 14px rgba(0,0,0,.2); }



/* ===== Kart kategori + tip etiketleri ===== */
.card-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 8px; }
.ct-cat { font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--accent); }
.ct-cat::before { content: "› "; opacity: .6; }
