/* ═══════════════ SİPAREL ULTRA CINEMATIC LANDING SYSTEM ═══════════════ */
:root {
  --bg: #030d08;
  --bg2: #06170e;
  --grn: #25D366;
  --grn2: #0fb85a;
  --grn-glow: rgba(37, 211, 102, 0.4);
  --ink: #eafff2;
  --mut: #8fb3a0;
  --red: #ff4d5e;
  --red-glow: rgba(255, 77, 94, 0.35);
  --card: rgba(255, 255, 255, 0.045);
  --card-border: rgba(37, 211, 102, 0.18);
  /* 3002'deki site ile aynı yazı ailesi: Inter (başlıklar dahil) */
  --font-d: 'Inter', system-ui, sans-serif;
  --font-t: 'Inter', system-ui, sans-serif;
  /* tema-duyarlı ek değişkenler (koyu varsayılan) */
  --strong: #fff;
  --panel: #0a1810;
  --panel2: rgba(12, 28, 19, 0.92);
  --bigbackc: rgba(255,255,255,.025);
  --titleA: #fff;
  --titleB: rgba(255,255,255,.2);
  --ghostbg: rgba(255,255,255,.05);
  --ghostline: rgba(255,255,255,.16);
  --dotbg: rgba(255,255,255,.2);
  --chipbg: rgba(255,255,255,.06);
  --glowop: .35;
  --btn-bg: #34d399;
  --btn-fg: #06251b;
}

/* ── AÇIK TEMA — 3002'deki siteyle aynı sözleşme:
   html[data-theme="light"] zorunlu açık, data-theme yokken sistem tercihi. ── */
[data-theme="light"] {
  --bg: #f1f6f2; --bg2: #e7f0ea;
  --ink: #13211a; --mut: #52685c;
  --strong: #0b1710;
  --card: rgba(8, 60, 35, 0.05);
  --card-border: rgba(10, 120, 64, 0.22);
  --panel: #ffffff;
  --panel2: rgba(255, 255, 255, 0.96);
  --bigbackc: rgba(6, 70, 38, 0.06);
  --titleA: #0b1710; --titleB: rgba(11, 23, 16, 0.3);
  --ghostbg: rgba(6, 40, 25, 0.05);
  --ghostline: rgba(6, 40, 25, 0.2);
  --dotbg: rgba(0, 0, 0, 0.18);
  --chipbg: rgba(6, 40, 25, 0.06);
  --grn: #0da356; --grn2: #0a8f4b; --grn-glow: rgba(13, 163, 86, 0.28);
  --glowop: .18;
  --btn-bg: #0e8a52;
  --btn-fg: #ffffff;
}
@media (prefers-color-scheme: light) {
  :root:not([data-theme="dark"]) {
    --bg: #f1f6f2; --bg2: #e7f0ea;
    --ink: #13211a; --mut: #52685c;
    --strong: #0b1710;
    --card: rgba(8, 60, 35, 0.05);
    --card-border: rgba(10, 120, 64, 0.22);
    --panel: #ffffff;
    --panel2: rgba(255, 255, 255, 0.96);
    --bigbackc: rgba(6, 70, 38, 0.06);
    --titleA: #0b1710; --titleB: rgba(11, 23, 16, 0.3);
    --ghostbg: rgba(6, 40, 25, 0.05);
    --ghostline: rgba(6, 40, 25, 0.2);
    --dotbg: rgba(0, 0, 0, 0.18);
    --chipbg: rgba(6, 40, 25, 0.06);
    --grn: #0da356; --grn2: #0a8f4b; --grn-glow: rgba(13, 163, 86, 0.28);
    --glowop: .18;
    --btn-bg: #0e8a52;
    --btn-fg: #ffffff;
  }
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: auto; background: var(--bg); }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-t);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--grn); color: #04100a; }
b { color: var(--strong); }
.grn { color: var(--grn); }
.red { color: var(--red); }

/* ── Film Greni (Noise Texture) ── */
.grain {
  position: fixed; inset: -100px; z-index: 90; pointer-events: none; opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 7s steps(8) infinite;
}
@keyframes grain {
  0%,100%{transform:translate(0,0)}12%{transform:translate(-40px,20px)}25%{transform:translate(30px,-35px)}
  38%{transform:translate(-25px,-20px)}50%{transform:translate(35px,30px)}62%{transform:translate(-45px,10px)}
  75%{transform:translate(20px,-40px)}88%{transform:translate(-15px,35px)}
}

/* ── İlerleme Çubuğu ── */
.progressbar { position: fixed; top: 0; left: 0; right: 0; height: 4px; z-index: 120; background: rgba(255,255,255,.06); }
.progressbar i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--grn2), var(--grn)); box-shadow: 0 0 16px var(--grn); }

