/* =============================================================
   SADAKAT SİSTEMİ · Tanıtım sitesi
   Tasarımdaki renk, ölçü ve bileşenler birebir alınmıştır.
   ============================================================= */

:root {
  --bg:        #FAF6F0;
  --card:      #ffffff;
  --ink:       #16110E;
  --ink-2:     #2E251F;
  --ink-3:     #3E332C;
  --ink-4:     #4A3E36;
  --ink-5:     #5B4E45;
  --ink-6:     #6B5D53;
  --muted:     #8A7C71;
  --muted-2:   #9A8C81;
  --muted-3:   #A2948A;
  --muted-4:   #B7A99E;
  --orange:    #E4572E;
  --amber:     #F0A03C;
  --green:     #124A3A;
  --green-soft:#F6FBF8;
  --sand:      #F3EDE3;
  --on-dark:   #FAF6F0;

  --line:      rgba(22,17,14,.08);
  --line-2:    rgba(22,17,14,.1);
  --line-3:    rgba(22,17,14,.12);
  --line-in:   rgba(22,17,14,.14);

  --display:   'Bricolage Grotesque', system-ui, sans-serif;
  --body:      'Plus Jakarta Sans', system-ui, sans-serif;
  --wrap:      1240px;
  --pad:       clamp(16px, 4vw, 28px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a       { color: var(--orange); text-decoration: none; }
a:hover { color: var(--ink); }
img     { max-width: 100%; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.03em; }

::selection { background: var(--amber); color: var(--ink); }

@keyframes tk-float   { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-14px) } }
@keyframes tk-float2  { 0%,100% { transform: translateY(0) rotate(-3deg) } 50% { transform: translateY(-18px) rotate(0) } }
@keyframes tk-drift   { 0%,100% { transform: translate(0,0) scale(1) }
                        33% { transform: translate(4%,-6%) scale(1.08) }
                        66% { transform: translate(-5%,4%) scale(.95) } }
@keyframes tk-marquee { 0% { transform: translateX(0) } 100% { transform: translateX(-50%) } }
@keyframes tk-ring    { 0% { transform: scale(.85); opacity: .5 } 70% { transform: scale(1.55); opacity: 0 } 100% { opacity: 0 } }
@keyframes tk-spin    { to { transform: rotate(360deg) } }
@keyframes tk-grow    { from { transform: scaleY(.04) } to { transform: scaleY(1) } }
@keyframes tk-sheen   { 0% { transform: translateX(-140%) } 55%,100% { transform: translateX(240%) } }
@keyframes tk-blink   { 0%,100% { opacity: 1 } 50% { opacity: .2 } }
@keyframes tk-rise    { from { opacity: 0; transform: translateY(16px) } to { opacity: 1; transform: translateY(0) } }

/* -------------------------------------------------------------
   Yerleşim yardımcıları
   ------------------------------------------------------------- */
.wrap    { max-width: var(--wrap); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.section { padding: clamp(56px,7vw,96px) 0; }
.section-sm { padding: clamp(44px,6vw,72px) 0; }
.eyebrow {
  font-size: 12px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted-2);
}
.eyebrow-amber { color: var(--amber); }
.lead   { font-size: clamp(16px,1.7vw,18px); line-height: 1.6; color: var(--ink-5); margin: 0; }
.h1     { font-size: clamp(34px,4.4vw,58px); font-weight: 800; line-height: 1.02; margin: 0 0 16px; }
.h2     { font-size: clamp(30px,3.6vw,50px); font-weight: 800; line-height: 1.04; margin: 0; }
.h2-sm  { font-size: clamp(27px,3vw,42px); font-weight: 800; line-height: 1.06; margin: 0; }
.row    { display: flex; align-items: center; gap: 10px; }
.row-between { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.row-end{ align-items: flex-end; }
.wrap-tight { max-width: 720px; }
.mb-44  { margin-bottom: 44px; }
.grid   { display: grid; gap: 16px; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(268px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }

/* -------------------------------------------------------------
   Butonlar
   ------------------------------------------------------------- */
.btn {
  display: inline-block;
  border: 0; border-radius: 13px;
  padding: 16px 26px;
  font-family: var(--body);
  font-size: 16px; font-weight: 600;
  cursor: pointer; text-align: center;
  transition: transform .18s, box-shadow .18s, border-color .18s, background .18s;
}
.btn-orange { background: var(--orange); color: #fff; }
.btn-orange:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(228,87,46,.32); color: #fff; }
.btn-dark   { background: var(--ink); color: var(--on-dark); }
.btn-dark:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(22,17,14,.24); color: var(--on-dark); }
.btn-amber  { background: var(--amber); color: var(--ink); font-weight: 700; }
.btn-amber:hover { transform: translateY(-2px); color: var(--ink); }
.btn-line   { background: transparent; color: var(--ink); border: 1.5px solid rgba(22,17,14,.2); }
.btn-line:hover { border-color: var(--ink); background: rgba(22,17,14,.04); color: var(--ink); }
.btn-line-light { background: transparent; color: var(--on-dark); border: 1.5px solid rgba(250,246,240,.3); }
.btn-line-light:hover { border-color: var(--on-dark); color: var(--on-dark); }
.btn-sm     { border-radius: 12px; padding: 13px 20px; font-size: 15px; }
.btn-block  { display: block; width: 100%; }
.link-orange{ background: none; border: 0; padding: 0; font-size: 15px; font-weight: 600; color: var(--orange); cursor: pointer; }

/* -------------------------------------------------------------
   Üst bar
   ------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  backdrop-filter: blur(14px);
  background: rgba(250,246,240,.85);
  border-bottom: 1px solid var(--line);
}
/* Not: sınıf adı "bar" değil "header-bar" — ilerleme çubuğu olan
   .bar sınıfıyla çakışmaması için. */
.header-bar {
  max-width: var(--wrap); margin: 0 auto;
  padding: 12px var(--pad);
  display: flex; align-items: center; gap: 20px;
}
.brand { display: flex; align-items: center; gap: 10px; flex: none; }
/* Marka işareti bir görsel; başlıkta krem, altbilgide koyu zemin
   üstünde duruyor ve turuncu ikisinde de okunuyor. */
.brand-mark {
  width: 32px; height: 32px;
  object-fit: contain; flex: none; display: block;
}
.brand-name { font-family: var(--display); font-weight: 800; font-size: 20px; color: var(--ink); }

.site-nav { display: flex; gap: 2px; margin-left: auto; }
.site-nav a {
  padding: 9px 12px; border-radius: 10px;
  font-size: 14.5px; font-weight: 500; color: var(--ink-4);
  white-space: nowrap; transition: background .2s, color .2s;
}
.site-nav a:hover, .site-nav a.is-active { background: rgba(22,17,14,.06); color: var(--ink); }

.header-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.lang-btn {
  background: none; border: 1px solid rgba(22,17,14,.16);
  border-radius: 9px; padding: 8px 10px;
  font-size: 12.5px; font-weight: 700; letter-spacing: .04em;
  color: var(--ink-4);
}
.lang-btn:hover { border-color: var(--ink); color: var(--ink); }
.signin-link { padding: 9px 10px; font-size: 14.5px; font-weight: 600; color: var(--ink); }
.header-cta  { border-radius: 11px; padding: 11px 17px; font-size: 14.5px; }

.burger {
  display: none;
  width: 42px; height: 42px; border-radius: 11px;
  border: 1px solid rgba(22,17,14,.16); background: none;
  cursor: pointer; flex-direction: column; gap: 4px; align-items: center; justify-content: center;
}
.burger span { width: 17px; height: 2px; background: var(--ink); border-radius: 2px; display: block; }

.drawer {
  display: none; flex-direction: column;
  padding: 8px var(--pad) 20px;
  border-top: 1px solid var(--line);
  animation: tk-rise .25s ease-out;
}
.drawer.is-open { display: flex; }
.drawer a {
  padding: 13px 6px; font-size: 16px; font-weight: 600;
  color: var(--ink); border-bottom: 1px solid rgba(22,17,14,.07);
}
.drawer .btn { margin-top: 14px; border-radius: 12px; padding: 15px; font-size: 15.5px; }

/* -------------------------------------------------------------
   Hero
   ------------------------------------------------------------- */
.hero { position: relative; padding: clamp(48px,6vw,92px) var(--pad) clamp(56px,6vw,88px); overflow: hidden; }
.hero-glow-1, .hero-glow-2 { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-glow-1 {
  top: -180px; right: -140px; width: min(640px,90vw); height: min(640px,90vw);
  background: radial-gradient(circle, rgba(240,160,60,.34), rgba(240,160,60,0) 68%);
  animation: tk-drift 22s ease-in-out infinite;
}
.hero-glow-2 {
  bottom: 90px; left: -200px; width: min(500px,72vw); height: min(500px,72vw);
  background: radial-gradient(circle, rgba(18,74,58,.16), rgba(18,74,58,0) 66%);
  animation: tk-drift 28s ease-in-out infinite reverse;
}
.hero-inner {
  max-width: var(--wrap); margin: 0 auto; position: relative;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px,1fr));
  gap: clamp(32px,4vw,56px); align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 7px 14px; border-radius: 999px;
  background: rgba(22,17,14,.05); border: 1px solid rgba(22,17,14,.09);
  font-size: 13px; font-weight: 600; color: var(--ink-4); margin-bottom: 24px;
}
.hero-badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--orange);
                animation: tk-blink 2.2s ease-in-out infinite; }
