/* ==========================================================================
   Şifresiz Araçlar — premium LIGHT theme
   Palette: primary #6366F1 · secondary #06B6D4 · accent #8B5CF6 · success #10B981
   bg #F8FAFC · surface #FFFFFF · text #0F172A · muted #64748B · border #E2E8F0
   ========================================================================== */
:root {
  --bg: #fafbfc;
  --surface: #ffffff;
  --surface-2: #f1f5f9;
  --line: #e2e8f0;
  --line-2: #cbd5e1;
  --text: #0f172a;
  --muted: #64748b;
  --muted-2: #94a3b8;
  --primary: #6366f1;
  --secondary: #06b6d4;
  --accent: #8b5cf6;
  --success: #10b981;
  --warn: #f59e0b;
  --danger: #ef4444;
  --brand: #fcd535;
  --brand-text: #181a20;
  --grad: linear-gradient(180deg, #fddb52 0%, #fcd535 100%);
  --grad-text: linear-gradient(90deg, #0ea5e9 0%, #6366f1 50%, #8b5cf6 100%);
  --r: 18px;
  --r-lg: 24px;
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, .04), 0 1px 3px rgba(15, 23, 42, .06);
  --shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 8px 24px -12px rgba(15, 23, 42, .12), 0 24px 48px -24px rgba(99, 102, 241, .10);
  --shadow-lg: 0 2px 4px rgba(15, 23, 42, .04), 0 16px 40px -16px rgba(15, 23, 42, .16), 0 40px 80px -32px rgba(99, 102, 241, .18);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { margin: 0; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip; /* güvenlik ağı; gerçek taşma yok (320-1920 denetlendi). clip: scroll bağlamı yaratmaz, sticky bozulmaz */
  position: relative;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
:focus-visible { outline: 2px solid var(--primary); outline-offset: 3px; }
.hidden { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.container { width: min(1240px, 100% - 48px); margin-inline: auto; }
@media (max-width: 640px) { .container { width: min(1240px, 100% - 32px); } }
.icon { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.icon-lg { width: 22px; height: 22px; }

/* ---------- Calm line background ---------- */
.bg-art { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.bg-art::before {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #fafbfc 42%, #f7f8fa 100%),
    #f7f8fa;
}
.bg-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(15, 23, 42, .028) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 23, 42, .028) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(75% 65% at 50% 35%, #000 10%, transparent 100%);
  mask-image: radial-gradient(75% 65% at 50% 35%, #000 10%, transparent 100%);
}
.bg-lines { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .5; }
body > *:not(.bg-art) { position: relative; z-index: 1; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 44px; padding: 0 20px; font-weight: 600; font-size: 15px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .2s var(--ease), box-shadow .25s var(--ease), background .2s, border-color .2s, color .2s;
}
.btn:disabled { opacity: .55; cursor: not-allowed; transform: none !important; box-shadow: none !important; }
.btn-outline { background: var(--surface); border-color: var(--line); color: var(--text); box-shadow: var(--shadow-sm); }
.btn-outline:hover:not(:disabled) { border-color: var(--line-2); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-block { width: 100%; }
.btn-gradient-outline { position: relative; background: var(--surface); color: var(--brand-text); border: 1px solid transparent; background-clip: padding-box; box-shadow: var(--shadow-sm); }
.btn-gradient-outline::before { content: ''; position: absolute; inset: -1px; padding: 1px; background: var(--brand); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.btn-gradient-outline:hover { transform: translateY(-2px); background: var(--brand); box-shadow: 0 10px 24px -12px rgba(252, 213, 53, .6); }

.badge { display: inline-flex; align-items: center; gap: 6px; height: 26px; padding: 0 10px; font-size: 12px; font-weight: 600; letter-spacing: .01em; border: 1px solid var(--line); background: var(--surface); color: var(--muted); }
.badge-ok { color: #047857; border-color: #a7f3d0; background: #ecfdf5; }
.badge-warn { color: #b45309; border-color: #fde68a; background: #fffbeb; }
.badge-soon { color: #6d28d9; border-color: #ddd6fe; background: #f5f3ff; }
.badge .dot { width: 6px; height: 6px; background: currentColor; box-shadow: 0 0 6px currentColor; }

.grad-text { background: var(--grad-text); background-size: 200% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: gradShift 8s ease-in-out infinite; }
@keyframes gradShift { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }

/* ---------- Announcement bars ---------- */
.announcements { position: relative; z-index: 41; }
.ann { --a: #8b5cf6; border-bottom: 1px solid var(--line); background: #fff; background: linear-gradient(90deg, color-mix(in srgb, var(--a) 8%, #fff), #fff 40%, #fff 60%, color-mix(in srgb, var(--a) 6%, #fff)); }
.ann-in { display: flex; align-items: center; gap: 12px; min-height: 42px; padding: 6px 0; font-size: 13.5px; color: var(--text); flex-wrap: wrap; }
.ann-badge { display: inline-flex; align-items: center; gap: 6px; height: 24px; padding: 0 10px; font-size: 11.5px; font-weight: 700; letter-spacing: .02em; color: var(--a); background: #f5f3ff; background: color-mix(in srgb, var(--a) 10%, #fff); border: 1px solid color-mix(in srgb, var(--a) 28%, #fff); white-space: nowrap; }
.ann-badge i { width: 6px; height: 6px; background: currentColor; box-shadow: 0 0 6px currentColor; }
.ann-msg { color: #000000; font-weight: 500; }

.ann-info { --a: #7c3aed; }
.ann-success { --a: #059669; }
.ann-warn { --a: #d97706; }
.ann-danger { --a: #dc2626; }
@media (max-width: 640px) { .ann-link { margin-left: 0; } }

/* ---------- Header ---------- */
body > .site-header { position: sticky; top: 0; z-index: 40; /* body > * kuralı (relative) ezmesin */ background: #fff; border-bottom: 1px solid var(--line); transition: background .3s, border-color .3s, box-shadow .3s; }
body > .site-header.scrolled { background: #fff; backdrop-filter: blur(14px) saturate(160%); -webkit-backdrop-filter: blur(14px) saturate(160%); border-color: var(--line); box-shadow: 0 1px 0 rgba(15, 23, 42, .02); }
.site-header .bar { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-header .bar > * { min-width: 0; }
@media (max-width: 640px) { .site-header .bar { gap: 12px; } }
@media (max-width: 380px) { .site-logo { max-width: 140px; } }
.logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.02em; font-size: 17px; color: var(--text); }
.logo .mark { width: 34px; height: 34px; background: linear-gradient(135deg, #06b6d4 0%, #6366f1 55%, #8b5cf6 100%); display: grid; place-items: center; color: #fff; box-shadow: 0 6px 16px -8px rgba(99, 102, 241, .7); }
.logo .mark .icon { width: 17px; height: 17px; stroke-width: 2.2; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a { display: inline-flex; align-items: center; gap: 7px; padding: 8px 14px; font-size: 14px; font-weight: 600; color: #181a20; transition: color .2s, background .2s; }
.nav a .icon { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; color: #181a20; }
.nav a:hover { color: #181a20; background: transparent; }
.nav a { position: relative; }
.nav a::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 2px; height: 3px; background: #fcd535; transform: scaleX(0); transform-origin: left; transition: transform .22s var(--ease); }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav a[aria-current="page"] { background: transparent; }
.header-cta { display: flex; align-items: center; gap: 12px; }
.hamburger { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: var(--surface); align-items: center; justify-content: center; }
.mobile-nav { display: none; border-top: 1px solid var(--line); background: rgba(255, 255, 255, .95); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.mobile-nav.open { display: block; }
.mobile-nav .container { display: flex; flex-direction: column; padding: 12px 0 16px; gap: 4px; }
.mobile-nav a { display: flex; align-items: center; gap: 10px; padding: 12px 14px; font-weight: 600; color: #181a20; }
.mobile-nav a .icon { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.mobile-nav a.btn { display: inline-flex; }
.mobile-nav a:hover { background: var(--surface-2); }
@media (max-width: 900px) { .nav, .header-cta .btn { display: none; } .hamburger { display: inline-flex; } }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 96px 0 40px; text-align: center; }
.hero .eyebrow { display: inline-flex; align-items: center; gap: 8px; height: 32px; padding: 0 14px; border: 1px solid var(--line); background: var(--surface); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--primary); box-shadow: var(--shadow-sm); }
.hero .eyebrow .spark { color: var(--accent); }
.hero h1 { margin: 24px auto 0; max-width: 880px; font-size: clamp(40px, 5.4vw, 68px); line-height: 1.04; letter-spacing: -.035em; font-weight: 800; color: var(--text); }
.hero h1 span { display: block; }
.hero .lead { margin: 20px auto 0; max-width: 600px; font-size: 18px; color: var(--muted); font-weight: 400; }
.hero-actions { margin-top: 32px; display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.hero-actions .note { font-size: 13px; color: var(--muted); display: inline-flex; align-items: center; gap: 6px; }
.hero-actions .note .icon { width: 14px; height: 14px; color: var(--success); }
@media (max-width: 900px) { .hero { padding: 64px 0 16px; } }
@media (max-width: 640px) { .hero-actions .btn { width: 100%; } }

/* ---------- Sections / board ---------- */
.section { padding: 96px 0; }
.board { padding: 40px 0 104px; position: relative; }

/* ---- Editorial header ---- */
.ed-head { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: 48px; align-items: end; }
.ed-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: #6366f1; }
.ed-rule { width: 28px; height: 1px; background: #6366f1; opacity: .7; }
.ed-title { margin: 22px 0 0; font-size: clamp(34px, 4.2vw, 54px); line-height: 1.04; letter-spacing: -.04em; font-weight: 600; color: #0b1220; text-wrap: balance; }
.ed-lead { margin: 20px 0 0; max-width: 46ch; font-size: 17px; line-height: 1.6; color: #64748b; font-weight: 400; }
.ed-meta { justify-self: end; min-width: 220px; padding-bottom: 6px; display: grid; gap: 0; font-size: 13px; }
.ed-meta-row { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; padding: 10px 0; border-top: 1px solid #e8eaee; }
.ed-meta-row:last-child { border-bottom: 1px solid #e8eaee; }
.ed-meta-k { color: #94a3b8; letter-spacing: .02em; }
.ed-meta-v { display: inline-flex; align-items: center; gap: 8px; color: #0b1220; font-weight: 500; font-variant-numeric: tabular-nums; }
.ed-dot { width: 6px; height: 6px; background: #10b981; box-shadow: 0 0 0 3px rgba(16, 185, 129, .14); }

/* ---- Navigation on the hairline ---- */
.ed-navline { position: relative; margin-top: 0; display: flex; justify-content: center; }
.ed-navline .ptabs { position: relative; }
.ptabs { display: inline-flex; gap: 2px; padding: 4px; background: #fff; border: 1px solid #e6e8ec; box-shadow: 0 1px 1px rgba(15, 23, 42, .03), 0 8px 24px -18px rgba(15, 23, 42, .18); max-width: 100%; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.ptabs::-webkit-scrollbar { display: none; }
.ptab { position: relative; flex: 0 0 auto; display: inline-flex; align-items: center; gap: 9px; height: 38px; padding: 0 14px 0 12px; border: 1px solid transparent; background: transparent; color: #64748b; font-weight: 500; font-size: 13.5px; letter-spacing: -.005em; transition: color .18s, background .18s, transform .18s var(--ease), box-shadow .2s; }
.ptab .icon, .ptab .plat-img { width: 15px; height: 15px; opacity: .72; transition: opacity .18s; }
.ptab:hover { color: #0b1220; background: #f6f7f9; }
.ptab:hover .icon, .ptab:hover .plat-img { opacity: 1; }
.ptab:active { transform: translateY(1px); }
.ptab[aria-selected="true"] { color: #0b1220; background: #fff; border-color: #e3e6ea; box-shadow: 0 1px 0 #fff inset, 0 1px 2px rgba(15, 23, 42, .06), 0 2px 6px -2px rgba(15, 23, 42, .08); }
.ptab[aria-selected="true"] .icon, .ptab[aria-selected="true"] .plat-img { opacity: 1; }
.ptab[aria-selected="true"]::after { content: ''; position: absolute; left: 12px; right: 12px; bottom: 3px; height: 2px; background: #0b1220; opacity: .9; }
.ptab .count { margin-left: 2px; font-size: 11.5px; font-weight: 500; color: #94a3b8; font-variant-numeric: tabular-nums; padding: 1px 6px; background: #f3f4f6; line-height: 1.4; }
.ptab[aria-selected="true"] .count { color: #475569; background: #eef0f3; }
.ptab:focus-visible { outline: none; box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(99, 102, 241, .45); }
.tiles { margin-top: 24px; }

@media (max-width: 900px) {
  .board { padding: 44px 0 72px; }
  .ed-head { grid-template-columns: 1fr; gap: 24px; }
  .ed-meta { justify-self: start; min-width: 0; width: 100%; grid-template-columns: repeat(3, 1fr); gap: 0 16px; }
  .ed-meta-row { flex-direction: column; align-items: flex-start; gap: 2px; border-bottom: 1px solid #e8eaee; }
  .ed-navline { margin-top: 32px; }
  .ed-navline .ptabs { position: relative; top: auto; transform: none; display: flex; width: 100%; -webkit-mask-image: linear-gradient(90deg, #000 88%, transparent); mask-image: linear-gradient(90deg, #000 88%, transparent); }
  .tiles { margin-top: 28px; }
}

/* ---------- Service cards ---------- */
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tile {
  --accent: #6366f1; --accent-2: #8b5cf6;
  position: relative; display: flex; flex-direction: column; text-align: left;
  padding: 24px; min-height: 236px; cursor: pointer;
  background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow);
  transition: transform .25s var(--ease), box-shadow .3s var(--ease), border-color .2s; overflow: hidden; color: var(--text);
}
.tile:hover:not(.off) { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--line-2); }
.tile-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; position: relative; }
.tile-plat { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 600; color: var(--muted); }
.tile-ic { width: 32px; height: 32px; display: grid; place-items: center; background: color-mix(in srgb, var(--accent) 10%, #fff); border: 1px solid color-mix(in srgb, var(--accent) 22%, #fff); color: var(--accent); transition: transform .25s var(--ease); }
.tile-ic .icon { width: 16px; height: 16px; }
.tile:hover:not(.off) .tile-ic { transform: scale(1.08); }
.tile-name { margin-top: 18px; font-size: 20px; font-weight: 700; letter-spacing: -.022em; line-height: 1.2; position: relative; }
.tile-desc { margin-top: 6px; font-size: 14px; line-height: 1.55; color: var(--muted); flex: 1; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; position: relative; }
.tile-status { display: inline-flex; align-items: center; gap: 6px; height: 24px; padding: 0 10px; font-size: 11.5px; font-weight: 600; letter-spacing: .02em; }
.tile-status i { width: 6px; height: 6px; background: currentColor; box-shadow: 0 0 6px currentColor; }
.tile-status.ok { color: #047857; background: #ecfdf5; border: 1px solid #a7f3d0; }
.tile-status.warn { color: #92400e; background: #fffbeb; border: 1px solid #fde68a; }
.tile.off { cursor: not-allowed; background: var(--surface-2); box-shadow: none; }
.tile.off .tile-name { color: var(--muted); }
.tile.off .tile-ic { background: #fff; border-color: var(--line); color: var(--muted-2); }
.tile.plat-instagram { --accent: #ec4899; --accent-2: #f59e0b; }
.tile.plat-tiktok { --accent: #0891b2; --accent-2: #f43f5e; }
.tile.plat-youtube { --accent: #ef4444; --accent-2: #f97316; }
.tile.plat-twitter, .tile.plat-x { --accent: #0ea5e9; --accent-2: #6366f1; }
.tile.plat-facebook { --accent: #2563eb; --accent-2: #6366f1; }
a.tile.off { pointer-events: none; }
.panel-empty { margin-top: 32px; padding: 40px 16px; text-align: center; color: var(--muted); border: 1px dashed var(--line-2); background: var(--surface); }
@media (max-width: 900px) { .tiles { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .tiles { grid-template-columns: 1fr; } .tile { padding: 20px; min-height: 0; } }

/* ---------- Order panel / form ---------- */
.app-panel { position: relative; padding: 24px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow-lg); }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.svc-top { display: flex; align-items: flex-start; gap: 14px; }
.svc-top .pic { width: 44px; height: 44px; display: grid; place-items: center; background: var(--surface-2); border: 1px solid var(--line); flex: none; color: var(--primary); }
.svc-top .pic .icon { width: 20px; height: 20px; }
.svc-top .svc-title { flex: 1; min-width: 0; }
.svc-title h1, .svc-title h2, .svc-title h3 { margin: 0; font-size: 18px; font-weight: 700; letter-spacing: -.02em; }
.svc-title p { margin: 4px 0 0; font-size: 14px; color: var(--muted); }
.svc-top .badge { flex: none; margin-top: 2px; }
.field { margin-top: 16px; }
.field label { display: block; font-size: 12.5px; font-weight: 600; color: var(--muted); margin-bottom: 8px; }
.input-wrap { position: relative; }
.input { width: 100%; height: 50px; padding: 0 44px 0 16px; font: inherit; font-size: 15px; color: var(--text); background: var(--surface); border: 1px solid var(--line); outline: none; box-shadow: var(--shadow-sm); transition: border-color .2s, box-shadow .2s; }
.input::placeholder { color: var(--muted-2); }
.input:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(99, 102, 241, .14); }
.input:disabled { background: var(--surface-2); opacity: .7; }
.input-wrap .icon { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: var(--muted-2); pointer-events: none; }
.qty { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; }
.stepper { display: inline-flex; align-items: center; height: 50px; border: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow-sm); }
.stepper button { width: 46px; height: 100%; border: 0; background: transparent; color: var(--muted); display: grid; place-items: center; transition: color .2s, background .2s; }
.stepper button:hover:not(:disabled) { color: var(--text); background: var(--surface-2); }
.stepper input { width: 84px; height: 100%; text-align: center; border: 0; background: transparent; color: var(--text); font: inherit; font-weight: 700; font-size: 16px; outline: none; -moz-appearance: textfield; }
.stepper input::-webkit-outer-spin-button, .stepper input::-webkit-inner-spin-button { -webkit-appearance: none; }
.range { -webkit-appearance: none; appearance: none; width: 100%; height: 4px; background: linear-gradient(90deg, #f5b700, #fcd535) 0 / var(--pct, 50%) 100% no-repeat, #e2e8f0; outline: none; }
.range::-webkit-slider-thumb { -webkit-appearance: none; width: 18px; height: 18px; background: #fff; border: 3px solid #181a20; box-shadow: 0 2px 6px rgba(15, 23, 42, .18); cursor: pointer; }
.range::-moz-range-thumb { width: 18px; height: 18px; background: #fff; border: 3px solid #181a20; cursor: pointer; }
.range-hint { float: right; color: var(--muted-2); font-weight: 500; }
.panel-cta { margin-top: 20px; }
.trust-line { margin-top: 14px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 6px 14px; font-size: 12.5px; color: var(--muted); text-align: center; max-width: 100%; }
.trust-line span { max-width: 100%; }
.trust-line span { display: inline-flex; align-items: center; gap: 6px; }
.trust-line .icon { width: 14px; height: 14px; color: var(--primary); }
.result[hidden] { display: none; }
.result { margin-top: 14px; display: flex; align-items: flex-start; text-align: left; gap: 12px; padding: 14px 16px; font-size: 14px; background: #fff; border: 1px solid #e6e8ec; border-left-width: 4px; box-shadow: 0 1px 2px rgba(7, 26, 53, .04); }
.result .r-ic { flex: none; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: 14px; line-height: 1; }
.result .r-body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.result .r-body b { font-size: 14.5px; letter-spacing: -.01em; color: #0f172a; }
.result .r-body span { font-size: 13.5px; line-height: 1.55; color: #475569; }
.result.ok { border-left-color: #10b981; }
.result.ok .r-ic { background: #d1fae5; color: #047857; }
.result.err { border-left-color: #ef4444; }
.result.err .r-ic { background: #fee2e2; color: #b91c1c; }
.result a { text-decoration: underline; text-underline-offset: 3px; font-weight: 600; color: #b45309; }
@media (max-width: 640px) { .app-panel { padding: 18px; } .qty { grid-template-columns: 1fr; } .stepper { width: 100%; justify-content: space-between; } .stepper input { flex: 1; } }

/* ---------- Service page ---------- */
.svc-page { padding: 56px 0 24px; }
.svc-page .crumbs { font-size: 13px; color: var(--muted); display: flex; gap: 8px; align-items: center; flex-wrap: wrap; justify-content: center; }
.svc-page .crumbs a:hover { color: var(--text); }
.svc-page h1 { margin: 16px auto 0; text-align: center; font-size: clamp(32px, 4.4vw, 52px); letter-spacing: -.035em; line-height: 1.05; font-weight: 800; }
.svc-page .lead { margin: 14px auto 0; max-width: 640px; text-align: center; color: var(--muted); font-size: 17px; }
.svc-center { max-width: 640px; margin: 32px auto 0; }
.svc-center .specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 16px; }
.svc-center .spec { padding: 14px 16px; background: var(--surface); border: 1px solid var(--line); text-align: center; box-shadow: var(--shadow-sm); }
.svc-center .spec b { display: block; font-size: 18px; letter-spacing: -.01em; }
.svc-center .spec span { font-size: 12px; color: var(--muted); }
.svc-content p { color: var(--muted); font-size: 15.5px; text-align: center; }
.other { margin-top: 64px; }
.other h2 { text-align: center; font-size: 22px; letter-spacing: -.02em; margin: 0 0 16px; }
@media (max-width: 560px) { .svc-center .specs { grid-template-columns: 1fr 1fr; } }

/* ---------- Order tracking ---------- */
.track { width: min(760px, 100% - 48px); margin: 0 auto; padding: 48px 0 96px; }
.track .back { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 14px; transition: color .15s; }
.track .back:hover { color: var(--text); }
.track h1 { margin: 0 0 6px; font-size: 34px; letter-spacing: -.03em; font-weight: 800; text-align: center; }
.tk-title { text-align: center; padding-bottom: 20px; margin-bottom: 22px; border-bottom: 1px solid #eef0f3; }
.tk-title h1 { margin: 0; font-size: 30px; }
.tk-title .meta { margin: 8px auto 0; max-width: 56ch; justify-content: center; text-align: center; }
.track-lookup .track-card { margin-top: 0; }
.track .meta { color: var(--muted); font-size: 14.5px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.track .meta .tk-plat { display: inline-flex; align-items: center; height: 24px; padding: 0 10px; background: #181a20; color: #fcd535; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.track .meta .tk-sep { color: #cbd5e1; }
.track-card { margin-top: 24px; padding: 28px 30px 26px; }
.tk-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.tk-label { font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: #94a3b8; }
.tk-code { margin-top: 6px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.tk-code code { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 22px; font-weight: 700; letter-spacing: .06em; color: #0f172a; user-select: all; }
.tk-copy { height: 28px; padding: 0 10px; font-size: 12.5px; font-weight: 700; background: #fcd535; color: #181a20; border: 0; cursor: pointer; transition: background .15s; }
.tk-copy:hover { background: #f5b700; }
.tk-copy.done { background: #d1fae5; color: #047857; }
.tk-badge { height: 30px; padding: 0 12px; font-size: 12.5px; }
.code { font-family: ui-monospace, Consolas, monospace; font-size: 20px; font-weight: 600; letter-spacing: .02em; }

/* İşlem adımları (marka sarısı) */
.steps { list-style: none; margin: 30px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.steps li { position: relative; text-align: center; min-width: 0; }
.steps li:not(:first-child)::before { content: ""; position: absolute; top: 17px; left: -50%; width: 100%; height: 4px; background: #e6e8ec; }
.steps li.done:not(:first-child)::before, .steps li.current:not(:first-child)::before { background: #fcd535; }
.steps .st-dot { position: relative; z-index: 1; display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #fff; border: 3px solid #e6e8ec; color: #94a3b8; font-size: 13px; font-weight: 800; transition: background .2s, border-color .2s, color .2s; }
.steps .st-dot svg { width: 18px; height: 18px; }
.steps li.done .st-dot { background: #fcd535; border-color: #fcd535; color: #181a20; box-shadow: 0 6px 16px -8px rgba(245, 183, 0, .8); }
.steps li.current .st-dot { border-color: #fcd535; color: #181a20; background: #fff9db; animation: stepPulse 1.8s ease-in-out infinite; }
@keyframes stepPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(252, 213, 53, .55); } 50% { box-shadow: 0 0 0 9px rgba(252, 213, 53, 0); } }
.steps .st-txt { display: block; margin-top: 10px; font-size: 13px; font-weight: 600; color: #94a3b8; }
.steps li.done .st-txt { color: #181a20; }
.steps li.current .st-txt { color: #b45309; }
.track-card.is-failed .steps li.done .st-dot { background: #fee2e2; border-color: #fecaca; color: #b91c1c; box-shadow: none; }
.track-card.is-failed .steps li.done .st-txt { color: #b91c1c; }
.tk-note { margin: 18px 0 0; padding: 12px 14px; font-size: 13.5px; line-height: 1.5; background: #fafbfc; border: 1px solid #e6e8ec; border-left: 4px solid #cbd5e1; color: #475569; }
.tk-note-err { background: #fef2f2; border-color: #fecaca; border-left-color: #ef4444; color: #991b1b; }

/* Teslimat çubuğu */
.tk-deliver { margin-top: 28px; }
.tk-deliver[hidden] { display: none; }
.tk-deliver-head { display: flex; justify-content: space-between; align-items: baseline; font-size: 13px; color: var(--muted); }
.tk-deliver-head b { font-size: 14px; color: #181a20; font-variant-numeric: tabular-nums; }
.tk-bar { margin-top: 8px; height: 10px; background: #eef0f3; overflow: hidden; }
.tk-bar i { display: block; height: 100%; background: linear-gradient(90deg, #ffe27a, #fcd535 60%, #f5b700); transition: width .6s cubic-bezier(.2, .7, .2, 1); }

/* Özet kutuları */
.stats { margin: 24px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.stats > div { padding: 14px 16px; background: #fafbfc; border: 1px solid #e6e8ec; min-width: 0; }
.stats dt { font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: #94a3b8; }
.stats dd { margin: 6px 0 0; font-size: 22px; font-weight: 800; letter-spacing: -.02em; color: #181a20; font-variant-numeric: tabular-nums; }

/* Link satırı */
.tk-link { margin-top: 22px; padding-top: 20px; border-top: 1px solid #eef0f3; }
.tk-link-row { margin-top: 6px; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.tk-link-row code { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 13px; color: #475569; word-break: break-all; min-width: 0; flex: 1; }
.tk-open { display: inline-flex; align-items: center; gap: 6px; height: 30px; padding: 0 12px; border: 1px solid #e6e8ec; background: #fff; color: #181a20; font-size: 12.5px; font-weight: 600; white-space: nowrap; transition: border-color .15s, background .15s; }
.tk-open:hover { border-color: #fcd535; background: #fff9db; }
.tk-open .icon { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.tk-refresh { margin: 18px 0 0; display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--muted-2); }
.tk-refresh i { width: 8px; height: 8px; border-radius: 50%; background: #fcd535; box-shadow: 0 0 0 0 rgba(252, 213, 53, .6); animation: stepPulse 2s ease-in-out infinite; }

/* Eski sınıflar (geriye dönük) */
.progress { list-style: none; margin: 28px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.progress li { font-size: 12.5px; text-align: center; color: var(--muted-2); }
.progress li i { display: block; height: 6px; background: #e2e8f0; margin-bottom: 10px; }
.progress li.done { color: #181a20; }
.progress li.done i { background: #fcd535; }
.kv { margin: 28px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.kv dt { font-size: 12.5px; color: var(--muted); }
.kv dd { margin: 4px 0 0; font-size: 18px; font-weight: 700; letter-spacing: -.01em; }
.kv .wide { grid-column: 1 / -1; }
.kv .wide dd { font-size: 13px; font-weight: 500; font-family: ui-monospace, Consolas, monospace; color: var(--muted); word-break: break-all; }
@media (max-width: 640px) {
  .track { padding: 28px 0 64px; }
  .track h1 { font-size: 28px; }
  .track-card { padding: 20px 16px 20px; }
  .tk-code code { font-size: 18px; }
  .steps .st-dot { width: 32px; height: 32px; border-width: 2.5px; font-size: 12px; }
  .steps li:not(:first-child)::before { top: 14px; height: 3px; }
  .steps .st-txt { font-size: 11.5px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats dd { font-size: 19px; }
}
@media (prefers-reduced-motion: reduce) { .steps li.current .st-dot, .tk-refresh i { animation: none; } }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--line); padding: 48px 0 32px; background: #fff; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; }
.footer .tag { margin: 12px 0 0; color: var(--muted); font-size: 14px; max-width: 320px; }
.footer h4 { margin: 0 0 14px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted-2); }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer li a { color: var(--muted); font-size: 14px; transition: color .2s; }
.footer li a:hover { color: var(--text); }
.footer-bottom { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; color: var(--muted-2); }
@media (max-width: 720px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-grid > div:first-child { grid-column: 1 / -1; } }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* platform logo images */
.plat-img { width: 100%; height: 100%; object-fit: contain; display: block; }
.tile-ic .plat-img { width: 20px; height: 20px; }
.ptab .plat-img { width: 16px; height: 16px; }
.svc-top .pic .plat-img { width: 26px; height: 26px; }

/* ---------- Stats strip ---------- */
.stats-strip { margin-top: 28px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 18px 24px; color: #181a20; font-size: 15.5px; text-align: center; background: #fcd535; border: 1px solid #fcd535; box-shadow: 0 1px 0 rgba(255,255,255,.35) inset, 0 16px 36px -18px rgba(252, 213, 53, .7); }
.stats-strip b { font-weight: 800; }
.stats-strip .icon { color: #181a20; width: 20px; height: 20px; }
@media (max-width: 640px) { .stats-strip { flex-direction: column; gap: 8px; font-size: 14.5px; } }

/* ==========================================================================
   Primary CTA — "Başlat →" (tactile, warm gold)
   ========================================================================== */
.tile-go, .btn-primary {
  --cta-top: #fddb5a;
  --cta-bottom: #f8cc22;
  --cta-edge: #e6b915;
  --cta-ink: #1a1400;
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 48px; padding: 0 22px 0 24px;
  font-size: 14.5px; font-weight: 620; letter-spacing: -.01em; color: var(--cta-ink);
  background: linear-gradient(180deg, var(--cta-top) 0%, var(--cta-bottom) 100%);
  border: 1px solid var(--cta-edge);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .55) inset,
    0 -1px 0 rgba(120, 90, 0, .16) inset,
    0 1px 2px rgba(20, 15, 0, .08),
    0 6px 16px -10px rgba(214, 168, 0, .55);
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s, border-color .18s;
  cursor: pointer; text-decoration: none; white-space: nowrap;
}
.tile-go { width: 100%; margin-top: 20px; }
.tile-go .icon, .btn-primary .icon { width: 16px; height: 16px; stroke-width: 2.2; margin-left: 2px; transition: transform .2s var(--ease), opacity .2s; opacity: .9; }

.btn-primary:hover:not(:disabled), .tile:hover:not(.off) .tile-go {
  transform: translateY(-1px);
  background: linear-gradient(180deg, #fdd94f 0%, #f6c611 100%);
  border-color: #dfb210;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .6) inset,
    0 -1px 0 rgba(120, 90, 0, .18) inset,
    0 2px 4px rgba(20, 15, 0, .08),
    0 10px 22px -12px rgba(214, 168, 0, .65);
}
.btn-primary:hover:not(:disabled) .icon, .tile:hover:not(.off) .tile-go .icon { transform: translateX(4px); opacity: 1; }

.btn-primary:active:not(:disabled), .tile:active:not(.off) .tile-go {
  transform: translateY(1px);
  background: linear-gradient(180deg, #f6c92a 0%, #f2c010 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .35) inset,
    0 -1px 0 rgba(120, 90, 0, .2) inset,
    0 1px 1px rgba(20, 15, 0, .06),
    0 3px 8px -6px rgba(214, 168, 0, .5);
}
.btn-primary:focus-visible, .tile:focus-visible .tile-go { outline: none; box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(230, 185, 21, .6), 0 6px 16px -10px rgba(214, 168, 0, .55); }
.tile:focus-visible { outline: none; }
.btn-primary:disabled { transform: none; }

.tile.off .tile-go { background: #eef0f3; border-color: #e3e6ea; color: #94a3b8; box-shadow: none; }
.tile.off .tile-go .icon { opacity: .6; }
.btn-lg { height: 52px; padding: 0 26px 0 28px; font-size: 15px; }

/* indicator dots & slider thumb stay circular (not corner radius) */
.badge .dot, .ann-badge i, .tile-status i, .ed-dot, .panel-head .live i { border-radius: 50%; }
.range::-webkit-slider-thumb { border-radius: 50%; }
.range::-moz-range-thumb { border-radius: 50%; }

/* platform logos without box background */
.tile-ic, .tile.off .tile-ic { background: transparent; border: 0; }
.tile-ic .plat-img { width: 24px; height: 24px; }
.svc-top .pic { background: transparent; border: 0; }
.svc-top .pic .plat-img { width: 32px; height: 32px; }

/* announcements placed under the category navigation (home) */
.ann-inline { margin-top: 20px; }
.ann-inline .ann { border: 1px solid #e6e8ec; border-left: 3px solid var(--a); background: #fff; }
.ann-inline .ann + .ann { margin-top: 8px; }
.ann-inline .ann-in { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; min-height: 52px; padding: 10px 18px; gap: 14px; }
.ann-inline .ann-msg { min-width: 0; line-height: 1.45; }
.ann-inline .ann-link { margin-left: 0; justify-self: end; }
.ann-inline .ann-in > .ann-msg:first-child { grid-column: 1 / 3; }
.ann-inline:empty { display: none; }

/* ---------- SEO article (service page, below "Diğer hizmetler") ---------- */
.seo-article { max-width: 780px; margin: 64px auto 0; padding: 40px 44px; background: #fff; border: 1px solid #e6e8ec; box-shadow: 0 1px 2px rgba(15, 23, 42, .04); color: #1f2937; font-size: 16px; line-height: 1.75; text-align: left; }
.seo-article h2 { margin: 28px 0 10px; font-size: 22px; line-height: 1.3; letter-spacing: -.02em; font-weight: 700; color: #0f172a; }
.seo-article h3 { margin: 22px 0 8px; font-size: 18px; line-height: 1.35; font-weight: 600; color: #0f172a; }
.seo-article h2:first-child, .seo-article h3:first-child, .seo-article p:first-child { margin-top: 0; }
.seo-article p { margin: 0 0 16px; color: #374151; }
.seo-article ul { margin: 0 0 16px; padding-left: 22px; color: #374151; }
.seo-article li { margin-bottom: 6px; }
.seo-article p:last-child, .seo-article ul:last-child { margin-bottom: 0; }
@media (max-width: 640px) { .seo-article { margin-top: 48px; padding: 24px 20px; font-size: 15.5px; } }

/* ---------- Announcement link: premium cursor-click demo ---------- */
.ann-link {
  --dur: 4.6s;
  margin-left: auto; position: relative; display: inline-flex; align-items: center; gap: 8px; height: 32px; padding: 0 14px;
  font-weight: 600; font-size: 13px; letter-spacing: -.005em; color: var(--a); white-space: nowrap;
  border: 1px solid color-mix(in srgb, var(--a) 30%, #fff);
  background: linear-gradient(180deg, #fff, color-mix(in srgb, var(--a) 6%, #fff));
  box-shadow: 0 1px 0 #fff inset, 0 1px 2px rgba(15, 23, 42, .06);
  transition: background .18s, border-color .18s, box-shadow .18s;
  animation: annPress var(--dur) cubic-bezier(.2, .7, .2, 1) infinite;
  transform-origin: 62% 55%;
}
/* tıklama halkası (ripple) */
.ann-link::before {
  content: ''; position: absolute; left: 62%; top: 55%; width: 10px; height: 10px; margin: -5px 0 0 -5px;
  border: 1.5px solid var(--a); border-radius: 50%; opacity: 0; pointer-events: none; transform: scale(.2);
  animation: annRipple var(--dur) cubic-bezier(.2, .6, .2, 1) infinite;
}
/* fare imleci */
.ann-link::after {
  content: ''; position: absolute; left: 62%; top: 55%; width: 19px; height: 24px; pointer-events: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 24'><path d='M2.2 1.6l13.4 11.2-5.7.6 3.2 6.9-2.8 1.3-3.2-6.9-4.3 3.9z' fill='%230b0f19' stroke='%23ffffff' stroke-width='1.4' stroke-linejoin='round'/></svg>") no-repeat center / contain;
  filter: drop-shadow(0 2px 3px rgba(15, 23, 42, .28));
  animation: annCursor var(--dur) cubic-bezier(.2, .7, .2, 1) infinite;
  will-change: transform;
}
.ann-link:hover { background: color-mix(in srgb, var(--a) 12%, #fff); border-color: var(--a); box-shadow: 0 1px 0 #fff inset, 0 4px 12px -6px color-mix(in srgb, var(--a) 60%, transparent); animation: none; }
.ann-link:hover::after, .ann-link:hover::before { animation: none; opacity: 0; }
.ann-link:active { transform: scale(.96); }

/* imleç: uzaktan yumuşakça gelir, hafif duraksar, tıklar, kalkar, uzaklaşır */
@keyframes annCursor {
  0%   { transform: translate(34px, 30px); opacity: 0; }
  8%   { opacity: 1; }
  34%  { transform: translate(1px, 1px); }
  42%  { transform: translate(0, 0); }
  46%  { transform: translate(1px, 1px) scale(.86); }
  52%  { transform: translate(0, 0) scale(1); }
  74%  { transform: translate(0, 0); opacity: 1; }
  88%  { transform: translate(34px, 30px); opacity: 0; }
  100% { transform: translate(34px, 30px); opacity: 0; }
}
/* halka: tıklama anında yayılır ve söner */
@keyframes annRipple {
  0%, 45% { transform: scale(.2); opacity: 0; }
  46%     { transform: scale(.3); opacity: .7; }
  70%     { transform: scale(5.5); opacity: 0; }
  100%    { transform: scale(5.5); opacity: 0; }
}
/* buton: basılır, iç gölge alır, bir an koyulaşır, sonra yumuşakça bırakır */
@keyframes annPress {
  0%, 44%  { transform: scale(1); background: linear-gradient(180deg, #fff, color-mix(in srgb, var(--a) 6%, #fff)); box-shadow: 0 1px 0 #fff inset, 0 1px 2px rgba(15, 23, 42, .06); }
  47%      { transform: scale(.95); background: color-mix(in srgb, var(--a) 18%, #fff); box-shadow: 0 2px 4px rgba(15, 23, 42, .12) inset; }
  56%      { transform: scale(1.01); }
  62%, 100% { transform: scale(1); background: linear-gradient(180deg, #fff, color-mix(in srgb, var(--a) 6%, #fff)); box-shadow: 0 1px 0 #fff inset, 0 1px 2px rgba(15, 23, 42, .06); }
}
.ann-inline .ann-link { margin-left: 0; }
@media (max-width: 640px) { .ann-link { margin-left: 0; } }
@media (prefers-reduced-motion: reduce) { .ann-link, .ann-link::after, .ann-link::before { animation: none; } .ann-link::after, .ann-link::before { display: none; } }

/* countdown cancel link */
.cd-cancel { display: block; width: 100%; margin-top: 10px; background: none; border: 0; color: var(--muted); font-size: 13px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.cd-cancel:hover { color: var(--text); }

/* site logo image in header */
.site-logo { height: 36px; width: auto; max-width: 220px; object-fit: contain; display: block; }
@media (max-width: 640px) { .site-logo { height: 30px; max-width: 170px; } }

/* tick & spinner icons in CTA */
.icon-tick { width: 20px; height: 20px; margin-left: 6px; }
.tile:hover:not(.off) .tile-go .icon-tick { transform: scale(1.12); }
.icon-spin { width: 18px; height: 18px; margin-left: 4px; animation: appleSpin 1s steps(8, end) infinite; transform-origin: 50% 50%; }
@keyframes appleSpin { to { transform: rotate(360deg); } }
.tile.off .tile-go .icon { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .icon-spin { animation: none; } }

.icon-thumb { width: 19px; height: 19px; margin-left: 6px; transition: transform .2s var(--ease); opacity: .95; }
.btn-primary:hover:not(:disabled) .icon-thumb { transform: translateY(-1px) scale(1.08); }

/* ==========================================================================
   Popup duyuru
   ========================================================================== */
.popup-lock { overflow: hidden; }
.popup-stack { display: contents; }
.popup-stack .popup { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(7, 10, 20, .55); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); opacity: 0; transition: opacity .22s ease; }
.popup-stack .popup.open { opacity: 1; }
.popup-stack .popup[hidden] { display: none; }
.popup-box { position: relative; width: min(920px, 100%); max-height: 92vh; max-height: 92dvh; overflow: auto; background: #fff; border: 1px solid #e6e8ec; box-shadow: 0 30px 80px -30px rgba(7, 26, 53, .45), 0 2px 6px rgba(7, 26, 53, .06); display: grid; grid-template-columns: 1fr; gap: 0; transform: translateY(12px) scale(.98); transition: transform .28s var(--ease); }
.popup.open .popup-box { transform: none; }
.popup-box.has-card { grid-template-columns: minmax(0, 1.25fr) minmax(280px, .85fr); }
.popup-close { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; border: 1px solid #e6e8ec; background: #fff; color: #64748b; display: grid; place-items: center; cursor: pointer; z-index: 2; transition: background .15s, color .15s; }
.popup-close:hover { background: #f1f5f9; color: #0f172a; }
.popup-close .icon { width: 16px; height: 16px; }
.popup-main { padding: 32px 36px 30px; min-width: 0; }
.popup-main h2 { margin: 0 0 6px; display: flex; align-items: center; gap: 10px; font-size: 24px; letter-spacing: -.025em; font-weight: 800; color: #071a35; padding-bottom: 14px; border-bottom: 1px solid #eef0f3; padding-right: 36px; }
.popup-ic { width: 34px; height: 34px; display: grid; place-items: center; background: #fcd535; color: #181a20; flex: none; }
.popup-ic .icon { width: 18px; height: 18px; }
.popup-main p { margin: 14px 0 0; color: #475569; font-size: 15px; line-height: 1.65; }
.popup-coupon { margin-top: 22px; display: flex; width: fit-content; align-items: center; gap: 6px; height: 40px; padding: 0 16px; background: #fff; border: 1.5px dashed #071a35; color: #071a35; font-weight: 700; font-size: 13px; letter-spacing: .04em; cursor: pointer; font-family: inherit; }
.popup-coupon b { font-weight: 800; }
.popup-coupon:hover { background: #fffbe6; }
.popup-deadline { margin-top: 22px; padding: 14px 18px; background: #071a35; color: #fff; display: block; }
.popup-deadline .lbl { font-size: 11px; font-weight: 700; letter-spacing: .14em; color: #fcd535; }
.popup-deadline .date { font-size: 22px; font-weight: 800; letter-spacing: -.02em; margin-top: 2px; }
.popup-deadline .cd { font-size: 12.5px; color: #cbd5e1; margin-top: 4px; font-variant-numeric: tabular-nums; }
.popup-card { margin: 24px 24px 24px 0; padding: 28px 24px; background: #fafbfc; border: 1px solid #e6e8ec; text-align: center; display: flex; flex-direction: column; align-items: center; position: relative; }
.popup-card-img { width: 56px; height: 56px; object-fit: contain; margin-bottom: 12px; }
.popup-card-title { font-size: 22px; font-weight: 800; letter-spacing: -.02em; color: #071a35; }
.popup-card-sub { font-size: 15px; color: #475569; margin-top: 2px; }
.popup-card-list { list-style: none; margin: 18px 0 0; padding: 0; color: #334155; font-size: 14px; line-height: 1.8; }
.popup-card-old { margin-top: 18px; color: #94a3b8; text-decoration: line-through; font-size: 15px; }
.popup-card-price { font-size: 24px; font-weight: 800; color: #071a35; letter-spacing: -.02em; }
.popup-card-btn { margin-top: 16px; width: 100%; height: 48px; }
@media (max-width: 767px) {
  .popup { padding: 12px; }
  .popup-box.has-card { grid-template-columns: 1fr; }
  .popup-main { padding: 24px 20px 20px; }
  .popup-main h2 { font-size: 20px; }
  .popup-card { margin: 0 20px 20px; }
  .popup-deadline { display: block; min-width: 0; }
  .popup-deadline .date { font-size: 18px; }
}

/* Bayrak/emoji SVG (Twemoji) */
img.emoji { display: inline-block; width: 1.05em; height: 1.05em; vertical-align: -.15em; margin: 0 .08em; }

/* Popup: sağ kart yoksa dar ve ortalı */
.popup-box:not(.has-card) { width: min(640px, 100%); }
.popup-box:not(.has-card) .popup-main { text-align: center; padding: 36px 40px 32px; }
.popup-box:not(.has-card) .popup-main h2 { justify-content: center; padding-right: 0; }
.popup-box:not(.has-card) .popup-coupon { margin-left: auto; margin-right: auto; }
.popup-box:not(.has-card) .popup-deadline { text-align: center; }
.popup-box:focus { outline: none; }
.popup-close:focus { outline: none; }
.popup-close:focus-visible { box-shadow: 0 0 0 3px rgba(252, 213, 53, .45); }

/* Popup: sağ kart varken sol içerik dikeyde ortalı */
.popup-box.has-card .popup-main { display: flex; flex-direction: column; justify-content: center; align-self: stretch; }
.popup-box.has-card .popup-main h2 { align-self: stretch; }

/* Popup: alt yönlendirme butonu (Telegram / WhatsApp vb.) */
.popup-cta { margin-top: 22px; display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; height: 52px; padding: 0 18px; background: #fcd535; color: #181a20; font-weight: 700; font-size: 15px; letter-spacing: -.01em; text-decoration: none; border: 1px solid rgba(0, 0, 0, .06); box-shadow: 0 1px 0 rgba(0, 0, 0, .06), inset 0 1px 0 rgba(255, 255, 255, .35); transition: transform .18s var(--ease), filter .18s, box-shadow .2s; }
.popup-cta:hover { filter: brightness(1.04); transform: translateY(-1px); box-shadow: 0 6px 16px -8px rgba(0, 0, 0, .35); }
.popup-cta:active { transform: translateY(0); filter: brightness(.98); }
.popup-cta .icon-cta { width: 20px; height: 20px; flex: none; }
.popup-cta .icon-arrow { width: 16px; height: 16px; margin-left: 2px; opacity: .7; transition: transform .18s var(--ease); }
.popup-cta:hover .icon-arrow { transform: translateX(3px); }
.popup-cta-telegram { background: #229ed9; color: #fff; border-color: rgba(0, 0, 0, .08); }
.popup-cta-whatsapp { background: #25d366; color: #fff; border-color: rgba(0, 0, 0, .08); }
.popup-cta-instagram { background: linear-gradient(90deg, #f58529, #dd2a7b 55%, #8134af); color: #fff; border-color: transparent; }
.popup-cta-tiktok { background: #101114; color: #fff; border-color: transparent; }
.popup-cta-youtube { background: #ff0033; color: #fff; border-color: rgba(0, 0, 0, .08); }
.popup-cta-telegram:hover, .popup-cta-whatsapp:hover, .popup-cta-youtube:hover, .popup-cta-tiktok:hover, .popup-cta-instagram:hover { filter: brightness(1.06); }
.popup-box:not(.has-card) .popup-cta { margin-left: auto; margin-right: auto; }
@media (max-width: 767px) { .popup-cta { height: 48px; font-size: 14px; } }

/* Sade footer: yalnızca alan adı */
.footer-min { padding: 28px 0; text-align: center; }
.footer-domain { font-size: 14px; font-weight: 600; color: var(--muted); letter-spacing: -.01em; text-decoration: none; transition: color .2s; }
.footer-domain:hover { color: var(--text); }

/* Bekleme durumundaki buton: uzun metin sığsın */
.btn.is-waiting { white-space: normal; line-height: 1.3; font-size: 14px; padding-top: 10px; padding-bottom: 10px; height: auto; min-height: 52px; font-variant-numeric: tabular-nums; }

/* ==========================================================================
   Blog
   ========================================================================== */
.blog-page { padding: 40px 0 56px; }
.blog-page .crumbs { font-size: 13px; color: var(--muted); display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.blog-page .crumbs a:hover { color: var(--text); }
.blog-page .crumbs .sep { opacity: .5; }
.blog-head { margin-top: 0; text-align: center; }
.blog-head h1 { margin: 0; font-size: clamp(30px, 4vw, 44px); letter-spacing: -.03em; line-height: 1.08; }
.blog-head .lead { margin: 12px auto 0; max-width: 620px; color: var(--muted); font-size: 16.5px; }
.cat-nav { margin-top: 22px; display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; }
.cat-nav a { display: inline-flex; align-items: center; gap: 6px; height: 36px; padding: 0 14px; border: 1px solid var(--line); background: #fff; font-size: 13.5px; font-weight: 500; color: var(--muted); transition: color .18s, border-color .18s, background .18s; }
.cat-nav a small { font-size: 11px; color: #94a3b8; }
.cat-nav a:hover, .cat-nav a.active { color: #181a20; border-color: #fcd535; background: #fff9db; }
.post-grid { margin-top: 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { display: flex; flex-direction: column; background: #fff; border: 1px solid #e6e8ec; overflow: hidden; transition: transform .2s var(--ease), box-shadow .25s var(--ease), border-color .2s; }
.post-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -22px rgba(7, 26, 53, .35); border-color: #d8dce3; }
.post-card .pc-link { display: flex; flex-direction: column; height: 100%; color: inherit; }
.post-card .pc-img { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #f1f5f9; }
.post-card .pc-img picture { display: block; width: 100%; height: 100%; }
.post-card .pc-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.post-card .pc-body { display: flex; flex-direction: column; gap: 8px; padding: 18px 20px 20px; flex: 1; }
.post-card .pc-cat { font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #b45309; }
.post-card .pc-title { font-size: 18px; font-weight: 700; letter-spacing: -.02em; line-height: 1.25; color: #0f172a; }
.post-card .pc-desc { font-size: 14px; color: var(--muted); line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.post-card .pc-meta { margin-top: auto; font-size: 12.5px; color: #94a3b8; }
.blog-page .empty { text-align: center; color: var(--muted); padding: 60px 0; }
.pager { margin-top: 36px; display: flex; align-items: center; justify-content: center; gap: 14px; }
.pager .pg-info { font-size: 13.5px; color: var(--muted); }
.preview-bar { max-width: 860px; margin: 0 auto 16px; padding: 10px 14px; background: #fffbeb; border: 1px solid #fde68a; color: #92400e; font-size: 13.5px; text-align: center; }
.post { max-width: 860px; margin: 0 auto; padding: 44px 48px 48px; background: #fff; border: 1px solid #e6e8ec; box-shadow: 0 1px 2px rgba(7, 26, 53, .04), 0 24px 60px -40px rgba(7, 26, 53, .25); position: relative; }
.post-head { text-align: center; }
.post-cat { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #b45309; }
.post-head h1 { margin: 12px 0 0; font-size: clamp(30px, 4.6vw, 48px); letter-spacing: -.032em; line-height: 1.1; color: #071a35; }
.post-lead { margin: 16px auto 0; max-width: 700px; font-size: 18px; color: var(--muted); line-height: 1.55; }
.post-meta { margin-top: 18px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px 18px; font-size: 13.5px; color: #64748b; }
.post-meta .author { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; color: #0f172a; }
.post-meta .author img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; }
.post-cover { margin: 32px 0 0; }
.post-cover picture { display: block; }
.post-cover img { width: 100%; height: auto; display: block; border: 1px solid #e6e8ec; }
.post-cover figcaption { margin-top: 8px; font-size: 13px; color: #94a3b8; text-align: center; }
.post-body { margin: 36px auto 0; max-width: 760px; font-size: 17px; line-height: 1.75; color: #1f2937; }
.post-body > :first-child { margin-top: 0; }
.post-body p { margin: 0 0 20px; }
.post-body h2 { margin: 40px 0 14px; font-size: 26px; line-height: 1.25; letter-spacing: -.025em; font-weight: 800; color: #071a35; }
.post-body h3 { margin: 30px 0 10px; font-size: 21px; line-height: 1.3; letter-spacing: -.015em; font-weight: 700; color: #0f172a; }
.post-body h4 { margin: 24px 0 8px; font-size: 17.5px; font-weight: 700; color: #0f172a; }
.post-body ul, .post-body ol { margin: 0 0 20px; padding-left: 26px; }
.post-body li { margin-bottom: 8px; }
.post-body li::marker { color: #b45309; }
.post-body a { color: #b45309; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.post-body a:hover { color: #92400e; }
.post-body blockquote { margin: 26px 0; padding: 14px 22px; border-left: 4px solid #fcd535; background: #fffbeb; color: #374151; font-style: italic; }
.post-body blockquote p:last-child { margin-bottom: 0; }
.post-body img { max-width: 100%; height: auto; display: block; margin: 8px auto; border: 1px solid #e6e8ec; }
.post-body figure { margin: 26px 0; }
.post-body figcaption { font-size: 13px; color: #94a3b8; text-align: center; margin-top: 8px; }
.post-body table { width: 100%; border-collapse: collapse; margin: 0 0 24px; font-size: 15px; }
.post-body th, .post-body td { border: 1px solid #e6e8ec; padding: 10px 12px; text-align: left; vertical-align: top; }
.post-body th { background: #f8fafc; font-weight: 600; }
.post-body pre { margin: 0 0 24px; padding: 16px 18px; background: #0f172a; color: #e2e8f0; font-size: 14px; line-height: 1.6; overflow: auto; }
.post-body code { font-family: ui-monospace, Consolas, monospace; font-size: .92em; background: #f1f5f9; padding: 2px 6px; }
.post-body pre code { background: transparent; padding: 0; color: inherit; }
.post-body hr { border: 0; border-top: 1px solid #e6e8ec; margin: 32px 0; }
.post-body iframe { max-width: 100%; }
.post-tags { max-width: 760px; margin: 36px auto 0; display: flex; flex-wrap: wrap; gap: 8px; }
.post-tags .tag { display: inline-flex; align-items: center; height: 30px; padding: 0 12px; border: 1px solid #e6e8ec; background: #fff; font-size: 13px; color: #475569; }
.post-tags a.tag:hover { border-color: #fcd535; color: #181a20; background: #fff9db; }
.author-box { max-width: 760px; margin: 36px auto 0; padding: 20px 22px; background: #fafbfc; border: 1px solid #e6e8ec; display: flex; gap: 16px; align-items: flex-start; }
.author-box img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; flex: none; }
.author-box b { display: block; font-size: 15px; color: #0f172a; }
.author-box p { margin: 6px 0 8px; font-size: 14px; color: #475569; line-height: 1.55; }
.author-box a { font-size: 13.5px; font-weight: 600; color: #b45309; }
.related { max-width: 860px; margin: 56px auto 0; }
.related h2 { margin: 0; text-align: center; font-size: 26px; letter-spacing: -.025em; }
@media (max-width: 900px) { .post-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) {
  .post { padding: 24px 18px 28px; margin-top: 16px; }
  .post-grid { grid-template-columns: 1fr; }
  .post-body { font-size: 16px; }
  .post-body h2 { font-size: 23px; }
  .blog-page { padding: 24px 0 40px; }
}

.post-meta .views { display: inline-flex; align-items: center; gap: 5px; }
.post-meta .views .icon { width: 14px; height: 14px; }

/* Servis sayfası: başlık + açıklama beyaz kart (form ile aynı genişlik) */
.svc-hero { position: relative; max-width: 640px; margin: 0 auto; padding: 30px 36px 28px; background: #fff; border: 1px solid #e6e8ec; box-shadow: 0 1px 2px rgba(7, 26, 53, .04), 0 24px 60px -40px rgba(7, 26, 53, .25); text-align: left; overflow: hidden; }
.svc-hero::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: #fcd535; }
.svc-eyebrow { display: flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 600; color: #64748b; letter-spacing: .01em; }
.svc-eyebrow .ic { width: 28px; height: 28px; display: grid; place-items: center; }
.svc-eyebrow .ic .icon { width: 18px; height: 18px; }
.svc-eyebrow .ic .plat-img { width: 22px; height: 22px; }
.svc-eyebrow .sep { width: 1px; height: 14px; background: #e2e8f0; margin: 0 2px; }
.svc-eyebrow .live, .svc-eyebrow .off { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; }
.svc-eyebrow .live { color: #047857; }
.svc-eyebrow .off { color: #92400e; }
.svc-eyebrow .live i, .svc-eyebrow .off i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 6px currentColor; }
.svc-hero h1 { margin: 12px 0 0; text-align: left; font-size: clamp(26px, 3.2vw, 36px); line-height: 1.15; letter-spacing: -.028em; font-weight: 800; color: #071a35; text-wrap: balance; }
.svc-hero .lead { margin: 10px 0 0; max-width: none; text-align: left; font-size: 15.5px; line-height: 1.6; color: #64748b; }
@media (max-width: 640px) { .svc-hero { padding: 22px 20px 22px 22px; } .svc-hero h1 { font-size: 24px; } }

/* Geri sayım paneli */
.cd-panel { margin-top: 14px; padding: 16px 18px 18px; background: #fff; border: 1px solid #e6e8ec; border-left: 4px solid #fcd535; box-shadow: 0 1px 2px rgba(7, 26, 53, .04); text-align: left; }
.cd-panel[hidden] { display: none; }
.cd-top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.cd-label { font-size: 12.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #64748b; }
.cd-time { font-size: 26px; font-weight: 800; letter-spacing: -.02em; color: #071a35; font-variant-numeric: tabular-nums; line-height: 1; }
.cd-bar { margin-top: 12px; height: 6px; background: #eef2f6; overflow: hidden; }
.cd-bar i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, #fcd535, #f5b700); transition: width 1s linear; }
.cd-msg { margin: 12px 0 0; font-size: 14px; line-height: 1.55; color: #475569; }
.cd-upsell { margin-top: 14px; padding: 12px 14px; background: #fafbfc; border: 1px solid #e6e8ec; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.cd-upsell-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.cd-upsell-text b { font-size: 14px; color: #0f172a; }
.cd-upsell-text span { font-size: 13px; color: #64748b; line-height: 1.45; }
.cd-upsell-btn { flex: none; height: 42px; padding: 0 16px; font-size: 13.5px; gap: 8px; }
.cd-upsell-btn .icon-tick { width: 18px; height: 18px; margin-left: 0; }
.cd-panel.paused { border-left-color: #f59e0b; }
.cd-panel.paused .cd-label { color: #b45309; }
.cd-panel.paused .cd-bar i { background: #f59e0b; }
@media (max-width: 560px) { .cd-upsell { flex-direction: column; align-items: stretch; } .cd-upsell-btn { width: 100%; } }
.svc-page .svc-title h1 { text-align: left; margin: 0; font-size: 18px; letter-spacing: -.02em; line-height: 1.3; }

/* ==========================================================================
   Responsive / cross-browser stabilizasyon (mobile-first, minimum müdahale)
   ========================================================================== */
/* Medya öğeleri kutusunu aşmasın (yerleşim kayması ve yatay taşma önlemi) */
img, video, canvas { max-width: 100%; height: auto; }
svg { max-width: 100%; }
/* Uzun URL / kesintisiz metin kutuları taşırmasın (sadece içerik alanları) */
.post-body, .result .r-body, .kv .wide dd, .cd-msg, .ann-msg { overflow-wrap: anywhere; }
h1, h2, h3, .tile-name, .post-card .pc-title, .popup-main h2 { overflow-wrap: break-word; }
/* Grid/flex öğeleri min-content ile ebeveyni zorlamasın */
.tiles > .tile, .post-grid > .post-card, .footer-grid > div, .kv > div { min-width: 0; }
.logo { min-width: 0; }
/* iOS Safari: 16px altındaki inputlar odaklanınca sayfayı yakınlaştırır */
@media (max-width: 767px) {
  .input, .stepper input, select, textarea { font-size: 16px; }
}
/* Dokunmatik cihazlarda küçük hedefleri büyüt (görsel dili korur) */
@media (pointer: coarse) {
  .popup-close { width: 40px; height: 40px; }
  .ptab { height: 40px; }
  .cd-cancel { padding: 10px 0; }
}
/* Hareket azaltma tercihi: yumuşak kaydırma kapansın */
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Duyurular — mobilde kart düzeni: rozet + metin sola, buton tam genişlik */
@media (max-width: 640px) {
  .ann-inline .ann { border-left: 3px solid var(--a); }
  .ann-inline .ann + .ann { margin-top: 8px; border-top: 1px solid #e6e8ec; }
  .ann-inline .ann-in { display: grid; grid-template-columns: 1fr; gap: 8px; justify-items: start; text-align: left; padding: 12px 14px; }
  .ann-inline .ann-badge { height: 22px; font-size: 10.5px; }
  .ann-inline .ann-msg { font-size: 14px; line-height: 1.5; }
  .ann-inline .ann-link { margin: 2px 0 0; width: 100%; justify-content: center; height: 40px; }
}

/* Blog yazısı — mobilde başlık/özet sola hizalı (uzun ortalı metin zor okunuyor) */
@media (max-width: 640px) {
  .post-head { text-align: left; }
  .post-head h1 { font-size: 26px; line-height: 1.15; }
  .post-lead { font-size: 16px; margin-top: 12px; }
  .post-meta { justify-content: flex-start; gap: 6px 14px; margin-top: 14px; }
  .post-cover { margin-top: 22px; }
  .post-body { margin-top: 26px; }
}

/* Sayfa iskeleti: içerik kısa olsa da footer ekranın altına yaslanır (sticky footer, overlay değil) */
body { display: flex; flex-direction: column; min-height: 100vh; min-height: 100dvh; }
body > main { flex: 1 0 auto; }
body > .footer { margin-top: auto; }

/* ==========================================================================
   Yazar rütbe rozeti + profil sayfası
   ========================================================================== */
.rank { display: inline-flex; align-items: center; vertical-align: middle; height: 20px; padding: 0 8px; margin-left: 4px; font-size: 10.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; line-height: 1; color: #181a20; background: linear-gradient(135deg, #ffe27a, #fcd535 60%, #f5b700); box-shadow: 0 1px 2px rgba(15, 23, 42, .12); position: relative; overflow: hidden; --rank-glow: rgba(252, 213, 53, .55); }
.rank-red { background: linear-gradient(135deg, #f87171, #ef4444 60%, #b91c1c); color: #fff; --rank-glow: rgba(239, 68, 68, .5); }
.rank-blue { background: linear-gradient(135deg, #60a5fa, #3b82f6 60%, #1d4ed8); color: #fff; --rank-glow: rgba(59, 130, 246, .5); }
.rank-green { background: linear-gradient(135deg, #34d399, #10b981 60%, #047857); color: #fff; --rank-glow: rgba(16, 185, 129, .5); }
.rank-purple { background: linear-gradient(135deg, #a78bfa, #8b5cf6 60%, #6d28d9); color: #fff; --rank-glow: rgba(139, 92, 246, .5); }
.rank-dark { background: linear-gradient(135deg, #334155, #0f172a); color: #fcd535; --rank-glow: rgba(252, 213, 53, .4); }
.rank-fx-glow { animation: rankGlow 2.2s ease-in-out infinite; }
@keyframes rankGlow { 0%, 100% { box-shadow: 0 0 0 0 var(--rank-glow), 0 1px 2px rgba(15, 23, 42, .12); } 50% { box-shadow: 0 0 0 5px transparent, 0 0 14px 2px var(--rank-glow); } }
.rank-fx-shimmer::after { content: ''; position: absolute; top: -50%; bottom: -50%; left: -60%; width: 45%; background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, .55) 50%, transparent 100%); transform: skewX(-20deg); animation: rankShimmer 2.8s ease-in-out infinite; }
@keyframes rankShimmer { 0% { left: -60%; } 55%, 100% { left: 130%; } }
.rank-fx-gradient { background-size: 200% 200%; animation: rankGradient 3s ease infinite; }
@keyframes rankGradient { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
@media (prefers-reduced-motion: reduce) { .rank-fx-glow, .rank-fx-gradient, .rank-fx-shimmer::after { animation: none; } }
.author-link { font-weight: 600; color: #0f172a; text-decoration: none; }
.author-link:hover { color: #b45309; text-decoration: underline; text-underline-offset: 3px; }
.post-meta .author { flex-wrap: wrap; }
.author-box .author-box-pic { flex: none; }
.author-box .avatar-fallback, .avatar-fallback { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: #fcd535; color: #181a20; font-weight: 800; font-size: 20px; }
.author-box .author-title { font-size: 12.5px; color: #64748b; margin-top: 2px; }
.author-profile { max-width: 860px; margin: 0 auto; padding: 32px 36px; background: #fff; border: 1px solid #e6e8ec; box-shadow: 0 1px 2px rgba(7, 26, 53, .04), 0 24px 60px -40px rgba(7, 26, 53, .25); }
.ap-head { display: flex; flex-direction: column; gap: 16px; align-items: center; text-align: center; }
.ap-photo { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; flex: none; border: 3px solid #fff; box-shadow: 0 0 0 1px #e6e8ec, 0 8px 24px -12px rgba(7, 26, 53, .35); }
.ap-photo.avatar-fallback { font-size: 34px; }
.ap-id { min-width: 0; }
.ap-id h1 { margin: 0; font-size: clamp(24px, 3vw, 32px); letter-spacing: -.028em; line-height: 1.15; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; }
.ap-id h1 .rank { height: 22px; font-size: 11px; }
.ap-title { margin-top: 4px; font-size: 14px; font-weight: 600; color: #b45309; }
.ap-bio { margin: 10px auto 0; max-width: 60ch; color: #475569; font-size: 15px; line-height: 1.55; }
.ap-stats { margin-top: 10px; font-size: 13px; color: #64748b; }
.ap-about { margin-top: 26px; padding-top: 22px; border-top: 1px solid #eef0f3; }
.ap-about h2, .ap-contact h2 { margin: 0 0 10px; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #94a3b8; }
.ap-about p { margin: 0 0 12px; color: #374151; font-size: 15.5px; line-height: 1.7; }
.ap-contact { margin-top: 22px; padding-top: 22px; border-top: 1px solid #eef0f3; text-align: center; }
.ap-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.ap-links a { display: inline-flex; align-items: center; gap: 8px; height: 38px; padding: 0 14px; border: 1px solid #e6e8ec; background: #fafbfc; color: #0f172a; font-size: 13.5px; font-weight: 500; transition: border-color .18s, background .18s; }
.ap-links a:hover { border-color: #fcd535; background: #fff9db; }
.ap-links .icon { width: 16px; height: 16px; color: #64748b; }
.ap-links .lk-globe .icon { color: #2563eb; }
.ap-links .lk-mail .icon { color: #ea4335; }
.ap-links .lk-instagram .icon { color: #e1306c; }
.ap-links .lk-twitter .icon { color: #0f172a; }
.ap-links .lk-telegram .icon { color: #229ed9; }
.ap-links .lk-whatsapp .icon { color: #25d366; }
.ap-links .lk-link .icon { color: #0a66c2; }
.ap-posts-title { max-width: 860px; margin: 40px auto 0; font-size: 22px; letter-spacing: -.02em; }
.ap-posts-title + .post-grid, .ap-posts-title + .empty { margin-top: 16px; }
@media (max-width: 640px) {
  .author-profile { padding: 22px 18px; }
  .ap-head { gap: 14px; }
  .ap-photo { width: 72px; height: 72px; }
}
.ap-posts-title ~ .post-grid, .ap-posts-title ~ .pager, .ap-posts-title ~ .empty { max-width: 860px; margin-left: auto; margin-right: auto; }

/* ---------- Ek rütbe efektleri (katmanlı) ---------- */
.rank .rank-t { position: relative; z-index: 2; font-style: normal; }
/* ALEV: hareketli kor zemin + iki alev dili + yükselen kıvılcımlar + titreyen parlaklık */
.rank-fx-fire { background: linear-gradient(180deg, #ffe08a 0%, #ff9f1a 35%, #ff5a1f 65%, #c81d0b 100%); background-size: 100% 220%; color: #fff; text-shadow: 0 1px 0 rgba(0, 0, 0, .35), 0 0 8px rgba(255, 220, 120, .8); animation: rankFireBg 1.3s ease-in-out infinite alternate, rankFlicker 3.7s steps(1) infinite; box-shadow: 0 0 12px 2px rgba(255, 110, 20, .6), 0 0 28px 4px rgba(255, 60, 0, .25); overflow: visible; }
.rank-fx-fire::before, .rank-fx-fire::after { content: ''; position: absolute; bottom: 55%; width: 9px; height: 13px; border-radius: 50% 50% 45% 45% / 65% 65% 35% 35%; background: radial-gradient(ellipse at 50% 85%, #fff8c2 0%, #ffcc33 30%, #ff6a00 60%, rgba(200, 30, 10, 0) 78%); filter: blur(.5px); pointer-events: none; z-index: 1; }
.rank-fx-fire::before { left: 14%; animation: rankFlame 1s ease-in-out infinite, rankSparks 2.2s linear infinite; }
.rank-fx-fire::after { left: 60%; width: 8px; animation: rankFlame 1.35s ease-in-out .3s infinite, rankSparks 2.7s linear .6s infinite; }
@keyframes rankFireBg { 0% { background-position: 0% 0%; } 100% { background-position: 0% 100%; } }
@keyframes rankFlicker { 0%, 100% { filter: brightness(1); } 7% { filter: brightness(1.25); } 9% { filter: brightness(.95); } 41% { filter: brightness(1.15); } 43% { filter: brightness(1); } 77% { filter: brightness(1.3); } 79% { filter: brightness(1); } }
@keyframes rankFlame { 0%, 100% { transform: translateY(0) scale(1) rotate(-6deg); opacity: .85; } 35% { transform: translateY(-4px) scale(1.1, 1.4) rotate(6deg); } 65% { transform: translateY(-6px) scale(.95, 1.55) rotate(-3deg); opacity: 1; } }
@keyframes rankSparks { 0% { box-shadow: 4px -2px 0 -3px #ffd166, -3px -1px 0 -3px #ff9f1a; } 50% { box-shadow: 8px -12px 0 -3px #ffd166, -6px -9px 0 -3px #ff9f1a; } 100% { box-shadow: 12px -22px 0 -4px rgba(255, 209, 102, 0), -9px -18px 0 -4px rgba(255, 159, 26, 0); } }
/* NEON: koyu tüp, çift halo (iç + dış), rastgele titreme, yazıda ışık sızması */
.rank-fx-neon { background: #0b0e14 !important; color: #fff; border: 1.5px solid currentColor; box-shadow: 0 0 4px var(--rank-glow), 0 0 12px var(--rank-glow), 0 0 26px var(--rank-glow), inset 0 0 8px var(--rank-glow); text-shadow: 0 0 3px #fff, 0 0 8px var(--rank-glow), 0 0 16px var(--rank-glow); animation: rankNeon 4s linear infinite; }
.rank-gold.rank-fx-neon { color: #ffe27a; } .rank-red.rank-fx-neon { color: #fb7185; } .rank-blue.rank-fx-neon { color: #7dd3fc; } .rank-green.rank-fx-neon { color: #6ee7b7; } .rank-purple.rank-fx-neon { color: #d8b4fe; } .rank-dark.rank-fx-neon { color: #f1f5f9; --rank-glow: rgba(226, 232, 240, .55); }
@keyframes rankNeon { 0%, 17%, 19%, 21%, 23%, 52%, 54%, 100% { opacity: 1; } 18%, 22% { opacity: .4; } 20% { opacity: .75; } 53% { opacity: .5; } }
/* GÖKKUŞAĞI: akan spektrum + beyaz ışık süpürmesi */
.rank-fx-rainbow { background: linear-gradient(90deg, #ff4d4d, #ffb020, #ffe34d, #34d399, #38bdf8, #8b5cf6, #ff4d4d); background-size: 300% 100%; color: #fff; text-shadow: 0 1px 0 rgba(0, 0, 0, .35); animation: rankRainbow 3.5s linear infinite; }
.rank-fx-rainbow::after { content: ''; position: absolute; top: -50%; bottom: -50%; left: -60%; width: 40%; background: linear-gradient(115deg, transparent, rgba(255, 255, 255, .7), transparent); transform: skewX(-20deg); animation: rankShimmer 2.6s ease-in-out infinite; }
@keyframes rankRainbow { 0% { background-position: 0% 50%; } 100% { background-position: 300% 50%; } }
/* HOLOGRAFİK FOLYO: konik gökkuşağı + kayan parlak bant + renk döngüsü */
.rank-fx-holo { background: conic-gradient(from 0deg at 50% 50%, #ff9ecf, #ffd166, #baffc9, #9ad0ff, #d6a4ff, #ff9ecf); background-size: 220% 220%; color: #1b1030; text-shadow: 0 1px 0 rgba(255, 255, 255, .6); box-shadow: 0 0 0 1px rgba(255, 255, 255, .7) inset, 0 2px 6px rgba(15, 23, 42, .18); animation: rankHolo 5s linear infinite; }
.rank-fx-holo::before { content: ''; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, .85) 50%, transparent 70%); background-size: 250% 100%; animation: rankHoloSweep 2.4s ease-in-out infinite; mix-blend-mode: screen; }
@keyframes rankHolo { 0% { background-position: 0% 0%; filter: hue-rotate(0deg) saturate(1.2); } 100% { background-position: 100% 100%; filter: hue-rotate(360deg) saturate(1.2); } }
@keyframes rankHoloSweep { 0% { background-position: 120% 0; } 100% { background-position: -120% 0; } }
/* GLITCH: kırmızı/cyan kaymalı kopyalar, dilimlenmiş kesmeler */
.rank-fx-glitch { overflow: hidden; }
.rank-fx-glitch::before, .rank-fx-glitch::after { content: attr(data-text); position: absolute; inset: 0; display: flex; align-items: center; padding: 0 8px; color: inherit; background: inherit; pointer-events: none; }
.rank-fx-glitch::before { left: 2px; text-shadow: -2px 0 #ff2d55; clip-path: inset(0 0 60% 0); animation: rankGlitchA 2.6s infinite linear alternate-reverse; }
.rank-fx-glitch::after { left: -2px; text-shadow: 2px 0 #00e5ff; clip-path: inset(55% 0 0 0); animation: rankGlitchB 3.1s infinite linear alternate-reverse; }
@keyframes rankGlitchA { 0%, 78%, 100% { clip-path: inset(0 0 100% 0); transform: none; } 80% { clip-path: inset(10% 0 55% 0); transform: translate(-3px, 0); } 84% { clip-path: inset(40% 0 20% 0); transform: translate(3px, -1px); } 88% { clip-path: inset(0 0 70% 0); transform: translate(-1px, 1px); } 92% { clip-path: inset(60% 0 5% 0); transform: translate(2px, 0); } }
@keyframes rankGlitchB { 0%, 72%, 100% { clip-path: inset(100% 0 0 0); transform: none; } 74% { clip-path: inset(55% 0 10% 0); transform: translate(3px, 0); } 78% { clip-path: inset(15% 0 45% 0); transform: translate(-3px, 1px); } 83% { clip-path: inset(70% 0 0 0); transform: translate(1px, -1px); } 87% { clip-path: inset(5% 0 80% 0); transform: translate(-2px, 0); } }
/* AURORA: koyu gece zemini üzerinde salınan yeşil-mor-mavi ışık perdeleri */
.rank-fx-aurora { background: #071a35; color: #eafff4; text-shadow: 0 0 6px rgba(120, 255, 200, .8); box-shadow: 0 0 10px rgba(52, 211, 153, .35); }
.rank-fx-aurora::before { content: ''; position: absolute; inset: -40% -20%; background: radial-gradient(60% 120% at 20% 50%, rgba(52, 211, 153, .85), transparent 60%), radial-gradient(50% 120% at 60% 40%, rgba(139, 92, 246, .8), transparent 60%), radial-gradient(50% 120% at 90% 60%, rgba(56, 189, 248, .8), transparent 60%); filter: blur(4px); animation: rankAurora 4.5s ease-in-out infinite alternate; }
@keyframes rankAurora { 0% { transform: translateX(-12%) skewX(-10deg); } 50% { transform: translateX(6%) skewX(6deg); } 100% { transform: translateX(14%) skewX(-4deg); } }
/* ALTIN FOLYO: metalik dikey parlaklık, kabartma yazı, dönen yansıma */
.rank-fx-foil { background: linear-gradient(180deg, #f9e79f 0%, #d4a017 30%, #fff3b0 50%, #b8860b 70%, #f5d76e 100%); background-size: 100% 260%; color: #5b3a00; text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0 -1px 0 rgba(90, 50, 0, .35); box-shadow: 0 0 0 1px #b8860b inset, 0 2px 6px rgba(120, 80, 0, .35); animation: rankFoil 3.2s ease-in-out infinite alternate; }
.rank-fx-foil::after { content: ''; position: absolute; top: -50%; bottom: -50%; left: -60%; width: 35%; background: linear-gradient(115deg, transparent, rgba(255, 255, 255, .95), transparent); transform: skewX(-25deg); animation: rankShimmer 2.2s ease-in-out infinite; }
@keyframes rankFoil { 0% { background-position: 0% 0%; } 100% { background-position: 0% 100%; } }
/* YILDIZ PARILTISI: dört yıldız, farklı zamanlarda */
.rank-fx-sparkle { overflow: visible; }
.rank-fx-sparkle::before, .rank-fx-sparkle::after { content: '✦'; position: absolute; color: #fff; font-size: 9px; line-height: 1; text-shadow: 0 0 4px #fff, 0 0 8px currentColor; pointer-events: none; animation: rankTwinkle 1.8s ease-in-out infinite; z-index: 3; }
.rank-fx-sparkle::before { top: -6px; right: -4px; }
.rank-fx-sparkle::after { bottom: -6px; left: -3px; font-size: 7px; animation-delay: .9s; }
.rank-fx-sparkle .rank-t::before, .rank-fx-sparkle .rank-t::after { content: '✧'; position: absolute; color: #fff; font-size: 6px; line-height: 1; text-shadow: 0 0 4px #fff; animation: rankTwinkle 2.3s ease-in-out infinite; }
.rank-fx-sparkle .rank-t::before { top: -8px; left: 30%; animation-delay: .45s; }
.rank-fx-sparkle .rank-t::after { bottom: -8px; right: 22%; animation-delay: 1.35s; }
@keyframes rankTwinkle { 0%, 100% { opacity: 0; transform: scale(.3) rotate(0deg); } 50% { opacity: 1; transform: scale(1.2) rotate(60deg); } }
/* ELEKTRİK: dönen ark çerçeve + rastgele çakma + sarsıntı */
.rank-fx-electric { overflow: visible; animation: rankElectric 2.4s steps(1, end) infinite; }
.rank-fx-electric::before { content: ''; position: absolute; inset: -4px; border: 2px solid transparent; border-top-color: #7dd3fc; border-right-color: #fff; border-radius: 50% / 40%; box-shadow: 0 0 6px rgba(125, 211, 252, .7); animation: rankArc 1.1s linear infinite; pointer-events: none; z-index: 3; }
@keyframes rankArc { to { transform: rotate(360deg); } }
@keyframes rankElectric { 0%, 88%, 100% { box-shadow: 0 1px 2px rgba(15, 23, 42, .12); transform: none; filter: none; } 90% { box-shadow: 0 0 12px 4px rgba(125, 211, 252, .95); transform: translate(1px, -1px); filter: brightness(1.7); } 92% { box-shadow: 0 0 4px 1px rgba(125, 211, 252, .6); transform: translate(-1px, 1px); filter: brightness(1.2); } 95% { box-shadow: 0 0 16px 5px rgba(191, 219, 254, .95); transform: translate(0, -1px); filter: brightness(1.9); } }
/* KALP ATIŞI: çift vuruş + yayılan halka */
.rank-fx-pulse { overflow: visible; animation: rankPulse 1.4s ease-in-out infinite; transform-origin: center; }
.rank-fx-pulse::after { content: ''; position: absolute; inset: 0; background: inherit; border-radius: 6px; opacity: .35; animation: rankRipple 1.4s ease-out infinite; z-index: -1; }
@keyframes rankPulse { 0%, 100% { transform: scale(1); } 14% { transform: scale(1.14); } 28% { transform: scale(1); } 42% { transform: scale(1.08); } }
/* BUZ: soğuk zemin, kayan buz ışıltısı, köşede dönen kar kristali */
.rank-fx-ice { background: linear-gradient(135deg, #f0f9ff, #bae6fd 45%, #7dd3fc); color: #075985; text-shadow: 0 1px 0 #fff; box-shadow: 0 0 0 1px #bae6fd, 0 0 12px rgba(125, 211, 252, .7); overflow: visible; }
.rank-fx-ice::after { content: ''; position: absolute; top: -50%; bottom: -50%; left: -60%; width: 40%; background: linear-gradient(115deg, transparent, rgba(255, 255, 255, .95), transparent); transform: skewX(-20deg); animation: rankShimmer 3.2s ease-in-out infinite; }
.rank-fx-ice::before { content: '❄'; position: absolute; top: -7px; right: -5px; font-size: 9px; color: #38bdf8; text-shadow: 0 0 4px #fff; animation: rankSnow 3s linear infinite; pointer-events: none; z-index: 3; }
@keyframes rankSnow { 0% { transform: rotate(0deg) translateY(0); } 100% { transform: rotate(360deg) translateY(2px); } }
/* GÖLGE DALGASI: iki halka art arda */
.rank-fx-shadow { overflow: visible; }
.rank-fx-shadow::after, .rank-fx-shadow::before { content: ''; position: absolute; inset: 0; background: inherit; border-radius: 6px; opacity: .35; animation: rankRipple 2.2s ease-out infinite; pointer-events: none; z-index: -1; }
.rank-fx-shadow::before { animation-delay: 1.1s; }
@keyframes rankRipple { 0% { transform: scale(1); opacity: .35; } 100% { transform: scale(1.45, 2); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .rank[class*="rank-fx-"], .rank[class*="rank-fx-"]::before, .rank[class*="rank-fx-"]::after, .rank .rank-t::before, .rank .rank-t::after { animation: none !important; } }

/* ---------- Hacker efektleri ---------- */
/* YAZILIYOR: harfler soldan sağa yazılır, yanıp sönen imleç, sonra silinip tekrar */
.rank-fx-typing .rank-t { display: inline-block; white-space: nowrap; clip-path: inset(0 100% 0 0); animation: rankType 3.6s steps(14, end) infinite; }
.rank-fx-typing .rank-t::after { content: ''; position: absolute; right: -3px; top: 10%; bottom: 10%; width: 2px; background: currentColor; animation: rankCaret .6s steps(1) infinite; }
@keyframes rankType { 0% { clip-path: inset(0 100% 0 0); } 55%, 80% { clip-path: inset(0 0 0 0); } 95%, 100% { clip-path: inset(0 100% 0 0); } }
@keyframes rankCaret { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
/* TERMİNAL: siyah zemin, fosfor yeşili mono yazı, ">" istemi, blok imleç, tarama çizgileri */
.rank-fx-terminal { background: #030a03 !important; color: #39ff14; font-family: ui-monospace, 'Cascadia Mono', Consolas, monospace; letter-spacing: .06em; text-shadow: 0 0 4px rgba(57, 255, 20, .9), 0 0 10px rgba(57, 255, 20, .45); border: 1px solid rgba(57, 255, 20, .45); box-shadow: 0 0 8px rgba(57, 255, 20, .35), inset 0 0 12px rgba(57, 255, 20, .12); }
.rank-fx-terminal .rank-t::before { content: '> '; opacity: .8; }
.rank-fx-terminal .rank-t::after { content: '▌'; margin-left: 2px; animation: rankCaret .8s steps(1) infinite; }
.rank-fx-terminal::after { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(0deg, rgba(0, 0, 0, .28) 0 1px, transparent 1px 3px); pointer-events: none; animation: rankScanlines 6s linear infinite; }
@keyframes rankScanlines { 0% { background-position: 0 0; } 100% { background-position: 0 30px; } }
/* MATRIX: siyah zemin, arkada aşağı akan 0/1 karakter sütunları, öndeki yazı parlak yeşil */
.rank-fx-matrix { background: #000 !important; color: #b6ffb0; text-shadow: 0 0 6px #39ff14, 0 0 12px rgba(57, 255, 20, .6); border: 1px solid rgba(57, 255, 20, .35); font-family: ui-monospace, Consolas, monospace; }
.rank-fx-matrix::before, .rank-fx-matrix::after { content: '1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 1 0 0 1 0 1'; position: absolute; left: 0; right: 0; top: -100%; font-size: 7px; line-height: 1.4; letter-spacing: .3em; color: #39ff14; opacity: .55; white-space: normal; word-break: break-all; padding: 0 2px; pointer-events: none; z-index: 1; animation: rankMatrix 2.4s linear infinite; }
.rank-fx-matrix::after { animation-delay: 1.2s; opacity: .3; left: 30%; }
@keyframes rankMatrix { 0% { transform: translateY(0); opacity: 0; } 15% { opacity: .55; } 100% { transform: translateY(220%); opacity: 0; } }
/* SİSTEM TARAMASI: koyu zemin, silik hex kodları, soldan sağa süpüren cyan tarayıcı ışığı ve köşe çerçeveleri */
.rank-fx-scan { background: #061423 !important; color: #7dd3fc; font-family: ui-monospace, Consolas, monospace; letter-spacing: .08em; text-shadow: 0 0 6px rgba(56, 189, 248, .8); border: 1px solid rgba(56, 189, 248, .45); box-shadow: 0 0 8px rgba(56, 189, 248, .3), inset 0 0 0 1px rgba(56, 189, 248, .12); }
.rank-fx-scan::before { content: '0x3F 0xA7 0x1C 0xE2 0x9B 0x40'; position: absolute; inset: 0; display: flex; align-items: center; padding: 0 4px; font-size: 6.5px; letter-spacing: .1em; color: rgba(125, 211, 252, .28); white-space: nowrap; overflow: hidden; pointer-events: none; animation: rankHex 5s linear infinite; }
.rank-fx-scan::after { content: ''; position: absolute; top: 0; bottom: 0; left: -20%; width: 18%; background: linear-gradient(90deg, transparent, rgba(56, 189, 248, .85), transparent); box-shadow: 0 0 10px rgba(56, 189, 248, .8); animation: rankScanBeam 1.8s ease-in-out infinite; pointer-events: none; z-index: 3; }
@keyframes rankScanBeam { 0% { left: -20%; } 100% { left: 110%; } }
@keyframes rankHex { 0% { transform: translateX(0); } 100% { transform: translateX(-30%); } }

/* Yazı bilgileri (tarih · okuma · okunma) sağ üstte; yazar ortada */
.post-stats { position: absolute; top: 14px; right: 16px; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 4px 12px; font-size: 12.5px; color: #94a3b8; }
.post-stats .views { display: inline-flex; align-items: center; gap: 4px; }
.post-stats .views .icon { width: 13px; height: 13px; }
.post-head { padding-top: 6px; }
.post-meta { justify-content: center; }
.post-meta .author { font-size: 14.5px; }
@media (max-width: 640px) {
  .post-stats { position: static; justify-content: center; margin-bottom: 10px; }
  .post-meta { justify-content: center; }
}

/* "Daha fazla" bağlantısı: ok yerine imleç ikonu, hover'da ikon tıklar gibi hafif eğilir */
.more-link { display: inline-flex; align-items: center; gap: 6px; font-size: 13.5px; font-weight: 600; color: #b45309; text-decoration: none; }
.more-link span { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(180, 83, 9, .35); transition: text-decoration-color .18s; }
.more-link:hover span { text-decoration-color: currentColor; }
.icon-cursor { width: 14px; height: 14px; transform: rotate(-8deg); transition: transform .18s var(--ease); }
.more-link:hover .icon-cursor, .btn:hover .icon-cursor { transform: rotate(-8deg) translate(1px, 1px) scale(.92); }
.result .more-link { color: #b45309; }
.btn .icon-cursor { width: 15px; height: 15px; }
@media (prefers-reduced-motion: reduce) { .icon-cursor { transition: none; } }

/* Yazı başındaki yazar kartı (ortalı) */
.post-author { margin: 20px auto 0; display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-width: min(420px, 100%); padding: 14px 22px; background: #fafbfc; border: 1px solid #e6e8ec; text-align: left; }
.post-head .post-author { margin-left: auto; margin-right: auto; }
.post-author .pa-pic { flex: none; display: block; }
.post-author .pa-pic img, .post-author .avatar-fallback { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; display: block; }
.post-author .avatar-fallback { font-size: 19px; }
.post-author .pa-body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.post-author .pa-name { font-size: 15px; font-weight: 700; }
.post-author .pa-title { font-size: 12.5px; letter-spacing: .04em; text-transform: uppercase; color: #64748b; }
.post-author .more-link { font-size: 13px; margin-top: 2px; }
@media (max-width: 640px) { .post-author { display: flex; } }

/* ===== Reklam alanları (AdSense) ===== */
.ad-slot { margin: 28px auto; text-align: center; max-width: 100%; min-width: 0; overflow: hidden; }
.ad-slot > * { max-width: 100%; }
.ad-slot ins.adsbygoogle { display: block; }
.ad-home_top { margin: 0 0 28px; }
.ad-service_top { margin: 0 auto 28px; max-width: 760px; }
.ad-service_bottom { margin: 36px auto; max-width: 760px; }
.ad-blog_list { margin: 24px auto 8px; }
.ad-blog_post_top { margin: 24px auto 32px; }
.ad-blog_post_bottom { margin: 36px auto 8px; }
.ad-track { margin: 28px auto 0; max-width: 640px; }
@media (max-width: 640px) { .ad-slot { margin: 20px auto; } .ad-home_top { margin: 0 0 20px; } }

/* Reklam önizleme (admin + ?ads_preview=1) */
.ad-slot.ad-preview { min-height: 0; }
.ad-ph { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; min-height: 120px; padding: 18px 16px; border: 2px dashed #f59e0b; background: repeating-linear-gradient(-45deg, #fffbeb, #fffbeb 10px, #fef3c7 10px, #fef3c7 20px); color: #78350f; text-align: center; }
.ad-ph b { font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: #b45309; }
.ad-ph span { font-size: 16px; font-weight: 700; color: #1f2937; }
.ad-ph small { font-size: 12.5px; color: #92400e; }
.ad-ph i { font-style: normal; font-size: 11.5px; margin-top: 4px; padding: 2px 8px; background: #fff; border: 1px solid #fcd34d; color: #92400e; }
.ad-preview.has-code .ad-ph { border-color: #10b981; background: repeating-linear-gradient(-45deg, #ecfdf5, #ecfdf5 10px, #d1fae5 10px, #d1fae5 20px); color: #064e3b; }
.ad-preview.has-code .ad-ph b, .ad-preview.has-code .ad-ph small { color: #047857; }
.ad-preview.has-code .ad-ph i { border-color: #6ee7b7; color: #065f46; }
.ads-preview-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 9999; display: flex; align-items: center; gap: 14px; padding: 10px 16px; background: #111827; color: #f9fafb; font-size: 13px; box-shadow: 0 -6px 24px rgba(0, 0, 0, .25); }
.ads-preview-bar b { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: #fcd34d; white-space: nowrap; }
.ads-preview-bar .apb-links { display: flex; flex-wrap: wrap; gap: 6px; flex: 1; min-width: 0; }
.ads-preview-bar .apb-links a { padding: 5px 10px; background: #1f2937; color: #e5e7eb; border: 1px solid #374151; white-space: nowrap; }
.ads-preview-bar .apb-links a:hover { background: #374151; color: #fff; }
.ads-preview-bar .apb-close { padding: 5px 12px; background: #fcd34d; color: #111827; font-weight: 700; white-space: nowrap; }
body:has(.ads-preview-bar) { padding-bottom: 64px; }
@media (max-width: 640px) { .ads-preview-bar { flex-wrap: wrap; gap: 8px; } .ads-preview-bar .apb-links a { padding: 4px 8px; font-size: 12px; } .ad-ph { min-height: 96px; } }

/* ===== Sipariş sorgulama formu ===== */
.track-lookup .track-card { padding: 28px 28px 26px; }
.track-lookup .lookup-form .field { margin-top: 0; }
.track-lookup .lookup-form .input { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: .04em; }
.track-lookup .lookup-form .result { margin-top: 16px; }
.track-lookup .lookup-form .panel-cta { margin-top: 18px; }
.track-again { margin: 22px 0 0; font-size: 14px; }
@media (max-width: 640px) { .track-lookup .track-card { padding: 20px 16px; } }

/* Sipariş sonrası takip kodu */
.result .r-body .r-code { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 6px; }
.result .r-body .r-code em { font-style: normal; font-size: 13px; color: #475569; }
.result .r-body .r-code code { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 15px; font-weight: 700; letter-spacing: .06em; padding: 4px 10px; background: #f1f5f9; border: 1px solid #e2e8f0; color: #0f172a; user-select: all; }
.result .r-body .r-copy { height: 28px; padding: 0 10px; font-size: 12.5px; font-weight: 700; background: #fcd535; color: #181a20; border: 0; cursor: pointer; }
.result .r-body .r-copy.done { background: #d1fae5; color: #047857; }
.result .r-body .r-note { display: block; margin-top: 4px; font-size: 12.5px; color: #64748b; line-height: 1.5; }

/* ===== Yorum adımı (sipariş formu) ===== */
.review-gate { margin-top: 4px; padding: 18px 18px 16px; background: #fffdf3; border: 1px solid #fde68a; border-left: 4px solid #fcd535; }
.review-gate.done { background: #f0fdf4; border-color: #bbf7d0; border-left-color: #10b981; }
.rg-head { display: flex; gap: 12px; align-items: flex-start; }
.rg-head > div { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.rg-head b { font-size: 15px; letter-spacing: -.01em; color: #181a20; }
.rg-head span { font-size: 13px; line-height: 1.5; color: #475569; }
.rg-step { flex: none; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: #fcd535; color: #181a20; font-size: 13px; font-weight: 800; }
.rg-warn { margin-top: 12px; display: flex; gap: 8px; align-items: flex-start; padding: 10px 12px; font-size: 12.5px; line-height: 1.5; color: #92400e; background: #fff7cc; border: 1px solid #fde68a; }
.rg-warn .icon { flex: none; width: 15px; height: 15px; margin-top: 2px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.rg-stars { margin-top: 12px; display: flex; align-items: center; gap: 2px; }
.rg-star { width: 36px; height: 36px; padding: 0; border: 0; background: transparent; font-size: 30px; line-height: 1; color: #d1d5db; cursor: pointer; transition: color .12s, transform .12s; }
.rg-star:hover, .rg-star.on { color: #f5b700; }
.rg-star:hover { transform: scale(1.12); }
.rg-star-hint { margin-left: 8px; font-size: 12.5px; color: #94a3b8; }
.rg-fields { margin-top: 10px; display: flex; flex-direction: column; gap: 8px; }
.rg-fields .input { width: 100%; }
.rg-fields textarea.input { min-height: 84px; resize: vertical; line-height: 1.5; padding-top: 10px; }
.rg-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.rg-count { font-size: 12px; color: #94a3b8; }
.rg-msg { margin-top: 10px; padding: 9px 12px; font-size: 13px; color: #991b1b; background: #fef2f2; border: 1px solid #fecaca; border-left: 3px solid #ef4444; }
.rg-msg[hidden], .rg-done[hidden], .rg-fields[hidden], .rg-stars[hidden], .rg-warn[hidden] { display: none; }
.review-gate.done .rg-fields, .review-gate.done .rg-stars, .review-gate.done .rg-warn, .review-gate.done .rg-msg { display: none; }
.review-gate.done .rg-done { display: flex; }
.rg-done { margin-top: 12px; display: flex; gap: 10px; align-items: flex-start; }
.rg-done .icon { flex: none; width: 22px; height: 22px; padding: 4px; border-radius: 50%; background: #10b981; color: #fff; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.rg-done div { display: flex; flex-direction: column; gap: 2px; }
.rg-done b { font-size: 14.5px; color: #065f46; }
.rg-done span { font-size: 13px; color: #047857; line-height: 1.5; }
.rg-step2 { margin: 18px 0 -4px; display: flex; align-items: center; gap: 10px; font-size: 14px; color: #181a20; }
.rg-step2 b { font-weight: 600; }
.order-form.review-locked .rg-step2 { opacity: .55; }
.order-form.review-locked .panel-cta .btn[disabled] { opacity: .6; cursor: not-allowed; }

/* ===== Müşteri yorumları (servis sayfası) ===== */
.reviews { margin-top: 28px; }
.rv-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.rv-head h2 { margin: 0; font-size: 20px; letter-spacing: -.02em; }
.rv-summary { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--muted); }
.rv-summary b { color: #181a20; font-size: 15px; }
.stars { display: inline-flex; gap: 2px; }
.stars i { width: 14px; height: 14px; background: #e2e8f0; clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%); }
.stars i.on { background: #f5b700; }
.rv-list { margin-top: 14px; display: flex; flex-direction: column; gap: 10px; }
.rv-item { padding: 16px 18px; background: #fff; border: 1px solid #e6e8ec; box-shadow: 0 1px 2px rgba(7, 26, 53, .04); }
.rv-top { display: flex; align-items: center; gap: 10px; }
.rv-avatar { flex: none; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #fcd535; color: #181a20; font-weight: 800; font-size: 15px; }
.rv-who { display: flex; flex-direction: column; gap: 1px; min-width: 0; flex: 1; }
.rv-who b { font-size: 14px; color: #181a20; }
.rv-who time { font-size: 12px; color: #94a3b8; }
.rv-item p { margin: 10px 0 0; font-size: 14px; line-height: 1.6; color: #334155; white-space: pre-line; overflow-wrap: anywhere; }
@media (max-width: 640px) { .review-gate { padding: 14px 12px 12px; } .rg-star { width: 32px; height: 32px; font-size: 26px; } }


.rv-who .rv-sep { margin: 0 6px; color: #cbd5e1; font-weight: 400; }
.rv-who b img.emoji { width: 1.15em; height: 1.15em; vertical-align: -.2em; }

/* Yasaklı ziyaretçi */
.banned-panel { display: flex; gap: 14px; align-items: flex-start; padding: 8px 4px; }
.banned-panel .bp-ic { flex: none; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: #fee2e2; color: #b91c1c; }
.banned-panel .bp-ic .icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.banned-panel .bp-body { display: flex; flex-direction: column; gap: 4px; }
.banned-panel b { font-size: 17px; letter-spacing: -.01em; color: #991b1b; }
.banned-panel span { font-size: 14px; line-height: 1.55; color: #7f1d1d; }

/* ===== Satış teklifi kartları (sayaç / limit / başarı / takip) ===== */
.upsell { margin-top: 14px; padding: 14px 16px; background: #fff; border: 1px solid #e6e8ec; border-left: 4px solid #fcd535; display: flex; align-items: center; justify-content: space-between; gap: 14px; text-align: left; }
.upsell[hidden] { display: none; }
.upsell-text { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.upsell-text b { font-size: 14.5px; color: #0f172a; letter-spacing: -.01em; }
.upsell-text span { font-size: 13px; color: #64748b; line-height: 1.5; }
.upsell-btn { flex: none; height: 42px; padding: 0 16px; font-size: 13.5px; gap: 8px; }
.upsell-btn .icon-tick { width: 18px; height: 18px; margin-left: 0; }
.upsell-limit { background: #fff7ed; border-color: #fed7aa; border-left-color: #f59e0b; }
.upsell-limit .upsell-text b { color: #9a3412; }
.upsell-success { background: #f0fdf4; border-color: #bbf7d0; border-left-color: #10b981; }
.upsell-success .upsell-text b { color: #065f46; }
.upsell-coupon { align-self: flex-start; margin-top: 6px; display: inline-flex; align-items: center; gap: 6px; height: 28px; padding: 0 10px; background: #fff; border: 1px dashed #10b981; color: #065f46; font-size: 12.5px; font-weight: 600; cursor: pointer; }
.upsell-coupon b { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: .08em; }
.upsell-coupon.done { background: #d1fae5; }
.upsell-coupon.done::after { content: " ✓"; }
.upsell-standalone { margin: 0 auto 20px; width: min(760px, 100%); background: #fff; box-shadow: var(--shadow-lg); }
.track .upsell-standalone + .track-card { margin-top: 0; }
@media (max-width: 560px) { .upsell { flex-direction: column; align-items: stretch; } .upsell-btn { width: 100%; } }

/* ===== Ana sayfa platform kutuları ===== */
.plat-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; margin: 24px 0 8px; }
.pg-item { --pc: #181a20; position: relative; flex: 0 0 150px; width: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 140px; padding: 14px 10px; border: 1px solid #e6e8ec; border-radius: 12px; cursor: pointer; color: var(--pc); background: #fff; box-shadow: 0 1px 2px rgba(7, 26, 53, .04), 0 10px 24px -20px rgba(7, 26, 53, .35); transition: transform .18s var(--ease), box-shadow .2s var(--ease), border-color .2s, opacity .2s; }
.pg-item:hover { transform: translateY(-3px); border-color: #d8dce3; box-shadow: 0 2px 4px rgba(7, 26, 53, .04), 0 18px 34px -22px rgba(7, 26, 53, .4); }
.pg-item:active { transform: translateY(-1px); }
.plat-grid:has(.pg-item.active) .pg-item:not(.active) { opacity: .5; }
.pg-item::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: #fcd535; border-radius: 0 0 12px 12px; transform: scaleX(0); transform-origin: center; transition: transform .22s var(--ease); }
.pg-item.active { border-color: #e6e8ec; box-shadow: 0 2px 4px rgba(7, 26, 53, .04), 0 18px 34px -22px rgba(7, 26, 53, .4); }
.pg-item.active::after { transform: scaleX(1); }
.pg-item:focus-visible { outline: 3px solid #fcd535; outline-offset: 3px; }
.pg-ic { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 8px; }
.pg-ic .icon { width: 44px; height: 44px; color: var(--pc); fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.pg-ic .plat-img { width: 48px; height: 48px; object-fit: contain; }
.pg-name { font-size: 15px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; text-align: center; line-height: 1.15; white-space: nowrap; max-width: 100%; overflow: hidden; text-overflow: ellipsis; color: var(--pc); }
.pg-sub { margin-top: 3px; font-size: 13px; font-weight: 500; color: var(--pc); opacity: .85; }
.pg-empty .pg-sub { font-style: italic; opacity: .7; }
.tile.hidden { display: none; }
.tiles-empty[hidden] { display: none; }
.tiles-empty { margin: 8px auto 0; max-width: 560px; padding: 36px 28px; background: #fff; border: 1px solid #e6e8ec; box-shadow: 0 1px 2px rgba(7, 26, 53, .04), 0 24px 60px -40px rgba(7, 26, 53, .25); text-align: center; }
.tiles-empty .te-ic { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 14px; border-radius: 50%; background: #fff9db; color: #b45309; }
.tiles-empty .te-ic .icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.tiles-empty h3 { margin: 0; font-size: 19px; font-weight: 800; letter-spacing: -.02em; color: #181a20; }
.tiles-empty p { margin: 8px auto 18px; max-width: 44ch; font-size: 14.5px; line-height: 1.6; color: #64748b; }
@media (max-width: 640px) { .tiles-empty { padding: 26px 18px; } .tiles-empty h3 { font-size: 17px; } }
@media (max-width: 900px) { .plat-grid { gap: 16px; } }
@media (max-width: 640px) { .plat-grid { gap: 12px; margin: 18px 0 8px; } .pg-item { flex: 0 0 calc((100% - 24px) / 3); width: calc((100% - 24px) / 3); height: 118px; padding: 10px 6px; border-radius: 10px; } .pg-item::after { border-radius: 0 0 10px 10px; } .pg-ic { width: 44px; height: 44px; margin-bottom: 6px; } .pg-ic .icon, .pg-ic .plat-img { width: 36px; height: 36px; } .pg-name { font-size: 12.5px; } .pg-sub { font-size: 11.5px; } }
@media (max-width: 380px) { .pg-item { flex-basis: calc((100% - 24px) / 3); width: calc((100% - 24px) / 3); padding: 8px 4px; } .pg-name { font-size: 11px; } }
@media (prefers-reduced-motion: reduce) { .pg-item, .pg-item:hover, .pg-item::after { transition: none; transform: none; } .pg-item.active::after { transform: scaleX(1); } }
