/* ==========================================================================
   Quickly marketing — "Signal" v51
   Navy #2b3e50 · CTA #e62531 · Jost
   Tek dosya tasarım sistemi: token → base → chrome → kit → sayfa bileşenleri
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Tokens
   -------------------------------------------------------------------------- */
:root {
  /* Marka */
  --ink: #2b3e50;
  --ink-900: #0b131b;
  --ink-800: #101d29;
  --ink-700: #17293a;
  --ink-600: #23394c;
  --ink-mid: #3c556c;

  --red: #e62531;
  --red-600: #cc1f2a;
  --red-100: rgba(230, 37, 49, 0.09);

  /* Yüzeyler */
  --paper: #ffffff;
  --tint: #f5f8fa;
  --tint-2: #edf2f6;
  --tint-3: #e2eaf1;

  /* Metin */
  --body: #55697c;
  /* WCAG AA: muted ≥4.5:1 on paper (#7d8f9f was ~3.3) */
  --muted: #55697c;
  --on-dark: rgba(255, 255, 255, 0.82);
  --on-dark-soft: rgba(255, 255, 255, 0.72);

  /* Çizgi */
  --line: #e3eaf0;
  --line-2: #cfdae4;
  --line-dark: rgba(255, 255, 255, 0.12);

  /* Durum (POS sahneleri ile ortak) */
  --ok: #17a673;
  --ok-soft: rgba(23, 166, 115, 0.12);
  --warn: #e08a12;
  --warn-soft: rgba(224, 138, 18, 0.13);
  --busy: #e62531;

  /* Gölge */
  --sh-1: 0 1px 2px rgba(11, 19, 27, 0.05);
  --sh-2: 0 2px 6px rgba(11, 19, 27, 0.05), 0 10px 24px rgba(11, 19, 27, 0.06);
  --sh-3: 0 4px 12px rgba(11, 19, 27, 0.07), 0 24px 56px rgba(11, 19, 27, 0.11);
  --sh-dark: 0 30px 70px rgba(0, 0, 0, 0.42);

  /* Geometri */
  --r-sm: 8px;
  --r: 12px;
  --r-lg: 18px;
  --r-xl: 24px;
  --wrap: 1180px;
  --wrap-tight: 900px;
  --nav-h: 66px;
  --topbar-h: 34px;

  /* Tipografi */
  --font: "Jost", system-ui, -apple-system, "Segoe UI", sans-serif;
  --t-display: clamp(2.35rem, 1.4rem + 3.6vw, 3.85rem);
  --t-h1: clamp(2.05rem, 1.35rem + 2.8vw, 3.1rem);
  --t-h2: clamp(1.65rem, 1.2rem + 1.8vw, 2.35rem);
  --t-h3: 1.1rem;
  --t-body: 1.02rem;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

/* --------------------------------------------------------------------------
   2. Base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 16px);
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: var(--t-body);
  line-height: 1.68;
  color: var(--body);
  background: var(--paper);
  /* overflow-x yalnız html'de — ikili clip Safari'de dikey scroll'u kilitleyebiliyor */
  overflow-x: visible;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "kern" 1;
}
html.drawer-open body {
  overflow: hidden;
}

img, picture, svg, video { max-width: 100%; height: auto; display: block; }

a { color: var(--ink); text-decoration: none; transition: color 0.2s var(--ease); }
a:hover { color: var(--red); }

h1, h2, h3, h4, h5 {
  margin: 0 0 0.5em;
  font-family: var(--font);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.032em;
  color: var(--ink-800);
  text-wrap: balance;
}
h1 { font-size: var(--t-h1); }
h2 { font-size: var(--t-h2); }
h3 { font-size: var(--t-h3); letter-spacing: -0.018em; line-height: 1.3; }
h4 { font-size: 0.95rem; letter-spacing: -0.01em; }

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
ul, ol { margin: 0; padding: 0; }
ul { list-style: none; }
strong, b { font-weight: 600; color: var(--ink-800); }
small { font-size: 0.85em; }
button { font-family: inherit; font-size: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, select, textarea { font-family: inherit; }
code {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 0.88em;
  background: var(--tint-2);
  padding: 0.12em 0.4em;
  border-radius: 5px;
  color: var(--ink-700);
}
hr { border: 0; border-top: 1px solid var(--line); margin: 2rem 0; }

:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; border-radius: 4px; }

::selection { background: rgba(230, 37, 49, 0.18); color: var(--ink-900); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* --------------------------------------------------------------------------
   3. Layout yardımcıları
   -------------------------------------------------------------------------- */
.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
@media (max-width: 600px) { .wrap { width: min(100% - 2rem, var(--wrap)); } }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 12000;
  background: var(--ink-900); color: #fff; padding: 0.8rem 1.3rem; font-weight: 600;
  border-radius: 0 0 var(--r-sm) 0;
}
.skip-link:focus { left: 0; }

.lede {
  margin: 0;
  font-size: 1.09rem;
  line-height: 1.66;
  color: var(--body);
  max-width: 38rem;
  text-wrap: pretty;
}
.muted { color: var(--muted); }
.link-arrow { font-weight: 600; font-size: 0.94rem; color: var(--red); }
.link-arrow::after { content: " →"; }

/* Bölüm ritmi */
.sec, .mk-sec { padding: clamp(3.5rem, 6vw, 5.75rem) 0; background: var(--paper); }
.sec.soft, .sec.light, .mk-sec--soft { background: var(--tint); }
.sec + .sec.soft, .mk-sec + .mk-sec--soft { border-top: 1px solid var(--line); }

.sec-head, .mk-head {
  max-width: 44rem;
  margin-bottom: clamp(2rem, 3.5vw, 3rem);
}
.sec-head.center, .mk-head--center { margin-inline: auto; text-align: center; }
.sec-head h2, .mk-head h2 { margin-bottom: 0.45rem; }
.sec-lede, .mk-lede { margin: 0; color: var(--body); font-size: 1.05rem; max-width: 40rem; }
.mk-head--center .mk-lede, .sec-head.center .sec-lede { margin-inline: auto; }
.center-lede { margin: 0.75rem auto 0; text-align: center; max-width: 36rem; }

.eyebrow, .mk-eyebrow {
  display: inline-flex; align-items: center; gap: 0.45rem;
  margin: 0 0 0.7rem;
  font-size: 0.74rem; font-weight: 600; letter-spacing: 0.13em;
  text-transform: uppercase; color: var(--red);
}
.eyebrow::before, .mk-eyebrow::before {
  content: ""; width: 16px; height: 2px; border-radius: 2px; background: var(--red);
}
.mk-head--center .mk-eyebrow, .sec-head.center .eyebrow { justify-content: center; }

.mk-cta-row, .page-hero-cta {
  display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.4rem;
}
.mk-head--center + .mk-cta-row { justify-content: center; }

/* --------------------------------------------------------------------------
   4. Butonlar
   -------------------------------------------------------------------------- */
.btn {
  --btn-y: 0.72rem; --btn-x: 1.25rem;
  position: relative;
  display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem;
  padding: var(--btn-y) var(--btn-x);
  border: 1px solid transparent; border-radius: var(--r-sm);
  font-weight: 600; font-size: 0.95rem; letter-spacing: -0.005em;
  white-space: nowrap; cursor: pointer;
  transition: transform 0.18s var(--ease), box-shadow 0.22s var(--ease),
              background 0.2s var(--ease), border-color 0.2s var(--ease), color 0.2s var(--ease);
}
.btn:active { transform: translateY(0); }
.btn-sm { --btn-y: 0.5rem; --btn-x: 0.95rem; font-size: 0.88rem; }
.btn-lg { --btn-y: 0.88rem; --btn-x: 1.6rem; font-size: 1rem; }