.hero h1 { font-size: clamp(38px,5.4vw,74px); font-weight: 800; line-height: .99;
           letter-spacing: -.035em; margin: 0 0 22px; text-wrap: balance; }
.hero p.sub { font-size: clamp(16px,1.6vw,19px); line-height: 1.6; color: var(--ink-4);
              max-width: 520px; margin: 0 0 32px; text-wrap: pretty; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.hero-note { font-size: 13.5px; color: var(--muted); margin: 0; }

/* Telefon maketi */
.phone-stage { position: relative; min-height: 560px; display: grid; place-items: center; }
.phone-holder{ position: relative; width: min(300px, 90vw); }
.phone {
  position: relative; width: 100%; height: 560px;
  animation: tk-float 7s ease-in-out infinite;
}
.phone-body {
  position: absolute; inset: 0;
  border-radius: 44px; background: var(--ink); padding: 11px;
  box-shadow: 0 40px 80px -20px rgba(22,17,14,.42);
}
.phone-screen {
  width: 100%; height: 100%; border-radius: 34px;
  background: #FFFCF7; overflow: hidden; display: flex; flex-direction: column;
}
.phone-status { padding: 14px 20px 0; display: flex; justify-content: space-between;
                font-size: 11.5px; font-weight: 700; }
.phone-hello  { font-size: 12px; color: var(--muted); font-weight: 600; }
.phone-name   { font-family: var(--display); font-size: 24px; font-weight: 700; letter-spacing: -.02em; }
.points-card {
  border-radius: 22px; padding: 20px;
  background: linear-gradient(150deg, #16110E, #33261C);
  color: var(--on-dark); position: relative; overflow: hidden;
}
.points-card .sheen {
  position: absolute; top: 0; bottom: 0; width: 56px;
  background: linear-gradient(90deg, transparent, rgba(240,160,60,.3), transparent);
  animation: tk-sheen 5s ease-in-out infinite;
}
.points-card .label { font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
                      color: var(--amber); font-weight: 700; }
.points-card .value { font-family: var(--display); font-size: 40px; font-weight: 800;
                      letter-spacing: -.03em; line-height: 1; margin: 8px 0 4px; }
.points-card .meta  { font-size: 12.5px; opacity: .72; }
.mini-bar  { height: 5px; border-radius: 99px; background: rgba(250,246,240,.18);
             margin-top: 16px; overflow: hidden; }
.mini-bar i{ display: block; height: 100%; background: var(--amber); border-radius: 99px;
             transition: width .5s ease; }
.phone-section-label { font-size: 11.5px; font-weight: 700; color: var(--muted);
                       letter-spacing: .1em; text-transform: uppercase; }
.stamps { display: grid; grid-template-columns: repeat(5,1fr); gap: 9px; }
.stamp {
  aspect-ratio: 1; border-radius: 50%;
  display: grid; place-items: center;
  font-size: 13px; font-weight: 700;
  border: 1.5px solid rgba(22,17,14,.16); background: transparent; color: var(--ink);
  transition: background .3s, border-color .3s;
}
.stamp.is-filled { background: var(--ink); border-color: var(--ink); color: var(--amber); }
.phone-scan {
  background: var(--ink); color: var(--on-dark);
  border-radius: 14px; padding: 14px; text-align: center;
  font-size: 13.5px; font-weight: 600;
}

.float-card {
  position: absolute; z-index: 2;
  background: #fff; border-radius: 18px; padding: 15px;
  box-shadow: 0 22px 44px -14px rgba(22,17,14,.22);
  border: 1px solid rgba(22,17,14,.06);
}
.float-card-1 { left: -96px; top: 64px; width: 216px; animation: tk-float2 9s ease-in-out infinite; }
/* bottom: telefonun alt düğmesinin üstünde kalacak kadar yüksek.
   Kart yalnızca yukarı süzülüyor (tk-float -14px), bu yüzden en alçak
   hâli burasıdır; daha aşağıda "Kasada QR göster" yazısını örtüyordu. */
.float-card-2 {
  right: -92px; bottom: 92px; width: 224px;
  background: var(--green); color: #F3FBF7; border: 0;
  box-shadow: 0 22px 44px -14px rgba(18,74,58,.4);
  animation: tk-float 8s ease-in-out .8s infinite;
}
.float-badge { width: 34px; height: 34px; border-radius: 10px; background: var(--amber);
               display: grid; place-items: center; font-weight: 800; font-size: 14px; flex: none; }
.qr-ring { position: absolute; right: -26px; top: -18px; width: 64px; height: 64px; z-index: 3; }
.qr-ring i {
  position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid rgba(228,87,46,.5); animation: tk-ring 3s ease-out infinite;
}
.qr-ring i:nth-child(2) { animation-delay: 1.5s; }
.qr-ring span {
  position: absolute; inset: 14px; border-radius: 50%; background: var(--orange);
  display: grid; place-items: center; color: #fff; font-size: 15px; font-weight: 800;
}
.spark-bars { display: flex; align-items: flex-end; gap: 5px; height: 38px; margin-top: 12px; }
.spark-bars i { flex: 1; background: rgba(240,160,60,.85); border-radius: 3px;
                transform-origin: bottom; animation: tk-grow .9s ease-out both; }

/* -------------------------------------------------------------
   Referans şeridi
   ------------------------------------------------------------- */
.marquee-mask {
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  overflow: hidden;
}
.marquee { display: flex; width: max-content; animation: tk-marquee 34s linear infinite; }
.marquee span {
  padding: 0 clamp(20px,3vw,34px);
  font-family: var(--display); font-size: clamp(18px,2vw,23px); font-weight: 700;
  color: rgba(22,17,14,.26); letter-spacing: -.02em; white-space: nowrap;
}

/* -------------------------------------------------------------
   İnce çizgili istatistik ızgarası
   ------------------------------------------------------------- */
.stat-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(170px,1fr));
  gap: 1px; background: var(--line-2);
  border: 1px solid var(--line-2); border-radius: 20px; overflow: hidden;
}
.stat-grid > div { background: var(--bg); padding: clamp(20px,2.4vw,26px) clamp(18px,2vw,24px); }
.stat-value { font-family: var(--display); font-size: clamp(28px,3vw,38px); font-weight: 800;
              letter-spacing: -.035em; line-height: 1; }
