/* ============================================================================
   DropPanel — tanıtım sitesi (droppanel.net)
   Sıcak koyu zemin + neon altın. Uygulamanın kendi token'larıyla akraba
   (dp-theme.css: --bg #181A20, --accent #F3BA2F) ama landing daha derin/karanlık.
   Yazı: Bricolage Grotesque (başlık) · Inter (gövde) · JetBrains Mono (sayı/etiket)
   ========================================================================== */

/* ── Yazı tipleri (self-host, latin + latin-ext → ş ğ ı İ) ─────────────── */
@font-face { font-family: 'Bricolage'; font-style: normal; font-weight: 200 800; font-display: swap; src: url('fonts/bricolage-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Bricolage'; font-style: normal; font-weight: 200 800; font-display: swap; src: url('fonts/bricolage-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'InterV'; font-style: normal; font-weight: 100 900; font-display: swap; src: url('fonts/inter-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'InterV'; font-style: normal; font-weight: 100 900; font-display: swap; src: url('fonts/inter-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'JBMono'; font-style: normal; font-weight: 100 800; font-display: swap; src: url('fonts/jbmono-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'JBMono'; font-style: normal; font-weight: 100 800; font-display: swap; src: url('fonts/jbmono-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* ── Token'lar ────────────────────────────────────────────────────────── */
:root {
  --bg0: #0a0b0e;          /* en derin (hero zemini) */
  --bg:  #0e1014;          /* sayfa */
  --bg2: #12141a;          /* bant */
  --s1:  #181a20;          /* uygulama zemini — kart */
  --s2:  #1e2329;          /* uygulama yüzeyi */
  --s3:  #252a33;
  --line: rgba(255,255,255,0.07);
  --line2: rgba(255,255,255,0.12);
  --text: #f4f4f5;
  --text2: #a1a1aa;
  --text3: #8a8b93;   /* ≥4.5:1 — küçük etiketler de okunur */
  --gold: #F3BA2F;
  --gold2: #ffd166;
  --gold3: #c9961a;
  --gold-rgb: 243,186,47;
  --cyan: #4aa8ff;  --cyan-rgb: 74,168,255;   /* TEK mavi: etap I çizgisi, aktif düğüm, veri vurgusu */
  --green: #0ecb81; --green-rgb: 14,203,129;
  --red: #f6465d;   --red-rgb: 246,70,93;
  --amber: #f5a524;   /* uyarı — altından (#F3BA2F) ayırt edilsin diye turuncuya kaydırıldı */
  --font-display: 'Bricolage', 'InterV', system-ui, sans-serif;
  --font-body: 'InterV', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'JBMono', ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
  --r-sm: 8px; --r: 12px; --r-lg: 18px; --r-xl: 26px;
  --wrap: 1200px;
  --nav-h: 68px;
  --ease: cubic-bezier(.22,1,.36,1);
}

/* ── Sıfırlama ────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; background: var(--bg); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; min-height: 100vh; color: var(--text); background: var(--bg);
  font-family: var(--font-body); font-size: 16px; line-height: 1.6;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; overflow-x: hidden;
  font-feature-settings: 'cv11', 'ss01', 'calt';
}
img, svg, canvas, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
h1, h2, h3, h4, p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
::selection { background: rgba(var(--gold-rgb), .28); color: #fff; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }

/* Grain — çok hafif film taneciği; yalnız hero (öbür bölümler opak, orada görünmezdi) */
.hero-bg::after {
  content: ''; position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: .05;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 .5 0'/></filter><rect width='160' height='160' filter='url(%23n)'/></svg>");
  background-size: 160px 160px;
}
.page { position: relative; z-index: 1; }

/* ── Tipografi ────────────────────────────────────────────────────────── */
.display, h1, h2 { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.028em; line-height: 1.02; font-variation-settings: 'opsz' 96; }
h1 { font-size: clamp(40px, 5.6vw, 76px); font-weight: 760; text-wrap: balance; }
h2 { text-wrap: balance; }
h2 { font-size: clamp(30px, 4.2vw, 54px); }
h3 { font-family: var(--font-display); font-size: 22px; font-weight: 640; letter-spacing: -0.015em; line-height: 1.2; }
.lead { font-size: clamp(17px, 1.35vw, 20px); line-height: 1.55; color: var(--text2); text-wrap: pretty; }
.mono { font-family: var(--font-mono); font-feature-settings: 'zero'; }
.eyebrow {
  display: block; font-family: var(--font-mono); font-size: 12px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); line-height: 1.5;
}
.eyebrow::before { content: ''; display: inline-block; vertical-align: middle; width: 22px; height: 1px; margin-right: 10px; margin-top: -2px; background: linear-gradient(90deg, transparent, var(--gold)); }
.eyebrow .n { color: var(--text3); margin-right: .35em; }
.eyebrow-hero { color: var(--text2); } .eyebrow-hero .hl { color: var(--gold); }
.gold-text { background: linear-gradient(92deg, #ffe08a 0%, var(--gold) 38%, #e0a11a 62%, #ffd66b 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.dim { color: var(--text2); }

/* ── Yerleşim ─────────────────────────────────────────────────────────── */
.wrap { width: min(var(--wrap), 100% - 48px); margin-inline: auto; }
.section { position: relative; padding: clamp(80px, 10vw, 140px) 0; }
.section-head { max-width: 760px; margin-bottom: clamp(40px, 5vw, 64px); }
.section-head h2 { margin-top: 18px; }
.center .eyebrow, .section-head.center .eyebrow { text-align: center; }
.section-head .lead { margin-top: 18px; max-width: 640px; }
.center, .section-head.center { text-align: center; }
.center .section-head, .section-head.center { margin-inline: auto; }
.center .section-head .lead, .section-head.center .lead { margin-inline: auto; }

/* ── Düğmeler ─────────────────────────────────────────────────────────── */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 600; font-size: 15px; letter-spacing: -0.005em;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .25s, color .25s, border-color .25s;
  white-space: nowrap; user-select: none;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn svg { width: 18px; height: 18px; flex: 0 0 auto; }
.btn-gold {
  color: #1a1405; background: linear-gradient(180deg, #ffd15c 0%, var(--gold) 55%, #e2a61c 100%);
  box-shadow: 0 1px 0 rgba(255,255,255,.35) inset, 0 -1px 0 rgba(0,0,0,.15) inset, 0 8px 28px -8px rgba(var(--gold-rgb), .55), 0 0 0 1px rgba(var(--gold-rgb), .35);
}
.btn-gold:hover { transform: translateY(-1px); box-shadow: 0 1px 0 rgba(255,255,255,.4) inset, 0 -1px 0 rgba(0,0,0,.15) inset, 0 14px 40px -8px rgba(var(--gold-rgb), .7), 0 0 0 1px rgba(var(--gold-rgb), .5); }
.btn-ghost { color: var(--text); background: rgba(255,255,255,.05); border: 1px solid var(--line2); }
.btn-ghost:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); transform: translateY(-1px); }
.btn-lg { height: 54px; padding: 0 28px; font-size: 16px; }
.btn-sm { height: 40px; padding: 0 16px; font-size: 14px; }
.btn .arrow { transition: transform .35s var(--ease); }
.btn:hover .arrow { transform: translateX(3px); }

/* ── Kart yüzeyi (gradient kenar) ─────────────────────────────────────── */
.card {
  position: relative; border-radius: var(--r-lg); background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012)) , var(--s1);
  border: 1px solid var(--line);
}
.card::before { /* üst kenarda ince ışık */
  content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.08), transparent 30%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; padding: 1px;
}

/* ── Ortaya çıkma (scroll reveal) ─────────────────────────────────────── */
.js .rv { opacity: 0; transform: translateY(18px); transition: opacity .8s var(--ease), transform .9s var(--ease); }
.rv.in { opacity: 1; transform: none; }
.rv[data-delay="1"] { transition-delay: .08s; } .rv[data-delay="2"] { transition-delay: .16s; } .rv[data-delay="3"] { transition-delay: .24s; } .rv[data-delay="4"] { transition-delay: .32s; } .rv[data-delay="5"] { transition-delay: .4s; }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; transition: none; } .hc-core::after, .jr-core::after, .ph-toast, .hc-line::after, .jr-line::after { animation: none !important; transition: none !important; } .ph-toast { opacity: 1; } }

