/* ---------- sayfa kabuğu (sunum katmanı) ---------- */
:root{
  --pg-bg:#EDF0F3; --pg-surface:#FFFFFF; --pg-rule:#DEE5EA; --pg-rule-2:#C4CFD8;
  --pg-ink:#0F1922; --pg-ink-2:#4C5C69; --pg-ink-3:#82909C;
  --pg-accent:#1A4E8A;
  --pg-shadow:0 1px 1px rgba(15,25,34,.05), 0 14px 34px rgba(15,25,34,.10);
  --haz:#E0A100; --haz-2:#1B1B1B;
}
/* İşletim sistemine göre otomatik koyu tema KALDIRILDI.
   Orhan kararı: koyu tema yalnızca data-theme="dark" ile açılır.
   Sebep: seçtiğimiz Mavi Tulum paleti açık zemin için tasarlandı;
   panel açık kalıp sayfa zemini koyulaşınca ortaya karışık bir
   görüntü çıkıyordu. */

:root[data-theme="dark"]{
  --pg-bg:#0D1317; --pg-surface:#151D23; --pg-rule:#25313A; --pg-rule-2:#384853;
  --pg-ink:#E8EEF2; --pg-ink-2:#9FAEBA; --pg-ink-3:#74838F;
  --pg-accent:#6FA8DC;
  --pg-shadow:0 1px 1px rgba(0,0,0,.4), 0 16px 40px rgba(0,0,0,.55);
}
*{box-sizing:border-box}
body{margin:0; background:var(--pg-bg); color:var(--pg-ink);
  font-family:'Instrument Sans',system-ui,-apple-system,'Segoe UI',sans-serif;
  font-size:16px; line-height:1.55; -webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:'Archivo',system-ui,sans-serif; margin:0; text-wrap:balance; letter-spacing:-.02em}
.wrap{max-width:1040px; margin:0 auto; padding-block:42px 78px; padding-left:20px; padding-right:20px}

.head{display:flex; flex-direction:column; gap:13px; margin-bottom:22px}
.eyebrow{font-family:'Archivo'; font-weight:700; font-size:11.5px; letter-spacing:.18em; text-transform:uppercase;
  color:var(--pg-accent); display:flex; align-items:center; gap:9px}
.eyebrow::before{content:""; width:26px; height:2px; background:currentColor; display:block}
.head h1{font-size:clamp(29px,5vw,44px); font-weight:800; line-height:1.05}
.head p{margin:0; max-width:64ch; color:var(--pg-ink-2); font-size:17px}
.bar{display:flex; gap:10px; align-items:center; flex-wrap:wrap; margin-top:3px}
.addr{display:inline-flex; align-items:center; gap:9px;
  background:var(--pg-surface); border:1px solid var(--pg-rule); border-radius:9px; padding:8px 13px;
  font-family:'DM Mono',monospace; font-size:13px; color:var(--pg-ink-2)}
