/* ═══════════════════════════════════════════════════════════
   Zeytin Sağlık Ürünleri — Tasarım Sistemi
   Renk: markanın kendi lacivert + zeytin yeşili ekseni
   Tip:  Archivo (display, geniş) / IBM Plex Sans / IBM Plex Mono
   ═══════════════════════════════════════════════════════════ */

:root {
  /* Zemin */
  --abyss: #05132e;
  --hull: #0b2450;
  --hull-soft: #133468;

  /* Marka */
  --signal: #1b32c4;
  --signal-lift: #2c46e8;
  --olive: #10a79b;
  --olive-lift: #35c9bd;
  --brass: #c08a2e;

  /* Kağıt */
  --paper: #ffffff;
  --mist: #eef3f8;
  --mist-deep: #dde7f0;

  /* Mürekkep */
  --ink: #0a1b38;
  --ink-mid: #45587a;
  --ink-soft: #7387a3;
  --ink-inv: #ffffff;
  --ink-inv-mid: #a8bcd8;
  --ink-inv-soft: #6c85a8;

  /* Çizgi */
  --rule: #d7e2ed;
  --rule-inv: rgba(255, 255, 255, 0.14);

  /* Ölçü */
  --gutter: clamp(20px, 5vw, 88px);
  --stack: clamp(72px, 9vw, 148px);
  --shell: 1440px;
  --r: 4px;
  --r-lg: 10px;

  --shadow-sm: 0 1px 2px rgba(5, 19, 46, .06), 0 8px 24px rgba(5, 19, 46, .06);
  --shadow-lg: 0 2px 4px rgba(5, 19, 46, .05), 0 24px 60px rgba(5, 19, 46, .14);

  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* ── Temel ─────────────────────────────────────────────── */

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; color: inherit; }

svg { fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

:focus-visible {
  outline: 2px solid var(--olive);
  outline-offset: 3px;
  border-radius: 2px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  padding: 12px 18px;
  background: var(--abyss);
  color: var(--ink-inv);
  border-radius: var(--r);
  font-weight: 600;
  transform: translateY(-160%);
  transition: transform .2s var(--ease);
}
.skip-link:focus { transform: none; }

/* ── Tipografi ─────────────────────────────────────────── */

.h2,
.hero__title,
.figure__num,
.card__title,
.cat__title,
.dossier__title,
.marquee span,
.footer__col h3 {
  font-family: Archivo, "IBM Plex Sans", sans-serif;
  font-variation-settings: "wdth" 112;
  letter-spacing: -.015em;
}

.hero__title {
  margin: 0 0 26px;
  font-size: clamp(38px, 5.6vw, 84px);
  font-weight: 700;
  font-variation-settings: "wdth" 118;
  line-height: 1.02;
  letter-spacing: -.03em;
  color: var(--ink-inv);
}
.hero__title span,
.hero__title em { display: block; }
.hero__title em {
  font-style: normal;
  color: var(--olive-lift);
}

.h2 {
  margin: 0 0 20px;
  font-size: clamp(28px, 3.4vw, 47px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.025em;
  color: var(--ink);
  text-wrap: balance;
}
.h2--wide { max-width: 15ch; }
.h2--light { color: var(--ink-inv); }

.tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--olive);
}
.tag::before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
}
.tag--light { color: var(--olive-lift); }

.prose p {
  margin: 0 0 22px;
  color: var(--ink-mid);
  font-size: 18px;
}
.prose p:last-child { margin-bottom: 0; }

/* ── Yerleşim ──────────────────────────────────────────── */

.shell {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section { padding-block: var(--stack); }

.band--paper { background: var(--paper); }
.band--mist { background: var(--mist); border-block: 1px solid var(--rule); }
.band--deep { background: var(--abyss); color: var(--ink-inv); }

.shell--split {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(36px, 6vw, 104px);
  align-items: start;
}

.col-side { position: sticky; top: 118px; }
.col-side__text {
  margin: 0;
  color: var(--ink-inv-mid);
  font-size: 17px;
}

.lead { margin-bottom: clamp(40px, 5vw, 68px); }
.lead--row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: end;
}
.lead--row .h2 { margin-bottom: 0; }
.lead__aside {
  margin: 0;
  padding-left: 26px;
  border-left: 2px solid var(--olive);
  color: var(--ink-mid);
  font-size: 16px;
}

/* ── Butonlar ──────────────────────────────────────────── */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 26px;
  border: 1px solid transparent;
  border-radius: var(--r);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -.005em;
  cursor: pointer;
  transition: background .22s var(--ease), border-color .22s var(--ease),
              color .22s var(--ease), transform .22s var(--ease);
}
.btn:active { transform: translateY(1px); }

.btn--solid {
  background: var(--signal);
  color: #fff;
  box-shadow: 0 10px 26px rgba(27, 50, 196, .28);
}
.btn--solid:hover { background: var(--signal-lift); }

.btn--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, .32);
  color: var(--ink-inv);
}
.btn--ghost:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .6);
}

.btn--sm { min-height: 42px; padding: 10px 20px; font-size: 14px; }
.btn--block { width: 100%; grid-column: 1 / -1; }

.btn--wa {
  margin-top: 30px;
  background: transparent;
  border-color: var(--rule-inv);
  color: var(--ink-inv);
}
.btn--wa:hover { border-color: var(--olive); color: var(--olive-lift); }

/* ── Üst bar ───────────────────────────────────────────── */

.scroll-rail {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 60;
  height: 2px;
  background: transparent;
  pointer-events: none;
}
.scroll-rail span {
  display: block;
  height: 100%;
  width: 0;
  background: var(--olive);
  transition: width .1s linear;
}

.masthead {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 44px);
  padding: 14px var(--gutter);
  transition: background .3s var(--ease), box-shadow .3s var(--ease),
              padding .3s var(--ease), border-color .3s var(--ease);
  border-bottom: 1px solid transparent;
}

.masthead__brand img {
  width: clamp(140px, 14vw, 186px);
  height: auto;
  transition: filter .3s var(--ease);
  filter: brightness(0) invert(1);
}

.masthead__nav {
  display: flex;
  gap: clamp(12px, 1.8vw, 30px);
  margin-left: auto;
  font-size: 14.5px;
  font-weight: 500;
}
.masthead__nav a {
  position: relative;
  padding: 8px 0;
  color: rgba(255, 255, 255, .82);
  transition: color .2s var(--ease);
}
.masthead__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--olive);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s var(--ease);
}
.masthead__nav a:hover,
.masthead__nav a.is-current { color: #fff; }
.masthead__nav a:hover::after,
.masthead__nav a.is-current::after { transform: scaleX(1); }

.masthead__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.langset {
  display: flex;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
}
.langset__btn {
  min-width: 36px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, .68);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  cursor: pointer;
  transition: background .2s var(--ease), color .2s var(--ease);
}
.langset__btn.is-active { background: #fff; color: var(--abyss); }

/* Beyaz zemine geçince */
.masthead.is-stuck {
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(160%) blur(16px);
  -webkit-backdrop-filter: saturate(160%) blur(16px);
  border-bottom-color: var(--rule);
  padding-block: 9px;
  box-shadow: 0 10px 30px rgba(5, 19, 46, .07);
}
.masthead.is-stuck .masthead__brand img { filter: none; }
.masthead.is-stuck .masthead__nav a { color: var(--ink-mid); }
.masthead.is-stuck .masthead__nav a:hover,
.masthead.is-stuck .masthead__nav a.is-current { color: var(--ink); }
.masthead.is-stuck .langset { border-color: var(--rule); }
.masthead.is-stuck .langset__btn { color: var(--ink-soft); }
.masthead.is-stuck .langset__btn.is-active { background: var(--abyss); color: #fff; }
.masthead.is-stuck .burger span { background: var(--ink); }

.burger {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: var(--r);
  background: transparent;
  cursor: pointer;
}
.burger span {
  display: block;
  width: 17px;
  height: 1.8px;
  margin: 4px auto;
  background: #fff;
  transition: transform .26s var(--ease), opacity .2s var(--ease);
}
.burger[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { transform: translateY(-2.8px) rotate(-45deg); }

/* ── Hero ──────────────────────────────────────────────── */

.hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100svh;
  padding: 148px var(--gutter) clamp(56px, 7vw, 96px);
  background: var(--abyss);
  overflow: hidden;
  isolation: isolate;
}

.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 50%;
  transform: scale(1.06);
  animation: heroDrift 22s var(--ease) forwards;
}
@keyframes heroDrift { to { transform: scale(1); } }

.hero__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(101deg,
      rgba(5, 19, 46, .96) 0%,
      rgba(5, 19, 46, .93) 32%,
      rgba(7, 27, 62, .74) 56%,
      rgba(9, 34, 74, .34) 78%,
      rgba(9, 34, 74, .18) 100%),
    linear-gradient(to top, rgba(5, 19, 46, .8) 0%, transparent 42%);
}