.btn-brand {
  background: var(--red); color: #fff; border-color: var(--red);
  box-shadow: 0 1px 2px rgba(230, 37, 49, 0.2), 0 8px 20px rgba(230, 37, 49, 0.24);
}
.btn-brand:hover {
  background: var(--red-600); border-color: var(--red-600); color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(230, 37, 49, 0.2), 0 14px 30px rgba(230, 37, 49, 0.3);
}
.btn-outline { background: var(--paper); color: var(--ink-800); border-color: var(--line-2); }
.btn-outline:hover {
  border-color: var(--ink); color: var(--ink-800); background: var(--paper);
  transform: translateY(-2px); box-shadow: var(--sh-2);
}
.btn-accent { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn-accent:hover { background: var(--ink-800); color: #fff; transform: translateY(-2px); box-shadow: var(--sh-2); }
.btn-ghost { background: rgba(255, 255, 255, 0.06); color: #fff; border-color: rgba(255, 255, 255, 0.28); }
.btn-ghost:hover { background: rgba(255, 255, 255, 0.14); border-color: rgba(255, 255, 255, 0.5); color: #fff; transform: translateY(-2px); }

/* --------------------------------------------------------------------------
   5. Topbar
   -------------------------------------------------------------------------- */
.topbar {
  height: var(--topbar-h);
  display: flex; align-items: center;
  background: var(--ink-900);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem; letter-spacing: 0.005em;
}
.topbar-inner {
  width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.topbar-meta { margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.topbar-links { display: flex; align-items: center; gap: 0.85rem; }
.topbar-links a { color: rgba(255, 255, 255, 0.86); font-weight: 500; }
.topbar-links a:hover { color: #fff; }
.topbar-sep { width: 1px; height: 11px; background: rgba(255, 255, 255, 0.18); }
@media (max-width: 640px) { .topbar-meta { display: none; } .topbar-inner { justify-content: center; } }

/* --------------------------------------------------------------------------
   6. Nav
   -------------------------------------------------------------------------- */
.nav {
  position: sticky; top: 0; z-index: 900;
  display: flex; align-items: center; gap: 0.75rem;
  height: var(--nav-h);
  padding: 0 max(1.25rem, calc((100% - var(--wrap)) / 2));
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(16px) saturate(1.6);
  -webkit-backdrop-filter: blur(16px) saturate(1.6);
  border-bottom: 1px solid var(--line);
  transition: background 0.32s var(--ease), border-color 0.32s var(--ease),
              box-shadow 0.32s var(--ease), height 0.32s var(--ease);
}
.nav.scrolled { box-shadow: 0 1px 0 var(--line), 0 10px 30px rgba(11, 19, 27, 0.07); }

.logo { display: inline-flex; align-items: center; line-height: 0; flex-shrink: 0; }
.logo img { height: 30px; width: auto; max-width: min(140px, 40vw); }
.nav .logo img { height: 31px; }
.logo:hover { opacity: 0.85; }

.nav-links { display: none; align-items: center; gap: 0.12rem; flex: 1; justify-content: center; }
.nav-links > a, .nav-drop-btn {
  position: relative;
  display: inline-flex; align-items: center; gap: 0.38rem;
  padding: 0.5rem 0.7rem; border-radius: var(--r-sm);
  font-size: 0.92rem; font-weight: 500; color: var(--ink-700);
  transition: color 0.2s var(--ease), background 0.2s var(--ease);
}
.nav-ico {
  flex-shrink: 0; opacity: 0.72;
  transition: opacity 0.2s var(--ease), color 0.2s var(--ease);
}
.nav-links > a:hover .nav-ico,
.nav-drop-btn:hover .nav-ico,
.nav-drop-btn[aria-expanded="true"] .nav-ico,
.nav-links > a[aria-current="page"] .nav-ico {
  opacity: 1; color: var(--red);
}
.nav-chevron { flex-shrink: 0; }
.nav-links > a:hover, .nav-drop-btn:hover,
.nav-drop-btn[aria-expanded="true"] { color: var(--ink-900); background: rgba(43, 62, 80, 0.06); }
.nav-links > a::after {
  content: ""; position: absolute; left: 0.7rem; right: 0.7rem; bottom: 0.24rem;
  height: 2px; border-radius: 2px; background: var(--red);
  transform: scaleX(0); transform-origin: left center;
  transition: transform 0.3s var(--ease);
}
.nav-links > a:hover::after, .nav-links > a[aria-current="page"]::after { transform: scaleX(1); }
.nav-links > a[aria-current="page"] { color: var(--ink-900); font-weight: 600; }
.nav-drop-btn svg { transition: transform 0.28s var(--ease); opacity: 0.65; }
.nav-drop-btn[aria-expanded="true"] svg { transform: rotate(180deg); opacity: 1; }
.nav-drop { position: relative; }

.nav-drop-menu, .nav-mega {
  position: absolute; top: calc(100% + 12px); left: 0;
  background: var(--paper);
  border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--sh-3); z-index: 950;
  opacity: 0; transform: translateY(10px); pointer-events: none;
  transition: opacity 0.24s var(--ease), transform 0.24s var(--ease);
}
.nav-drop-menu { min-width: 230px; padding: 0.45rem; }
.nav-mega { left: 50%; transform: translateX(-50%) translateY(10px); width: min(600px, 92vw); padding: 0.85rem; }
.nav-drop-menu:not([hidden]), .nav-mega:not([hidden]) { opacity: 1; transform: translateY(0); pointer-events: auto; }
.nav-mega:not([hidden]) { transform: translateX(-50%) translateY(0); }
.nav-drop-menu a {
  display: block; padding: 0.6rem 0.85rem; border-radius: var(--r-sm);
  font-size: 0.9rem; font-weight: 500; color: var(--ink-700);
}
.nav-drop-menu a:hover { background: var(--tint); color: var(--red); }
.nav-mega-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.25rem; }
.nav-mega-item {
  display: flex; align-items: flex-start; gap: 0.75rem;
  padding: 0.72rem 0.85rem; border-radius: var(--r-sm); color: var(--ink-700);
  transition: background 0.18s var(--ease);
}
.nav-mega-item:hover { background: var(--tint); color: var(--ink-700); }
.nav-mega-ico {
  display: grid; place-items: center; flex-shrink: 0;
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--tint-2); color: var(--ink-800);
  transition: background 0.18s var(--ease), color 0.18s var(--ease);
}
.nav-mega-item:hover .nav-mega-ico { background: var(--red-100); color: var(--red); }
.nav-mega-ico .nav-ico {
  opacity: 1; width: 18px; height: 18px; color: inherit;
  stroke: currentColor; stroke-width: 1.85;
}
.nav-mega-text { display: flex; flex-direction: column; gap: 0.15rem; min-width: 0; }
.nav-mega-item strong { font-size: 0.92rem; color: var(--ink-900); }
.nav-mega-item:hover strong { color: var(--red); }
.nav-mega-item .nav-mega-text > span { font-size: 0.8rem; color: var(--ink-600); line-height: 1.4; font-weight: 500; }

.nav-end { display: flex; align-items: center; gap: 0.5rem; margin-left: auto; flex-shrink: 0; }
.site-lang-wrap { display: inline-flex; align-items: center; }
.site-lang-select {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(43, 62, 80, 0.18);
  background-color: #fff;
  color: #1a2433;
  border-radius: 8px;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.4rem 1.6rem 0.4rem 0.55rem;
  max-width: 8.5rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23667' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.45rem center;
}
/* Native <option> list inherits select color in Chromium → white-on-white when hero used color:#fff.
   Keep closed control + dropdown always dark-on-light. */
.site-lang-select option,
.site-lang-select optgroup {
  color: #1a2433;
  background-color: #fff;
}
/* Hero: solid light chip (not glass+white text) so open list stays readable */
.page-home .nav--hero:not(.scrolled) .site-lang-select {
  border-color: rgba(255, 255, 255, 0.55);
  background-color: #fff;
  color: #1a2433;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.18);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23455' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
}
.page-home .nav--hero:not(.scrolled) .site-lang-select option,
.page-home .nav--hero:not(.scrolled) .site-lang-select optgroup {
  color: #1a2433;
  background-color: #fff;
}
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.nav-phone { display: none; font-weight: 600; font-size: 0.85rem; color: var(--ink); white-space: nowrap; }
.btn-login {
  padding: 0.5rem 0.9rem; border-radius: var(--r-sm);
  border: 1px solid var(--line-2); background: var(--paper);
  font-size: 0.9rem; font-weight: 600; color: var(--ink-800);
  transition: border-color 0.2s, background 0.2s, transform 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}
.btn-login:hover { border-color: var(--ink); color: var(--ink-900); transform: translateY(-1px); }
.btn-login--solid {
  background: var(--red, #e62531);
  border-color: transparent;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(230, 37, 49, 0.28);
}
.btn-login--solid:hover {
  background: #d01f2a;
  color: #fff;
  border-color: transparent;
}

.burger {
  width: 42px; height: 42px; flex-shrink: 0;
  border: 1px solid var(--line-2); border-radius: var(--r-sm); background: var(--paper);
  display: inline-flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px;
}
.burger span { display: block; width: 17px; height: 2px; background: var(--ink); border-radius: 2px; transition: 0.25s var(--ease); }
.burger[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

/* Mobile: belirgin Giriş yap + burger; kayıt drawer'da. */
@media (max-width: 999px) {
  .nav-end > a.btn.btn-brand { display: none; }
  .nav-end { flex-shrink: 0; gap: 0.4rem; }
  .nav-end .btn-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.75rem;
    font-size: 0.84rem;
    font-weight: 700;
  }
  .burger { flex-shrink: 0; }
  .topbar { display: none; } /* çift Giriş / kalabalık şerit kalkar */
  .page-home .nav.nav--hero { top: 0; }
}
@media (max-width: 420px) {
  .nav-end .site-lang-wrap { display: none; }
  .nav-end .btn-login {
    padding: 0.5rem 0.7rem;
    font-size: 0.82rem;
  }
}

@media (min-width: 1000px) {
  .nav-links { display: flex; }
  .burger { display: none; }
  .nav-phone { display: inline; }
}

/* Ana sayfa: koyu hero üzerinde şeffaf nav */
.page-home .nav.nav--hero:not(.scrolled) {
  background: transparent;
  backdrop-filter: none; -webkit-backdrop-filter: none;
  border-bottom-color: transparent;
  box-shadow: none;
}
.page-home .nav--hero:not(.scrolled) .btn-login--solid {
  background: var(--red, #e62531);
  color: #fff;
  border-color: transparent;
}
.page-home .nav--hero.scrolled .btn-login--solid {
  background: var(--red, #e62531);
  color: #fff;
}
.page-home .nav--hero:not(.scrolled) .nav-links > a,
.page-home .nav--hero:not(.scrolled) .nav-drop-btn { color: rgba(255, 255, 255, 0.82); }
/* Yalnızca üst çubuk ikonları beyaz — mega/dropdown paneli beyaz zeminde kalır */
.page-home .nav--hero:not(.scrolled) .nav-links > a > .nav-ico,
.page-home .nav--hero:not(.scrolled) .nav-drop-btn > .nav-ico {
  opacity: 0.85; color: rgba(255, 255, 255, 0.9);
}
.page-home .nav--hero:not(.scrolled) .nav-links > a:hover > .nav-ico,
.page-home .nav--hero:not(.scrolled) .nav-drop-btn:hover > .nav-ico,
.page-home .nav--hero:not(.scrolled) .nav-drop-btn[aria-expanded="true"] > .nav-ico,
.page-home .nav--hero:not(.scrolled) .nav-links > a[aria-current="page"] > .nav-ico {
  opacity: 1; color: #ff8f97;
}
.page-home .nav--hero:not(.scrolled) .nav-links > a:hover,
.page-home .nav--hero:not(.scrolled) .nav-drop-btn:hover,
.page-home .nav--hero:not(.scrolled) .nav-drop-btn[aria-expanded="true"] {
  color: #fff; background: rgba(255, 255, 255, 0.1);
}
.page-home .nav--hero:not(.scrolled) .nav-links > a[aria-current="page"] { color: #fff; }
.page-home .nav--hero:not(.scrolled) .nav-mega,
.page-home .nav--hero:not(.scrolled) .nav-drop-menu {
  color: var(--ink-700);
}
.page-home .nav--hero:not(.scrolled) .nav-mega-ico {
  background: var(--tint-2); color: var(--ink-800);
}
.page-home .nav--hero:not(.scrolled) .nav-mega-ico .nav-ico {
  opacity: 1; color: inherit;
}
.page-home .nav--hero:not(.scrolled) .nav-mega-item strong { color: var(--ink-900); }
.page-home .nav--hero:not(.scrolled) .nav-mega-item .nav-mega-text > span { color: var(--ink-600); }
.page-home .nav--hero:not(.scrolled) .nav-drop-menu a { color: var(--ink-700); }
.page-home .nav--hero:not(.scrolled) .btn-login {
  background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.26); color: #fff;
}
.page-home .nav--hero:not(.scrolled) .btn-login:hover { border-color: rgba(255, 255, 255, 0.6); background: rgba(255, 255, 255, 0.16); }
.page-home .nav--hero:not(.scrolled) .burger { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.26); }
.page-home .nav--hero:not(.scrolled) .burger span { background: #fff; }
.page-home .nav--hero:not(.scrolled) .logo img { filter: brightness(0) invert(1); }

/* --------------------------------------------------------------------------
   7. Drawer
   -------------------------------------------------------------------------- */
.drawer-backdrop {
  position: fixed; inset: 0; z-index: 940;
  background: rgba(11, 19, 27, 0.5);
  backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px);
  animation: fade-in 0.25s var(--ease);
}
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 950;
  width: min(350px, 90vw); padding: 1.5rem 1.25rem 2.5rem;
  background: var(--paper); overflow-y: auto;
  box-shadow: -16px 0 50px rgba(11, 19, 27, 0.2);
  animation: drawer-in 0.34s var(--ease-out);
}
@keyframes drawer-in { from { transform: translateX(100%); } to { transform: none; } }
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
.drawer-label {
  margin: 1.35rem 0 0.35rem;
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--ink-mid);
}
.drawer-label:first-child { margin-top: 0; }
.drawer > a {
  display: block; padding: 0.6rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.95rem; font-weight: 500; color: var(--ink-800);
}
.drawer > a:hover { color: var(--red); }
.drawer > a:focus-visible,
.drawer .btn:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 2px;
  border-radius: 4px;
}
.drawer .btn { display: flex; width: 100%; margin-top: 0.85rem; border-bottom: 0; }

/* --------------------------------------------------------------------------
   8. Alt sayfa hero + breadcrumb
   -------------------------------------------------------------------------- */
.page-hero, .page-hero--brand {
  position: relative; isolation: isolate;
  padding: clamp(2.5rem, 4.5vw, 4rem) 0 clamp(2.25rem, 4vw, 3.25rem);
  background: linear-gradient(180deg, var(--tint) 0%, var(--paper) 100%);
  border-bottom: 1px solid var(--line);
}
.page-hero::before, .page-hero--brand::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(46rem 22rem at 88% -20%, rgba(43, 62, 80, 0.09), transparent 70%),
    radial-gradient(30rem 16rem at 4% 0%, rgba(230, 37, 49, 0.05), transparent 70%);
}
.page-hero h1, .page-hero--brand h1 { max-width: 20ch; margin-bottom: 0.55rem; }
.page-hero .lede, .page-hero--brand .lede { font-size: 1.1rem; }
.page-hero-brand {
  display: inline-flex; align-items: center; gap: 0.5rem;
  margin: 0 0 0.9rem; font-weight: 600; font-size: 0.9rem; color: var(--ink);
}
.page-hero-brand img { height: 26px; width: auto; }
.page-title { margin-bottom: 0.5rem; }

.breadcrumb {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.4rem;
  margin-bottom: 1.15rem; font-size: 0.79rem; color: var(--muted);
}
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--ink); }

.scroll-progress {
  position: fixed; top: 0; left: 0; z-index: 999;
  height: 2px; width: 0; background: var(--red);
  transition: width 0.1s linear;
}

/* --------------------------------------------------------------------------
   9. Marketing kit — kart, fiyat, matris, SSS, bant, blog
   -------------------------------------------------------------------------- */
.mk-cards {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.mk-card {
  position: relative; isolation: isolate;
  display: flex; flex-direction: column; gap: 0.45rem;
  padding: 1.5rem 1.45rem;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg);
  color: inherit; overflow: hidden;
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease), border-color 0.28s var(--ease);
}
.mk-card::before {
  content: ""; position: absolute; inset: 0 auto auto 0; z-index: -1;
  width: 100%; height: 3px; background: var(--red);
  transform: scaleX(0); transform-origin: left; transition: transform 0.34s var(--ease);
}
a.mk-card:hover, .mk-card:hover {
  transform: translateY(-3px); border-color: var(--line-2);
  box-shadow: var(--sh-2); color: inherit;
}
a.mk-card:hover::before { transform: scaleX(1); }
.mk-card h3 { margin: 0; font-size: 1.06rem; }
.mk-card p { margin: 0; font-size: 0.94rem; color: var(--body); flex: 1; }
.mk-card-go { margin-top: 0.6rem; font-size: 0.83rem; font-weight: 600; color: var(--red); letter-spacing: 0.01em; }

.mk-price-grid { display: grid; gap: 1.15rem; grid-template-columns: repeat(3, 1fr); align-items: stretch; }
@media (max-width: 900px) { .mk-price-grid { grid-template-columns: 1fr; } }
.mk-price {
  position: relative;
  display: flex; flex-direction: column; gap: 0.65rem;
  padding: 1.65rem 1.45rem 1.4rem;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg);
  color: inherit; overflow: visible;
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease), border-color 0.28s var(--ease);
}
.mk-price:hover { transform: translateY(-4px); box-shadow: var(--sh-3); color: inherit; border-color: var(--line-2); }
.mk-price.is-featured, .mk-price.featured {
  border-color: rgba(230, 37, 49, 0.38);
  box-shadow: var(--sh-2);
  background: linear-gradient(180deg, #fff 0%, var(--tint) 100%);
}
.mk-price-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 0.75rem; }
.mk-price h3 {
  margin: 0; font-size: 1.25rem; letter-spacing: -0.02em;
  text-transform: none; color: var(--ink-900); font-weight: 700;
}
.mk-price-blurb { margin: 0.25rem 0 0; font-size: 0.88rem; color: var(--muted); }
.mk-price-devices {
  margin: 0; width: fit-content;
  padding: 0.4rem 0.7rem; border-radius: 8px;
  background: var(--tint-2); font-size: 0.9rem; color: var(--ink-700);
}
.mk-price-devices strong { font-weight: 700; color: var(--ink-900); }
.mk-badge {
  position: absolute; top: -0.65rem; left: 1.25rem;
  padding: 0.28rem 0.7rem; border-radius: 999px;
  background: var(--red); color: #fff;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(230, 37, 49, 0.3);
}
.mk-amt, .amt {
  margin: 0.1rem 0 0; font-size: 2.2rem; font-weight: 700;
  letter-spacing: -0.04em; color: var(--ink-900); line-height: 1.1;
}
.mk-amt span, .amt small { font-size: 0.95rem; font-weight: 500; color: var(--muted); letter-spacing: 0; }
.mk-price ul { list-style: none; padding: 0; display: grid; gap: 0.45rem; margin: 0.35rem 0 0.85rem; flex: 1; }
.mk-price li, .mk-ticks li {
  position: relative; padding-left: 1.35rem;
  font-size: 0.93rem; color: var(--body); line-height: 1.4;
}
.mk-price li::before, .mk-ticks li::before {
  content: ""; position: absolute; left: 0; top: 0.45em;
  width: 0.55rem; height: 0.55rem; border-radius: 999px;
  background: var(--ok);
}
.mk-price-cta {
  display: block; margin-top: auto; padding: 0.75rem 0.9rem;
  text-align: center; border-radius: var(--r-sm);
  border: 1px solid var(--line);
  font-weight: 600; font-size: 0.95rem; color: var(--ink-800);
  background: var(--tint-2);
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease), color 0.2s var(--ease);
}
.mk-price:hover .mk-price-cta { border-color: var(--ink-800); }
.mk-price.is-featured .mk-price-cta,
.mk-price.featured .mk-price-cta {
  background: var(--red); border-color: var(--red); color: #fff;
}
.mk-ticks { display: grid; gap: 0.5rem; margin-top: 1.15rem; }

.mk-matrix-wrap {
  overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--paper);
}
.mk-matrix { width: 100%; border-collapse: collapse; font-size: 0.93rem; min-width: 540px; }
.mk-matrix th, .mk-matrix td { padding: 0.85rem 1rem; text-align: left; border-bottom: 1px solid var(--line); }
.mk-matrix thead th {
  background: var(--tint); color: var(--ink-800); font-weight: 600;
  font-size: 0.8rem; letter-spacing: 0.06em; text-transform: uppercase;
}
.mk-matrix tbody tr:last-child td { border-bottom: 0; }
.mk-matrix tbody tr:hover { background: var(--tint); }
.mk-yes, .ok { color: var(--ok); font-weight: 600; }
.mk-no { color: var(--muted); }

.mk-faq {
  display: grid; gap: 0.7rem;
  width: min(100%, 40rem);
  margin-inline: auto;
}
.mk-faq details {
  position: relative;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r);
  padding: 0;
  overflow: visible; /* qk-tip balonu kesilmesin */
  transition: border-color 0.22s var(--ease), box-shadow 0.22s var(--ease);
}
.mk-faq details:has(.qk-tip:hover),
.mk-faq details:has(.qk-tip:focus-visible),
.mk-faq details:has(.qk-tip.is-open) {
  z-index: 40;
}
.mk-faq details[open] {
  border-color: var(--line-2); box-shadow: var(--sh-1);
}
.mk-faq summary {
  cursor: pointer; list-style: none;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.05rem 1.25rem;
  font-weight: 600; font-size: 1.02rem; color: var(--ink-800);
  text-align: left;
}
.mk-faq summary::-webkit-details-marker { display: none; }
.mk-faq summary::after {
  content: ""; flex-shrink: 0;
  width: 9px; height: 9px; margin-right: 3px;
  border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted);
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.28s var(--ease), border-color 0.22s var(--ease);
}
.mk-faq details[open] summary::after {
  transform: rotate(-135deg) translateY(-2px);
  border-color: var(--red);
}
.mk-faq details[open] summary { color: var(--red); }
.mk-faq details > p,
.mk-faq details > :not(summary) {
  margin: 0;
  padding: 0 1.25rem 1.15rem;
  font-size: 0.96rem; color: var(--body); line-height: 1.6;
}

/* SSS sayfası */
.page-hero--center .wrap > div {
  max-width: 40rem;
  margin-inline: auto;
  text-align: center;
}
.page-hero--center .breadcrumb { justify-content: center; }
.page-hero--center h1 { max-width: none; margin-inline: auto; }
.page-hero--center .lede { margin-inline: auto; }
.page-hero--center .page-hero-cta { justify-content: center; }

