/* Plentake — paylasilan sayfa stili (arac detay sayfalari + blog). index.html KENDI inline CSS'ini kullanir;
   bu dosya yalniz /tools/* ve /blog/* alt sayfalari icindir. Tasarim token'lari ana site ile ayni. */
:root {
  --bg: #fdfbf8; --bg2: #f8f2e9; --panel: #ffffff; --border: #ecdfcf;
  --text: #241a10; --muted: #8a7a68; --accent: #f97316; --accent2: #e8590c;
  --green: #16a34a; --grad: linear-gradient(100deg, #ffb020, #ff5e3a);
  --shadow: 0 1px 2px rgba(36,26,16,.05), 0 8px 24px -12px rgba(36,26,16,.12);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font: 16px/1.65 -apple-system, "Segoe UI", Roboto, sans-serif; -webkit-font-smoothing: antialiased; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 760px; }
a { color: var(--accent2); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; }

/* Nav */
nav { position: sticky; top: 0; z-index: 20; background: rgba(253,251,248,.85); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
nav .wrap { display: flex; align-items: center; height: 62px; gap: 18px; }
.logo { display: flex; align-items: center; gap: 9px; font-weight: 800; font-size: 18px; letter-spacing: -.02em; color: var(--text); }
.logo:hover { text-decoration: none; }
.logo .mark { width: 30px; height: 25px; }
nav .links { margin-left: auto; display: flex; align-items: center; gap: 18px; }
nav .links a { color: var(--text); font-size: 14.5px; font-weight: 600; }
.btn { display: inline-flex; align-items: center; gap: 8px; background: var(--grad); color: #fff; font-weight: 700; padding: 11px 20px; border-radius: 10px; border: 0; cursor: pointer; box-shadow: var(--shadow); }
.btn:hover { text-decoration: none; filter: brightness(1.04); }
.btn.small { padding: 8px 15px; font-size: 14px; }
.btn.ghost { background: #fff; color: var(--text); border: 1px solid var(--border); }

/* Breadcrumb */
.crumb { font-size: 13px; color: var(--muted); padding: 20px 0 0; }
.crumb a { color: var(--muted); }

/* Hero */
header.hero { padding: 26px 0 10px; }
.kicker { display: inline-block; font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--accent2); background: var(--bg2); border: 1px solid var(--border); padding: 5px 13px; border-radius: 999px; }
h1 { font-size: clamp(30px, 5.2vw, 50px); line-height: 1.06; letter-spacing: -.03em; margin: 16px 0 14px; }
h1 .grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.sub { font-size: clamp(16px, 2.2vw, 19px); color: var(--muted); max-width: 680px; }
.heroCtas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }

/* Video slotu (ust: kisa demo; alt: uzun tutorial). Video hazir olunca .videoSlot icini <video>/<iframe> ile degistir. */
.videoSlot { margin: 30px 0 8px; border-radius: 18px; border: 1px solid var(--border); background: linear-gradient(135deg, #fff, var(--bg2)); box-shadow: var(--shadow); aspect-ratio: 16 / 9; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; text-align: center; color: var(--muted); overflow: hidden; }
.videoSlot .play { width: 66px; height: 66px; border-radius: 50%; background: var(--grad); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 24px; box-shadow: 0 10px 30px -8px rgba(233,89,12,.5); }
.videoSlot b { color: var(--text); }
.videoSlot small { font-size: 13px; }

/* Sections & prose */
section { padding: 30px 0; }
h2 { font-size: clamp(23px, 3.6vw, 32px); letter-spacing: -.02em; margin: 0 0 10px; }
h3 { font-size: 18px; margin: 0 0 6px; letter-spacing: -.01em; }
p.lead { font-size: 17px; color: var(--muted); max-width: 720px; margin-bottom: 8px; }
.prose p { color: #3a2c1c; margin: 10px 0; max-width: 760px; }
.prose p.muted { color: var(--muted); }
.prose ul, .prose ol { margin: 10px 0 10px 22px; max-width: 760px; color: #3a2c1c; }
.prose li { margin: 6px 0; }

/* 3-adim grid */
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 20px; }
.card { background: var(--panel); border: 1px solid var(--border); border-radius: 14px; padding: 20px; box-shadow: var(--shadow); }
.card .n { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 8px; background: var(--bg2); color: var(--accent2); font-weight: 800; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 14.5px; }

/* Fark kutusu */
.diff { background: var(--bg2); border: 1px solid var(--border); border-radius: 16px; padding: 26px; margin-top: 6px; }
.diff h2 { margin-bottom: 8px; }
.pillrow { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.pill { font-size: 13px; font-weight: 600; background: #fff; border: 1px solid var(--border); border-radius: 999px; padding: 6px 13px; color: var(--text); }

/* Kullanim listesi */
ul.uses { columns: 2; column-gap: 28px; margin-top: 12px; max-width: 760px; list-style: none; }
ul.uses li { margin: 0 0 9px; padding-left: 4px; color: #3a2c1c; break-inside: avoid; }

/* Adim adim tutorial */
ol.steps { counter-reset: s; list-style: none; max-width: 780px; margin-top: 14px; }
ol.steps li { position: relative; padding: 4px 0 18px 52px; border-left: 2px solid var(--border); margin-left: 15px; }
ol.steps li::before { counter-increment: s; content: counter(s); position: absolute; left: -16px; top: 0; width: 30px; height: 30px; border-radius: 50%; background: var(--grad); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; }
ol.steps li:last-child { border-left-color: transparent; }
ol.steps b { display: block; margin-bottom: 3px; }
ol.steps p { color: var(--muted); font-size: 14.5px; margin: 0; }

/* CTA */
.ctaBox { text-align: center; background: linear-gradient(135deg, #241a10, #3a2411); color: #fff; border-radius: 20px; padding: 46px 24px; margin: 24px 0; }
.ctaBox h2 { color: #fff; }
.ctaBox p { color: #d8c8b4; max-width: 520px; margin: 8px auto 20px; }

/* FAQ */
.faq { max-width: 760px; margin-top: 12px; }
.faq details { border-bottom: 1px solid var(--border); padding: 4px 0; }
.faq summary { cursor: pointer; font-weight: 600; padding: 14px 0; list-style: none; display: flex; }
.faq summary::after { content: "+"; margin-left: auto; color: var(--accent); font-size: 20px; }
.faq details[open] summary::after { content: "–"; }
.faq p { color: var(--muted); font-size: 14.5px; padding: 0 0 16px; }

/* "Related tools" ic-linkleme */
.related { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.related a { font-size: 14px; font-weight: 600; background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: 9px 14px; color: var(--text); box-shadow: var(--shadow); }
.related a:hover { text-decoration: none; border-color: var(--accent); color: var(--accent2); }

/* ---------- BLOG ---------- */
.postmeta { font-size: 13.5px; color: var(--muted); margin: 6px 0 0; }
.article { max-width: 760px; margin: 0 auto; }
.article h2 { margin-top: 30px; }
.article h3 { margin-top: 22px; font-size: 19px; }
.article p { color: #3a2c1c; margin: 12px 0; }
.article ul, .article ol { margin: 12px 0 12px 22px; color: #3a2c1c; }
.article li { margin: 7px 0; }
.article .lede { font-size: 18px; color: var(--muted); }
.article table { border-collapse: collapse; width: 100%; margin: 16px 0; font-size: 14.5px; }
.article th, .article td { border: 1px solid var(--border); padding: 9px 12px; text-align: left; vertical-align: top; }
.article th { background: var(--bg2); font-weight: 700; }
.rank { background: var(--panel); border: 1px solid var(--border); border-radius: 14px; padding: 20px 22px; margin: 16px 0; box-shadow: var(--shadow); }
.rank h3 { margin: 0 0 4px; display: flex; align-items: center; gap: 10px; }
.rank .badge { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 8px; background: var(--bg2); color: var(--accent2); font-weight: 800; display: inline-flex; align-items: center; justify-content: center; font-size: 15px; }
.rank .tag { font-size: 12px; font-weight: 700; color: var(--green); background: rgba(22,163,74,.1); border: 1px solid rgba(22,163,74,.35); border-radius: 999px; padding: 2px 9px; }
.rank p { margin: 8px 0; }
.postlist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 20px; }
.postcard { display: block; background: var(--panel); border: 1px solid var(--border); border-radius: 14px; padding: 20px; box-shadow: var(--shadow); color: var(--text); }
.postcard:hover { text-decoration: none; border-color: var(--accent); }
.postcard h3 { margin: 0 0 6px; }
.postcard p { color: var(--muted); font-size: 14px; }

/* Footer */
footer { border-top: 1px solid var(--border); margin-top: 24px; padding: 26px 0; }
footer .wrap { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; font-size: 14px; color: var(--muted); }
footer .right { margin-left: auto; display: flex; gap: 16px; }
footer .right a { color: var(--muted); }

@media (max-width: 760px) {
  .grid3, .postlist { grid-template-columns: 1fr; }
  ul.uses { columns: 1; }
  nav .links a:not(.btn) { display: none; }
  footer .wrap { justify-content: center; text-align: center; }
  footer .right { margin-left: 0; }
  .article table { display: block; overflow-x: auto; white-space: nowrap; }
}
