/* ════════════════════════════════════════════════════════════════
   numberwar.app — marketing site
   Brand: deep purple · teal · spark yellow · coral
   Display: Luckiest Guy (local custom cut) · UI: Poppins
   ════════════════════════════════════════════════════════════════ */

@font-face {
  font-family: 'Luckiest Guy';
  src: url('fonts/luckiest_guy.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  /* brand */
  --purple:      #5855C0;
  --purple-deep: #3A379F;
  --purple-dark: #2B2973;
  --night-hi:    #221a3e;
  --night-mid:   #120b26;
  --night-low:   #080414;
  --teal:        #41C6CB;
  --teal-dark:   #2BAAAF;
  --yellow:      #FFEE53;
  --yellow-drop: #C8B93A;
  --coral:       #E55353;
  --coral-soft:  #FF6B6B;
  --lilac:       #7471E8;
  --lilac-soft:  #9C97FF;
  --green:       #4EE38E;
  --amber:       #E8B547;
  --ink:         #FFFFFF;
  --ink-70:      rgba(255,255,255,0.7);
  --ink-55:      rgba(255,255,255,0.55);
  --ink-40:      rgba(255,255,255,0.4);
  --line:        rgba(255,255,255,0.1);
  --card:        rgba(255,255,255,0.045);

  --accent:      var(--yellow);
  --accent-text: #1a1230;

  --display: 'Luckiest Guy', system-ui, sans-serif;
  --ui: 'Poppins', system-ui, sans-serif;

  --maxw: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }

body {
  font-family: var(--ui);
  color: var(--ink);
  background: var(--night-low);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: var(--yellow); color: #1a1230; }

a { color: inherit; text-decoration: none; }
img { display: block; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

/* ───────────────────────── nav ───────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .25s, box-shadow .25s, backdrop-filter .25s;
}
.nav.scrolled {
  background: rgba(10,6,25,0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line);
}
.nav-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 14px 28px;
  display: flex; align-items: center; gap: 32px;
}
.nav-brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav-logo {
  width: 38px; height: 38px; border-radius: 11px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.wordmark {
  font-family: var(--display); font-size: 22px; letter-spacing: 1px;
  color: #fff; line-height: 1; padding-top: 4px;
}
.wordmark em { font-style: normal; color: var(--yellow); }

.nav-links { display: flex; gap: 26px; margin-left: auto; }
.nav-links a {
  font-size: 14px; font-weight: 600; color: var(--ink-70);
  transition: color .15s;
}
.nav-links a:hover { color: #fff; }

.nav-cta {
  flex-shrink: 0;
  font-family: var(--display); font-size: 15px; letter-spacing: 1px;
  color: var(--accent-text);
  background: var(--accent);
  padding: 10px 22px 7px; border-radius: 999px;
  box-shadow: 0 3px 0 rgba(0,0,0,0.3);
  transition: transform .12s, box-shadow .12s;
}
.nav-cta:hover { transform: translateY(-1px); }
.nav-cta:active { transform: translateY(2px); box-shadow: 0 1px 0 rgba(0,0,0,0.3); }

/* ───────────────────────── hero ───────────────────────── */
.hero {
  position: relative; overflow: hidden;
  background: radial-gradient(120% 90% at 50% -10%, var(--night-hi) 0%, var(--night-mid) 55%, var(--night-low) 100%);
  padding: 150px 0 0;
}
.hero-glow {
  position: absolute; top: 10%; left: 68%; width: 880px; height: 880px;
  transform: translate(-50%, -30%); border-radius: 50%;
  background: radial-gradient(circle, rgba(88,85,192,0.34) 0%, transparent 62%);
  pointer-events: none;
}
.bg-digits { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.bg-digits span {
  position: absolute;
  font-family: var(--display);
  color: rgba(255,255,255,0.04);
  user-select: none;
  line-height: 1;
}

.hero-inner {
  position: relative; z-index: 2;
  max-width: var(--maxw); margin: 0 auto; padding: 0 28px;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px;
  align-items: center;
}

.hero-copy { padding-bottom: 90px; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; color: var(--teal);
  background: rgba(65,198,203,0.1);
  border: 1px solid rgba(65,198,203,0.3);
  padding: 7px 16px; border-radius: 999px;
  margin-bottom: 26px;
}
.hero-badge .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--teal);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(65,198,203,0.5); }
  50%      { box-shadow: 0 0 0 7px rgba(65,198,203,0); }
}

h1 {
  margin: 0 0 22px;
  font-family: var(--display); font-weight: 400;
  font-size: clamp(48px, 6vw, 78px);
  line-height: 0.98; letter-spacing: 1px;
  text-shadow: 0 5px 0 rgba(0,0,0,0.3);
  text-wrap: balance;
}
h1 em { font-style: normal; color: var(--accent); }

.hero-sub {
  margin: 0 0 36px; max-width: 480px;
  font-size: 17px; line-height: 1.65; color: var(--ink-70);
  text-wrap: pretty;
}

/* store badges */
.store-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.store-btn {
  display: flex; align-items: center; gap: 12px;
  background: #0d0a1c;
  border: 1.5px solid rgba(255,255,255,0.22);
  border-radius: 14px; padding: 10px 22px 10px 16px;
  transition: border-color .15s, transform .15s, background .15s;
}
.store-btn:hover {
  border-color: rgba(255,255,255,0.55);
  background: #15102a;
  transform: translateY(-2px);
}
.store-btn svg { flex-shrink: 0; }
.store-btn .lines { display: flex; flex-direction: column; line-height: 1.15; padding-top: 1px; }
.store-btn .tiny { font-size: 11px; font-weight: 500; color: var(--ink-55); letter-spacing: 0.2px; }
.store-btn .big  { font-size: 17px; font-weight: 700; color: #fff; }
.store-note { font-size: 12.5px; color: var(--ink-40); margin-top: 14px; }

/* hero phone */
.hero-phone-area {
  position: relative;
  display: flex; justify-content: center;
  padding: 10px 0 0;
  align-self: end;
}
.phone {
  position: relative;
  width: 320px; height: 660px;
  border-radius: 50px;
  padding: 10px;
  background: linear-gradient(155deg, #232231 0%, #0c0b14 100%);
  box-shadow:
    0 50px 100px rgba(0,0,0,0.55),
    inset 0 0 0 2px rgba(255,255,255,0.07),
    0 0 0 1px rgba(0,0,0,0.6);
  transform: rotate(2.5deg);
}
.phone-screen {
  position: relative; width: 100%; height: 100%;
  border-radius: 40px; overflow: hidden;
  background: var(--purple);
  font-family: var(--ui);
}
.phone-notch {
  position: absolute; top: 9px; left: 50%; transform: translateX(-50%);
  width: 88px; height: 24px; background: #000; border-radius: 99px; z-index: 50;
}
/* ambient swooshes like the game */
.phone-screen::before, .phone-screen::after {
  content: ''; position: absolute; pointer-events: none;
  background: rgba(217,217,217,0.05);
}
.phone-screen::before {
  left: -70px; top: 55%; width: 440px; height: 310px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}
.phone-screen::after {
  left: -30px; top: 22%; width: 420px; height: 580px;
  border-radius: 0 0 60% 40% / 0 0 55% 45%;
  background: rgba(217,217,217,0.04);
}

/* ── in-phone match UI — faithful to the real game screen ──
   Standart mesaj balonları: giden = sarı ton, gelen = beyaz ton.
   Oyun kuralı gereği rakam pozisyonları renklendirilmez; yalnızca
   "n doğru" sayaç pili gösterilir. */
.phone-screen { display: flex; flex-direction: column; }

.match-header {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; gap: 6px;
  padding: 42px 10px 0;
}
.mp { display: flex; align-items: center; gap: 5px; min-width: 0; }
.mp.right { flex-direction: row-reverse; text-align: right; }
.mp-avatar {
  flex-shrink: 0;
  width: 30px; height: 30px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-size: 14px; color: var(--purple-dark);
  border: 2.5px solid #fff;
  box-shadow: 0 2px 0 rgba(0,0,0,0.25);
  padding-top: 3px;
}
.mp-name {
  font-family: var(--display); font-size: 10.5px; letter-spacing: 0.3px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.mp-status { font-size: 8px; font-weight: 600; color: rgba(255,255,255,0.7); }

/* center score box — hangs from the top edge like the real game */
.center-score {
  margin-top: -42px; padding: 36px 8px 6px;
  background: var(--purple);
  border: 2.5px solid #fff; border-top: none;
  border-radius: 0 0 15px 15px;
  text-align: center; min-width: 88px;
}
.cs-secret {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 2px 7px; border-radius: 99px;
  background: rgba(255,238,83,0.16);
  border: 1px solid rgba(255,238,83,0.45);
  margin-bottom: 4px;
}
.cs-secret .cs-label { font-size: 7.5px; font-weight: 700; color: var(--yellow); letter-spacing: 0.5px; }
.cs-secret .cs-digits {
  font-family: var(--display); font-size: 11px; color: #fff;
  letter-spacing: 2px; filter: blur(3.5px);
}
.cs-stars { display: flex; justify-content: center; gap: 2px; font-size: 10px; line-height: 1; }
.cs-stars .on  { color: var(--yellow); text-shadow: 0 1px 0 rgba(0,0,0,0.3); }
.cs-stars .off { color: rgba(0,0,0,0.35); }
.cs-round { font-family: var(--display); font-size: 9px; color: var(--yellow); letter-spacing: 0.8px; margin-top: 3px; }

/* match clock */
.match-clock { position: relative; z-index: 2; padding: 7px 12px 0; }
.mc-bar { height: 5px; border-radius: 99px; background: rgba(255,255,255,0.2); overflow: hidden; }
.mc-fill {
  height: 100%; width: 57%;
  background: linear-gradient(90deg, var(--yellow), var(--coral));
  border-radius: 99px;
  transition: width 1s linear;
}
.mc-labels {
  display: flex; justify-content: space-between;
  margin-top: 2px; font-size: 8px; font-weight: 600; color: rgba(255,255,255,0.6);
}
.mc-labels .mc-time { font-family: var(--display); color: rgba(255,255,255,0.85); letter-spacing: 0.5px; }

/* chat-style guess feed */
.match-feed {
  position: relative; z-index: 2; flex: 1;
  display: flex; flex-direction: column; justify-content: flex-end; gap: 7px;
  padding: 8px 12px; overflow: hidden; min-height: 0;
}
.sys-row { display: flex; align-items: center; gap: 7px; padding: 2px 0; }
.sys-row .ln { flex: 1; height: 1px; background: rgba(255,255,255,0.08); }
.sys-row .tx {
  font-size: 7.5px; font-weight: 700; letter-spacing: 0.6px;
  text-transform: uppercase; color: rgba(255,255,255,0.45); white-space: nowrap;
}
.g-row { display: flex; align-items: center; gap: 6px; }
.g-row.me { flex-direction: row-reverse; }
.g-stack { display: flex; flex-direction: column; gap: 3px; }
.g-row.me .g-stack { align-items: flex-end; }
.g-bubble {
  display: flex; gap: 3px;
  padding: 4px 6px; border-radius: 12px;
  border: 1.5px solid;
}
.g-row.me  .g-bubble { background: rgba(255,238,83,0.14);  border-color: rgba(255,238,83,0.35); }  /* giden — standart */
.g-row.opp .g-bubble { background: rgba(255,255,255,0.07); border-color: rgba(255,255,255,0.1); }   /* gelen — standart */
.g-tile {
  width: 24px; height: 28px; border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-size: 14px; color: #fff;
  background: rgba(0,0,0,0.22); border: 1px solid rgba(255,255,255,0.18);
  padding-top: 2px;
}
.g-row.shown .g-tile { animation: tileFlip .5s ease-out both; }
.g-row.shown .g-tile:nth-child(2) { animation-delay: .1s; }
.g-row.shown .g-tile:nth-child(3) { animation-delay: .2s; }
@keyframes tileFlip {
  from { transform: rotateX(90deg); opacity: 0; }
  to   { transform: rotateX(0);     opacity: 1; }
}
.g-row.win .g-bubble { box-shadow: 0 0 12px rgba(78,227,142,0.5); }
.g-row.win .g-tile   { background: rgba(78,227,142,0.3); border-color: var(--green); }
.g-pill {
  display: inline-flex; align-items: center; gap: 3px;
  padding: 2px 6px; border-radius: 99px; white-space: nowrap;
  font-size: 8px; font-weight: 700; letter-spacing: 0.3px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.55);
}
.g-pill .n { font-family: var(--display); font-size: 10px; }
.g-pill.hot {
  background: rgba(232,181,71,0.16); border-color: rgba(232,181,71,0.4);
  color: var(--amber);
}
.g-win-tag { font-size: 8px; font-weight: 800; color: var(--green); letter-spacing: 0.5px; }

/* step-visual feedback legend text (used outside the phone too) */
.guess-res { display: flex; gap: 5px; font-size: 10px; font-weight: 700; }
.guess-res .r-ok   { color: var(--teal); }
.guess-res .r-near { color: var(--amber); }
.guess-res .r-no   { color: rgba(229,83,83,0.7); }
.guess-res .r-win  { color: var(--green); font-weight: 800; letter-spacing: 0.4px; }

/* animated entry */
.sys-row, .g-row { opacity: 0; transform: translateY(12px); }
.sys-row.shown, .g-row.shown { opacity: 1; transform: none; transition: opacity .4s, transform .4s cubic-bezier(.2,.9,.3,1.2); }

/* action dock — emoji / mesaj / mic / ses / güç / rapor */
.match-dock {
  position: relative; z-index: 2;
  display: flex; gap: 4px; padding: 0 10px 7px;
}
.dock-btn {
  flex: 1; display: flex; flex-direction: column; align-items: center; gap: 1px;
  padding: 4px 2px; border-radius: 9px;
  background: rgba(0,0,0,0.22); border: 1px solid rgba(255,255,255,0.12);
}
.dock-btn .di { font-size: 11px; line-height: 1.2; }
.dock-btn .dl { font-size: 6.5px; font-weight: 700; color: rgba(255,255,255,0.75); white-space: nowrap; }
.dock-btn.hl { background: rgba(255,238,83,0.14); border-color: rgba(255,238,83,0.4); }

/* embedded keypad — yellow top line is the turn timer */
.match-pad {
  position: relative; z-index: 3;
  background: linear-gradient(180deg, #6D6BCC, var(--purple));
  padding: 12px 12px 16px;
}
.turn-line { position: absolute; top: 0; left: 0; right: 0; height: 4px; background: rgba(0,0,0,0.35); }
.turn-fill {
  position: absolute; top: 0; bottom: 0; left: 0; width: 100%;
  background: var(--yellow);
  box-shadow: 0 0 8px var(--yellow);
  animation: turnDeplete 20s linear infinite;
}
@keyframes turnDeplete { from { width: 100%; } to { width: 0%; } }
.pad-slots { display: flex; justify-content: center; align-items: center; gap: 7px; margin-bottom: 9px; }
.pad-slot {
  width: 38px; height: 44px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-size: 22px; color: var(--purple-dark);
  background: rgba(0,0,0,0.25); border: 2px solid rgba(255,255,255,0.2);
  padding-top: 3px;
  transition: background .15s, border-color .15s;
}
.pad-slot.filled { background: #fff; border-color: var(--yellow); box-shadow: 0 2px 0 var(--yellow-drop); }
.pad-slot.current { border-color: var(--yellow); animation: slotPulse 1.6s ease-in-out infinite; }
@keyframes slotPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,238,83,0.35); }
  50%      { box-shadow: 0 0 0 4px rgba(255,238,83,0); }
}
.pad-clear {
  margin-left: 6px; padding: 3px 7px; border-radius: 7px;
  background: rgba(0,0,0,0.25); border: 1px solid rgba(255,255,255,0.15);
  font-size: 7.5px; font-weight: 700; letter-spacing: 0.5px; color: rgba(255,255,255,0.7);
}
.pad-keys { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.pk {
  height: 31px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-size: 15px; color: #fff;
  background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 2px 0 rgba(0,0,0,0.25);
  padding-top: 2px;
}
.pk.muted { background: rgba(0,0,0,0.2); color: rgba(255,255,255,0.6); }
.pk.go { background: var(--teal); border: 2px solid #fff; font-size: 13px; letter-spacing: 1px; }

/* floating reaction bubbles */
.float-card {
  position: absolute; z-index: 5;
  display: flex; align-items: center; gap: 10px;
  background: rgba(13,10,28,0.92);
  border: 1px solid var(--line);
  border-radius: 16px; padding: 12px 18px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.5);
  backdrop-filter: blur(8px);
  animation: floaty 5s ease-in-out infinite;
}
.float-card .fc-icon { font-size: 22px; }
.float-card .fc-t { font-size: 13px; font-weight: 700; color: #fff; line-height: 1.2; }
.float-card .fc-s { font-size: 11px; font-weight: 500; color: var(--ink-55); }
.float-1 { top: 14%; left: -8%; animation-delay: 0s; }
.float-2 { bottom: 18%; right: -10%; animation-delay: 2.5s; }
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-12px); }
}

/* ───────────────────────── sections base ───────────────────────── */
section { position: relative; }
.section-pad { padding: 110px 0; }

.kicker {
  font-size: 12px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--teal);
  margin: 0 0 12px;
}
h2.title {
  margin: 0 0 16px;
  font-family: var(--display); font-weight: 400;
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.02; letter-spacing: 1px;
  text-shadow: 0 4px 0 rgba(0,0,0,0.28);
  text-wrap: balance;
}
h2.title em { font-style: normal; color: var(--accent); }
.lede {
  margin: 0; max-width: 560px;
  font-size: 16px; line-height: 1.7; color: var(--ink-70);
  text-wrap: pretty;
}
.center { text-align: center; }
.center .lede { margin: 0 auto; }