.stat-label { font-size: 13.5px; color: var(--ink-6); margin-top: 8px; line-height: 1.4; }

/* -------------------------------------------------------------
   Koyu bölüm (nasıl çalışır)
   ------------------------------------------------------------- */
.dark-section { background: var(--ink); color: var(--on-dark); padding: clamp(56px,7vw,84px) 0; }
.step-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr));
  gap: 1px; background: rgba(250,246,240,.14);
  border: 1px solid rgba(250,246,240,.14); border-radius: 22px; overflow: hidden;
}
.step-grid > div { background: var(--ink); padding: 34px 30px 38px; transition: background .3s; }
.step-grid > div:hover { background: #221912; }
.step-n     { font-family: var(--display); font-size: 15px; font-weight: 700; color: var(--amber); margin-bottom: 20px; }
.step-title { font-size: 22px; font-weight: 700; margin: 0 0 12px; }
.step-body  { font-size: 15px; line-height: 1.62; color: rgba(250,246,240,.66); margin: 0; }

/* -------------------------------------------------------------
   Görsel yuvaları
   ------------------------------------------------------------- */
.slot {
  width: 100%; height: 100%;
  background: var(--sand); border-radius: inherit;
  display: grid; place-items: center;
  color: var(--muted); font-size: 13px; font-weight: 600; text-align: center;
  padding: 12px; overflow: hidden;
}
.slot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.slot-frame { overflow: hidden; border-radius: 20px; }
.gallery-caption { font-size: 13.5px; color: var(--ink-6); margin-top: 10px; }

/* -------------------------------------------------------------
   Modül kartları
   ------------------------------------------------------------- */
.module-card {
  background: var(--card); border: 1px solid var(--line);
  border-radius: 20px; padding: 26px;
  transition: transform .22s, box-shadow .22s, border-color .22s;
}
.module-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px -18px rgba(22,17,14,.26);
                     border-color: rgba(22,17,14,.16); }
.module-n     { font-family: var(--display); font-size: 13px; font-weight: 700;
                color: var(--orange); letter-spacing: .06em; margin-bottom: 18px; }
.module-title { font-size: 20px; font-weight: 700; margin: 0 0 10px; }
.module-body  { font-size: 14.5px; line-height: 1.6; color: var(--ink-6); margin: 0; }

.module-row {
  background: var(--card); border: 1px solid var(--line);
  border-radius: 22px; padding: clamp(22px,3vw,32px);
  display: flex; gap: 20px; transition: box-shadow .22s;
}
.module-row:hover { box-shadow: 0 18px 40px -18px rgba(22,17,14,.22); }
.tag {
  font-size: 12.5px; font-weight: 600; color: var(--ink-5);
  background: var(--sand); border-radius: 999px; padding: 5px 11px;
}
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; }

/* -------------------------------------------------------------
   Panel önizlemesi
   ------------------------------------------------------------- */