.hero__inner {
  position: relative;
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
}

.hero__lede {
  max-width: 54ch;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.58;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero__creds {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-top: 44px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .72);
}
.hero__creds li { display: flex; align-items: center; gap: 9px; }
.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--olive-lift);
  box-shadow: 0 0 0 4px rgba(53, 201, 189, .18);
}

.hero__scroll {
  position: absolute;
  right: var(--gutter);
  bottom: clamp(56px, 7vw, 96px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
  writing-mode: vertical-rl;
}
.hero__scroll svg { animation: nudge 2.2s var(--ease) infinite; }
@keyframes nudge { 0%, 100% { transform: translateY(0); opacity: .5 } 50% { transform: translateY(6px); opacity: 1 } }

/* ── Rakamlar ──────────────────────────────────────────── */

.figures {
  background: var(--hull);
  color: var(--ink-inv);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.figures__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.figure {
  padding: clamp(30px, 3.6vw, 52px) clamp(16px, 2.4vw, 40px);
  border-left: 1px solid rgba(255, 255, 255, .1);
}
.figure:first-child { border-left: 0; padding-left: 0; }
.figure:last-child { padding-right: 0; }

.figure__num {
  display: block;
  font-size: clamp(36px, 4.4vw, 62px);
  font-weight: 700;
  font-variation-settings: "wdth" 118;
  line-height: 1;
  letter-spacing: -.035em;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.figure__label {
  display: block;
  margin-top: 12px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-inv-mid);
}

/* ── Alıntı ────────────────────────────────────────────── */

.pullquote {
  position: relative;
  margin: 36px 0;
  padding: 34px 34px 34px 40px;
  background: var(--mist);
  border-left: 3px solid var(--olive);
  border-radius: 0 var(--r-lg) var(--r-lg) 0;
  overflow: hidden;
}
.pullquote__leaf {
  position: absolute;
  right: -14px;
  bottom: -18px;
  width: 132px;
  height: 132px;
  color: var(--olive);
  opacity: .12;
  stroke-width: 1.2;
}
.pullquote p {
  position: relative;
  margin: 0;
  font-family: Archivo, sans-serif;
  font-variation-settings: "wdth" 108;
  font-size: clamp(19px, 1.9vw, 25px);
  font-weight: 600;
  line-height: 1.34;
  letter-spacing: -.018em;
  color: var(--ink);
  text-wrap: balance;
}

/* ── Kartlar ───────────────────────────────────────────── */

.cards { display: grid; gap: 20px; }
.cards--3 { grid-template-columns: repeat(3, 1fr); }

.card {
  padding: clamp(26px, 2.8vw, 38px);
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.card:hover {
  transform: translateY(-4px);
  border-color: var(--mist-deep);
  box-shadow: var(--shadow-lg);
}

.card__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 26px;
  border-radius: var(--r);
  background: rgba(16, 167, 155, .1);
  color: var(--olive);
}
.card__icon svg { width: 28px; height: 28px; }

.card__title {
  margin: 0 0 12px;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -.02em;
}
.card__text {
  margin: 0;
  color: var(--ink-mid);
  font-size: 16px;
}

/* ── Lojistik ağ / 81 plaka şeridi ─────────────────────── */

.network {
  position: relative;
  padding-block: clamp(56px, 6.2vw, 92px);
  background: var(--hull);
  color: var(--ink-inv);
  border-top: 1px solid rgba(255, 255, 255, .08);
  overflow: hidden;
}
.network::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.network .shell { position: relative; }

.network__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .82fr);
  gap: clamp(18px, 4vw, 64px);
  align-items: end;
  margin-bottom: clamp(26px, 3.2vw, 42px);
}

.network__title {
  margin: 0;
  max-width: 18ch;
  font-family: Archivo, "IBM Plex Sans", sans-serif;
  font-variation-settings: "wdth" 112;
  font-size: clamp(23px, 2.5vw, 34px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.022em;
  color: #fff;
}

.network__text {
  margin: 0;
  color: var(--ink-inv-mid);
  font-size: 16px;
}

.network__field {
  display: grid;
  grid-template-columns: repeat(27, minmax(0, 1fr));
  gap: 4px;
}

.plate {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 2px;
  background: rgba(255, 255, 255, .04);
  color: rgba(255, 255, 255, .44);
  font-family: "IBM Plex Mono", monospace;
  font-size: clamp(9px, .74vw, 11.5px);
  font-weight: 500;
  cursor: default;
  opacity: 0;
  transform: scale(.7);
  transition: background .18s var(--ease), color .18s var(--ease),
              border-color .18s var(--ease), transform .18s var(--ease);
}
.network__field.is-live .plate {
  animation: plateIn .4s var(--ease) forwards;
  animation-delay: var(--d, 0ms);
}
@keyframes plateIn { to { opacity: 1; transform: scale(1); } }

.plate:hover,
.plate.is-hot {
  background: var(--olive);
  border-color: var(--olive-lift);
  color: var(--abyss);
  transform: scale(1.3);
  z-index: 2;
}

.network__readout {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--rule-inv);
}
.network__readout-plate {
  font-family: "IBM Plex Mono", monospace;
  font-size: 18px;
  font-weight: 600;
  color: var(--olive-lift);
  font-variant-numeric: tabular-nums;
}
.network__readout-name {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}
.network__hint {
  margin-left: auto;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-inv-soft);
}

/* ── Ürün kataloğu ─────────────────────────────────────── */

.catalog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  overflow: hidden;
}

.cat {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3vw, 42px);
  background: var(--paper);
  box-shadow: 0 0 0 1px var(--rule);
  overflow: hidden;
  isolation: isolate;
  transition: background .28s var(--ease);
}

/* Kartın sağ üstünde çok silik, büyük filigran ikon */
.cat__ghost {
  position: absolute;
  top: -26px;
  right: -30px;
  z-index: -1;
  color: var(--signal);
  opacity: .055;
  pointer-events: none;
  transition: opacity .32s var(--ease), transform .32s var(--ease);
}
.cat__ghost svg { width: 176px; height: 176px; stroke-width: .9; }
.cat:hover .cat__ghost { opacity: .1; transform: scale(1.06) rotate(-3deg); }
.cat--cta .cat__ghost { color: var(--olive-lift); opacity: .1; }
.cat--cta:hover .cat__ghost { opacity: .16; }
.cat:hover { background: #fafcfe; }

.cat__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border: 1px solid var(--rule);
  border-radius: var(--r);
  color: var(--signal);
  transition: border-color .28s var(--ease), background .28s var(--ease), color .28s var(--ease);
}
.cat__icon svg { width: 26px; height: 26px; }
.cat:hover .cat__icon {
  background: var(--signal);
  border-color: var(--signal);
  color: #fff;
}

