/* ==========================================================================
   puantaj.info · v6 · "Linear dili, açık tema" · 2026-09-12
   ==========================================================================
   Ölçüm sözleşmesi: docs/design-dna-v6.json (renk, tip skalası, ritim).
   Tek zemin: #FFFFFF. Bölüm ayrımı yalnız 1px hairline + boşluk.
   Tek aksan: #1D4ED8 — düğme, bağlantı, plaket, ışıma. Başka yerde yok.
   Gölge yalnız ekran çerçevesinde. Hareket bir kez, 12px yukarı.
   Harici kaynak yok: fontlar assets/fonts/ altında self-host.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1 · Yazı tipleri · self-host woff2, OFL 1.1 (assets/fonts/OFL-*.txt)
   Alt küme: Latin + Latin-1 + Türkçe + noktalama (docs/fonts.md §4).
   Başlıklar Archivo 500: Linear'ın 64–72px başlıkları 510 ağırlığında,
   "pahalı" his kalınlıktan değil punto + negatif tracking'den geliyor.
   700 yalnız wordmark'ta (logotype, başlık değil).
   -------------------------------------------------------------------------- */
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/archivo-500.woff2") format("woff2");
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/archivo-700.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/plexsans-400.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/plexsans-500.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/plexsans-600.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/plexmono-400.woff2") format("woff2");
}

/* --------------------------------------------------------------------------
   2 · Tokenlar · ham renk yalnız burada, hepsi design-dna-v6.json'dan
   -------------------------------------------------------------------------- */
:root {
  --paper: #FFFFFF;        /* sayfanın tek zemini */
  --panel: #FAFAFA;        /* ekran çerçevesi başlık barı */
  --canvas: #F4F4F4;       /* nav bağlantısı hover zemini */
  --ink: #10131A;          /* birincil metin */
  --muted: #4A5872;        /* soluk metin — gövdede tek ikinci ton */
  --line: #E6E8EE;         /* standart hairline */
  --line-strong: #D0D4DD;  /* güçlü kenar */

  --accent: #1D4ED8;
  --accent-hover: #1A44BF;
  --accent-soft: rgba(29, 78, 216, .35);
  --glow: rgba(29, 78, 216, .10);

  --r-card: 12px;
  --r-shot: 8px;
  --r-btn: 6px;

  --shadow-shot: 0 1px 2px rgba(16, 19, 26, .06), 0 24px 48px -24px rgba(16, 19, 26, .18);

  --wrap: 1280px;   /* metin sütunu */
  --gut: 80px;      /* yatay padding: ≤1024 → 28px, ≤640 → 16px */
  --band: 128px;    /* bölüm padding-block */
  --head-gap: 96px; /* başlık ızgarası altı */

  --sans: "IBM Plex Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
  --display: "Archivo", "IBM Plex Sans", "Segoe UI", system-ui, sans-serif;
  --mono: "IBM Plex Mono", "Cascadia Mono", Consolas, ui-monospace, monospace;

  --ease: cubic-bezier(.2, .7, .2, 1);      /* giriş, 500ms */
  --ease-ui: cubic-bezier(.25, .46, .45, .94); /* hover / basınç, 160ms */
}

/* --------------------------------------------------------------------------
   3 · Temel
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a { color: var(--accent); }

h1, h2, h3 { margin: 0; }

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

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 50;
  background: var(--accent);
  color: #fff;
  padding: 10px 16px;
  border-radius: var(--r-btn);
  font-size: 14px;
  text-decoration: none;
}
.skip:focus { left: 12px; top: 12px; }

/* Metin sütunu 1280px; 1440 görünümde x = 80 … 1360. */
.wrap {
  max-width: calc(var(--wrap) + var(--gut) * 2);
  margin-inline: auto;
  padding-inline: var(--gut);
}

.eyebrow {
  margin: 0 0 20px;
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}

.lede {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
  max-width: 58ch;
}

/* --------------------------------------------------------------------------
   4 · Başlıklar · 64 / 48 / 72(kapanış), satır yüksekliği 1.0, -0.022em
   -------------------------------------------------------------------------- */
.hero h1 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(28px, 4.45vw, 64px);
  line-height: 1;
  letter-spacing: -.022em;
  margin: 0 0 32px;
}