.panel-preview {
  background: var(--sand); border: 1px solid var(--line);
  border-radius: 28px; padding: clamp(20px,3vw,44px);
  display: flex; flex-direction: column; gap: clamp(22px,3vw,34px);
}
.check-list { display: flex; flex-direction: column; gap: 11px; }
.check-list div { display: flex; gap: 11px; align-items: flex-start; font-size: 14.5px; color: var(--ink-3); }
.check-list i {
  width: 19px; height: 19px; border-radius: 50%; background: var(--green); color: #fff;
  display: grid; place-items: center; font-size: 11px; flex: none; margin-top: 2px; font-style: normal;
}
.browser {
  background: #fff; border-radius: 20px; overflow: hidden;
  border: 1px solid rgba(22,17,14,.09);
  box-shadow: 0 34px 70px -30px rgba(22,17,14,.4);
}
.browser-bar {
  padding: 11px 16px; border-bottom: 1px solid rgba(22,17,14,.07);
  display: flex; align-items: center; gap: 8px; background: #F7F2EA;
}
.browser-bar i { width: 9px; height: 9px; border-radius: 50%; display: block; }
.browser-url {
  margin-left: 10px; background: #fff; border: 1px solid rgba(22,17,14,.09);
  border-radius: 8px; padding: 5px 12px; font-size: 11.5px; color: var(--muted); font-weight: 600;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
/* Maketin gerçek veri sanılmaması için küçük etiket */
.mock-flag {
  margin-left: auto; flex: none;
  border: 1px solid rgba(22,17,14,.12); border-radius: 999px; padding: 4px 10px;
  font-size: 10.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: var(--muted); white-space: nowrap;
}
.mock { display: grid; grid-template-columns: 196px 1fr; }
.mock-side {
  background: var(--ink); color: rgba(250,246,240,.72);
  padding: 18px 14px; display: flex; flex-direction: column; gap: 4px; min-height: 520px;
}
.mock-nav {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 10px; border-radius: 9px; font-size: 13px; font-weight: 500;
  color: rgba(250,246,240,.62);
}
.mock-nav i { width: 6px; height: 6px; border-radius: 2px; background: rgba(250,246,240,.3); flex: none; }
.mock-nav.is-active { background: rgba(250,246,240,.1); color: var(--on-dark); font-weight: 700; }
.mock-nav.is-active i { background: var(--amber); }
.mock-main { padding: clamp(16px,2vw,22px); background: #FBF8F3; min-width: 0; }
.mock-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 16px; }
.mock-kpi  { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 13px 14px; }
.mock-kpi .label { font-size: 11.5px; color: var(--muted); font-weight: 600; }
.mock-kpi .value { font-family: var(--display); font-size: 22px; font-weight: 800;
                   letter-spacing: -.025em; margin: 5px 0 2px; }
.mock-spark { display: flex; align-items: flex-end; gap: 2px; height: 20px; }
.mock-spark i { width: 3px; background: rgba(228,87,46,.28); border-radius: 2px; display: block; }
.mock-spark i.last { background: var(--orange); }
.feed-item  { display: flex; gap: 10px; align-items: flex-start; }
.feed-badge {
  width: 26px; height: 26px; border-radius: 8px; flex: none;
  background: var(--ink); color: var(--amber);
  display: grid; place-items: center; font-size: 10.5px; font-weight: 800;
}
.feed-badge.is-neg { background: rgba(228,87,46,.12); color: var(--orange); }
.bar    { height: 7px; border-radius: 99px; background: rgba(22,17,14,.07); overflow: hidden; }
.bar i  { display: block; height: 100%; border-radius: 99px; }
.mock-table-head, .mock-table-row {
  display: grid; grid-template-columns: 1.4fr .9fr .9fr 1fr 90px; gap: 10px; align-items: center;
}
.mock-table-head { padding: 0 4px 9px; border-bottom: 1px solid var(--line);
                   font-size: 11px; letter-spacing: .06em; text-transform: uppercase;
                   color: var(--muted-2); font-weight: 700; }
.mock-table-row  { padding: 11px 4px; border-bottom: 1px solid rgba(22,17,14,.05); font-size: 13px; }
.row-spark { display: flex; align-items: flex-end; gap: 2px; height: 22px; }
.row-spark i { flex: 1; border-radius: 2px; display: block; }

/* -------------------------------------------------------------
   Sektör kutucukları
   ------------------------------------------------------------- */
.industry-tile {
  background: var(--card); border: 1px solid var(--line);
  border-radius: 16px; padding: 12px 12px 16px; display: block;
  transition: background .2s, color .2s, transform .2s;
}
.industry-tile:hover { background: var(--ink); color: var(--on-dark); transform: translateY(-3px); }
.industry-tile .thumb { height: 96px; border-radius: 11px; overflow: hidden; margin-bottom: 12px; }
.industry-tile .name  { font-size: 15.5px; font-weight: 700; }
.industry-tile .tag   { font-size: 12.5px; opacity: .6; margin-top: 4px; background: none; padding: 0; }

.industry-card {
  background: var(--card); border: 1px solid var(--line);
  border-radius: 22px; padding: clamp(14px,2vw,16px);
  display: flex; flex-direction: column; gap: 14px;
}
.industry-card .thumb { height: 170px; border-radius: 16px; overflow: hidden; }
.industry-pill {
  align-self: flex-start;
  font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: var(--orange); background: rgba(228,87,46,.09);
  border-radius: 999px; padding: 6px 12px;
}
.metric { display: flex; gap: 10px; font-size: 14px; color: var(--ink-3); }
.metric b { color: var(--green); }

/* -------------------------------------------------------------
   Alıntı
   ------------------------------------------------------------- */
.quote-section { max-width: 1000px; margin: 0 auto; text-align: center; }
.quote-avatar  { width: 96px; height: 96px; border-radius: 50%; overflow: hidden; margin: 0 auto 24px; }
.quote-text {
  font-family: var(--display); font-size: clamp(22px,2.8vw,38px); font-weight: 700;
  letter-spacing: -.025em; line-height: 1.3; text-wrap: balance;
}
.quote-by { margin-top: 22px; font-size: 15px; color: var(--ink-6); font-weight: 600; }

/* -------------------------------------------------------------
   SSS
   ------------------------------------------------------------- */
.faq { display: flex; flex-direction: column; border-top: 1px solid var(--line-3); }
.faq-item { border-bottom: 1px solid var(--line-3); }
.faq-q {
  width: 100%; background: none; border: 0; text-align: left;
  padding: 20px 2px; display: flex; justify-content: space-between; gap: 18px; align-items: center;
  cursor: pointer; font-family: var(--body);
  font-size: clamp(15.5px,1.6vw,17px); font-weight: 600; color: var(--ink);
}
.faq-q i { font-size: 22px; color: var(--orange); font-style: normal;
           transition: transform .25s; flex: none; line-height: 1; }
.faq-item.is-open .faq-q i { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-item.is-open .faq-a { max-height: 420px; }
.faq-a p { margin: 0; padding: 0 40px 22px 2px; font-size: 15.5px; line-height: 1.65; color: var(--ink-6); }

/* -------------------------------------------------------------
   Alt bant CTA
   ------------------------------------------------------------- */
.cta-band {
  background: linear-gradient(135deg, #16110E, #33261C);
  border-radius: 28px; padding: clamp(40px,5vw,72px) clamp(24px,4vw,56px);
  position: relative; overflow: hidden; color: var(--on-dark);
}
.cta-band .glow {
  position: absolute; right: -140px; top: -140px;
  width: min(480px,80vw); height: min(480px,80vw); border-radius: 50%;
  background: radial-gradient(circle, rgba(240,160,60,.3), transparent 68%);
  animation: tk-drift 20s ease-in-out infinite;
}
.cta-band .inner { position: relative; max-width: 640px; }
.cta-band h2 { font-size: clamp(30px,3.8vw,52px); font-weight: 800; letter-spacing: -.035em;
               line-height: 1.02; margin: 0 0 16px; }
.cta-band p  { font-size: clamp(16px,1.7vw,18px); line-height: 1.6;
               color: rgba(250,246,240,.7); margin: 0 0 28px; }
.cta-strip {
  background: var(--ink); color: var(--on-dark); border-radius: 24px;
  padding: clamp(28px,4vw,48px);
  display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap;
}

/* -------------------------------------------------------------
   Fiyatlandırma
   ------------------------------------------------------------- */
.billing-toggle { display: flex; justify-content: center; margin-bottom: 30px; }
.billing-toggle .box { display: flex; background: rgba(22,17,14,.06); border-radius: 12px; padding: 4px; gap: 4px; }
.billing-toggle button {
  border: 0; border-radius: 9px; padding: 11px 20px;
  font-family: var(--body); font-size: 14.5px; font-weight: 600; cursor: pointer;
  background: transparent; color: var(--ink-4); transition: background .2s;
}
.billing-toggle button.is-active { background: var(--ink); color: var(--on-dark); }

.plan {
  background: #fff; color: var(--ink);
  border: 1px solid var(--line-2); border-radius: 24px;
  padding: clamp(26px,3vw,34px);
}
.plan.is-featured { background: var(--ink); color: var(--on-dark); border-color: var(--ink); }
.plan-name  { font-family: var(--display); font-size: 19px; font-weight: 700; letter-spacing: -.02em; }
.plan-badge { background: var(--amber); color: var(--ink); font-size: 11.5px; font-weight: 700;
              border-radius: 999px; padding: 4px 10px; }
.plan-for   { font-size: 14px; opacity: .66; margin-top: 8px; min-height: 42px; line-height: 1.5; }
.plan-price { display: flex; align-items: baseline; gap: 7px; margin: 16px 0 4px; flex-wrap: wrap; }
.plan-price b { font-family: var(--display); font-size: clamp(34px,4vw,44px); font-weight: 800; letter-spacing: -.035em; }
.plan-price span { font-size: 14px; opacity: .6; }
.plan-note  { font-size: 13px; opacity: .62; min-height: 20px; }
.plan .btn  { margin: 20px 0 22px; border-radius: 12px; padding: 14px; font-size: 15px; }
.plan-features { display: flex; flex-direction: column; gap: 11px; }
.plan-features div { display: flex; gap: 10px; font-size: 14.5px; line-height: 1.45; }
.plan-features i { opacity: .45; font-style: normal; }

.compare-head, .compare-row {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 10px; align-items: center;
}
.compare-head { padding: 0 6px 10px; border-bottom: 1px solid var(--line-2);
                font-size: 12px; letter-spacing: .06em; text-transform: uppercase;
                color: var(--muted-2); font-weight: 700; }
.compare-row  { padding: 12px 6px; border-bottom: 1px solid rgba(22,17,14,.05); font-size: 14px; }
.compare-row .yes  { color: var(--green); font-weight: 800; }
.compare-row .no   { color: var(--muted-4); }
.scroll-x { overflow-x: auto; }

/* -------------------------------------------------------------
   Canlı demo
   ------------------------------------------------------------- */
.demo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
             gap: clamp(24px,3vw,40px); align-items: start; }
.till {
  background: var(--card); border: 1px solid var(--line);
  border-radius: 24px; padding: clamp(22px,3vw,30px);
}
.till-item {
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
  width: 100%; background: var(--bg); border: 1px solid rgba(22,17,14,.09);
  border-radius: 14px; padding: 15px 17px; cursor: pointer;
  font-family: var(--body); text-align: left;
  transition: transform .16s, border-color .16s, background .16s;
}
.till-item:hover { transform: translateX(3px); border-color: var(--ink); background: #fff; }
.till-item .name  { display: block; font-size: 15.5px; font-weight: 700; color: var(--ink); }
.till-item .gain  { display: block; font-size: 12.5px; color: var(--muted); margin-top: 2px; }
.till-item .price { font-family: var(--display); font-size: 17px; font-weight: 700;
                    color: var(--ink); white-space: nowrap; }
.log-line {
  display: flex; justify-content: space-between; gap: 12px;
  font-size: 13.5px; padding: 9px 12px; background: var(--bg); border-radius: 10px;
}
.log-line b { color: var(--green); }
.log-line b.is-neg { color: var(--orange); }

.demo-phone-stage { display: grid; place-items: center; position: relative; padding: 10px 0; }
.demo-phone-stage .glow {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle at 50% 40%, rgba(240,160,60,.22), transparent 62%);
  animation: tk-drift 24s ease-in-out infinite;
}
.demo-phone {
  position: relative; width: min(320px,92vw);
  border-radius: 46px; background: var(--ink); padding: 11px;
  box-shadow: 0 44px 90px -26px rgba(22,17,14,.46);
}
.demo-phone .screen {
  border-radius: 36px; background: #FFFCF7; overflow: hidden;
  display: flex; flex-direction: column; height: 640px;
}
.tier-pill { border-radius: 999px; padding: 6px 13px; font-size: 12px; font-weight: 700;
             background: rgba(22,17,14,.08); color: var(--ink); }
.tier-pill.is-gold { background: var(--amber); }
.phone-tabs { display: flex; gap: 4px; background: rgba(22,17,14,.06); border-radius: 12px; padding: 4px; }
.phone-tabs button {
  flex: 1; border: 0; border-radius: 9px; padding: 9px 4px;
  font-family: var(--body); font-size: 12.5px; font-weight: 700; cursor: pointer;
  background: transparent; color: var(--ink-6); transition: background .2s;
}
.phone-tabs button.is-active { background: var(--ink); color: var(--on-dark); }
.tab-panel { display: none; }
.tab-panel.is-active { display: block; }
.reward-row { border: 1px solid var(--line-2); background: #fff; border-radius: 16px; padding: 15px; }
.reward-row.is-ready { background: var(--green-soft); border-color: rgba(18,74,58,.35); }
.reward-row .cost { font-size: 12px; font-weight: 700; color: var(--muted); white-space: nowrap; }
.reward-row.is-ready .cost { color: var(--green); }
.next-reward {
  margin-top: 16px; border-radius: 16px; border: 1px solid var(--line-2); padding: 14px 15px;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.donut { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; flex: none; }
.donut span { width: 24px; height: 24px; border-radius: 50%; background: #FFFCF7; display: block; }

.demo-toast {
  position: absolute; left: 50%; bottom: -6px;
  transform: translateX(-50%) translateY(16px); opacity: 0;
  background: var(--green); color: #F3FBF7;
  border-radius: 14px; padding: 13px 20px; font-size: 14px; font-weight: 600;
  box-shadow: 0 18px 40px -14px rgba(18,74,58,.5);
  white-space: nowrap; pointer-events: none;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), opacity .35s;
}
.demo-toast.is-visible { transform: translateX(-50%) translateY(0); opacity: 1; }

/* Kasa görseli (demo sayfası altı) */
.pos-mock { background: var(--ink); border-radius: 26px; padding: clamp(14px,2vw,22px); }
.pos-body { background: #FBF8F3; border-radius: 18px; display: grid;
            grid-template-columns: 1.1fr 1fr; overflow: hidden; }
.pos-left { padding: clamp(16px,2vw,22px); border-right: 1px solid var(--line); min-width: 0; }
.pos-right{ padding: clamp(16px,2vw,22px); background: #fff; min-width: 0; }
.pos-line { display: flex; justify-content: space-between; gap: 12px; font-size: 14.5px;
            padding-bottom: 10px; border-bottom: 1px solid rgba(22,17,14,.07); }
.pos-stat { background: var(--bg); border-radius: 13px; padding: 12px; }
.pos-stat .label { font-size: 11.5px; color: var(--muted); font-weight: 600; }
.pos-stat .value { font-family: var(--display); font-size: 21px; font-weight: 800;
                   letter-spacing: -.02em; margin-top: 3px; }
.reward-strip {
  border: 1px dashed rgba(18,74,58,.4); background: var(--green-soft);
  border-radius: 13px; padding: 13px;
  display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap;
}
.note-card { background: var(--sand); border-radius: 18px; padding: 22px; }
.note-card h3 { font-size: 16.5px; font-weight: 700; letter-spacing: -.015em; margin: 0 0 7px; }
.note-card p  { font-size: 14px; line-height: 1.55; color: var(--ink-6); margin: 0; }

/* -------------------------------------------------------------
   Kampanya kurucu görseli (özellikler sayfası)
   ------------------------------------------------------------- */
.builder-box { background: var(--sand); border: 1px solid var(--line); border-radius: 24px;
               padding: clamp(18px,2.5vw,28px); }
.builder-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 14px; }
.builder-rule { display: flex; gap: 14px; align-items: center; flex-wrap: wrap;
                padding-bottom: 12px; border-bottom: 1px solid rgba(22,17,14,.07); }
.builder-rule .label { font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase;
                       font-weight: 700; color: var(--muted-2); width: 78px; flex: none; }
.builder-rule .value { background: var(--bg); border: 1px solid var(--line-2); border-radius: 10px;
                       padding: 10px 14px; font-size: 14px; color: var(--ink-2); font-weight: 600; }
.push-preview { background: rgba(250,246,240,.1); border-radius: 14px; padding: 13px;
                display: flex; gap: 11px; align-items: flex-start; }
.push-icon { width: 30px; height: 30px; border-radius: 9px; background: var(--amber);
             display: grid; place-items: center; font-size: 12px; font-weight: 800; flex: none; }

/* -------------------------------------------------------------
   Hikaye ve blog kartları
   ------------------------------------------------------------- */
.story-card { background: var(--card); border: 1px solid var(--line); border-radius: 22px;
              padding: clamp(14px,2vw,16px); display: flex; flex-direction: column; }
.story-card .thumb { height: 180px; border-radius: 16px; overflow: hidden; margin-bottom: clamp(14px,2vw,18px); }
.story-stat { font-family: var(--display); font-size: clamp(38px,4vw,52px); font-weight: 800;
              letter-spacing: -.04em; color: var(--orange); line-height: 1; }
.story-quote { font-size: 16.5px; line-height: 1.55; color: var(--ink-2); margin: 22px 0 0; text-wrap: pretty; }

.post-card { background: var(--card); border: 1px solid var(--line); border-radius: 20px; padding: 24px;
             display: block; transition: transform .2s, box-shadow .2s; }
.post-card:hover { transform: translateY(-3px); box-shadow: 0 18px 38px -20px rgba(22,17,14,.26); }
.post-card .thumb { height: 150px; border-radius: 14px; overflow: hidden; margin-bottom: 18px; }
.post-tag { font-size: 11.5px; font-weight: 700; letter-spacing: .08em;
            text-transform: uppercase; color: var(--orange); }
.post-title { font-family: var(--display); font-size: 19px; font-weight: 700; letter-spacing: -.02em;
              line-height: 1.25; margin: 9px 0 14px; color: var(--ink); text-wrap: pretty; }
.post-meta { font-size: 13px; color: var(--muted); }

/* Hakkımızda */
.about-stat { background: var(--ink); color: var(--on-dark); border-radius: 20px; padding: 26px; }
.about-stat .value { font-family: var(--display); font-size: clamp(30px,3.4vw,40px); font-weight: 800;
                     letter-spacing: -.035em; color: var(--amber); line-height: 1; }
.about-stat .label { font-size: 14px; color: rgba(250,246,240,.7); margin-top: 8px; }
.value-card { background: var(--sand); border-radius: 20px; padding: 26px; }
.value-card h3 { font-size: 19px; font-weight: 700; margin: 0 0 9px; }
.value-card p  { font-size: 14.5px; line-height: 1.6; color: var(--ink-5); margin: 0; }

/* -------------------------------------------------------------
   İletişim formu
   ------------------------------------------------------------- */
.form-card {
  background: var(--card); border: 1px solid var(--line); border-radius: 24px;
  padding: clamp(24px,3vw,34px); box-shadow: 0 26px 56px -34px rgba(22,17,14,.34);
}
.field { display: flex; flex-direction: column; gap: 7px;
         font-size: 13px; font-weight: 600; color: var(--ink-4); }
.field input, .field select, .field textarea {
  border: 1.5px solid var(--line-in); border-radius: 12px;
  padding: 13px 14px; font-size: 15px; font-family: var(--body);
  background: var(--bg); color: var(--ink); outline: none;
  transition: border-color .18s; font-weight: 500;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ink); }
.field textarea { resize: vertical; }
.form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px,1fr)); gap: 14px; }
.form-error {
  background: rgba(228,87,46,.1); border: 1px solid rgba(228,87,46,.3);
  color: #A33418; border-radius: 12px; padding: 12px 14px;
  font-size: 14px; margin-bottom: 16px;
}
.form-done { text-align: center; padding: 40px 10px; animation: tk-rise .4s ease-out; }
.form-done .check {
  width: 56px; height: 56px; border-radius: 50%; background: var(--green); color: #fff;
  display: grid; place-items: center; font-size: 24px; margin: 0 auto 18px;
}
.contact-info { margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line-2);
                display: flex; flex-direction: column; gap: 8px; font-size: 15px; color: var(--ink-4); }