.cat__title {
  margin: 0 0 18px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: -.02em;
  text-wrap: balance;
}

.cat__list { display: grid; gap: 9px; }
.cat__list li {
  position: relative;
  padding-left: 20px;
  color: var(--ink-mid);
  font-size: 15px;
  line-height: 1.5;
}
.cat__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 1.5px;
  background: var(--olive);
}

.cat--cta {
  background: var(--abyss);
  color: var(--ink-inv);
}
.cat--cta:hover { background: var(--hull); }
.cat--cta .cat__title { color: #fff; }
.cat__icon--cta {
  border-color: rgba(255, 255, 255, .22);
  color: var(--olive-lift);
}
.cat--cta:hover .cat__icon--cta {
  background: var(--olive);
  border-color: var(--olive);
  color: var(--abyss);
}
.cat__text {
  margin: 0 0 22px;
  color: var(--ink-mid);
  font-size: 15px;
}
.cat--cta .cat__text { color: var(--ink-inv-mid); }
.cat__link {
  margin-top: auto;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--olive-lift);
}

/* ── Belgeler ──────────────────────────────────────────── */

.dossier { display: grid; gap: 14px; }

.dossier__item {
  padding: clamp(24px, 2.6vw, 34px);
  background: rgba(255, 255, 255, .045);
  border: 1px solid var(--rule-inv);
  border-left: 3px solid var(--olive);
  border-radius: 0 var(--r-lg) var(--r-lg) 0;
  transition: background .28s var(--ease);
}
.dossier__item:hover { background: rgba(255, 255, 255, .075); }
.dossier__item--pending { border-left-color: var(--brass); }

.dossier__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.dossier__title {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -.02em;
  color: #fff;
}
.dossier__text {
  margin: 0;
  color: var(--ink-inv-mid);
  font-size: 16px;
}

.dossier__doc {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  color: var(--olive-lift);
  font-size: 14.5px;
  font-weight: 600;
  transition: color .2s var(--ease);
}
.dossier--light .dossier__doc { color: var(--signal); }
.dossier__doc:hover { opacity: .78; }

.agenda__item--past { opacity: .62; }
.agenda__item--past .agenda__date { color: var(--ink-soft); }

.chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 12px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.chip::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}
.chip--active { color: var(--olive-lift); }
.chip--pending { color: #e0a63f; }

/* ── Partnerler ────────────────────────────────────────── */

.partners {
  padding-block: clamp(46px, 5vw, 76px);
  background: var(--hull);
  color: var(--ink-inv);
  overflow: hidden;
}
.partners__tag {
  display: flex;
  justify-content: center;
  margin: 0 var(--gutter) 34px;
}
.partners__tag::before { display: none; }

.marquee {
  display: flex;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee + .marquee { margin-top: 14px; }

.marquee__row {
  display: flex;
  flex-shrink: 0;
  gap: 14px;
  padding-right: 14px;
  animation: slide 44s linear infinite;
}
.marquee[data-direction="right"] .marquee__row { animation-direction: reverse; }
.marquee:hover .marquee__row { animation-play-state: paused; }

@keyframes slide { to { transform: translateX(-50%); } }

.mark {
  display: grid;
  place-items: center;
  min-width: clamp(170px, 17vw, 230px);
  height: 76px;
  padding-inline: 22px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--r);
  background: rgba(255, 255, 255, .03);
  font-family: Archivo, "IBM Plex Sans", sans-serif;
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 700;
  font-variation-settings: "wdth" 106;
  letter-spacing: -.02em;
  color: rgba(255, 255, 255, .74);
  white-space: nowrap;
  transition: color .24s var(--ease), border-color .24s var(--ease), background .24s var(--ease);
}
.mark:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .07);
}

/* Logolu hücre: gri tonlamalı durur, üzerine gelince renklenir */
.mark--logo { padding: 14px 24px; }
.mark--logo img {
  max-width: 100%;
  max-height: 46px;
  width: auto;
  object-fit: contain;
  filter: grayscale(1) brightness(1.9) contrast(.85);
  opacity: .72;
  transition: filter .3s var(--ease), opacity .3s var(--ease), transform .3s var(--ease);
}
.mark--logo:hover img {
  filter: none;
  opacity: 1;
  transform: scale(1.04);
}

/* ── Çalıştığımız kurumlar — slider ─────────────────────── */

.insts {
  padding-block: var(--stack);
  background: var(--mist);
  border-block: 1px solid var(--rule);
}

.slider { position: relative; }

.slider__track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* kart üzerine gelince yükselirken gölgesi kırpılmasın (yalnız dikey) */
  margin-block: -8px;
  padding-block: 8px;
}
.slider__track::-webkit-scrollbar { display: none; }
.slider__track:focus-visible { outline: 2px solid var(--olive); outline-offset: 4px; border-radius: var(--r); }

.slider__track > * {
  flex: 0 0 calc((100% - 3 * 14px) / 4);
  scroll-snap-align: start;
}

/* ── Kurum kartı ───────────────────────────────────────── */

.inst {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 156px;
  padding: 22px 22px 20px;
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  background: var(--paper);
  overflow: hidden;
  isolation: isolate;
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease);
}
.inst:hover {
  transform: translateY(-3px);
  border-color: var(--mist-deep);
  box-shadow: var(--shadow-sm);
}

/* T.C. Sağlık Bakanlığı arması — filigran */
.inst__seal {
  position: absolute;
  top: -18px;
  right: -22px;
  z-index: -1;
  width: 132px;
  height: 132px;
  background: url("assets/images/Logo_saglik_bakan.png") center / contain no-repeat;
  opacity: .09;
  transition: opacity .28s var(--ease), transform .28s var(--ease);
  pointer-events: none;
}
.inst:hover .inst__seal { opacity: .16; transform: scale(1.04); }

.inst__name {
  font-family: Archivo, "IBM Plex Sans", sans-serif;
  font-variation-settings: "wdth" 106;
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.32;
  letter-spacing: -.012em;
  color: var(--ink);
  text-wrap: balance;
}

/* ── Slider kontrolleri ────────────────────────────────── */

.slider__controls {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 40px);
  margin-top: 26px;
}
.slider--static .slider__controls { display: none; }

.slider__progress {
  position: relative;
  flex: 1;
  height: 2px;
  border-radius: 2px;
  background: var(--mist-deep);
  overflow: hidden;
}
.slider__progress span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 25%;
  border-radius: 2px;
  background: var(--olive);
  transition: width .3s var(--ease), transform .3s var(--ease);
}

.slider__btns { display: flex; gap: 10px; }

.slider__btn {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--rule);
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  transition: border-color .22s var(--ease), color .22s var(--ease),
              background .22s var(--ease), opacity .22s var(--ease);
}
.slider__btn svg { width: 20px; height: 20px; }
.slider__btn:hover:not(:disabled) {
  border-color: var(--signal);
  color: var(--signal);
  background: #fff;
}
.slider__btn:disabled { opacity: .32; cursor: default; }

/* Marka glifleri çizgiyle değil dolguyla çizilir */
.ico-fill { fill: currentColor; stroke: none; }