/* reveal on scroll — hidden state is only applied via JS (.prep),
   so no-JS / no-IntersectionObserver environments still show everything */
.reveal.prep { opacity: 0; transform: translateY(26px); }
.reveal { transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.3,1); }
.reveal.in { opacity: 1; transform: none; }

/* ───────────────────────── how to play ───────────────────────── */
#nasil-oynanir {
  background: linear-gradient(to bottom, var(--night-low), var(--night-mid) 30%, var(--night-mid) 70%, var(--night-low));
}
.steps {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
  margin-top: 56px;
}
.step-card {
  position: relative;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 30px 26px 28px;
  overflow: hidden;
}
.step-num {
  font-family: var(--display); font-size: 76px; line-height: 1;
  color: rgba(255,255,255,0.07);
  position: absolute; top: 14px; right: 20px;
  user-select: none;
}
.step-card h3 {
  margin: 0 0 10px;
  font-family: var(--display); font-weight: 400;
  font-size: 23px; letter-spacing: 0.5px;
}
.step-card h3 .hl { color: var(--accent); }
.step-card p { margin: 0; font-size: 14px; line-height: 1.65; color: var(--ink-70); }
.step-visual {
  margin-top: 22px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
}
.digit-tile {
  width: 44px; height: 52px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-size: 26px; color: #fff;
  background: rgba(0,0,0,0.32); border: 1.5px solid rgba(255,255,255,0.16);
  padding-top: 4px;
}
.digit-tile.y { background: var(--yellow); color: #1a1230; border-color: #fff; box-shadow: 0 3px 0 var(--yellow-drop); }
.digit-tile.t { background: var(--teal-dark); border-color: var(--teal); }
.digit-tile.a { background: rgba(198,154,47,0.5); border-color: #C69A2F; }
.digit-tile.n { color: rgba(255,255,255,0.35); border-color: rgba(229,83,83,0.45); }
.digit-tile.g { background: rgba(78,227,142,0.22); border-color: var(--green); }

/* feedback legend */
.legend {
  margin-top: 56px;
  background: rgba(88,85,192,0.12);
  border: 1px solid rgba(116,113,232,0.3);
  border-radius: 24px;
  padding: 30px 34px;
  display: grid; grid-template-columns: auto 1fr; gap: 12px 40px; align-items: center;
}
.legend-title {
  grid-column: 1 / -1;
  font-family: var(--display); font-size: 20px; letter-spacing: 0.5px;
  color: var(--lilac-soft);
}
.legend-items { grid-column: 1 / -1; display: flex; gap: 36px; flex-wrap: wrap; }
.legend-item { display: flex; align-items: center; gap: 12px; }
.legend-item .digit-tile { width: 38px; height: 44px; font-size: 21px; }
.legend-item .lt { font-size: 13.5px; line-height: 1.4; color: var(--ink-70); }
.legend-item .lt b { display: block; color: #fff; font-size: 14px; }

/* ───────────────────────── features ───────────────────────── */
.features {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
  margin-top: 56px;
}
.feature-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 30px 28px;
  transition: transform .25s, border-color .25s, background .25s;
}
.feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.07);
}
.feature-icon {
  width: 56px; height: 56px; border-radius: 17px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  border: 1.5px solid;
}
.feature-card h3 {
  margin: 0 0 10px;
  font-family: var(--display); font-weight: 400;
  font-size: 21px; letter-spacing: 0.5px;
}
.feature-card p { margin: 0; font-size: 14px; line-height: 1.65; color: var(--ink-70); }
.mode-chips { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 16px; }
.mode-chip {
  font-family: var(--display); font-size: 11px; letter-spacing: 0.5px;
  padding: 6px 12px 4px; border-radius: 999px;
  background: rgba(0,0,0,0.3); border: 1px solid var(--line);
  color: var(--ink-70);
}

