/* Dukkanex tanıtım sayfası — uygulamadan bağımsız, kendi stili */

:root {
  --ink: #101B2D;
  --ink-2: #1D3557;
  --on-ink: #FFFFFF;
  --muted: #5A6472;
  --muted-2: #8B94A3;
  --line: #E3E6EC;
  --bg: #FFFFFF;
  --cream: #FAF7F1;
  --soft: #F5F6F8;
  --gold: #A9884E;
  --gold-hi: #C8A765;
  --gold-soft: #F8F2E6;
  --gold-line: #E6D8BA;
  --ok: #1F7A4D;
  --warn: #B4422F;
  --r: 14px;
  --wrap: 1120px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 400 17px/1.6 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, video { max-width: 100%; display: block; }
a { color: inherit; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }

h1, h2, h3 { margin: 0; letter-spacing: -0.03em; line-height: 1.1; font-weight: 800; }
h2 { font-size: clamp(28px, 4vw, 40px); }
h3 { font-size: 20px; letter-spacing: -0.02em; }
p { margin: 0; }

.thin { font-weight: 300; color: var(--muted); display: block; }

/* ---------- üst bar ---------- */
.bar {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: saturate(160%) blur(12px);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.bar-in { display: flex; align-items: center; gap: 14px; height: 66px; }
.bar img { height: 26px; width: auto; }
.bar nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.bar nav a.lnk {
  padding: 8px 12px; border-radius: 9px; text-decoration: none;
  font-size: 15px; font-weight: 600; color: var(--muted);
}
.bar nav a.lnk:hover { background: var(--soft); color: var(--ink); }
@media (max-width: 820px) { .bar nav a.lnk { display: none; } }

/* ---------- düğmeler ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 20px; border: 1px solid var(--ink); border-radius: 11px;
  background: var(--ink); color: var(--on-ink);
  font: 700 15px/1 Inter, sans-serif; letter-spacing: -0.01em;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(16, 27, 45, .18); }
.btn:active { transform: none; box-shadow: none; }
.btn.ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn.ghost:hover { border-color: var(--ink); box-shadow: none; }
.btn.gold { background: var(--gold); border-color: var(--gold); color: #fff; }
.btn.gold:hover { box-shadow: 0 8px 20px rgba(169, 136, 78, .3); }
.btn.small { padding: 9px 15px; font-size: 14px; }
.btn.big { padding: 15px 26px; font-size: 16px; }

/* ---------- kahraman ---------- */
.hero { padding: 64px 0 20px; }
.hero h1 { font-size: clamp(38px, 6.4vw, 66px); }
.hero .lead {
  margin-top: 20px; max-width: 620px;
  font-size: clamp(17px, 2.1vw, 20px); color: var(--muted);
}
.hero .acts { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero .acts .note { font-size: 14px; color: var(--muted-2); }

.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 13px; border-radius: 999px;
  background: var(--gold-soft); border: 1px solid var(--gold-line);
  color: var(--gold); font-size: 13px; font-weight: 700; letter-spacing: .01em;
}
.kicker::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }

/* cihazlar */
.shot { margin-top: 52px; position: relative; display: flex; justify-content: center; align-items: flex-end; }
.laptop { width: min(100%, 860px); }
.laptop .screen {
  border: 12px solid var(--ink); border-bottom-width: 14px;
  border-radius: 16px 16px 4px 4px; overflow: hidden; background: var(--ink);
  box-shadow: 0 28px 60px -28px rgba(16, 27, 45, .5);
}
.laptop .screen img { width: 100%; height: auto; }
.laptop .base {
  height: 12px; margin: 0 -5%; border-radius: 0 0 14px 14px;
  background: linear-gradient(180deg, #24344f, #16233a);
}
.phone {
  position: absolute; right: 0; bottom: -14px; width: min(30%, 210px);
  border: 9px solid var(--ink); border-radius: 26px; overflow: hidden; background: var(--ink);
  box-shadow: 0 22px 44px -16px rgba(16, 27, 45, .55);
}
.phone img { width: 100%; height: auto; }
@media (max-width: 720px) {
  .phone { position: static; width: 46%; margin: -30px auto 0; }
  .shot { flex-direction: column; align-items: center; }
}
.shot-not { margin: 30px auto 0; max-width: 680px; text-align: center; color: var(--muted); font-size: 15px; }

/* ---------- rakam şeridi ---------- */
.rakam {
  list-style: none; margin: 56px 0 0; padding: 0;
  display: grid; gap: 1px; background: var(--line);
  border: 1px solid var(--line); border-radius: var(--r); overflow: hidden;
  grid-template-columns: repeat(4, 1fr);
}
.rakam li { background: var(--bg); padding: 22px 20px; }
.rakam b { display: block; font-size: 32px; font-weight: 800; letter-spacing: -0.04em; }
.rakam span { display: block; margin-top: 6px; font-size: 14px; color: var(--muted); line-height: 1.45; }
@media (max-width: 760px) { .rakam { grid-template-columns: 1fr 1fr; } }

/* ---------- bölüm ---------- */
section.blk { padding: 76px 0; }
section.blk.tint { background: var(--cream); }
section.blk.dark { background: var(--ink); color: var(--on-ink); }
.blk-head { max-width: 660px; margin-bottom: 40px; }
.blk-head p { margin-top: 14px; color: var(--muted); font-size: 17px; }
.dark .blk-head p { color: rgba(255, 255, 255, .72); }

/* ---------- öncesi / sonrası ---------- */
.os { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; }
@media (max-width: 760px) { .os { grid-template-columns: 1fr; } }
.os > div { border-radius: var(--r); padding: 26px; border: 1px solid var(--line); background: var(--bg); }
.os .once { background: var(--soft); border-color: transparent; }
.os .sonra { border-color: var(--ink); box-shadow: 0 16px 40px -26px rgba(16, 27, 45, .5); }
.os b.t { display: block; font-size: 15px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.os .once b.t { color: var(--warn); }
.os .sonra b.t { color: var(--gold); }
.os ul { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 13px; }
.os li { position: relative; padding-left: 28px; font-size: 16px; line-height: 1.5; }
.os li::before {
  position: absolute; left: 0; top: 0; font-weight: 800; font-size: 15px;
}
.os .once li { color: var(--muted); }
.os .once li::before { content: "×"; color: var(--warn); font-size: 19px; line-height: 1.3; }
.os .sonra li::before { content: "✓"; color: var(--ok); }

/* ---------- video ---------- */
.video {
  border-radius: var(--r); overflow: hidden; border: 1px solid rgba(255, 255, 255, .14);
  background: #000; box-shadow: 0 30px 70px -30px rgba(0, 0, 0, .8);
}
.video video { width: 100%; height: auto; display: block; }

/* ---------- sektörler ---------- */
.sekt { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .sekt { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .sekt { grid-template-columns: 1fr; } }
.sekt li { border: 1px solid var(--line); border-radius: var(--r); padding: 22px; background: var(--bg); }
.sekt i { font-style: normal; display: block; font-weight: 800; color: var(--gold); font-size: 16px; }
.sekt span { display: block; margin-top: 8px; color: var(--muted); font-size: 15px; line-height: 1.5; }

/* ---------- özellikler ---------- */
.feats { list-style: none; margin: 0; padding: 0; display: grid; gap: 1px; background: var(--line);
  border: 1px solid var(--line); border-radius: var(--r); overflow: hidden;
  grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .feats { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .feats { grid-template-columns: 1fr; } }
.feats li { background: var(--bg); padding: 26px 24px; }
.feats b { display: block; font-size: 17px; font-weight: 800; letter-spacing: -0.015em; }
.feats span { display: block; margin-top: 9px; color: var(--muted); font-size: 15px; line-height: 1.55; }

/* ---------- fiyat listesi okuma ---------- */
.oku { display: grid; gap: 34px; grid-template-columns: 1fr 1fr; align-items: center; }
@media (max-width: 860px) { .oku { grid-template-columns: 1fr; } }
.srcs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 22px; }
.srcs span {
  padding: 7px 13px; border-radius: 9px; background: var(--bg);
  border: 1px solid var(--line); font-size: 14px; font-weight: 600;
}
.srcs .arrow { border: 0; background: none; color: var(--gold); font-weight: 800; padding: 0 2px; }
.srcs .out { background: var(--ink); color: var(--on-ink); border-color: var(--ink); }

.mini { border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: var(--bg); }
.mini-head {
  display: flex; justify-content: space-between; align-items: center; gap: 10px;
  padding: 14px 18px; background: var(--ink); color: var(--on-ink); font-size: 14px;
}
.mini-head b { font-weight: 700; }
.mini-head span { color: var(--gold-hi); font-weight: 700; }
.mini-row {
  display: grid; grid-template-columns: 1fr auto auto; gap: 14px; align-items: center;
  padding: 14px 18px; border-top: 1px solid var(--line); font-size: 15px;
}
.mini-row > div:first-child { min-width: 0; font-weight: 700; }
.mini-row small { display: block; font-weight: 500; font-size: 12.5px; color: var(--muted-2); margin-top: 3px; }
.mini-row .buy { text-align: right; color: var(--muted); font-weight: 600; }
.mini-row .sell { text-align: right; font-weight: 800; color: var(--ok); }

/* ---------- fiyat ---------- */
.price { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; max-width: 780px; margin: 0 auto; }
@media (max-width: 680px) { .price { grid-template-columns: 1fr; } }
.pcard { border: 1px solid var(--line); border-radius: var(--r); padding: 28px; background: var(--bg); }
.pcard.one { border: 2px solid var(--ink); position: relative; box-shadow: 0 20px 50px -30px rgba(16, 27, 45, .6); }
.pcard .rozet {
  position: absolute; top: -12px; left: 28px; padding: 4px 11px; border-radius: 999px;
  background: var(--gold); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .02em;
}
.pcard .ad { font-size: 15px; font-weight: 700; color: var(--muted); }
.pcard .tut { margin-top: 10px; font-size: 40px; font-weight: 800; letter-spacing: -0.04em; line-height: 1; }
.pcard .tut i { font-style: normal; font-size: 17px; font-weight: 600; color: var(--muted); letter-spacing: 0; }
.pcard .alt { margin-top: 10px; font-size: 14.5px; color: var(--muted); }
.pcard ul { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 10px; }
.pcard li { position: relative; padding-left: 24px; font-size: 15px; color: var(--muted); }
.pcard li::before { content: "✓"; position: absolute; left: 0; color: var(--ok); font-weight: 800; }
.price-not { margin: 26px auto 0; max-width: 640px; text-align: center; font-size: 14.5px; color: var(--muted); }

/* ---------- sss ---------- */
.sss { max-width: 760px; margin: 0 auto; border-top: 1px solid var(--line); }
.sss details { border-bottom: 1px solid var(--line); }
.sss summary {
  padding: 20px 36px 20px 0; cursor: pointer; list-style: none; position: relative;
  font-size: 17px; font-weight: 700; letter-spacing: -0.015em;
}
.sss summary::-webkit-details-marker { display: none; }
.sss summary::after {
  content: "+"; position: absolute; right: 4px; top: 17px;
  font-size: 22px; font-weight: 400; color: var(--gold); line-height: 1;
}
.sss details[open] summary::after { content: "–"; }
.sss p { padding: 0 0 20px; color: var(--muted); font-size: 16px; }

/* ---------- kapanış ---------- */
.son {
  border-radius: 18px; background: var(--ink); color: var(--on-ink);
  padding: 46px 40px; display: flex; flex-wrap: wrap; align-items: center; gap: 22px;
}
.son img { height: 30px; width: auto; }
.son .txt { flex: 1 1 320px; min-width: 0; }
.son b { display: block; font-size: 24px; font-weight: 800; letter-spacing: -0.025em; }
.son span { display: block; margin-top: 7px; color: rgba(255, 255, 255, .7); font-size: 15.5px; }
.son .btn { background: var(--gold); border-color: var(--gold); color: #fff; }

/* ---------- alt bilgi ---------- */
footer { border-top: 1px solid var(--line); padding: 34px 0 48px; margin-top: 76px; }
.foot { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.foot img { height: 22px; width: auto; opacity: .85; }
.foot .sp { flex: 1; }
.foot a, .foot span { font-size: 14px; color: var(--muted); text-decoration: none; }
.foot a:hover { color: var(--ink); }

.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- örnek teklif ---------- */
.teklif { display: grid; gap: 40px; grid-template-columns: 1fr 1fr; align-items: center; }
@media (max-width: 860px) { .teklif { grid-template-columns: 1fr; } }
.teklif .kagit {
  border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: #fff;
  box-shadow: 0 30px 60px -34px rgba(16, 27, 45, .55), 0 2px 6px rgba(16, 27, 45, .06);
  transform: rotate(-1.1deg);
}
.teklif .kagit img { width: 100%; height: auto; }
.teklif ul { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 11px; }
.teklif li { position: relative; padding-left: 26px; color: var(--muted); font-size: 16px; }
.teklif li::before { content: "✓"; position: absolute; left: 0; color: var(--ok); font-weight: 800; }
.teklif .acts { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.teklif .acts .note { font-size: 14px; color: var(--muted-2); }

/* ---------- yasal / metin sayfaları ---------- */
.yazi { max-width: 760px; margin: 0 auto; padding: 56px 0 24px; }
.yazi h1 { font-size: clamp(30px, 4.5vw, 42px); }
.yazi .ust { color: var(--muted); font-size: 15px; margin-top: 14px; }
.yazi h2 { font-size: 22px; margin: 40px 0 0; }
.yazi h3 { font-size: 17px; margin: 26px 0 0; }
.yazi p { margin-top: 12px; color: var(--muted); font-size: 16.5px; }
.yazi ul { margin: 12px 0 0; padding-left: 22px; color: var(--muted); font-size: 16.5px; }
.yazi li { margin-top: 8px; }
.yazi a { color: var(--ink-2); }
.yazi .kutu {
  margin-top: 22px; padding: 20px 22px; border-radius: var(--r);
  background: var(--soft); border: 1px solid var(--line);
}
.yazi .kutu p { margin-top: 6px; color: var(--ink); }
.yazi .kutu p:first-child { margin-top: 0; }
.yazi dl { margin: 16px 0 0; display: grid; grid-template-columns: 190px 1fr; gap: 10px 18px; font-size: 16px; }
@media (max-width: 560px) { .yazi dl { grid-template-columns: 1fr; gap: 2px 0; } .yazi dd { margin-bottom: 12px; } }
.yazi dt { font-weight: 700; }
.yazi dd { margin: 0; color: var(--muted); }
mark.bos { background: #FFF3CD; color: #7A5B00; padding: 1px 6px; border-radius: 5px; font-weight: 600; }

/* ---------- iletişim formu ---------- */
.son { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
@media (max-width: 860px) { .son { grid-template-columns: 1fr; gap: 30px; padding: 32px 26px; } }
.son .txt { min-width: 0; }
.son img { height: 28px; width: auto; margin-bottom: 22px; }
.son b { display: block; font-size: clamp(24px, 3vw, 30px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.15; }
.son .alt { display: block; margin-top: 12px; color: rgba(255, 255, 255, .72); font-size: 16px; }
.son .veya { display: block; margin-top: 22px; color: rgba(255, 255, 255, .55); font-size: 14.5px; }
.son .veya a { color: var(--gold-hi); font-weight: 600; }

.form { display: grid; gap: 12px; }
.form .cift { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 480px) { .form .cift { grid-template-columns: 1fr; } }
.form label { display: block; }
.form span.et { display: block; font-size: 13.5px; font-weight: 600; color: rgba(255, 255, 255, .66); margin-bottom: 6px; }
.form input, .form select, .form textarea {
  width: 100%; padding: 12px 14px; border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .06);
  color: #fff; font: 400 15.5px/1.4 Inter, sans-serif; -webkit-appearance: none; appearance: none;
}
.form textarea { min-height: 78px; resize: vertical; }
.form input::placeholder, .form textarea::placeholder { color: rgba(255, 255, 255, .34); }
.form input:focus, .form select:focus, .form textarea:focus {
  outline: none; border-color: var(--gold); background: rgba(255, 255, 255, .1);
}
.form select option { background: var(--ink); color: #fff; }
.form .tuzak { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form button { width: 100%; margin-top: 4px; background: var(--gold); border-color: var(--gold); color: #fff; padding: 14px; font-size: 16px; }
.form button[disabled] { opacity: .6; cursor: default; transform: none; box-shadow: none; }
.form .kvkk { font-size: 13px; color: rgba(255, 255, 255, .5); line-height: 1.5; }
.form .kvkk a { color: rgba(255, 255, 255, .8); }
.form .sonuc { font-size: 15px; margin-top: 4px; }
.form .sonuc.iyi { color: #7FD1A4; }
.form .sonuc.kotu { color: #F2A79B; }
.form.bitti > *:not(.sonuc) { display: none; }
.form .sonuc.buyuk { font-size: 17px; font-weight: 600; line-height: 1.55; }

/* ---------- kayıt sayfası ---------- */
.kayit { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; padding: 56px 0 40px; }
@media (max-width: 900px) { .kayit { grid-template-columns: 1fr; gap: 34px; padding-top: 36px; } }
.kayit h1 { font-size: clamp(32px, 4.4vw, 46px); margin-top: 18px; }
.kayit-lead { margin-top: 16px; color: var(--muted); font-size: 17px; }
.kayit-madde { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 16px; }
.kayit-madde li { padding-left: 28px; position: relative; }
.kayit-madde li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--ok); font-weight: 800; }
.kayit-madde b { display: block; font-size: 16px; font-weight: 700; }
.kayit-madde span { display: block; margin-top: 3px; color: var(--muted); font-size: 15px; }

.kayit-kart {
  border: 1px solid var(--line); border-radius: 16px; padding: 30px; background: var(--bg);
  box-shadow: 0 26px 60px -38px rgba(16, 27, 45, .5);
}
@media (max-width: 480px) { .kayit-kart { padding: 22px; } }
.kayit-kart h2 { font-size: 21px; margin-bottom: 18px; }
.kayit-kart .cift { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 480px) { .kayit-kart .cift { grid-template-columns: 1fr; } }
.kayit-kart .f { display: block; margin-bottom: 12px; font-size: 13.5px; font-weight: 600; color: var(--muted); }
.kayit-kart .f input, .kayit-kart .f select {
  display: block; width: 100%; margin-top: 6px; padding: 12px 14px;
  border: 1px solid var(--line); border-radius: 10px; background: var(--bg); color: var(--ink);
  font: 400 16px/1.4 Inter, sans-serif; -webkit-appearance: none; appearance: none;
}
.kayit-kart .f select { background-image: none; }
.kayit-kart .f input:focus, .kayit-kart .f select:focus { outline: none; border-color: var(--ink); }
.kayit-kart .f input::placeholder { color: var(--muted-2); font-weight: 400; }
.kayit-ipucu { margin: -2px 0 16px; font-size: 13.5px; color: var(--muted-2); }
.kayit-kart .err { margin: 0 0 12px; padding: 11px 13px; border-radius: 9px; font-size: 14.5px;
  background: #FDEDEA; color: #9B3A2A; border: 1px solid #F4CFC7; }
.kayit-kart button { width: 100%; padding: 15px; font-size: 16px; }
.kayit-kvkk { margin-top: 14px; font-size: 13px; color: var(--muted-2); line-height: 1.55; text-align: center; }
.kayit-kvkk a { color: var(--muted); }
.tuzak { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