.contact-info strong { color: var(--ink); }
.contact-point { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; color: var(--ink-3); }
.contact-point i { width: 22px; height: 22px; border-radius: 7px; background: var(--amber);
                   display: grid; place-items: center; font-size: 12px; flex: none;
                   margin-top: 1px; font-style: normal; }

/* -------------------------------------------------------------
   Alt bilgi
   ------------------------------------------------------------- */
.site-footer { background: var(--ink); color: rgba(250,246,240,.7);
               padding: clamp(48px,6vw,72px) var(--pad) 36px; }
.site-footer .cols { max-width: var(--wrap); margin: 0 auto;
                     display: grid; grid-template-columns: repeat(auto-fit, minmax(190px,1fr)); gap: 36px; }
.site-footer .brand-name { color: var(--on-dark); font-size: 19px; }
.site-footer p { font-size: 14px; line-height: 1.6; margin: 0; }
.foot-title { font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
              color: var(--amber); font-weight: 700; margin-bottom: 14px; }
.foot-links { display: flex; flex-direction: column; gap: 9px; align-items: flex-start; }
.foot-links a { font-size: 14.5px; color: rgba(250,246,240,.7); }
.foot-links a:hover { color: var(--on-dark); }
.foot-bottom { max-width: var(--wrap); margin: 44px auto 0; padding-top: 22px;
               border-top: 1px solid rgba(250,246,240,.14);
               display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; }