/* ───────────────────────── updates ───────────────────────── */
#guncellemeler {
  background: linear-gradient(to bottom, var(--night-low), var(--night-mid) 35%, var(--night-mid) 65%, var(--night-low));
}
.timeline { margin-top: 56px; position: relative; max-width: 760px; }
.timeline::before {
  content: ''; position: absolute; left: 7px; top: 8px; bottom: 8px;
  width: 2px; background: linear-gradient(to bottom, var(--teal), rgba(116,113,232,0.4), transparent);
}
.tl-item { position: relative; padding: 0 0 44px 44px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-dot {
  position: absolute; left: 0; top: 6px;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--night-mid); border: 3px solid var(--teal);
}
.tl-item.latest .tl-dot { background: var(--yellow); border-color: var(--yellow); box-shadow: 0 0 0 5px rgba(255,238,83,0.15); }
.tl-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; flex-wrap: wrap; }
.tl-ver {
  font-family: var(--display); font-size: 19px; letter-spacing: 0.5px; color: #fff;
}
.tl-tag {
  font-size: 10.5px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px;
  background: rgba(255,238,83,0.14); color: var(--yellow);
  border: 1px solid rgba(255,238,83,0.3);
}
.tl-date { font-size: 12.5px; font-weight: 600; color: var(--ink-40); }
.tl-item h3 { margin: 0 0 8px; font-size: 17px; font-weight: 700; color: #fff; }
.tl-item p { margin: 0; font-size: 14px; line-height: 1.65; color: var(--ink-70); max-width: 560px; }

/* ───────────────────────── values ───────────────────────── */
.values {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px;
  margin-top: 56px;
}
.value-card {
  display: flex; gap: 20px; align-items: flex-start;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
}
.value-mark {
  flex-shrink: 0;
  width: 46px; height: 46px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-size: 22px; padding-top: 4px;
  background: rgba(65,198,203,0.12); color: var(--teal);
  border: 1.5px solid rgba(65,198,203,0.35);
}
.value-card h3 { margin: 2px 0 8px; font-size: 16.5px; font-weight: 700; }
.value-card p { margin: 0; font-size: 14px; line-height: 1.65; color: var(--ink-70); }

/* ───────────────────────── CTA ───────────────────────── */
.cta {
  position: relative; overflow: hidden;
  background:
    radial-gradient(90% 130% at 50% 115%, rgba(88,85,192,0.55) 0%, transparent 60%),
    linear-gradient(to bottom, var(--night-low), var(--night-mid));
  text-align: center;
  padding: 130px 0 140px;
}
.cta h2.title { font-size: clamp(42px, 5.5vw, 68px); }
.cta .store-row { justify-content: center; margin-top: 40px; }
.cta-digits span {
  position: absolute; font-family: var(--display);
  color: rgba(255,255,255,0.045); user-select: none; line-height: 1;
  pointer-events: none;
}

/* ───────────────────────── footer ───────────────────────── */
footer {
  border-top: 1px solid var(--line);
  background: #05030c;
  padding: 56px 0 40px;
}
.foot-grid {
  display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap;
  align-items: flex-start;
}
.foot-brand p { margin: 14px 0 0; font-size: 13px; color: var(--ink-55); max-width: 300px; line-height: 1.6; }
.foot-col h4 {
  margin: 0 0 14px; font-size: 11.5px; font-weight: 800;
  letter-spacing: 1.8px; text-transform: uppercase; color: var(--ink-40);
}
.foot-col { display: flex; flex-direction: column; }
.foot-links { display: flex; flex-direction: column; gap: 10px; }
.foot-links a { font-size: 13.5px; color: var(--ink-70); transition: color .15s; }
.foot-links a:hover { color: #fff; }
.foot-bottom {
  margin-top: 44px; padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 12.5px; color: var(--ink-40);
}

/* ───────────────────────── responsive ───────────────────────── */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { padding-bottom: 0; text-align: center; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .store-row { justify-content: center; }
  .hero-phone-area { padding-bottom: 70px; }
  .float-1 { left: 0; }
  .float-2 { right: 0; }
  .steps, .features { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
}
@media (max-width: 640px) {
  .steps, .features, .values { grid-template-columns: 1fr; }
  .legend-items { flex-direction: column; gap: 18px; align-items: flex-start; }
  .section-pad { padding: 80px 0; }
  .float-card { display: none; }
  .phone { transform: rotate(0deg); width: 290px; height: 600px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .sys-row, .g-row { opacity: 1 !important; transform: none !important; transition: none !important; }
  .float-card, .hero-badge .dot, .turn-fill, .pad-slot.current, .g-row.shown .g-tile { animation: none !important; }
}