.addr svg{width:15px; height:15px; color:#2E9C6E}
.replay{display:inline-flex; align-items:center; gap:8px; cursor:pointer; font:inherit;
  font-family:'Archivo'; font-weight:700; font-size:11px; letter-spacing:.1em; text-transform:uppercase;
  background:var(--pg-surface); color:var(--pg-ink-2); border:1px solid var(--pg-rule-2);
  border-radius:9px; padding:9px 13px}
.replay:hover{color:var(--pg-ink)}
.replay svg{width:14px; height:14px}

/* ======================= UYGULAMA ======================= */
.app{
  --surface:#FFFFFF; --surface-2:#F5F8FA; --surface-3:#EDF1F5;
  --rule:#DEE5EA; --rule-hard:#C4CFD8;
  --ink:#0F1922; --ink-2:#4C5C69; --ink-3:#82909C;
  --accent:#1A4E8A; --accent-lift:#2C67AC; --accent-deep:#0D3058; --accent-soft:#E3ECF6;
  --accent-edge:#A9C4E0; --on-accent:#FFFFFF;
  --nav:#132434; --nav-2:#1A3247;
  --ok:#177A5F; --danger:#AC2E27; --warnc:#B5730C;
  border-radius:16px; overflow:hidden; box-shadow:var(--pg-shadow); border:1px solid var(--pg-rule-2);
}
.browser{display:flex; align-items:center; gap:9px; padding:10px 14px; background:var(--surface-3);
  border-bottom:1px solid var(--rule)}
.browser .d{display:flex; gap:6px}
.browser .d i{width:10px; height:10px; border-radius:50%; background:var(--rule-hard); display:block}
.browser .url{flex:1; background:var(--surface); border:1px solid var(--rule); border-radius:7px;
  padding:5px 11px; font-family:'DM Mono',monospace; font-size:11.5px; color:var(--ink-2);
  display:flex; align-items:center; gap:7px}
.browser .url svg{width:12px; height:12px; color:var(--ok); flex:none}

.stage{
  position:relative; background:var(--surface-2); min-height:762px;
  background-image:radial-gradient(760px 320px at 50% 0%, #FFFFFF 0%, rgba(255,255,255,0) 70%);
  display:flex; flex-direction:column; align-items:center; justify-content:flex-start;
  padding:36px 24px 0; overflow:hidden;
}
/* lift çizgi filigranı */
.lift-wm{position:absolute; left:50%; bottom:6px; transform:translateX(-50%); width:min(646px,66%);
  opacity:.135; color:var(--accent); pointer-events:none; transition:opacity .25s ease}
.lift-wm svg{width:100%; height:auto; display:block}
.stage.panel-modu .lift-wm{opacity:.07}

/* ---------- AÇILIŞ: 3B devir saati ---------- */
.intro{position:absolute; inset:0; background:var(--surface-2); z-index:5;
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:20px}
.intro.done{animation:intro-out .34s ease forwards}
@keyframes intro-out{to{opacity:0; visibility:hidden}}

.gauge{width:246px; height:246px; perspective:900px}
.gauge-3d{width:100%; height:100%; transform-style:preserve-3d; transform:rotateX(13deg)}
.gauge svg{width:100%; height:100%; display:block}
.intro.run .gauge-3d{animation:g-in 2s cubic-bezier(.16,.84,.34,1) forwards}
@keyframes g-in{
  0%  {transform:rotateX(46deg) rotateZ(-7deg) scale(.78); opacity:0}
  20% {transform:rotateX(13deg) rotateZ(0deg) scale(1); opacity:1}
  80% {transform:rotateX(13deg) rotateZ(0deg) scale(1); opacity:1}
  100%{transform:rotateX(4deg) rotateZ(0deg) scale(1.14); opacity:0}
}

.needle{transform-origin:110px 110px; transform:rotate(-135deg)}
.intro.run .needle{animation:sweep 2s cubic-bezier(.3,.1,.2,1) forwards}
@keyframes sweep{
  0%,14%{transform:rotate(-135deg)}
  55%   {transform:rotate(135deg)}
  64%   {transform:rotate(116deg)}
  90%,100%{transform:rotate(-135deg)}
}
.g-arc{fill:none; stroke:var(--accent); stroke-width:7; stroke-linecap:round;
  stroke-dasharray:377; stroke-dashoffset:377}
.intro.run .g-arc{animation:arcfill 2s cubic-bezier(.3,.1,.2,1) forwards}
@keyframes arcfill{
  0%,14%{stroke-dashoffset:377}
  55%   {stroke-dashoffset:0}
  64%   {stroke-dashoffset:26}
  90%,100%{stroke-dashoffset:377}
}
.g-glow{filter:blur(7px); opacity:.5}

.g-tick{stroke:#5B6C7A; stroke-width:2.4; stroke-linecap:round}
.g-tick-min{stroke:#9AA9B6; stroke-width:1.6; stroke-linecap:round}
.g-num{fill:#33414D; font-family:'DM Mono',monospace; font-size:13px; font-weight:500;
  text-anchor:middle; dominant-baseline:middle}
.g-red{fill:none; stroke:var(--danger); stroke-width:4.5; stroke-linecap:round}
.g-unit{fill:#8A97A3; font-family:'Archivo',sans-serif; font-size:8.5px; font-weight:700;
  letter-spacing:2.2px; text-anchor:middle}

.intro-brand{display:flex; flex-direction:column; align-items:center; gap:5px}
.intro-brand b{font-family:'Archivo'; font-weight:800; font-size:17px; letter-spacing:-.02em; color:var(--ink)}
.intro-brand span{font-family:'Archivo'; font-weight:700; font-size:9.5px; letter-spacing:.3em;
  text-transform:uppercase; color:var(--ink-3)}
.intro.run .intro-brand{animation:brand-in 2s ease forwards}
@keyframes brand-in{
  0%,18%{opacity:0; transform:translateY(8px)}
  34%,82%{opacity:1; transform:none}
  100%{opacity:0; transform:translateY(-4px)}
}

/* ---------- atölye kimliği ---------- */
.enter{width:100%; display:flex; flex-direction:column; align-items:center; position:relative; z-index:2}
.enter.in{animation:rise .45s cubic-bezier(.2,.7,.3,1) both}
@keyframes rise{from{opacity:0; transform:translateY(14px)} to{opacity:1; transform:none}}
.shop{display:flex; flex-direction:column; align-items:center; gap:12px; margin-bottom:28px}
.shop .logo{height:62px; display:grid; place-items:center; padding:9px 16px; background:var(--surface);
  border:1px solid var(--rule); border-radius:12px; box-shadow:0 2px 10px rgba(15,25,34,.07)}
.shop .logo svg{height:40px; width:auto; display:block}
.shop .nm{font-family:'Archivo'; font-size:21px; font-weight:700; letter-spacing:-.02em; color:var(--ink)}
.shop .sub{font-size:12.5px; color:var(--ink-3); font-family:'DM Mono',monospace}

/* ---------- iki devasa buton ---------- */
.pick{display:grid; grid-template-columns:1fr 1fr; gap:16px; width:100%; max-width:660px}
.big{position:relative; cursor:pointer; border:0; font:inherit; text-align:left;
  min-height:200px; border-radius:16px; padding:22px 20px 20px;
  display:flex; flex-direction:column; gap:10px;
  transition:transform .09s ease, box-shadow .09s ease, filter .14s}
.big .ic{width:46px; height:46px}
.big h3{font-family:'Archivo'; font-weight:800; font-size:27px; letter-spacing:.01em; line-height:1}
.big span{font-size:13.5px; line-height:1.4}
.big .go{margin-top:auto; display:flex; align-items:center; gap:8px; font-family:'Archivo';
  font-weight:700; font-size:11.5px; letter-spacing:.13em; text-transform:uppercase}
.big .go svg{width:16px; height:16px}
.big:focus-visible{outline:3px solid var(--accent); outline-offset:3px}

.big-yonetici{background:linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%); color:var(--ink);
  box-shadow:inset 0 1px 0 #fff, 0 0 0 1.5px var(--rule-hard), 0 5px 0 var(--rule-hard), 0 12px 26px rgba(15,25,34,.10)}
.big-yonetici span{color:var(--ink-2)}
.big-yonetici .ic{color:var(--accent)}
.big-yonetici .go{color:var(--accent)}
.big-yonetici:hover{background:var(--surface)}
.big-yonetici:active{transform:translateY(5px); box-shadow:inset 0 1px 0 #fff, 0 0 0 1.5px var(--rule-hard), 0 0 0 var(--rule-hard)}

.big-usta{background:linear-gradient(180deg, var(--accent-lift) 0%, var(--accent) 64%); color:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.3), 0 5px 0 var(--accent-deep), 0 12px 26px rgba(13,48,88,.26)}
.big-usta span{color:rgba(255,255,255,.84)}
.big-usta:hover{filter:brightness(1.06)}
.big-usta:active{transform:translateY(5px); box-shadow:inset 0 1px 0 rgba(255,255,255,.24), 0 0 0 var(--accent-deep)}

.foot-note{margin-top:24px; font-size:12px; color:var(--ink-3); text-align:center; max-width:48ch}
.foot-note b{color:var(--ink-2)}

/* ---------- panel ---------- */
.panel{width:100%; max-width:396px; background:var(--surface); border:1px solid var(--rule);
  border-radius:16px; overflow:hidden; box-shadow:0 14px 34px rgba(15,25,34,.14); position:relative; z-index:2}
.panel-top{display:flex; align-items:center; gap:11px; padding:14px 16px; border-bottom:1px solid var(--rule);
  background:var(--surface-2)}
.panel-top .t{line-height:1.2}
.panel-top .t b{display:block; font-family:'Archivo'; font-weight:700; font-size:15px; color:var(--ink)}
.panel-top .t span{display:block; font-size:11.5px; color:var(--ink-3)}
.panel-top .ic{width:34px; height:34px; border-radius:9px; background:var(--accent-soft); color:var(--accent);
  display:grid; place-items:center; flex:none}
.panel-top .ic svg{width:19px; height:19px}
.back{margin-left:auto; background:none; border:0; cursor:pointer; color:var(--ink-3); font:inherit;
  font-size:12px; display:flex; align-items:center; gap:6px; padding:6px 8px; border-radius:7px}
.back:hover{background:var(--rule); color:var(--ink)}
.back svg{width:14px; height:14px}
.panel-body{padding:18px 18px 20px}

/* PIN */
.pin-lbl{text-align:center; font-size:12.5px; color:var(--ink-3)}
.dots{display:flex; gap:9px; justify-content:center; margin:9px 0 15px; min-height:18px; flex-wrap:wrap}
.dots i{width:13px; height:13px; border-radius:50%; background:var(--rule-hard); display:block;
  transition:background .12s, transform .12s}
.dots i.on{background:var(--accent); transform:scale(1.12)}
.keys{display:grid; grid-template-columns:repeat(3,1fr); gap:9px}
.key{height:58px; border-radius:12px; border:0; cursor:pointer;
  font-family:'DM Mono',monospace; font-size:22px; color:var(--ink);
  background:linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);
  box-shadow:inset 0 1px 0 #fff, 0 0 0 1px var(--rule-hard), 0 3px 0 var(--rule-hard);
  transition:transform .07s ease, box-shadow .07s ease; display:grid; place-items:center}
.key:hover{background:var(--surface)}
.key:active,.key.hit{transform:translateY(3px); box-shadow:inset 0 1px 0 #fff, 0 0 0 1px var(--rule-hard)}
.key.util{font-size:12.5px; font-family:'Archivo'; font-weight:700; letter-spacing:.06em; color:var(--ink-2)}
.key.util svg{width:21px; height:21px}
.kb-hint{display:flex; align-items:center; justify-content:center; gap:7px; margin-top:12px;
  font-size:11.5px; color:var(--ink-3)}
.kb-hint svg{width:14px; height:14px}
.kb-hint kbd{font-family:'DM Mono',monospace; font-size:10.5px; background:var(--surface-2);
  border:1px solid var(--rule-hard); border-bottom-width:2px; border-radius:5px; padding:1px 5px; color:var(--ink-2)}

/* form */
.field{margin-bottom:13px}
.field label{display:block; font-family:'Archivo'; font-weight:700; font-size:10.5px; letter-spacing:.13em;
  text-transform:uppercase; color:var(--ink-3); margin-bottom:6px}
.field input{width:100%; height:46px; border-radius:10px; border:1.5px solid var(--rule-hard);
  background:var(--surface-2); padding:0 13px; font:inherit; font-size:15px; color:var(--ink)}
.field input:focus{outline:none; border-color:var(--accent); box-shadow:0 0 0 3px var(--accent-soft)}
.row-between{display:flex; align-items:center; justify-content:space-between; gap:10px; margin:4px 0 14px}
.row-between label{display:flex; align-items:center; gap:8px; font-size:13px; color:var(--ink-2); cursor:pointer}
.row-between a{font-size:13px; color:var(--accent); text-decoration:none}

.btn{font-family:'Archivo'; font-weight:700; font-size:13px; letter-spacing:.07em; text-transform:uppercase;
  height:52px; width:100%; border-radius:12px; border:0; cursor:pointer;
  display:inline-flex; align-items:center; justify-content:center; gap:9px;
  transition:transform .07s ease, box-shadow .07s ease, filter .12s}
.btn svg{width:18px; height:18px}
.btn-1{color:var(--on-accent); background:linear-gradient(180deg, var(--accent-lift) 0%, var(--accent) 62%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.28), 0 3px 0 var(--accent-deep), 0 6px 14px rgba(13,48,88,.18)}
.btn-1:hover:not(:disabled){filter:brightness(1.06)}
.btn-1:active:not(:disabled){transform:translateY(3px); box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 0 0 var(--accent-deep)}
.btn:disabled{opacity:.42; cursor:not-allowed}
.submit{margin-top:11px}

.msg{margin-top:12px; border-radius:10px; padding:11px 13px; font-size:13px; line-height:1.45;
  display:flex; gap:9px; align-items:flex-start}
.msg svg{width:16px; height:16px; flex:none; margin-top:2px}
.msg.ok{background:#E4F0EB; color:#14604A}
.msg.warn{background:#F7EADA; color:#7A5008}
.msg.err{background:#F8E6E4; color:#8E241E}
.msg em{font-style:normal; opacity:.75}
.sec-line{margin-top:14px; font-size:11.5px; color:var(--ink-3); display:flex; align-items:center;
  justify-content:center; gap:7px; text-align:center}
.sec-line svg{width:13px; height:13px; flex:none}

/* ---------- açıklama ---------- */
.sec{margin-top:52px}
.sec-h{display:flex; align-items:baseline; gap:14px; margin-bottom:16px; flex-wrap:wrap}
.sec-h h2{font-size:21px; font-weight:700}
.sec-h p{margin:0; color:var(--pg-ink-3); font-size:14px}
.cards{display:grid; grid-template-columns:repeat(auto-fit,minmax(252px,1fr)); gap:14px}
.card{background:var(--pg-surface); border:1px solid var(--pg-rule); border-radius:12px; padding:16px 18px}
.card h4{font-size:14px; font-weight:700; margin-bottom:7px; display:flex; align-items:center; gap:9px}
.card h4 i{width:24px; height:24px; border-radius:7px; background:var(--pg-bg); color:var(--pg-accent);
  display:grid; place-items:center; flex:none}
.card h4 i svg{width:14px; height:14px}
.card p{margin:0; font-size:13.5px; color:var(--pg-ink-2); line-height:1.55}

.internal{margin-top:44px; border:1px solid var(--pg-rule-2); border-radius:13px; overflow:hidden;
  background:var(--pg-surface)}
.internal .band{height:5px; background:repeating-linear-gradient(-45deg, var(--haz) 0 7px, var(--haz-2) 7px 14px)}
.internal-top{display:flex; align-items:center; gap:10px; padding:12px 18px; background:var(--pg-bg);
  border-bottom:1px solid var(--pg-rule)}
.internal-top h3{font-size:13px; font-weight:700}
.internal-top span{font-family:'Archivo'; font-weight:700; font-size:9.5px; letter-spacing:.15em;
  text-transform:uppercase; color:#8A6A12; border:1.5px solid currentColor; border-radius:3px; padding:3px 7px}
.internal-body{padding:18px 20px 22px; display:flex; flex-direction:column; gap:15px}
.internal-body h4{font-size:14px; font-weight:700; margin-bottom:6px}
.internal-body p{margin:0; font-size:14px; color:var(--pg-ink-2); line-height:1.6}
.internal-body b{color:var(--pg-ink)}
.internal-body code{font-family:'DM Mono',monospace; font-size:12.5px; background:var(--pg-bg);
  border:1px solid var(--pg-rule); border-radius:4px; padding:1px 5px}

@media (max-width:620px){
  .pick{grid-template-columns:1fr}
  .big{min-height:150px}
  .stage{padding:26px 16px}
}
@media (prefers-reduced-motion:reduce){
  *{animation:none !important; transition:none !important}
  .intro{display:none}
}


/* ===== GERÇEK SAYFA DÜZENİ =====
   Maket bir tarayıcı penceresi çizimi içindeydi ve bütün renk
   değişkenleri .app kutusunda tanımlıydı. O kutu olmadan hiçbir renk
   çözülmüyor - butonlar şeffaf kalıyor, filigran öne çıkıyor.
   Bu yüzden .app duruyor; sadece "pencere" görüntüsü kaldırıldı. */
html,body{height:100%}
body{margin:0;background:var(--pg-bg,#EDF0F3)}

.sayfa{
  min-height:100dvh;
  display:flex;align-items:center;justify-content:center;
  padding:24px 16px;box-sizing:border-box;
}
.sayfa .app{width:100%;max-width:900px}

/* Maketteki 762px sabit yükseklik gerçek sayfada ekrana uysun. */
.sayfa .stage{min-height:min(762px, calc(100dvh - 48px));padding:36px 24px 28px}

/* Dar ekranda kenarlıksız, tam ekran. */
@media (max-width:700px){
  .sayfa{padding:0;align-items:stretch}
  .sayfa .app{max-width:none;border-radius:0;border:0;box-shadow:none}
  .sayfa .stage{min-height:100dvh;border-radius:0}
}

/* Sunucudan gelen hata kutuları makettekiyle aynı görünsün. */
.msg.err b,.msg.warn b{font-weight:700}
.btn.bekle{opacity:.6;pointer-events:none}

/* ===== DEMO ŞERİDİ =====
   demo.garajyonetim.com'a giren müşteri adayı, baktığı şeyin gerçek bir
   atölye değil deneme olduğunu bir bakışta anlamalı. */
.demo-serit{
  position:sticky;top:0;z-index:50;
  display:flex;align-items:center;justify-content:center;gap:9px;
  background:#7A6830;color:#fff;
  font-family:var(--font-text,system-ui);font-size:13px;line-height:1.35;
  padding:calc(9px + env(safe-area-inset-top,0px)) 16px 9px;
  text-align:center;
  box-shadow:0 1px 0 rgba(15,25,34,.10);
}
.demo-serit svg{width:16px;height:16px;flex:none;fill:none;stroke:currentColor;
  stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.demo-serit b{font-weight:700;letter-spacing:.02em}
body.demo-mod .sayfa{min-height:calc(100dvh - 42px)}
@media (max-width:520px){
  .demo-serit{font-size:12px;padding-left:12px;padding-right:12px}
}

/* Başarı / bilgi şeridi (parola belirlendi, oturum kapandı vb.) */
.bilgi-serit{
  position:sticky;top:0;z-index:49;
  display:flex;align-items:center;justify-content:center;gap:9px;
  background:#177A5F;color:#fff;
  font-family:var(--font-text,system-ui);font-size:13.5px;
  padding:calc(10px + env(safe-area-inset-top,0px)) 16px 10px;text-align:center;
}
.bilgi-serit svg{width:16px;height:16px;flex:none;fill:none;stroke:currentColor;
  stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* ===== DEMO GİRİŞ BİLGİLERİ KUTUSU =====
   Ziyaretçi ne yazacağını aramasın; bilgiler ekranda dursun. */
.demo-kutu{
  margin:18px auto 0;max-width:520px;
  background:var(--surface-3,#EDF1F5);border:1px solid var(--rule,#DEE5EA);
  border-radius:12px;padding:14px 16px;text-align:left
}
.demo-kutu>b{
  display:block;font-family:var(--font-display,system-ui);font-size:11px;
  font-weight:700;letter-spacing:.09em;text-transform:uppercase;
  color:var(--ink-3,#82909C);margin-bottom:10px
}
.demo-satir{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:7px}
.demo-satir>span{
  font-size:12.5px;color:var(--ink-2,#4C5C69);min-width:62px;font-weight:500
}
.demo-satir code{
  font-family:var(--font-mono,'DM Mono',ui-monospace,monospace);font-size:12.5px;
  background:var(--surface,#fff);border:1px solid var(--rule,#DEE5EA);
  border-radius:6px;padding:3px 8px;color:var(--ink,#0F1922);
  user-select:all;word-break:break-all
}
.demo-kutu>p{margin:9px 0 0;font-size:12.5px;color:var(--ink-3,#82909C);line-height:1.5}

/* ===== GİZLEME KURALI =====
   JavaScript ekranları hidden özniteliğiyle gizliyor. Ama maket CSS'inde
   bazı bloklara display:flex verilmiş ve bu, hidden'ın display:none'ını
   eziyordu - sonuç: seçim ekranı ile giriş formu aynı anda görünüyordu. */
[hidden]{display:none !important}

/* Demo kutusu lift filigranının önünde dursun. */
.demo-kutu{position:relative;z-index:2}