.faq-sec { padding-top: 0.5rem; }
.faq-panel {
  width: min(100%, 40rem);
  margin-inline: auto;
}
.faq-search {
  display: flex; align-items: center; gap: 0.65rem;
  margin: 0 0 1.1rem;
  padding: 0.75rem 1rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.faq-search:focus-within {
  border-color: var(--line-2);
  box-shadow: var(--sh-1);
  color: var(--ink-800);
}
.faq-search input {
  flex: 1; min-width: 0;
  border: 0; outline: 0; background: transparent;
  font: inherit; font-size: 0.98rem; color: var(--ink-800);
}
.faq-search input::placeholder { color: var(--muted); }
.faq-empty {
  margin: 0 0 1rem; text-align: center;
  font-size: 0.95rem; color: var(--muted);
}
.faq-help {
  margin: 1.5rem 0 0; text-align: center;
  font-size: 0.92rem; color: var(--muted);
}
.faq-help a { font-weight: 600; }
.mk-faq details.is-faq-hidden { display: none; }

.mk-band { display: grid; gap: 2rem; align-items: center; }
@media (min-width: 900px) {
  .mk-band { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .mk-band--rev .mk-band-copy { order: 2; }
}
.mk-band-media img { border-radius: var(--r-lg); box-shadow: var(--sh-3); border: 1px solid var(--line); }
.mk-band-copy h2, .mk-band-copy h3 { margin-bottom: 0.5rem; }

.mk-blog-list {
  display: grid; gap: 1.15rem;
  grid-template-columns: 1fr;
  margin-top: 1.25rem;
}
@media (min-width: 760px) {
  .mk-blog-list { grid-template-columns: repeat(3, 1fr); }
}
.mk-blog-item {
  display: flex; flex-direction: column; gap: 0;
  padding: 0; overflow: hidden;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg);
  color: inherit;
  transition: transform 0.24s var(--ease), border-color 0.24s var(--ease), box-shadow 0.24s var(--ease);
}
.mk-blog-item:hover {
  transform: translateY(-3px); border-color: var(--line-2); box-shadow: var(--sh-2); color: inherit;
}
.mk-blog-item-body { padding: 1.15rem 1.2rem 1.3rem; display: grid; gap: 0.4rem; flex: 1; }
.mk-blog-item h3 { margin: 0; font-size: 1.05rem; line-height: 1.3; color: var(--ink-800); }
.mk-blog-item:hover h3 { color: var(--red); }
.mk-blog-item p { margin: 0; font-size: 0.9rem; color: var(--body); }
.mk-blog-tag {
  display: inline-flex; align-self: flex-start;
  padding: 0.22rem 0.55rem; border-radius: 999px;
  background: var(--red-100); color: var(--red);
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
}
.mk-blog-more {
  margin-top: auto; padding-top: 0.45rem;
  font-size: 0.88rem; font-weight: 600; color: var(--red);
}
.mk-blog-item-visual {
  display: grid; place-items: center;
  min-height: 110px; padding: 1.25rem;
  background:
    radial-gradient(18rem 10rem at 80% 0%, rgba(230, 37, 49, 0.14), transparent 70%),
    linear-gradient(145deg, var(--ink-800), var(--ink-700));
  color: #fff;
}
.mk-blog-item-visual span {
  font-size: clamp(1.4rem, 2.5vw, 1.85rem); font-weight: 700; letter-spacing: -0.03em;
  opacity: 0.92;
}
.mk-meta { font-size: 0.8rem; color: var(--muted); letter-spacing: 0.02em; }

.blog-feature {
  display: grid; gap: 0; overflow: hidden; margin-bottom: 0.25rem;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-xl);
  color: inherit; box-shadow: var(--sh-1);
  transition: transform 0.24s var(--ease), box-shadow 0.24s var(--ease);
}
.blog-feature:hover { transform: translateY(-2px); box-shadow: var(--sh-3); color: inherit; }
@media (min-width: 860px) {
  .blog-feature { grid-template-columns: 0.95fr 1.05fr; min-height: 280px; }
}
.blog-feature-visual {
  display: flex; flex-direction: column; justify-content: flex-end; gap: 0.5rem;
  padding: 1.75rem 1.6rem; min-height: 180px;
  background:
    radial-gradient(24rem 14rem at 10% 0%, rgba(230, 37, 49, 0.28), transparent 60%),
    linear-gradient(155deg, var(--ink-900), var(--ink-700));
  color: #fff;
}
.blog-feature-kicker {
  align-self: flex-start; padding: 0.25rem 0.6rem; border-radius: 999px;
  background: rgba(255,255,255,0.12); font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
}
.blog-feature-visual strong {
  font-size: clamp(2rem, 4vw, 2.8rem); letter-spacing: -0.04em; line-height: 1;
}
.blog-feature-body {
  display: grid; gap: 0.5rem; align-content: center;
  padding: 1.6rem 1.5rem 1.75rem;
}
.blog-feature-body h2 {
  margin: 0; font-size: clamp(1.35rem, 2vw, 1.75rem); line-height: 1.25; color: var(--ink-800);
}
.blog-feature:hover .blog-feature-body h2 { color: var(--red); }
.blog-feature-body p { margin: 0; color: var(--body); font-size: 1rem; line-height: 1.6; }

/* Blog detay */
.blog-hero {
  padding: clamp(1.5rem, 3vw, 2.25rem) 0 clamp(1.75rem, 3vw, 2.5rem);
  background:
    radial-gradient(36rem 18rem at 0% 0%, rgba(230, 37, 49, 0.06), transparent 55%),
    var(--tint);
  border-bottom: 1px solid var(--line);
}
.blog-hero-inner { max-width: 46rem; }
.blog-back { margin-bottom: 1.15rem; }
.blog-hero .breadcrumb { margin-bottom: 0.85rem; }
.blog-hero h1 {
  margin: 0.5rem 0 0.75rem;
  font-size: clamp(1.85rem, 1.2rem + 2.2vw, 2.65rem);
  letter-spacing: -0.03em; line-height: 1.15;
}
.blog-hero .lede { margin: 0; max-width: 40rem; font-size: 1.08rem; color: var(--body); }
.blog-article-sec { padding-top: clamp(1.75rem, 3vw, 2.5rem); }
.blog-post { max-width: 44rem; margin: 0 auto; }
.blog-post-meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.65rem;
  margin: 0 0 0.35rem; font-size: 0.85rem; color: var(--muted);
}
.blog-post-meta .mk-blog-tag { margin: 0; }
.blog-prose { max-width: none; font-size: 1.05rem; }
.blog-prose .blog-lead {
  font-size: 1.12rem; color: var(--ink-700); line-height: 1.7;
  margin: 0 0 1.5rem;
}
.blog-prose blockquote {
  margin: 1.5rem 0; padding: 1rem 1.25rem;
  border-left: 3px solid var(--red);
  background: var(--tint); border-radius: 0 var(--r) var(--r) 0;
}
.blog-prose blockquote p { margin: 0; color: var(--ink-700); font-weight: 500; }
.blog-prose ol { padding-left: 1.35rem; margin: 0.75rem 0 1.25rem; display: grid; gap: 0.45rem; list-style: decimal; }
.blog-post-footer {
  display: flex; flex-wrap: wrap; gap: 0.75rem;
  margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line);
}
.blog-post-nav {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem;
  margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line);
}
.blog-post-nav a { font-weight: 600; font-size: 0.92rem; }

.mk-case {
  padding: 1.5rem; background: var(--paper);
  border: 1px solid var(--line); border-left: 3px solid var(--red); border-radius: var(--r);
}

/* Uzun metin */
.mk-prose, .prose, .legal-list { max-width: 44rem; }
.mk-prose p, .prose p, .legal-list p, .legal-list li { line-height: 1.8; }
.mk-prose h2, .prose h2, .legal-list h2 { margin-top: 2.25rem; font-size: 1.3rem; }
.mk-prose h3, .prose h3, .legal-list h3 { margin-top: 1.6rem; }
.legal-list ul, .prose ul, .mk-prose ul {
  list-style: disc; padding-left: 1.35rem; margin: 0.75rem 0 1.25rem; display: grid; gap: 0.4rem;
}
.legal-toc {
  padding: 0; margin-bottom: 2rem; overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-1);
}
.legal-toc-head {
  display: flex; align-items: center; gap: 0.65rem;
  padding: 1rem 1.2rem;
  background: linear-gradient(180deg, var(--tint) 0%, var(--tint-2) 100%);
  border-bottom: 1px solid var(--line);
}
.legal-toc-head .legal-toc-mark {
  display: grid; place-items: center;
  width: 34px; height: 34px; border-radius: 10px;
  background: var(--ink-800); color: #fff; flex-shrink: 0;
}
.legal-toc-head .legal-toc-mark svg { width: 16px; height: 16px; }
.legal-toc h2 {
  margin: 0; font-size: 0.95rem; letter-spacing: -0.01em;
  text-transform: none; color: var(--ink-800); font-weight: 700;
}
.legal-toc ol, .legal-toc ul {
  list-style: none; padding: 0.65rem; margin: 0;
  display: grid; gap: 0.2rem; counter-reset: toc;
}
.legal-toc li { counter-increment: toc; }
.legal-toc a {
  display: flex; align-items: center; gap: 0.7rem;
  padding: 0.55rem 0.7rem; border-radius: var(--r-sm);
  font-size: 0.9rem; font-weight: 500; color: var(--ink-700);
  transition: background 0.18s var(--ease), color 0.18s var(--ease);
}
.legal-toc a::before {
  content: counter(toc, decimal-leading-zero);
  flex-shrink: 0;
  width: 1.7rem; height: 1.7rem;
  display: grid; place-items: center;
  border-radius: 7px;
  background: var(--tint-2); color: var(--muted);
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
  transition: background 0.18s var(--ease), color 0.18s var(--ease);
}
.legal-toc a:hover { background: var(--tint); color: var(--ink-900); }
.legal-toc a:hover::before { background: var(--red-100); color: var(--red); }
.legal-toc a.is-active,
.legal-toc a[aria-current="true"] {
  background: var(--tint);
  color: var(--ink-900);
  font-weight: 600;
  box-shadow: inset 3px 0 0 var(--red);
}
.legal-toc a.is-active::before,
.legal-toc a[aria-current="true"]::before {
  background: var(--red);
  color: #fff;
}
.legal-list h2[id] { scroll-margin-top: calc(var(--nav-h) + 20px); }
.legal-layout { display: grid; gap: 2rem; }
@media (min-width: 1000px) {
  .legal-layout { grid-template-columns: 280px 1fr; align-items: start; }
  .legal-layout .legal-toc { position: sticky; top: calc(var(--nav-h) + 1.5rem); margin-bottom: 0; }
}
.legal-meta { font-size: 0.85rem; color: var(--muted); margin-bottom: 1.5rem; }

/* --------------------------------------------------------------------------
   10. Sektörler (hub + detay)
   -------------------------------------------------------------------------- */
