/* Vitrin — ziyaretçinin gördüğü sayfalar.
   Panel kabuğuyla aynı renk jetonlarını kullanır; fark ölçek ve ritimde:
   burada satır aralığı geniş, karo büyük, sayfa ortalanmış. */

body.pub-body { display: block; background: var(--paper); color: var(--ink); }

.pub-wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 22px; }

/* --- üst çubuk --- */
.pub-top { position: sticky; top: 0; z-index: 20;
  background: color-mix(in srgb, var(--paper) 90%, transparent);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.pub-bar { display: flex; align-items: center; gap: 18px; height: 68px; }
.pub-brand { display: flex; align-items: center; gap: 10px; text-decoration: none;
  color: var(--ink); flex: none; }
.pub-brand:hover { text-decoration: none; }
.pub-brand .brand-mark { width: 38px; height: 38px; flex-basis: 38px; }
.pub-brand .brand-name { font-size: 17px; }

.pub-nav { display: flex; align-items: center; gap: 2px; min-width: 0; }
.pub-nav a { padding: 8px 13px; border-radius: 10px; font-size: 13.5px; font-weight: 600;
  color: var(--muted); text-decoration: none; white-space: nowrap; transition: color .15s, background .15s; }
.pub-nav a:hover { background: var(--surface); color: var(--ink); text-decoration: none; }
.pub-nav a.on { background: var(--accent); color: var(--on-accent); }

.pub-search { position: relative; flex: 1; min-width: 120px; max-width: 340px;
  margin-left: auto; }
.pub-search svg { position: absolute; left: 13px; top: 50%; transform: translateY(-50%);
  width: 15px; height: 15px; color: var(--muted); pointer-events: none; }
.pub-search input { width: 100%; height: 40px; padding: 0 12px 0 36px; border-radius: var(--radius-sm);
  border: 1px solid var(--line); background: var(--surface); color: var(--ink);
  font: inherit; font-size: 13.5px; }

.pub-actions { display: flex; align-items: center; gap: 8px; flex: none; }
.pub-toggle, .pub-bar .burger { display: none; }
.pub-actions .icon-btn { width: 40px; height: 40px; border: 1px solid var(--line);
  border-radius: var(--radius-sm); background: var(--surface); }
.pub-actions .icon-btn:hover { color: var(--ink); border-color: var(--accent); }

.btn-ghost { display: inline-flex; align-items: center; gap: 7px; height: 40px; padding: 0 14px;
  border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface);
  color: var(--ink); text-decoration: none; font-size: 13.5px; font-weight: 700;
  white-space: nowrap; transition: border-color .15s; }
.btn-ghost:hover { border-color: var(--accent); text-decoration: none; }
.pub-body .btn-primary { display: inline-flex; height: 40px; }
.btn-primary.lg, .btn-ghost.lg { height: 46px; padding: 0 20px; font-size: 14.5px; }
.btn-primary.lg svg { width: 15px; height: 15px; }

.pub-flash { padding-top: 16px; }
.pub-main { padding: 30px 22px 56px; display: flex; flex-direction: column; gap: 18px; }

/* --- kahraman bölümü --- */
.hero-band { border-bottom: 1px solid var(--line);
  background:
    radial-gradient(55% 130% at 0% 0%, color-mix(in srgb, var(--accent) 10%, transparent), transparent 60%),
    radial-gradient(circle at 1px 1px, color-mix(in srgb, var(--ink) 7%, transparent) 1px, transparent 1.6px) 0 0 / 22px 22px,
    var(--surface); }
.hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 40px;
  align-items: center; padding: 66px 22px 72px; }
.hero-copy .eyebrow { margin: 0 0 14px; font-size: 11px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--accent-ink); }
.hero-copy h1 { margin: 0; font-size: clamp(32px, 4.6vw, 48px); line-height: 1.05;
  font-weight: 800; letter-spacing: -.035em; text-wrap: balance; }