h2 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(28px, 3.34vw, 48px);
  line-height: 1;
  letter-spacing: -.022em;
}
/* Aynı puntoda ikinci şey söylenirken renk değil TON düşer. */
h2 span { color: var(--muted); }

/* --------------------------------------------------------------------------
   5 · Düğmeler · 6px köşe, gölgesiz, basınçta scale(.97)
   Boy merdiveni: nav 32px · sayfa içi 40px · kapanış 44px
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding-inline: 16px;
  border-radius: var(--r-btn);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color .16s var(--ease-ui), color .16s var(--ease-ui),
              border-color .16s var(--ease-ui), transform .16s var(--ease-ui);
}
.btn:active { transform: scale(.97); }

.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-hover); }

.btn-text {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  font-weight: 500;
  color: var(--accent);
  text-decoration: none;
  transition: color .16s var(--ease-ui);
}
.btn-text:hover { color: var(--accent-hover); }

/* --------------------------------------------------------------------------
   6 · Nav · 56px, tepede saydam, scroll'da %80 beyaz cam
   -------------------------------------------------------------------------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--paper);
  border-bottom: 1px solid transparent;
  transition: background-color .1s var(--ease-ui), border-color .1s var(--ease-ui);
}
.nav.is-scrolled {
  background: rgba(255, 255, 255, .8);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom-color: var(--line);
}

.nav-in {
  max-width: calc(var(--wrap) + var(--gut) * 2);
  margin-inline: auto;
  padding-inline: var(--gut);
  height: 56px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  color: var(--ink);
}
.brand img { display: block; }
.wordmark {
  font-family: var(--display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .08em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-inline: auto;
}
.nav-links a {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding-inline: 10px;
  border-radius: var(--r-btn);
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: color .16s var(--ease-ui), background-color .16s var(--ease-ui);
}
.nav-links a:hover { color: var(--ink); background: var(--canvas); }

.nav-cta { height: 32px; padding-inline: 12px; font-size: 13px; }

/* --------------------------------------------------------------------------
   7 · Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  overflow: hidden;
  padding-block: 160px 128px;
}

.glow {
  position: absolute;
  left: 50%;
  top: 380px;
  width: 1900px;
  height: 900px;
  transform: translateX(-50%);
  pointer-events: none;
  background: radial-gradient(60% 60% at 50% 100%, var(--glow) 0%, rgba(29, 78, 216, 0) 70%);
}

.hero .wrap { position: relative; }

.hero .lede { font-size: 17px; line-height: 1.6; max-width: 34ch; }

.actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 32px;
}

/* Hero ekranı 1320px: metin sütununu iki yandan 20px taşar. */
.hero-shot {
  position: relative;
  margin-top: 70px;
  padding-inline: 16px;
}
.frame-hero { width: min(1320px, 100%); }
/* S1b'de altı birim kartı 1025 pikselde bitiyor; kadraj 1090'da kesilir:
   kartların altında ince bir pay kalır, kenar çubuğu da satır arasında biter. */
.frame-hero img {
  aspect-ratio: 2880 / 1090;
  object-fit: cover;
  object-position: top center;
}

/* --------------------------------------------------------------------------
   8 · Ekran çerçevesi · 12px dış köşe + 8px padding + 8px iç köşe
   Sayfada gölge taşıyan tek nesne burası.
   -------------------------------------------------------------------------- */
.frame {
  margin: 0 auto;
  padding: 8px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  box-shadow: var(--shadow-shot);
}
.frame-in {
  border: 1px solid var(--line);
  border-radius: var(--r-shot);
  overflow: hidden;
  background: var(--paper);
}
.frame-bar {
  margin: 0;
  padding: 10px 14px;
  background: var(--panel);
  border-bottom: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}
.frame picture { display: block; }
.frame img { display: block; width: 100%; height: auto; }

/* --------------------------------------------------------------------------
   9 · Güven şeridi · beyaz, üst-alt hairline
   -------------------------------------------------------------------------- */
.trust {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-block: 28px;
}
.trust ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}
.trust li { position: relative; padding-inline: 17px; }
.trust li + li::before {
  content: "·";
  position: absolute;
  left: -2px;
  top: 0;
  color: var(--line-strong);
}