.page-sectors .sk-hero,
.page-sector .sk-hero {
  background: linear-gradient(165deg, #0f1c28 0%, #1a2d3f 50%, #243646 100%);
  border-bottom: 0;
  color: #fff;
}
.page-sectors .sk-hero::before,
.page-sector .sk-hero::before {
  background:
    radial-gradient(42rem 20rem at 90% -10%, rgba(230, 37, 49, 0.2), transparent 60%),
    radial-gradient(28rem 14rem at 0% 100%, rgba(125, 222, 160, 0.1), transparent 65%);
}
.page-sectors .sk-hero .breadcrumb,
.page-sectors .sk-hero .breadcrumb a,
.page-sector .sk-hero .breadcrumb,
.page-sector .sk-hero .breadcrumb a { color: rgba(255, 255, 255, 0.62); }
.page-sectors .sk-hero .breadcrumb a:hover,
.page-sector .sk-hero .breadcrumb a:hover { color: #fff; }
.page-sectors .sk-hero .breadcrumb span,
.page-sector .sk-hero .breadcrumb span { color: rgba(255, 255, 255, 0.35); }
.page-sectors .sk-hero h1,
.page-sector .sk-hero h1 { color: #fff; max-width: 18ch; }
.page-sectors .sk-hero .lede,
.page-sector .sk-hero .lede { color: rgba(235, 242, 248, 0.78); max-width: 40rem; }
.page-sectors .sk-hero .mk-eyebrow,
.page-sector .sk-hero .mk-eyebrow { color: #ff8f97; }
.page-sectors .sk-hero .mk-eyebrow::before,
.page-sector .sk-hero .mk-eyebrow::before { background: #ff8f97; }
.page-sectors .sk-hero .btn-outline {
  background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.35);
}
.page-sectors .sk-hero .btn-outline:hover {
  background: rgba(255, 255, 255, 0.1); border-color: #fff; color: #fff;
}

.sk-hero-grid {
  display: grid; gap: 2rem; align-items: end;
}
@media (min-width: 900px) {
  .sk-hero-grid { grid-template-columns: 1.2fr 0.8fr; gap: 3rem; }
}
.sk-hero-points {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 0.75rem;
}
.sk-hero-points li {
  padding: 1rem 1.15rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--r);
}
.sk-hero-points strong {
  display: block; margin-bottom: 0.2rem;
  font-size: 0.95rem; color: #fff;
}
.sk-hero-points span {
  font-size: 0.88rem; color: rgba(235, 242, 248, 0.72); line-height: 1.45;
}

.sk-groups { display: grid; gap: clamp(2rem, 4vw, 3rem); }
.sk-group-head { margin-bottom: 1rem; max-width: 40rem; }
.sk-group-head h2 {
  margin: 0 0 0.3rem; font-size: 1.35rem; color: var(--ink-900);
  letter-spacing: -0.02em;
}
.sk-group-head p { margin: 0; font-size: 0.95rem; color: var(--body); }
.sk-count {
  display: inline-grid; place-items: center;
  min-width: 1.45rem; height: 1.45rem; padding: 0 0.4rem;
  margin-left: 0.35rem; vertical-align: middle;
  border-radius: 999px;
  background: var(--red-100); color: var(--red);
  font-size: 0.75rem; font-weight: 700;
}
.sk-grid {
  display: grid; gap: 0.9rem;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.sk-card {
  display: flex; flex-direction: column; gap: 0.35rem;
  padding: 1.25rem 1.3rem 1.15rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  color: inherit;
  box-shadow: var(--sh-1);
  transition: transform 0.24s var(--ease), border-color 0.24s var(--ease), box-shadow 0.24s var(--ease);
}
.sk-card:hover {
  transform: translateY(-3px);
  border-color: var(--line-2);
  box-shadow: var(--sh-3);
  color: inherit;
}
.sk-card strong {
  font-size: 1.05rem; letter-spacing: -0.02em; color: var(--ink-900);
}
.sk-card span { font-size: 0.9rem; color: var(--body); line-height: 1.45; }
.sk-card em {
  margin-top: auto; padding-top: 0.65rem;
  font-style: normal; font-size: 0.82rem; font-weight: 700; color: var(--red);
}

.sk-how { max-width: 56rem; }
.sk-how-grid {
  display: grid; gap: 1rem;
  grid-template-columns: 1fr;
  margin: 1.5rem 0 2.25rem;
}
@media (min-width: 720px) {
  .sk-how-grid { grid-template-columns: 1fr 1fr; }
}
.sk-how-card {
  padding: 1.35rem 1.35rem 1.25rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
}
.sk-how-n {
  display: block; margin-bottom: 0.55rem;
  font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.1em; color: var(--red);
}
.sk-how-card h3 {
  margin: 0 0 0.4rem; font-size: 1.05rem; color: var(--ink-900);
}
.sk-how-card p {
  margin: 0; font-size: 0.92rem; color: var(--body); line-height: 1.55;
}
.sk-deep {
  padding: 1.75rem 1.65rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-1);
}
.sk-deep h3 {
  margin: 0 0 0.75rem; font-size: 1.2rem; color: var(--ink-900);
}
.sk-deep p {
  margin: 0 0 0.85rem; font-size: 0.98rem; color: var(--body); line-height: 1.65;
}
.sk-deep p:last-of-type { margin-bottom: 1.25rem; }
.sk-deep a { font-weight: 600; }
.sk-deep-cta { display: flex; flex-wrap: wrap; gap: 0.7rem; }

.sk-steps {
  list-style: none; margin: 1.25rem 0 0; padding: 0;
  display: grid; gap: 0.85rem; counter-reset: skstep;
}
.sk-steps li {
  position: relative; padding: 1.15rem 1.2rem 1.15rem 3.5rem;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r);
  counter-increment: skstep;
}
.sk-steps li::before {
  content: counter(skstep);
  position: absolute; left: 1.1rem; top: 1.2rem;
  width: 1.7rem; height: 1.7rem;
  display: grid; place-items: center;
  border-radius: 999px;
  background: var(--ink-800); color: #fff;
  font-size: 0.78rem; font-weight: 700;
}
.sk-steps strong { display: block; margin-bottom: 0.25rem; color: var(--ink-900); }
.sk-steps span { font-size: 0.9rem; color: var(--body); line-height: 1.45; }
.sk-related-label {
  margin: 2rem 0 0.65rem; font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted);
}
.sk-related { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.sk-chip {
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--tint);
  font-size: 0.86rem; font-weight: 600; color: var(--ink-800);
}
.sk-chip:hover { border-color: var(--ink); color: var(--ink-900); }
.page-sector .sk-detail h2 { margin: 0 0 0.65rem; font-size: 1.35rem; color: var(--ink-900); }

/* --------------------------------------------------------------------------
   11. POS özellikleri — ekran ızgarası + adımlar
   -------------------------------------------------------------------------- */
.pos-shots, .home-shots-grid {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
.home-shot {
  overflow: hidden; background: var(--paper);
  border: 1px solid var(--line); border-radius: var(--r-lg);
  transition: transform 0.26s var(--ease), box-shadow 0.26s var(--ease);
}
.home-shot:hover { transform: translateY(-3px); box-shadow: var(--sh-3); }
.home-shot img { width: 100%; border-bottom: 1px solid var(--line); }
.home-shot figcaption { padding: 0.85rem 1.1rem; font-size: 0.88rem; color: var(--body); }
.home-shot figcaption strong { display: block; color: var(--ink-800); margin-bottom: 0.15rem; }

.qh-steps { counter-reset: step; display: grid; gap: 0.9rem; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.qh-steps > * {
  counter-increment: step; position: relative;
  padding: 1.35rem 1.3rem 1.3rem; background: var(--paper);
  border: 1px solid var(--line); border-radius: var(--r-lg);
}
.qh-steps > *::before {
  content: counter(step);
  display: grid; place-items: center;
  width: 28px; height: 28px; margin-bottom: 0.7rem;
  border-radius: 8px; background: var(--ink); color: #fff;
  font-size: 0.85rem; font-weight: 600;
}
.qh-steps h3 { margin: 0 0 0.3rem; font-size: 1rem; }
.qh-steps p { margin: 0; font-size: 0.92rem; }

/* --------------------------------------------------------------------------
   12. Referanslar
   -------------------------------------------------------------------------- */
.refs-hero { background: linear-gradient(180deg, var(--tint) 0%, var(--paper) 100%); }
.refs-sec {
  padding-top: clamp(2.5rem, 4vw, 3.5rem);
  padding-bottom: clamp(2.5rem, 4vw, 3.5rem);
  background: var(--tint);
}
.refs-count {
  margin: 0 0 1.5rem; text-align: center;
  font-size: 0.9rem; color: var(--muted); letter-spacing: 0.02em;
}

.refs-trust { display: grid; gap: 1rem; margin-bottom: 2.5rem; }
@media (min-width: 820px) { .refs-trust { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; } }
.refs-trust article {
  padding: 1.35rem 1.35rem;
  background: var(--paper); border: 1px solid var(--line);
  border-top: 3px solid var(--ink); border-radius: 0 0 var(--r) var(--r);
  transition: transform 0.24s var(--ease), box-shadow 0.24s var(--ease);
}
.refs-trust article:hover { transform: translateY(-2px); box-shadow: var(--sh-2); }
.refs-trust h3 { margin: 0 0 0.35rem; font-size: 1.02rem; }
.refs-trust p { margin: 0; font-size: 0.92rem; line-height: 1.62; }

/* Logo duvarı — eski references.php ölçeği (büyük, renkli, yumuşak kart) */
.refs-wall {
  display: grid;
  gap: 1.15rem 1.25rem;
  margin: 0; padding: 0; list-style: none;
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
  justify-items: stretch;
}
@media (min-width: 640px) {
  .refs-wall { grid-template-columns: repeat(auto-fit, minmax(168px, 1fr)); gap: 1.35rem; }
}
@media (min-width: 1000px) {
  .refs-wall { grid-template-columns: repeat(auto-fit, minmax(175px, 1fr)); gap: 1.5rem; }
}
.ref-cell {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 0.65rem;
  min-height: 148px;
  padding: 1.35rem 1.1rem 1.15rem;
  background: var(--paper);
  border: 0;
  border-radius: 22px;
  box-shadow: none;
  transition: transform 1.15s var(--ease), box-shadow 1.35s var(--ease);
}
.ref-cell img {
  width: auto; max-width: 118px; max-height: 100px;
  height: auto; object-fit: contain;
  filter: none; opacity: 1;
  transition: transform 1.15s var(--ease);
}
.ref-cell .ref-name {
  margin: 0; max-width: 100%;
  font-size: 0.78rem; font-weight: 600; line-height: 1.3;
  color: var(--ink-700); text-align: center;
  letter-spacing: -0.01em;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .ref-cell:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(13, 21, 55, 0.12);
  }
  .ref-cell:hover img { transform: scale(1.04); }
}
.refs-note { margin: 2rem 0 0; font-size: 0.83rem; color: var(--muted); text-align: center; }
.refs-cta-sec { padding-top: 0; background: var(--paper); }
.refs-cta {
  display: grid; gap: 1.25rem; padding: 2.25rem 0 0.5rem;
  border-top: 1px solid var(--line);
}
@media (min-width: 780px) { .refs-cta { grid-template-columns: 1.4fr auto; align-items: center; } }
.refs-cta h2 { margin: 0 0 0.35rem; }
.refs-cta p { margin: 0; color: var(--body); }
.ref-grid { display: grid; gap: 0.75rem; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
.ref-grid img { margin-inline: auto; opacity: 0.9; transition: 0.24s var(--ease); }
.ref-grid img:hover { opacity: 1; }

/* --------------------------------------------------------------------------
   13. Hakkımızda
   -------------------------------------------------------------------------- */
.about-stats {
  display: grid; gap: 0; margin: 2.25rem 0;
  border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  background: var(--tint);
}
.about-stat { padding: 1.5rem 1.4rem; border-right: 1px solid var(--line); }
.about-stat:last-child { border-right: 0; }
.about-stat strong {
  display: block; font-size: 1.6rem; font-weight: 600;
  letter-spacing: -0.035em; color: var(--ink-900); line-height: 1.15;
}
.about-stat span { font-size: 0.87rem; color: var(--muted); }
.about-pillars {
  display: grid; gap: 1.15rem; margin-top: 2.25rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.about-pillars article {
  padding: 1.45rem 1.35rem; background: var(--paper);
  border: 1px solid var(--line); border-top: 3px solid var(--ink);
  border-radius: 0 0 var(--r) var(--r);
}
.about-pillars h3 { margin: 0 0 0.45rem; font-size: 1.02rem; }
.about-pillars p { margin: 0; font-size: 0.93rem; line-height: 1.65; }

/* --------------------------------------------------------------------------
   14. İletişim
   -------------------------------------------------------------------------- */
.contact-hero-grid { display: grid; gap: 1.75rem; }
@media (min-width: 920px) { .contact-hero-grid { grid-template-columns: 1.2fr 0.85fr; align-items: end; } }
.contact-hours {
  padding: 1.35rem 1.45rem; background: var(--paper);
  border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-2);
}
.contact-hours h3 { margin: 0 0 0.85rem; font-size: 1rem; display: flex; align-items: center; gap: 0.5rem; }
.contact-hours dl { margin: 0; display: grid; gap: 0.55rem; }
.contact-hours div {
  display: flex; justify-content: space-between; gap: 1rem;
  padding-bottom: 0.5rem; border-bottom: 1px solid var(--line); font-size: 0.91rem;
}
.contact-hours div:last-child { border-bottom: 0; padding-bottom: 0; }
.contact-hours dt { color: var(--muted); }
.contact-hours dd { margin: 0; font-weight: 600; color: var(--ink-800); }

.contact-split { display: grid; gap: 2rem; }
@media (min-width: 980px) { .contact-split { grid-template-columns: 0.9fr 1.1fr; align-items: start; } }
.contact-grid, .downloads-grid {
  display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
}
.contact-card {
  padding: 1.5rem; background: var(--paper);
  border: 1px solid var(--line); border-radius: var(--r-lg);
}
.contact-card-icon {
  display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 1rem;
  border-radius: var(--r-sm); background: var(--red-100); color: var(--red);
}
.contact-card h2 { font-size: 1.1rem; }
.contact-card a { font-weight: 600; color: var(--red); }

.contact-channels { display: grid; gap: 0.85rem; }
.channel {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1.25rem 1.3rem; background: var(--paper);
  border: 1px solid var(--line); border-radius: var(--r-lg);
  transition: transform 0.26s var(--ease), box-shadow 0.26s var(--ease), border-color 0.26s var(--ease);
}
.channel:hover { transform: translateY(-3px); box-shadow: var(--sh-2); border-color: var(--line-2); }
.channel h3 { margin: 0 0 0.25rem; font-size: 1rem; }
.channel p { margin: 0 0 0.45rem; font-size: 0.91rem; }
.channel a { font-weight: 600; color: var(--red); }

.contact-trust-band { padding: clamp(1.75rem, 3vw, 2.5rem) 0; background: var(--tint); border-block: 1px solid var(--line); }
.contact-trust {
  display: grid; gap: 1.5rem; margin: 0; padding: 0;
}
@media (min-width: 740px) { .contact-trust { grid-template-columns: repeat(3, 1fr); gap: 0; } }
.contact-trust li { font-size: 0.9rem; color: var(--body); line-height: 1.62; }
@media (min-width: 740px) {
  .contact-trust li { padding-right: 2rem; border-right: 1px solid var(--line-2); }
  .contact-trust li + li { padding-left: 2rem; }
  .contact-trust li:last-child { border-right: 0; padding-right: 0; }
}
.contact-trust strong {
  display: block; margin-bottom: 0.3rem; font-size: 0.95rem; color: var(--ink-800);
}

.contact-form-wrap {
  max-width: 640px; padding: clamp(1.5rem, 3vw, 2.15rem);
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--sh-2);
}
.contact-form-wrap h2 { display: flex; align-items: center; gap: 0.55rem; font-size: 1.2rem; }
.form-row { display: grid; gap: 0.35rem; margin-bottom: 1rem; }
.form-row label { font-size: 0.82rem; font-weight: 600; color: var(--ink-mid); }
.form-row input, .form-row textarea, .form-row select {
  width: 100%; padding: 0.75rem 0.9rem;
  font: inherit; font-size: 0.95rem; color: var(--ink-800);
  background: var(--tint); border: 1px solid var(--line); border-radius: var(--r-sm);
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.form-row textarea { min-height: 140px; resize: vertical; }
.form-row input:focus, .form-row textarea:focus, .form-row select:focus {
  outline: none; background: var(--paper);
  border-color: var(--ink); box-shadow: 0 0 0 3px rgba(43, 62, 80, 0.1);
}
.map-card {
  display: grid; place-items: center; text-align: center;
  margin-top: 2rem; padding: 2.25rem; min-height: 180px;
  background: var(--tint); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden;
}
.map-card .fa { font-size: 1.6rem; color: var(--red); margin-bottom: 0.75rem; }

.ic, .mod-icon { display: inline-grid; place-items: center; color: var(--red); }
.ic svg, .mod-icon svg { width: 22px; height: 22px; }
.ic-lg svg { width: 26px; height: 26px; }

/* --------------------------------------------------------------------------
   15. İndirmeler
   -------------------------------------------------------------------------- */
.dl-pack-grid {
  display: grid; gap: 1.15rem;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .dl-pack-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1040px) {
  .dl-pack-grid { grid-template-columns: 1.2fr 1fr 1fr; align-items: stretch; }
}
.dl-pack {
  display: flex; flex-direction: column; gap: 1rem;
  padding: 1.45rem 1.35rem;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg);
}
.dl-pack--primary {
  border-color: var(--ink-700);
  background:
    radial-gradient(22rem 14rem at 100% 0%, rgba(230, 37, 49, 0.07), transparent 60%),
    var(--paper);
  box-shadow: var(--sh-2);
}
@media (min-width: 1040px) {
  .dl-pack--primary { grid-row: span 1; }
}
.dl-pack-top h2 { margin: 0.35rem 0 0.45rem; font-size: 1.25rem; }
.dl-pack-top p { margin: 0; font-size: 0.95rem; color: var(--body); line-height: 1.55; }
.dl-pack-points {
  margin: 0; padding: 0; list-style: none;
  display: grid; gap: 0.4rem;
}
.dl-pack-points li {
  position: relative; padding-left: 1.15rem;
  font-size: 0.9rem; color: var(--ink-700);
}
.dl-pack-points li::before {
  content: "✓"; position: absolute; left: 0; color: var(--ok); font-weight: 700;
}
.dl-pack-actions {
  display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: auto;
}
.dl-pack-actions .btn { flex: 1 1 auto; min-width: 8.5rem; justify-content: center; }
.dl-tech, .dl-alt {
  margin-top: 0.25rem;
  border: 1px solid var(--line); border-radius: var(--r);
  background: var(--tint);
}
.dl-tech summary, .dl-alt summary {
  cursor: pointer; list-style: none;
  padding: 0.85rem 1rem; font-weight: 600; font-size: 0.92rem; color: var(--ink-800);
}
.dl-tech summary::-webkit-details-marker,
.dl-alt summary::-webkit-details-marker { display: none; }
.dl-tech-body, .dl-alt[open] > :not(summary) { padding: 0 1rem 1rem; }
.dl-alt { margin-top: 1.25rem; }
.dl-alt-grid {
  display: grid; gap: 1rem;
  grid-template-columns: 1fr;
  padding: 0 1rem 1.15rem;
}
@media (min-width: 700px) {
  .dl-alt-grid { grid-template-columns: 1fr 1fr; }
}
.dl-alt-grid h3 { margin: 0 0 0.35rem; font-size: 1rem; }
.dl-alt-grid p { margin: 0 0 0.75rem; font-size: 0.9rem; color: var(--body); }

/* Kurulum akışı (4 adım) */
.dl-flow {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .dl-flow { grid-template-columns: repeat(2, 1fr); gap: 1.15rem; }
}
@media (min-width: 1000px) {
  .dl-flow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    overflow: visible;
    background: var(--paper);
    box-shadow: var(--sh-1);
  }
}
.dl-flow-step {
  position: relative;
  display: flex; flex-direction: column; gap: 0.5rem;
  padding: 1.5rem 1.35rem 1.35rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  min-height: 100%;
  transition: background 0.22s var(--ease), box-shadow 0.22s var(--ease);
}
.dl-flow-step:hover { background: #fbfcfd; }
@media (min-width: 1000px) {
  .dl-flow-step {
    border: 0;
    border-radius: 0;
    border-right: 1px solid var(--line);
    box-shadow: none;
  }
  .dl-flow-step:last-child { border-right: 0; }
  .dl-flow-step:hover { background: var(--tint-2); }
  /* Adımlar arası ok */
  .dl-flow-step:not(:last-child)::after {
    content: "";
    position: absolute; z-index: 2;
    top: 2.35rem; right: -0.7rem;
    width: 1.35rem; height: 1.35rem;
    border-radius: 999px;
    background: var(--paper);
    border: 1px solid var(--line-2);
    box-shadow: var(--sh-1);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M5 3l5 5-5 5' fill='none' stroke='%232b3e50' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px;
  }
}
.dl-flow-top {
  display: flex; align-items: center; gap: 0.75rem;
  margin-bottom: 0.35rem;
}
.dl-flow-ico {
  display: grid; place-items: center;
  width: 2.6rem; height: 2.6rem;
  border-radius: 11px;
  background: var(--tint-2); color: var(--ink-800);
  flex-shrink: 0;
}
.dl-flow-step:hover .dl-flow-ico {
  background: var(--red-100); color: var(--red);
}
.dl-flow-ico svg { width: 1.3rem; height: 1.3rem; }
.dl-flow-n {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 2.1rem; height: 1.55rem; padding: 0 0.45rem;
  border-radius: 6px;
  background: var(--ink-800); color: #fff;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.06em;
}
.dl-flow-step h3 {
  margin: 0; font-size: 1.1rem; color: var(--ink-800); letter-spacing: -0.02em;
}
.dl-flow-step p {
  margin: 0; flex: 1 1 auto;
  font-size: 0.9rem; color: var(--body); line-height: 1.55;
}
.dl-flow-step .btn {
  align-self: flex-start; margin-top: 0.55rem;
}
.dl-flow-foot {
  margin: 1.5rem 0 0; text-align: center;
  font-size: 0.9rem; color: var(--muted);
}
.dl-flow-foot a { font-weight: 600; }

.dl-steps-clean {
  margin: 0; padding: 0; list-style: none;
  display: grid; gap: 0.75rem;
  counter-reset: step;
}
.dl-steps-clean li {
  counter-increment: step;
  display: grid; grid-template-columns: auto 1fr; gap: 0.85rem; align-items: start;
  padding: 1.1rem 1.2rem;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r);
  font-size: 0.98rem; color: var(--body);
}
.dl-steps-clean li::before {
  content: counter(step);
  display: grid; place-items: center;
  width: 2rem; height: 2rem; border-radius: 999px;
  background: var(--ink-800); color: #fff;
  font-weight: 700; font-size: 0.85rem;
}
.dl-steps-clean strong { color: var(--ink-800); }

.dl-grid { display: grid; gap: 1.15rem; grid-template-columns: 1fr; }
@media (min-width: 800px) {
  .dl-grid { grid-template-columns: repeat(2, 1fr); }
}
.dl-card {
  padding: 1.45rem 1.35rem; background: var(--paper);
  border: 1px solid var(--line); border-radius: var(--r-lg);
  transition: box-shadow 0.26s var(--ease), border-color 0.26s var(--ease);
}
.dl-card:hover { box-shadow: var(--sh-2); }
.dl-card.featured { border-color: var(--ink); box-shadow: var(--sh-2); }
.dl-card h2, .dl-card h3 { margin-top: 0; }
.dl-card h2 { font-size: 1.2rem; }
.dl-pill {
  display: inline-block; margin-bottom: 0.55rem; padding: 0.28rem 0.62rem;
  border-radius: 999px; background: var(--red-100); color: var(--red);
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
}
.dl-pill.warn { background: var(--warn-soft); color: #96590a; }
.dl-actions { display: flex; flex-wrap: wrap; gap: 0.6rem; margin: 1.25rem 0 0.75rem; }
.dl-note, .dl-foot { margin: 0; font-size: 0.88rem; color: var(--muted); }
.dl-foot { margin-top: 1.25rem; }
.dl-card ul { display: grid; gap: 0.45rem; margin: 1rem 0; }
.dl-card ul li { position: relative; padding-left: 1.05rem; font-size: 0.93rem; }
.dl-card ul li::before { content: "•"; position: absolute; left: 0; color: var(--red); }
.dl-version-line { font-size: 0.85rem; color: var(--muted); margin: 0 0 0.5rem; }
.dl-security-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.dl-security-grid article {
  padding: 1.15rem 1.2rem;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r);
}
.dl-security-grid h3 { margin: 0 0 0.35rem; font-size: 1rem; }
.dl-security-grid p { margin: 0; font-size: 0.9rem; color: var(--body); }
.dl-verify {
  padding: 1.15rem 1.25rem; background: var(--tint);
  border: 1px solid var(--line); border-radius: var(--r); font-size: 0.9rem;
}
.dl-sha {
  display: block; margin-top: 0.5rem; padding: 0.65rem 0.8rem;
  background: var(--ink-900); color: #cfe0ee; border-radius: var(--r-sm);
  font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 0.76rem;
  overflow-x: auto; word-break: break-all;
}
.dl-steps {
  margin-top: 2.5rem; padding: 1.85rem;
  background: var(--tint); border: 1px solid var(--line); border-radius: var(--r-lg);
}
.dl-steps h2 { margin-top: 0; }
.dl-steps ol { margin: 1rem 0 0; padding-left: 1.3rem; display: grid; gap: 0.65rem; list-style: decimal; }
.dl-steps li { font-size: 0.96rem; }

.store-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 1.25rem 0; }
.store-badge {
  display: inline-flex; align-items: center; gap: 0.7rem;
  padding: 0.6rem 1.05rem;
  background: var(--ink-900); color: #fff;
  border: 1px solid var(--ink-900); border-radius: var(--r-sm);
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.store-badge:hover { transform: translateY(-2px); box-shadow: var(--sh-2); color: #fff; }
.store-badge--play { background: var(--paper); color: var(--ink-800); border-color: var(--line-2); }
.store-badge--play:hover { color: var(--ink-900); }
.store-badge-icon { width: 24px; height: 24px; flex-shrink: 0; }
.store-badge-text { display: grid; line-height: 1.2; }
.store-badge-text small { font-size: 0.66rem; opacity: 0.7; letter-spacing: 0.04em; text-transform: uppercase; }
.store-badge-text strong { font-size: 0.95rem; color: inherit; }

/* Android sayfası */
.and-hero {
  display: grid; gap: 1.5rem;
  padding: 1.5rem;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-xl);
  box-shadow: var(--sh-1);
}
@media (min-width: 860px) {
  .and-hero { grid-template-columns: 1.1fr 0.9fr; align-items: start; }
}
.and-benefits {
  margin: 1rem 0 0; padding: 0; list-style: none;
  display: grid; gap: 0.65rem;
}
.and-benefits li {
  padding: 0.75rem 0.9rem;
  background: var(--tint); border-radius: var(--r-sm);
  font-size: 0.95rem; color: var(--body); line-height: 1.45;
}
.and-benefits strong { color: var(--ink-800); }
.and-install {
  margin: 0; padding: 0; list-style: none;
  display: grid; gap: 0.85rem;
}
.and-install li {
  display: grid; grid-template-columns: auto 1fr; gap: 0.85rem; align-items: start;
}
.and-n {
  display: grid; place-items: center;
  width: 2.1rem; height: 2.1rem; border-radius: 999px;
  background: var(--red); color: #fff; font-weight: 700; font-size: 0.9rem;
}
.and-install strong { display: block; margin-bottom: 0.2rem; color: var(--ink-800); }
.and-install p { margin: 0; font-size: 0.9rem; color: var(--body); }
.and-status-grid {
  display: grid; gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.and-status-item {
  padding: 1rem 1.05rem; border-radius: var(--r);
  border: 1px solid var(--line); background: var(--paper);
}
.and-status-item strong { display: block; font-size: 0.95rem; margin-bottom: 0.25rem; }
.and-status-item span { font-size: 0.85rem; color: var(--muted); }
.and-status-item.is-ok { border-color: rgba(23, 166, 115, 0.35); background: var(--ok-soft); }
.and-status-item.is-ok strong { color: #0f7a56; }
.and-status-item.is-warn { border-color: rgba(224, 138, 18, 0.35); background: var(--warn-soft); }
.and-status-item.is-warn strong { color: #96590a; }
.and-extra {
  display: grid; gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .and-extra { grid-template-columns: 1fr 1fr; }
}
.and-extra article {
  padding: 1.25rem 1.3rem;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg);
}
.and-extra h3 { margin: 0 0 0.5rem; font-size: 1.05rem; }
.and-extra ul { margin: 0; padding-left: 1.1rem; display: grid; gap: 0.35rem; list-style: disc; }
.and-extra li, .and-extra p { font-size: 0.92rem; color: var(--body); }
.android-docs { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 0.85rem; }
.apk-meta { font-size: 0.85rem; color: var(--muted); margin-top: 1rem; word-break: break-all; line-height: 1.55; }

/* POS özellikler */
.pos-highlights {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.pos-highlights article,
.pos-hl {
  padding: 0; overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line); border-radius: var(--r-lg);
  transition: border-color 0.22s var(--ease), box-shadow 0.22s var(--ease);
}
.pos-hl:hover { border-color: var(--line-2); box-shadow: var(--sh-2); }
.pos-hl img {
  display: block; width: 100%; aspect-ratio: 16 / 10;
  object-fit: cover; object-position: top center;
  border-bottom: 1px solid var(--line); background: #0b1220;
}
.pos-hl h3, .pos-highlights h3 {
  margin: 0; padding: 0.95rem 1.1rem 0.25rem;
  font-size: 1rem;
  display: inline-flex; align-items: center; flex-wrap: wrap; gap: 0.1rem;
}
.pos-hl p, .pos-highlights p {
  margin: 0; padding: 0 1.1rem 1.1rem;
  font-size: 0.88rem; color: var(--body);
}
.pos-feat-grid {
  display: grid; gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.pos-feat {
  padding: 1.1rem 1.15rem;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r);
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.pos-feat:hover { border-color: var(--ink); box-shadow: var(--sh-1); }
.pos-feat h3 { margin: 0 0 0.3rem; font-size: 0.98rem; }
.pos-feat p { margin: 0; font-size: 0.88rem; color: var(--body); line-height: 1.45; }

/* Dört adımda sahaya */
.pos-go {
  position: relative; isolation: isolate; overflow: hidden;
  padding: clamp(3.25rem, 6vw, 5rem) 0;
  background:
    radial-gradient(42rem 22rem at 8% 0%, rgba(230, 37, 49, 0.07), transparent 60%),
    radial-gradient(36rem 20rem at 92% 100%, rgba(43, 62, 80, 0.08), transparent 65%),
    linear-gradient(180deg, var(--tint-2) 0%, var(--paper) 55%, var(--tint) 100%);
}
.pos-go .mk-head { margin-bottom: 0.35rem; }
.pos-go .mk-head .lede {
  margin: 0.65rem auto 0; max-width: 34rem;
  font-size: 1.05rem; color: var(--body); line-height: 1.55;
}
.pos-go-time {
  display: inline-flex; align-items: center; gap: 0.45rem;
  margin: 1rem auto 0; padding: 0.35rem 0.85rem;
  border-radius: 999px; border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem; font-weight: 600; color: var(--ink-700);
}
.pos-go-time svg { width: 14px; height: 14px; color: var(--red); flex-shrink: 0; }
.pos-go-track {
  list-style: none; margin: 2.25rem 0 0; padding: 0;
  display: grid; gap: 0;
  position: relative;
}
@media (min-width: 900px) {
  .pos-go-track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
  }
  .pos-go-track::before {
    content: "";
    position: absolute;
    top: 1.55rem; left: 12%; right: 12%;
    height: 2px;
    background: linear-gradient(90deg, var(--line-2), var(--red-100), var(--line-2));
    z-index: 0;
  }
}
.pos-go-step {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 3.1rem 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.15rem 0 1.35rem;
}
.pos-go-step:not(:last-child) {
  border-bottom: 1px dashed var(--line);
}
@media (min-width: 900px) {
  .pos-go-step {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 0 1rem;
    border-bottom: 0;
  }
}
.pos-go-num {
  display: grid; place-items: center;
  width: 3.1rem; height: 3.1rem;
  border-radius: 999px;
  background: var(--ink-800); color: #fff;
  font-size: 1.05rem; font-weight: 700;
  letter-spacing: -0.02em;
  box-shadow: 0 0 0 6px var(--paper), 0 8px 20px rgba(43, 62, 80, 0.18);
  transition: transform 0.28s var(--ease), background 0.28s var(--ease);
}
.pos-go-step:hover .pos-go-num {
  background: var(--red);
  transform: scale(1.06);
}
.pos-go-body { min-width: 0; padding-top: 0.2rem; }
@media (min-width: 900px) {
  .pos-go-body {
    display: flex; flex-direction: column; align-items: center;
    padding-top: 1.15rem; max-width: 16rem;
  }
}
.pos-go-ico {
  display: none;
  place-items: center;
  width: 2.4rem; height: 2.4rem;
  margin-bottom: 0.7rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--line);
  color: var(--ink-800);
}
@media (min-width: 900px) {
  .pos-go-ico { display: grid; }
}
.pos-go-ico svg { width: 1.2rem; height: 1.2rem; }
.pos-go-step h3 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem; letter-spacing: -0.02em; color: var(--ink-900);
}
.pos-go-step p {
  margin: 0;
  font-size: 0.95rem; line-height: 1.55; color: var(--body);
}
.pos-go-cta {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 0.7rem;
  margin-top: 2.25rem;
}
.pos-go-note {
  margin: 1rem 0 0; text-align: center;
  font-size: 0.88rem; color: var(--muted);
}
.pos-go-note a { font-weight: 600; }

.dl-card-ico {
  display: grid; place-items: center;
  width: 44px; height: 44px; margin-bottom: 0.85rem;
  border-radius: 12px; background: var(--tint-2); color: var(--ink-800);
}
.dl-card.featured .dl-card-ico { background: var(--ink-800); color: #fff; }
.dl-card-ico svg { width: 22px; height: 22px; }

/* --------------------------------------------------------------------------
   16. Checkout — plan seç + lisans
   -------------------------------------------------------------------------- */
.page-checkout .co-hero {
  background: linear-gradient(165deg, #0f1c28 0%, #1a2d3f 48%, #243646 100%);
  border-bottom: 0;
  color: #fff;
}
.page-checkout .co-hero::before {
  background:
    radial-gradient(42rem 20rem at 92% -10%, rgba(230, 37, 49, 0.22), transparent 62%),
    radial-gradient(28rem 14rem at 8% 110%, rgba(125, 222, 160, 0.12), transparent 65%);
}
.page-checkout .co-hero .breadcrumb,
.page-checkout .co-hero .breadcrumb a { color: rgba(255, 255, 255, 0.62); }
.page-checkout .co-hero .breadcrumb a:hover { color: #fff; }
.page-checkout .co-hero .breadcrumb span { color: rgba(255, 255, 255, 0.35); }
.page-checkout .co-hero h1 { color: #fff; max-width: 18ch; }
.page-checkout .co-hero .lede {
  color: rgba(235, 242, 248, 0.78);
  max-width: 42rem;
}
.page-checkout .co-hero .lede a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.page-checkout .co-hero .lede a:hover { color: #ffc9cc; }

.page-checkout .co-sec {
  padding: clamp(1.75rem, 3.5vw, 2.75rem) 0 clamp(3.5rem, 6vw, 5rem);
  background:
    radial-gradient(40rem 18rem at 0% 0%, rgba(230, 37, 49, 0.04), transparent 55%),
    linear-gradient(180deg, var(--tint-2) 0%, var(--paper) 42%);
}
.co-steps {
  list-style: none; margin: 0 0 1.5rem; padding: 0.45rem;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.35rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--sh-1);
}
.co-steps li {
  display: flex; align-items: center; justify-content: center; gap: 0.55rem;
  padding: 0.55rem 0.65rem;
  border-radius: 999px;
  font-size: 0.88rem; font-weight: 600; color: var(--muted);
  transition: background 0.22s var(--ease), color 0.22s var(--ease);
}
.co-steps li.is-active {
  background: var(--ink-800);
  color: #fff;
}
.co-steps-n {
  display: grid; place-items: center;
  width: 1.55rem; height: 1.55rem;
  border-radius: 999px;
  background: var(--tint-2); color: var(--ink-700);
  font-size: 0.75rem; font-weight: 700;
}
.co-steps li.is-active .co-steps-n {
  background: rgba(255, 255, 255, 0.18); color: #fff;
}
@media (max-width: 560px) {
  .co-steps-t { display: none; }
  .co-steps { border-radius: var(--r-lg); }
}
.co-banner {
  display: none; margin: 0 0 1.5rem; padding: 0.95rem 1.15rem;
  background: #fff8e8; border: 1px solid #f0d9a0; border-radius: var(--r);
  color: #6b4e12; font-size: 0.9rem;
  align-items: flex-start; gap: 0.65rem; flex-wrap: wrap;
}
.co-banner.show { display: flex; }
.co-banner strong { font-weight: 700; color: #5a4010; }
.co-banner.error { background: var(--red-100); border-color: rgba(230, 37, 49, 0.3); color: #a3141d; }
.co-block-head { margin: 0 0 1.15rem; max-width: 40rem; }
.co-block-head h2 { margin: 0 0 0.35rem; font-size: 1.35rem; color: var(--ink-900); }
.co-block-head p { margin: 0; font-size: 0.95rem; color: var(--body); line-height: 1.55; }
.co-block-head a { font-weight: 600; }

.co-plans {
  display: grid; gap: 1rem; grid-template-columns: 1fr;
  margin: 0 0 2rem;
}
@media (min-width: 900px) {
  .co-plans { grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
}
.co-plan {
  position: relative;
  display: flex; flex-direction: column; gap: 0.65rem;
  padding: 1.55rem 1.4rem 1.35rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  text-align: left; cursor: pointer;
  color: var(--ink-800);
  transition: transform 0.24s var(--ease), box-shadow 0.24s var(--ease), border-color 0.24s var(--ease);
}
.co-plan:hover { transform: translateY(-3px); box-shadow: var(--sh-3); border-color: var(--line-2); }
.co-plan.featured {
  border-color: rgba(230, 37, 49, 0.35);
  box-shadow: var(--sh-2);
}
.co-plan.is-selected {
  border-color: var(--ink-800);
  box-shadow: 0 0 0 2px rgba(43, 62, 80, 0.22), var(--sh-2);
}
.co-plan .co-badge {
  position: absolute; top: -0.55rem; left: 1.15rem;
  padding: 0.22rem 0.65rem; border-radius: 999px;
  background: var(--red); color: #fff;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
}
.co-plan-top {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 0.75rem;
}
.co-plan h3 { margin: 0; font-size: 1.2rem; letter-spacing: -0.02em; color: var(--ink-900); }
.co-plan-blurb { margin: 0.2rem 0 0; font-size: 0.88rem; color: var(--ink-mid); }
.co-plan-check {
  flex-shrink: 0;
  width: 1.45rem; height: 1.45rem; border-radius: 999px;
  border: 2px solid var(--line-2);
  background: var(--paper);
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.co-plan.is-selected .co-plan-check {
  border-color: var(--ink-800);
  background: var(--ink-800);
  box-shadow: inset 0 0 0 3px #fff;
}
.co-plan .amt {
  margin: 0.15rem 0 0;
  font-size: 2rem; font-weight: 700; letter-spacing: -0.03em; color: var(--ink-900);
}
.co-plan .amt small { font-size: 0.85rem; font-weight: 500; color: var(--muted); }
.co-plan-devices {
  margin: 0; font-size: 0.9rem; color: var(--ink-700);
  padding: 0.4rem 0.65rem;
  background: var(--tint-2); border-radius: 8px;
  width: fit-content;
}
.co-plan-devices strong { font-weight: 700; color: var(--ink-900); }
.co-plan ul {
  list-style: none; margin: 0.15rem 0 0; padding: 0;
  display: grid; gap: 0.4rem; flex: 1;
}
.co-plan ul li {
  position: relative; padding-left: 1.25rem;
  font-size: 0.9rem; color: var(--body); line-height: 1.4;
}
.co-plan ul li::before {
  content: ""; position: absolute; left: 0; top: 0.4rem;
  width: 0.55rem; height: 0.55rem; border-radius: 999px;
  background: var(--ok);
}
.co-plan-cta {
  display: block; margin-top: 0.55rem; padding: 0.75rem 0.9rem;
  text-align: center; border-radius: var(--r-sm);
  border: 1px solid var(--line-2);
  font-size: 0.92rem; font-weight: 650; color: var(--ink-800);
  background: #fff;
  box-shadow: var(--sh-1);
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease), color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.co-plan:hover .co-plan-cta { border-color: var(--ink-600); }
.co-plan.featured .co-plan-cta {
  background: var(--red); border-color: var(--red); color: #fff;
}
.co-plan.is-selected .co-plan-cta {
  background: var(--ink-800); border-color: var(--ink-800); color: #fff;
}

.co-layout { display: grid; gap: 1.35rem; }
@media (min-width: 980px) {
  .co-layout { grid-template-columns: 1.2fr 0.8fr; align-items: start; }
}
.co-panel {
  display: none; padding: 1.75rem 1.65rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-2);
  color: var(--ink-800);
}
.co-panel.show { display: block; animation: rise 0.4s var(--ease); }
@keyframes rise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.co-panel-head {
  margin: 0 0 1.35rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}
.co-panel-head h2 { margin: 0 0 0.3rem; font-size: 1.25rem; color: var(--ink-900); }
.co-panel-head p { margin: 0; font-size: 0.92rem; color: var(--muted); }
.co-form-grid {
  display: grid; gap: 0 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .co-form-grid { grid-template-columns: 1fr 1fr; }
}
.page-checkout .form-row label { color: var(--ink-700); }
.page-checkout .form-row input,
.page-checkout .form-row select {
  color: var(--ink-900);
  background: var(--tint);
  border-color: var(--line-2);
}
.page-checkout .form-row input::placeholder { color: var(--muted); opacity: 1; }
.page-checkout .form-row input:focus,
.page-checkout .form-row select:focus {
  background: #fff;
  border-color: var(--ink-600);
  box-shadow: 0 0 0 3px rgba(43, 62, 80, 0.12);
}
.co-field-hint {
  margin: 0.4rem 0 0; font-size: 0.8rem; color: var(--muted); line-height: 1.45;
}
.co-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.15rem; }
.co-status {
  margin: 0.85rem 0 0; min-height: 1.25em;
  font-size: 0.9rem; color: var(--ink-700);
}
.co-result {
  margin-top: 1.15rem; padding: 1.15rem 1.2rem;
  background: var(--tint-2); border: 1px solid var(--line);
  border-radius: var(--r);
  color: var(--ink-800);
}
.co-result .muted { color: var(--muted); }
.co-result code {
  color: var(--ink-900);
  background: rgba(43, 62, 80, 0.06);
  padding: 0.1em 0.35em;
  border-radius: 4px;
}
.co-result-title { margin: 0 0 0.45rem; font-weight: 700; color: var(--ink-900); }
.co-keybox {
  margin: 0.75rem 0 0; padding: 0.95rem 1rem;
  background: var(--ink-900); color: #d7e6f2;
  border-radius: var(--r-sm);
  font-family: ui-monospace, Menlo, monospace;
  font-size: 0.85rem; letter-spacing: 0.02em; word-break: break-all;
}
.co-side {
  display: grid; gap: 1rem;
}
@media (min-width: 980px) {
  .co-side { position: sticky; top: calc(var(--nav-h) + 1.25rem); }
}
.co-summary {
  padding: 1.45rem 1.4rem;
  background: linear-gradient(160deg, #101d29 0%, #1a2d3f 100%);
  color: #fff;
  border-radius: var(--r-lg);
  box-shadow: var(--sh-3);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.co-summary-label {
  margin: 0 0 0.35rem;
  font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: #9eb0c0;
}
.co-summary h3 { margin: 0; font-size: 1.35rem; color: #fff; }
.co-summary-price {
  margin: 0.45rem 0 1rem;
  font-size: 1.65rem; font-weight: 700; letter-spacing: -0.02em;
  color: #fff;
}
.co-summary-price small {
  display: block; margin-top: 0.15rem;
  font-size: 0.8rem; font-weight: 500; color: #9eb0c0;
}
.co-summary ul {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 0.4rem;
}
.co-summary li {
  position: relative; padding-left: 1.15rem;
  font-size: 0.9rem; color: #c8d6e2; line-height: 1.4;
}
.co-summary li::before {
  content: "✓"; position: absolute; left: 0; color: #7ddea0; font-weight: 700;
}
.co-summary-note {
  margin: 1.1rem 0 0; padding-top: 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.84rem; color: #9eb0c0; line-height: 1.5;
}
.co-side-card {
  padding: 1.25rem 1.3rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  color: var(--ink-800);
}
.co-side-card--soft { background: var(--tint); }
.co-side-card h3 { margin: 0 0 0.5rem; font-size: 1rem; color: var(--ink-900); }
.co-side-card p { margin: 0 0 0.85rem; font-size: 0.9rem; color: var(--body); line-height: 1.5; }
.co-next {
  margin: 0; padding: 0; list-style: none;
  display: grid; gap: 0.55rem; counter-reset: next;
}
.co-next li {
  position: relative; padding-left: 1.85rem;
  font-size: 0.9rem; color: var(--body); line-height: 1.45;
  counter-increment: next;
}
.co-next li::before {
  content: counter(next);
  position: absolute; left: 0; top: 0.05rem;
  width: 1.35rem; height: 1.35rem;
  display: grid; place-items: center;
  border-radius: 999px;
  background: var(--tint-2); color: var(--ink-800);
  font-size: 0.7rem; font-weight: 700;
}
.co-side-links {
  display: flex; flex-wrap: wrap; gap: 0.65rem 1.1rem;
  margin: 0; font-size: 0.88rem;
}
.co-side-links a { font-weight: 600; color: var(--ink-700); }
.co-side-links a:hover { color: var(--red); }

/* Trust chips — readable on light and dark heroes */
.co-trust-row {
  display: flex; flex-wrap: wrap; gap: 0.5rem;
  margin-top: 1.15rem;
}
.co-trust-row span {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  font-size: 0.82rem; font-weight: 600;
  color: var(--ink-800);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.co-trust-row span::before {
  content: "✓";
  color: var(--ok);
  font-weight: 700;
}
.page-checkout .co-hero .co-trust-row span {
  color: #0f1c28;
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.7);
}

.hp { position: absolute !important; left: -9999px !important; opacity: 0; pointer-events: none; }
.co-paths { display: grid; gap: 0.85rem; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); margin-top: 1.25rem; }
.co-path {
  display: flex; flex-direction: column; gap: 0.3rem;
  padding: 1.2rem 1.25rem; background: var(--tint);
  border: 1px solid var(--line); border-radius: var(--r); color: inherit;
  transition: transform 0.22s var(--ease), border-color 0.22s var(--ease);
}
.co-path:hover { transform: translateY(-2px); border-color: var(--ink); color: inherit; }
.co-path strong { font-size: 0.98rem; color: var(--ink-900); }
.co-path span { font-size: 0.86rem; color: var(--muted); }

/* --------------------------------------------------------------------------
   17. Auth (giriş / kayıt) + form kiti
   -------------------------------------------------------------------------- */
.auth-shell {
  display: flex; align-items: center; justify-content: center;
  min-height: calc(100vh - var(--topbar-h) - var(--nav-h) - 140px);
  padding: clamp(2rem, 5vw, 3.5rem) 1.25rem;
  background:
    radial-gradient(40rem 22rem at 50% -10%, rgba(43, 62, 80, 0.08), transparent 70%),
    var(--tint);
}
.auth-shell-inner { width: min(100%, 430px); }
.auth-card {
  padding: 1.85rem 1.65rem 1.55rem;
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--r-xl); box-shadow: var(--sh-3);
}
.auth-form-mark { margin: 0 0 1.15rem; }
.auth-form-mark img { height: 32px; width: auto; }
.auth-segment {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.25rem;
  padding: 0.28rem; margin-bottom: 1.35rem;
  background: var(--tint-2); border-radius: 10px;
}
.auth-segment-item {
  padding: 0.55rem; border-radius: 8px; text-align: center;
  font-size: 0.9rem; font-weight: 600; color: var(--muted);
  transition: background 0.22s var(--ease), color 0.22s var(--ease);
}
.auth-segment-item.is-active, .auth-segment-item[aria-current="page"] {
  background: var(--paper); color: var(--ink-900); box-shadow: var(--sh-1);
}
.auth-form { display: block; }

.home-reg-title { margin: 0 0 0.25rem; font-size: 1.3rem; }
.home-reg-sub { margin: 0 0 1.15rem; font-size: 0.89rem; color: var(--body); }
.home-reg-err {
  margin: 0 0 0.85rem; padding: 0.6rem 0.75rem; border-radius: var(--r-sm);
  background: var(--red-100); border: 1px solid rgba(230, 37, 49, 0.22);
  color: #a3141d; font-size: 0.86rem;
}
.home-reg-field { display: grid; gap: 0.3rem; margin-bottom: 0.8rem; }
.home-reg-field > span { font-size: 0.78rem; font-weight: 600; color: var(--ink-mid); }
.home-reg-field small { font-weight: 400; color: var(--muted); }
.home-reg-field input, .home-reg-field select {
  width: 100%; padding: 0.7rem 0.85rem;
  font: inherit; font-size: 0.95rem; color: var(--ink-800);
  background: var(--tint); border: 1px solid var(--line); border-radius: var(--r-sm);
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.home-reg-field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16'%3E%3Cpath d='M4 6l4 4 4-4' fill='none' stroke='%237d8f9f' stroke-width='1.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 0.85rem center;
  padding-right: 2.3rem;
}
.home-reg-field input:focus, .home-reg-field select:focus {
  outline: none; background: var(--paper);
  border-color: var(--ink); box-shadow: 0 0 0 3px rgba(43, 62, 80, 0.1);
}
.home-reg-field input::placeholder { color: #a8b6c2; }
.home-reg-submit { width: 100%; margin-top: 0.4rem; }
.home-reg-legal { margin: 0.9rem 0 0; font-size: 0.78rem; color: var(--muted); line-height: 1.5; }
.home-reg-legal a { font-weight: 600; color: var(--ink); }
.home-reg-forgot { margin: 0.15rem 0 0.85rem; text-align: right; font-size: 0.84rem; }
.auth-pass-wrap { position: relative; display: block; }
.auth-pass-wrap input { padding-right: 4.4rem; }
.auth-pass-toggle {
  position: absolute; right: 0.5rem; top: 50%; transform: translateY(-50%);
  padding: 0.35rem 0.45rem; font-size: 0.8rem; font-weight: 600; color: var(--muted);
}
.auth-pass-toggle:hover { color: var(--ink); }

/* --------------------------------------------------------------------------
   18. Final CTA
   -------------------------------------------------------------------------- */
.final-cta {
  position: relative; isolation: isolate; overflow: hidden;
  padding: clamp(3rem, 5vw, 4.25rem) 0;
  background: var(--ink-900); color: #fff;
}
.final-cta::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(40rem 20rem at 12% 0%, rgba(230, 37, 49, 0.2), transparent 65%),
    radial-gradient(38rem 22rem at 88% 100%, rgba(43, 62, 80, 0.65), transparent 70%);
}
.final-inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.75rem;
}
.final-cta .eyebrow, .final-cta .mk-eyebrow { color: #ff8f97; }
.final-cta .eyebrow::before, .final-cta .mk-eyebrow::before { background: #ff8f97; }
.final-cta h2 { color: #fff; margin-bottom: 0.4em; max-width: 20ch; }
.final-cta p { margin: 0; max-width: 36rem; color: var(--on-dark); }
.final-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; }

/* --------------------------------------------------------------------------
   19. Footer
   -------------------------------------------------------------------------- */
.foot {
  position: relative;
  padding: clamp(2.75rem, 5vw, 4rem) 0 calc(1.5rem + env(safe-area-inset-bottom, 0px));
  background: var(--ink-900);
  color: var(--on-dark-soft);
  font-size: 0.92rem;
}
.foot::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--red) 0%, var(--red) 10%, rgba(230, 37, 49, 0) 42%);
}
.foot a { color: rgba(255, 255, 255, 0.72); }
.foot a:hover { color: #fff; }
.foot h4 {
  margin: 0 0 0.85rem; color: #fff;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase;
}
.foot-grid, .foot-grid--v46 {
  display: grid; gap: 2rem;
  grid-template-columns: 1.5fr repeat(5, minmax(0, 1fr));
  padding-bottom: 2.25rem;
  border-bottom: 1px solid var(--line-dark);
}
@media (max-width: 1080px) { .foot-grid, .foot-grid--v46 { grid-template-columns: 1fr 1fr 1fr; } }
@media (max-width: 720px) { .foot-grid, .foot-grid--v46 { grid-template-columns: 1fr 1fr; gap: 1.75rem; } }
@media (max-width: 480px) { .foot-grid, .foot-grid--v46 { grid-template-columns: 1fr; } }
.foot-grid > div:not(.foot-brand) a { display: block; padding: 0.26rem 0; font-size: 0.9rem; }
.foot-brand { grid-column: span 1; }
@media (max-width: 1080px) { .foot-brand { grid-column: 1 / -1; } }
.foot-brand p { margin: 1rem 0 0; max-width: 30ch; font-size: 0.89rem; line-height: 1.6; }
.foot-brand .logo img { height: 28px; opacity: 0.95; }
.foot-support { display: grid; gap: 0.2rem; margin-top: 1rem; }
.foot-support a { font-size: 0.89rem; font-weight: 500; }
.foot-bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.75rem;
  padding-top: 1.35rem; font-size: 0.8rem; color: rgba(255, 255, 255, 0.42);
}

/* --------------------------------------------------------------------------
   20. Preloader
   -------------------------------------------------------------------------- */
.qk-preloader {
  position: fixed; inset: 0; z-index: 12000;
  display: grid; place-items: center; background: var(--paper);
  transition: opacity 0.45s var(--ease), visibility 0.45s;
}
.qk-preloader.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.qk-preloader-inner { text-align: center; }
.qk-preloader-mark { position: relative; display: inline-block; }
.qk-preloader-mark img { height: 40px; width: auto; margin-inline: auto; }
.qk-preloader-pulse {
  position: absolute; inset: -14px -10px; border-radius: 50%;
  border: 2px solid rgba(230, 37, 49, 0.22);
  animation: qk-pulse 1.3s var(--ease) infinite;
}
@keyframes qk-pulse { 0% { transform: scale(0.85); opacity: 0.9; } 100% { transform: scale(1.3); opacity: 0; } }
.qk-preloader-brand { margin: 1rem 0 0; font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
html.is-loading,
html.is-loading body { overflow: hidden; }
html:not(.is-loading):not(.drawer-open) body {
  overflow-x: visible;
  overflow-y: auto;
}

/* --------------------------------------------------------------------------
   21. Reveal
   -------------------------------------------------------------------------- */
[data-reveal] { opacity: 1; transform: none; }
.js [data-reveal] {
  opacity: 0; transform: translateY(18px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.js [data-reveal].in { opacity: 1; transform: none; }
.js [data-reveal][data-delay="1"] { transition-delay: 0.09s; }
.js [data-reveal][data-delay="2"] { transition-delay: 0.18s; }
.js [data-reveal][data-delay="3"] { transition-delay: 0.27s; }

/* --------------------------------------------------------------------------
   22. Yazdırma
   -------------------------------------------------------------------------- */
@media print {
  .topbar, .nav, .drawer, .qk-preloader, .foot { display: none !important; }
  body { color: #000; }
}

/* --------------------------------------------------------------------------
   23. Hakkımızda
   -------------------------------------------------------------------------- */
.about-story {
  display: grid; gap: 2.25rem; align-items: center;
}
@media (min-width: 900px) {
  .about-story { grid-template-columns: 1.05fr 0.95fr; gap: 3.25rem; }
}
.about-story-copy p { font-size: 1.02rem; line-height: 1.75; color: var(--body); }
.about-story-copy p + p { margin-top: 1rem; }
.about-story-media {
  margin: 0; border-radius: var(--r-xl); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--sh-3);
  aspect-ratio: 3 / 4; max-height: 560px;
}
.about-story-media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.about-pillars {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.about-pillar {
  padding: 1.45rem 1.35rem;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg);
}
.about-pillar .ic {
  width: 40px; height: 40px; border-radius: 12px;
  background: var(--red-100); margin-bottom: 0.9rem;
}
.about-pillar h3 { margin: 0 0 0.4rem; font-size: 1.05rem; }
.about-pillar p { margin: 0; font-size: 0.93rem; color: var(--body); }
.about-facts {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  margin-top: 0.5rem;
}
.about-fact {
  padding: 1.25rem 1.15rem;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r);
  text-align: center;
}
.about-fact strong {
  display: block; font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 700; letter-spacing: -0.03em; color: var(--ink-800); line-height: 1.1;
}
.about-fact span { display: block; margin-top: 0.35rem; font-size: 0.85rem; color: var(--muted); }
.about-contact-grid {
  display: grid; gap: 0.85rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.about-contact-card {
  display: flex; flex-direction: column; gap: 0.25rem;
  padding: 1.25rem 1.3rem;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg);
  color: inherit;
}
.about-contact-card:hover { border-color: var(--ink); color: inherit; }
.about-contact-card small { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.about-contact-card strong { font-size: 1.02rem; color: var(--ink-800); }
.about-contact-card span { font-size: 0.88rem; color: var(--body); }

/* --------------------------------------------------------------------------
   26. Kayıt sayfası (rahat split)
   -------------------------------------------------------------------------- */
.page-auth-register .auth-shell {
  align-items: stretch;
  min-height: calc(100vh - var(--topbar-h) - var(--nav-h));
  padding: 0;
  background: var(--tint);
}
.auth-split {
  display: grid; width: min(100%, 1080px); margin: 0 auto;
  min-height: inherit;
}
@media (min-width: 900px) {
  .auth-split { grid-template-columns: 1fr 1fr; }
}
.auth-split-aside {
  display: none; flex-direction: column; justify-content: center; gap: 1.5rem;
  padding: clamp(2rem, 4vw, 3.25rem);
  background:
    radial-gradient(28rem 18rem at 20% 10%, rgba(230, 37, 49, 0.22), transparent 60%),
    radial-gradient(24rem 16rem at 90% 90%, rgba(43, 62, 80, 0.45), transparent 65%),
    linear-gradient(160deg, var(--ink-800), var(--ink-900));
  color: #fff;
}
@media (min-width: 900px) { .auth-split-aside { display: flex; } }
.auth-split-aside .eyebrow { color: #ff9aa0; }
.auth-split-aside h1 {
  margin: 0; font-size: clamp(1.7rem, 2.4vw, 2.35rem);
  letter-spacing: -0.03em; line-height: 1.15; color: #fff;
}
.auth-split-aside p { margin: 0; color: var(--on-dark); font-size: 1.02rem; line-height: 1.65; max-width: 28rem; }
.auth-split-aside ul {
  list-style: none; padding: 0; margin: 0.5rem 0 0;
  display: grid; gap: 0.7rem;
}
.auth-split-aside li {
  display: flex; gap: 0.7rem; align-items: flex-start;
  font-size: 0.95rem; color: rgba(255,255,255,0.86); line-height: 1.45;
}
.auth-split-aside li::before {
  content: ""; flex-shrink: 0; width: 8px; height: 8px; margin-top: 0.45rem;
  border-radius: 50%; background: var(--ok);
  box-shadow: 0 0 0 4px rgba(23, 166, 115, 0.18);
}
.auth-split-main {
  display: flex; align-items: center; justify-content: center;
  padding: clamp(1.75rem, 4vw, 3rem) 1.25rem;
}
.page-auth-register .auth-shell-inner { width: min(100%, 460px); }
.page-auth-register .auth-card { padding: 2rem 1.75rem 1.65rem; border-radius: var(--r-xl); }
.page-auth-register .home-reg-title { font-size: 1.45rem; }
.page-auth-register .home-reg-field + .home-reg-field { margin-top: 0.85rem; }
.page-auth-register .home-reg-submit { margin-top: 1rem; padding-top: 0.95rem; padding-bottom: 0.95rem; }

/* --------------------------------------------------------------------------
   27. qk-tip (? açıklama)
   -------------------------------------------------------------------------- */
.qk-tip {
  --tip-w: min(18rem, calc(100vw - 2.5rem));
  position: relative;
  display: inline-grid; place-items: center;
  width: 1.15rem; height: 1.15rem; margin-left: 0.28rem;
  vertical-align: middle;
  border-radius: 999px;
  border: 1px solid var(--line-2);
  background: var(--tint-2);
  color: var(--muted);
  font-size: 0.68rem; font-weight: 700; line-height: 1;
  cursor: help;
  flex-shrink: 0;
  z-index: 1;
  transition: background 0.18s var(--ease), color 0.18s var(--ease), border-color 0.18s var(--ease);
}
.qk-tip:hover, .qk-tip:focus-visible, .qk-tip.is-open {
  background: var(--ink-800); color: #fff; border-color: var(--ink-800); outline: none;
  z-index: 80;
}
.qk-tip::after {
  content: attr(data-tip);
  position: absolute; z-index: 80;
  left: 50%; bottom: calc(100% + 0.55rem);
  transform: translateX(-50%) translateY(4px);
  width: var(--tip-w);
  padding: 0.7rem 0.85rem;
  border-radius: var(--r);
  background: var(--ink-900); color: rgba(255,255,255,0.92);
  font-size: 0.8rem; font-weight: 500; line-height: 1.45; letter-spacing: 0;
  text-align: left; text-transform: none;
  box-shadow: var(--sh-3);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.18s var(--ease), visibility 0.18s, transform 0.18s var(--ease);
}
.qk-tip::before {
  content: "";
  position: absolute; z-index: 81;
  left: 50%; bottom: calc(100% + 0.3rem);
  transform: translateX(-50%);
  border: 6px solid transparent; border-top-color: var(--ink-900);
  opacity: 0; visibility: hidden;
  transition: opacity 0.18s var(--ease), visibility 0.18s;
}
.qk-tip:hover::after, .qk-tip:hover::before,
.qk-tip:focus-visible::after, .qk-tip:focus-visible::before,
.qk-tip.is-open::after, .qk-tip.is-open::before {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0);
}
.qk-tip.is-open::before, .qk-tip:hover::before, .qk-tip:focus-visible::before {
  transform: translateX(-50%);
}
/* Matris: sticky kategori satırının altına düşmesin → balon aşağı açılsın + satır z-index */
.mk-matrix tbody th:has(.qk-tip:hover),
.mk-matrix tbody th:has(.qk-tip:focus-visible),
.mk-matrix tbody th:has(.qk-tip.is-open) {
  z-index: 25;
}
.mk-matrix .qk-tip::after {
  left: 0; right: auto;
  top: calc(100% + 0.5rem); bottom: auto;
  transform: translateX(0) translateY(-4px);
}
.mk-matrix .qk-tip:hover::after,
.mk-matrix .qk-tip:focus-visible::after,
.mk-matrix .qk-tip.is-open::after {
  transform: translateX(0) translateY(0);
}
.mk-matrix .qk-tip::before {
  left: 0.55rem; right: auto;
  top: calc(100% + 0.25rem); bottom: auto;
  transform: none;
  border: 6px solid transparent;
  border-bottom-color: var(--ink-900);
  border-top-color: transparent;
}
.mk-matrix th .qk-tip { margin-top: -1px; }
/* SSS: summary overflow/stacking */
.mk-faq summary { position: relative; z-index: 1; overflow: visible; }
.mk-faq summary:has(.qk-tip:hover),
.mk-faq summary:has(.qk-tip:focus-visible),
.mk-faq summary:has(.qk-tip.is-open) { z-index: 30; }
.mk-faq .qk-tip::after {
  left: auto; right: 0;
  transform: translateX(0) translateY(4px);
  width: min(18rem, calc(100vw - 3rem));
}
.mk-faq .qk-tip:hover::after,
.mk-faq .qk-tip:focus-visible::after,
.mk-faq .qk-tip.is-open::after { transform: translateX(0) translateY(0); }
.mk-faq .qk-tip::before { left: auto; right: 0.55rem; transform: none; }

h3 .qk-tip, h2 .qk-tip, .hm-diff h3 .qk-tip, .pos-feat h3 .qk-tip,
.pos-highlights h3 .qk-tip, .mk-card h3 .qk-tip {
  margin-left: 0.35rem;
}
a .qk-tip { text-decoration: none; color: var(--muted); }
a:hover .qk-tip { color: var(--muted); }

/* --------------------------------------------------------------------------
   28. Blog magazine
   -------------------------------------------------------------------------- */
.page-blog .blog-mag-hero {
  position: relative; isolation: isolate; overflow: hidden;
  padding: clamp(2.25rem, 5vw, 3.75rem) 0 clamp(2.5rem, 5vw, 3.5rem);
  background: var(--ink-900); color: #fff;
}
.page-blog .blog-mag-hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(42rem 22rem at 85% 10%, rgba(230, 37, 49, 0.28), transparent 60%),
    radial-gradient(36rem 20rem at 10% 90%, rgba(43, 62, 80, 0.7), transparent 65%);
}
.page-blog .blog-mag-hero .breadcrumb a { color: rgba(255,255,255,0.7); }
.page-blog .blog-mag-hero .breadcrumb span { color: rgba(255,255,255,0.35); }
.page-blog .blog-mag-hero h1 {
  margin: 0.6rem 0 0.75rem;
  font-size: clamp(2.2rem, 1.4rem + 3vw, 3.4rem);
  letter-spacing: -0.035em; line-height: 1.08; color: #fff;
}
.page-blog .blog-mag-hero .lede {
  margin: 0; max-width: 34rem;
  font-size: 1.08rem; color: var(--on-dark); line-height: 1.6;
}
.blog-filters {
  display: flex; flex-wrap: wrap; gap: 0.45rem;
  margin-top: 1.5rem;
}
.blog-filters button {
  padding: 0.42rem 0.85rem; border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.85);
  font-size: 0.82rem; font-weight: 600;
  transition: background 0.18s var(--ease), border-color 0.18s var(--ease), color 0.18s var(--ease);
}
.blog-filters button:hover { background: rgba(255,255,255,0.12); color: #fff; }
.blog-filters button.is-active {
  background: #fff; color: var(--ink-900); border-color: #fff;
}

.blog-mag {
  display: grid; gap: 1.25rem;
}
.blog-mag-feature {
  display: grid; gap: 0; overflow: hidden;
  border-radius: var(--r-xl); border: 1px solid var(--line);
  background: var(--paper); color: inherit;
  box-shadow: var(--sh-2);
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease);
}
.blog-mag-feature:hover { transform: translateY(-3px); box-shadow: var(--sh-3); color: inherit; }
@media (min-width: 900px) {
  .blog-mag-feature { grid-template-columns: 1.15fr 0.85fr; min-height: 380px; }
}
.blog-mag-media {
  position: relative; min-height: 220px; overflow: hidden;
  background: var(--ink-800);
}
.blog-mag-media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.6s var(--ease);
}
.blog-mag-feature:hover .blog-mag-media img { transform: scale(1.04); }
.blog-mag-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(11,19,27,0.45) 100%);
  pointer-events: none;
}
@media (min-width: 900px) {
  .blog-mag-media::after {
    background: linear-gradient(90deg, transparent 50%, rgba(11,19,27,0.08) 100%);
  }
}
.blog-mag-copy {
  display: grid; gap: 0.65rem; align-content: center;
  padding: clamp(1.4rem, 3vw, 2.25rem);
}
.blog-mag-copy h2 {
  margin: 0; font-size: clamp(1.45rem, 1.1rem + 1.4vw, 2rem);
  letter-spacing: -0.03em; line-height: 1.2; color: var(--ink-800);
}
.blog-mag-feature:hover .blog-mag-copy h2 { color: var(--red); }
.blog-mag-copy p { margin: 0; color: var(--body); font-size: 1.02rem; line-height: 1.65; }
.blog-mag-meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.55rem;
  font-size: 0.82rem; color: var(--muted);
}
.blog-mag-cta {
  display: inline-flex; align-items: center; gap: 0.4rem;
  margin-top: 0.35rem; font-weight: 700; color: var(--red); font-size: 0.95rem;
}

.blog-mag-grid {
  display: grid; gap: 1.15rem;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .blog-mag-grid { grid-template-columns: repeat(3, 1fr); }
}
.blog-mag-card {
  display: flex; flex-direction: column;
  overflow: hidden; border-radius: var(--r-lg);
  border: 1px solid var(--line); background: var(--paper); color: inherit;
  transition: transform 0.24s var(--ease), box-shadow 0.24s var(--ease), border-color 0.24s var(--ease);
}
.blog-mag-card:hover {
  transform: translateY(-4px); box-shadow: var(--sh-2); border-color: var(--line-2); color: inherit;
}
.blog-mag-card-media {
  position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--ink-800);
}
.blog-mag-card-media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.5s var(--ease);
}
.blog-mag-card:hover .blog-mag-card-media img { transform: scale(1.05); }
.blog-mag-card-body {
  display: grid; gap: 0.45rem; padding: 1.2rem 1.2rem 1.35rem; flex: 1;
}
.blog-mag-card-body h3 {
  margin: 0; font-size: 1.08rem; line-height: 1.3; color: var(--ink-800);
}
.blog-mag-card:hover .blog-mag-card-body h3 { color: var(--red); }
.blog-mag-card-body p { margin: 0; font-size: 0.9rem; color: var(--body); line-height: 1.5; }
.blog-mag-card[hidden] { display: none !important; }

/* --------------------------------------------------------------------------
   29. Plan matrisi (modern)
   -------------------------------------------------------------------------- */
.mk-matrix-wrap {
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  border: 1px solid var(--line); border-radius: var(--r-xl);
  background: var(--paper); box-shadow: var(--sh-1);
}
.mk-matrix {
  width: 100%; border-collapse: collapse; font-size: 0.93rem; min-width: 640px;
}
.mk-matrix th, .mk-matrix td {
  padding: 1rem 1.15rem; text-align: center; border-bottom: 1px solid var(--line);
  vertical-align: middle;
}
.mk-matrix tbody th {
  text-align: left; font-weight: 600; color: var(--ink-800);
  position: sticky; left: 0; z-index: 1;
  background: var(--paper); min-width: 12.5rem;
}
.mk-matrix thead th {
  background: var(--tint);
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--ink-700); border-bottom: 1px solid var(--line-2);
  position: sticky; top: 0; z-index: 3;
}
.mk-matrix thead th:first-child { text-align: left; position: sticky; left: 0; z-index: 2; }
.mk-matrix tbody tr:last-child td, .mk-matrix tbody tr:last-child th { border-bottom: 0; }
.mk-matrix tbody tr:hover td { background: var(--tint); }
.mk-matrix tbody tr:hover th { background: var(--tint-2); }
.mk-matrix .feat-label {
  display: inline-flex; align-items: center; gap: 0.15rem;
  flex-wrap: wrap;
}
.mk-matrix .feat-sub {
  display: block; margin-top: 0.2rem;
  font-size: 0.78rem; font-weight: 500; color: var(--muted); line-height: 1.35;
}
.mk-check, .mk-dash {
  display: inline-grid; place-items: center;
  width: 1.65rem; height: 1.65rem; border-radius: 999px;
  font-size: 0.85rem; font-weight: 700;
}
.mk-check { background: var(--ok-soft); color: var(--ok); }
.mk-dash { background: var(--tint-2); color: var(--muted); font-weight: 500; }
.mk-matrix .mk-num {
  font-weight: 700; font-size: 1.05rem; color: var(--ink-800);
  font-variant-numeric: tabular-nums;
}
.mk-matrix-note {
  margin: 1rem 0 0; text-align: center;
  font-size: 0.85rem; color: var(--muted);
}
.mk-matrix-note .qk-tip { margin-left: 0.2rem; }
.mk-matrix-cat th {
  background: var(--tint-2);
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted);
  padding: 0.7rem 1.15rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
  position: sticky; left: 0; z-index: 1;
}
.mk-matrix-cat + tr th { padding-top: 1.05rem; }
.mk-matrix-cat[id] { scroll-margin-top: calc(var(--nav-h) + 24px); }