.hero-sub { margin: 16px 0 0; font-size: 17px; line-height: 1.55; color: var(--ink-2);
  max-width: 46ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.hero-note { margin: 14px 0 0; font-size: 13px; color: var(--muted); }

.hero-card { background: var(--surface); border: 1px solid var(--line); border-radius: 20px;
  padding: 20px; box-shadow: var(--shadow-card); }
.hero-card-head { display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 12px; border-bottom: 1px solid var(--line-soft); }
.dotrow { display: flex; gap: 6px; }
/* Noktalar artık gerçek düğme: tıklanınca slayt değişir. */
.dotrow button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%;
  background: var(--line); cursor: pointer; transition: background .2s, transform .2s; }
.dotrow button:hover { transform: scale(1.25); }
.dotrow button.on { background: var(--accent); }
.dotrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--line);
  display: block; }
.dotrow i:first-child { background: var(--accent); }
/* Slayt kabı: yükseklik en uzun slayta göre sabit, kayınca zıplamasın. */
.hero-slides { display: grid; }
.hero-slides > .hero-slide { grid-area: 1 / 1; }
.hero-slide[hidden] { display: none; }
.hero-fams { display: grid; gap: 10px; margin-top: 16px; }
.hero-fam { display: block; padding: 13px 15px; border: 1px solid var(--line);
  border-radius: 13px; background: var(--surface-2, rgba(255,255,255,.02));
  text-decoration: none; transition: border-color .15s, transform .15s; }
