/* ============================================================
   SPORSOFT — landing v5 "perde"
   Hero sabitlenir, sayfa üzerinden kayar; öğeler kaydırmayla
   uçarak yerine oturur. Zemin #0C1014 · Vurgu #C5FC01
   ============================================================ */

:root {
  --bg: #0C1014;
  --surface: #12181E;
  --line: #232B33;
  --green: #C5FC01;
  --green-bg: #1C2306;
  --green-line: #4F5D12;
  --sub: #98A2AC;
  --white: #FFFFFF;
  --glow: rgba(197, 252, 1, 0.35);
  --font-h: "Space Grotesk", system-ui, sans-serif;
  --font-b: "Inter", system-ui, sans-serif;
  --font-m: "JetBrains Mono", ui-monospace, monospace;
  --nav-h: 64px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 16px); }

body {
  font-family: var(--font-b);
  font-weight: 400;
  /* siyahtan marka yeşiline kayan koyu gradyan */
  background: linear-gradient(168deg, #060707 0%, #090C08 40%, #0B1105 72%, #0D1503 100%);
  color: var(--white);
  line-height: 1.65;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
/* biçilmiş çim şeritleri hissi — çok silik dikey bantlar */
body::before {
  content: "";
  position: fixed; inset: 0;
  z-index: -3;
  pointer-events: none;
  background: repeating-linear-gradient(90deg,
    transparent 0 110px,
    rgba(197, 252, 1, 0.016) 110px 220px);
}

a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
.mono { font-family: var(--font-m); }
::selection { background: var(--green); color: #121801; }

.wrap { width: min(1120px, 100% - 44px); margin-inline: auto; }
.wrap-narrow { width: min(760px, 100% - 44px); }
.center { text-align: center; }

:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; border-radius: 2px; }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}

/* ---------- canlı zemin ---------- */
.aurora { position: fixed; inset: -20%; z-index: -2; pointer-events: none; }
.aurora i { position: absolute; border-radius: 50%; opacity: 0.5; will-change: transform; }
.aurora i:nth-child(1) {
  width: 55vw; height: 55vw; max-width: 760px; max-height: 760px;
  background: radial-gradient(circle, rgba(197, 252, 1, 0.16), transparent 62%);
  top: 0; right: 4%;
  animation: aur1 16s ease-in-out infinite alternate;
}
.aurora i:nth-child(2) {
  width: 44vw; height: 44vw; max-width: 620px; max-height: 620px;
  background: radial-gradient(circle, rgba(124, 156, 8, 0.2), transparent 64%);
  bottom: 4%; left: 0;
  animation: aur2 21s ease-in-out infinite alternate;
}
.aurora i:nth-child(3) {
  width: 34vw; height: 34vw; max-width: 480px; max-height: 480px;
  background: radial-gradient(circle, rgba(197, 252, 1, 0.10), transparent 60%);
  top: 42%; left: 38%;
  animation: aur3 26s ease-in-out infinite alternate;
}
@keyframes aur1 { to { transform: translate(-9%, 13%) scale(1.15); } }
@keyframes aur2 { to { transform: translate(11%, -9%) scale(1.1); } }
@keyframes aur3 { to { transform: translate(-13%, -11%) scale(1.2); } }

/* ---------- scroll progress ---------- */
.scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 200; pointer-events: none; }
.scroll-progress span {
  display: block; height: 100%; width: 0%;
  background: linear-gradient(90deg, #7E9C06, var(--green));
  box-shadow: 0 0 12px var(--glow);
}

/* ---------- tipografi ---------- */
.h1, .h2, .h3 { font-family: var(--font-h); font-weight: 700; letter-spacing: -0.02em; }
.h1 { font-size: clamp(2.5rem, 5.4vw, 4rem); line-height: 1.05; margin-bottom: 22px; }
.h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); line-height: 1.1; letter-spacing: -0.01em; margin-bottom: 18px; max-width: 24ch; }
.h2.center { margin-inline: auto; }
.h2-wide { max-width: 32ch; font-size: clamp(1.6rem, 3.4vw, 2.4rem); }
.h3 { font-size: 1.15rem; font-weight: 600; margin-bottom: 10px; }
.lead { color: var(--sub); font-size: 1.03rem; max-width: 58ch; }
.lead.center { margin-inline: auto; }
.fine { color: var(--sub); font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; margin-top: 14px; }

.eyebrow {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-m);
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--green);
  margin-bottom: 20px;
  text-shadow: 0 0 18px var(--glow);
}
.eyebrow-dash { width: 28px; height: 1px; background: var(--green); flex-shrink: 0; box-shadow: 0 0 8px var(--glow); }

/* başlık kelime animasyonu */
.split .w { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: 0.08em; margin-bottom: -0.08em; }
.split .w > span {
  display: inline-block;
  transform: translateY(110%) rotate(3deg);
  transition: transform 0.75s var(--ease);
}
.split.in .w > span { transform: translateY(0) rotate(0); }