@media (max-width: 1180px) {
  .slider__track > * { flex-basis: calc((100% - 2 * 14px) / 3); }
}
@media (max-width: 900px) {
  .slider__track > * { flex-basis: calc((100% - 14px) / 2); }
}
@media (max-width: 560px) {
  .slider__track > * { flex-basis: 82%; }
  .inst { min-height: 132px; padding: 20px; }
  .inst__seal { width: 108px; height: 108px; top: -14px; right: -18px; }
  .slider__controls { gap: 16px; }
  .slider__btn { width: 42px; height: 42px; }
}

/* ── Referanslar ───────────────────────────────────────── */

.sectors {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.sector {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 104px;
  padding: 22px 24px;
  background: var(--paper);
  box-shadow: 0 0 0 1px var(--rule);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  transition: background .26s var(--ease);
}
.sector:hover { background: #fafcfe; }
.sector__mark {
  flex: none;
  width: 10px;
  height: 10px;
  border: 2px solid var(--olive);
  border-radius: 50%;
  transition: background .26s var(--ease), box-shadow .26s var(--ease);
}
.sector:hover .sector__mark {
  background: var(--olive);
  box-shadow: 0 0 0 5px rgba(16, 167, 155, .16);
}

.refs__ask {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--ink);
  font-weight: 600;
  transition: gap .24s var(--ease), color .24s var(--ease), border-color .24s var(--ease);
}
.refs__ask:hover { gap: 18px; color: var(--signal); border-color: var(--signal); }

/* ── Etkinlikler ───────────────────────────────────────── */

.agenda { display: grid; gap: 14px; }

.agenda__item {
  display: grid;
  grid-template-columns: minmax(140px, 200px) minmax(0, 1fr) auto;
  gap: clamp(20px, 3vw, 48px);
  align-items: center;
  padding: clamp(24px, 2.6vw, 36px);
  border: 1px solid var(--rule);
  border-left: 3px solid var(--olive);
  border-radius: 0 var(--r-lg) var(--r-lg) 0;
  background: var(--paper);
  transition: box-shadow .28s var(--ease), border-color .28s var(--ease);
}
.agenda__item:hover { box-shadow: var(--shadow-sm); }

.agenda__item--empty {
  border-left-color: var(--mist-deep);
  background: #fafcfe;
}

.agenda__date {
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--olive);
}
.agenda__item--empty .agenda__date { color: var(--ink-soft); }

.agenda__body h3 {
  margin: 0 0 8px;
  font-family: Archivo, "IBM Plex Sans", sans-serif;
  font-variation-settings: "wdth" 112;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: -.02em;
}
.agenda__body p { margin: 0; color: var(--ink-mid); font-size: 16px; }

.agenda__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--rule);
  font-size: 15px;
  font-weight: 600;
  transition: gap .24s var(--ease), color .24s var(--ease), border-color .24s var(--ease);
}
.agenda__link:hover { gap: 16px; color: var(--signal); border-color: var(--signal); }

/* ── Form ──────────────────────────────────────────────── */

.form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: clamp(26px, 3.4vw, 44px);
  background: var(--paper);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  color: var(--ink);
}

.form__trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form__field { display: grid; gap: 8px; align-content: start; }
.form__field--full { grid-column: 1 / -1; }

.form label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.form input,
.form textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid var(--rule);
  border-radius: var(--r);
  background: #fbfdff;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease);
}
.form textarea { resize: vertical; min-height: 128px; }
.form input::placeholder,
.form textarea::placeholder { color: #9db0c6; }

.form input:focus,
.form textarea:focus {
  outline: none;
  background: #fff;
  border-color: var(--olive);
  box-shadow: 0 0 0 3px rgba(16, 167, 155, .16);
}

.form input[aria-invalid="true"],
.form textarea[aria-invalid="true"] {
  border-color: #d5453f;
  background: #fff8f8;
}
.form input[aria-invalid="true"]:focus { box-shadow: 0 0 0 3px rgba(213, 69, 63, .14); }

.form__err {
  min-height: 0;
  color: #c0322c;
  font-size: 13px;
  font-weight: 500;
}

.form__note {
  grid-column: 1 / -1;
  margin: -2px 0 0;
  color: var(--ink-soft);
  font-size: 13.5px;
  line-height: 1.5;
}

.form__status {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.form__status:empty { display: none; }
.form__status[data-state="ok"] {
  padding: 14px 16px;
  border-left: 3px solid var(--olive);
  background: rgba(16, 167, 155, .09);
  color: #0a7a71;
}
.form__status[data-state="error"] {
  padding: 14px 16px;
  border-left: 3px solid #d5453f;
  background: rgba(213, 69, 63, .07);
  color: #b32d28;
}

.status__code {
  display: inline-block;
  margin-left: 4px;
  padding: 2px 7px;
  border-radius: 3px;
  background: rgba(213, 69, 63, .14);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11.5px;
  font-weight: 500;
  vertical-align: 1px;
}

.status__wa {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  padding: 8px 14px;
  border-radius: var(--r);
  background: #1faf54;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: background .2s var(--ease);
}
.status__wa::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
}
.status__wa:hover { background: #189a48; }

/* ── Footer ────────────────────────────────────────────── */

.footer {
  background: var(--abyss);
  color: var(--ink-inv);
  border-top: 1px solid rgba(255, 255, 255, .08);
}
.footer__shell {
  display: grid;
  grid-template-columns: 1.25fr .8fr 1.1fr 1fr;
  gap: clamp(28px, 4vw, 62px);
  padding-block: clamp(52px, 6vw, 84px);
}

.footer__brand img {
  width: 190px;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
  opacity: .94;
}
.footer__brand p {
  margin: 0;
  max-width: 34ch;
  color: var(--ink-inv-mid);
  font-size: 15px;
}

.footer__col { display: grid; align-content: start; gap: 11px; }
.footer__col h3 {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--olive-lift);
  font-family: "IBM Plex Mono", monospace;
}
.footer__col a {
  color: var(--ink-inv-mid);
  font-size: 15px;
  transition: color .2s var(--ease);
  width: fit-content;
  word-break: break-word;
}
.footer__col a:hover { color: #fff; }
.footer__addr { color: var(--ink-inv-soft); font-size: 14px; line-height: 1.6; }

.footer__base {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  max-width: var(--shell);
  margin-inline: auto;
  padding: 22px var(--gutter);
  border-top: 1px solid rgba(255, 255, 255, .08);
}
.footer__legal { margin: 0; color: var(--ink-inv-soft); font-size: 13.5px; }
.footer__top {
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-inv-mid);
  transition: color .2s var(--ease);
}
.footer__top:hover { color: var(--olive-lift); }

/* ══════════════════════════════════════════════════════════
   ÇOK SAYFALI YAPI — iç sayfa bileşenleri
   ══════════════════════════════════════════════════════════ */

/* İç sayfalarda üst bar hep dolu */
.masthead--solid {
  position: sticky;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: saturate(160%) blur(16px);
  -webkit-backdrop-filter: saturate(160%) blur(16px);
  border-bottom-color: var(--rule);
}
.masthead--solid .masthead__brand img { filter: none; }
.masthead--solid .masthead__nav a { color: var(--ink-mid); }
.masthead--solid .masthead__nav a:hover,
.masthead--solid .masthead__nav a.is-current { color: var(--ink); }
.masthead--solid .langset { border-color: var(--rule); }
.masthead--solid .langset__btn { color: var(--ink-soft); }
.masthead--solid .langset__btn.is-active { background: var(--abyss); color: #fff; }
.masthead--solid .burger { border-color: var(--rule); }
.masthead--solid .burger span { background: var(--ink); }
.masthead--solid.is-lifted { box-shadow: 0 10px 30px rgba(5, 19, 46, .07); }

/* Dil seçici artık bağlantı */
.langset__btn {
  display: grid;
  place-items: center;
  text-decoration: none;
}

/* ── İç sayfa başlığı ───────────────────────────────────── */

.pagehero {
  position: relative;
  padding: clamp(52px, 6vw, 92px) 0 clamp(44px, 5vw, 76px);
  background:
    radial-gradient(110% 130% at 8% 0%, #123469 0%, transparent 62%),
    var(--abyss);
  color: var(--ink-inv);
  overflow: hidden;
}
.pagehero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .022) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}
.pagehero .shell { position: relative; }

.crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: clamp(26px, 3vw, 44px);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-inv-soft);
}
.crumbs a { transition: color .2s var(--ease); }
.crumbs a:hover { color: var(--olive-lift); }
.crumbs a:last-child { color: var(--ink-inv-mid); }