.hero-fam:hover { border-color: var(--accent); transform: translateY(-1px); }
.hero-fam b { display: block; font-size: 15px; color: var(--text, #F4F7FD); }
.hero-fam span { display: block; margin-top: 2px; font-size: 12.5px; color: var(--muted); }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
  margin: 16px 0 0; }
.hero-stats div { text-align: center; }
.hero-stats dt { font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: var(--muted); }
.hero-stats dd { margin: 4px 0 0; font-size: 26px; font-weight: 800;
  font-variant-numeric: tabular-nums; letter-spacing: -.02em; }
.hero-card-note { margin: 16px 0 0; padding-top: 14px; font-size: 12.5px;
  color: var(--muted); border-top: 1px solid var(--line-soft); }

/* --- bölümler --- */
.band { padding: 44px 22px 0; }
.band-head { display: flex; align-items: baseline; justify-content: space-between;
  gap: 16px; margin-bottom: 18px; }
.band-head h2 { margin: 0; font-size: 22px; font-weight: 800; letter-spacing: -.02em; }
.more { display: inline-flex; align-items: center; gap: 6px; font-size: 13.5px;
  font-weight: 700; text-decoration: none; }
.more svg { width: 14px; height: 14px; }

.badges { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.badge-card { display: flex; gap: 12px; background: var(--surface); padding: 16px;
  border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-card); }
.badge-ic { width: 34px; height: 34px; border-radius: 9px; flex: none; display: grid;
  place-items: center; background: var(--accent); color: var(--on-accent); }
.badge-ic svg { width: 17px; height: 17px; }
.badge-card h3 { margin: 2px 0 0; font-size: 14px; font-weight: 700; }
.badge-card p { margin: 5px 0 0; font-size: 13px; color: var(--muted); line-height: 1.5; }

.cats { display: grid; grid-template-columns: repeat(auto-fill, minmax(172px, 1fr));
  gap: 12px; }
.cat { display: flex; align-items: center; gap: 12px; padding: 13px 14px;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  text-decoration: none; color: var(--ink); transition: border-color .15s, transform .15s; }
.cat:hover { border-color: var(--accent); transform: translateY(-2px); text-decoration: none; }
.cat-ic { width: 38px; height: 38px; border-radius: 10px; flex: none; display: grid;
  place-items: center; overflow: hidden; background: var(--surface-2);
  color: var(--accent-ink); }
.cat-ic svg { width: 18px; height: 18px; }
.cat-ic img { width: 100%; height: 100%; object-fit: cover; }
.cat-t { min-width: 0; }
.cat-n { display: block; font-size: 14px; font-weight: 700; line-height: 1.25; }
.cat-c { display: block; font-size: 12px; color: var(--muted); white-space: nowrap; }

/* Vitrindeki ürün karoları panele göre daha iri. */
.pub-body .prods { grid-template-columns: repeat(auto-fill, minmax(196px, 1fr)); gap: 14px; }
.pub-body .prod .pn { font-size: 14px; }
.pub-body .prod .pv { font-size: 12px; }

.steps-band { margin-top: 48px; padding: 44px 0 48px; background: var(--surface);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps { list-style: none; margin: 0; padding: 0; display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.steps li { position: relative; padding-left: 46px; }
.step-n { position: absolute; left: 0; top: -2px; width: 32px; height: 32px;
  border-radius: 10px; display: grid; place-items: center; font-weight: 800;
  font-size: 14px; background: var(--accent); color: var(--on-accent); }
.steps h3 { margin: 4px 0 0; font-size: 15px; font-weight: 700; }
.steps p { margin: 6px 0 0; font-size: 13.5px; color: var(--muted); line-height: 1.55; }

.news { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 20px; box-shadow: var(--shadow-card); }

.closer { display: flex; align-items: center; justify-content: space-between; gap: 24px;
  flex-wrap: wrap; margin-bottom: 52px; padding: 30px 32px; border-radius: 20px;
  background:
    radial-gradient(55% 130% at 0% 0%, color-mix(in srgb, var(--accent) 12%, transparent), transparent 60%),
    var(--surface);
  border: 1px solid var(--line); }
.closer h2 { margin: 0; font-size: 24px; font-weight: 800; letter-spacing: -.02em; }
.closer p { margin: 7px 0 0; color: var(--ink-2); }
.closer-cta { display: flex; gap: 10px; flex-wrap: wrap; }

/* --- içerik sayfası --- */
.prose { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 34px; max-width: 74ch; line-height: 1.7; box-shadow: var(--shadow-card); }
.prose h2 { margin: 30px 0 8px; font-size: 19px; font-weight: 800; letter-spacing: -.015em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 22px 0 6px; font-size: 15.5px; font-weight: 700; }
.prose p { margin: 0 0 14px; color: var(--ink-2); }
.prose ul, .prose ol { margin: 0 0 14px; padding-left: 22px; color: var(--ink-2); }
.prose li { margin-bottom: 5px; }
.page-lead { margin: 6px 0 0; color: var(--muted); font-size: 14.5px; }

/* --- alt bilgi --- */
.pub-foot { margin-top: 56px; background: var(--surface); border-top: 1px solid var(--line); }
.pub-foot-grid { display: grid; grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
  gap: 28px; padding-top: 40px; padding-bottom: 30px; }
.foot-tag { margin: 12px 0 0; font-size: 13.5px; color: var(--muted); max-width: 34ch; }
.foot-mail { display: inline-flex; align-items: center; gap: 7px; margin-top: 12px;
  font-size: 13px; font-weight: 600; text-decoration: none; }
.foot-mail svg { width: 14px; height: 14px; }
.foot-col h3 { margin: 0 0 10px; font-size: 11px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--muted); }
.foot-col a { display: block; padding: 4px 0; font-size: 13.5px; color: var(--ink-2);
  text-decoration: none; }
.foot-col a:hover { color: var(--accent-ink); }
.foot-base { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  padding-top: 16px; padding-bottom: 26px; border-top: 1px solid var(--line-soft);
  font-size: 12px; color: var(--muted); }
.foot-note { max-width: 62ch; }

/* --- dar ekran --- */
@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; gap: 30px; padding: 46px 22px 50px; }
  .badges { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pub-foot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .pub-bar { height: auto; padding: 12px 0; flex-wrap: wrap; }
  .pub-bar .burger { display: grid; place-items: center; margin-left: auto;
    width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 10px;
    cursor: pointer; color: var(--ink-2); }
  .pub-bar .burger svg { width: 17px; height: 17px; }
  .pub-nav, .pub-search, .pub-actions { display: none; }
  .pub-toggle:checked ~ .pub-top .pub-nav,
  .pub-toggle:checked ~ .pub-top .pub-search,
  .pub-toggle:checked ~ .pub-top .pub-actions { display: flex; width: 100%; max-width: none;
    margin-left: 0; }
  .pub-toggle:checked ~ .pub-top .pub-nav { flex-wrap: wrap; padding-top: 6px; }
  .pub-toggle:checked ~ .pub-top .pub-actions { padding-bottom: 4px; }
  .badges { grid-template-columns: 1fr; }
  .prose { padding: 22px; }
}
@media (max-width: 560px) {
  .pub-foot-grid { grid-template-columns: 1fr; gap: 20px; }
  .closer { padding: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}


/* ============================================================
   Ledger duzeni (2026-09-09) - vitrin seritleri
   ============================================================ */

/* Durum seridi: sayfanin en ustunde ince cubuk. Icerigi GERCEK durumdan
   gelir (bakim kipi / siparis anahtari), sabit pazarlama cumlesi degil. */
.pub-status { background: var(--strip-bg); color: var(--strip-ink); font-size: 12.5px; }
.pub-status .in { display: flex; align-items: center; gap: 20px; height: 34px; flex-wrap: nowrap;
  overflow-x: auto; scrollbar-width: none; }
.pub-status .in::-webkit-scrollbar { display: none; }
.pub-status a { color: inherit; text-decoration: none; white-space: nowrap; }
.pub-status a:hover { color: #fff; text-decoration: none; }
.pub-status .sp { flex: 1; }
.pub-status b { color: var(--ok); font-weight: 600; }
.pub-status .dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%;
  background: var(--ok); margin-right: 7px; vertical-align: 1px; }
.pub-status .dot.off { background: var(--bad); }

/* Metrik seridi: guvenin tasiyicisi. Sayilar GERCEK sorgudan gelir. */
.pub-metrics { background: var(--surface); border-bottom: 1px solid var(--line); }
.pub-metrics .in { display: grid; grid-template-columns: repeat(4, 1fr); }
.metric { padding: 16px 20px; border-right: 1px solid var(--line-soft); }
.metric:last-child { border-right: 0; }
.metric .k { font-size: 11px; text-transform: uppercase; letter-spacing: .09em;
  color: var(--muted); font-weight: 700; }
.metric .v { font-size: 23px; font-weight: 800; letter-spacing: -.03em; margin-top: 2px;
  font-variant-numeric: tabular-nums; }
.metric .d { font-size: 12px; color: var(--muted); }

@media (max-width: 820px) {
  .pub-metrics .in { grid-template-columns: repeat(2, 1fr); }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(1), .metric:nth-child(2) { border-bottom: 1px solid var(--line-soft); }
}


/* Kahraman bolumu tek kolona duserse (canli katalog karti yerine metrik
   seridi kullaniliyor) metin sonsuz genislemesin. */
.hero-grid.solo { grid-template-columns: 1fr; }
.hero-grid.solo .hero-copy { max-width: 62ch; }

/* --- ana sayfa kripto bandı --- */
.crypto-band { padding: 26px 22px 0; }
.crypto-strip { display: grid; grid-template-columns: auto minmax(0, 1fr) auto auto; align-items: center; gap: 16px;
  padding: 16px 20px; border-radius: 16px; text-decoration: none; color: inherit;
  border: 1px solid color-mix(in srgb, var(--accent) 45%, var(--line));
  background: linear-gradient(90deg, color-mix(in srgb, var(--accent) 12%, var(--surface-2)), var(--surface-2)); }
.crypto-strip:hover { border-color: var(--accent); text-decoration: none; }
.cs-ic { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center;
  background: var(--accent); color: var(--on-accent); }
.cs-ic svg { width: 20px; height: 20px; }
.cs-body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.cs-body b { font-size: 15px; font-weight: 800; letter-spacing: -.01em; }
.cs-text { font-size: 13px; color: var(--muted); line-height: 1.4; }
.cs-chips { display: flex; flex-wrap: wrap; gap: 6px; justify-content: flex-end; }
.cs-chip { font-size: 11.5px; font-weight: 700; padding: 5px 10px; border-radius: 999px;
  border: 1px solid var(--line); background: var(--surface); white-space: nowrap; }
.cs-cta { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 800; color: var(--accent-ink); white-space: nowrap; }
.cs-cta svg { width: 14px; height: 14px; }
@media (max-width: 900px) {
  .crypto-strip { grid-template-columns: auto minmax(0, 1fr); }
  .cs-chips { grid-column: 1 / -1; justify-content: flex-start; }
  .cs-cta { grid-column: 1 / -1; }
}