/* -------------------------------------------------------------
   Duyarlı yerleşim
   ------------------------------------------------------------- */
@media (max-width: 1180px) {
  .float-card { display: none; }
}
@media (max-width: 1120px) {
  .site-nav, .signin-link, .header-cta { display: none; }
  .burger { display: flex; }
  .mock { grid-template-columns: 1fr; }
  .mock-side { display: none; }
  .pos-body { grid-template-columns: 1fr; }
  .pos-left { border-right: 0; border-bottom: 1px solid var(--line); }
}
@media (max-width: 1080px) {
  .dash-split { grid-template-columns: 1fr !important; }
}
@media (max-width: 1000px) {
  .builder-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .quote-text { font-size: 22px; }
  .cta-strip  { flex-direction: column; align-items: flex-start; }
}

/* -------------------------------------------------------------
   Kırıntı yolu · sektör ve yazı detaylarında ortak

   Bulunulan sayfanın adı iki ayrı sınıfla işaretlenebiliyor
   (.now / .is-current); ikisi de aynı görünür.
   ------------------------------------------------------------- */
.crumbs {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  font-size: 13.5px; color: var(--muted);
  margin-bottom: clamp(20px,2.4vw,28px);
}
.crumbs a       { color: var(--ink-6); }
.crumbs a:hover { color: var(--ink); }
.crumbs .now,
.crumbs .is-current {
  color: var(--ink-4); font-weight: 600;
  min-width: 0; max-width: 100%;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

/* -------------------------------------------------------------
   Sektör detay sayfası
   ------------------------------------------------------------- */

/* Sektör kartının tamamı detay sayfasına bağlanır */
a.industry-card { color: var(--ink); transition: transform .22s, box-shadow .22s, border-color .22s; }
a.industry-card:hover { color: var(--ink); transform: translateY(-3px);
                        border-color: var(--line-3); box-shadow: 0 18px 40px -18px rgba(22,17,14,.26); }
.card-more { font-size: 14px; font-weight: 600; color: var(--orange); padding-top: 2px; }

/* -------------------------------------------------------------
   Ana sayfa · akış, yetenek listesi ve kurulum bölümleri

   Hepsi auto-fit ızgara üstünde durur: dar ekranda kendiliğinden
   tek sütuna iner, ayrı bir medya sorgusu gerekmez.
   ------------------------------------------------------------- */

/* İnce çizgili hücre ızgarası — .stat-grid ile aynı dil */
.hair-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(232px,1fr));
  gap: 1px; background: var(--line-2);
  border: 1px solid var(--line-2); border-radius: 22px; overflow: hidden;
}
.hair-grid > *          { background: var(--bg); padding: clamp(20px,2.4vw,26px); min-width: 0; }
.hair-grid.on-card > *  { background: var(--card); }