/* --------------------------------------------------------------------------
   30. Fiyatlar sayfası (v66)
   -------------------------------------------------------------------------- */
.page-pricing .pr-trust {
  display: flex; flex-wrap: wrap; gap: 0.5rem;
  margin-top: 1.15rem;
}
.page-pricing .pr-trust span {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  font-size: 0.82rem; font-weight: 600;
  color: var(--ink-800);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.page-pricing .pr-trust span::before {
  content: "✓";
  color: var(--ok);
  font-weight: 700;
}

.pr-plans {
  position: relative; isolation: isolate;
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(2.75rem, 5vw, 3.75rem);
  background:
    radial-gradient(42rem 20rem at 10% 0%, rgba(230, 37, 49, 0.06), transparent 60%),
    radial-gradient(36rem 18rem at 90% 100%, rgba(43, 62, 80, 0.06), transparent 65%),
    linear-gradient(180deg, var(--tint-2) 0%, var(--paper) 55%);
}
.pr-plans .mk-head { margin-bottom: 1.75rem; }
.pr-assure {
  display: grid; gap: 0.85rem;
  grid-template-columns: 1fr;
  margin: 1.75rem 0 0;
}
@media (min-width: 800px) {
  .pr-assure { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
}
.pr-assure-item {
  padding: 1.05rem 1.2rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r);
  display: grid; gap: 0.2rem;
}
.pr-assure-item strong { font-size: 0.95rem; color: var(--ink-900); }
.pr-assure-item span { font-size: 0.86rem; color: var(--muted); }
.pr-foot-note {
  margin: 1.25rem 0 0; text-align: center;
  font-size: 0.9rem; color: var(--muted);
}
.pr-foot-note a { font-weight: 600; }

.pr-matrix-jump {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 0.45rem;
  margin: 0 0 1.25rem;
}
.pr-matrix-jump a {
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--paper);
  font-size: 0.82rem; font-weight: 600; color: var(--ink-700);
  transition: background 0.18s var(--ease), border-color 0.18s var(--ease), color 0.18s var(--ease);
}
.pr-matrix-jump a:hover {
  background: var(--tint); border-color: var(--line-2); color: var(--ink-900);
}