/* ── Sinema Şeritleri (Letterbox) ── */
.letterbox { position: fixed; left: 0; right: 0; height: 0; background: #000; z-index: 110; transition: height .8s cubic-bezier(.7,0,.3,1); }
.lb-top { top: 0; } .lb-bottom { bottom: 0; }
body.cinema .lb-top { height: 8vh; }
body.cinema .lb-bottom { height: 8vh; }

/* ── Altyazı Motoru ── */
/* Altyazı, alttaki siyah sinema şeridinin (letterbox) İÇİNDE durur */
.subtitle {
  position: fixed; bottom: 0; left: 50%; transform: translateX(-50%) translateY(14px);
  z-index: 115; height: 8vh; display: flex; align-items: center; padding: 0 1.6rem;
  background: transparent; border: none; box-shadow: none;
  font-family: var(--font-d); font-size: clamp(.85rem, 1.4vw, 1.1rem); letter-spacing: .15em; color: #fff;
  opacity: 0; transition: opacity .4s, transform .4s; pointer-events: none; white-space: nowrap;
}
body.cinema .subtitle.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ── NETFLIX TARZI INTRO ── */
.intro {
  position: fixed; inset: 0; z-index: 300; background: #000; display: none;
  align-items: center; justify-content: center; flex-direction: column; overflow: hidden;
}
.intro.on { display: flex; }
.intro-presents {
  position: absolute; font-family: var(--font-d); font-size: clamp(1rem, 2.2vw, 1.4rem);
  letter-spacing: .6em; color: #8ab; opacity: 0;
}
.intro-presents span { color: var(--grn); }
.intro.on .intro-presents { animation: presents 1.6s ease forwards; }
@keyframes presents {
  0%{opacity:0;letter-spacing:.9em;filter:blur(8px)}
  35%{opacity:1;filter:blur(0)}
  80%{opacity:1;letter-spacing:.6em}
  100%{opacity:0;letter-spacing:.4em}
}
.intro-logo { position: relative; opacity: 0; text-align: center; }
.intro.on .intro-logo { animation: logoin 3s cubic-bezier(.2,.7,.2,1) 1.4s forwards; }
.intro-word {
  font-family: var(--font-d); font-weight: 800; font-size: clamp(3.8rem, 15vw, 12rem); letter-spacing: .06em;
  background: linear-gradient(180deg, #3dff8b 0%, #25D366 45%, #0a7a38 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 0 50px rgba(37,211,102,.65)); display: block;
}
.intro-subtag {
  font-family: var(--font-d); letter-spacing: .4em; font-size: clamp(.8rem, 1.5vw, 1.1rem); color: var(--mut); margin-top: -1rem; display: block;
}
.intro-beam {
  position: absolute; inset: -20% -10%;
  background: linear-gradient(100deg, transparent 30%, rgba(255,255,255,.6) 50%, transparent 70%);
  mix-blend-mode: overlay; transform: translateX(-120%);
}
.intro.on .intro-beam { animation: beam 1.4s ease 2.5s forwards; }
@keyframes beam { to { transform: translateX(120%); } }
@keyframes logoin {
  0%{opacity:0;transform:scale(2.5);filter:blur(16px)}
  30%{opacity:1;filter:blur(0)}
  75%{opacity:1;transform:scale(1)}
  100%{opacity:0;transform:scale(.92);filter:blur(8px)}
}

/* ── SİNEMA HUD ── */
.cinehud {
  position: fixed; right: 1.5rem; bottom: 1.5rem; z-index: 130; display: none; gap: .6rem;
}
body.cinema .cinehud { display: flex; }
.cinehud button {
  padding: .6rem 1.2rem; border-radius: 999px; border: 1px solid rgba(37,211,102,.4);
  background: rgba(4, 16, 10, 0.85); color: #fff; font-size: .9rem; font-weight: 700; cursor: pointer;
  backdrop-filter: blur(12px); transition: .25s; font-family: var(--font-d);
  box-shadow: 0 8px 25px rgba(0,0,0,.6);
}
.cinehud button:hover { border-color: var(--grn); color: var(--grn); transform: scale(1.06); }

/* ── Duraklatma & Bitiş Katmanları ── */
.cinepaused, .cineend {
  position: fixed; inset: 0; z-index: 200; background: rgba(3, 13, 8, 0.88); backdrop-filter: blur(14px);
  display: none; align-items: center; justify-content: center; text-align: center; padding: 2rem;
}
.cinepaused.on, .cineend.on { display: flex; }
.cp-box, .ce-box { max-width: 540px; }
.cp-badge { letter-spacing: .3em; font-size: .8rem; color: var(--grn); font-family: var(--font-d); margin-bottom: .8rem; }
.cp-title { font-family: var(--font-d); font-size: clamp(1.6rem, 3.5vw, 2.5rem); font-weight: 800; margin-bottom: .8rem; }
.cp-desc { color: var(--mut); margin-bottom: 2rem; line-height: 1.6; }
.cp-actions, .ce-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.ce-kicker { letter-spacing: .6em; color: var(--grn); font-family: var(--font-d); margin-bottom: 1rem; font-weight: 700; }
.ce-title { font-family: var(--font-d); font-weight: 800; font-size: clamp(2.4rem, 7vw, 5.5rem); margin-bottom: 1rem; }
.ce-sub { color: var(--mut); font-size: clamp(1rem, 2vw, 1.3rem); margin-bottom: 2.2rem; }

/* ── BUTONLAR — 3002'deki siteyle aynı dil: Inter, pill, sakin gölge, emoji yerine SVG ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: 0 1.5rem; height: 48px; border-radius: 999px; font-weight: 600; font-size: .95rem;
  font-family: var(--font-t); letter-spacing: 0;
  text-decoration: none; cursor: pointer; border: 1px solid transparent; transition: .2s; white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-primary { background: var(--btn-bg); color: var(--btn-fg); box-shadow: 0 1px 2px rgba(0,0,0,.2), 0 8px 24px rgba(16,185,129,.25); }
.btn-primary:hover { transform: translateY(-1px); filter: brightness(1.06); box-shadow: 0 2px 4px rgba(0,0,0,.2), 0 12px 32px rgba(16,185,129,.35); }
.btn-primary:active { transform: translateY(0) scale(.98); }
.btn-ghost { background: var(--ghostbg); color: var(--ink); border-color: var(--ghostline); }
.btn-ghost:hover { border-color: var(--grn); color: var(--grn); background: rgba(37,211,102,.08); }
.btn-big { height: 56px; padding: 0 2rem; font-size: 1.02rem; }
.btn-tour { background: rgba(37,211,102,.1); color: var(--grn); border-color: var(--grn); animation: tourpulse 2.4s infinite; }
.btn-tour:hover { background: var(--grn); color: #04100a; }
.btn.full { width: 100%; }
@keyframes tourpulse { 0%,100%{box-shadow:0 0 0 0 rgba(37,211,102,.45)}55%{box-shadow:0 0 0 16px rgba(37,211,102,0)} }

/* ── NAV ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; justify-content: space-between; align-items: center;
  padding: 1.1rem 2.5rem; transition: .5s;
  background: linear-gradient(180deg, rgba(3,13,8,.9), transparent); backdrop-filter: blur(10px);
}
body.cinema .nav { opacity: 0; pointer-events: none; transform: translateY(-100%); }
.nav-logo { font-family: var(--font-d); font-weight: 800; letter-spacing: .15em; color: #fff; text-decoration: none; display: flex; align-items: center; gap: .6rem; font-size: 1.2rem; }
.nav-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--grn); box-shadow: 0 0 12px var(--grn); animation: tourpulse 2s infinite; }
.nav-links { display: flex; gap: 1.5rem; }
.nav-links a { color: var(--mut); text-decoration: none; font-size: .9rem; font-weight: 500; transition: .2s; }
.nav-links a:hover { color: var(--grn); }
.nav-right { display: flex; gap: .8rem; align-items: center; }

/* ── Bölüm Noktaları ── */
.chapters { position: fixed; right: 1.2rem; top: 50%; transform: translateY(-50%); z-index: 100; display: flex; flex-direction: column; gap: .7rem; }
body.cinema .chapters { opacity: 0; pointer-events: none; }
.chapters button {
  width: 10px; height: 10px; border-radius: 50%; border: none; background: var(--dotbg); cursor: pointer; transition: .3s; position: relative;
}
/* Görünmez geniş vuruş alanı: noktanın SOLUNA yaklaşınca da hover sayılır */
.chapters button::after {
  content: ''; position: absolute; top: -6px; bottom: -6px; left: -46px; right: -10px;
}
.chapters button:hover { background: var(--grn); box-shadow: 0 0 10px var(--grn); transform: scale(1.35); }
.chapters button.on { background: var(--grn); box-shadow: 0 0 10px var(--grn); transform: scale(1.4); }
.chapters button::before {
  content: attr(data-label); position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
  padding: .3rem .7rem; border-radius: 4px; background: rgba(0,0,0,.85); color: #fff; font-size: .75rem;
  white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .2s; font-family: var(--font-d);
}
.chapters button:hover::before { opacity: 1; }

/* ── SECTIONS & STAGING ── */
main { position: relative; }
.wrap { position: relative; width: 100%; }
.pin { position: sticky; top: 0; width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.pin.dark-red { background: radial-gradient(circle at center, rgba(180, 20, 40, 0.25) 0%, var(--bg) 70%); }

/* ── Dev Arka Plan Yazıları ── */
.bigback {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  font-family: var(--font-d); font-weight: 900; font-size: clamp(6rem, 24vw, 22rem); letter-spacing: -.03em;
  color: var(--bigbackc); pointer-events: none; white-space: nowrap; text-transform: uppercase;
}

/* ── HERO ── */
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
/* Parıltılar ekrana ORANLA boyutlanır: mobilde de köşeler parlak, ORTA karanlık kalır */
.hero-glow { position: absolute; width: clamp(220px, 55vw, 600px); height: clamp(220px, 55vw, 600px); border-radius: 50%; filter: blur(min(140px, 16vw)); opacity: var(--glowop); }
.g1 { background: var(--grn); top: calc(clamp(220px, 55vw, 600px) * -0.35); left: calc(clamp(220px, 55vw, 600px) * -0.2); }
.g2 { background: #0fb85a; bottom: calc(clamp(220px, 55vw, 600px) * -0.35); right: calc(clamp(220px, 55vw, 600px) * -0.2); }
.hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(37,211,102,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(37,211,102,.05) 1px, transparent 1px);
  background-size: 60px 60px; opacity: .4;
}

.floaters { position: absolute; inset: 0; pointer-events: none; }
.floater { position: absolute; }
.f-msg {
  padding: .7rem 1.3rem; border-radius: 18px; background: rgba(15, 30, 20, 0.85); border: 1px solid rgba(37,211,102,.3);
  font-size: .95rem; backdrop-filter: blur(10px); box-shadow: 0 10px 30px rgba(0,0,0,.6); color: #fff;
}
.f-msg.me { background: rgba(37,211,102,.2); border-color: var(--grn); }
.f-emoji { font-size: 2.8rem; filter: drop-shadow(0 10px 20px rgba(0,0,0,.8)); }
.f-badge { padding: .5rem 1rem; border-radius: 999px; background: var(--chipbg); border: 1px solid var(--grn); font-weight: 700; font-size: .85rem; color: var(--grn); }

.hero-inner { text-align: center; max-width: 900px; padding: 0 1.5rem; z-index: 10; }
.hero-badge { display: inline-block; padding: .4rem 1.1rem; border-radius: 999px; background: rgba(37,211,102,.12); border: 1px solid var(--grn); font-size: .85rem; font-weight: 700; color: var(--grn); margin-bottom: 1.5rem; }
.hero-title { font-family: var(--font-d); font-weight: 900; font-size: clamp(4rem, 14vw, 10rem); letter-spacing: -.03em; line-height: .95; margin-bottom: 1.5rem; }
.hero-sub { font-size: clamp(1.1rem, 2.2vw, 1.5rem); color: var(--mut); line-height: 1.6; margin-bottom: 2.5rem; }
.hero-cta { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 1.2rem; }
.hero-hint { font-size: .85rem; color: var(--mut); }

.scrolldown { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); font-size: .75rem; letter-spacing: .25em; color: var(--mut); display: flex; flex-direction: column; align-items: center; gap: .5rem; }
.scrolldown span { width: 2px; height: 28px; background: linear-gradient(180deg, var(--grn), transparent); animation: scrollanim 2s infinite; }
@keyframes scrollanim { 0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform:scaleY(1);transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom} }

/* ── SORUN (DERTSİZ RESTORAN) ── */
.prob-lines { max-width: 960px; padding: 0 1.5rem; text-align: center; z-index: 10; }
.prob-line { font-family: var(--font-d); font-weight: 800; font-size: clamp(2rem, 5.5vw, 4.2rem); line-height: 1.25; margin-bottom: 1rem; }
.prob-line.accent { color: var(--red); filter: drop-shadow(0 0 20px var(--red-glow)); margin-top: 2rem; }
.prob-line .w { display: inline-block; margin: 0 .15em; transition: opacity .1s; }

/* ── NASIL ÇALIŞIR ── */
.mega-title {
  position: absolute; font-family: var(--font-d); font-weight: 900; font-size: clamp(5rem, 18vw, 14rem);
  text-align: center; line-height: .88; letter-spacing: -.03em;
  background: linear-gradient(180deg, var(--titleA) 0%, var(--titleB) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.how-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; max-width: 1100px; padding: 0 1.5rem; width: 100%; z-index: 10; }
.how-step {
  padding: 2.2rem; border-radius: 24px; background: var(--card); border: 1px solid var(--card-border); backdrop-filter: blur(16px);
  position: relative; overflow: hidden; transition: transform .3s, border-color .3s;
}
.how-step:hover { border-color: var(--grn); transform: translateY(-8px); }
.hs-num { position: absolute; top: 1.2rem; right: 1.5rem; font-family: var(--font-d); font-weight: 900; font-size: 3rem; color: rgba(37,211,102,.15); }
.hs-emoji { font-size: 3rem; margin-bottom: 1.2rem; }
.how-step h3 { font-family: var(--font-d); font-size: 1.5rem; font-weight: 700; margin-bottom: .8rem; }
.how-step p { color: var(--mut); line-height: 1.6; font-size: 1rem; }

/* ── WHATSAPP KONUŞMASI (TAM EKRAN DETAY) ── */
.chat-stage { display: flex; align-items: center; justify-content: center; gap: 4rem; width: 100%; max-width: 1200px; padding: 0 1.5rem; z-index: 10; }
.phone {
  width: 380px; height: 680px; border-radius: 46px; background: #0c1a12; border: 4px solid #1f3b2b;
  box-shadow: 0 25px 80px rgba(0,0,0,.9), 0 0 40px rgba(37,211,102,.2);
  display: flex; flex-direction: column; overflow: hidden; position: relative; shrink: 0;
}
.phone-notch { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 140px; height: 26px; background: #000; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; z-index: 20; }
.wa-header { padding: 2.2rem 1.2rem .8rem; background: #075e54; display: flex; align-items: center; gap: .8rem; color: #fff; }
.wa-avatar { font-size: 1.6rem; }
.wa-title { font-size: .95rem; font-weight: 700; line-height: 1.2; }
.wa-title i { font-size: .75rem; font-weight: 400; color: #a6f3c5; }
.wa-icons { margin-left: auto; font-size: .9rem; opacity: .8; }
.wa-body { flex: 1; padding: 1rem; background: #0b141a; background-image: radial-gradient(rgba(255,255,255,.03) 1px, transparent 1px); background-size: 16px 16px; overflow-y: hidden; display: flex; flex-direction: column; gap: .6rem; }
.wa-day { text-align: center; font-size: .7rem; color: rgba(255,255,255,.4); margin-bottom: .4rem; }
.wa-thread { display: flex; flex-direction: column; gap: .6rem; }
.wa-msg-h { overflow: hidden; transition: height .2s ease; }
.wa-msg { padding: .65rem .9rem; border-radius: 12px; font-size: .88rem; line-height: 1.4; max-width: 85%; position: relative; word-break: break-word; }
.wa-msg time { display: block; text-align: right; font-size: .65rem; color: rgba(255,255,255,.5); margin-top: .2rem; }
.wa-msg.in { background: #202c33; color: #e9edef; align-self: flex-start; border-bottom-left-radius: 2px; }
.wa-msg.out { background: #005c4b; color: #e9edef; align-self: flex-end; border-bottom-right-radius: 2px; }
.wa-msg.sys { background: rgba(37,211,102,.15); color: var(--grn); align-self: center; border: 1px solid rgba(37,211,102,.3); font-size: .78rem; text-align: center; width: 90%; }
.wa-input { padding: .8rem 1.2rem; background: #202c33; color: rgba(255,255,255,.4); font-size: .85rem; display: flex; justify-content: space-between; }

.chat-side { display: flex; flex-direction: column; gap: 1.5rem; max-width: 440px; }
.chat-note { padding: 1.5rem; border-radius: 18px; background: var(--card); border: 1px solid var(--card-border); backdrop-filter: blur(12px); font-size: 1.1rem; line-height: 1.5; }
.chat-note small { display: block; color: var(--mut); font-size: .9rem; margin-top: .4rem; }

/* ── SESLİ ARAMA ── */
.voice-stage { display: flex; align-items: center; justify-content: center; gap: 4rem; width: 100%; max-width: 1150px; padding: 0 1.5rem; z-index: 10; }
.voice-left { max-width: 520px; }
.sec-title { font-family: var(--font-d); font-weight: 800; font-size: clamp(2.2rem, 5vw, 3.8rem); line-height: 1.15; margin-bottom: 1.2rem; }
.sec-title.center { text-align: center; }
.sec-sub { color: var(--mut); font-size: 1.15rem; line-height: 1.6; margin-bottom: 2rem; }
.voice-chip { padding: 1.2rem; border-radius: 16px; background: rgba(255,77,94,.12); border: 1px solid var(--red); color: var(--ink); font-size: .95rem; line-height: 1.5; }

.call-card {
  width: 380px; padding: 2.2rem; border-radius: 32px; background: #0c1c14; border: 1px solid var(--card-border);
  box-shadow: 0 20px 60px rgba(0,0,0,.8); text-align: center; position: relative;
}
.cc-avatar { width: 80px; height: 80px; border-radius: 50%; background: rgba(37,211,102,.2); border: 2px solid var(--grn); font-size: 2.5rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.2rem; }
.cc-name { font-family: var(--font-d); font-weight: 700; font-size: 1.2rem; margin-bottom: .3rem; }
.cc-timer { font-family: var(--font-d); color: var(--grn); font-size: 1rem; margin-bottom: 1.5rem; }
.wave { display: flex; align-items: center; justify-content: center; gap: 4px; height: 40px; margin-bottom: 1.5rem; }
.wave i { width: 4px; height: 20%; background: var(--grn); border-radius: 2px; transition: height .1s; }
.cc-lines { text-align: left; display: flex; flex-direction: column; gap: .7rem; font-size: .9rem; margin-bottom: 1.5rem; }
.cc-line.human { color: var(--mut); }
.cc-line.bot { color: var(--grn); font-weight: 600; }
.cc-actions { display: flex; justify-content: center; gap: 2rem; }
.cc-btn { width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: #fff; }
.cc-btn.red { background: var(--red); }
.cc-btn.grn { background: var(--grn); color: #000; }

/* ── MUTFAK KASA ── */
.kitchen-stage { display: flex; align-items: center; justify-content: center; gap: 4rem; width: 100%; max-width: 1150px; padding: 0 1.5rem; z-index: 10; }
.kitchen-left { max-width: 480px; }
.kds { width: 480px; padding: 1.8rem; border-radius: 28px; background: #0c1811; border: 1px solid var(--card-border); box-shadow: 0 20px 60px rgba(0,0,0,.8); }
.kds-head { font-family: var(--font-d); font-weight: 700; font-size: 1.1rem; display: flex; justify-content: space-between; margin-bottom: 1.5rem; border-bottom: 1px solid rgba(255,255,255,.1); padding-bottom: .8rem; }
.kds-live { color: var(--grn); font-size: .85rem; }
.ticket { padding: 1.4rem; border-radius: 18px; background: #14261c; border: 1px dashed rgba(37,211,102,.4); margin-bottom: 1rem; }
.ticket.dim { opacity: .5; }
.tk-top { display: flex; justify-content: space-between; font-size: .9rem; margin-bottom: .8rem; }
.tk-time { color: var(--mut); }
.ticket ul { list-style: none; margin-bottom: 1rem; display: flex; flex-direction: column; gap: .4rem; font-size: .95rem; }
.ticket li em { color: var(--grn); font-style: normal; }
.tk-foot { display: flex; justify-content: space-between; font-size: .95rem; margin-bottom: .8rem; border-top: 1px solid rgba(255,255,255,.08); padding-top: .6rem; }
.tk-status { padding: .4rem .8rem; border-radius: 8px; background: rgba(37,211,102,.2); color: var(--grn); text-align: center; font-weight: 700; font-size: .85rem; }

/* ── NEDEN SİPAREL KULLANMALISINIZ (8 MADDE TAM EKRAN) ── */
.why-head { position: absolute; top: 10%; left: 50%; transform: translateX(-50%); text-align: center; width: 100%; z-index: 20; }
.why-kicker { font-family: var(--font-d); font-weight: 800; font-size: clamp(1.2rem, 3vw, 2.2rem); letter-spacing: .15em; color: var(--grn); display: block; }
.why-count { font-family: var(--font-d); font-size: 1rem; color: var(--mut); margin-top: .4rem; display: block; }

.why-items { position: relative; width: 100%; max-width: 800px; height: 420px; display: flex; align-items: center; justify-content: center; z-index: 10; }
.why-item {
  position: absolute; width: 100%; padding: 3rem; border-radius: 32px; background: var(--panel2);
  border: 1px solid var(--card-border); backdrop-filter: blur(20px); box-shadow: 0 30px 90px rgba(0,0,0,.35);
  text-align: center; transition: opacity .3s, transform .3s;
}
.wi-emoji { font-size: 4rem; display: block; margin-bottom: 1rem; }
.why-item h3 { font-family: var(--font-d); font-weight: 800; font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 1rem; color: var(--strong); }
.why-item p { color: var(--mut); font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.6; margin-bottom: 1.5rem; }
.wi-bullets { list-style: none; display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
.wi-bullets li { padding: .4rem 1rem; border-radius: 999px; background: rgba(37,211,102,.12); color: var(--grn); font-weight: 600; font-size: .95rem; }

/* ── İNTERAKTİF KOMİSYON HESAPLAYICI (ortalanmış, dikey akış) ── */
#calculator .pin { flex-direction: column; gap: 2.2rem; }
#calculator .sec-title { text-align: center; max-width: 900px; padding: 0 1.5rem; margin-bottom: 0; }
.calc-box {
  width: calc(100% - 3rem); max-width: 980px; padding: 2.6rem; border-radius: 32px;
  background: linear-gradient(180deg, var(--panel), var(--panel) 60%, rgba(37,211,102,.04));
  border: 1px solid var(--card-border);
  box-shadow: 0 25px 80px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.05); z-index: 10;
  margin: 0 auto;
}
.calc-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; margin-bottom: 2.5rem; }
.calc-group label { display: block; font-size: 1rem; margin-bottom: .9rem; color: var(--mut); }
.calc-group label b { display: block; color: var(--strong); font-family: var(--font-d); font-size: 1.35rem; margin-top: .25rem; font-variant-numeric: tabular-nums; }
/* Kaydırıcı: solda kalan (seçilmiş) kısım yeşil dolgu — JS --fill değişkenini günceller */
.calc-group input[type="range"] {
  width: 100%; height: 8px; border-radius: 4px; outline: none; -webkit-appearance: none; appearance: none;
  background: linear-gradient(to right, var(--grn) 0%, var(--grn) var(--fill, 30%), var(--ghostline) var(--fill, 30%), var(--ghostline) 100%);
  accent-color: var(--grn); cursor: pointer;
}
.calc-group input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; width: 26px; height: 26px; border-radius: 50%; background: var(--grn);
  border: 3px solid var(--panel); cursor: grab; box-shadow: 0 2px 8px rgba(0,0,0,.4), 0 0 15px var(--grn-glow); transition: transform .15s;
}
.calc-group input[type="range"]::-webkit-slider-thumb:hover { transform: scale(1.15); }
.calc-group input[type="range"]::-moz-range-thumb {
  width: 22px; height: 22px; border-radius: 50%; background: var(--grn); border: 3px solid var(--panel); cursor: grab;
}
.calc-group input[type="range"]::-moz-range-progress { background: var(--grn); height: 8px; border-radius: 4px; }

.calc-results { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.calc-card { padding: 1.8rem; border-radius: 20px; background: var(--chipbg); border: 1px solid var(--ghostline); }
.calc-card.red { border-color: rgba(255,77,94,.4); background: rgba(255,77,94,.06); }
.calc-card.grn { border-color: rgba(37,211,102,.4); background: rgba(37,211,102,.06); }
.calc-card.total { grid-column: span 2; background: linear-gradient(135deg, rgba(37,211,102,.22), rgba(15,184,90,.08)); border-color: var(--grn); text-align: center; }
.calc-card span { display: block; font-size: .85rem; font-weight: 700; letter-spacing: .1em; color: var(--mut); margin-bottom: .4rem; }
.calc-card b { font-family: var(--font-d); font-weight: 800; font-size: 2rem; display: block; font-variant-numeric: tabular-nums; }
.calc-card.red b { color: var(--red); }
.calc-card.grn b { color: var(--grn); }
.calc-card.total b { font-size: 2.8rem; color: var(--strong); text-shadow: 0 0 20px var(--grn-glow); margin: .4rem 0; }
.calc-card small { color: var(--mut); font-size: .88rem; }

/* ── RAKAMLAR ── */
.num-center { text-align: center; margin-bottom: 3rem; z-index: 10; }
.num-center b { font-family: var(--font-d); font-weight: 900; font-size: clamp(5rem, 16vw, 11rem); color: var(--grn); line-height: 1; text-shadow: 0 0 50px var(--grn-glow); }
.nc-sub { display: block; font-family: var(--font-d); font-size: 1.2rem; color: var(--mut); letter-spacing: .2em; margin-top: .5rem; }
.num-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; max-width: 1100px; width: 100%; padding: 0 1.5rem; z-index: 10; }
.num-tile { padding: 1.8rem; border-radius: 20px; background: var(--card); border: 1px solid var(--card-border); text-align: center; }
.num-tile b { font-family: var(--font-d); font-weight: 800; font-size: 2.5rem; color: var(--strong); display: block; margin-bottom: .4rem; }
.num-tile span { color: var(--mut); font-size: .9rem; }

/* ── FİYATLAR (pin'li sahne: hem normal scroll'da hem filmde bekletir) ── */
.static-sec { max-width: 1150px; margin: 0 auto; padding: 6rem 1.5rem; }
#pricing .pin { flex-direction: column; justify-content: center; gap: 0; }
.pricing-inner { width: 100%; max-width: 1180px; padding: 0 1.5rem; z-index: 10; }
.pricing-inner .sec-title { margin-bottom: 0; }
.pricing-more { text-align: center; margin-top: 2rem; }
.pricing-more a { color: var(--grn); font-weight: 600; text-decoration: none; border-bottom: 1px solid transparent; transition: .2s; }
.pricing-more a:hover { border-color: var(--grn); }
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 4rem; }
/* Alçak ekranlarda pin'li fiyat sahnesi 100vh'ye sığsın diye sıkışır */
@media (max-height: 860px) {
  #pricing .price-grid { margin-top: 2rem; gap: 1.2rem; }
  #pricing .price-card { padding: 1.6rem; }
  #pricing .pc-price { font-size: 2.4rem; margin-bottom: 1rem; }
  #pricing .price-card ul { gap: .45rem; font-size: .86rem; margin-bottom: 1.4rem; }
  #pricing .sec-title { font-size: clamp(1.6rem, 3.6vw, 2.6rem); }
  #pricing .pricing-more { margin-top: 1.2rem; }
}
.price-card {
  padding: 2.5rem; border-radius: 28px; background: var(--card); border: 1px solid var(--card-border); backdrop-filter: blur(16px);
  position: relative; display: flex; flex-direction: column; transition: transform .3s;
}
.price-card:hover { transform: translateY(-8px); }
.price-card.hot { border-color: var(--grn); box-shadow: 0 20px 60px rgba(37,211,102,.2); background: rgba(37,211,102,.05); }
.pc-badge { position: absolute; top: -14px; right: 2rem; padding: .4rem 1rem; border-radius: 999px; background: var(--grn); color: #000; font-weight: 800; font-size: .75rem; letter-spacing: .1em; }
.price-card h3 { font-family: var(--font-d); font-size: 1.6rem; margin-bottom: 1rem; }
.pc-price { font-family: var(--font-d); font-weight: 900; font-size: 3.2rem; margin-bottom: 1.8rem; }
.pc-price small { font-size: 1rem; font-weight: 500; color: var(--mut); }
.price-card ul { list-style: none; margin-bottom: 2.5rem; display: flex; flex-direction: column; gap: .8rem; flex: 1; font-size: .95rem; }

/* ── KURULUM ── */
.setup-line { width: 100%; max-width: 1000px; height: 40px; margin: 2rem 0; z-index: 10; }
.setup-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; max-width: 1050px; width: 100%; padding: 0 1.5rem; z-index: 10; }
.setup-step { padding: 2rem; border-radius: 24px; background: var(--card); border: 1px solid var(--card-border); text-align: center; }
.ss-icon { font-size: 3rem; margin-bottom: 1rem; }
.setup-step h3 { font-family: var(--font-d); font-size: 1.3rem; margin-bottom: .6rem; }
.setup-step p { color: var(--mut); font-size: .95rem; line-height: 1.5; }

/* ── FİNAL CTA ── */
.final-inner { text-align: center; max-width: 850px; padding: 0 1.5rem; z-index: 10; }
.final-title { font-family: var(--font-d); font-weight: 900; font-size: clamp(3rem, 8vw, 5.5rem); line-height: 1.05; margin-bottom: 2.5rem; }
.final-note { color: var(--mut); font-size: .9rem; margin-top: 1.2rem; }
.footer { position: absolute; bottom: 1.5rem; left: 0; right: 0; display: flex; justify-content: space-between; padding: 0 2.5rem; font-size: .85rem; color: rgba(255,255,255,.4); }

/* REVEAL ANIMATIONS */
[data-reveal] { opacity: 0; transform: translateY(40px); transition: opacity .6s, transform .6s; }
[data-reveal].on { opacity: 1; transform: translateY(0); }

/* ── MENÜYÜ YAPIŞTIR → YAPAY ZEKÂ OKUDU SAHNESİ ── */
#menuscene .pin { flex-direction: column; gap: 2.2rem; }
#menuscene .sec-title { margin-bottom: 0; z-index: 10; }
.menu-stage { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; width: 100%; max-width: 1050px; padding: 0 1.5rem; z-index: 10; align-items: start; }
.menu-card {
  padding: 1.8rem; border-radius: 24px; background: var(--panel2); border: 1px solid var(--card-border);
  backdrop-filter: blur(16px); box-shadow: 0 20px 60px rgba(0,0,0,.3);
}
.menu-label { display: flex; align-items: center; gap: .5rem; font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--mut); margin-bottom: 1.1rem; }
.menu-label svg { width: 16px; height: 16px; color: var(--grn); }
.menu-raw {
  font-family: ui-monospace, 'Cascadia Code', Consolas, monospace; font-size: .95rem; line-height: 1.9;
  color: var(--mut); white-space: pre-wrap; min-height: 11em; margin: 0;
}
.menu-raw .caret { display: inline-block; width: 2px; height: 1.1em; background: var(--grn); vertical-align: text-bottom; animation: blinkc 1s steps(1) infinite; }
@keyframes blinkc { 50% { opacity: 0; } }
.menu-items { display: flex; flex-direction: column; gap: .7rem; }
.menu-item {
  display: flex; align-items: flex-start; gap: .8rem; padding: .85rem 1rem; border-radius: 16px;
  background: var(--chipbg); border: 1px solid var(--ghostline);
}
.menu-item svg { width: 18px; height: 18px; flex: none; margin-top: .15rem; color: var(--grn); }
.mi-body { flex: 1; min-width: 0; }
.mi-name { display: block; font-weight: 700; color: var(--strong); font-size: .98rem; }
.mi-note { display: block; color: var(--mut); font-size: .82rem; margin-top: .1rem; }
.mi-price { flex: none; font-weight: 700; color: var(--strong); font-variant-numeric: tabular-nums; }
.menu-done {
  margin-top: 1rem; text-align: center; padding: .7rem 1rem; border-radius: 999px;
  background: rgba(37,211,102,.12); border: 1px solid rgba(37,211,102,.4); color: var(--grn); font-weight: 700; font-size: .9rem;
}

/* RESPONSIVE DESIGN */
@media (max-width: 1024px) {
  .chat-stage, .voice-stage, .kitchen-stage { flex-direction: column; gap: 2rem; }
  .phone, .call-card, .kds { width: 100%; max-width: 400px; }
  .setup-steps { grid-template-columns: 1fr; }
  .calc-inputs, .calc-results { grid-template-columns: 1fr; }
  .calc-card.total { grid-column: span 1; }
  .nav-links { display: none; }
  .menu-stage { grid-template-columns: 1fr; }
}
/* Koyu her zaman kalan yüzeyler (telefon, arama kartı, mutfak, sinema katmanları) */
.cinepaused, .cineend { color: #eafff2; }
.cinepaused .cp-desc, .cineend .ce-sub { color: #8fb3a0; }
/* Kaplamalar DAİMA koyu — butonlar açık temada da okunur kalmalı */
.cinepaused .btn-ghost, .cineend .btn-ghost {
  color: #eafff2; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.07);
}
.cinepaused .btn-ghost:hover, .cineend .btn-ghost:hover { color: #25D366; border-color: #25D366; }
.cineend .btn-primary { background: #34d399; color: #06251b; }

/* ── KAYAN ŞERİT (marquee): yeni çalışanın özellikleri ── */
.mq {
  position: relative; overflow: hidden; user-select: none;
  border-block: 1px solid var(--card-border);
  background: linear-gradient(180deg, rgba(37,211,102,.06), transparent);
  padding: 20px 0;
}
.mq-track { display: flex; width: max-content; animation: mqslide 34s linear infinite; will-change: transform; }
.mq:hover .mq-track { animation-play-state: paused; }
.mq-seq { display: flex; align-items: center; }
.mq-seq span {
  display: flex; align-items: center; padding: 0 12px;
  font-family: var(--font-d); font-weight: 800; letter-spacing: .02em; text-transform: uppercase;
  font-size: clamp(1.05rem, 2.3vw, 1.6rem); white-space: nowrap; color: var(--strong);
}
.mq-seq span::after { content: "✦"; color: var(--grn); font-size: .75em; margin-left: 24px; }
@keyframes mqslide { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .mq-track { animation: none; } }

/* ── MOBİL DÜZEN TEMİZLİĞİ: üst üste binen öğeler kalkar, tipografi sığar ── */
@media (max-width: 900px) {
  .chapters { display: none; }                      /* bölüm noktaları mobilde yok */
  .f-msg, .f-badge { display: none; }               /* metinle çakışan baloncuk/rozetler kalkar */
  .f-emoji { font-size: 1.6rem; opacity: .3; filter: none; }
  /* PERFORMANS: mobil GPU'yu yoran katmanlar kapatılır → hızlı kaydırmada titreme biter */
  .grain { display: none; }
  .how-step, .chat-note, .menu-card, .why-item, .call-card { backdrop-filter: none; }
  /* Rasterizasyon flaşı (hızlı kaydırmada boş kare) düzeltmeleri:
     1) blur() filtresi mobil GPU'da çok pahalı — parıltılar filtresiz radial-gradient olur */
  .hero-glow { filter: none; }
  .g1 { background: radial-gradient(circle, rgba(37,211,102,.30), transparent 62%); }
  .g2 { background: radial-gradient(circle, rgba(15,184,90,.26), transparent 62%); }
  /* 2) konturlu dev arka plan yazısı mobilde boyama canavarı — kapat */
  .bigback { display: none; }
  /* 3) will-change katman enflasyonu GPU belleğini taşırıp kare attırıyor — mobilde kapat */
  .floater, .phone, .mq-track, .why-item, .how-step, .wa-msg, .menu-card,
  .price-card, .setup-step, .call-card, .kds, .mega-title, .num-center,
  .voice-chip, .cc-line, .num-tile, .ticket { will-change: auto; }
  /* 4) her pin kendi kompozit katmanında kalsın — kaydırmada yeniden boyanmaz */
  .pin { transform: translateZ(0); }
  .wa-msg-h { transition: none; }
  /* TELEFON: yüksekliği ekrana ORANLA — pinlenmiş 100vh içine daima sığar */
  .phone { width: min(88vw, 360px); height: min(74svh, 620px); border-width: 3px; border-radius: 34px; }
  .chat-side { display: none; }   /* yan notlar telefonu ekrandan taşırıyordu */
  .wa-msg { font-size: .8rem; }
  .wa-header { padding-top: 1.7rem; }
  .chat-stage { gap: 1rem; padding: 0 .8rem; }
  /* SES + MUTFAK sahneleri: dikey dizilimde taşma olmaz */
  #voice .pin, #kitchen .pin { justify-content: flex-start; padding-top: 11vh; }
  .voice-stage, .kitchen-stage { gap: 1.2rem; }
  .voice-left, .kitchen-left { max-width: 100%; padding: 0 .4rem; }
  #voice .sec-title, #kitchen .sec-title { font-size: clamp(1.4rem, 6.4vw, 2rem); margin-bottom: .6rem; }
  #voice .sec-sub, #kitchen .sec-sub { font-size: .88rem; margin-bottom: .8rem; line-height: 1.5; }
  .call-card { width: min(88vw, 340px); padding: 1.2rem; }
  .cc-avatar { width: 56px; height: 56px; font-size: 1.7rem; margin-bottom: .6rem; }
  .cc-lines { font-size: .82rem; gap: .45rem; margin-bottom: .8rem; }
  .wave { height: 28px; margin-bottom: .8rem; }
  .cc-actions { display: none; }                    /* dar ekranda kart kısalır */
  .voice-chip { font-size: .82rem; padding: .8rem; }
  .kds { width: min(92vw, 420px); padding: 1.1rem; }
  .ticket { padding: 1rem; }
  /* SİNEMA HUD: hiçbir genişlikte taşmaz ("✕ Çık" kesilmez) */
  .cinehud { left: .6rem; right: .6rem; max-width: none; justify-content: flex-end; flex-wrap: wrap; gap: .4rem; bottom: 9vh; }
  .cinehud button { padding: .45rem .7rem; font-size: .72rem; }
  .hero-inner { padding: 0 1rem; }
  .hero-sub br { display: none; }
  .hero-cta { flex-direction: column; align-items: stretch; padding: 0 .4rem; }
  .hero-cta .btn { width: 100%; }

  /* SİNEMA ŞERİTLERİ mobilde neredeyse görünmez (~%1) — ekran zaten küçük */
  body.cinema .lb-top { height: 1.2vh; }
  body.cinema .lb-bottom { height: 1.2vh; }
  .subtitle {
    font-size: .7rem; letter-spacing: .08em; white-space: normal; text-align: center; max-width: 94vw;
    bottom: 2.4vh; height: auto; padding: .45rem 1rem; border-radius: 999px;
    background: rgba(0,0,0,.65); backdrop-filter: blur(8px);
  }

  .why-item { padding: 1.6rem 1.1rem; border-radius: 22px; }
  .wi-bullets { gap: .5rem; }
  .wi-bullets li { font-size: .8rem; padding: .3rem .7rem; }
  /* NEDEN başlığı sabit header'ın altında KALMAZ */
  .why-head { top: max(9svh, 74px); }
  .prob-line { font-size: clamp(1.5rem, 7.2vw, 2.4rem); }
  .mega-title { font-size: clamp(3.2rem, 17vw, 6rem); }
  .final-title { font-size: clamp(2rem, 9vw, 3.2rem); }

  /* NASIL ÇALIŞIR kartları: üçü birden 100svh'ye sığar */
  .how-steps { gap: .7rem; padding: 0 1rem; }
  .how-step { padding: 1rem 1.1rem; border-radius: 16px; }
  .hs-emoji { font-size: 1.5rem; margin-bottom: .4rem; }
  .hs-num { font-size: 1.8rem; top: .6rem; right: .9rem; }
  .how-step h3 { font-size: 1.05rem; margin-bottom: .3rem; }
  .how-step p { font-size: .8rem; line-height: 1.45; }

  /* MUTFAK: ikinci fiş mobilde gizli — kart alttan kesilmez */
  #ticket2 { display: none; }
  .kds-head { font-size: .9rem; margin-bottom: .8rem; padding-bottom: .5rem; }
  .ticket ul { font-size: .85rem; }

  /* HESAPLAYICI: başlık + girişler + 3 kart tek ekrana sığar */
  #calculator .pin { gap: .8rem; }
  #calculator .sec-title { font-size: clamp(1.25rem, 5.6vw, 1.7rem); }
  .calc-box { padding: 1rem; border-radius: 20px; width: calc(100% - 1.6rem); }
  .calc-inputs { gap: .9rem; margin-bottom: 1rem; }
  .calc-group label { font-size: .78rem; margin-bottom: .45rem; }
  .calc-group label b { font-size: 1.05rem; margin-top: .1rem; }
  .calc-results { gap: .6rem; }
  .calc-card { padding: .75rem .9rem; border-radius: 14px; }
  .calc-card span { font-size: .66rem; margin-bottom: .15rem; }
  .calc-card b { font-size: 1.25rem; }
  .calc-card.total b { font-size: 1.55rem; margin: .15rem 0; }
  .calc-card small { font-size: .68rem; }

  /* RAKAMLAR: 60× + 2x2 kart ızgarası tek ekrana sığar */
  .num-center { margin-bottom: 1.2rem; }
  .num-center b { font-size: clamp(3.4rem, 22vw, 5rem); }
  .nc-sub { font-size: .68rem; letter-spacing: .14em; margin-top: .2rem; }
  .num-grid { grid-template-columns: 1fr 1fr; gap: .6rem; padding: 0 .9rem; }
  .num-tile { padding: .8rem .6rem; border-radius: 14px; }
  .num-tile b { font-size: 1.3rem; margin-bottom: .2rem; }
  .num-tile span { font-size: .66rem; line-height: 1.35; }

  /* FİYAT / KURULUM / MENÜ: mobilde ARDIŞIK sahneleme — önce başlık, sonra
     kartlar TEK TEK (aynı grid hücresine bindirilir, görünürlüğü app.js sürer).
     Masaüstü düzeni değişmez. */
  #pricing .price-grid { grid-template-columns: 1fr; margin-top: 1.2rem; }
  #pricing .price-card { grid-area: 1 / 1; opacity: 0; padding: 1.4rem; }
  #pricing .price-card.hot { transform: none; }
  #pricing .pc-price { font-size: 2.2rem; margin-bottom: .8rem; }
  #pricing .price-card ul { gap: .4rem; font-size: .84rem; margin-bottom: 1rem; }
  .pricing-more { margin-top: 1rem; font-size: .82rem; }
  .setup-line { display: none; }
  .setup-steps { grid-template-columns: 1fr; margin-top: 1rem; }
  .setup-step { grid-area: 1 / 1; opacity: 0; }
  #menuscene .pin { gap: 1rem; }
  .menu-stage .menu-card { grid-area: 1 / 1; opacity: 0; padding: 1.2rem; }
  .menu-raw { min-height: 9em; font-size: .84rem; }
}