.skip { position: absolute; left: 12px; top: -48px; z-index: 60; padding: 10px 14px; border-radius: 8px; background: var(--gold); color: #1a1405; font-weight: 600; transition: top .2s; }
.skip:focus { top: 12px; }

/* ── Üst çubuk ────────────────────────────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50; height: var(--nav-h);
  display: flex; align-items: center; transition: background .35s, border-color .35s, backdrop-filter .35s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled { background: rgba(10,11,14,.72); backdrop-filter: blur(16px) saturate(1.3); -webkit-backdrop-filter: blur(16px) saturate(1.3); border-color: var(--line); }
.nav .wrap { display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; padding: 6px 0; font-family: var(--font-display); font-weight: 700; font-size: 19px; letter-spacing: -0.02em; }
.brand img { width: 34px; height: 28px; object-fit: contain; filter: drop-shadow(0 0 10px rgba(var(--gold-rgb), .35)); }
.brand b { color: var(--gold); font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 4px; margin-left: 12px; }
.nav-links a { padding: 8px 12px; border-radius: 8px; font-size: 14px; color: var(--text2); transition: color .2s, background .2s; white-space: nowrap; }
@media (max-width: 1100px) { .nav-links { gap: 0; margin-left: 4px; } .nav-links a { padding: 11px 9px; font-size: 13.5px; } }
@media (max-width: 960px) { .nav-cta .login { display: none; } }
.nav-links a:hover { color: var(--text); background: rgba(255,255,255,.05); }
.nav-links a.is-active { color: var(--gold); }
.nav-cta { margin-left: auto; display: flex; align-items: center; gap: 10px; }
/* Dil seçici — iki dilli tek yüzey (uygulamadaki Ayarlar › Dil ile aynı ikili) */
.lang { display: inline-flex; align-items: center; padding: 3px; border-radius: 999px; border: 1px solid var(--line2); background: rgba(255,255,255,.03); }
.lang a { min-width: 40px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-family: var(--font-mono); font-size: 11.5px; font-weight: 500; letter-spacing: .06em; color: var(--text3); transition: color .2s, background .2s; }
.lang a:hover { color: var(--text); }
.lang a.is-on { color: #1a1405; background: linear-gradient(180deg, #ffd15c, var(--gold)); }
@media (max-width: 1100px) { .lang a { height: 38px; } }
.lang-m { align-self: flex-start; margin-top: 14px; }
.lang-m a { min-width: 52px; height: 40px; font-size: 13px; }
.nav-cta .login { font-size: 14px; color: var(--text2); padding: 8px 12px; }
.nav-cta .login:hover { color: var(--text); }
.nav-burger { display: none; width: 42px; height: 42px; margin-left: auto; border-radius: 10px; border: 1px solid var(--line2); align-items: center; justify-content: center; }
.nav-burger svg { width: 20px; height: 20px; }
.nav-menu { display: none; }
@media (max-width: 900px) {
  .nav-links, .nav-cta { display: none; }
  .nav-burger { display: inline-flex; }
  .nav-menu { display: none; position: fixed; top: var(--nav-h); left: 0; right: 0; bottom: 0; z-index: 49; background: rgba(10,11,14,.98); padding: 20px 24px 40px; flex-direction: column; gap: 6px; overflow-y: auto; overscroll-behavior: contain; touch-action: pan-y; }
  .nav-menu.open { display: flex; }
  .nav-menu a { padding: 14px 8px; border-bottom: 1px solid var(--line); font-size: 18px; font-family: var(--font-display); font-weight: 600; }
  .nav-menu .btn { margin-top: 18px; align-self: flex-start; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════════════════════════ */
.hero { position: relative; min-height: clamp(640px, 100svh, 960px); padding: calc(var(--nav-h) + 56px) 0 72px; display: flex; flex-direction: column; justify-content: center; overflow: clip; background: var(--bg0); isolation: isolate; }
.hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-glow { position: absolute; inset: -30% -10% auto; height: 80vh; filter: blur(48px); opacity: .9;
  background: radial-gradient(52% 46% at 68% 20%, rgba(var(--gold-rgb), .20) 0%, rgba(var(--gold-rgb), .05) 45%, transparent 72%),
              radial-gradient(30% 28% at 18% 30%, rgba(var(--cyan-rgb), .06) 0%, transparent 70%); }
.hero-grid { position: absolute; inset: 0; opacity: .5;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px; -webkit-mask-image: radial-gradient(70% 60% at 50% 40%, #000 20%, transparent 100%); mask-image: radial-gradient(70% 60% at 50% 40%, #000 20%, transparent 100%); }
.hero-globe { position: absolute; right: -6vw; top: 50%; width: min(66vw, 980px); height: min(66vw, 980px); transform: translateY(-50%); pointer-events: auto; touch-action: pan-y; }
.hero-inner { pointer-events: none; } .hero-inner > * { pointer-events: auto; }
.hero-vignette { position: absolute; inset: 0; background: linear-gradient(90deg, var(--bg0) 0%, rgba(10,11,14,.85) 22%, rgba(10,11,14,.15) 48%, transparent 60%), linear-gradient(180deg, transparent 70%, var(--bg) 100%); }
.hero-inner { position: relative; z-index: 1; min-width: 0; align-self: center; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 40px; align-items: center; }
.hero-copy { max-width: 640px; }
.hero-copy h1 { margin-top: 22px; }
.hero-copy .lead { margin-top: 24px; max-width: 560px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-trust { display: flex; flex-direction: column; gap: 9px; margin-top: 26px; font-size: 13.5px; color: var(--text2); }
.hero-trust li { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust svg { width: 14px; height: 14px; color: var(--gold); }
.hero-legend { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); z-index: 1; display: flex; gap: 22px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--text3); white-space: nowrap; }
.hero-legend span { display: inline-flex; align-items: center; gap: 8px; }
.lg { width: 18px; height: 2px; border-radius: 2px; }
.lg-cyan { background: var(--cyan); }
.lg-gold { background: var(--gold); box-shadow: 0 0 8px rgba(var(--gold-rgb), .7); }
.lg-green { background: var(--green); }

/* Sahne: kart + HUD çipleri */
.hero-stage { position: relative; height: 420px; }
.hcard {
  position: absolute; right: 0; top: 50%; translate: 0 -50%; width: min(100%, 520px);
  border-radius: 16px; padding: 16px 18px 14px; background: linear-gradient(180deg, rgba(34,39,48,.92), rgba(22,26,33,.94));
  border: 1px solid rgba(255,255,255,.1); box-shadow: 0 30px 80px -20px rgba(0,0,0,.7), 0 0 0 1px rgba(var(--gold-rgb), .06), 0 0 60px -10px rgba(var(--gold-rgb), .18);
  transition: transform .5s var(--ease); will-change: transform;
}
.hcard::before { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; pointer-events: none;
  background: linear-gradient(135deg, rgba(var(--gold-rgb), .55), rgba(255,255,255,.06) 40%, rgba(255,255,255,.04) 70%, rgba(var(--gold-rgb), .25));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.hc-head { display: flex; align-items: flex-start; gap: 12px; }
.hc-flag { font-size: 10.5px; font-weight: 700; letter-spacing: .06em; line-height: 1; margin-top: 3px; padding: 5px 6px; border-radius: 6px; color: var(--gold); background: rgba(var(--gold-rgb), .12); border: 1px solid rgba(var(--gold-rgb), .3); }
.cc { font-size: 10px; font-weight: 700; letter-spacing: .06em; padding: 3px 5px; border-radius: 5px; color: var(--gold); background: rgba(var(--gold-rgb), .12); border: 1px solid rgba(var(--gold-rgb), .3); }
.hc-id-wrap { display: flex; flex-direction: column; gap: 3px; min-width: 0; flex: 0 1 auto; }
.hc-id-row { display: flex; align-items: center; gap: 8px; flex-wrap: nowrap; }
@media (max-width: 480px) { .hc-id-row { flex-wrap: wrap; } }
.hc-id { font-size: 13px; font-weight: 600; letter-spacing: .01em; white-space: nowrap; }
.hc-tag { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; padding: 2px 7px; border-radius: 999px; background: rgba(255,255,255,.06); color: var(--text2); }
.hc-tag svg { width: 9px; height: 9px; }
.hc-meta { font-size: 11px; color: var(--text3); }
.hc-badges { margin-left: auto; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; justify-content: flex-end; flex: 1 1 120px; }
.hc-status { font-size: 11px; font-weight: 600; padding: 3px 9px 3px 8px; border-radius: 999px; display: inline-flex; align-items: center; gap: 6px; transition: background .4s, color .4s; }
.hc-status::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 8px currentColor; }
.hc-status.is-active { color: var(--cyan); background: rgba(var(--cyan-rgb), .12); }
.hc-status.is-warn { color: var(--amber); background: rgba(245,165,36,.12); }
.hc-status.is-done { color: var(--green); background: rgba(var(--green-rgb), .12); }
.hc-chip { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; padding: 3px 8px; border-radius: 999px; background: rgba(255,255,255,.05); color: var(--text2); font-family: var(--font-mono); }
.hc-chip svg { width: 11px; height: 11px; }
.hc-chip.is-ok { color: var(--green); background: rgba(var(--green-rgb), .1); }
.hc-flow { position: relative; margin: 22px 6px 6px; height: 74px; }
.hc-track { position: absolute; left: 22px; right: 22px; top: 21px; display: flex; gap: 0; }
.hc-line { flex: 1; height: 2px; background: rgba(255,255,255,.08); position: relative; overflow: hidden; border-radius: 2px; margin: 0 24px; }
.hc-line::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--green), #34e0a1); transform: scaleX(0); transform-origin: left; transition: transform .9s var(--ease); }
.hc-line.is-done::after { transform: scaleX(1); }
.hc-nodes { position: absolute; inset: 0; display: flex; justify-content: space-between; }
.hc-node { display: flex; flex-direction: column; align-items: center; gap: 8px; width: 44px; }
.hc-core { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: #1b1f27; border: 1.5px solid rgba(255,255,255,.1); color: var(--text3); transition: all .5s var(--ease); position: relative; }
.hc-core svg { width: 17px; height: 17px; }
.hc-core::after { content: ''; position: absolute; inset: -6px; border-radius: 50%; border: 1px solid transparent; transition: all .5s; }
.hc-node.is-done .hc-core { color: var(--green); border-color: rgba(var(--green-rgb), .5); background: rgba(var(--green-rgb), .1); }
.hc-node.is-active .hc-core { color: var(--cyan); border-color: rgba(var(--cyan-rgb), .6); background: rgba(var(--cyan-rgb), .12); box-shadow: 0 0 20px -2px rgba(var(--cyan-rgb), .55); }
.hc-node.is-active .hc-core::after { border-color: rgba(var(--cyan-rgb), .35); animation: hcPulse 1.8s ease-out infinite; }
.hc-node.is-warn .hc-core { color: var(--amber); border-color: rgba(245,165,36,.6); background: rgba(245,165,36,.12); box-shadow: 0 0 20px -2px rgba(245,165,36,.55); }
.hc-node.is-warn .hc-core::after { border-color: rgba(245,165,36,.4); animation: hcPulse 1.6s ease-out infinite; }
@keyframes hcPulse { 0% { transform: scale(.85); opacity: 1; } 100% { transform: scale(1.35); opacity: 0; } }
.hc-lbl { font-size: 10.5px; color: var(--text3); white-space: nowrap; letter-spacing: .01em; }
.hc-node.is-done .hc-lbl, .hc-node.is-active .hc-lbl, .hc-node.is-warn .hc-lbl { color: var(--text2); }
.hc-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.06); }
.hc-now { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.hc-stage { font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); }
.hc-loc { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; color: var(--text2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hc-loc svg { width: 12px; height: 12px; color: var(--text3); flex: 0 0 auto; }
.hc-fresh { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; color: var(--text3); white-space: nowrap; }
.hc-fresh svg { width: 11px; height: 11px; }

.hud { position: absolute; display: flex; align-items: center; gap: 10px; padding: 10px 14px 10px 10px; border-radius: 12px; background: rgba(20,22,28,.96); border: 1px solid rgba(255,255,255,.1); box-shadow: 0 16px 40px -14px rgba(0,0,0,.8);
  opacity: 0; transform: translateY(10px) scale(.98); transition: opacity .6s var(--ease), transform .7s var(--ease); pointer-events: none; max-width: 250px; }
.hud.show { opacity: 1; transform: none; }
.hud b { display: block; font-size: 12.5px; font-weight: 600; letter-spacing: -0.005em; }
.hud span { display: block; font-size: 12px; color: var(--text2); line-height: 1.4; margin-top: 2px; }
.hud-ic { width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center; flex: 0 0 auto; }
.hud-ic svg { width: 16px; height: 16px; }
.hud-ic.gold { color: var(--gold); background: rgba(var(--gold-rgb), .12); box-shadow: 0 0 16px -4px rgba(var(--gold-rgb), .7); }
.hud-ic.cyan { color: var(--cyan); background: rgba(var(--cyan-rgb), .12); box-shadow: 0 0 16px -4px rgba(var(--cyan-rgb), .7); }
.hud-ic.red { color: var(--red); background: rgba(var(--red-rgb), .12); box-shadow: 0 0 16px -4px rgba(var(--red-rgb), .7); }
.hud-a { left: -34px; top: -8px; }
.hud-b { right: -26px; bottom: -8px; }
.hud-c { left: -34px; bottom: -6px; }
@media (max-width: 1100px) { .hud-a { left: 0; top: -14px; } .hud-b { display: none; } }
@media (max-width: 1000px) {
  .hero { padding-top: calc(var(--nav-h) + 28px); min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; gap: 28px; }
  .hero-copy { max-width: none; }
  .hero-globe { right: auto; left: 50%; top: 32%; width: 130vw; height: 130vw; transform: translate(-50%, -50%); opacity: .72; }
  .hero-vignette { background: linear-gradient(180deg, rgba(10,11,14,.2) 0%, rgba(10,11,14,.55) 40%, var(--bg) 100%); }
  /* YAZI PERDESİ: küre açıldığı için metin bandı ayrıca korunur (ölçüm: en parlak
     noktada kontrast 1.79 idi). Perde METNİN arkasında; küre çevrede parlak kalır. */
  .hero-copy { position: relative; }
  .hero-copy::before {
    content: ""; position: absolute; inset: -18px -14px -10px;
    background: radial-gradient(120% 78% at 30% 45%, rgba(10,11,14,.90) 0%, rgba(10,11,14,.74) 52%, rgba(10,11,14,0) 100%);
    z-index: -1; pointer-events: none; border-radius: 22px;
  }
  .hero-stage { height: auto; margin-top: 12px; }
  .hcard { position: relative; top: auto; translate: none; transform: none; width: 100%; }
  .hud { position: static; margin-top: 10px; max-width: none; opacity: 1; transform: none; transition: opacity .6s var(--ease); }
  .hud-b { display: flex; }
  .hud:not(.show) { opacity: .4; }
  .hero-legend { position: static; transform: none; justify-content: center; flex-wrap: wrap; gap: 10px 18px; margin-top: 26px; }
  .hero-globe { pointer-events: none; } /* telefonda dekoratif; dikey kaydırmayı yutmasın */
  .hc-core { width: 36px; height: 36px; }
  .hc-flow { margin: 20px 0 4px; }
  .hc-track { top: 18px; left: 18px; right: 18px; }
  .hc-line { margin: 0 20px; }
}
@media (max-width: 560px) { .hc-lbl { font-size: 9.5px; } }
@media (max-width: 480px) { .hc-badges { flex-basis: 100%; justify-content: flex-start; margin-left: 0; } .hc-head { flex-wrap: wrap; } .hc-badges .hc-chip:not(.is-ok) { display: none; } .hc-lbl { display: none; } .hc-flow { height: 44px; } .hc-line { margin: 0 14px; } .hc-track { left: 16px; right: 16px; top: 17px; } .hc-core { width: 34px; height: 34px; } }

/* ═══════════════════════════════════════════════════════════════════════════
   SAYI ŞERİDİ
   ═══════════════════════════════════════════════════════════════════════ */
.proof { position: relative; padding: 36px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg2); }
.proof-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.proof-row li { display: flex; flex-direction: column; gap: 4px; padding-left: 16px; border-left: 1px solid var(--line2); }
.proof-row b { font-size: 26px; font-weight: 600; letter-spacing: -0.02em; color: var(--text); font-variant-numeric: tabular-nums; }
.proof-row span { font-size: 12.5px; color: var(--text3); line-height: 1.35; }
@media (max-width: 1000px) { .proof-row { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .proof-row { grid-template-columns: repeat(2, 1fr); gap: 18px 12px; } .proof-row b { font-size: 22px; } }

/* ═══════════════════════════════════════════════════════════════════════════
   YOLCULUK
   ═══════════════════════════════════════════════════════════════════════ */
.journey { background: var(--bg); }
.jr-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 56px; align-items: start; }
.jr-sticky { position: sticky; top: max(calc(var(--nav-h) + 24px), calc(50vh - 210px)); }
.jr-pin { padding: 22px 22px 20px; overflow: hidden; }
.jr-pin::after {
  content: ''; position: absolute; top: -40%; bottom: -40%; width: 30%; left: calc(var(--x, 0%) - 15%); pointer-events: none;
  background: radial-gradient(50% 50% at 50% 50%, rgba(var(--gold-rgb), .12), transparent 70%); transition: left .8s var(--ease); }
.jr-pin[data-stage="0"] { --x: 8%; } .jr-pin[data-stage="1"] { --x: 25%; } .jr-pin[data-stage="2"] { --x: 42%; } .jr-pin[data-stage="3"] { --x: 58%; } .jr-pin[data-stage="4"] { --x: 75%; } .jr-pin[data-stage="5"] { --x: 92%; }
.jr-pin-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.jr-etap { display: inline-flex; gap: 14px; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; }
.jr-etap-i { color: var(--cyan); } .jr-etap-ii { color: var(--gold); }
.jr-etap span { transition: opacity .4s; }
.jr-pin[data-stage="0"] .jr-etap-ii, .jr-pin[data-stage="1"] .jr-etap-ii { opacity: .35; }
.jr-pin[data-stage="2"] .jr-etap-i, .jr-pin[data-stage="3"] .jr-etap-i, .jr-pin[data-stage="4"] .jr-etap-i, .jr-pin[data-stage="5"] .jr-etap-i { opacity: .35; }
.jr-flow { display: flex; align-items: flex-start; margin: 26px 0 8px; }
.jr-node { display: flex; flex-direction: column; align-items: center; gap: 9px; width: 56px; flex: 0 0 auto; }
.jr-core { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: #1b1f27; border: 1.5px solid rgba(255,255,255,.1); color: var(--text3); transition: all .6s var(--ease); position: relative; }
.jr-core svg { width: 20px; height: 20px; }
.jr-core::after { content: ''; position: absolute; inset: -7px; border-radius: 50%; border: 1px solid transparent; }
.jr-node.is-done .jr-core { color: var(--green); border-color: rgba(var(--green-rgb), .5); background: rgba(var(--green-rgb), .1); }
.jr-node.is-active .jr-core { color: #1a1405; border-color: var(--gold); background: linear-gradient(180deg, #ffd15c, var(--gold)); box-shadow: 0 0 28px -2px rgba(var(--gold-rgb), .7); transform: scale(1.06); }
.jr-node.is-active .jr-core::after { border-color: rgba(var(--gold-rgb), .4); animation: hcPulse 1.8s ease-out infinite; }
.jr-lbl { font-size: 11px; color: var(--text3); white-space: nowrap; }
.jr-node.is-done .jr-lbl { color: var(--text2); } .jr-node.is-active .jr-lbl { color: var(--gold); font-weight: 600; }
.jr-line { flex: 1; height: 2px; margin-top: 23px; background: rgba(255,255,255,.08); position: relative; overflow: hidden; border-radius: 2px; }
.jr-line::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--green), #34e0a1); transform: scaleX(0); transform-origin: left; transition: transform .8s var(--ease); }
.jr-line.is-done::after { transform: scaleX(1); }
.jr-panels { position: relative; margin-top: 22px; min-height: 196px; }
.jr-panel { position: absolute; inset: 0; opacity: 0; transform: translateY(8px); transition: opacity .5s var(--ease), transform .6s var(--ease); pointer-events: none; }
.jr-panel.show { opacity: 1; transform: none; pointer-events: auto; position: relative; }
.jr-mock { border-radius: 12px; background: rgba(0,0,0,.25); border: 1px solid var(--line); overflow: hidden; }
.mk-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 14px; font-size: 13px; border-bottom: 1px solid var(--line); }
.mk-row:last-child { border-bottom: 0; }
.mk-row.warn { background: rgba(245,165,36,.05); } .mk-row.ai { background: rgba(var(--gold-rgb), .05); }
.mk-k { color: var(--text3); font-size: 12px; white-space: nowrap; display: inline-flex; align-items: center; gap: 6px; }
.mk-v { color: var(--text); display: inline-flex; align-items: center; gap: 7px; text-align: right; }
.mk-v.dim { color: var(--text3); font-style: italic; }
.mk-v b.ok, .ok { color: var(--green); }
.mk-dot { width: 7px; height: 7px; border-radius: 50%; display: inline-block; flex: 0 0 auto; }
.mk-dot.ok { background: var(--green); } .mk-dot.warn { background: var(--amber); } .mk-dot.red { background: var(--red); }
.mk-ai { width: 13px; height: 13px; color: var(--gold); flex: 0 0 auto; }
.jr-note { margin-top: 12px; font-size: 13px; color: var(--text2); line-height: 1.55; }
.jr-steps { display: flex; flex-direction: column; gap: 0; padding-top: 6px; }
.jr-step { position: relative; padding: 32px 0 32px 68px; border-bottom: 1px solid var(--line); transition: opacity .4s; opacity: .45; }
.jr-step.is-current { opacity: 1; }
.jr-step:last-child { border-bottom: 0; }
.jr-num { position: absolute; left: 0; top: 34px; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; font-size: 13px; color: var(--text3); border: 1px solid var(--line2); background: var(--s1); transition: all .4s; }
.jr-step.is-current .jr-num { color: #1a1405; background: var(--gold); border-color: var(--gold); box-shadow: 0 0 20px -4px rgba(var(--gold-rgb), .7); }
.jr-step h3 { font-size: 21px; }
.jr-step p { margin-top: 10px; color: var(--text2); font-size: 15px; line-height: 1.6; }
@media (max-width: 960px) {
  .jr-grid { grid-template-columns: 1fr; gap: 28px; }
  .jr-sticky { position: sticky; top: calc(var(--nav-h) + 8px); z-index: 2; }
  .jr-pin { padding: 16px; }
  .jr-node { width: 44px; } .jr-core { width: 40px; height: 40px; } .jr-core svg { width: 17px; height: 17px; } .jr-line { margin-top: 19px; }
  .jr-panels { min-height: 0; }
  .jr-step { padding: 26px 0 26px 60px; opacity: 1; }
  .jr-num { top: 26px; }
  .jr-step h3 { font-size: 19px; }
}
@media (max-width: 560px) { .jr-lbl { font-size: 9.5px; } }
@media (max-width: 960px) and (max-height: 560px) { .jr-sticky { position: static; } } /* yatay telefon: pano viewporta sığmaz, adımları örtmesin */
@media (max-width: 520px) { .jr-lbl { display: none; } .jr-node { width: 36px; } .jr-core { width: 34px; height: 34px; } .jr-core svg { width: 15px; height: 15px; } .jr-line { margin-top: 16px; } .jr-note { display: none; } .mk-row { font-size: 12px; padding: 9px 11px; } .jr-etap { display: none; } }

/* ═══════════════════════════════════════════════════════════════════════════
   BENTO
   ═══════════════════════════════════════════════════════════════════════ */
.features { background: linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%); }
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.bento .card { padding: 22px 22px 20px; display: flex; flex-direction: column; gap: 12px; transition: border-color .3s, transform .5s var(--ease), background .3s; overflow: hidden; }
.bento .card:hover { border-color: rgba(var(--gold-rgb), .28); }
.bento .card > p { color: var(--text2); font-size: 14px; line-height: 1.55; }
.bento .card > p em { color: var(--text); font-style: normal; font-weight: 500; }
.b-head { display: flex; align-items: center; gap: 12px; }
.b-ic { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; background: rgba(var(--gold-rgb), .1); color: var(--gold); box-shadow: inset 0 0 0 1px rgba(var(--gold-rgb), .18); flex: 0 0 auto; }
.b-ic svg { width: 18px; height: 18px; }
.b-head h3 { font-size: 18px; }
.b-map { grid-column: span 4; }
.b-metrics { grid-column: span 2; }
.b-money { grid-column: span 2; }
.b-return { grid-column: span 2; }
.b-msg { grid-column: span 2; }
.b-push { grid-column: span 2; }
.b-store { grid-column: span 2; }
.b-excel { grid-column: span 2; }
.b-map-wrap { position: relative; margin-top: 4px; border-radius: 12px; overflow: hidden; background: radial-gradient(80% 90% at 50% 40%, rgba(24,26,32,1), rgba(10,11,14,1)); border: 1px solid var(--line); aspect-ratio: 16 / 7.2; }
#flatmap { width: 100%; height: 100%; }
.b-map-tag { position: absolute; left: 12px; bottom: 10px; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); background: rgba(10,11,14,.6); padding: 4px 8px; border-radius: 6px; border: 1px solid rgba(var(--gold-rgb), .2); }
.mchips { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 4px; }
.mchips li { display: flex; flex-direction: column; gap: 2px; padding: 8px 10px; border-radius: 10px; background: rgba(255,255,255,.035); border: 1px solid var(--line); font-size: 10.5px; color: var(--text3); line-height: 1.25; }
.mchips b { font-size: 16px; font-weight: 600; color: var(--text); }
.mchips li.red b { color: var(--red); } .mchips li.amber b { color: var(--amber); } .mchips li.green b { color: var(--green); }
.tchips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; padding-top: 12px; border-top: 1px solid var(--line); }
.tchips span { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; padding: 5px 9px; border-radius: 999px; background: rgba(255,255,255,.04); border: 1px solid var(--line); color: var(--text2); }
.tchips span b { font-family: var(--font-mono); font-size: 10.5px; padding: 0 5px; border-radius: 999px; background: rgba(245,165,36,.15); color: var(--amber); }
.tchips span.amber { color: var(--amber); border-color: rgba(245,165,36,.3); }
.mini-rows { display: flex; flex-direction: column; gap: 6px; margin-top: 10px; }
.mini-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 10px; background: rgba(255,255,255,.03); border: 1px solid var(--line); font-size: 12px; color: var(--text2); }
.mini-row .mono { color: var(--text); font-size: 11.5px; }
.mini-row .mr-flow { display: flex; gap: 3px; }
.mini-row .mr-flow i { width: 14px; height: 3px; border-radius: 2px; background: rgba(255,255,255,.1); }
.mini-row .mr-flow i.d { background: var(--green); } .mini-row .mr-flow i.a { background: var(--amber); } .mini-row .mr-flow i.b { background: var(--cyan); }
.mini-row .st { font-size: 10.5px; font-weight: 600; padding: 2px 7px; border-radius: 999px; }
.mini-row .st.w { color: var(--amber); background: rgba(245,165,36,.12); } .mini-row .st.a { color: var(--cyan); background: rgba(var(--cyan-rgb), .12); }
.money-mock { margin-top: 4px; border-radius: 12px; background: rgba(0,0,0,.25); border: 1px solid var(--line); padding: 12px 14px; }
.mm-top { display: flex; align-items: baseline; gap: 10px; font-size: 12px; color: var(--text3); }
.mm-top b { font-size: 20px; font-weight: 600; letter-spacing: -0.02em; }
.mm-delta { font-size: 11px; color: var(--green); }
.mm-bars { display: flex; align-items: flex-end; gap: 5px; height: 64px; margin: 12px 0 10px; }
.mm-bars i { flex: 1; height: var(--h); border-radius: 3px 3px 0 0; background: linear-gradient(180deg, rgba(var(--gold-rgb), .55), rgba(var(--gold-rgb), .12)); }
.mm-bars i.cur { background: linear-gradient(180deg, var(--gold2), var(--gold)); box-shadow: 0 0 14px -2px rgba(var(--gold-rgb), .8); }
.mm-row { display: flex; justify-content: space-between; gap: 8px; font-size: 11.5px; padding-top: 10px; border-top: 1px solid var(--line); }
.ret-mock { margin-top: 4px; border-radius: 12px; background: rgba(0,0,0,.25); border: 1px solid var(--line); padding: 6px 14px 12px; }
.rm-line { display: flex; justify-content: space-between; padding: 7px 0; font-size: 13px; color: var(--text2); border-bottom: 1px dashed var(--line); }
.rm-line b { color: var(--text); font-weight: 500; }
.rm-line.total { border-bottom: 0; color: var(--text); font-weight: 600; padding-top: 9px; }
.rm-line.total b { color: var(--red); }
.red { color: var(--red); } .amber { color: var(--amber); }
.rm-hint { display: flex; gap: 8px; align-items: flex-start; margin-top: 8px; padding: 9px 10px; border-radius: 9px; background: rgba(var(--gold-rgb), .07); border: 1px solid rgba(var(--gold-rgb), .18); font-size: 12px; color: var(--text2); line-height: 1.4; }
.rm-hint svg { width: 14px; height: 14px; color: var(--gold); flex: 0 0 auto; margin-top: 2px; }
.msg-mock { margin-top: 4px; display: flex; flex-direction: column; gap: 8px; }
.msg { font-size: 12.5px; line-height: 1.5; padding: 10px 12px; border-radius: 12px; max-width: 92%; }
.msg.in { background: rgba(255,255,255,.06); border: 1px solid var(--line); align-self: flex-start; color: var(--text2); font-style: italic; }
.msg.out { background: rgba(var(--gold-rgb), .09); border: 1px solid rgba(var(--gold-rgb), .2); align-self: flex-end; }
.msg-tr { display: block; margin-top: 8px; padding-top: 8px; border-top: 1px dashed rgba(var(--gold-rgb), .25); color: var(--text2); font-size: 11.5px; }
.msg-tri { display: flex; flex-wrap: wrap; gap: 6px; }
.msg-tri .t { font-size: 11px; padding: 3px 8px; border-radius: 999px; background: rgba(255,255,255,.05); border: 1px solid var(--line2); color: var(--text2); }
.msg-tri .t.red { color: var(--red); border-color: rgba(var(--red-rgb), .35); background: rgba(var(--red-rgb), .08); }
.msg-tri .t.amber { color: var(--amber); border-color: rgba(245,165,36,.35); background: rgba(245,165,36,.08); }
.push-mock { margin-top: 4px; display: flex; flex-direction: column; gap: 8px; }
.pm-item { padding: 10px 12px; border-radius: 12px; background: rgba(255,255,255,.05); border: 1px solid var(--line2); display: flex; flex-direction: column; gap: 2px; }
.pm-item.dim2 { opacity: .7; }
.pm-app { font-size: 10.5px; color: var(--text3); letter-spacing: .02em; }
.pm-item b { font-size: 13px; font-weight: 600; }
.pm-item span:last-child { font-size: 12px; color: var(--text2); }
.store-mock { margin-top: 4px; display: flex; flex-direction: column; gap: 6px; }
.sm-total { display: flex; justify-content: space-between; padding: 8px 11px 0; font-size: 12px; color: var(--text3); }
.sm-total b { color: var(--text); font-weight: 600; }
.sm-row { display: grid; grid-template-columns: 76px 1fr auto; align-items: center; gap: 10px; padding: 9px 11px; border-radius: 10px; border: 1px solid var(--line); background: rgba(255,255,255,.03); font-size: 12.5px; }
.sm-row.cur { border-color: rgba(var(--gold-rgb), .35); background: rgba(var(--gold-rgb), .06); }
.sm-name { color: var(--text2); } .sm-row.cur .sm-name { color: var(--text); font-weight: 500; }
.sm-bar { height: 6px; border-radius: 3px; background: rgba(255,255,255,.06); overflow: hidden; }
.sm-bar i { display: block; height: 100%; width: var(--w); border-radius: 3px; background: linear-gradient(90deg, var(--gold3), var(--gold)); }
.xl-mock { margin-top: 4px; border-radius: 12px; border: 1px solid var(--line); overflow: hidden; font-size: 11px; }
.xl-r { display: grid; grid-template-columns: 1.35fr 1.1fr .8fr 1.15fr; gap: 6px; padding: 7px 10px; border-bottom: 1px solid var(--line); color: var(--text2); white-space: nowrap; overflow: hidden; }
.xl-r.h { background: rgba(255,255,255,.05); color: var(--text); font-weight: 600; }
.xl-map { display: flex; justify-content: space-between; gap: 8px; padding: 8px 10px; background: rgba(0,0,0,.25); font-size: 10.5px; flex-wrap: wrap; }
@media (max-width: 1100px) { .bento { grid-template-columns: repeat(2, 1fr); } .bento .card { grid-column: span 1; } .bento .card.b-map { grid-column: span 2; } }
@media (max-width: 640px) { .bento { grid-template-columns: 1fr; } .bento .card, .bento .card.b-map { grid-column: span 1; } .b-map-wrap { aspect-ratio: 16 / 9; } }

/* ═══════════════════════════════════════════════════════════════════════════
   AI
   ═══════════════════════════════════════════════════════════════════════ */
.ai { background: var(--bg2); overflow: clip; } /* hidden yapışkan kartı KIRIYORDU (kaydırma kabı olur) */
.ai::before { content: ''; position: absolute; right: -10%; top: 10%; width: 50%; height: 70%; pointer-events: none; filter: blur(60px);
  background: radial-gradient(50% 50% at 50% 50%, rgba(var(--gold-rgb), .12), transparent 70%); }
.ai-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; align-items: start; position: relative; }
.ai-copy h2 { margin-top: 18px; }
.ai-copy .lead { margin-top: 18px; }
.ai-list { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 18px; margin-top: 30px; }
.ai-list li { display: grid; grid-template-columns: 30px 1fr; grid-template-rows: auto auto; column-gap: 8px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.ai-list svg { grid-row: span 2; width: 18px; height: 18px; color: var(--gold); margin-top: 3px; }
.ai-list b { font-size: 14px; font-weight: 600; }
.ai-list span { font-size: 12.5px; color: var(--text3); line-height: 1.4; }
.ai-stage { position: sticky; top: calc(var(--nav-h) + 24px); }
.ai-card { padding: 22px 22px 18px; transition: transform .5s var(--ease); }
.ai-card-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.ai-badge { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; color: var(--gold); padding: 5px 10px; border-radius: 999px; background: rgba(var(--gold-rgb), .1); border: 1px solid rgba(var(--gold-rgb), .25); }
.ai-badge svg { width: 13px; height: 13px; }
.ai-sec { padding: 12px 0; border-top: 1px solid var(--line); }
.ai-k { display: block; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .14em; color: var(--gold); margin-bottom: 6px; }
.ai-sec p { font-size: 14px; color: var(--text2); line-height: 1.55; }
.ai-sec p b { color: var(--amber); }
.ai-btn { margin-top: 10px; display: inline-flex; align-items: center; gap: 7px; height: 34px; padding: 0 12px; border-radius: 8px; font-size: 12.5px; font-weight: 600; color: var(--text); background: rgba(255,255,255,.06); border: 1px solid var(--line2); }
.ai-btn svg { width: 14px; height: 14px; color: var(--gold); }
.ai-foot { display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; padding-top: 12px; border-top: 1px solid var(--line); font-size: 11.5px; color: var(--text3); letter-spacing: .02em; }
.ai-honest { margin-top: 14px; padding: 16px 18px; display: flex; gap: 14px; align-items: flex-start; border-color: rgba(var(--gold-rgb), .22); background: linear-gradient(180deg, rgba(var(--gold-rgb), .07), rgba(var(--gold-rgb), .02)); }
.ai-honest svg { width: 22px; height: 22px; color: var(--gold); flex: 0 0 auto; margin-top: 2px; }
.ai-honest b { display: block; font-size: 15px; }
.ai-honest span { display: block; font-size: 13.5px; color: var(--text2); line-height: 1.5; margin-top: 3px; }
@media (max-width: 960px) { .ai-grid { grid-template-columns: 1fr; gap: 32px; } .ai-stage { position: static; } .ai-list { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════════════════════════════════════════
   VERİ GÜVENLİĞİ
   ═══════════════════════════════════════════════════════════════════════ */
.safety { background: var(--bg); }
.layers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.layers li { padding: 22px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto auto; gap: 8px 12px; align-content: start; transition: border-color .3s; }
.layers li:hover { border-color: rgba(var(--gold-rgb), .28); }
.ly-n { grid-column: 1; font-size: 11px; letter-spacing: .14em; color: var(--gold); }
.layers svg { grid-column: 2; grid-row: 1 / span 2; width: 26px; height: 26px; color: var(--text3); }
.layers h3 { grid-column: 1; font-size: 18px; }
.layers p { grid-column: 1 / -1; font-size: 13.5px; color: var(--text2); line-height: 1.55; }
.safety-foot { display: flex; flex-wrap: wrap; gap: 12px 32px; justify-content: center; margin-top: 30px; font-size: 13.5px; color: var(--text2); }
.safety-foot span { display: inline-flex; align-items: center; gap: 8px; }
.safety-foot svg { width: 16px; height: 16px; color: var(--gold); }
@media (max-width: 960px) { .layers { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .layers { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════════════════════════════════════════
   MOBİL
   ═══════════════════════════════════════════════════════════════════════ */
.mobile { background: linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%); overflow: clip; }
.mobile-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 56px; align-items: center; }
.mobile-copy h2 { margin-top: 18px; } .mobile-copy .lead { margin-top: 18px; }
.mobile-list { margin-top: 26px; display: flex; flex-direction: column; gap: 12px; }
.mobile-list li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--text2); }
.mobile-list svg { width: 18px; height: 18px; color: var(--gold); flex: 0 0 auto; }
.phone { position: relative; display: flex; justify-content: center; padding: 30px 0; }
.phone::before { content: ''; position: absolute; inset: 10% 20%; filter: blur(60px); background: radial-gradient(50% 50% at 50% 50%, rgba(var(--gold-rgb), .18), transparent 70%); pointer-events: none; }
.ph-frame { position: relative; width: 300px; border-radius: 40px; padding: 14px 12px 12px; background: linear-gradient(180deg, #24272f, #16181d); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 40px 100px -30px rgba(0,0,0,.9), inset 0 0 0 6px #0b0c10, 0 0 0 1px rgba(255,255,255,.04); }
.ph-frame::before { content: ''; position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 84px; height: 24px; border-radius: 14px; background: #0b0c10; }
.ph-bar { display: flex; align-items: center; justify-content: space-between; padding: 12px 8px 12px; margin-top: 22px; font-size: 12px; color: var(--text2); }
.ph-title { font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--text); }
.ph-bell { position: relative; width: 26px; height: 26px; display: grid; place-items: center; }
.ph-bell svg { width: 16px; height: 16px; }
.ph-bell i { position: absolute; top: 0; right: 0; width: 15px; height: 15px; border-radius: 50%; background: var(--red); color: #fff; font-size: 9px; font-style: normal; font-weight: 700; display: grid; place-items: center; }
.ph-chips { display: flex; gap: 6px; padding: 4px 8px 10px; overflow: hidden; }
.ph-chips span { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; padding: 6px 7px; border-radius: 9px; background: rgba(255,255,255,.05); border: 1px solid var(--line); font-size: 10.5px; color: var(--text3); white-space: nowrap; }
.ph-chips b { font-size: 14px; color: var(--text); font-family: var(--font-mono); }
.ph-chips .red b { color: var(--red); } .ph-chips .amber b { color: var(--amber); } .ph-chips .green b { color: var(--green); }
.ph-card { margin: 0 8px 8px; padding: 10px 12px; border-radius: 12px; background: rgba(255,255,255,.04); border: 1px solid var(--line); }
.ph-row { display: flex; justify-content: space-between; align-items: center; font-size: 11.5px; }
.ph-st { font-size: 10px; font-weight: 600; padding: 2px 7px; border-radius: 999px; }
.ph-st.is-warn { color: var(--amber); background: rgba(245,165,36,.12); } .ph-st.is-active { color: var(--cyan); background: rgba(var(--cyan-rgb), .12); } .ph-st.is-done { color: var(--green); background: rgba(var(--green-rgb), .12); }
.ph-flow { display: flex; align-items: center; gap: 4px; margin: 10px 0 8px; }
.ph-flow i { flex: 1; height: 3px; border-radius: 2px; background: rgba(255,255,255,.1); }
.ph-flow i.d { background: var(--green); }
.ph-flow i.a { background: var(--amber); }
.ph-loc { display: flex; align-items: center; gap: 5px; font-size: 11px; color: var(--text2); }
.ph-loc svg { width: 11px; height: 11px; color: var(--text3); }
.ph-nav { display: flex; justify-content: space-between; padding: 12px 10px 4px; margin-top: 4px; border-top: 1px solid var(--line); font-size: 10.5px; color: var(--text3); }
.ph-nav .on { color: var(--gold); }
.ph-toast { position: relative; margin: 0 8px 8px; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 14px; background: rgba(28,31,38,.97); border: 1px solid rgba(var(--gold-rgb), .35); box-shadow: 0 16px 40px -14px rgba(0,0,0,.9), 0 0 24px -8px rgba(var(--gold-rgb), .35); animation: toastIn 1s var(--ease) both; animation-delay: .8s; }
.ph-toast svg { width: 18px; height: 18px; color: var(--red); flex: 0 0 auto; }
.ph-toast b { display: block; font-size: 12px; } .ph-toast span { display: block; font-size: 11px; color: var(--text2); margin-top: 2px; }
@keyframes toastIn { from { opacity: 0; transform: translateY(-14px); } to { opacity: 1; transform: none; } }
@media (max-width: 960px) { .mobile-grid { grid-template-columns: 1fr; gap: 20px; } .phone { order: 2; } }
@media (max-width: 400px) { .ph-frame { width: 270px; } .ph-chips { padding: 4px 6px 10px; gap: 5px; } }

/* ═══════════════════════════════════════════════════════════════════════════
   PAKETLER
   ═══════════════════════════════════════════════════════════════════════ */
.pricing { background: var(--bg2); }
.plans { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; align-items: stretch; }
.plan { padding: 22px 17px 20px; display: flex; flex-direction: column; gap: 14px; transition: border-color .3s, transform .5s var(--ease); }
.plan:hover { border-color: rgba(var(--gold-rgb), .28); transform: translateY(-2px); }
.plan h3 { font-size: 18px; }
.pl-price { display: flex; align-items: baseline; gap: 6px; }
.pl-price span { font-size: 27px; font-weight: 600; letter-spacing: -0.03em; }
.pl-price .pl-ozel { font-size: 24px; color: var(--gold); } /* özel fiyat: sayı yok, etiket var */
.pl-price small { font-size: 12.5px; color: var(--text3); }
.plan ul { display: flex; flex-direction: column; gap: 8px; font-size: 14px; color: var(--text2); flex: 1; }
.plan ul b { color: var(--text); font-weight: 600; }
.plan .btn { width: 100%; }
.plan.is-hi { border-color: rgba(var(--gold-rgb), .45); background: linear-gradient(180deg, rgba(var(--gold-rgb), .09), rgba(var(--gold-rgb), .02)), var(--s1); box-shadow: 0 0 60px -20px rgba(var(--gold-rgb), .5); }
.plan.is-hi::before { background: linear-gradient(180deg, rgba(var(--gold-rgb), .35), transparent 30%); }
.pl-tag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #1a1405; background: linear-gradient(180deg, #ffd15c, var(--gold)); padding: 4px 11px; border-radius: 999px; box-shadow: 0 6px 18px -6px rgba(var(--gold-rgb), .7); }
.plan-all { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; margin-top: 26px; font-size: 13.5px; color: var(--text2); max-width: 1000px; margin-inline: auto; }
.plan-all li { display: inline-flex; align-items: center; gap: 8px; }
.plan-all svg { width: 15px; height: 15px; color: var(--gold); }
@media (max-width: 1280px) { .plans { grid-template-columns: repeat(6, 1fr); } .plan { grid-column: span 2; } }
@media (max-width: 720px) { .plans { grid-template-columns: 1fr 1fr; } .plan { grid-column: span 1; } }
@media (max-width: 460px) { .plans { grid-template-columns: 1fr; } .plan { grid-column: auto; } .plan.is-hi { order: -1; } }

/* ═══════════════════════════════════════════════════════════════════════════
   SSS
   ═══════════════════════════════════════════════════════════════════════ */
.faq { background: var(--bg); }
.faq-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 56px; align-items: start; }
.faq-grid .section-head { position: sticky; top: calc(var(--nav-h) + 24px); margin-bottom: 0; }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; text-align: left; padding: 20px 0; font-size: 16.5px; font-weight: 600; letter-spacing: -0.01em; transition: color .2s; }
.faq-q:hover { color: var(--gold2); }
.faq-q svg { width: 18px; height: 18px; color: var(--text3); flex: 0 0 auto; transition: transform .4s var(--ease), color .2s; }
.faq-item.open .faq-q svg { transform: rotate(45deg); color: var(--gold); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .5s var(--ease); }
.faq-a p { padding: 0 0 20px; color: var(--text2); font-size: 15px; line-height: 1.6; max-width: 640px; }
@media (max-width: 900px) { .faq-grid { grid-template-columns: 1fr; gap: 12px; } .faq-grid .section-head { position: static; } }

/* ═══════════════════════════════════════════════════════════════════════════
   SON ÇAĞRI + ALT BİLGİ
   ═══════════════════════════════════════════════════════════════════════ */
.final { background: var(--bg); padding-top: 40px; }
.final-card { position: relative; overflow: hidden; text-align: center; padding: clamp(56px, 8vw, 96px) 24px; border-radius: var(--r-xl); border: 1px solid rgba(var(--gold-rgb), .22);
  background: linear-gradient(180deg, rgba(var(--gold-rgb), .08), rgba(var(--gold-rgb), .015) 60%), var(--s1); }
.final-glow { position: absolute; left: 50%; top: -20%; width: 70%; height: 90%; transform: translateX(-50%); filter: blur(60px); pointer-events: none;
  background: radial-gradient(50% 50% at 50% 30%, rgba(var(--gold-rgb), .22), transparent 70%); }
.final-logo { position: relative; margin: 0 auto 22px; width: 96px; height: auto; filter: drop-shadow(0 0 24px rgba(var(--gold-rgb), .45)); }
.final-card h2 { position: relative; }
.final-card .lead { position: relative; margin: 20px auto 0; max-width: 560px; }
.final-card .hero-cta { position: relative; justify-content: center; }
.footer { padding: 40px 0 34px; border-top: 1px solid var(--line); background: var(--bg0); }
.ft-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.ft-links { display: flex; flex-wrap: wrap; gap: 4px 6px; }
.ft-links a { padding: 10px 10px; font-size: 13.5px; color: var(--text2); border-radius: 8px; display: inline-flex; align-items: center; gap: 5px; }
.ft-links a:hover { color: var(--text); background: rgba(255,255,255,.05); }
.ft-links svg { width: 13px; height: 13px; }
.ft-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 12px; color: var(--text3); line-height: 1.5; }
.ft-bottom .mono { color: var(--text3); }

/* Ekran görüntüsü kipi (?snap): geçişler kapalı, her şey görünür — yalnız doğrulama için */
html.snap { scroll-behavior: auto; }
.snap .rv { opacity: 1 !important; transform: none !important; transition: none !important; }
.snap * { animation-play-state: paused !important; }
.snap .hud { opacity: 1; transform: none; }
.snap-cut .nav { display: none; }
.snap-cut .jr-sticky, .snap-cut .ai-stage, .snap-cut .faq-grid .section-head { position: static; }
.snap-cut .jr-panel { position: relative; opacity: 1; transform: none; }
.snap-cut .jr-panel:not(.show) { display: none; }
.snap .ph-toast { animation: none; opacity: 1; }

/* ══════════════════════════════════════════════════════
   DOKUNMATİK CİHAZ — hedef boyu (2026-08-19, PM: telefon + tablet)
   Bayrak boot.js'te JS ile konur (bkz. oradaki gerekçe: `pointer: coarse`
   otomasyon tarayıcısında yanlış bildiriyor, kural doğrulanamıyordu).
   ÖLÇÜLEN SORUN: site yalnız GENİŞLİĞE bakıyordu; 1180 px iPad Pro yatay,
   1100 px bandının ÜSTÜNDE kaldığı için masaüstü ölçüsü alıyor ve hedefler
   38 px'e düşüyordu. Fare kullanıcısı bu banttan ETKİLENMEZ.
   Yazı boyutu KÜÇÜLTÜLMEZ / BÜYÜTÜLMEZ — yer yalnız iç boşluktan kazanılır.
   ══════════════════════════════════════════════════════ */
html[data-touch="1"] .nav-links a,
html[data-touch="1"] .ft-links a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; min-width: 44px; }
html[data-touch="1"] .lang a     { height: 44px; min-width: 46px; }
html[data-touch="1"] .nav-cta .btn,
html[data-touch="1"] .nav-cta .login { min-height: 44px; display: inline-flex; align-items: center; }
html[data-touch="1"] .nav-burger { width: 44px; height: 44px; }
/* Marka bir bağlantı: görsel boyu DEĞİŞMEZ (logo+yazı hizası bozulmasın),
   dokunma alanı görünmez halkayla büyür — uygulamadaki renk noktası kalıbı. */
html[data-touch="1"] .brand { position: relative; }
html[data-touch="1"] .brand::after {
  content: ''; position: absolute; left: 0; right: 0; top: 50%;
  height: 44px; transform: translateY(-50%);
}
/* Telefon maketindeki durum çipleri 390 px'te 4 px taşıyordu ("Müdahale" kırpılıyordu).
   Yazı KÜÇÜLTÜLMEDİ — yer yatay iç boşluktan kazanıldı (ölçüldü: 56→52 px kutuya sığar). */
@media (max-width: 430px) {
  .ph-chips { gap: 5px; padding-left: 6px; padding-right: 6px; }
  .ph-chips span { padding-left: 4px; padding-right: 4px; letter-spacing: -.025em; font-size: 10px; }
}

/* ══════════════════════════════════════════════════════
   DOKUNMA GERİ BİLDİRİMİ (2026-08-19, PM: "mobilde hiç animasyon yok")
   ÖLÇÜLDÜ: mobilde reveal'lar, hero senaryosu, yolculuk scrollytelling ve
   sayaçlar ZATEN çalışıyor. Eksik olan HAREKET değil, PARMAĞA CEVAP: masaüstünde
   her yüzey hover'a tepki veriyor, dokunmatikte hiçbir şey tepki vermiyordu —
   sayfa "ölü" hissettiriyordu.
   Yalnız `transform` + `filter` (kompozitör); yerleşim ÜRETMEZ, kaydırma
   sırasında hiç koşmaz (only :active). Süre 90-120 ms: dokunuşta ANINDA
   hissedilir, bırakınca yumuşak döner.
   ══════════════════════════════════════════════════════ */
html[data-touch="1"] {
  --tap: 90ms cubic-bezier(.2,.7,.3,1);
}
html[data-touch="1"] .btn,
html[data-touch="1"] .nav-burger,
html[data-touch="1"] .lang a,
html[data-touch="1"] .nav-menu a,
html[data-touch="1"] .ft-links a,
html[data-touch="1"] .faq-q,
html[data-touch="1"] .plan .btn,
html[data-touch="1"] .brand {
  -webkit-tap-highlight-color: transparent;
  transition: transform var(--tap), filter var(--tap), opacity var(--tap);
}
html[data-touch="1"] .btn:active,
html[data-touch="1"] .plan .btn:active { transform: scale(.965); filter: brightness(1.06); }
html[data-touch="1"] .nav-burger:active,
html[data-touch="1"] .lang a:active     { transform: scale(.92); }
html[data-touch="1"] .brand:active      { transform: scale(.97); }
html[data-touch="1"] .nav-menu a:active,
html[data-touch="1"] .ft-links a:active { transform: translateX(3px); opacity: .72; }
html[data-touch="1"] .faq-q:active      { transform: scale(.99); filter: brightness(1.08); }
/* Kartlar: hover yerine dokunuşta hafif kalkma — masaüstündeki his korunur. */
html[data-touch="1"] .plan,
html[data-touch="1"] .bento > *,
html[data-touch="1"] .ai-card,
html[data-touch="1"] .mk-row {
  transition: transform 140ms cubic-bezier(.2,.7,.3,1), border-color 140ms ease;
}
html[data-touch="1"] .plan:active,
html[data-touch="1"] .bento > *:active,
html[data-touch="1"] .ai-card:active,
html[data-touch="1"] .mk-row:active { transform: scale(.99); }
@media (prefers-reduced-motion: reduce) {
  html[data-touch="1"] .btn:active, html[data-touch="1"] .plan .btn:active,
  html[data-touch="1"] .nav-burger:active, html[data-touch="1"] .lang a:active,
  html[data-touch="1"] .brand:active, html[data-touch="1"] .nav-menu a:active,
  html[data-touch="1"] .ft-links a:active, html[data-touch="1"] .faq-q:active,
  html[data-touch="1"] .plan:active, html[data-touch="1"] .bento > *:active,
  html[data-touch="1"] .ai-card:active, html[data-touch="1"] .mk-row:active { transform: none; filter: none; }
}