.cap-list      { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.cap-list li   { display: flex; gap: 10px; font-size: 14.5px; line-height: 1.45; color: var(--ink-3); }
.cap-list li::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--amber); flex: none; margin-top: 7px;
}

/* Aynı işlemin iki tarafı: solda misafir, sağda koyu zeminde işletme */
.flow-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: 16px; }
.flow-col {
  background: var(--card); border: 1px solid var(--line);
  border-radius: 22px; padding: clamp(20px,2.6vw,30px); min-width: 0;
}
.flow-col.is-dark { background: var(--ink); border-color: var(--ink); color: var(--on-dark); }
.flow-head     { display: flex; align-items: center; gap: 10px; }
.flow-head b   { font-family: var(--display); font-size: 19px; font-weight: 700; letter-spacing: -.02em; }
.flow-head .dot{ width: 9px; height: 9px; border-radius: 50%; background: var(--orange); flex: none; }
.flow-col.is-dark .flow-head .dot { background: var(--amber); }
.flow-step {
  display: flex; gap: 14px;
  margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line);
}
.flow-col.is-dark .flow-step { border-top-color: rgba(250,246,240,.14); }
.flow-step .n {
  width: 26px; height: 26px; border-radius: 50%; flex: none;
  background: var(--sand); color: var(--ink);
  display: grid; place-items: center;
  font-family: var(--display); font-size: 12.5px; font-weight: 800;
}
.flow-col.is-dark .flow-step .n { background: rgba(250,246,240,.12); color: var(--amber); }
.flow-step h3 { font-size: 16.5px; font-weight: 700; letter-spacing: -.015em; margin: 3px 0 6px; }
.flow-step p  { font-size: 14.5px; line-height: 1.6; color: var(--ink-6); margin: 0; }
.flow-col.is-dark .flow-step p { color: rgba(250,246,240,.66); }

/* Sektör kutucuğunun tamamı bağlantıdır; adı turuncu değil mürekkep
   renginde dursun — üstüne gelince zaten koyu zemine geçiyor. */
a.industry-tile { color: var(--ink); }

/* Kurulumda "gerekmeyenler": .check-list'in olumsuz eşi */
.x-list     { display: flex; flex-direction: column; gap: 11px; }
.x-list div { display: flex; gap: 11px; align-items: flex-start; font-size: 14.5px; color: var(--ink-5); }
.x-list i {
  width: 19px; height: 19px; border-radius: 50%; flex: none;
  background: rgba(22,17,14,.07); color: var(--muted);
  display: grid; place-items: center; margin-top: 2px;
  font-size: 13px; font-weight: 700; font-style: normal; line-height: 1;
}

/* -------------------------------------------------------------
   Blog yazısı detayı

   Yazı sayfası tek sütunluk bir okuma alanıdır: kırıntı yolu,
   yazının kendisi ve ilgili yazılar aynı genişlikte ve sayfanın
   ortasında durur. Ortalanmazsa geniş ekranda metin sola yapışır,
   sağ yarı boş kalır.
   ------------------------------------------------------------- */
.post-page > .crumbs,
.post-page > .post-article,
.post-page > .post-related {
  max-width: 760px;
  margin-inline: auto;
}

