/* ===================================================================
   Website Satış Sayfası — original design system
   =================================================================== */

:root {
  --c-bg: #FBFBFA;
  --c-bg-2: #F4F4F1;
  --c-surface: #ffffff;
  --c-surface-2: #ffffff;
  --c-ink: #1A1F2E;
  --c-ink-soft: #4B5364;
  --c-muted: #8A93A3;
  --c-line: #ECEDE9;
  --c-line-2: #E3E5DF;

  --c-mint: #4DD4AC;
  --c-accent-rgb: 77, 212, 172;
  --c-mint-deep: #2FB58D;
  --c-mint-soft: #E8FAF3;

  --c-coral: #FF7886;
  --c-coral-soft: #FFE5E8;

  --c-amber: #FFB845;
  --c-amber-soft: #FFF1D8;

  --c-indigo: #6E7CF2;
  --c-indigo-soft: #ECEEFF;

  --c-violet: #B58CF0;
  --c-violet-soft: #F1E9FE;

  /* Website kartı hover butonları (Canlı Gör): turuncu + koyu-mavi/mavi arası */
  --c-live-orange: #FF7300;
  --c-live-blue: #2F7BEA;

  --shadow-sm: 0 2px 6px rgba(20, 30, 50, .04), 0 1px 2px rgba(20, 30, 50, .03);
  --shadow-md: 0 8px 24px rgba(20, 30, 50, .06), 0 2px 6px rgba(20, 30, 50, .04);
  --shadow-lg: 0 24px 60px rgba(20, 30, 50, .12), 0 4px 12px rgba(20, 30, 50, .06);
  --shadow-xl: 0 40px 100px rgba(20, 30, 50, .18);

  /* MERKEZÎ KART GÖLGESİ (V5) — tüm sayfalarda ortak; buradan değiştir, her yerde uyar.
     Hover gölgesi dinamik primary'ye bağlı (--wsell-primary-rgb head'de basılır). */
  --ws-shadow: 0 12px 34px rgba(20,30,50,.10);
  --ws-shadow-hover: 0 18px 46px rgba(var(--wsell-primary-rgb, 110,124,242), .20);
  --ws-lift: -4px;

  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --radius-xl: 0px;

  --maxw: 1320px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
/* SCROLLBAR REFLOW FIX (2026-08-23): scrollbar yer tutmadığından her gezinmede içerik yüklenene
   kadar viewport tam genişlik → içerik gelip dikey scrollbar çıkınca ~15px daralıyor → header/menü
   yeniden diziliyor ("menüler küçülüyor büyüyor / sıfırdan yükleniyor"). scrollbar-gutter:stable
   scrollbar yerini HER ZAMAN rezerve eder → genişlik hiç değişmez, reflow biter. */
html { scrollbar-gutter: stable; }
body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: var(--c-ink);
  background: var(--c-bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
a { color: inherit; text-decoration: none; }

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

/* ============================================================
   ORTAK SWIRL ARKA PLAN (.wsell-swirl-bg)
   Haikei swirl deseni MASKE olarak → içi dinamik primary (--wsell-primary).
   Koyuluk: --swirl (varsayılan .06). Kullanım: sayfanın ana kabına
   `wsell-swirl-bg` sınıfı ekle; gerekirse style="--swirl:.04".
   SVG TEK YERDE — yeni sayfa eklemek tek sınıf. Renk panelden dinamik gelir.
   ============================================================ */
/* ORTAK SECTION ALTERNASYONU (.wsell-alt-sec) — loop olmayan çok-section'lu sayfalar için
   (hizmet-paket-detay, demo-goster vb). Anasayfa motoruyla AYNI görünüm: tek section beyaz,
   çift section ortası primary-soft + kenarları beyaza fade (çizgisiz yumuşak geçiş).
   Hero (ilk section) ve koyu CTA'lar hariç. Renk --wsell-primary'den (pakete göre) dinamik. */
.wsell-alt-sec > section:nth-of-type(2n):not([data-nobg]):not(.hd-cta):not(.sw-cta-band):not(.home-bayi-cta) {
  background:
    linear-gradient(180deg, #ffffff 0%,
      color-mix(in srgb, var(--wsell-primary, #E88E3A) 8%, #ffffff) 26%,
      color-mix(in srgb, var(--wsell-primary, #E88E3A) 8%, #ffffff) 74%,
      #ffffff 100%) !important;
}
.wsell-alt-sec > section:nth-of-type(2n+1):not(:first-of-type):not([data-nobg]):not(.hd-cta):not(.sw-cta-band):not(.home-bayi-cta) {
  background: #ffffff !important;
}

/* Tekil section'a yumuşak primary-soft zemin (kenarlar beyaza fade → çizgisiz). Anasayfa deseniyle aynı. */
.wsell-soft-sec {
  background:
    linear-gradient(180deg, #ffffff 0%,
      color-mix(in srgb, var(--wsell-primary, #E88E3A) 8%, #ffffff) 26%,
      color-mix(in srgb, var(--wsell-primary, #E88E3A) 8%, #ffffff) 74%,
      #ffffff 100%) !important;
}

.wsell-swirl-bg { position: relative; z-index: 0; }
.wsell-swirl-bg > * { position: relative; z-index: 1; }
/* SADECE SOL ÜST köşeye beyaz açılım (primary'nin yoğun olduğu köşeyi açar).
   Varsayılan kapalı (--swirl-topfade:0); ilgili sayfa 1 yapınca devreye girer. */
.wsell-swirl-bg::after {
  content: ''; position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(ellipse 70% 62% at top left, #ffffff 0%, #ffffff 22%, rgba(255,255,255,0) 62%);
  opacity: var(--swirl-topfade, 0);
}
/* Alt dalga (BG-1) — dinamik primary maske */
.wsell-swirl-bg::before {
  content: ''; position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background: var(--wsell-primary, #4DD4AC);
  opacity: var(--swirl, .14);
  -webkit-mask: url(../BG-1.webp) center / cover no-repeat;
          mask: url(../BG-1.webp) center / cover no-repeat;
}

/* ------------------------------------------------------------ Header */
/* FOUC önleme: navbar CSS'i yüklenene dek header gizli + ilk karede geçiş yok.
   AMA sunucu-render header (data-server-rendered) hariç: markup ilk karede hazır ve
   home-nav.css render-blocking <link> ile head'de → JS'in hb-css-ready eklemesini
   beklemeye gerek yok. Aksi halde her sayfa geçişinde header "önce boş sonra gelir". */
.site-header:not([data-server-rendered]):not(.hb-css-ready) { visibility: hidden; }
.hb-header.hb-booting, .hb-header.hb-booting * { transition: none !important; animation: none !important; }
.site-header {
  position: sticky; top: 0; z-index: 80;
  background: rgba(251, 251, 250, .85);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--c-line);
}
/* PERF (2026-08-22) — iç sayfalarda header blur'u = mega hover jank kök nedeni (bkz. home-nav
   .hb-stick). Blur yalnız mega açıkken kapanır → hover akıcı, idle'da frost korunur. */
.site-header:has(.has-mega:hover),
.site-header:has(.has-mega:focus-within),
.site-header:has(.has-mega.is-open) {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: rgba(251, 251, 250, .98);
}
.site-header .inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  font-weight: 800; font-size: 18px; letter-spacing: -.01em;
}
.brand .mark {
  width: 32px; height: 32px; border-radius: 9px;
  background: linear-gradient(135deg, var(--c-mint) 0%, var(--c-mint-deep) 100%);
  display: grid; place-items: center;
  color: #fff; font-weight: 800; font-size: 15px;
  box-shadow: 0 4px 14px rgba(var(--c-accent-rgb), .18);
}
.site-header nav {
  display: flex; gap: 28px; font-size: 14.5px; font-weight: 500;
  color: var(--c-ink-soft);
}
.site-header nav > a,
.site-header nav > .has-mega > button {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 24px 0;
  background: none; border: none;
  color: inherit; cursor: pointer;
  font: inherit; font-weight: 500;
}
.site-header nav > a:hover,
.site-header nav > .has-mega > button:hover { color: var(--c-ink); }
.site-header nav > .has-mega > button .chev {
  width: 14px; height: 14px;
  transition: transform .2s;
}
.site-header nav > .has-mega:hover > button .chev,
.site-header nav > .has-mega.is-open > button .chev { transform: rotate(180deg); }

/* ---- MEGA MENU ---- */
.has-mega { position: relative; }
.mega-menu {
  position: absolute;
  top: calc(100% + 0px);
  left: 50%;
  /* scale KALDIRILDI (buyuk golgeli panelde raster) → translateX centering + translateY slide (composite). */
  transform: translateX(-50%) translateY(6px);
  transform-origin: top center;
  width: min(880px, calc(100vw - 32px));
  background: var(--c-bg); /* alt menü paneli #FBFBFA */
  border: 1px solid var(--c-line);
  border-radius: 22px;
  padding: 18px;
  box-shadow:
    0 30px 80px rgba(15, 25, 45, .14),
    0 6px 20px rgba(15, 25, 45, .06);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* Hızlı + şık: opacity anında belirir (.08s), transform expo-out ile hızlı başlayıp yumuşak durur.
     NOT (2026-08-22): will-change:transform KALDIRILDI — paneli KALICI tek GPU layer'ı yapıyordu;
     içindeki bir kart hover'da scale olunca 90+ kartlık KOCA panel komple yeniden rasterize
     oluyordu → ağır hover. Açılış animasyonu transition sırasında zaten otomatik composite olur,
     kalıcı will-change gereksiz. Böylece kart hover'ı yalnız o kartın küçük bölgesini repaint eder. */
  /* HIZLI+CANLI acilis: kartlarla AYNI his → opacity neredeyse anlik + transform kisa "overshoot"
     easing (hafif pop). Tum mega paneller (evx/cat/sw/products) bu timing'i miras alir. */
  transition: opacity .09s ease, transform .17s cubic-bezier(.34,1.45,.5,1), visibility .09s;
  z-index: 100;
  /* PERF (kök çözüm): kapalı mega menü DOM'da sürekli durur; visibility:hidden onu YİNE
     layout+paint ettirir (6 panel × ~30 kart × inline SVG = kalıcı yük + hover'da paint spike).
     content-visibility:hidden kapalı panelin TÜM render işini atlar (layout/paint yok);
     panel yalnızca AÇILDIĞINDA bir kez boyanır. contain: hover'da kart repaint'ini panelin
     kendi kutusuyla sınırlar (dışarı taşan invalidation yok). intrinsic-size: kapalıyken
     tarayıcının varsaydığı ölçü (açılışta layout sıçramasını önler). */
  content-visibility: hidden;
  contain-intrinsic-size: auto 420px;
  contain: layout paint style;
}
.has-mega:hover .mega-menu,
.has-mega:focus-within .mega-menu,
.has-mega.is-open .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  content-visibility: visible;
}

/* TIKLAMADA KAPAT (2026-08-23): mega menü saf CSS :hover ile açılır; bir linke tıklayınca
   (özellikle view-transition ile header sabit kalıp imleç butonun üstünde durduğunda) :hover
   kopmadığı için menü ekranda takılı kalıyordu. shared-nav.js linke tıklayınca host'a
   .hb-hover-lock ekler (mouseleave'e kadar), yeni sayfa ise ilk mouse hareketine kadar
   html.hb-no-hover taşır → iki durumda da menü kendiliğinden açık GELMEZ / açık KALMAZ. */
.has-mega.hb-hover-lock .mega-menu,
html.hb-no-hover .has-mega:hover .mega-menu {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  content-visibility: hidden !important;
  transform: translateX(-50%) translateY(6px) !important;
}

/* Mega hover köprüsü — üst menü butonu ile dropdown arasındaki boşlukta mouse kaybolmasın
   (böylece butondan alt menüye geçerken :hover kopmaz, dropdown kapanmaz) */
.has-mega > .mega-menu::before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: -18px;
  height: 20px;
}
/* ===== bhv2 HERO SLIDER — SKELETON-LITE (2026-08-23) ==============================
   "sonradan var oluyor" hissini kaldırır (JS/PHP'ye dokunmadan). Tüm wsell hero slider'lı
   sayfalar bunu style.css'ten alır: anasayfa (home.js), demo-goster (category-hero.js),
   bayilik (bayi.js) — hepsi aynı .bhv2-slider + .bhv2-slide yapısı.
   Sorun: .bhv2-slide, .is-active gelene kadar position:absolute+opacity:0 → slider yüksekliği
   ÇÖKER; motor is-active basınca alan aniden açılıp içerik POP eder (CLS + görsel sıçrama).
   Çözüm (yalnız masaüstü — mobilde hero yığılır, yükseklik değişken):
     1) Alanı önceden rezerve et → JS gelince zıplama YOK.
     2) Slide AKTİF olana kadar yumuşak shimmer (ORTAK sinyal :has(.bhv2-slide.is-active) →
        slayt DOM'da gizli de olsa, sonradan da basılsa aynı çalışır; aktifleşince kaybolur).
   Kendi keyframe'i (bhv2SkSweep) — home.css'e bağımlı değil (bayilik home.css yüklemez). */
@media (min-width: 901px) {
  .bhv2-slider { min-height: 540px; }
  .bhv2-slider:not(:has(.bhv2-slide.is-active))::after {
    content: "";
    position: absolute; inset: 20px 12px 34px;
    border-radius: 22px;
    background: linear-gradient(110deg, var(--c-bg-2) 30%, #fff 50%, var(--c-bg-2) 70%);
    background-size: 200% 100%;
    animation: bhv2SkSweep 1.6s linear infinite;
    opacity: .45; z-index: 0; pointer-events: none;
  }
}
@keyframes bhv2SkSweep { to { background-position: -200% 0; } }

/* products mega — sol kategori aktif/hover vurgusu (JS hover ile grid değişir) */
.wsell-pcat { color: var(--c-ink-soft); transition: background .15s ease, color .15s ease; }
.wsell-pcat.is-active,
.wsell-pcat:hover { background: var(--c-mint-soft); color: var(--c-mint-deep) !important; }

.mega-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--c-bg); /* grid alt menü zemini #FBFBFA (kartlar hover'da beyaz) */
  border-radius: 16px;
  overflow: hidden;
}
.mega-item {
  display: flex; align-items: center; gap: 13px;
  padding: 14px 16px;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 14px;
  color: var(--c-ink);
  transition:
    background .11s ease,
    border-color .11s ease,
    transform .12s cubic-bezier(.16,1,.3,1),
    box-shadow .12s ease;
  position: relative;
  margin: 4px;
}
/* Gölge COMPOSITE (pseudo + opacity) — hover'da paint yok, sadece GPU opacity. */
.mega-item::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  box-shadow: 0 6px 18px rgba(var(--c-accent-rgb), .16);
  opacity: 0; transition: opacity .12s ease; pointer-events: none; z-index: -1;
}
.mega-item:hover {
  background: var(--c-surface);
  border-color: var(--c-mint);
  /* PERF: scale(1.02) kartın İÇİNDEKİ görseli (.illus) her hover'da YENİDEN rasterize
     ediyordu → ağır. translateY yalnız GPU composite (re-raster yok) → aynı "kalkma"
     hissi, bedava. */
  transform: translateY(-2px);
  z-index: 1;
}
.mega-item:hover::after { opacity: 1; }
.mega-item .illus {
  width: 54px; height: 54px;
  border-radius: 12px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background: var(--c-surface);
  transition: box-shadow .2s, border-color .2s;
}
.mega-item:hover .illus {
  border: 2px solid var(--c-mint);
  box-shadow: 0 4px 14px rgba(var(--c-accent-rgb), .25);
}
.mega-item .illus svg {
  width: 100%; height: 100%;
  display: block;
}
.mega-item .text { flex: 1; min-width: 0; }
.mega-item .text b {
  display: block;
  font-size: 14px; font-weight: 800;
  letter-spacing: -.005em;
  color: var(--c-ink);
  margin-bottom: 3px;
}
.mega-item .text span {
  font-size: 12px;
  color: var(--c-ink-soft);
  font-weight: 500;
  line-height: 1.5;
  text-wrap: pretty;
}

/* search bar at bottom */
.mega-search {
  display: flex; align-items: stretch; gap: 0;
  margin-top: 14px;
  padding: 6px;
  border: 1px solid var(--c-line);
  border-radius: 14px;
  background: var(--c-surface);
}
.mega-search input {
  flex: 1;
  font: inherit;
  font-size: 15px;
  padding: 12px 16px;
  border: none;
  background: transparent;
  color: var(--c-ink);
  outline: none;
}
.mega-search input::placeholder { color: var(--c-muted); }
.mega-search button {
  background: var(--c-indigo);
  color: #fff;
  padding: 0 26px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  display: inline-flex; align-items: center; gap: 8px;
  cursor: pointer;
  transition: background .15s, transform .15s;
}
.mega-search button:hover { background: #5765E6; transform: translateY(-1px); }
.mega-search button svg { width: 16px; height: 16px; }

.mega-result {
  margin-top: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 13.5px;
  display: none;
  align-items: center; gap: 10px;
}
.mega-result.show { display: flex; animation: fadeUp .25s ease; }
.mega-result.ok  { background: var(--c-mint-soft); color: var(--c-mint-deep); }
.mega-result.bad { background: var(--c-coral-soft); color: var(--c-coral); }
.mega-result .ic {
  width: 24px; height: 24px; border-radius: 50%;
  background: currentColor;
  color: #fff;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.mega-result.ok .ic { background: var(--c-mint-deep); }
.mega-result.bad .ic { background: var(--c-coral); }
.mega-result .ic svg { width: 12px; height: 12px; }
.mega-result b { color: var(--c-ink); font-weight: 800; }
.mega-buy-btn {
  margin-left: auto;
  flex-shrink: 0;
  background: var(--c-mint-deep);
  color: #fff;
  padding: 9px 18px;
  border-radius: 9px;
  font-size: 12.5px;
  font-weight: 800;
  white-space: nowrap;
  transition: background .15s, transform .15s;
}
.mega-buy-btn:hover { background: var(--c-mint); transform: translateY(-1px); color: #fff; }
.site-header .cta-mini {
  background: var(--c-ink);
  color: #fff;
  padding: 10px 16px; border-radius: 10px;
  font-size: 13.5px; font-weight: 600;
  transition: transform .15s ease;
}
.site-header .cta-mini:hover { transform: translateY(-1px); }
.menu-toggle { display: none; }

/* ------------------------------------------------------------ Hero */
.hero {
  position: relative;
  padding: 56px 0 80px;
  overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: url('https://edublink-html.devsblink.com/assets/images/banner/BG-1.webp') center/cover no-repeat;
  opacity: .5;
}
.hero > .container { position: relative; z-index: 1; }

.hero-shapes { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-shapes .dot-grid {
  position: absolute; width: 180px; height: 140px;
  background-image: radial-gradient(var(--c-line-2) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  opacity: .9;
}
.hero-shapes .dot-grid.tl { top: 30px; left: -30px; }
.hero-shapes .dot-grid.br { bottom: -20px; right: 80px; width: 160px; height: 100px; }
.hero-shapes .blob {
  position: absolute; border-radius: 50%; filter: blur(60px); opacity: .55;
}
.hero-shapes .blob.a { width: 420px; height: 420px; top: -120px; right: -100px; background: radial-gradient(circle, #FFE5E8 0%, transparent 70%); }
.hero-shapes .blob.b { width: 360px; height: 360px; bottom: -120px; left: -80px; background: radial-gradient(circle, #E8FAF3 0%, transparent 70%); }
.hero-shapes .arc-coral {
  position: absolute; top: 220px; left: 30px; width: 80px; height: 80px;
  border: 4px solid var(--c-coral); border-radius: 50%;
  border-right-color: transparent; border-bottom-color: transparent;
  transform: rotate(-25deg); opacity: .6;
}
.hero-shapes .wave {
  position: absolute; top: 40px; left: 240px;
  color: var(--c-mint); opacity: .55;
}
.hero-shapes .ring-amber {
  position: absolute; bottom: 80px; right: 28%;
  width: 60px; height: 60px; border-radius: 50%;
  border: 3px solid var(--c-amber); opacity: .5;
}

.hero-inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 60px;
  align-items: center;
}

.hero-copy { max-width: 460px; }
.hero-copy .eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--c-surface);
  padding: 8px 14px; border-radius: 999px;
  font-size: 11.5px; font-weight: 700; letter-spacing: .12em;
  color: var(--c-mint-deep);
  border: 1px solid var(--c-line);
  box-shadow: var(--shadow-sm);
}
.hero-copy .eyebrow .pulse {
  width: 7px; height: 7px; background: var(--c-mint); border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(var(--c-accent-rgb), .22);
}
.hero-copy h1 {
  font-size: 44px; line-height: 1.08; letter-spacing: -.025em;
  margin: 18px 0 18px;
  font-weight: 800;
  text-wrap: balance;
}
.hero-copy h1 em {
  font-style: normal; color: var(--c-mint-deep);
  background: linear-gradient(180deg, transparent 65%, var(--c-mint-soft) 65%);
  padding: 0 4px;
}
.hero-copy h1 .coral { color: var(--c-coral); font-style: normal; }
.hero-copy p.lead {
  font-size: 15.5px; color: var(--c-ink-soft);
  margin: 0 0 28px;
  text-wrap: pretty;
}

.hero-meta {
  display: flex; flex-direction: column; gap: 10px;
  margin-bottom: 28px;
  padding: 16px 18px;
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
}
.hero-meta-row {
  display: grid; grid-template-columns: 88px 1fr;
  align-items: baseline;
  font-size: 13.5px;
  border-bottom: 1px dashed var(--c-line);
  padding-bottom: 8px;
}
.hero-meta-row:last-child { border-bottom: none; padding-bottom: 0; }
.hero-meta-row .k {
  color: var(--c-muted); font-weight: 600;
  text-transform: uppercase; font-size: 11px; letter-spacing: .08em;
}
.hero-meta-row .v {
  color: var(--c-ink); font-weight: 600;
}

.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 600; font-size: 14.5px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s;
  border: 1px solid transparent;
  white-space: nowrap;
}
.btn-primary {
  background: var(--c-ink); color: #fff;
  box-shadow: 0 8px 20px rgba(26, 31, 46, .18);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(26, 31, 46, .24); }
.btn-mint {
  background: color-mix(in srgb, var(--c-mint) 75%, var(--c-mint-light, var(--c-mint)) 25%); color: #fff;
  box-shadow: 0 8px 20px rgba(var(--c-accent-rgb), .18);
}
.btn-mint:hover { transform: translateY(-2px); background: var(--c-mint); }
.btn-ghost {
  background: var(--c-surface); color: var(--c-ink);
  border-color: var(--c-line-2);
}
.btn-ghost:hover { border-color: var(--c-ink); }

/* hero mockup */
.hero-mockup {
  position: relative;
  height: 480px;
}
.mockup-desktop {
  position: absolute;
  top: 20px; left: 60px;
  width: 560px; max-width: 100%;
  border-radius: 14px;
  background: #1A1F2E;
  padding: 14px 14px 14px;
  box-shadow: var(--shadow-lg);
  transform: rotate(-1deg);
}
.mockup-desktop .bar {
  display: flex; gap: 6px; margin-bottom: 10px;
}
.mockup-desktop .bar i {
  width: 10px; height: 10px; border-radius: 50%; background: #3A4252; display: block;
}
.mockup-desktop .bar i:nth-child(1) { background: #FF5F57; }
.mockup-desktop .bar i:nth-child(2) { background: #FEBC2E; }
.mockup-desktop .bar i:nth-child(3) { background: #28C840; }
.mockup-desktop .screen {
  width: 100%; aspect-ratio: 16 / 10;
  border-radius: 6px; overflow: hidden; background: var(--c-surface);
  position: relative;
}
.mockup-desktop .screen img,
.mockup-desktop .screen .ss-fallback {
  width: 100%; height: 100%; object-fit: cover; object-position: top center;
}

.mockup-mobile {
  position: absolute;
  bottom: -40px; left: 20px;
  width: 180px;
  background: #1A1F2E;
  border-radius: 28px;
  padding: 10px;
  box-shadow: var(--shadow-lg);
  transform: rotate(-5deg);
  z-index: 2;
}
.mockup-mobile::before {
  content: ''; position: absolute;
  top: 16px; left: 50%; transform: translateX(-50%);
  width: 48px; height: 5px; background: #3A4252; border-radius: 4px;
  z-index: 2;
}
.mockup-mobile .screen {
  width: 100%; aspect-ratio: 9 / 19;
  border-radius: 20px; overflow: hidden; background: var(--c-surface);
}
.mockup-mobile .screen img,
.mockup-mobile .screen .ss-fallback {
  width: 100%; height: 100%; object-fit: cover; object-position: top center;
}

/* slide transition fade — frames stay, only screens swap */
.mockup-desktop .screen,
.mockup-mobile .screen {
  transition: opacity .28s ease;
}
.hero[data-changing="1"] .mockup-desktop .screen,
.hero[data-changing="1"] .mockup-mobile .screen,
.hero[data-changing="1"] .hero-copy h1,
.hero[data-changing="1"] .hero-copy p.lead,
.hero[data-changing="1"] .hero-meta,
.hero[data-changing="1"] .hero-copy .eyebrow .label { opacity: 0; }
.hero-copy h1, .hero-copy p.lead, .hero-meta, .hero-copy .eyebrow .label {
  transition: opacity .25s ease;
}

.slider-dots {
  display: flex; gap: 8px;
  position: absolute; left: 0; bottom: -10px; z-index: 3;
}
.slider-dots button {
  width: 28px; height: 4px; border-radius: 2px;
  background: var(--c-line-2);
  transition: background .2s, width .2s;
}
.slider-dots button.is-active {
  background: var(--c-ink); width: 44px;
}

/* ----------------------------------------------------------- Stats */
.stats {
  background: linear-gradient(135deg, var(--c-mint) 0%, color-mix(in srgb, var(--c-mint) 55%, var(--c-mint-deep) 45%) 55%, var(--c-mint-deep) 100%);
  color: #fff;
  position: relative; overflow: hidden;
}
.stats::after {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: .35;
}
.stats .container {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding-top: 26px; padding-bottom: 26px;
}
.stat {
  display: flex; align-items: center; gap: 14px;
  border-right: 1px solid rgba(255,255,255,.4);
  padding-right: 12px;
}
.stat:last-child { border-right: none; }
.stat .ic {
  width: 68px; height: 68px; border-radius: 16px;
  background: rgba(255,255,255,.18);
  display: grid; place-items: center;
  flex-shrink: 0;
}
.stat .ic svg { width: 34px; height: 34px; }
/* kart kart: hangi kartın üzerine gelirse o karttaki ikon sıfırdan çizilir */
.stats .ic svg * {
  stroke-dasharray: 120;
  stroke-dashoffset: 0;
}
.stat:hover .ic svg *,
.stats.auto-draw .ic svg * {
  animation: statDraw 2.2s ease forwards;
}
@keyframes statDraw {
  from { stroke-dashoffset: 120; }
  to   { stroke-dashoffset: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .stat:hover .ic svg *,
  .stats.auto-draw .ic svg * { animation: none; }
}
.stat .num { font-size: 24px; font-weight: 800; line-height: 1; }
.stat .lbl { font-size: 13px; opacity: .9; margin-top: 4px; }

/* ===================================================================
   MERKEZİ SECTION BAŞLIK — eyebrow + title + vurgu kelime (TEK KAYNAK)
   Her sayfa style.css'i yüklediği için buradan tüm site geneline açık.
   Yeni bir section eklenince markup'a sadece .sec-eyebrow / .sec-title
   (+ h2 içinde .mint/.coral/.amber/.indigo vurgu span'ı) verilir, CSS'e
   dokunulmaz. Hizalama (sola/ortaya) section'ın kendi container'ından
   miras alınır — bu class'lar hizalama zorlamaz. Ortalanmış section'lar
   için opsiyonel .sec-head-center wrapper'ı var. Kademeli göç: bir
   section eski isimlerden (eyebrow/section-head/alt-eyebrow vb.) buna
   geçtikçe eski CSS bloğu (aşağıdaki .section-head) onu artık etkilemez.
   =================================================================== */
.sec-eyebrow {
  display: inline-block;
  font-size: 16px; font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--c-mint-deep);
  margin-bottom: 8px;
}
.sec-title {
  font-size: 40px; font-weight: 800; line-height: 1.15; letter-spacing: -.02em;
  color: var(--c-ink);
  margin: 8px 0 0;
}
.sec-title .mint, .sec-title .coral, .sec-title .amber, .sec-title .indigo {
  position: relative; display: inline;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat; background-position: 0 88%;
  background-size: 0% 4px;
  transition: background-size 1.1s cubic-bezier(.4,0,.2,1) .35s;
  padding-bottom: 2px; border-radius: 1px;
}
.sec-title .mint   { color: var(--c-mint-deep); }
.sec-title .coral  { color: var(--c-coral); }
.sec-title .amber  { color: #C98A1E; }
.sec-title .indigo { color: #5A63D8; }
.sec-title.drawn .mint, .sec-title.drawn .coral,
.sec-title.drawn .amber, .sec-title.drawn .indigo {
  background-size: 100% 4px;
}
@media (prefers-reduced-motion: reduce) {
  .sec-title .mint, .sec-title .coral, .sec-title .amber, .sec-title .indigo {
    background-size: 100% 4px; transition: none;
  }
}
.sec-desc { font-size: 17.5px; color: var(--c-ink-soft); line-height: 1.62; margin: 20px 0 26px; text-wrap: pretty; }
.sec-head-center { text-align: center; margin: 0 auto 48px; max-width: 720px; }
.sec-head-center .divider { width: 38px; height: 3px; background: var(--c-mint); border-radius: 2px; margin: 18px auto 0; }
@media (max-width: 640px) {
  .sec-title { font-size: 29px; }
}

/* ===================================================================
   EKİBİMİZ — team (merkezi; Anasayfa.php .home-team + site-parts/body-parts/team.php ortak)
   =================================================================== */
.home-team { padding: 90px 0; background: var(--c-bg-2); }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.team-card { position: relative; }
.tm-photo { position: relative; border-radius: 18px; overflow: hidden; aspect-ratio: 1 / 1; box-shadow: var(--ws-shadow); z-index: 2; }
.tm-photo img { width: 100%; height: 100%; object-fit: cover; }
.tm-social { position: absolute; left: 0; right: 0; bottom: 14px; display: flex; justify-content: center; gap: 10px; opacity: 0; transform: translateY(12px); transition: opacity .25s, transform .25s; }
.team-card:hover .tm-social { opacity: 1; transform: none; }
.tm-social a { width: 38px; height: 38px; border-radius: 50%; background: #fff; color: var(--c-ink); display: grid; place-items: center; box-shadow: var(--shadow-md); transition: background .15s, color .15s; }
.tm-social a:hover { background: var(--c-mint); color: #fff; }
.tm-social svg { width: 17px; height: 17px; }
.tm-social i { font-size: 15px; line-height: 1; }
.tm-body { position: relative; z-index: 1; margin: -40px 14px 0; padding: 52px 22px 30px; background: #fff; border: 1px solid var(--c-line); border-radius: 16px; box-shadow: var(--shadow-md); text-align: center; transition: box-shadow .2s, transform .2s; }
.team-card:hover .tm-body { box-shadow: var(--shadow-md); }
.tm-body h3 { font-size: 20px; font-weight: 800; letter-spacing: -.01em; }
.tm-body h3 a { color: inherit; }
.tm-role { display: block; font-size: 13.5px; font-weight: 600; color: var(--c-mint-deep); margin: 4px 0 12px; }
.tm-body p { font-size: 13.5px; line-height: 1.6; color: var(--c-ink-soft); }
@media (max-width: 900px) {
  .home-team { padding: 60px 0; }
  .team-grid { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; gap: 22px; }
}

/* ----------------------------------------------------------- Section heading (eski/kademeli göç) */
.section-head {
  text-align: center;
  margin: 0 auto 48px;
  max-width: 720px;
  position: relative;
}
.section-head .eyebrow {
  font-size: 14px; font-weight: 700; letter-spacing: .14em;
  color: var(--c-muted);
  text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 10px;
}
.section-head .eyebrow::before,
.section-head .eyebrow::after {
  content: ''; width: 24px; height: 1px; background: var(--c-line-2);
}
.section-head h2 {
  font-size: 41px; line-height: 1.15; letter-spacing: -.02em;
  font-weight: 800;
  margin: 14px 0 12px;
  text-wrap: balance;
}
.section-head h2 .mint { color: var(--c-mint-deep); }
.section-head h2 .coral { color: var(--c-coral); }
.section-head p { color: var(--c-ink-soft); font-size: 18px; margin: 0; }
.section-head .divider {
  width: 38px; height: 3px; background: var(--c-mint);
  border-radius: 2px; margin: 18px auto 0;
}

/* ----------------------------------------------------------- Templates grid */
.templates {
  padding: 90px 0;
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #F7FBFA 100%);
}
.templates::before {
  content: ''; position: absolute; top: 100px; right: -40px;
  width: 200px; height: 160px;
  background-image: radial-gradient(var(--c-line-2) 1.4px, transparent 1.4px);
  background-size: 14px 14px;
  opacity: .85; pointer-events: none;
}
.templates::after {
  content: ''; position: absolute; bottom: 60px; left: -30px;
  width: 160px; height: 140px;
  background-image: radial-gradient(var(--c-coral-soft) 2px, transparent 2px);
  background-size: 16px 16px;
  opacity: .75; pointer-events: none;
}

.tpl-filter-wrap {
  position: relative;
  max-width: 1000px;
  margin: -12px auto 32px;
  padding: 0 36px;
}
.tpl-filters {
  display: flex; gap: 10px; flex-wrap: nowrap;
  justify-content: flex-start;
  overflow-x: auto; scroll-behavior: smooth;
  margin: 0; padding: 6px 2px;
  scrollbar-width: none;
}
.tpl-filter-wrap.has-overflow .tpl-filters { justify-content: flex-start; }
.tpl-filters:not(.is-scrollable) { justify-content: center; }
.tpl-filters::-webkit-scrollbar { display: none; }
.tpl-filters button {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; gap: 11px;
  padding: 13px 22px 13px 14px;
  border-radius: 16px;
  border: 1.5px solid var(--c-line);
  background: var(--c-surface); color: var(--c-ink-soft);
  font-size: 14.5px; font-weight: 700;
  cursor: pointer; transition: all .15s; white-space: nowrap;
}
.tpl-filters button .tf-ic {
  width: 38px; height: 38px; border-radius: 11px; flex-shrink: 0;
  background: var(--c-bg-2); color: var(--c-ink);
  display: grid; place-items: center; transition: all .15s;
}
.tpl-filters button .tf-ic svg { width: 19px; height: 19px; }
.tpl-filters button:hover { color: var(--c-ink); border-color: var(--c-line-2); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.tpl-filters button:hover .tf-ic { background: var(--c-mint-soft); color: var(--c-mint-deep); }
.tpl-filters button.is-active {
  background: var(--c-ink); color: #fff; border-color: var(--c-ink);
}
.tpl-filters button.is-active .tf-ic { background: rgba(255,255,255,.15); color: #fff; }

/* ok butonları (taşınca görünür) */
.tf-arrow {
  position: absolute; top: 50%; transform: translateY(-50%) scale(.9);
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--c-surface); border: 1px solid var(--c-line); color: var(--c-ink);
  display: grid; place-items: center; box-shadow: var(--shadow-md);
  opacity: 0; visibility: hidden; z-index: 3;
  transition: opacity .18s, transform .18s, background .15s, color .15s;
}
.tf-arrow.prev { left: -28px; }
.tf-arrow.next { right: -28px; }
.tf-arrow.show { opacity: 1; visibility: visible; transform: translateY(-50%) scale(1); }
.tf-arrow:hover { background: var(--c-ink); color: #fff; border-color: var(--c-ink); }
.tf-arrow svg { width: 17px; height: 17px; }
  background: var(--c-surface);
  border: 1px solid var(--c-line);
.tpl-filters button.is-active .tf-ic { background: rgba(255,255,255,.15); color: #fff; }

.tpl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.tpl-card {
  position: relative;
  background: var(--c-surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid transparent;
  box-shadow: var(--ws-shadow);
  transition: transform .18s ease-out, box-shadow .18s ease-out;
  display: flex; flex-direction: column;
  /* PERF: kartlar scroll'da birikir, DOM'dan silinmez. content-visibility ekran-dışı kartların
     paint/decode'unu atlar → uzun listede scroll akıcı, bellek serbest. auto = gerçek boyut bir
     kez ölçülünce hatırlanır; ~680px yalnız hiç görünmemiş kart için placeholder (scrollbar zıplamaz). */
  content-visibility: auto;
  contain-intrinsic-size: auto 680px;
}
.tpl-card:hover {
  transform: translateY(var(--ws-lift));
  box-shadow: var(--ws-shadow-hover);
}

.tpl-image {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 5;
  background: var(--c-bg-2);
  overflow: hidden;
  cursor: pointer;
}
.tpl-image .preview {
  position: absolute;
  top: 0; left: 0; width: 100%;
  transition: transform 0.5s ease-out;   /* mouse çekilince başa dönüş hızlı */
  transform: translateY(0);
  /* PERF: will-change'i HER karta kalıcı vermek (uzun screenshot'larla) onlarca kalıcı GPU
     katmanı yaratıp scroll'u kilitliyordu. Sadece hover'da (aşağıdaki is-hover) promote edilir. */
}
.tpl-image .preview svg { width: 100%; display: block; }
.tpl-image .preview img {
  width: 120%; max-width: none; margin-left: -10%;  /* biraz daha yakın (zoom) — yanlardan %10 kırpar (global img{max-width:100%}'i ez) */
  display: block;
}
.tpl-card.is-hover .tpl-image .preview {
  transform: translateY(var(--scroll-amount, -65%));   /* --scroll-amount: en sona kadar (px, JS) */
  transition: transform var(--scroll-dur, 12s) linear; /* aşağı kayış yavaş + sabit hız (JS) */
  will-change: transform;                              /* sadece hover eden kart promote (scroll'u yormaz) */
}

.tpl-image .placeholder {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  background:
    linear-gradient(180deg, var(--c-bg-2) 0%, #ECECE7 100%);
}
.tpl-image .placeholder::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent 0,
    transparent 10px,
    rgba(0,0,0,.025) 10px,
    rgba(0,0,0,.025) 11px
  );
}
.tpl-image .placeholder span {
  color: var(--c-muted); font-size: 12px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  font-family: 'JetBrains Mono', monospace;
  position: relative; z-index: 1;
  background: rgba(255,255,255,.7);
  padding: 6px 12px; border-radius: 6px;
}

.tpl-badge {
  position: absolute; top: 14px; right: 14px;
  z-index: 3;
  background: var(--c-amber);
  color: #fff;
  font-size: 11.5px; font-weight: 800;
  padding: 7px 14px;
  border-radius: 0 6px 6px 6px;
  letter-spacing: .06em;
  box-shadow: 0 4px 10px rgba(255, 184, 69, .35);
}
.tpl-badge.bundle { background: var(--c-indigo); box-shadow: 0 4px 10px rgba(110, 124, 242, .35); }

/* hover action overlay (desktop) */
.tpl-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 31, 46, 0) 0%, rgba(26, 31, 46, .10) 58%, rgba(26, 31, 46, .48) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  /* butonlar tam genişlikte bant: kartın sol/sağ kenarına ve .tpl-info'ya YAPIŞIK (boşluk yok) */
  padding: 0;
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
  z-index: 2;
}
.tpl-card.is-hover .tpl-overlay { opacity: 1; pointer-events: auto; }

/* Canlı Gör (Masaüstü/Mobil): TEK SATIR yan yana — eşit genişlikte iki buton */
.tpl-actions {
  display: flex; flex-direction: row; gap: 0;
  width: 100%;
}
/* iki buton satırı yarı yarıya böler; köşe yuvarlama ve boşluk YOK */
.tpl-action {
  flex: 1 1 50%; min-width: 0; white-space: nowrap;
  background: var(--c-surface);
  color: var(--c-ink);
  border-radius: 0;
  padding: 13px 8px;
  font-size: 13.5px; font-weight: 800;
  display: inline-flex; align-items: center; justify-content: center;
  gap: 6px;
  transform: translateY(8px);
  opacity: 0;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), opacity .35s, background .15s;
}
.tpl-card.is-hover .tpl-action { transform: translateY(0); opacity: 1; }
.tpl-card.is-hover .tpl-action:nth-child(1) { transition-delay: .04s; }
.tpl-card.is-hover .tpl-action:nth-child(2) { transition-delay: .08s; }
.tpl-card.is-hover .tpl-action:nth-child(3) { transition-delay: .12s; }
.tpl-action.buy { background: var(--c-mint); color: #fff; }
.tpl-action.buy:hover { background: var(--c-mint-deep); }
/* Masaüstü = koyu-mavi/mavi arası, Mobil = turuncu (#FF7300). İkisi de beyaz metin. */
.tpl-action.dt { background: var(--c-live-blue); color: #fff; }
.tpl-action.mb { background: var(--c-live-orange); color: #fff; }
.tpl-action.dt:hover, .tpl-action.mb:hover { filter: brightness(.94); }
.tpl-action svg { width: 14px; height: 14px; }

.tpl-info {
  padding: 18px 18px 20px;
}
/* Kart üst şeridi: SOLDA kategori etiketi, SAĞDA fiyat (aynı satır) */
.tpl-info .tpl-meta {
  display: flex; align-items: center; justify-content: space-between;
  gap: 10px; margin-bottom: 10px;
}
.tpl-info .tpl-cat {
  min-width: 0;
  font-size: 12px; font-weight: 800; letter-spacing: .02em;
  color: var(--c-ink-soft);
  background: var(--c-bg-2);
  border: 1px solid var(--c-line);
  padding: 4px 10px; border-radius: 999px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.tpl-info .price {
  display: inline-block;
  background: #D6294A;
  color: #fff;
  font-size: 12.5px; font-weight: 800;
  padding: 5px 12px;
  border-radius: 6px;
  margin-bottom: 10px;
  letter-spacing: .02em;
  flex-shrink: 0;
}
.tpl-info .tpl-meta .price { margin-bottom: 0; }   /* boşluğu .tpl-meta veriyor */

/* Kök kategori sayfası arama kutusu (demo-goster.php): açıklama ile arası DAHA AZ,
   kartlarla arası DAHA FAZLA. .sec-head-center'ın 48px'i bu section'da kısılır. */
.tpl-has-search .sec-head-center { margin-bottom: 26px; }
.tpl-has-search .cats-search { margin-bottom: 40px; }
@media (max-width: 560px) {
  .tpl-has-search .sec-head-center { margin-bottom: 20px; }
  .tpl-has-search .cats-search { margin-bottom: 28px; }
}
@media (max-width: 560px) {
  .tpl-info .tpl-cat { font-size: 11.5px; padding: 4px 9px; }
}
.tpl-info h3 {
  margin: 0;
  font-size: 15px; line-height: 1.35;
  letter-spacing: -.005em;
  font-weight: 700;
  color: var(--c-ink);
  text-wrap: pretty;
}

/* ----------------------------------------------------------- Features */
.features {
  padding: 100px 0;
  background: linear-gradient(180deg, #F7FBFA 0%, #FFFFFF 100%);
  position: relative; overflow: hidden;
}
.features::before {
  content: ''; position: absolute; top: 70px; right: 40px;
  width: 120px; height: 80px;
  background-image: radial-gradient(var(--c-coral-soft) 2px, transparent 2px);
  background-size: 14px 14px;
  opacity: .9; pointer-events: none;
}
.features::after {
  content: ''; position: absolute; bottom: 80px; left: 30px;
  width: 120px; height: 80px;
  background-image: radial-gradient(var(--c-mint-soft) 2px, transparent 2px);
  background-size: 14px 14px;
  opacity: 1; pointer-events: none;
}

.feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.feat-card {
  background: var(--c-surface);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  text-align: center;
  border: 1px solid var(--c-line);
  box-shadow: var(--shadow-sm);
  transition: transform .25s, box-shadow .25s;
}
.feat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.feat-ic {
  width: 64px; height: 64px;
  border-radius: 18px;
  display: grid; place-items: center;
  margin: 0 auto 18px;
  position: relative;
}
.feat-ic.mint { background: var(--c-mint-soft); color: var(--c-mint-deep); }
.feat-ic.coral { background: var(--c-coral-soft); color: var(--c-coral); }
.feat-ic.indigo { background: var(--c-indigo-soft); color: var(--c-indigo); }
.feat-ic.amber { background: var(--c-amber-soft); color: var(--c-amber); }
.feat-ic.violet { background: var(--c-violet-soft); color: var(--c-violet); }
.feat-ic svg { width: 28px; height: 28px; }
.feat-card h3 {
  font-size: 17px; margin: 0 0 10px;
  font-weight: 700; letter-spacing: -.01em;
}
.feat-card p {
  font-size: 13.5px; color: var(--c-ink-soft);
  line-height: 1.6; margin: 0;
  text-wrap: pretty;
}

/* ----------------------------------------------------------- Bayilik */
.reseller {
  padding: 80px 0;
}
.reseller-card {
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-xl);
  padding: 50px;
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 50px; align-items: center;
  box-shadow: var(--shadow-md);
  position: relative; overflow: hidden;
}
.reseller-card::before {
  content: ''; position: absolute;
  width: 340px; height: 340px; border-radius: 50%;
  background: radial-gradient(circle, var(--c-mint-soft) 0%, transparent 70%);
  top: -150px; right: -100px;
}
.reseller-card h3 {
  font-size: 28px; letter-spacing: -.02em;
  margin: 0 0 14px; font-weight: 800;
  position: relative;
}
.reseller-card p {
  color: var(--c-ink-soft); font-size: 14.5px; margin: 0 0 22px;
  position: relative; text-wrap: pretty;
}
.reseller-mock {
  position: relative;
  background: #F3F7FA;
  border-radius: var(--radius-lg);
  padding: 22px;
  box-shadow: var(--shadow-sm);
}
.reseller-mock .top {
  display: flex; align-items: center; gap: 6px;
  margin-bottom: 18px;
}
.reseller-mock .top i {
  width: 10px; height: 10px; border-radius: 50%; background: #DBE3EB; display: block;
}
.reseller-mock .top i:nth-child(1) { background: #FF7886; }
.reseller-mock .top i:nth-child(2) { background: #FFB845; }
.reseller-mock .top i:nth-child(3) { background: #4DD4AC; }
.reseller-mock .row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 16px; background: var(--c-surface); border-radius: 10px;
  margin-bottom: 10px; font-size: 13px;
}
.reseller-mock .row b { font-weight: 700; }
.reseller-mock .row .tag {
  font-size: 11px; font-weight: 700; color: var(--c-mint-deep);
  background: var(--c-mint-soft); padding: 4px 10px; border-radius: 6px;
}
.reseller-mock .cta {
  display: flex; gap: 8px; margin-top: 14px;
}
.reseller-mock .cta button {
  flex: 1; padding: 11px;
  border-radius: 10px;
  font-size: 12.5px; font-weight: 700;
}
.reseller-mock .cta button.p { background: var(--c-mint); color: #fff; }
.reseller-mock .cta button.s { background: var(--c-surface); color: var(--c-ink); border: 1px solid var(--c-line); }

/* ----------------------------------------------------------- Reviews */
.reviews {
  padding: 90px 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #F7FBFA 100%);
  position: relative;
}
.reviews::before, .reviews::after {
  content: ''; position: absolute;
  width: 120px; height: 80px;
  background-image: radial-gradient(var(--c-line-2) 1.4px, transparent 1.4px);
  background-size: 14px 14px;
  opacity: .9; pointer-events: none;
}
.reviews::before { top: 80px; left: 30px; }
.reviews::after { bottom: 80px; right: 30px; }
/* Noktacık dekorları (::before/::after, shapes-motion ile animasyonlu) absolute → position'suz
   içeriğin üstüne biniyordu (mobilde padding küçülünce başlık/kartlara). İçeriği dekorların üstüne al.
   Nokta dekoru olan TÜM içerik bölümleri (shapes-motion.css listesi) tek kuralda. */
.templates > .container,
.features > .container,
.stats > .container,
.home-services > .container,
.home-bayi-cta > .container,
.cta > .container,
.reviews > .container,
.reviews > .rv-wrap { position: relative; z-index: 1; }

/* slider variant */
.review-slider {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}
.review-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.review-track.rv-flex {
  display: flex;
  flex-wrap: nowrap;
  grid-template-columns: none;
  will-change: transform;
}
.review-viewport { position: relative; overflow: hidden; }
.review-viewport.rv-grab { cursor: grabbing; }
.review-viewport { cursor: grab; }

.review-nav {
  display: flex; justify-content: center; align-items: center;
  gap: 14px;
  margin-top: 30px;
}
.review-dots {
  display: flex; gap: 8px;
}
.review-dots button {
  width: 28px; height: 4px; border-radius: 2px;
  background: var(--c-line-2);
  transition: all .2s;
}
.review-dots button.is-active {
  background: var(--c-mint-deep); width: 44px;
}
/* oklar: kart şeridinin sol/sağ kenarında, dot satırı hariç dikey ortalı, hover ile görünür */
.review-arrows { position: absolute; left: 0; right: 0; top: 0; bottom: 52px; pointer-events: none; z-index: 6; }
.review-arrows button {
  position: absolute; top: 50%; pointer-events: auto;
  transform: translateY(-50%) translateX(var(--rx, 0));
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  display: grid; place-items: center;
  color: var(--c-ink-soft);
  box-shadow: var(--shadow-md);
  opacity: 0; visibility: hidden;
  transition: opacity .2s, transform .2s, background .15s, color .15s, border-color .15s;
}
.review-arrows button.prev { left: -10px; --rx: -8px; }
.review-arrows button.next { right: -10px; --rx: 8px; }
.review-slider:hover .review-arrows button { opacity: 1; visibility: visible; --rx: 0; }
.review-arrows button:hover {
  border-color: var(--c-ink); color: #fff; background: var(--c-ink);
}
.review-arrows button svg { width: 17px; height: 17px; }

/* keep grid for legacy markup */
.review-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.review-card {
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-sm);
  position: relative;
}
.review-card .stars {
  display: flex; gap: 2px; color: var(--c-amber); margin-bottom: 12px;
}
.review-card .stars svg { width: 16px; height: 16px; fill: currentColor; }
.review-card p {
  font-size: 14px; line-height: 1.65;
  color: var(--c-ink-soft);
  margin: 0 0 22px;
  text-wrap: pretty;
}
.review-author {
  display: flex; align-items: center; gap: 12px;
  padding-top: 18px; border-top: 1px dashed var(--c-line);
}
.review-author .av {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--c-bg-2);
  display: grid; place-items: center;
  font-weight: 800; font-size: 14px;
  color: #fff;
  flex-shrink: 0;
}
.review-author .av.a { background: linear-gradient(135deg, #FF7886, #FFB845); }
.review-author .av.b { background: linear-gradient(135deg, #4DD4AC, #6E7CF2); }
.review-author .av.c { background: linear-gradient(135deg, #B58CF0, #FF7886); }
.review-author .av.d { background: linear-gradient(135deg, #FFB845, #4DD4AC); }
.review-author .av.e { background: linear-gradient(135deg, #6E7CF2, #B58CF0); }
.review-author .meta b { display: block; font-size: 14px; font-weight: 700; }
.review-author .meta span { font-size: 12.5px; color: var(--c-muted); }

@media (max-width: 980px) {
  .review-track { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .review-track, .review-grid { grid-template-columns: 1fr; }
}

/* ----------------------------------------------------------- FAQ */
.faq {
  padding: 90px 0;
  background: linear-gradient(180deg, #F7FBFA 0%, #FFFFFF 100%);
}
.faq-list {
  max-width: 820px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 10px;
}
.faq-item {
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color .2s;
}
.faq-item.is-open { border-color: var(--c-mint); }
.faq-q {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 22px;
  font-size: 14.5px; font-weight: 600;
  text-align: left;
  color: var(--c-ink);
}
.faq-q .chev {
  width: 28px; height: 28px; border-radius: 8px;
  background: var(--c-bg-2);
  display: grid; place-items: center;
  transition: transform .25s, background .25s;
  flex-shrink: 0; margin-left: 16px;
}
.faq-q .chev svg { width: 14px; height: 14px; }
.faq-item.is-open .faq-q .chev { background: var(--c-mint); color: #fff; transform: rotate(180deg); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .35s ease;
}
.faq-a-inner {
  padding: 0 22px 22px;
  font-size: 13.5px; line-height: 1.7;
  color: var(--c-ink-soft);
  text-wrap: pretty;
}

/* ----------------------------------------------------------- CTA */
.cta {
  padding: 100px 0 110px;
  text-align: center;
  position: relative;
  overflow: hidden;
  /* Kapanış CTA'sı: aynı mint ailesinden ama bir tık KOYU bant + ince üst çizgi → üst bölümden (faq) ayrık ama uyumlu. */
  background: linear-gradient(180deg, #FFFFFF 0%, #EFF8F4 100%);
  border-top: 1px solid var(--c-line-2);
}
.cta::before {
  content: ''; position: absolute; bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 800px; height: 400px;
  background: radial-gradient(ellipse at bottom, var(--c-mint-soft) 0%, transparent 65%);
  pointer-events: none;
}
.cta::after {
  content: ''; position: absolute; bottom: 20px; right: 8%;
  width: 100px; height: 100px;
  border: 4px solid var(--c-coral);
  border-radius: 50%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(-20deg);
  opacity: .4;
}
.cta-dots {
  position: absolute; bottom: 60px; left: 8%;
  width: 120px; height: 80px;
  background-image: radial-gradient(var(--c-mint) 2px, transparent 2px);
  background-size: 14px 14px;
  opacity: .35; pointer-events: none;
}
.cta h2 {
  font-size: 38px; letter-spacing: -.025em; line-height: 1.1;
  margin: 0 0 28px; font-weight: 800;
  text-wrap: balance;
  position: relative;
}
.cta h2 .mint { color: var(--c-mint-deep); }
.cta .btn { padding: 16px 36px; font-size: 15px; position: relative; }

/* ----------------------------------------------------------- Footer */
.site-footer {
  padding: 36px 0;
  border-top: 1px solid var(--c-line);
  font-size: 13px;
  color: var(--c-muted);
  background: var(--c-surface);
}
.site-footer .inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
}
.site-footer .brand { font-size: 14px; color: var(--c-ink); }

/* ===================================================================
   MODALS
   =================================================================== */
.modal-backdrop {
  position: fixed; inset: 0;
  background: rgba(15, 19, 28, .75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 200;
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
}
.modal-backdrop.is-open {
  display: flex;
  animation: fadeIn .25s ease forwards;
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

.modal-close-floating {
  position: absolute; top: 16px; right: 16px;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: #FF5C66;
  color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 10px 26px rgba(255, 92, 102, .4);
  z-index: 220;
  transition: transform .15s;
}
.modal-close-floating:hover { transform: scale(1.08); }
.modal-close-floating svg { width: 16px; height: 16px; }

/* Desktop preview modal */
.modal-desktop {
  width: 100%;
  max-width: 1480px;
  height: 100%;
  max-height: 900px;
  background: linear-gradient(180deg, #EEF0F5 0%, #E5E8EF 100%);
  border-radius: 18px;
  overflow: hidden;
  display: flex; flex-direction: column;
  position: relative;
  box-shadow: var(--shadow-xl);
  animation: scaleIn .3s cubic-bezier(.2,.8,.2,1);
}
@keyframes scaleIn { from { transform: scale(.96); opacity: 0; } to { transform: scale(1); opacity: 1; } }

.modal-bar {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 22px;
  border-bottom: 1px solid #D6DAE3;
  background: #F1F3F7;
}
.modal-bar .lights { display: flex; gap: 7px; }
.modal-bar .lights i {
  width: 12px; height: 12px; border-radius: 50%; display: block;
}
.modal-bar .lights i:nth-child(1) { background: #FF5F57; }
.modal-bar .lights i:nth-child(2) { background: #FEBC2E; }
.modal-bar .lights i:nth-child(3) { background: #28C840; }
.modal-bar .url {
  flex: 1;
  background: var(--c-surface); border: 1px solid var(--c-line);
  border-radius: 10px;
  padding: 8px 14px;
  font-size: 12.5px; color: var(--c-ink-soft);
  font-family: 'JetBrains Mono', monospace;
  display: flex; align-items: center; gap: 8px;
}
.modal-bar .url svg { width: 12px; height: 12px; color: var(--c-mint-deep); }
.modal-bar .title {
  font-size: 13.5px; font-weight: 700;
}
.modal-bar .close-x {
  width: 32px; height: 32px;
  border-radius: 8px;
  display: grid; place-items: center;
  color: var(--c-ink-soft);
  transition: background .15s;
}
.modal-bar .close-x:hover { background: var(--c-bg-2); color: var(--c-ink); }
.modal-bar .close-x svg { width: 14px; height: 14px; }

.modal-frame-wrap {
  /* Tüm modal yüksekliğini kapla (alt aksiyon barı artık ayrı bir flex sırası değil, bunun ÜSTÜNDE yüzen bir
     overlay — §41) → tema iframe'i tam modal boyunda render/ölçeklenir, alt barın altında boşluk kalmaz. */
  position: absolute; inset: 0;
  background: #E5E8EF;
  overflow: hidden;
}
/* beyaz iframe içeriğini chrome'dan ayıran ince iç çerçeve */
.modal-frame-wrap::after {
  content: '';
  position: absolute; inset: 0;
  box-shadow: inset 0 0 0 1px rgba(26,31,46,.06);
  pointer-events: none;
  z-index: 3;
}
.modal-frame-wrap iframe {
  /* Genişlik/yükseklik/transform JS'ten (app.js applyDesktopScale, MODAL_REF_W referans genişliği):
     iframe sabit referans genişlikte render edilip modala sığacak şekilde ölçeklenir → "referans
     genişlikte bir tarayıcıda %100 zoom" simülasyonu + tam sığdığı için YATAY scroll yok. */
  width: 100%; height: 100%;
  transform-origin: 0 0;
  border: none;
  background: var(--c-surface);
  display: block;
}
.modal-loading {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 16px;
  background: #0F131C;
  color: #fff;
  z-index: 2;
  transition: opacity .35s ease;
  overflow: hidden;
}
.modal-loading.hide { opacity: 0; pointer-events: none; }
/* dönen halka (spinner) */
.modal-loading::before {
  content: '';
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,.14);
  border-top-color: var(--c-mint, #4DD4AC);
  animation: modalSpin .75s linear infinite;
}
@keyframes modalSpin { to { transform: rotate(360deg); } }
/* alt kenarda akan belirsiz ilerleme çubuğu — "yükleniyor" hissi */
.modal-loading::after {
  content: '';
  position: absolute; left: -40%; bottom: 0;
  height: 3px; width: 40%;
  background: linear-gradient(90deg, transparent, var(--c-mint, #4DD4AC), transparent);
  animation: modalBar 1.15s ease-in-out infinite;
}
@keyframes modalBar { 0% { left: -40%; } 100% { left: 100%; } }
.modal-loading-text {
  font-size: 12px; letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .8;
  animation: modalPulse 1.4s ease-in-out infinite;
}
@keyframes modalPulse { 0%, 100% { opacity: .5; } 50% { opacity: .95; } }

.modal-actions-bottom {
  /* §41: artık ayrı bir flex sırası değil — .modal-frame-wrap'in (tema iframe'i) ÜSTÜNDE yüzen bir overlay bar,
     tıpkı temanın kendi "demodan çık" çubuğu gibi (bkz. demo-bar.php — aynı ruh, koyu/camsı yüzen çubuk). */
  position: absolute; left: 16px; right: 16px; bottom: 16px; z-index: 5;
  display: flex; align-items: center; gap: 12px;
  padding: 12px 18px;
  border-radius: 18px;
  background: rgba(20, 24, 33, .52);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 18px 40px -14px rgba(0,0,0,.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.modal-actions-bottom .btn {
  flex: 0 0 auto;
  padding: 12px 22px;
}
.modal-actions-bottom .spacer { flex: 1; }

/* Alt bar ortası: önceki/sonraki tema butonları (iframe'i kapatmadan geçiş) */
.modal-nav { display: flex; align-items: center; gap: 8px; }
.modal-actions-bottom .modal-nav-btn {
  padding: 10px 16px;
  gap: 6px;
  max-width: 220px;
}
.modal-nav-btn .nav-label {
  max-width: 150px;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  font-size: 12.5px;
}

/* Mobil modal: telefon çerçevesinin sağ/soluna önceki-sonraki ok'ları */
.modal-mobile-nav {
  position: absolute; top: 46%; transform: translateY(-50%);
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--c-surface); color: var(--c-ink);
  display: grid; place-items: center;
  box-shadow: var(--shadow-lg);
  z-index: 14; transition: transform .15s, background .15s, color .15s;
}
.modal-mobile-nav:hover { background: var(--c-mint); color: #fff; transform: translateY(-50%) scale(1.06); }
.modal-mobile-nav.prev { left: -60px; }
.modal-mobile-nav.next { right: -60px; }
.modal-mobile-nav svg { width: 20px; height: 20px; }

/* Mobile preview modal */
.modal-mobile {
  width: 100%;
  max-width: 420px;
  height: 100%;
  max-height: 860px;
  background: transparent;
  display: flex; flex-direction: column;
  position: relative;
  animation: scaleIn .3s cubic-bezier(.2,.8,.2,1);
}
.modal-mobile .phone-shell {
  flex: 1;
  background: #1A1F2E;
  border-radius: 32px;
  padding: 14px;
  box-shadow: var(--shadow-xl);
  position: relative;
  display: flex; flex-direction: column;
  overflow: hidden;
}
.modal-mobile .phone-shell::before {
  content: ''; position: absolute;
  top: 22px; left: 50%; transform: translateX(-50%);
  width: 70px; height: 6px;
  background: #3A4252; border-radius: 4px;
  z-index: 5;
}
.modal-mobile .phone-screen {
  flex: 1;
  background: var(--c-surface);
  border-radius: 22px;
  overflow: hidden;
  position: relative;
}
.modal-mobile .phone-screen iframe {
  width: 100%; height: 100%;
  border: none; display: block;
  background: var(--c-surface);
}
.modal-mobile .phone-screen .img-scroll {
  width: 100%; height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.modal-mobile .phone-screen .img-scroll img,
.modal-mobile .phone-screen .img-scroll svg {
  width: 100%; display: block;
}
.modal-mobile.show-desktop-img .phone-screen iframe { display: none; }
.modal-mobile.show-desktop-img .phone-screen .img-scroll { display: block; }

.modal-mobile-actions {
  display: flex; gap: 10px;
  margin-top: 14px;
}
.modal-mobile-actions .btn {
  flex: 1;
  padding: 13px 14px;
  font-size: 13.5px;
  justify-content: center;
}

/* mobile modal side switcher (the green pill icon shown in reference) */
.modal-mobile-switch {
  position: absolute;
  top: 50%; right: -12px;
  transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 8px;
  z-index: 10;
}
.modal-mobile-switch button {
  width: 44px; height: 44px;
  border-radius: 14px 0 0 14px;
  background: var(--c-mint);
  color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 8px 18px rgba(var(--c-accent-rgb), .18);
  transition: transform .15s;
}
.modal-mobile-switch button:hover { transform: translateX(-3px); }
.modal-mobile-switch button.is-active { background: var(--c-mint-deep); }
.modal-mobile-switch button svg { width: 18px; height: 18px; }

/* ===================================================================
   RESPONSIVE
   =================================================================== */
@media (max-width: 980px) {
  .hero { padding: 36px 0 60px; }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero-copy { max-width: 100%; }
  .hero-copy h1 { font-size: 34px; }
  .hero-mockup { height: 380px; }
  .mockup-desktop { width: 80%; left: 20%; }
  .mockup-mobile { left: 0; bottom: -30px; width: 140px; }

  .stats .container { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: none; }

  .tpl-grid, .feat-grid, .review-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .reseller-card {
    grid-template-columns: 1fr;
    padding: 32px;
  }

  .site-header nav { display: none; }
  .site-header nav.is-open {
    display: flex;
    position: absolute;
    top: 68px; left: 0; right: 0;
    background: var(--c-surface);
    flex-direction: column;
    padding: 20px 24px;
    border-bottom: 1px solid var(--c-line);
    box-shadow: var(--shadow-md);
    align-items: stretch;
  }
  .site-header nav > a,
  .site-header nav > .has-mega > button {
    padding: 12px 0;
    justify-content: space-between;
  }
  .has-mega { position: static; }
  .mega-menu {
    position: static;
    transform: none;
    opacity: 1; visibility: visible; pointer-events: auto;
    width: 100%;
    box-shadow: none;
    border: none;
    padding: 8px 0 0;
    display: none;
  }
  .has-mega.is-open .mega-menu { display: block; }
  .mega-grid { grid-template-columns: 1fr; gap: 0; }
  .mega-item { padding: 14px 16px; }
  .mega-item .illus { width: 52px; height: 52px; }
  .mega-item .text b { font-size: 14px; }
  .mega-item .text span { font-size: 12px; }
  .mega-search input { font-size: 14px; padding: 10px 12px; }
  .mega-search button { padding: 0 18px; font-size: 13px; }
  .menu-toggle {
    display: grid; place-items: center;
    width: 40px; height: 40px;
    border-radius: 10px;
    background: var(--c-bg-2);
  }
  .menu-toggle svg { width: 18px; height: 18px; }
}

@media (max-width: 640px) {
  .container { padding: 0 18px; }

  .hero-copy h1 { font-size: 28px; }
  .hero-mockup { height: 320px; }
  .hero-meta { display: none; }
  .mockup-desktop {
    width: 72%; left: 24%;
    transform: rotate(-1deg);
  }
  .mockup-mobile { width: 120px; }

  .stats .container { grid-template-columns: 1fr 1fr; gap: 14px; padding: 22px 18px; }
  .stat { padding-right: 0; }
  .stat .num { font-size: 18px; }
  .stat .lbl { font-size: 12px; }

  .section-head h2 { font-size: 29px; }
  .section-head p { font-size: 16px; }

  .templates, .features, .reviews, .faq { padding: 60px 0; }
  .cta { padding: 70px 0 80px; }
  .cta h2 { font-size: 26px; }

  .tpl-grid, .feat-grid, .review-grid {
    grid-template-columns: 1fr;
  }
  .tpl-image { aspect-ratio: 4 / 5; }
  .tpl-card.is-hover .tpl-image .preview { transform: translateY(0); }

  .reseller-card { padding: 24px; }

  /* On mobile: hide hover overlay completely — tap opens modal */
  .tpl-overlay { display: none; }

  .modal-backdrop { padding: 0; }
  .modal-desktop {
    border-radius: 0;
    max-height: 100vh; max-width: 100vw;
  }
  .modal-mobile {
    max-width: 100vw;
    max-height: 100vh;
    padding: 0;
  }
  .modal-mobile .phone-shell { border-radius: 0; padding: 8px; }
  .modal-mobile .phone-screen { border-radius: 0; }
  .modal-mobile-switch { right: 0; }
  .modal-close-floating { top: 12px; right: 12px; }
  /* dar ekranda ok'lar telefon kenarına biner (dışarıda yer yok) */
  .modal-mobile-nav { width: 40px; height: 40px; background: rgba(255,255,255,.9); }
  .modal-mobile-nav.prev { left: 10px; }
  .modal-mobile-nav.next { right: 10px; }

  .site-footer .inner { flex-direction: column; gap: 12px; text-align: center; }
}

/* ===================================================================
   .pagehead — TÜM wsell iç sayfaları için TEK TİP sayfa başlığı.
   Kaynak: Siparislerim.html "orders-head" başlığı (sol hizalı, sade).
   Kullanım: <div class="pagehead"><h1>Başlık</h1><p>Alt açıklama</p></div>
   =================================================================== */
.pagehead { text-align: left; margin: 2px 0 26px; }
.pagehead .ph-actions { margin-top: 16px; display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
/* h1/p tipografi + vurgu artık merkezi .sec-title/.sec-desc (bkz. yukarıda MERKEZİ SECTION BAŞLIK) */

/* Accent kelime (girişli .orders-head görünümü, henüz göçmedi) — ana renk + load/scroll ile altı çizilir. */
.orders-head .title h1 .mint, .orders-head .title h1 .coral {
  position: relative; display: inline;
  color: var(--c-mint-deep);
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat; background-position: 0 92%;
  background-size: 0% 4px;
  transition: background-size 1.1s cubic-bezier(.4, 0, .2, 1) .35s;
  padding-bottom: 2px; border-radius: 1px;
}
.orders-head .title h1 .coral { color: var(--c-coral); }
.orders-head .title h1.drawn .mint, .orders-head .title h1.drawn .coral {
  background-size: 100% 4px;
}
@media (prefers-reduced-motion: reduce) {
  .orders-head .title h1 .mint, .orders-head .title h1 .coral { background-size: 100% 4px; transition: none; }
}

/* Bootstrap-benzeri görünürlük utility'si (wsell'de style.min yüklenmez, d-none burada tanımlı) */
.d-none { display: none !important; }

/* ===================================================================
   HERO SLAYT İLERLEME HALKASI (.bhv2-loader)
   Kaynak: demo-goster.php'deki `.hh-loader` (js/category-hero.js basar, stil
   css/home.css'te). O ikili bayilik'te YOK — home.css oraya yüklenmiyor. Bu yüzden
   ortak sürüm burada (style.css her sayfada var) tanımlandı ve wsell hero'ya kondu.
   Motor JS'siz: slayt `.is-active` olunca CSS animasyonu baştan başlar
   (demo-goster'daki `.bhv2-slide.is-active .hh-loader .fill` numarasının aynısı).
   Süre 6s = bayi.js/home.js bhv2Slider setInterval(next, 6000) ile birebir.
   =================================================================== */
.bhv2-loader {
  position: absolute; left: 50%; bottom: 44px; transform: translateX(-50%);
  width: 40px; height: 40px; z-index: 6; pointer-events: none;
}
.bhv2-loader svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.bhv2-loader .track { fill: none; stroke: var(--c-line); stroke-width: 4; }
.bhv2-loader .fill {
  fill: none; stroke: var(--c-mint-deep); stroke-width: 4; stroke-linecap: round;
  stroke-dasharray: 131.95; stroke-dashoffset: 131.95;  /* 2πr, r=21 */
}
.bhv2-slide.is-active .bhv2-loader .fill { animation: bhv2RingFill 6s linear forwards; }
/* slider'ın üstünde durulunca otomatik geçiş duruyor (hover guard) → halka da dursun */
.bhv2-slider:hover .bhv2-loader .fill { animation-play-state: paused; }
@keyframes bhv2RingFill { from { stroke-dashoffset: 131.95; } to { stroke-dashoffset: 0; } }
@media (max-width: 900px) { .bhv2-loader { display: none; } }
@media (prefers-reduced-motion: reduce) { .bhv2-loader { display: none; } }

/* Müşteri yorumları kartı (.testimonial) — merkezî V5 gölge (liste + anasayfa carousel ortak) */
.testimonial{ box-shadow:var(--ws-shadow) !important; border-radius:16px; transition:box-shadow .2s ease, transform .2s ease; }
.testimonial:hover{ transform:translateY(var(--ws-lift)); box-shadow:var(--ws-shadow-hover) !important; }