.pagehero__body {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: clamp(20px, 4vw, 72px);
  align-items: end;
}

.pagehero__title {
  margin: 0;
  max-width: 17ch;
  font-family: Archivo, "IBM Plex Sans", sans-serif;
  font-variation-settings: "wdth" 114;
  font-size: clamp(31px, 4.2vw, 60px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.028em;
  color: #fff;
  text-wrap: balance;
}

.pagehero__text {
  margin: 0;
  padding-left: 24px;
  border-left: 2px solid var(--olive);
  color: var(--ink-inv-mid);
  font-size: 17px;
}

/* Sayfa başlığından sonraki ilk bölüm daha yakın dursun */
.pagehero + .section { padding-top: clamp(48px, 5.6vw, 88px); }

/* ── Ok bağlantısı ──────────────────────────────────────── */

.arrowlink {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 26px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--ink);
  font-weight: 600;
  transition: gap .24s var(--ease), color .24s var(--ease), border-color .24s var(--ease);
}
.arrowlink svg { width: 18px; height: 18px; flex: none; }
.arrowlink:hover { gap: 17px; color: var(--signal); border-color: var(--signal); }
.arrowlink--lg { margin-top: 34px; font-size: 17px; }

/* ── Ana sayfa portal kartları ──────────────────────────── */

.portals {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.portal {
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 2.8vw, 36px);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  background: var(--paper);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.portal:hover {
  transform: translateY(-4px);
  border-color: var(--mist-deep);
  box-shadow: var(--shadow-lg);
}

.portal__icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
  border-radius: var(--r);
  background: rgba(27, 50, 196, .08);
  color: var(--signal);
}
.portal__icon svg { width: 26px; height: 26px; }

.portal h3 {
  margin: 0 0 10px;
  font-family: Archivo, "IBM Plex Sans", sans-serif;
  font-variation-settings: "wdth" 112;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -.02em;
}
.portal p {
  margin: 0 0 22px;
  color: var(--ink-mid);
  font-size: 15px;
}

.portal__arrow {
  margin-top: auto;
  color: var(--signal);
  transition: transform .26s var(--ease);
}
.portal__arrow svg { width: 22px; height: 22px; }
.portal:hover .portal__arrow { transform: translateX(6px); }

/* ── Kategori sayfası ───────────────────────────────────── */

.catmark {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  color: var(--signal);
  background: var(--paper);
}
.catmark svg { width: 32px; height: 32px; }