/* --------------------------------------------------------------------------
   10 · Bölüm kabuğu ve iki kolonlu başlık ızgarası
   -------------------------------------------------------------------------- */
.who, .feat, .fit {
  padding-block: var(--band);
  background: var(--paper);
}
.feat, .fit { border-top: 1px solid var(--line); }

.sec-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 64px;
  padding-bottom: var(--head-gap);
}
/* Açıklama, h2'nin ilk satırıyla aynı üst hizada başlasın diye
   eyebrow bloğu kadar (12px × 1.4 + 20px) aşağıdan başlar. */
.sec-head-r { padding-top: 37px; }
.sec-head-r .lede {
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -.012em;
  max-width: 38ch;
}

/* --------------------------------------------------------------------------
   11 · Kimler için · üç ekransız kart · ikon + başlık + cümle
   -------------------------------------------------------------------------- */
.who-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.card {
  display: flex;
  flex-direction: column;
  padding: 28px 26px 30px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  transition: border-color .16s var(--ease-ui);
}
.card:hover { border-color: var(--accent-soft); }

/* Tek monoline ikon: mini ızgarayla aynı 1.5px kontur, 40px kutu. */
.card-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 22px;
  color: var(--muted);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: color .16s var(--ease-ui);
}
.card:hover .card-icon { color: var(--accent); }

.card h3 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -.005em;
  margin-bottom: 6px;
}
.card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }

/* --------------------------------------------------------------------------
   12 · Dört büyük bölüm
   -------------------------------------------------------------------------- */
.feat .frame, .feat .pair { margin-top: 0; }

.pair {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}
/* 04 · Çıktı: modal ile imza blokları paneli eşit sütunda, üstten hizalı. */
.pair-even { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }

/* mini özellik ızgarası: hairline üstü, 36px iç boşluk, 28px dikey ayraç */
.minis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 32px;
  margin-top: 48px;
  border-top: 1px solid var(--line);
}
.mini, .phone { position: relative; padding-top: 36px; }
.mini + .mini::before, .phone::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 0;
  width: 1px;
  height: 28px;
  background: var(--line);
}
.mini svg {
  display: block;
  width: 16px;
  height: 16px;
  margin-bottom: 12px;
  fill: none;
  stroke: var(--muted);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mini h3 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.35;
  margin-bottom: 5px;
}
.mini p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; max-width: 32ch; text-wrap: pretty; }

.minis-phone { grid-template-columns: repeat(3, minmax(0, 1fr)) 206px; }
.phone img {
  display: block;
  width: 100%;
  max-width: 180px;
  height: auto;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper);
}

/* --------------------------------------------------------------------------
   13 · Kurumunuza uygun
   -------------------------------------------------------------------------- */
.fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
.card-plain {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 32px;
  transition: border-color .16s var(--ease-ui);
}
.card-plain:hover { border-color: var(--accent-soft); }
.card-plain h3 {
  font-family: var(--display);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -.018em;
  margin-bottom: 12px;
}
.card-plain p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.6; }

/* --------------------------------------------------------------------------
   14 · Kapanış · sayfadaki en büyük punto, tek ortalanmış blok
   -------------------------------------------------------------------------- */
.close {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  padding-block: 224px;
  text-align: center;
  background: var(--paper);
}
.glow-close { top: auto; bottom: -260px; width: 1400px; height: 900px; }
.close .wrap { position: relative; }
.close h2 {
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1;
  letter-spacing: -.022em;
  margin-bottom: 36px;
}
.mail {
  display: inline-block;
  font-family: var(--mono);
  font-size: 17px;
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid var(--accent-soft);
  padding-bottom: 2px;
  transition: color .16s var(--ease-ui), border-color .16s var(--ease-ui);
}
.mail:hover { color: var(--accent-hover); border-bottom-color: var(--accent-hover); }
.close .lede { margin: 28px auto 0; max-width: 46ch; }

/* --------------------------------------------------------------------------
   15 · Footer
   -------------------------------------------------------------------------- */