.pr-faq-wrap { max-width: 44rem; margin-inline: auto; }
.page-pricing .mk-faq { margin-top: 0.5rem; }
.page-pricing .final-cta .btn-ghost {
  border-color: rgba(255, 255, 255, 0.35); color: #fff;
}
.page-pricing .final-cta .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.1); border-color: #fff;
}

/* --------------------------------------------------------------------------
   31. POS demo video band
   -------------------------------------------------------------------------- */
.qk-video {
  position: relative; isolation: isolate; overflow: hidden;
  padding: clamp(2.75rem, 5vw, 4.25rem) 0;
  background: #2b3e50;
  color: #fff;
}
.qk-video-head { text-align: center; margin: 0 auto 1.75rem; max-width: 36rem; }
.qk-video-head .mk-eyebrow { color: rgba(255, 255, 255, 0.78); justify-content: center; }
.qk-video-head .mk-eyebrow::before { background: rgba(255, 255, 255, 0.78); }
.qk-video-head h2 { margin: 0 0 0.45rem; color: #fff; }
.qk-video-head p { margin: 0; color: #fff; font-size: 1.02rem; line-height: 1.55; }
.qk-video-frame {
  position: relative;
  max-width: 1080px; margin: 0 auto;
  border-radius: var(--r-xl);
  overflow: hidden;
  /* border: 1px solid rgba(255, 255, 255, 0.12); */
  /* box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35); */
  /* background: #2b3e50; */
  aspect-ratio: 16 / 9;
}
.qk-video-el {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  background: #2b3e50;
}
.qk-video-play {
  position: absolute; inset: 0; z-index: 2;
  display: grid; place-content: center; justify-items: center; gap: 0.55rem;
  margin: 0; padding: 0; border: 0; cursor: pointer;
  background: rgba(43, 62, 80, 0.35);
  color: #fff; font: inherit; font-weight: 600; font-size: 0.95rem;
  transition: background 0.25s var(--ease), opacity 0.25s var(--ease);
}
.qk-video-play:hover { background: rgba(43, 62, 80, 0.2); }
.qk-video-frame.is-playing .qk-video-play {
  opacity: 0; pointer-events: none;
}
.qk-video-play-ico {
  width: 4rem; height: 4rem; border-radius: 999px;
  display: grid; place-items: center;
  background: var(--red);
  box-shadow: 0 10px 28px rgba(230, 37, 49, 0.45);
}
.qk-video-play-ico::before {
  content: "";
  width: 0; height: 0;
  margin-left: 3px;
  border-style: solid;
  border-width: 0.55rem 0 0.55rem 0.9rem;
  border-color: transparent transparent transparent #fff;
}
.qk-video-note {
  margin: 1.1rem 0 0; text-align: center;
  font-size: 0.88rem; color: #fff;
}
.qk-video-note a { color: #fff; font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
  .qk-video-frame.is-playing .qk-video-play { opacity: 1; pointer-events: auto; }
}

/* Windows SAC / kurulum rehberi */
.guide-prose { max-width: 40rem; }
.guide-callout {
  margin: 0 0 1.5rem; padding: 1.1rem 1.25rem;
  border-radius: var(--r); border: 1px solid var(--line);
  background: var(--tint);
}
.guide-callout strong { display: block; margin-bottom: 0.35rem; color: var(--ink-800); }
.guide-callout p { margin: 0; font-size: 0.95rem; }
.guide-callout--info { border-left: 3px solid var(--ink-800); }
.guide-callout--warn {
  background: var(--warn-soft, #fff6e8);
  border-color: #efd2a8;
  border-left: 3px solid #c9851a;
}
.guide-compare {
  display: grid; gap: 0.85rem;
  grid-template-columns: 1fr;
  margin: 1.15rem 0 1.5rem;
}
@media (min-width: 720px) {
  .guide-compare { grid-template-columns: 1fr 1fr; }
  .guide-compare--3 { grid-template-columns: repeat(3, 1fr); }
}
.guide-compare article {
  padding: 1.1rem 1.15rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r);
}
.guide-compare h3 { margin: 0 0 0.4rem; font-size: 1rem; }
.guide-compare p { margin: 0; font-size: 0.9rem; color: var(--body); line-height: 1.55; }
.guide-steps {
  margin: 1rem 0 1.5rem; padding-left: 1.35rem;
  display: grid; gap: 0.55rem;
  list-style: decimal;
}
.guide-steps li { line-height: 1.65; }
.guide-code {
  margin: 0.85rem 0 1.25rem; padding: 1rem 1.15rem;
  background: var(--ink-900); color: #e8eef4;
  border-radius: var(--r); overflow-x: auto;
  font-size: 0.86rem; line-height: 1.5;
}
/* Global `code` uses light tint bg + ink color — reset so text stays visible on dark pre. */
.guide-code code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  color: #e8eef4;
  background: transparent;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
}
.guide-help {
  margin-top: 1.75rem; padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  font-size: 0.95rem; color: var(--muted);
}
.guide-help a { font-weight: 600; }
.guide-prose blockquote {
  margin: 1rem 0 1.35rem; padding: 0.9rem 1.15rem;
  border-left: 3px solid var(--red);
  background: var(--tint);
  border-radius: 0 var(--r) var(--r) 0;
}
.guide-prose blockquote p { margin: 0.25rem 0; color: var(--ink-700); font-weight: 500; }