.rv { opacity: 0; transform: translateY(26px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.rv.in { opacity: 1; transform: none; }
.d1 { transition-delay: 0.08s; }
.d2 { transition-delay: 0.16s; }

/* scrub efektleri — JS --p (0→1) sürer; yerine oturunca mandallanır */
[data-fx] { will-change: transform, opacity; }
[data-fx="rise"]    { opacity: calc(var(--p, 0) * 1.4); transform: translateY(calc((1 - var(--p, 0)) * 46px)) scale(calc(0.98 + var(--p, 0) * 0.02)); }
[data-fx="slide-l"] { opacity: calc(var(--p, 0) * 1.4); transform: translateX(calc((1 - var(--p, 0)) * -72px)) rotate(calc((1 - var(--p, 0)) * -2deg)); }
[data-fx="slide-r"] { opacity: calc(var(--p, 0) * 1.4); transform: translateX(calc((1 - var(--p, 0)) * 72px)) rotate(calc((1 - var(--p, 0)) * 2deg)); }
[data-fx="scale"]   { opacity: calc(var(--p, 0) * 1.4); transform: scale(calc(0.9 + var(--p, 0) * 0.1)); }
[data-fx="pop"]     { opacity: calc(var(--p, 0) * 1.4);  transform: scale(calc(0.6 + var(--p, 0) * 0.4)); }
[data-fx="parallax"] { transform: translateY(var(--par, 0px)); }
[data-fx="xdrift"] { transform: translateX(var(--xd, 0px)); }
[data-fx="pipe"] { opacity: calc(0.35 + var(--p, 0) * 0.65); }

/* ---------- dev filigran rakamlar ---------- */
.wm {
  position: absolute;
  top: 34px; right: -0.06em;
  font-size: clamp(9rem, 24vw, 20rem);
  font-weight: 500;
  line-height: 0.8;
  color: transparent;
  -webkit-text-stroke: 1px rgba(197, 252, 1, 0.16);
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
.wm-steps { position: absolute; top: 20px; right: 0; }

/* ---------- butonlar ---------- */
.btn {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600; font-size: 0.95rem;
  border: 1px solid transparent;
  transition: transform 0.2s var(--ease), background 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.3s;
  overflow: hidden;
  white-space: nowrap;
}
.btn:active { transform: scale(0.97); }
.btn-lg { padding: 15px 30px; font-size: 1rem; }
.btn-solid { background: var(--green); color: #121801; box-shadow: 0 6px 28px -8px var(--glow); }
.btn-solid::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.45) 50%, transparent 70%);
  transform: translateX(-120%);
}
.btn-solid:hover::after { transition: transform 0.55s var(--ease); transform: translateX(120%); }
.btn-solid:hover { transform: translateY(-2px); box-shadow: 0 10px 38px -8px var(--glow); }
.btn-pulse { animation: btnPulse 2.6s ease-in-out infinite; }
@keyframes btnPulse {
  0%, 100% { box-shadow: 0 6px 24px -8px var(--glow); }
  50%      { box-shadow: 0 6px 42px -4px rgba(197, 252, 1, 0.55); }
}
.btn-line { border-color: var(--line); color: var(--white); background: rgba(18, 24, 30, 0.5); }
.btn-line:hover { border-color: var(--green); color: var(--green); box-shadow: 0 0 24px -6px var(--glow); }

/* ---------- nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background 0.3s, border-color 0.3s, transform 0.35s var(--ease);
}
.nav.on { background: rgba(12, 16, 20, 0.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom-color: var(--line); }
.nav.away { transform: translateY(-100%); }
.nav-in { height: var(--nav-h); display: flex; align-items: center; gap: 30px; }

.wordmark { font-family: var(--font-h); font-weight: 700; font-size: 1.05rem; letter-spacing: 0.04em; }
.wordmark::after { content: "."; color: var(--green); }
.brand { display: flex; align-items: center; flex-shrink: 0; }
.brand img { height: 24px; width: auto; display: block; }
.footer-brand img { height: 22px; width: auto; display: block; opacity: 0.95; }

.nav-links { display: flex; gap: 26px; margin-left: auto; }
.nav-links a { font-size: 0.9rem; color: var(--sub); position: relative; transition: color 0.2s; }
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -4px;
  width: 100%; height: 1px; background: var(--green);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.25s var(--ease);
}
.nav-links a:hover { color: var(--white); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta { flex-shrink: 0; }

.menu-btn {
  display: none;
  margin-left: auto;
  font-family: var(--font-m); font-size: 0.7rem; letter-spacing: 0.18em;
  color: var(--white); background: rgba(18, 24, 30, 0.6);
  border: 1px solid var(--line); border-radius: 8px;
  padding: 10px 15px;
  cursor: pointer;
}

.mobile-menu {
  position: fixed; inset: 0; z-index: 89;
  background: rgba(10, 14, 18, 0.96);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity 0.25s;
}
.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mobile-menu nav { display: flex; flex-direction: column; gap: 26px; text-align: center; }
.mobile-menu nav a:not(.btn) {
  font-family: var(--font-h); font-size: 1.65rem; font-weight: 700;
  opacity: 0; transform: translateY(18px) scale(0.96);
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
}
.mobile-menu.open nav a:not(.btn) { opacity: 1; transform: none; }
.mobile-menu.open nav a:nth-child(1) { transition-delay: 0.05s; }
.mobile-menu.open nav a:nth-child(2) { transition-delay: 0.1s; }
.mobile-menu.open nav a:nth-child(3) { transition-delay: 0.15s; }
.mobile-menu.open nav a:nth-child(4) { transition-delay: 0.2s; }
.mobile-menu .btn { margin-top: 12px; }

/* ============================================================
   HERO — perde arkası
   ============================================================ */
.hero {
  position: sticky; top: 0;
  min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  padding-top: calc(var(--nav-h) + 30px);
  overflow: hidden;
  z-index: 0;
}
.hero-grid-bg {
  position: absolute; inset: 0; z-index: -1;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 84px 84px;
  opacity: 0.3;
  mask-image: radial-gradient(ellipse 90% 70% at 55% 35%, black 20%, transparent 74%);
  -webkit-mask-image: radial-gradient(ellipse 90% 70% at 55% 35%, black 20%, transparent 74%);
}
.hero-beam {
  position: absolute; z-index: -1;
  top: -30%; left: 50%;
  width: 130vw; height: 60vh;
  transform: translateX(-50%) rotate(-8deg);
  background: linear-gradient(180deg, rgba(197, 252, 1, 0.07), transparent 70%);
  filter: blur(30px);
  pointer-events: none;
}

.hero-in {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 56px;
  align-items: center;
  flex: 1;
  will-change: transform, opacity;
}
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.micro-trust {
  margin-top: 18px;
  font-size: 0.82rem; color: var(--sub);
  padding-left: 14px;
  border-left: 2px solid var(--green);
}

/* mağaza rozetleri */
.store-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.store-row-center { justify-content: center; margin-top: 28px; }
.store-badge {
  display: inline-flex; align-items: center; gap: 11px;
  background: #05070A;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 9px 18px 9px 14px;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.store-badge:hover {
  border-color: var(--green-line);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px -12px var(--glow);
}
.store-badge svg { flex-shrink: 0; }
.store-badge span { display: flex; flex-direction: column; line-height: 1.25; font-weight: 600; font-size: 0.92rem; }
.store-badge small { font-size: 0.62rem; font-weight: 400; color: var(--sub); letter-spacing: 0.04em; }

/* ============================================================
   PERDE — hero'nun üzerinden kayan gövde
   ============================================================ */
.over {
  position: relative;
  z-index: 2;
  background: linear-gradient(178deg, #08090A 0%, #0A0E06 46%, #0C1204 100%);
  border-top: 1px solid var(--green-line);
  border-radius: 26px 26px 0 0;
  box-shadow: 0 -34px 80px rgba(0, 0, 0, 0.65), 0 -1px 24px -8px var(--glow);
}
.over::before {
  /* perde tutamacı */
  content: "";
  position: absolute; top: 12px; left: 50%;
  width: 44px; height: 3px;
  border-radius: 2px;
  background: var(--green-line);
  transform: translateX(-50%);
}

/* ---------- oyuncu kartı ---------- */
.hero-card-wrap { position: relative; perspective: 1100px; }
.player-card {
  position: relative;
  background: linear-gradient(165deg, #141B22, #0E141A);
  border: 1px solid var(--green-line);
  border-radius: 12px;
  padding: 20px 22px 16px;
  max-width: 420px;
  margin-left: auto;
  transform-style: preserve-3d;
  transition: transform 0.35s var(--ease);
  overflow: hidden;
  box-shadow: 0 24px 70px -24px rgba(0, 0, 0, 0.85), 0 0 44px -18px var(--glow);
  animation: cardFloat 7s ease-in-out infinite;
}
@keyframes cardFloat { 0%, 100% { translate: 0 0; } 50% { translate: 0 -12px; } }
.pc-scan {
  position: absolute; left: 0; right: 0; top: -40%;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(197, 252, 1, 0.08), transparent);
  animation: scan 5.5s var(--ease) infinite;
  pointer-events: none;
}
@keyframes scan { 0% { top: -40%; } 60%, 100% { top: 120%; } }

.pc-head {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.pc-name { font-family: var(--font-h); font-weight: 700; font-size: 1.25rem; display: block; }
.pc-pos { font-size: 0.66rem; letter-spacing: 0.16em; color: var(--sub); }
/* rozet her koşulda görünür (JS/animasyona bağlı değil) */
.pc-badge {
  font-size: 0.56rem; letter-spacing: 0.1em;
  color: var(--green);
  background: var(--green-bg);
  border: 1px solid var(--green-line);
  border-radius: 5px;
  padding: 5px 8px;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 0 18px -4px var(--glow);
}

.pc-tbs { display: flex; align-items: baseline; gap: 14px; padding: 13px 0 10px; }
.pc-tbs-label { font-size: 0.66rem; letter-spacing: 0.2em; color: var(--sub); }
.pc-tbs-num {
  font-size: 2.7rem; font-weight: 500; color: var(--green); line-height: 1;
  text-shadow: 0 0 26px var(--glow);
}
/* kart içi mini saha: mevki uyumunu sembolize eder
   (noktalar JS'e bağlı değil — her koşulda görünür) */
.pc-pitch { width: 112px; height: 50px; margin-left: auto; flex-shrink: 0; }
.pc-pos-dots .lo { fill: var(--sub); opacity: 0.55; }
.pc-pos-dots .mid { fill: #D6E88A; opacity: 0.9; }
.pc-pos-dots .best {
  fill: var(--green);
  filter: drop-shadow(0 0 5px var(--glow));
}
.player-card.live .pc-pos-dots .best { animation: dotPulse 3.2s ease-in-out 1s infinite; }
@keyframes dotPulse {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.55; }
}

/* 13 test — kompakt nitelik ızgarası */
.pc-attrs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px 18px;
  padding-bottom: 12px;
}
.pc-attrs li {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  font-size: 0.56rem; letter-spacing: 0.06em;
  color: var(--sub);
  padding: 2px 0;
  border-bottom: 1px dotted rgba(35, 43, 51, 0.7);
}
.pc-attrs b {
  font-size: 0.7rem; font-weight: 700;
  min-width: 25px; text-align: center;
  padding: 1px 4px;
  border-radius: 4px;
  color: var(--sub);
}
.pc-attrs b.v9 { color: #121801; background: var(--green); box-shadow: 0 0 12px -2px var(--glow); }
.pc-attrs b.v8 { color: var(--green); background: var(--green-bg); border: 1px solid var(--green-line); }
.pc-attrs b.v7 { color: #D6E88A; }
.pc-attrs b.v6 { color: var(--sub); }

.pc-foot {
  font-size: 0.56rem; letter-spacing: 0.1em; color: var(--sub);
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

/* 13 test bandı */
.ticker {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 13px 0;
  overflow: hidden;
  margin-top: 40px;
  background: rgba(18, 24, 30, 0.4);
}
.ticker-track { display: flex; width: max-content; animation: tick 36s linear infinite; }
.ticker-track span {
  font-size: 0.68rem; letter-spacing: 0.18em; color: var(--sub);
  padding: 0 22px;
  position: relative;
  white-space: nowrap;
}
.ticker-track span::after {
  content: ""; position: absolute; right: -2px; top: 50%;
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px var(--glow);
  transform: translateY(-50%);
}
@keyframes tick { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- bölümler ---------- */
.sec { position: relative; padding: clamp(84px, 12vw, 150px) 0; overflow: clip; }
.sec > .wrap { position: relative; z-index: 1; }
.sec-line {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(18, 24, 30, 0.55), rgba(12, 16, 20, 0.2));
}

.bridge {
  margin-top: 52px;
  font-family: var(--font-h); font-weight: 700;
  font-size: clamp(1.25rem, 3vw, 1.7rem);
  line-height: 1.35;
  max-width: 32ch;
}
.bridge-sub { margin-top: 14px; color: var(--sub); font-size: 0.98rem; max-width: 52ch; }
.hl {
  background: linear-gradient(rgba(197, 252, 1, 0.22), rgba(197, 252, 1, 0.22)) no-repeat left 88%;
  background-size: 0% 42%;
  color: var(--white);
  transition: background-size 1.1s var(--ease) 0.15s;
}
[data-fx].on .hl { background-size: 100% 42%; }

/* sorun kartları */
.tri { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; }
.tri-four { grid-template-columns: repeat(2, 1fr); max-width: 920px; }
.tile {
  background: linear-gradient(170deg, rgba(20, 27, 34, 0.9), rgba(14, 20, 26, 0.9));
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 28px 24px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.tile:hover { border-color: var(--green-line); box-shadow: 0 18px 44px -18px rgba(0, 0, 0, 0.8), 0 0 30px -14px var(--glow); }
.tile-tag {
  display: inline-block;
  font-size: 0.64rem; letter-spacing: 0.18em; color: var(--green);
  border-bottom: 1px solid var(--green-line);
  padding-bottom: 6px;
  margin-bottom: 16px;
  text-shadow: 0 0 14px var(--glow);
}
.tile p { color: var(--sub); font-size: 0.94rem; }

/* ---------- nasıl çalışır (pinned — tüm cihazlar) ---------- */
.steps-sec { position: relative; }
.steps-pin { height: 380vh; position: relative; }
.steps-sticky {
  position: sticky; top: 0;
  height: 100vh; height: 100svh;
  display: flex; align-items: center;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background: radial-gradient(ellipse 70% 55% at 80% 20%, rgba(197, 252, 1, 0.06), transparent 70%);
}
.steps-sticky .wrap { position: relative; z-index: 1; width: min(1120px, 100% - 44px); }
.steps-stage {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 56px;
  align-items: center;
  margin-top: 44px;
}
.steps-index { display: flex; flex-direction: column; gap: 18px; }
.steps-big {
  font-size: clamp(4.5rem, 9vw, 7.5rem);
  font-weight: 500; line-height: 1;
  color: var(--green);
  text-shadow: 0 0 44px var(--glow);
}
.steps-meter { width: 100%; height: 3px; background: var(--line); border-radius: 2px; overflow: hidden; }
.steps-meter i { display: block; height: 100%; width: 0%; background: var(--green); box-shadow: 0 0 10px var(--glow); }
.steps-total { font-size: 0.8rem; letter-spacing: 0.2em; color: var(--sub); }

.steps-panes { position: relative; min-height: 300px; }
.pane {
  position: absolute; inset: 0;
  opacity: 0;
  transform: translateY(44px) scale(0.98);
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
  pointer-events: none;
}
.pane.is-on { opacity: 1; transform: none; pointer-events: auto; }
.pane.was { opacity: 0; transform: translateY(-44px) scale(0.98); }
.pane h3 {
  font-family: var(--font-h); font-weight: 700;
  font-size: clamp(1.8rem, 4.6vw, 2.6rem);
  margin-bottom: 14px;
}
.pane p { color: var(--sub); font-size: 1.02rem; max-width: 54ch; }
.steps-lead { margin-top: -6px; margin-bottom: 8px; }
.pane-note {
  margin-top: 12px;
  font-size: 0.78rem;
  color: var(--sub);
  opacity: 0.75;
  font-style: italic;
}
.steps-hint {
  margin-top: 40px;
  font-size: 0.6rem; letter-spacing: 0.24em;
  color: var(--sub);
  animation: hintBlink 2.4s ease-in-out infinite;
}
@keyframes hintBlink { 0%, 100% { opacity: 0.25; } 50% { opacity: 0.8; } }

/* ---------- testler ---------- */
.chips-flow { margin: 44px 0 52px; display: grid; gap: 12px; }
.chips-row { display: flex; gap: 12px; width: max-content; margin-inline: auto; }
.chip {
  font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--white);
  border: 1px solid var(--line);
  background: linear-gradient(170deg, rgba(20, 27, 34, 0.95), rgba(14, 20, 26, 0.95));
  border-radius: 8px;
  padding: 12px 20px;
  white-space: nowrap;
  transition: border-color 0.25s, color 0.25s, box-shadow 0.25s;
}
.chip:hover { border-color: var(--green); color: var(--green); box-shadow: 0 0 22px -8px var(--glow); }

/* bir sonucun yolculuğu */
.pipe-wrap { margin-bottom: 44px; }
.pipe-title { font-size: 0.62rem; letter-spacing: 0.22em; color: var(--sub); margin-bottom: 16px; }
.pipe { display: flex; align-items: stretch; gap: 10px; flex-wrap: wrap; }
.pipe-chip {
  display: flex; flex-direction: column; justify-content: center; gap: 2px;
  border: 1px solid var(--line);
  background: rgba(14, 20, 26, 0.85);
  border-radius: 10px;
  padding: 12px 16px;
  min-width: 108px;
  opacity: 0.35;
  transform: translateY(12px);
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease), border-color 0.4s, box-shadow 0.4s;
}
.pipe-chip b { font-size: 0.95rem; font-weight: 700; color: var(--white); letter-spacing: 0.04em; font-family: var(--font-m); }
.pipe-chip small { font-size: 0.54rem; letter-spacing: 0.16em; color: var(--sub); }
.pipe-chip.on { opacity: 1; transform: none; border-color: var(--green-line); }
.pipe-chip.hot.on { border-color: var(--green); box-shadow: 0 0 30px -8px var(--glow); }
.pipe-chip.hot.on b { color: var(--green); text-shadow: 0 0 18px var(--glow); }
.pipe-arrow {
  align-self: center;
  width: 22px; height: 1px;
  background: var(--line);
  position: relative;
  flex-shrink: 0;
  transition: background 0.4s;
}
.pipe-arrow::after {
  content: "";
  position: absolute; right: 0; top: 50%;
  width: 6px; height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  color: var(--line);
  transform: translateY(-50%) rotate(45deg);
  transition: color 0.4s;
}
.pipe-arrow.on { background: var(--green); }
.pipe-arrow.on::after { color: var(--green); }

.tbs-box {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: center;
  background: linear-gradient(170deg, rgba(20, 27, 34, 0.9), rgba(12, 18, 24, 0.9));
  border: 1px solid var(--green-line);
  border-radius: 14px;
  padding: clamp(26px, 4vw, 44px);
  box-shadow: 0 30px 70px -30px rgba(0, 0, 0, 0.9), 0 0 60px -30px var(--glow);
}
.tbs-box .tbs-copy p { color: var(--sub); font-size: 0.98rem; }
.radar { width: min(300px, 100%); margin-inline: auto; }
#radarPoly {
  transform-origin: 150px 150px;
  transform: scale(0.4) rotate(-16deg);
  opacity: 0;
  transition: transform 1.1s var(--ease), opacity 0.8s var(--ease);
  filter: drop-shadow(0 0 10px var(--glow));
}
.radar.in #radarPoly { transform: scale(1) rotate(0); opacity: 1; }
.radar-dots circle { opacity: 0; transition: opacity 0.4s var(--ease); }
.radar.in .radar-dots circle { opacity: 1; }
.radar.in .radar-dots circle:nth-child(1) { transition-delay: 0.5s; }
.radar.in .radar-dots circle:nth-child(2) { transition-delay: 0.62s; }
.radar.in .radar-dots circle:nth-child(3) { transition-delay: 0.74s; }
.radar.in .radar-dots circle:nth-child(4) { transition-delay: 0.86s; }
.radar.in .radar-dots circle:nth-child(5) { transition-delay: 0.98s; }

/* mevki uyum haritası */
.fit-box {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: center;
  background: linear-gradient(170deg, rgba(20, 27, 34, 0.9), rgba(12, 18, 24, 0.9));
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: clamp(26px, 4vw, 44px);
  margin-top: 18px;
}
.fit-copy p { color: var(--sub); font-size: 0.98rem; }
.pitch { width: min(300px, 100%); margin-inline: auto; }
.pos { opacity: 0; transform: scale(0.2); transform-origin: center; transform-box: fill-box; transition: opacity 0.5s var(--ease), transform 0.5s var(--ease); }
.pitch.in .pos { opacity: 1; transform: scale(1); }
.pitch.in .p1 { transition-delay: 0.15s; }
.pitch.in .p2 { transition-delay: 0.3s; }
.pitch.in .p3 { transition-delay: 0.45s; }
.pitch.in .p4 { transition-delay: 0.6s; }
.pitch.in .p5 { transition-delay: 0.75s; }
.pitch.in .p6 { transition-delay: 0.9s; }
.pitch.in .p7 { transition-delay: 1.05s; }
.pos circle { fill: rgba(18, 24, 30, 0.92); stroke: var(--line); stroke-width: 1.5; }
.pos .pos-val { fill: var(--sub); font-size: 15px; font-weight: 700; text-anchor: middle; }
.pos .pos-lbl { fill: var(--sub); font-size: 9px; letter-spacing: 0.14em; text-anchor: middle; opacity: 0.85; }
.pos.p1 circle { fill: var(--green); stroke: var(--green); filter: drop-shadow(0 0 14px var(--glow)); }
.pos.p1 .pos-val { fill: #121801; font-size: 17px; }
.pos.p1 .pos-lbl { fill: var(--green); }
.pos.p2 circle, .pos.p3 circle, .pos.p4 circle { stroke: var(--green-line); }
.pos.p2 .pos-val { fill: var(--green); }
.pos.p3 .pos-val, .pos.p4 .pos-val { fill: #E8F5C0; }
.pitch.in .p1 { animation: posPulse 3s ease-in-out 1.4s infinite; }
@keyframes posPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

.science {
  margin-top: 26px;
  font-size: 0.72rem; line-height: 1.9; letter-spacing: 0.04em;
  color: var(--sub);
  max-width: 74ch;
  padding-left: 14px;
  border-left: 1px solid var(--green);
}

/* ---------- doğrulama ---------- */
.proof { margin-top: 40px; border-top: 1px solid var(--line); }
.proof li {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  align-items: baseline;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.proof-tag { font-size: 0.68rem; letter-spacing: 0.18em; color: var(--green); text-shadow: 0 0 14px var(--glow); }
.proof p { color: var(--sub); font-size: 0.95rem; }

/* ---------- showcase ---------- */
.showcase { overflow: hidden; }
.showcase-pitch {
  position: absolute; right: -60px; bottom: -10%; top: 0;
  width: 48%;
  opacity: 0.55;
  pointer-events: none;
}
.showcase-pitch svg { width: 100%; height: 100%; }
.showcase-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 52px;
  align-items: center;
  margin-top: 30px;
  position: relative; z-index: 1;
}
.showcase-stat { display: flex; flex-direction: column; gap: 8px; }
.showcase-stat-label, .showcase-stat-sub { font-size: 0.62rem; letter-spacing: 0.2em; color: var(--sub); }
.showcase-stat-sub { color: var(--green); }
.showcase-num {
  font-size: clamp(4.6rem, 13vw, 8rem);
  font-weight: 500; line-height: 1;
  color: var(--green);
  text-shadow: 0 0 60px rgba(197, 252, 1, 0.5);
}
.showcase-num i { font-style: normal; font-size: 0.45em; vertical-align: 0.5em; }

/* ---------- veliler ---------- */
.ledger { margin-top: 36px; max-width: 740px; }
.ledger li {
  display: flex; gap: 20px; align-items: baseline;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
  color: var(--sub);
  font-size: 0.98rem;
}
.ledger li:first-child { border-top: 1px solid var(--line); }
.ledger-no { color: var(--green); font-size: 0.72rem; letter-spacing: 0.1em; flex-shrink: 0; }

/* ---------- kulüpler ---------- */
.offer {
  margin-top: 40px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  flex-wrap: wrap;
  background: linear-gradient(170deg, rgba(18, 36, 26, 0.9), rgba(12, 24, 18, 0.9));
  border: 1px solid var(--green-line);
  border-radius: 12px;
  padding: 26px 28px;
  box-shadow: 0 0 50px -24px var(--glow);
}
.offer p { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 1rem; }
.offer-tag {
  font-size: 0.62rem; letter-spacing: 0.18em; color: var(--green);
  border: 1px solid var(--green-line); border-radius: 5px;
  padding: 6px 11px;
  white-space: nowrap;
}

/* ---------- fiyat ---------- */
.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 44px; align-items: stretch; }
.plan {
  display: flex; flex-direction: column;
  background: linear-gradient(170deg, rgba(20, 27, 34, 0.92), rgba(14, 20, 26, 0.92));
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 32px 28px;
}
.plan header { padding-bottom: 18px; border-bottom: 1px solid var(--line); margin-bottom: 18px; }
.plan-name { font-size: 0.7rem; letter-spacing: 0.2em; color: var(--sub); margin-bottom: 14px; }
.plan-price { font-size: 2.5rem; font-weight: 500; line-height: 1; }
.plan-price small { font-size: 0.9rem; color: var(--sub); font-weight: 400; }
.plan-sub { margin-top: 10px; font-size: 0.64rem; letter-spacing: 0.14em; color: var(--green); }
.plan ul { display: grid; gap: 12px; margin-bottom: 28px; }
.plan ul li { position: relative; padding-left: 22px; color: var(--sub); font-size: 0.93rem; }
.plan ul li::before {
  content: ""; position: absolute; left: 0; top: 0.62em;
  width: 10px; height: 1px; background: var(--green);
  box-shadow: 0 0 6px var(--glow);
}
.plan .btn { margin-top: auto; }
.price-old, .plan-sub s {
  color: var(--sub);
  font-weight: 400;
  opacity: 0.75;
}
.price-old { font-size: 1.15rem; margin-right: 6px; }
.ribbon {
  position: absolute;
  top: 30px; right: -48px;
  transform: rotate(45deg);
  width: 200px;
  text-align: center;
  background: var(--green);
  color: #121801;
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.1em;
  padding: 7px 0;
  box-shadow: 0 6px 20px -8px var(--glow);
  pointer-events: none;
  z-index: 1;
}
.plan-pro {
  position: relative;
  overflow: hidden;
  border-color: var(--green-line);
  background: linear-gradient(170deg, rgba(18, 36, 26, 0.85), rgba(14, 20, 26, 0.95) 50%);
  box-shadow: 0 24px 70px -30px rgba(0, 0, 0, 0.9), 0 0 60px -26px var(--glow);
}
.plan-pro::before {
  content: "";
  position: absolute; inset: -1px;
  border-radius: 14px;
  padding: 1px;
  background: linear-gradient(120deg, transparent 20%, rgba(197, 252, 1, 0.7), transparent 80%);
  background-size: 240% 240%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: borderFlow 4.5s linear infinite;
  pointer-events: none;
}
@keyframes borderFlow { 0% { background-position: 0% 0%; } 100% { background-position: 240% 240%; } }
.plan-pro .plan-name { color: var(--green); }
.plan-pro .plan-price { color: var(--white); text-shadow: 0 0 30px var(--glow); }

.assurances { margin-top: 28px; display: grid; gap: 8px; }
.assurances li { position: relative; padding-left: 18px; color: var(--sub); font-size: 0.85rem; }
.assurances li::before { content: ""; position: absolute; left: 0; top: 0.66em; width: 8px; height: 1px; background: var(--sub); }
.assurances a { color: var(--white); border-bottom: 1px solid var(--green-line); }
.assurances a:hover { color: var(--green); }

/* ---------- kurucu kadro ---------- */
.founders {
  border-top: 1px solid var(--green-line);
  border-bottom: 1px solid var(--green-line);
  background: linear-gradient(90deg, rgba(18, 36, 26, 0.7), rgba(12, 20, 16, 0.7));
  padding: 32px 0;
}
.founders-in { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.founders-tag {
  flex-shrink: 0;
  font-size: 0.64rem; letter-spacing: 0.2em; color: var(--green);
  border: 1px solid var(--green-line); border-radius: 5px;
  padding: 8px 13px;
  box-shadow: 0 0 20px -8px var(--glow);
}
.founders p { color: var(--sub); font-size: 0.95rem; max-width: 72ch; }
.founders-note { display: block; margin-top: 8px; font-size: 0.58rem; letter-spacing: 0.16em; color: var(--green); opacity: 0.85; }

/* showcase şeridi */
.show-ticker { margin-top: clamp(48px, 7vw, 80px); }
.show-ticker .ticker-track span { color: var(--green); font-weight: 500; }

/* kulüpler ikinci paragraf */
.club-para { color: var(--sub); font-size: 0.98rem; max-width: 68ch; margin-top: 18px; }

/* nav giriş linki */
.nav-login { color: var(--white) !important; font-weight: 500; }

/* dil değiştirici */
.lang { display: flex; align-items: center; gap: 6px; }
.lang a {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 0.66rem; letter-spacing: 0.12em;
  color: var(--sub);
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 5px 9px;
  transition: color 0.2s, border-color 0.2s;
}
.lang a.on { color: var(--white); border-color: var(--line); background: rgba(18, 24, 30, 0.6); }
.lang a:hover { color: var(--green); }
.lang svg { border-radius: 2px; display: block; flex-shrink: 0; }
.lang-menu { justify-content: center; margin-top: 8px; }

/* footer iletişim ekleri */
.footer-meta { color: var(--sub); font-size: 0.72rem; letter-spacing: 0.08em; }
.etbis {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 0.72rem !important;
  width: fit-content;
}
.etbis:hover { border-color: var(--green-line); }
.etbis-mark {
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.12em;
  color: var(--green);
  border: 1px solid var(--green-line);
  border-radius: 4px;
  padding: 3px 7px;
}
.social {
  display: inline-flex; align-items: center; gap: 9px;
  margin-top: 2px;
  color: var(--sub);
  width: fit-content;
  transition: color 0.2s;
}
.social svg { flex-shrink: 0; }
.social:hover { color: var(--green); }

/* ---------- SSS ---------- */
.faq { margin-top: 36px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 20px 2px;
  cursor: pointer;
  font-weight: 500; font-size: 0.98rem;
  list-style: none;
  transition: color 0.2s;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--green); }
.fx { position: relative; width: 14px; height: 14px; flex-shrink: 0; }
.fx::before, .fx::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 1.5px; background: var(--green);
  transform: translate(-50%, -50%);
  transition: transform 0.3s var(--ease);
  box-shadow: 0 0 8px var(--glow);
}
.fx::after { transform: translate(-50%, -50%) rotate(90deg); }
details[open] .fx::after { transform: translate(-50%, -50%) rotate(0); }
.faq details p { color: var(--sub); font-size: 0.93rem; padding: 0 2px 20px; max-width: 66ch; }

/* ---------- final ---------- */
.final { border-top: 1px solid var(--line); overflow: hidden; }
.final-glow {
  position: absolute; left: 50%; bottom: -35%;
  width: 100vw; max-width: 980px; aspect-ratio: 2.2;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at bottom, rgba(197, 252, 1, 0.2), transparent 62%);
  pointer-events: none;
}
.final .lead { margin-bottom: 32px; }

/* ---------- footer ---------- */
.footer { border-top: 1px solid var(--line); background: #0A0E12; padding: 56px 0 0; position: relative; z-index: 1; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; padding-bottom: 44px; }
.footer-brand p { color: var(--sub); font-size: 0.9rem; margin-top: 12px; }
.footer h3 { font-size: 0.66rem; letter-spacing: 0.2em; color: var(--sub); margin-bottom: 14px; font-weight: 500; }
.footer-legal, .footer-contact { display: flex; flex-direction: column; gap: 9px; }
.footer-legal a, .footer-contact a { color: var(--sub); font-size: 0.88rem; width: fit-content; transition: color 0.2s; }
.footer-legal a:hover, .footer-contact a:hover { color: var(--green); }
.footer-base { border-top: 1px solid var(--line); padding: 20px 22px; font-size: 0.66rem; letter-spacing: 0.06em; color: var(--sub); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .nav-links, .nav-cta, .nav .lang { display: none; }
  .menu-btn { display: block; }
  .mobile-menu .lang-menu { display: flex; }

  /* mobilde de perde efekti açık: hero alt kenarından sabitlenir (top JS ile),
     böylece kart + şerit tam görünür, sonra "Sorun" bölümü üzerine kayar */
  .hero { padding-top: calc(var(--nav-h) + 18px); min-height: 0; }
  .hero-in { grid-template-columns: 1fr; gap: 40px; }
  .player-card { margin-inline: auto; }

  /* indirme + web rozetleri: mobilde de yan yana, kompakt */
  .store-row { flex-direction: row; flex-wrap: nowrap; gap: 8px; }
  .store-badge { flex: 1 1 0; min-width: 0; padding: 9px 6px; gap: 7px; justify-content: center; }
  .store-badge span { font-size: 0.74rem; }
  .store-badge small { font-size: 0.54rem; }

  .wm { font-size: clamp(7rem, 34vw, 12rem); top: 20px; }

  .tri { grid-template-columns: 1fr; }
  .tbs-box { grid-template-columns: 1fr; }
  .fit-box { grid-template-columns: 1fr; }
  .fit-box .pitch { order: 2; }
  .plans { grid-template-columns: 1fr; }
  .proof li { grid-template-columns: 1fr; gap: 8px; }
  .showcase-row { grid-template-columns: 1fr; gap: 24px; }
  .showcase-pitch { right: -30%; width: 100%; opacity: 0.3; }

  .steps-pin { height: 320vh; }
  .steps-stage { grid-template-columns: 1fr; gap: 26px; margin-top: 30px; }
  .steps-index { flex-direction: row; align-items: center; gap: 16px; }
  .steps-big { font-size: 3.6rem; }
  .steps-meter { flex: 1; }
  .steps-panes { min-height: 360px; }
  .pane h3 { font-size: 1.6rem; }
  .pane p { font-size: 0.96rem; }
  .steps-hint { margin-top: 26px; }

  /* TBS'nin yolculuğu: mobilde ortalanmış, kompakt dikey akış */
  .pipe { flex-direction: column; align-items: center; gap: 7px; }
  .pipe-chip { width: auto; min-width: 190px; align-items: center; text-align: center; padding: 9px 16px; }
  .pipe-chip b { font-size: 0.85rem; }
  .pipe-chip small { font-size: 0.5rem; }
  .pipe-arrow { width: 1px; height: 16px; align-self: center; }
  .pipe-arrow::after {
    right: auto; top: auto; left: 50%; bottom: -1px;
    transform: translateX(-50%) rotate(135deg);
  }

  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 420px) {
  .wrap, .steps-sticky .wrap { width: calc(100% - 32px); }
  .cta-row .btn { flex: 1 1 100%; }
  .pc-bars li { grid-template-columns: 82px 1fr 28px; }
  .offer { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0s !important;
  }
  .hero { position: relative; }
  .rv, .split .w > span { opacity: 1 !important; transform: none !important; }
  [data-fx] { opacity: 1 !important; transform: none !important; }
  .hl { background-size: 100% 42%; }
  .bar i { width: var(--v); }
  .pc-badge { opacity: 1; transform: none; }
  #radarPoly { transform: none; opacity: 1; }
  .radar-dots circle { opacity: 1; }
  .pos { opacity: 1; transform: none; }
  .pipe-chip { opacity: 1; transform: none; border-color: var(--green-line); }
  .pipe-arrow { background: var(--green); }
  .aurora, .pc-scan, .hero-beam, .steps-hint { display: none; }
  .ticker-track { animation: none; }
  .steps-pin { height: auto; }
  .steps-sticky { position: static; height: auto; padding: 80px 0; }
  .pane { position: relative; opacity: 1; transform: none; pointer-events: auto; margin-bottom: 28px; }
  .steps-index { display: none; }
}