.site-foot {
  border-top: 1px solid var(--line);
  padding-block: 32px;
  background: var(--paper);
}
.foot-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 20px;
  font-size: 13px;
  color: var(--muted);
}
.foot-brand { display: inline-flex; align-items: center; gap: 9px; }
.foot-brand img { display: block; }
.foot-links { display: inline-flex; align-items: center; gap: 20px; }
.foot-links a { color: var(--muted); text-decoration: none; transition: color .16s var(--ease-ui); }
.foot-links a:hover { color: var(--accent); }
.foot-year { color: var(--muted); font-family: var(--mono); font-size: 12px; }

/* --------------------------------------------------------------------------
   16 · Belge sayfası (kvkk.html) · aynı nav + footer, aynı tipografi.
   Konteyner .wrap (1280); okuma sütunu 68ch, bölüm ayrımı yine hairline.
   -------------------------------------------------------------------------- */
.doc {
  background: var(--paper);
  padding-block: 88px 120px;
}
.doc-col { max-width: 68ch; }

.doc h1 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.08;
  letter-spacing: -.022em;
  margin: 0 0 28px;
}

/* Belge başlığı bölüm başlığı değil; §4'teki 48px klampına girmez. */
.doc h2 {
  font-family: var(--display);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -.014em;
  margin: 44px 0 14px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.doc p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.doc-note {
  margin: 0;
  padding: 16px 18px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  font-size: 15px;
  line-height: 1.6;
}

.doc-list {
  margin: 0 0 16px;
  padding-left: 20px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.doc-list li { margin-bottom: 6px; }

.doc-foot {
  margin: 44px 0 0;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}

/* --------------------------------------------------------------------------
   17 · Hareket — bir kez, 12px yukarı. Başlangıç durumunu JS atar,
   betik yoksa her şey görünür kalır.
   -------------------------------------------------------------------------- */
.r-init {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .5s var(--ease), transform .5s var(--ease);
}
.r-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .r-init, .r-in { opacity: 1; transform: none; transition: none; }
  .nav, .btn, .btn-text, .card, .card-icon, .card-plain, .nav-links a, .mail, .foot-links a { transition: none; }
}

/* --------------------------------------------------------------------------
   18 · Esneme
   -------------------------------------------------------------------------- */
@media (max-width: 1040px) {
  .minis-phone { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .minis-phone .phone { display: none; }
}

@media (max-width: 1024px) {
  :root { --gut: 28px; }
}

@media (max-width: 900px) {
  :root { --band: 96px; --head-gap: 56px; }

  .doc { padding-block: 64px 88px; }
  .hero { padding-block: 104px 96px; }
  .sec-head { grid-template-columns: minmax(0, 1fr); row-gap: 24px; }
  .sec-head-r { padding-top: 0; }
  .sec-head-r .lede { font-size: 20px; max-width: 46ch; }

  .who-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pair { grid-template-columns: minmax(0, 1fr); }
  .fit-grid { grid-template-columns: minmax(0, 1fr); }
  .close { padding-block: 144px; }
}

@media (max-width: 760px) {
  .nav-links { display: none; }
}

@media (max-width: 640px) {
  :root { --gut: 16px; --band: 72px; --head-gap: 40px; }

  .doc { padding-block: 48px 72px; }
  .doc h2 { font-size: 20px; margin-top: 36px; padding-top: 24px; }
  .doc p, .doc-list { font-size: 16px; }

  .hero { padding-block: 72px 76px; }
  .hero .lede { max-width: 40ch; }
  .hero-shot { margin-top: 44px; }
  .actions { gap: 14px 20px; }
  .actions .btn, .actions .btn-text { width: 100%; }
  .nav-in { gap: 12px; }
  .nav-cta { margin-left: auto; }

  .trust li { padding-inline: 0; width: 100%; text-align: center; }
  .trust li + li::before { display: none; }

  .who-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .fit-grid { gap: 20px; }

  .minis { grid-template-columns: minmax(0, 1fr); margin-top: 36px; }
  .mini + .mini::before { display: none; }
  .mini + .mini { border-top: 1px solid var(--line); }
  .mini { padding-top: 28px; }
  .mini p { max-width: none; }

  .card-plain { padding: 24px 22px 26px; }
  .close { padding-block: 112px; }
  .close .lede { font-size: 16px; }
  .foot-in { font-size: 12px; }
}