.post-article { max-width: 760px; }
.post-head { margin-bottom: clamp(20px,2.8vw,28px); }
.post-head .post-tag  { display: inline-block; margin-bottom: 12px; }
.post-head .post-meta { font-size: 14px; }
.post-h1 {
  font-size: clamp(30px,3.6vw,46px); line-height: 1.06;
  margin: 0 0 14px; text-wrap: pretty;
}
.post-cover {
  height: clamp(190px,30vw,380px);
  border-radius: 22px; overflow: hidden;
  margin-bottom: clamp(26px,3.4vw,40px);
}

/* Okunaklı satır uzunluğu: yaklaşık 70 karakter */
.post-body { max-width: 68ch; }
.post-body p {
  font-size: 17px; line-height: 1.75; color: var(--ink-4);
  margin: 0 0 18px; text-wrap: pretty;
}
.post-body .post-lead {
  font-size: 19px; line-height: 1.62; font-weight: 500;
  color: var(--ink-2); margin-bottom: 10px;
}
.post-body h2 {
  font-size: clamp(22px,2.4vw,28px); font-weight: 700; line-height: 1.2;
  color: var(--ink); margin: clamp(32px,3.6vw,44px) 0 14px; text-wrap: pretty;
}
.post-body ul {
  margin: 0 0 20px; padding: 0; list-style: none;
  display: flex; flex-direction: column; gap: 11px;
}
.post-body li {
  position: relative; padding-left: 22px;
  font-size: 16.5px; line-height: 1.65; color: var(--ink-4);
}
.post-body li::before {
  content: ""; position: absolute; left: 2px; top: 10px;
  width: 7px; height: 7px; border-radius: 50%; background: var(--amber);
}

/* Yazı altındaki ilgili yazılar ve sektör bağlantıları */
.post-related {
  margin-top: clamp(44px,5.4vw,72px);
  padding-top: clamp(30px,3.6vw,42px);
  border-top: 1px solid var(--line-2);
}
a.post-card             { color: inherit; }
a.post-card:hover       { color: inherit; }
a.post-card:hover .post-title { color: var(--orange); }
.post-excerpt { font-size: 14.5px; line-height: 1.6; color: var(--ink-6); margin: 0 0 14px; }
.post-sectors {
  margin-top: clamp(22px,2.6vw,30px);
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
}
.post-sectors .label { font-size: 13.5px; font-weight: 600; color: var(--muted); }
.post-chip {
  font-size: 14px; font-weight: 600; color: var(--ink-2);
  background: var(--sand); border-radius: 999px; padding: 8px 15px;
  transition: background .18s, color .18s;
}
.post-chip:hover { background: var(--ink); color: var(--on-dark); }

/* -------------------------------------------------------------
   Çerez onay bandı

   position: fixed — akışa girmez, sayfayı aşağı itmez. Bandın
   yükseklik değiştirmesi düzen kaymasına (CLS) yol açardı ve bu
   Google'ın sıralama ölçütlerinden biri.
   ------------------------------------------------------------- */
.cerez-band {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  padding: 14px clamp(14px,3vw,28px) calc(14px + env(safe-area-inset-bottom));
  background: var(--card);
  border-top: 1px solid var(--line);
  box-shadow: 0 -18px 44px -22px rgba(22,17,14,.3);
  animation: cerez-gir .28s ease-out both;
}
.cerez-band.gizli { display: none; }

@keyframes cerez-gir {
  from { transform: translateY(100%); opacity: 0 }
  to   { transform: translateY(0);    opacity: 1 }
}
/* Hareketi azaltmayı seçen ziyaretçide kayarak girmez. */
@media (prefers-reduced-motion: reduce) {
  .cerez-band { animation: none; }
}

.cerez-ic {
  max-width: 1180px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: clamp(14px,2.4vw,28px); flex-wrap: wrap;
}
.cerez-metin  { flex: 1; min-width: 260px; }
.cerez-baslik { font-weight: 700; font-size: 15px; margin-bottom: 4px; }
.cerez-metin p {
  margin: 0; font-size: 14px; line-height: 1.6; color: var(--ink-5);
  max-width: 72ch;
}
.cerez-metin a { color: var(--orange); text-decoration: underline; }
.cerez-metin a:hover { color: var(--ink); }

.cerez-dugmeler { display: flex; gap: 9px; flex-wrap: wrap; flex: none; }
.cerez-dugmeler .btn { font-size: 14.5px; padding: 10px 18px; }

/* Reddet, kabul kadar görünür olmalı: aynı boy, okunur kontrast. */
.cerez-ret {
  background: var(--card); color: var(--ink);
  border: 1px solid var(--line);
}
.cerez-ret:hover { background: var(--sand); color: var(--ink); }

@media (max-width: 560px) {
  .cerez-ic         { flex-direction: column; align-items: stretch; }
  .cerez-dugmeler   { width: 100%; }
  .cerez-dugmeler .btn { flex: 1; justify-content: center; }
}

/* Çerez politikasındaki çerez listesi.
   Tablo değil ızgara: dar ekranda hücreler alt alta iner, yatay
   kaydırma çubuğu çıkmaz. */
.cerez-tablo {
  border: 1px solid var(--line-2); border-radius: 16px; overflow: hidden;
  background: var(--card);
}
.cerez-satir {
  display: grid; grid-template-columns: var(--cols);
  gap: 14px; padding: 13px 16px;
  font-size: 14.5px; line-height: 1.6; color: var(--ink-5);
  border-top: 1px solid var(--line);
}
.cerez-satir:first-child { border-top: 0; }
.cerez-satir.cerez-baslik {
  background: var(--sand); color: var(--ink-3);
  font-size: 12px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
}
.cerez-satir code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px; color: var(--ink-2); word-break: break-all;
}
.cerez-not {
  margin-top: clamp(30px,3.6vw,42px); padding-top: 18px;
  border-top: 1px solid var(--line-2);
  font-size: 13.5px; line-height: 1.65; color: var(--muted);
}

@media (max-width: 620px) {
  .cerez-satir { grid-template-columns: 1fr; gap: 4px; }
  .cerez-satir.cerez-baslik { display: none; }
  .cerez-satir code { font-size: 13.5px; }
}

/* Altbilgideki iletişim satırı ve yasal bağlantılar */
.foot-contact {
  display: flex; flex-direction: column; gap: 6px;
  margin-top: 14px; font-size: 14px;
}
.foot-contact a    { color: var(--on-dark); opacity: .9; }
.foot-contact a:hover { color: var(--amber); opacity: 1; }
.foot-contact span { opacity: .62; }

.foot-legal { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 16px; }
.foot-legal a { color: inherit; opacity: .8; text-decoration: underline; }
.foot-legal a:hover { opacity: 1; }
