/* ASINScout Pro — Blog (site.css temasının üstüne) */
.blog-page { font-family: 'Inter', system-ui, sans-serif; line-height: 1.6; }
.bwrap { max-width: 1160px; margin: 0 auto; padding: 0 22px; }
.bnarrow { max-width: 780px; }

/* Nav */
.bnav { position: sticky !important; top: 0; z-index: 50; padding: 14px 0 !important; }
.bnav-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.bnav .logo-img { height: 34px; }
.bnav-links { display: flex; align-items: center; gap: 26px; }
.bnav-links a { color: var(--text2); text-decoration: none; font-size: 14.5px; font-weight: 500; }
.bnav-links a:hover, .bnav-links a.on { color: #fff; }
.bbtn {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; border-radius: 11px; font-weight: 700; font-size: 14px;
  color: #fff !important; text-decoration: none; background: var(--grad-primary); box-shadow: 0 12px 30px -10px rgba(99,102,241,.9);
  transition: transform .2s, box-shadow .2s; white-space: nowrap;
}
.bbtn:hover { transform: translateY(-2px); box-shadow: 0 16px 38px -10px rgba(99,102,241,1); }
.bbtn-lg { padding: 15px 28px; font-size: 15.5px; }

.bpill {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px; font-size: 12.5px; font-weight: 700;
  letter-spacing: .04em; color: #c7d2fe; background: rgba(99,102,241,.12); border: 1px solid rgba(129,140,248,.35);
}
.bpill i { width: 7px; height: 7px; border-radius: 50%; background: #22d3ee; box-shadow: 0 0 10px #22d3ee; }

/* Liste hero */
.blist-hero { position: relative; text-align: center; padding: 80px 0 40px; isolation: isolate; }
.blist-hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(600px 300px at 50% 10%, rgba(99,102,241,.28), transparent 70%),
    linear-gradient(rgba(120,140,255,.06) 1px, transparent 1px) 0 0/52px 52px,
    linear-gradient(90deg, rgba(120,140,255,.06) 1px, transparent 1px) 0 0/52px 52px;
  -webkit-mask-image: radial-gradient(ellipse 60% 70% at 50% 30%, #000 30%, transparent 80%);
          mask-image: radial-gradient(ellipse 60% 70% at 50% 30%, #000 30%, transparent 80%);
}
.blist-hero h1 { font-size: 52px; font-weight: 900; letter-spacing: -.04em; line-height: 1.1; margin: 22px auto 16px; max-width: 760px; color: #fff; }
.blist-hero h1 span { background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.blist-hero p { color: var(--text2); font-size: 18px; max-width: 600px; margin: 0 auto; }
.bfilter { display: inline-flex; gap: 6px; margin-top: 30px; padding: 5px; border-radius: 14px; background: rgba(10,14,36,.7); border: 1px solid var(--border); }
.bfilter button { padding: 9px 18px; border-radius: 10px; border: 0; background: transparent; color: var(--text2); font: 600 13.5px Inter, sans-serif; cursor: pointer; }
.bfilter button.on { color: #fff; background: linear-gradient(100deg, rgba(139,92,246,.5), rgba(59,130,246,.35)); box-shadow: inset 0 0 0 1px rgba(129,140,248,.5); }

/* Kart ızgarası */
.bgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 30px 0 20px; }
.bcard {
  display: flex; flex-direction: column; overflow: hidden; border-radius: 20px; text-decoration: none; color: var(--text);
  background: linear-gradient(180deg, rgba(22,29,66,.9), rgba(10,14,36,.9)) padding-box,
              linear-gradient(160deg, rgba(139,92,246,.45), rgba(120,140,255,.08) 45%, rgba(34,211,238,.3)) border-box;
  border: 1px solid transparent; box-shadow: 0 30px 60px -40px rgba(0,0,0,.95);
  transition: transform .35s cubic-bezier(.22,.61,.36,1), box-shadow .35s;
}
.bcard:hover { transform: translateY(-6px); box-shadow: 0 34px 70px -34px rgba(99,102,241,.8); }
.bthumb {
  position: relative; aspect-ratio: 16/9; overflow: hidden;
  background:
    radial-gradient(120% 90% at 0% 0%, hsl(var(--h) 85% 62% / .55), transparent 60%),
    radial-gradient(90% 90% at 100% 100%, hsl(calc(var(--h) - 60) 85% 55% / .45), transparent 60%),
    linear-gradient(135deg, #111836, #0a0f26);
}
.bthumb::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px) 0 0/28px 28px,
              linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px) 0 0/28px 28px;
}
.bthumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.bcard:hover .bthumb img { transform: scale(1.05); }
.bthumb-art { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 84px; font-weight: 900; color: rgba(255,255,255,.9); text-shadow: 0 10px 40px rgba(99,102,241,.8); letter-spacing: -.04em; }
.blang { display: inline-block; padding: 4px 10px; border-radius: 8px; font-size: 11px; font-weight: 800; letter-spacing: .08em; color: #fff; background: rgba(7,10,29,.7); border: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(6px); }
.bthumb .blang { position: absolute; left: 14px; top: 14px; z-index: 1; }
.bbody { display: flex; flex-direction: column; flex: 1; padding: 22px 24px 24px; }
.bdate { font-size: 12.5px; color: var(--text3); font-weight: 600; margin-bottom: 8px; }
.bbody h2 { font-size: 19px; font-weight: 700; line-height: 1.35; letter-spacing: -.015em; color: #fff; margin-bottom: 10px; }
.bbody p { font-size: 14.5px; color: var(--text2); line-height: 1.6; margin-bottom: 18px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.bread { margin-top: auto; font-size: 13.5px; font-weight: 700; color: #a5b4fc; }
.bread b { display: inline-block; transition: transform .25s; }
.bcard:hover .bread b { transform: translateX(5px); }
/* İlk yazı: öne çıkan geniş kart */
.bcard.featured { grid-column: span 3; flex-direction: row; }
.bcard.featured .bthumb { flex: 0 0 52%; aspect-ratio: auto; min-height: 320px; }
.bcard.featured .bbody { padding: 38px 40px; justify-content: center; }
.bcard.featured h2 { font-size: 30px; letter-spacing: -.03em; }
.bcard.featured p { font-size: 16px; -webkit-line-clamp: 4; }
.bcard.featured .bthumb-art { font-size: 150px; }
.bempty { color: var(--text2); text-align: center; padding: 40px 0; }

/* Yazı sayfası */
.bprogress { position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 100; background: linear-gradient(90deg, #8b5cf6, #3b82f6, #22d3ee); box-shadow: 0 0 12px rgba(34,211,238,.8); }
.bpost-hero { position: relative; padding: 60px 0 30px; isolation: isolate; }
.bpost-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(700px 320px at 50% 0%, rgba(99,102,241,.25), transparent 70%); }
.bcrumb { display: flex; gap: 10px; font-size: 13.5px; color: var(--text3); margin-bottom: 22px; }
.bcrumb a { color: var(--text2); text-decoration: none; }
.bcrumb a:hover { color: #fff; }
.bmeta { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 13.5px; color: var(--text2); margin-bottom: 18px; }
.bmeta .blang { background: rgba(99,102,241,.2); border-color: rgba(129,140,248,.4); }
.bdot { width: 4px; height: 4px; border-radius: 50%; background: var(--text3); }
.bpost-hero h1 { font-size: 46px; font-weight: 900; letter-spacing: -.035em; line-height: 1.12; color: #fff; margin-bottom: 18px; }
.blead { font-size: 19px; color: var(--text2); line-height: 1.65; margin-bottom: 28px; }
.bauthor { display: flex; align-items: center; gap: 12px; padding-top: 22px; border-top: 1px solid var(--border2); }
.bavatar { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; color: #fff; background: var(--grad-primary); box-shadow: 0 8px 24px -8px rgba(99,102,241,.9); }
.bauthor b { display: block; font-size: 14.5px; color: #fff; }
.bauthor small { font-size: 12.5px; color: var(--text3); }
.bcover { width: 100%; border-radius: 20px; margin: 10px 0 20px; border: 1px solid var(--border); box-shadow: 0 30px 70px -30px rgba(0,0,0,.9); }

.barticle { padding: 20px 0 30px; font-size: 17.5px; line-height: 1.85; color: #d7dbf2; }
.barticle p { margin: 0 0 1.2em; }
.barticle h2 { position: relative; font-size: 28px; font-weight: 800; letter-spacing: -.02em; color: #fff; margin: 2em 0 .7em; padding-left: 18px; line-height: 1.3; }
.barticle h2::before { content: ""; position: absolute; left: 0; top: .2em; bottom: .2em; width: 4px; border-radius: 4px; background: linear-gradient(180deg, #8b5cf6, #22d3ee); }
.barticle h3 { font-size: 21px; font-weight: 700; color: #fff; margin: 1.6em 0 .6em; }
.barticle a { color: #a5b4fc; text-decoration: underline; text-decoration-color: rgba(165,180,252,.4); text-underline-offset: 3px; }
.barticle a:hover { text-decoration-color: #a5b4fc; }
.barticle strong { color: #fff; }
.barticle ul, .barticle ol { margin: 0 0 1.3em 0; padding-left: 0; list-style: none; }
.barticle li { position: relative; padding-left: 28px; margin-bottom: .6em; }
.barticle ul li::before { content: ""; position: absolute; left: 6px; top: .72em; width: 8px; height: 8px; border-radius: 3px; background: linear-gradient(135deg, #8b5cf6, #22d3ee); }
.barticle ol { counter-reset: n; }
.barticle ol li { counter-increment: n; }
.barticle ol li::before { content: counter(n); position: absolute; left: 0; top: .3em; width: 20px; height: 20px; border-radius: 6px; font-size: 12px; font-weight: 800; line-height: 20px; text-align: center; color: #fff; background: rgba(99,102,241,.35); }
.barticle blockquote { margin: 1.6em 0; padding: 20px 24px; border-radius: 14px; background: rgba(99,102,241,.08); border: 1px solid rgba(129,140,248,.25); border-left: 4px solid #818cf8; color: #e0e7ff; font-style: italic; }
.barticle img { max-width: 100%; border-radius: 14px; border: 1px solid var(--border); }
.barticle code { padding: 2px 7px; border-radius: 6px; background: rgba(99,102,241,.15); font-size: .9em; color: #c7d2fe; }
.barticle pre { padding: 18px; border-radius: 14px; overflow-x: auto; background: #060918; border: 1px solid var(--border); }
.barticle pre code { background: none; padding: 0; }
.barticle table { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; font-size: 15px; margin-bottom: 1.3em; }
.barticle th, .barticle td { padding: 12px 16px; border-bottom: 1px solid var(--border2); text-align: left; }
.barticle th { background: rgba(99,102,241,.1); color: #fff; }
.bback { display: inline-block; margin: 10px 0 20px; color: var(--text2); text-decoration: none; font-weight: 600; font-size: 14.5px; }
.bback:hover { color: #fff; }

/* CTA bandı */
.bcta {
  margin: 40px 0 70px; border-radius: 24px; overflow: hidden; position: relative;
  background: radial-gradient(500px 240px at 0% 0%, rgba(139,92,246,.35), transparent 70%),
              radial-gradient(500px 240px at 100% 100%, rgba(34,211,238,.22), transparent 70%),
              linear-gradient(135deg, #121a3f, #0a0f26);
  border: 1px solid rgba(129,140,248,.3); box-shadow: 0 40px 90px -40px rgba(99,102,241,.8);
}
.bcta-in { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 40px 44px; flex-wrap: wrap; }
.bcta h3 { font-size: 26px; font-weight: 800; letter-spacing: -.02em; color: #fff; margin: 14px 0 8px; max-width: 620px; line-height: 1.3; }
.bcta p { color: var(--text2); }

/* Footer */
.bfoot { padding: 34px 0 !important; }
.bfoot-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--text3); font-size: 13.5px; }
.bfoot .logo-img { height: 28px; }
.bfoot a { color: var(--text2); text-decoration: none; }
.bfoot a:hover { color: #fff; }

@media (max-width: 980px) {
  .bgrid { grid-template-columns: repeat(2, 1fr); }
  .bcard.featured { grid-column: span 2; flex-direction: column; }
  .bcard.featured .bthumb { flex: none; min-height: 0; aspect-ratio: 16/9; }
  .bcard.featured .bbody { padding: 26px; }
}
@media (max-width: 640px) {
  .bgrid { grid-template-columns: 1fr; }
  .bcard.featured { grid-column: auto; }
  .bcard.featured h2 { font-size: 22px; }
  .blist-hero { padding: 50px 0 20px; }
  .blist-hero h1 { font-size: 34px; }
  .bpost-hero h1 { font-size: 32px; }
  .barticle { font-size: 16.5px; }
  .barticle h2 { font-size: 23px; }
  .bnav-links a:not(.bbtn) { display: none; }
  .bcta-in { padding: 28px 24px; }
  .bcta h3 { font-size: 21px; }
}
