:root {
  --paper: #f0f3f4;
  --paper-deep: #e6eaec;
  --card: #fff;
  --ink: #172331;
  --soft: #4c5b6b;
  --faint: #64707d;
  --line: #dee4e7;
  --line-dark: #bcc1c3;
  --navy: #0d1a2e;
  --navy-2: #172b44;
  --accent: #d9622b;
  --link: #ad431d;
  --accent-pale: #f5dfd3;
  --green-pale: #dfe9e4;
  --shadow: 0 28px 80px -54px rgba(13, 26, 46, .7);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(13, 26, 46, .05), transparent 26rem),
    var(--paper);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}

img, svg { display: block; max-width: 100%; }

a { color: var(--link); text-underline-offset: .18em; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(217, 98, 43, .42);
  outline-offset: 4px;
  border-radius: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 18px;
  top: 12px;
  padding: 9px 13px;
  color: #fff;
  background: var(--navy);
  border-radius: 8px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.sitebar {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(188, 193, 195, .7);
  background: rgba(240, 243, 244, .9);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.sitebar-inner {
  width: min(1160px, calc(100% - 44px));
  min-height: 68px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
}
.brand img { width: 30px; height: 30px; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 13px;
  font-weight: 650;
}
.site-nav a { color: var(--soft); text-decoration: none; }
.site-nav a:hover { color: var(--ink); }
.site-nav .lang {
  min-width: 42px;
  padding: 5px 10px;
  text-align: center;
  color: var(--ink);
  background: var(--card);
  border: 1px solid var(--line-dark);
  border-radius: 999px;
}

.article-page {
  width: min(1160px, calc(100% - 44px));
  margin: 0 auto;
  padding: 38px 0 72px;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 420px;
  padding: clamp(34px, 5vw, 62px);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(290px, .8fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(132deg, rgba(255,255,255,.025), transparent 46%),
    linear-gradient(135deg, var(--navy), var(--navy-2));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 420px;
  height: 420px;
  right: -180px;
  top: -190px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 64px rgba(255,255,255,.018), 0 0 0 128px rgba(255,255,255,.012);
}
.hero-copy { position: relative; z-index: 2; min-width: 0; }
.eyebrow,
.section-label,
.toc-label,
.hero-meta dt {
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .145em;
  text-transform: uppercase;
}
.eyebrow { margin: 0 0 18px; color: #f19a67; }
.hero h1 {
  max-width: 16ch;
  margin: 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(42px, 5.25vw, 66px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1.02;
  text-wrap: balance;
}
.hero .dek {
  max-width: 610px;
  margin: 24px 0 0;
  color: #bdc9d8;
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.65;
}
.hero-meta {
  margin: 30px 0 0;
  padding: 18px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  border-top: 1px solid rgba(255,255,255,.15);
}
.hero-meta div { display: flex; gap: 7px; align-items: baseline; }
.hero-meta dt { color: #7f91a7; }
.hero-meta dd { margin: 0; color: #e7edf4; font-size: 13px; }
.hero-art {
  position: relative;
  z-index: 1;
  margin: 0;
  min-width: 0;
}
/* Bazı rehberler içerik görselleri için figure svg'ye beyaz kart verir;
   hero motifi beyaz çizgili olduğundan o kartta kaybolur — burada yalıtılır. */
.hero-art svg {
  width: 100%;
  height: auto;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.hero-art figcaption {
  margin-top: 12px;
  color: #91a4ba;
  font-size: 11px;
  line-height: 1.45;
}

.number-strip {
  margin: -1px auto 0;
  padding: 0 clamp(14px, 3vw, 34px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--card);
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 22px 22px;
  box-shadow: 0 18px 48px -44px rgba(13,26,46,.7);
}
.number-strip div {
  min-width: 0;
  padding: 21px clamp(10px, 2.2vw, 28px) 22px;
  border-right: 1px solid var(--line);
}
.number-strip div:last-child { border-right: 0; }
.number-strip strong {
  display: block;
  color: var(--ink);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(22px, 3vw, 31px);
  line-height: 1.15;
}
.number-strip span {
  display: block;
  margin-top: 5px;
  color: var(--faint);
  font-size: 12px;
  line-height: 1.45;
}

.article-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 220px minmax(0, 760px);
  justify-content: center;
  align-items: start;
  gap: clamp(42px, 6vw, 78px);
}

/* Yapışkanlık .toc yerine .rail'in tamamında: toc tek başına kayınca
   altındaki nota bindiriyordu (canlıda görüldü, 2026-08-15). */
.rail {
  min-width: 0;
  position: sticky;
  top: 94px;
}
.toc {
  margin: 0;
  padding: 0 0 0 18px;
  border-left: 1px solid var(--line-dark);
}
.toc summary { display: none; }
.toc-label { margin: 0 0 12px; color: var(--faint); }
.toc nav { display: grid; gap: 2px; }
.toc a {
  padding: 6px 0;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.42;
  text-decoration: none;
}
.toc a:hover { color: var(--link); }
.rail-note {
  margin-top: 26px;
  padding: 0 0 0 18px;
  color: var(--faint);
  border-left: 1px solid var(--line-dark);
  font-size: 12px;
  line-height: 1.55;
}
.rail-note strong { display: block; margin-bottom: 5px; color: var(--ink); }

.article-body { min-width: 0; }
.article-body > :first-child { margin-top: 0; }
.article-body p,
.article-body li {
  color: var(--soft);
  font-size: 17.5px;
}
.article-body p { margin: 15px 0; }
.article-body strong { color: var(--ink); }
.article-body em { font-variation-settings: "opsz" 18; }
.article-body sup a { font-weight: 700; text-decoration: none; }
.article-body section,
.article-body .sources-section {
  margin-top: 64px;
  scroll-margin-top: 92px;
}
.section-label { display: block; margin-bottom: 8px; color: var(--accent); }
.article-body h2 {
  max-width: 24ch;
  margin: 0 0 18px;
  color: var(--ink);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(29px, 3.6vw, 38px);
  font-weight: 650;
  letter-spacing: -.025em;
  line-height: 1.15;
  text-wrap: balance;
}
.article-body h3 {
  margin: 34px 0 10px;
  color: var(--ink);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 23px;
  line-height: 1.25;
}
.lede {
  margin: 0 0 34px !important;
  color: var(--ink) !important;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(22px, 3vw, 28px) !important;
  font-weight: 520;
  letter-spacing: -.012em;
  line-height: 1.47;
}
.answer { margin: 0 0 58px; }
.answer .answer-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 13px;
  color: var(--faint);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.answer .answer-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line-dark);
}
.answer p {
  margin: 0;
  color: var(--ink);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 21px;
  line-height: 1.48;
}

blockquote {
  margin: 26px 0;
  padding: 22px 24px;
  color: var(--ink);
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 19px;
  line-height: 1.55;
  box-shadow: 0 18px 44px -42px rgba(13,26,46,.75);
}
blockquote p { margin: 0 !important; color: inherit !important; font-size: inherit !important; }

.formula {
  margin: 26px 0;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: minmax(130px, .7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: 22px;
  background: var(--navy);
  border-radius: 16px;
}
.formula-label {
  color: #f19a67;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.formula strong,
.formula code {
  color: #fff;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(20px, 3vw, 27px);
  font-weight: 600;
  line-height: 1.3;
}
.formula small { display: block; margin-top: 7px; color: #9eb0c3; font-size: 12px; }

.note,
.warning {
  margin: 24px 0;
  padding: 18px 20px;
  color: var(--soft);
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.6;
}
.note { background: var(--green-pale); border: 1px solid #c8d7d0; }
.warning { background: var(--accent-pale); border: 1px solid #e8c6b4; }
.note strong,
.warning strong { color: var(--ink); }

.decision-list {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: decisions;
}
.decision-list li {
  position: relative;
  margin: 0;
  padding: 20px 0 20px 52px;
  border-top: 1px solid var(--line);
  counter-increment: decisions;
}
.decision-list li:last-child { border-bottom: 1px solid var(--line); }
.decision-list li::before {
  content: counter(decisions, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 21px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .08em;
}
.decision-list strong { display: block; margin-bottom: 3px; }

.table-scroll {
  position: relative;
  max-width: 100%;
  margin: 24px 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 18px 48px -46px rgba(13,26,46,.78);
  -webkit-overflow-scrolling: touch;
}
.table-scroll:focus-visible { outline: 3px solid rgba(217,98,43,.42); outline-offset: 3px; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14.5px;
}
table.wide { min-width: 650px; }
caption {
  padding: 14px 16px 10px;
  color: var(--faint);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
  text-align: left;
}
th, td {
  padding: 12px 15px;
  color: var(--soft);
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
thead th {
  color: var(--faint);
  background: #f6f8f9;
  font-size: 10.5px;
  font-weight: 750;
  letter-spacing: .075em;
  text-transform: uppercase;
}
tbody th { color: var(--ink); font-weight: 650; }
tbody tr:last-child th,
tbody tr:last-child td { border-bottom: 0; }
td strong { color: var(--ink); }

.data-figure { margin: 28px 0; }
.chart-frame {
  padding: 16px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 20px 50px -46px rgba(13,26,46,.8);
}
.chart-frame svg { width: 100%; height: auto; }
.data-figure figcaption {
  margin-top: 10px;
  color: var(--faint);
  font-size: 13px;
  line-height: 1.55;
}
.chart-mobile { display: none; }

.scenario-ledger {
  margin: 28px 0;
  padding: 0;
  list-style: none;
  background: var(--navy);
  border-radius: 18px;
  overflow: hidden;
}
.scenario-ledger li {
  margin: 0;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  color: #c5d0dc;
  border-bottom: 1px solid rgba(255,255,255,.11);
  font-size: 14px;
}
.scenario-ledger li:last-child { border-bottom: 0; }
.scenario-ledger .step {
  color: #f19a67;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .08em;
}
.scenario-ledger strong { color: #fff; font-size: 18px; }
.scenario-ledger small { display: block; color: #91a4b8; font-size: 11px; }

.protocol {
  margin-top: 28px;
  padding: 26px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
}
.protocol-label {
  display: block;
  margin-bottom: 10px;
  color: var(--link);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.protocol p { margin: 0; color: var(--ink); font-family: "Source Serif 4", Georgia, serif; font-size: 18px; }

.sources {
  margin: 18px 0 0;
  padding-left: 22px;
}
.sources li {
  margin: 10px 0;
  padding-left: 4px;
  color: var(--faint);
  font-size: 13.5px;
  line-height: 1.55;
}
.sources a { color: var(--soft); }

.cta-band {
  margin-top: 64px;
  padding: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  color: #bdc9d7;
  background: var(--navy);
  border-radius: 20px;
}
.cta-band h2 { margin: 0 0 7px; color: #fff; font-size: 27px; }
.cta-band p { margin: 0; color: #bdc9d7; font-size: 15px; }
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  color: var(--navy);
  background: #fff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}
.cta-button:hover { background: #e6ebef; }

.related {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.related a {
  padding: 17px 18px;
  color: var(--ink);
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  border-radius: 13px;
  text-decoration: none;
}
.related a:last-child { text-align: right; }
.related span { display: block; }
.related .direction {
  margin-bottom: 5px;
  color: var(--faint);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.related .title { font-family: "Source Serif 4", Georgia, serif; font-size: 17px; font-weight: 650; line-height: 1.35; }
.related a:hover .title { color: var(--link); }

.site-footer {
  width: min(1160px, calc(100% - 44px));
  margin: 0 auto;
  padding: 26px 0 42px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--faint);
  border-top: 1px solid var(--line);
  font-size: 12.5px;
}
.site-footer a { color: var(--faint); }

.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;
}

/* ── Eski rehber gövdesi + yeni tepe: hero tam genişlikte, gövde 760px'te kalır ── */
.article-page.top-only { padding: 26px 0 34px; }
.hero h1.long {
  max-width: 24ch;
  font-size: clamp(30px, 3.4vw, 46px);
  letter-spacing: -.02em;
  line-height: 1.12;
}

/* ── Paylaşım rayı + kenar gezinme (bütün rehberlerde ortak sistem) ── */
.paylas {
  position: fixed;
  left: calc(50% + 606px);
  top: 240px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 40;
}
.paylas a, .paylas button {
  width: 42px;
  height: 42px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--soft);
  background: var(--card);
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  cursor: pointer;
  text-decoration: none;
  transition: color .15s, background .15s, border-color .15s;
}
.paylas a:hover, .paylas button:hover { color: #fff; background: var(--accent); border-color: var(--accent); }
.paylas button.ok { color: #fff; background: #4f8a5f; border-color: #4f8a5f; }
.paylas svg { width: 17px; height: 17px; }
.paylas-mobil { display: none; }
.kenar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 39;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.kenar-sol { left: 0; }
.kenar-sag { right: 0; flex-direction: row-reverse; }
.kenar .etiket {
  writing-mode: vertical-rl;
  font: 650 10.5px/1 "Inter", sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--faint);
  background: var(--card);
  border: 1px solid var(--line-dark);
  padding: 14px 7px;
}
.kenar-sol .etiket { border-radius: 0 9px 9px 0; border-left: none; transform: rotate(180deg); }
.kenar-sag .etiket { border-radius: 9px 0 0 9px; border-right: none; }
.kenar .panel {
  width: 250px;
  padding: 16px;
  background: linear-gradient(135deg, var(--navy), #1a3049);
  display: none;
}
.kenar-sol .panel { border-radius: 0 12px 12px 0; }
.kenar-sag .panel { border-radius: 12px 0 0 12px; }
.kenar:hover .panel, .kenar:focus-visible .panel { display: block; }
.kenar:hover .etiket { color: var(--accent); }
.kenar .panel svg { width: 110px; height: auto; display: block; margin-bottom: 8px; }
.kenar .panel .yon2 {
  color: #f19a67;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.kenar .panel .ad2 {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}
@media (max-width: 1360px) {
  .paylas { display: none; }
  .paylas-mobil { display: flex; gap: 10px; margin-top: 26px; }
  .paylas-mobil a, .paylas-mobil button {
    width: 42px;
    height: 42px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--soft);
    background: var(--card);
    border: 1px solid var(--line-dark);
    border-radius: 50%;
    cursor: pointer;
    text-decoration: none;
  }
  .paylas-mobil svg { width: 17px; height: 17px; }
}
@media (max-width: 1280px) {
  .kenar { display: none; }
}

@media (max-width: 920px) {
  .hero { grid-template-columns: minmax(0, 1fr) 290px; }
  .article-grid { grid-template-columns: minmax(0, 760px); gap: 28px; }
  .rail { position: static; }
  .rail-note { display: none; }
  .toc {
    padding: 0;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 14px;
  }
  .toc summary {
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: var(--ink);
    cursor: pointer;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .1em;
    list-style: none;
    text-transform: uppercase;
  }
  .toc summary::-webkit-details-marker { display: none; }
  .toc summary::after { content: "+"; color: var(--accent); font-size: 20px; font-weight: 500; }
  .toc[open] summary::after { content: "−"; }
  .toc .toc-label { display: none; }
  .toc nav { padding: 0 16px 14px; border-top: 1px solid var(--line); }
  .toc a { padding: 8px 0; border-bottom: 1px dashed var(--line); }
  .toc a:last-child { border-bottom: 0; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 76px; }
  .sitebar-inner,
  .article-page,
  .site-footer { width: min(100% - 32px, 1160px); }
  .sitebar-inner { min-height: 60px; }
  .site-nav { gap: 13px; }
  .site-nav .guides-link { display: none; }
  .article-page { padding-top: 20px; }
  .hero {
    min-height: 0;
    padding: 30px 26px 26px;
    grid-template-columns: 1fr;
    gap: 24px;
    border-radius: 21px;
  }
  .hero::before { right: -270px; top: -230px; }
  .hero h1 { max-width: 18ch; font-size: clamp(38px, 12vw, 51px); }
  .hero .dek { margin-top: 18px; font-size: 16px; }
  .hero-meta { margin-top: 22px; padding-top: 15px; gap: 8px 18px; }
  .hero-art { width: min(100%, 380px); margin: 0 auto; }
  .hero-art figcaption { text-align: center; }
  .number-strip { padding: 0; grid-template-columns: 1fr; border-radius: 0 0 18px 18px; }
  .number-strip div { padding: 14px 17px; display: grid; grid-template-columns: 112px 1fr; align-items: baseline; gap: 12px; border-right: 0; border-bottom: 1px solid var(--line); }
  .number-strip div:last-child { border-bottom: 0; }
  .number-strip strong { font-size: 23px; }
  .number-strip span { margin: 0; }
  .article-grid { margin-top: 28px; }
  .article-body p,
  .article-body li { font-size: 17px; }
  .article-body section,
  .article-body .sources-section { margin-top: 54px; }
  .answer { margin-bottom: 48px; }
  .answer p { font-size: 20px; }
  .formula { grid-template-columns: 1fr; gap: 8px; padding: 20px; }
  blockquote { padding: 19px 20px; font-size: 18px; }
  .chart-desktop { display: none; }
  .chart-mobile { display: block; }
  .chart-frame { padding: 12px; }
  .scenario-ledger li { grid-template-columns: 34px minmax(0, 1fr); }
  .scenario-ledger li > strong { grid-column: 2; }
  .cta-band { grid-template-columns: 1fr; padding: 25px 22px; }
  .cta-button { justify-self: start; }
  .related { grid-template-columns: 1fr; }
  .related a:last-child { text-align: left; }
  .site-footer { flex-direction: column; }
}

@media (max-width: 380px) {
  .sitebar-inner,
  .article-page,
  .site-footer { width: min(100% - 24px, 1160px); }
  .hero { padding: 27px 21px 23px; }
  .hero h1 { font-size: 37px; }
  .brand { font-size: 17px; }
  .article-body h2 { font-size: 29px; }
  th, td { padding: 11px 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

@media print {
  body { background: #fff; }
  .sitebar, .rail, .cta-band, .related, .site-footer, .number-strip,
  .paylas, .paylas-mobil, .kenar { display: none !important; }
  .article-page { width: 100%; padding: 0; }
  .hero { min-height: 0; padding: 26px; grid-template-columns: 1fr; color: #000; background: #fff; border: 2px solid #000; box-shadow: none; }
  .hero h1, .hero .dek, .hero-meta dd { color: #000; }
  .hero-art { display: none; }
  .article-grid { display: block; margin-top: 30px; }
  .article-body section { break-inside: avoid; }
  a { color: #000; }
}