.speclist {
  display: grid;
  gap: 1px;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.speclist__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px clamp(20px, 2.4vw, 30px);
  background: var(--paper);
  box-shadow: 0 0 0 1px var(--rule);
  font-size: 17px;
  transition: background .24s var(--ease);
}
.speclist__item:hover { background: #fafcfe; }
.speclist__mark {
  flex: none;
  width: 9px;
  height: 9px;
  border: 2px solid var(--olive);
  border-radius: 50%;
}

.askbox {
  margin-top: 26px;
  padding: clamp(24px, 2.8vw, 34px);
  border: 1px solid var(--rule);
  border-left: 3px solid var(--olive);
  border-radius: 0 var(--r-lg) var(--r-lg) 0;
  background: var(--mist);
}
.askbox h3 {
  margin: 0 0 8px;
  font-family: Archivo, "IBM Plex Sans", sans-serif;
  font-variation-settings: "wdth" 112;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.02em;
}
.askbox p { margin: 0; color: var(--ink-mid); font-size: 16px; }
.askbox .arrowlink { margin-top: 18px; }

/* Kataloğun geniş varyantı */
.catalog--wide { grid-template-columns: repeat(2, 1fr); }

/* Kategori sayısı ızgaraya tam oturduğunda tanıtım kartı kendi satırına
   düşer; yanında boş hücre bırakmamak için satırın tamamını kaplar. */
.cat--full { grid-column: 1 / -1; }

/* Katalog hücreleri artık bağlantı */
.cat { text-decoration: none; }
.cat .cat__link { margin-top: auto; padding-top: 20px; }

/* ── Belgeler: açık zeminli varyant ─────────────────────── */

.dossier--light .dossier__item {
  background: var(--paper);
  border-color: var(--rule);
}
.dossier--light .dossier__item:hover { background: #fafcfe; }
.dossier--light .dossier__title { color: var(--ink); }
.dossier--light .dossier__text { color: var(--ink-mid); }
.dossier--light .chip--active { color: #0a7a71; }
.dossier--light .chip--pending { color: var(--brass); }

.col-main__lede {
  margin: 0 0 32px;
  color: var(--ink-inv-mid);
  font-size: 18px;
}

.card--dark {
  background: rgba(255, 255, 255, .045);
  border-color: var(--rule-inv);
}
.card--dark:hover { background: rgba(255, 255, 255, .075); box-shadow: none; transform: none; }
.card--dark .card__title { color: #fff; }
.card--dark .card__text { color: var(--ink-inv-mid); }
.card--dark .card__icon { background: rgba(53, 201, 189, .14); color: var(--olive-lift); }
.cards--onDark { gap: 14px; }

/* ── Partner başlığı ────────────────────────────────────── */

.partners__head {
  max-width: 760px;
  margin: 0 auto clamp(28px, 3vw, 42px);
  padding-inline: var(--gutter);
  text-align: center;
}
.tag--center { justify-content: center; }
.tag--center::before { display: none; }
.partners__title {
  margin: 0;
  font-family: Archivo, "IBM Plex Sans", sans-serif;
  font-variation-settings: "wdth" 112;
  font-size: clamp(23px, 2.6vw, 36px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.024em;
  color: #fff;
}

/* ── Alt çağrı bandı ────────────────────────────────────── */

.endcta {
  padding-block: clamp(48px, 5.4vw, 82px);
  background:
    radial-gradient(90% 130% at 88% 0%, #123469 0%, transparent 60%),
    var(--abyss);
  color: var(--ink-inv);
}
.endcta__shell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 3vw, 48px);
}
.endcta__title {
  margin: 0 0 8px;
  max-width: 20ch;
  font-family: Archivo, "IBM Plex Sans", sans-serif;
  font-variation-settings: "wdth" 112;
  font-size: clamp(23px, 2.6vw, 36px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -.024em;
  color: #fff;
}
.endcta__text { margin: 0; max-width: 52ch; color: var(--ink-inv-mid); font-size: 16px; }

/* ── İletişim sayfası ───────────────────────────────────── */

.contact__shell {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 5vw, 84px);
  align-items: start;
}

.contact__lines {
  display: grid;
  gap: 1px;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.contact__lines li {
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-template-areas: "icon label" "icon value";
  gap: 2px 16px;
  padding: 22px clamp(18px, 2vw, 26px);
  background: var(--paper);
  box-shadow: 0 0 0 1px var(--rule);
}
.contact__icon {
  grid-area: icon;
  align-self: center;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: var(--r);
  background: rgba(16, 167, 155, .1);
  color: var(--olive);
}
.contact__icon svg { width: 22px; height: 22px; }
.contact__label {
  grid-area: label;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.contact__lines a,
.contact__addr { grid-area: value; }
.contact__lines a {
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  word-break: break-word;
  transition: color .2s var(--ease);
}
.contact__lines a:hover { color: var(--signal); }
.contact__addr { color: var(--ink-mid); font-size: 16px; line-height: 1.5; }

.btn--wa {
  margin-top: 20px;
  width: 100%;
  background: transparent;
  border-color: var(--rule);
  color: var(--ink);
}
.btn--wa svg { width: 20px; height: 20px; }
.btn--wa:hover { border-color: var(--olive); color: #0a7a71; background: rgba(16, 167, 155, .06); }

.form { box-shadow: none; border: 1px solid var(--rule); }

.mapband {
  height: clamp(300px, 42vw, 460px);
  border-top: 1px solid var(--rule);
  background: var(--mist);
}
.mapband iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(.35) contrast(1.04);
}

/* ── Duyarlı ────────────────────────────────────────────── */

@media (max-width: 1180px) {
  .portals { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) {
  .pagehero__body { grid-template-columns: 1fr; align-items: start; gap: 18px; }
  .pagehero__text { padding-left: 20px; }
  .catalog--wide { grid-template-columns: 1fr; }
  .endcta__shell { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
  .portals { grid-template-columns: 1fr; }
  .contact__shell { grid-template-columns: 1fr; }
  .contact__lines li { grid-template-columns: 1fr; grid-template-areas: "icon" "label" "value"; gap: 6px; }
  .contact__icon { justify-self: start; margin-bottom: 6px; }
  .speclist__item { align-items: flex-start; font-size: 16px; }
  .speclist__mark { margin-top: 7px; }
}

/* ── send-mail.php durum sayfası ───────────────────────── */

.status-page {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 24px;
  background:
    radial-gradient(90% 80% at 50% 0%, #123469 0%, transparent 60%),
    var(--abyss);
}
.status-message {
  width: min(600px, 100%);
  padding: clamp(32px, 6vw, 60px);
  background: var(--paper);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  text-align: center;
}
.status-message img { width: 210px; margin: 0 auto 32px; }
.status-message h1 {
  margin: 0 0 12px;
  font-family: Archivo, sans-serif;
  font-variation-settings: "wdth" 112;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  letter-spacing: -.025em;
}
.status-message p { margin: 0 0 30px; color: var(--ink-mid); font-size: 17px; }

/* ══════════════════════════════════════════════════════════
   YASAL SAYFALAR VE ÇEREZ İZNİ
   ══════════════════════════════════════════════════════════ */

/* ── Yasal sayfa ────────────────────────────────────────── */

.legal__toc ol {
  counter-reset: toc;
  display: grid;
  gap: 9px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}
.legal__toc li { counter-increment: toc; }
.legal__toc a {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 4px;
  color: var(--ink-mid);
  font-size: 14.5px;
  line-height: 1.4;
  transition: color .2s var(--ease);
}
.legal__toc a::before {
  content: counter(toc, decimal-leading-zero);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11.5px;
  color: var(--olive);
}
.legal__toc a:hover { color: var(--signal); }

.legal__updated {
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid var(--rule);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.legal__block { margin-bottom: 34px; scroll-margin-top: 110px; }
.legal__block:last-child { margin-bottom: 0; }

.legal__block h2 {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 0 0 12px;
  font-family: Archivo, "IBM Plex Sans", sans-serif;
  font-variation-settings: "wdth" 110;
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.02em;
}
.legal__n {
  flex: none;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--olive);
}
.legal__block p {
  margin: 0;
  padding-left: 40px;
  color: var(--ink-mid);
  font-size: 16.5px;
  line-height: 1.68;
}

.legal__contact { padding-top: 30px; border-top: 1px solid var(--rule); }
.legal__contact p + p { margin-top: 8px; }
.legal__contact a { color: var(--signal); font-weight: 500; }
.legal__cta { margin-top: 24px; margin-left: 40px; }

/* ── Çerez tablosu ──────────────────────────────────────── */

.tablewrap {
  margin-left: 40px;
  overflow-x: auto;
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
}
.ctable { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 14.5px; }
.ctable th, .ctable td { padding: 13px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--rule); }
.ctable thead th {
  background: var(--mist);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.ctable tbody tr:last-child td { border-bottom: 0; }
.ctable code { font-family: "IBM Plex Mono", monospace; font-size: 13px; color: var(--ink); white-space: nowrap; }
.ctable td { color: var(--ink-mid); }

.ctype {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.ctype--necessary  { background: rgba(16,167,155,.13); color: #0a7a71; }
.ctype--functional { background: rgba(27,50,196,.10); color: var(--signal); }
.ctype--analytics  { background: rgba(192,138,46,.14); color: #8a6018; }
.ctype--marketing  { background: var(--mist); color: var(--ink-soft); }

/* ── Çerez izin bandı ───────────────────────────────────── */

.consent { position: fixed; inset: 0; z-index: 90; display: grid; align-items: end; }
.consent[hidden] { display: none; }

.consent__scrim {
  position: absolute;
  inset: 0;
  background: rgba(5, 19, 46, .5);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  animation: cFade .28s var(--ease);
}

.consent__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(20px, 3vw, 44px);
  align-items: end;
  width: min(1180px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  margin: 0 auto 16px;
  padding: clamp(22px, 2.6vw, 32px);
  overflow-y: auto;
  background: var(--paper);
  border-radius: var(--r-lg);
  box-shadow: 0 24px 70px rgba(5, 19, 46, .3);
  animation: cRise .34s var(--ease);
}

@keyframes cFade { from { opacity: 0 } }
@keyframes cRise { from { opacity: 0; transform: translateY(18px) } }

.consent__title {
  margin: 0 0 8px;
  font-family: Archivo, "IBM Plex Sans", sans-serif;
  font-variation-settings: "wdth" 110;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.02em;
}
.consent__text { margin: 0; max-width: 76ch; color: var(--ink-mid); font-size: 15px; line-height: 1.6; }

.consent__links { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 0; font-size: 13.5px; }
.consent__links a { color: var(--signal); font-weight: 500; text-decoration: underline; text-underline-offset: 2px; }
.consent__links span { color: var(--ink-soft); }

.consent__cats {
  display: grid;
  gap: 10px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--rule);
}
.consent__cats[hidden] { display: none; }

.ccat { padding: 14px 16px; border: 1px solid var(--rule); border-radius: var(--r); background: #fafcfe; }
.ccat__head { display: flex; align-items: center; gap: 10px; cursor: pointer; }
.ccat__head input { width: 17px; height: 17px; accent-color: var(--olive); flex: none; }
.ccat__head input:disabled { accent-color: var(--ink-soft); }
.ccat__name { font-size: 15px; font-weight: 600; }
.ccat__lock {
  margin-left: auto;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--olive);
}
.ccat__desc { margin: 7px 0 0 27px; color: var(--ink-mid); font-size: 13.5px; line-height: 1.55; }

.consent__acts { display: grid; gap: 9px; align-content: end; min-width: 210px; }
.consent__acts .btn { width: 100%; min-height: 46px; font-size: 14.5px; }

.btn--line { background: transparent; border-color: var(--rule); color: var(--ink); }
.btn--line:hover { border-color: var(--ink); background: var(--mist); }
.btn--plain { background: transparent; color: var(--ink-mid); text-decoration: underline; text-underline-offset: 3px; }
.btn--plain:hover { color: var(--signal); }
.btn[hidden] { display: none; }

/* ── Harita onay kapısı ─────────────────────────────────── */

.mapband { position: relative; display: grid; }
.mapgate {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 10px;
  padding: clamp(24px, 5vw, 48px);
  background:
    linear-gradient(rgba(238,243,248,.94), rgba(238,243,248,.94)),
    repeating-linear-gradient(45deg, var(--mist-deep) 0 2px, transparent 2px 12px);
}
.mapgate h2 {
  margin: 0;
  font-family: Archivo, "IBM Plex Sans", sans-serif;
  font-variation-settings: "wdth" 110;
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 700;
  letter-spacing: -.02em;
}
.mapgate p { margin: 0; max-width: 58ch; color: var(--ink-mid); font-size: 15px; }
.mapgate__acts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }

/* ── Form açık rıza ─────────────────────────────────────── */

.form__consent { margin-top: 4px; }
.checkline { display: flex; align-items: flex-start; gap: 11px; cursor: pointer; }
.checkline input { margin-top: 2px; width: 18px; height: 18px; accent-color: var(--olive); flex: none; }
.checkline span {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink-mid);
}
.checkline a { color: var(--signal); font-weight: 500; text-decoration: underline; text-underline-offset: 2px; }
.form input[aria-invalid="true"] + span { color: #b32d28; }

/* ── Footer yasal sütunu ────────────────────────────────── */

.footer__prefs {
  width: fit-content;
  padding: 0;
  border: 0;
  background: none;
  color: var(--ink-inv-mid);
  font: inherit;
  font-size: 15px;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  transition: color .2s var(--ease);
}
.footer__prefs:hover { color: #fff; }

/* ── Duyarlı ────────────────────────────────────────────── */

@media (max-width: 1180px) {
  .footer__shell { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) {
  .legal__block p,
  .legal__cta,
  .tablewrap { padding-left: 0; margin-left: 0; }
  .legal__block p { padding-left: 0; }
  .consent__panel { grid-template-columns: 1fr; align-items: stretch; }
  .consent__acts { min-width: 0; }
}

@media (max-width: 640px) {
  .consent__panel { width: calc(100% - 16px); margin-bottom: 8px; max-height: calc(100vh - 16px); }
  .consent__acts .btn { min-height: 48px; }
}

/* ── Yüzen WhatsApp düğmesi ─────────────────────────────── */

.wafab {
  position: fixed;
  right: clamp(16px, 2.5vw, 30px);
  bottom: clamp(16px, 2.5vw, 30px);
  z-index: 70;
  display: inline-flex;
  align-items: center;
  gap: 0;
  height: 58px;
  padding: 0 13px;
  border-radius: 999px;
  background: #1faf54;
  color: #fff;
  box-shadow: 0 10px 28px rgba(31, 175, 84, .38), 0 2px 6px rgba(0, 0, 0, .16);
  transition: gap .3s var(--ease), padding .3s var(--ease),
              background .22s var(--ease), transform .22s var(--ease),
              box-shadow .22s var(--ease);
}
.wafab:hover {
  gap: 10px;
  padding-right: 22px;
  background: #189a48;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(31, 175, 84, .46), 0 2px 6px rgba(0, 0, 0, .18);
}
.wafab:active { transform: translateY(0); }

.wafab__icon { display: grid; place-items: center; width: 32px; height: 32px; }
.wafab__icon svg { width: 30px; height: 30px; fill: currentColor; stroke: none; }

.wafab__label {
  max-width: 0;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  transition: max-width .3s var(--ease), opacity .24s var(--ease);
}
.wafab:hover .wafab__label,
.wafab:focus-visible .wafab__label { max-width: 130px; opacity: 1; }

/* Çerez bandı açıkken düğme onun altında kalmasın */
.consent:not([hidden]) ~ .wafab { display: none; }

@media (max-width: 640px) {
  .wafab { height: 54px; padding-inline: 11px; }
  .wafab__icon { width: 30px; height: 30px; }
  .wafab__icon svg { width: 28px; height: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .wafab, .wafab__label { transition: none; }
}

/* ── Reveal ────────────────────────────────────────────── */

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .68s var(--ease), transform .68s var(--ease);
  transition-delay: calc(var(--reveal-delay, 0) * 85ms);
}
.reveal.is-in { opacity: 1; transform: none; }

/* ═══ Duyarlı ═══════════════════════════════════════════ */

@media (max-width: 1180px) {
  .masthead__nav { gap: 14px; font-size: 13.5px; }
  .catalog { grid-template-columns: repeat(2, 1fr); }
  .sectors { grid-template-columns: repeat(3, 1fr); }
  .footer__shell { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 980px) {
  html { scroll-padding-top: 80px; }

  .burger { display: block; }
  .masthead__cta { display: none; }
  .masthead__nav {
    position: fixed;
    inset: 68px 0 auto 0;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 12px var(--gutter) 26px;
    background: rgba(255, 255, 255, .97);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--rule);
    box-shadow: 0 20px 40px rgba(5, 19, 46, .12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity .26s var(--ease), transform .26s var(--ease), visibility .26s;
  }
  .masthead__nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .masthead__nav a,
  .masthead.is-stuck .masthead__nav a {
    padding: 15px 0;
    border-bottom: 1px solid var(--rule);
    color: var(--ink);
    font-size: 17px;
    font-weight: 600;
  }
  .masthead__nav a::after { display: none; }

  .shell--split,
  .contact__shell,
  .lead--row,
  .network__head { grid-template-columns: 1fr; }
  .network__head { align-items: start; gap: 14px; }

  .col-side { position: static; }
  .lead--row { gap: 22px; }
  .lead__aside { padding-left: 20px; }

  .cards--3 { grid-template-columns: 1fr; }
  .figures__grid { grid-template-columns: repeat(2, 1fr); }
  .figure { border-left: 0; padding-inline: 0; }
  .figure:nth-child(n+3) { border-top: 1px solid rgba(255, 255, 255, .1); }

  .hero { min-height: auto; padding-top: 128px; }
  .hero__media img { object-position: 68% 50%; }
  .hero__scroll { display: none; }

  .sectors { grid-template-columns: repeat(2, 1fr); }
  .agenda__item { grid-template-columns: 1fr; gap: 16px; align-items: start; }
  .network__field { grid-template-columns: repeat(18, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  body { font-size: 16px; }

  .masthead { padding-block: 11px; }
  .masthead__nav { inset-block-start: 62px; }

  .hero { padding-top: 116px; }
  .hero__creds { gap: 8px 20px; font-size: 11.5px; }

  .figures__grid { grid-template-columns: 1fr; }
  .figure { padding-block: 22px; }
  .figure:nth-child(n+2) { border-top: 1px solid rgba(255, 255, 255, .1); }

  .catalog,
  .sectors { grid-template-columns: 1fr; }

  .form { grid-template-columns: 1fr; }
  .footer__shell { grid-template-columns: 1fr; gap: 34px; }

  .network__field { grid-template-columns: repeat(13, minmax(0, 1fr)); gap: 3px; }
  .plate { font-size: 10px; }
  .network__hint { margin-left: 0; flex-basis: 100%; }
  .tag { font-size: 11px; letter-spacing: .12em; }
  .pullquote { padding: 26px 24px 26px 28px; }
  .btn { width: 100%; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .refs__ask { width: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .plate { opacity: 1; transform: none; }
  .hero__media img { transform: none; }
}

/* ═══════════════════════════════════════════════════════════
   BLOG
   ═══════════════════════════════════════════════════════════ */

/* ── Yazı kartları ──────────────────────────────────────── */

.postgrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 34px);
}

.pcard { min-width: 0; }

.pcard__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: border-color .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease);
}
.pcard__link:hover {
  border-color: var(--signal);
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(5, 19, 46, .09);
}

/* Kapak — 16:9 sabit, kırpılarak oturur */
.pcard__shot {
  display: block;
  aspect-ratio: 16 / 9;
  background: var(--mist);
  overflow: hidden;
}
.pcard__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s var(--ease);
}
.pcard__link:hover .pcard__shot img { transform: scale(1.035); }

/* Görseli olmayan yazı boş kutu göstermesin */
.pcard__shot--none {
  display: grid;
  place-items: center;
  background:
    radial-gradient(120% 140% at 12% 0%, #143a72 0%, transparent 60%),
    var(--abyss);
}
.pcard__mark svg { width: 44px; height: 44px; color: #fff; opacity: .3; stroke-width: 1.1; }

.pcard__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 22px clamp(20px, 2vw, 28px) 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11.5px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.pcard__title {
  margin: 10px 0 0;
  padding-inline: clamp(20px, 2vw, 28px);
  font-family: Archivo, "IBM Plex Sans", sans-serif;
  font-variation-settings: "wdth" 108;
  font-size: clamp(18px, 1.4vw, 21px);
  line-height: 1.28;
  letter-spacing: -.015em;
  color: var(--ink);
}
.pcard__link:hover .pcard__title { color: var(--signal); }

.pcard__text {
  margin: 10px 0 0;
  padding-inline: clamp(20px, 2vw, 28px);
  font-size: 15px;
  line-height: 1.62;
  color: var(--ink-mid);
}

.pcard__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 14px clamp(20px, 2vw, 28px) 0;
}

.pcard__more {
  margin-top: auto;
  padding: 20px clamp(20px, 2vw, 28px) 24px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--olive);
}

.ptag {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--mist);
  font-size: 11.5px;
  letter-spacing: .02em;
  color: var(--ink-mid);
}

/* ── Sayfalama ──────────────────────────────────────────── */

.pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: clamp(38px, 4vw, 58px);
}
.pager__n,
.pager__step {
  display: grid;
  place-items: center;
  min-width: 40px;
  height: 40px;
  padding-inline: 14px;
  border: 1px solid var(--rule);
  border-radius: var(--r);
  font-size: 14px;
  text-decoration: none;
  color: var(--ink-mid);
  transition: border-color .25s var(--ease), color .25s var(--ease);
}
.pager__n:hover,
.pager__step:hover { border-color: var(--signal); color: var(--signal); }
.pager__n.is-on {
  background: var(--abyss);
  border-color: var(--abyss);
  color: #fff;
  font-weight: 600;
}

/* ── Yazı sayfası ───────────────────────────────────────── */

.posthero {
  position: relative;
  padding: clamp(46px, 5.4vw, 84px) 0 clamp(30px, 3.4vw, 52px);
  background:
    radial-gradient(110% 130% at 8% 0%, #123469 0%, transparent 62%),
    var(--abyss);
  color: var(--ink-inv);
}
.posthero .crumbs { margin-bottom: clamp(20px, 2.4vw, 34px); }

.posthero__title {
  max-width: 20ch;
  margin: 0;
  font-family: Archivo, "IBM Plex Sans", sans-serif;
  font-variation-settings: "wdth" 104;
  font-size: clamp(30px, 4.2vw, 56px);
  line-height: 1.08;
  letter-spacing: -.028em;
  color: #fff;
}

.posthero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: clamp(18px, 2vw, 26px) 0 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--ink-inv-mid);
}

/* Kapak, koyu başlıkla beyaz gövde arasına biner */
.postcover {
  margin: 0;
  padding: 0;
  background: linear-gradient(to bottom, var(--abyss) 0%, var(--abyss) 50%, var(--paper) 50%);
}
.postcover img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--r-lg);
  background: var(--mist);
}

/* ── Yazı metni ─────────────────────────────────────────── */

.post {
  max-width: 74ch;
  margin-inline: auto;
  font-size: clamp(16.5px, 1.15vw, 18px);
  line-height: 1.78;
  color: var(--ink-mid);
}
.post > *:first-child { margin-top: 0; }
.post p { margin: 0 0 1.35em; }

.post h2,
.post h3 {
  margin: 2em 0 .6em;
  font-family: Archivo, "IBM Plex Sans", sans-serif;
  font-variation-settings: "wdth" 106;
  letter-spacing: -.02em;
  line-height: 1.22;
  color: var(--ink);
}
.post h2 { font-size: clamp(22px, 2vw, 30px); }
.post h3 { font-size: clamp(18px, 1.5vw, 22px); }

.post strong { color: var(--ink); font-weight: 600; }
.post a { color: var(--signal); text-underline-offset: 3px; }
.post a:hover { text-decoration-thickness: 2px; }

.post code {
  padding: 2px 6px;
  border-radius: 3px;
  background: var(--mist);
  font-family: "IBM Plex Mono", monospace;
  font-size: .88em;
  color: var(--ink);
}

/* Genel sıfırlama ul'den madde işaretini kaldırıyor; yazı metninde geri açıyoruz */
ul.post__list { list-style: disc; }
ol.post__list { list-style: decimal; }
.post__list { margin: 0 0 1.35em; padding-left: 1.35em; }
.post__list li { margin-bottom: .5em; padding-left: .2em; }
.post__list li::marker { color: var(--olive); }

.post__quote {
  margin: 1.8em 0;
  padding: 4px 0 4px 24px;
  border-left: 3px solid var(--olive);
  font-size: 1.06em;
  line-height: 1.6;
  color: var(--ink);
}

.post__rule {
  margin: 2.4em 0;
  border: 0;
  border-top: 1px solid var(--rule);
}

.post__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 2.4em 0 0;
  padding-top: 1.6em;
  border-top: 1px solid var(--rule);
}

.postfoot {
  max-width: 74ch;
  margin: clamp(34px, 3.6vw, 52px) auto 0;
}

/* Taslak önizleme bandı — yalnızca panele girmiş yönetici görür */
.draftbar {
  margin: 0;
  padding: 12px var(--gutter);
  background: var(--brass);
  color: #22190a;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

/* ── Boş durum ──────────────────────────────────────────── */

.blank {
  padding: clamp(46px, 6vw, 88px) clamp(24px, 4vw, 56px);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  background: var(--paper);
  text-align: center;
}
.blank__title {
  margin: 0 0 12px;
  font-family: Archivo, "IBM Plex Sans", sans-serif;
  font-variation-settings: "wdth" 108;
  font-size: clamp(22px, 2.2vw, 30px);
  letter-spacing: -.02em;
  color: var(--ink);
}
.blank__text {
  max-width: 56ch;
  margin: 0 auto 26px;
  color: var(--ink-mid);
  line-height: 1.7;
}
.blank .arrowlink { justify-content: center; }

/* ── Duyarlı ────────────────────────────────────────────── */

@media (max-width: 1180px) {
  .postgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .postgrid { grid-template-columns: 1fr; }
  .post { font-size: 16.5px; }
  .postcover { background: var(--paper); }
}
