/* =========================================================================
   Berasoft — Tasarım Sistemi
   Konsept: "Kod, ışığa dönüşür" — koyu hero/footer + aydınlık içerik.
   Yeniden kullanılabilir bileşen kütüphanesi (paneller de bunu miras alır).
   ========================================================================= */

/* ---- 1. Token'lar ------------------------------------------------------- */
:root {
  /* Marka */
  --brand-700: #155e75;
  --brand-600: #0e7490;
  --brand-500: #22d3ee;
  --violet:    #0ea5e9;
  --cyan:      #06b6d4;
  --on-brand:  #06333d; /* koyu metin: parlak cyan yüzeyler üstünde okunaklı kontrast */
  --grad: linear-gradient(120deg, #22d3ee 0%, #0ea5e9 46%, #06b6d4 100%);
  --grad-soft: linear-gradient(120deg, rgba(34,211,238,.14), rgba(14,165,233,.12) 50%, rgba(6,182,212,.12));

  /* Aydınlık yüzeyler */
  --bg:       #ffffff;
  --bg-soft:  #f6f7fb;
  --bg-muted: #eef0f8;
  --line:     #e6e8f2;
  --line-2:   #eef0f6;

  /* Metin (aydınlık) */
  --text:    #0e1020;
  --muted:   #55596f;
  --muted-2: #8b8fa6;

  /* Koyu yüzeyler */
  --ink:    #0a0c18;
  --ink-2:  #0e1124;
  --ink-3:  #141834;
  --d-text:  #f3f4ff;
  --d-muted: rgba(230,233,255,.66);
  --d-line:  rgba(255,255,255,.10);
  --d-card:  rgba(255,255,255,.045);
  --d-card-2:rgba(255,255,255,.07);

  /* Ölçü */
  --r-xs: 8px; --r-sm: 12px; --r: 16px; --r-lg: 22px; --r-xl: 30px; --r-pill: 999px;
  --container: 1200px;
  --pad: clamp(20px, 5vw, 40px);

  /* Gölge */
  --sh-sm: 0 1px 2px rgba(16,19,45,.06), 0 2px 6px rgba(16,19,45,.05);
  --sh:    0 8px 24px -8px rgba(16,19,45,.14), 0 2px 6px rgba(16,19,45,.06);
  --sh-lg: 0 30px 60px -20px rgba(23,20,72,.28), 0 12px 28px -18px rgba(23,20,72,.24);
  --sh-brand: 0 18px 40px -14px rgba(6,182,212,.55);

  --ring: 0 0 0 4px rgba(34,211,238,.28);
  --ease: cubic-bezier(.22,.61,.36,1);

  --font-display: 'Space Grotesk', 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-body: 'Plus Jakarta Sans', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

/* ---- 2. Sıfırlama & taban ---------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
h1, h2, h3, h4, h5 { font-family: var(--font-display); font-weight: 700; line-height: 1.08; letter-spacing: -.02em; color: var(--text); }
::selection { background: rgba(14,165,233,.22); }

main { display: block; }

/* ---- 3. Yerleşim -------------------------------------------------------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--pad); }
.container-wide { max-width: 1340px; }
.section { padding: clamp(64px, 9vw, 130px) 0; }
.section-tight { padding: clamp(40px, 6vw, 80px) 0; }
.center { text-align: center; }
.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:40px}.mt-5{margin-top:64px}
.measure { max-width: 640px; }
.measure-center { max-width: 680px; margin-inline: auto; }

/* ---- 4. Tipografi yardımcıları ---------------------------------------- */
.display  { font-size: clamp(2.4rem, 6vw, 4.4rem); line-height: 1.04; }
.h1 { font-size: clamp(2rem, 4.4vw, 3.3rem); }
.section-title { font-size: clamp(1.9rem, 3.6vw, 2.9rem); letter-spacing: -.025em; }
.section-lead { color: var(--muted); font-size: clamp(1.02rem, 1.5vw, 1.2rem); margin-top: 16px; }
.lead { color: var(--muted); font-size: 1.14rem; }
.gradient-text {
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-display);
  font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--brand-600);
  padding: 7px 14px; border-radius: var(--r-pill);
  background: var(--grad-soft);
  border: 1px solid rgba(34,211,238,.20);
}
.eyebrow svg { width: 15px; height: 15px; }
.eyebrow.on-dark { color: #a5f3fc; background: rgba(255,255,255,.06); border-color: var(--d-line); }

/* ---- 5. Butonlar ------------------------------------------------------- */
.btn {
  --_bg: var(--brand-600); --_fg: #fff;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-display); font-weight: 600; font-size: .96rem;
  padding: 12px 22px; border-radius: var(--r-pill);
  border: 1px solid transparent; cursor: pointer; white-space: nowrap;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s, color .2s, border-color .2s;
}
.btn svg { width: 18px; height: 18px; }
.btn:active { transform: translateY(1px); }
.btn.is-loading, .is-loading { pointer-events: none; opacity: .82; }
.btn-spinner { display: inline-block; width: 16px; height: 16px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: btn-spin .6s linear infinite; flex-shrink: 0; }
@keyframes btn-spin { to { transform: rotate(360deg); } }
.btn-lg { padding: 15px 28px; font-size: 1.02rem; }
.btn-block { width: 100%; }

.btn-primary { background: var(--grad); color: var(--on-brand); box-shadow: var(--sh-brand); background-size: 140% 140%; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 24px 50px -14px rgba(6,182,212,.62); background-position: 100% 50%; }

.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { transform: translateY(-2px); box-shadow: var(--sh-lg); }

.btn-light { background: #fff; color: var(--text); border-color: var(--line); box-shadow: var(--sh-sm); }
.btn-light:hover { transform: translateY(-2px); box-shadow: var(--sh); border-color: rgba(34,211,238,.4); }

.btn-outline { background: transparent; color: var(--brand-600); border-color: rgba(34,211,238,.4); }
.btn-outline:hover { background: var(--grad-soft); border-color: var(--brand-500); }

.btn-ghost { background: transparent; color: var(--text); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--brand-500); color: var(--brand-600); transform: translateY(-2px); }

/* Koyu zeminde */
.on-dark .btn-ghost, .btn-ghost.on-dark { color: #fff; border-color: rgba(255,255,255,.22); }
.on-dark .btn-ghost:hover, .btn-ghost.on-dark:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.4); color:#fff; }

/* ---- 6. Rozet & pill --------------------------------------------------- */
.badge { display:inline-flex; align-items:center; gap:6px; font-size:.8rem; font-weight:600; padding:5px 12px; border-radius:var(--r-pill); background:var(--bg-muted); color:var(--muted); }
.badge-brand { background: var(--grad-soft); color: var(--brand-700); border:1px solid rgba(34,211,238,.2); }
.tag { display:inline-flex; align-items:center; gap:6px; font-size:.82rem; font-weight:600; color:var(--brand-600); padding:6px 13px; border-radius:var(--r-pill); background:var(--grad-soft); border:1px solid rgba(34,211,238,.18); }

/* ---- 7. Kartlar -------------------------------------------------------- */
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 30px; box-shadow: var(--sh-sm);
  transition: transform .32s var(--ease), box-shadow .32s var(--ease), border-color .32s;
  position: relative;
}
.card.hover:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); border-color: rgba(34,211,238,.32); }
.card h3 { font-size: 1.24rem; margin-bottom: 8px; }
.card p { color: var(--muted); font-size: .98rem; }
.card-icon {
  width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center;
  color: var(--on-brand); background: var(--grad); box-shadow: var(--sh-brand); margin-bottom: 20px;
}
.card-icon svg { width: 26px; height: 26px; }
.card-icon.soft { background: var(--grad-soft); color: var(--brand-600); box-shadow: none; border:1px solid rgba(34,211,238,.18); }

.card-link { display:inline-flex; align-items:center; gap:6px; margin-top:18px; font-family:var(--font-display); font-weight:600; font-size:.92rem; color:var(--brand-600); }
.card-link svg { width:16px; height:16px; transition: transform .25s var(--ease); }
.card.hover:hover .card-link svg { transform: translateX(4px); }

/* Koyu kart / cam yüzey */
.glass {
  background: var(--d-card); border: 1px solid var(--d-line); border-radius: var(--r-lg);
  padding: 28px; backdrop-filter: blur(12px); color: var(--d-text);
  transition: transform .32s var(--ease), background .3s, border-color .3s;
}
.glass:hover { transform: translateY(-5px); background: var(--d-card-2); border-color: rgba(255,255,255,.18); }
.glass h3 { color: #fff; }
.glass p { color: var(--d-muted); }

/* ---- 8. Grid & bento -------------------------------------------------- */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.bento .col-2 { grid-column: span 2; } .bento .col-3 { grid-column: span 3; }
.bento .col-4 { grid-column: span 4; } .bento .col-6 { grid-column: span 6; }

/* ---- 9. Bölüm çeşitleri ----------------------------------------------- */
.section-dark { background: var(--ink); color: var(--d-text); position: relative; overflow: hidden; }
.section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
.section-dark .section-lead, .section-dark p { color: var(--d-muted); }
.section-soft { background: var(--bg-soft); }

/* Işıltı arka planı (koyu bölümler) */
.glow { position:absolute; border-radius:50%; filter: blur(90px); opacity:.5; pointer-events:none; z-index:0; }
.glow-1 { width:520px; height:520px; background: radial-gradient(circle, rgba(34,211,238,.6), transparent 70%); top:-160px; right:-120px; }
.glow-2 { width:460px; height:460px; background: radial-gradient(circle, rgba(6,182,212,.42), transparent 70%); bottom:-180px; left:-140px; }
.glow-3 { width:400px; height:400px; background: radial-gradient(circle, rgba(14,165,233,.5), transparent 70%); top:30%; left:40%; }
.section-dark > .container { position: relative; z-index: 1; }

/* ---- 10. Header -------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  transition: background .3s, box-shadow .3s, border-color .3s;
  background: rgba(255,255,255,.86); backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.site-header .bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--font-display); font-weight: 700; font-size: 1.24rem; letter-spacing: -.02em; color: var(--text); }
.brand-mark {
  width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center;
  background: var(--grad); color: var(--on-brand); font-family: var(--font-display); font-weight: 700; font-size: 1.15rem;
  box-shadow: var(--sh-brand);
}
.brand-mark span { transform: translateY(-1px); }
.brand-logo { height: 38px; width: auto; display: block; flex: none; }
.brand-word { font-family: var(--font-display); font-weight: 700; font-size: 1.28rem; letter-spacing: .01em; line-height: 1; }
.brand-word span { color: var(--brand-600); }
.has-dark-hero:not(.scrolled) .brand-word span { color: var(--brand-500); }
.brand-logo-full { height: 40px; width: auto; display: block; }

.nav { display: flex; align-items: center; gap: 4px; margin-left: clamp(20px, 4vw, 56px); }
.nav > a, .nav-item > button {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-display); font-weight: 600; font-size: .95rem;
  color: var(--text); padding: 9px 14px; border-radius: var(--r-pill);
  background: none; border: none; cursor: pointer; transition: color .2s, background .2s;
}
.nav > a:hover, .nav-item > button:hover, .nav > a.active { color: var(--brand-600); background: var(--grad-soft); }
.nav-item > button svg { width: 15px; height: 15px; transition: transform .25s; }
.nav-item.open > button svg { transform: rotate(180deg); }
/* Üst nav öğelerinin baştaki ikonu (chevron hariç) */
.nav-ico { width: 17px; height: 17px; color: var(--brand-500); flex: none; transition: color .2s; }
.nav > a:hover .nav-ico, .nav-item > button:hover .nav-ico, .nav > a.active .nav-ico { color: var(--brand-600); }

/* ---- E-ticaret sayfası: resimsiz görsel bileşenler ---- */
.demo-win { background: linear-gradient(160deg,#0b1220,#0e2a33); position: relative; overflow: hidden; }
.demo-topbar { display:flex; align-items:center; gap:7px; padding:13px 16px; border-bottom:1px solid rgba(255,255,255,.06); }
.demo-topbar .d { width:11px; height:11px; border-radius:50%; flex:none; }
.demo-url { margin-left:12px; flex:1; min-width:0; display:inline-flex; align-items:center; gap:8px; background:rgba(255,255,255,.09); color:#e2e8f0; font-size:.82rem; padding:7px 14px; border-radius:999px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.demo-url svg { width:14px; height:14px; color:#67e8f9; flex:none; }
.demo-canvas { padding:22px; display:flex; flex-wrap:wrap; gap:10px; min-height:148px; align-content:center; }
.demo-chip { display:inline-flex; align-items:center; gap:8px; padding:9px 14px; border-radius:12px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.10); color:#cbd5e1; font-size:.86rem; font-weight:600; }
.demo-chip svg { width:16px; height:16px; color:#67e8f9; flex:none; }
.demo-chip.stat { flex-direction:column; align-items:flex-start; gap:1px; min-width:118px; }
.demo-chip.stat b { color:#fff; font-family:var(--font-display); font-size:1.2rem; }
.demo-chip.stat span { color:#94a3b8; font-size:.72rem; font-weight:500; }

/* Mini kontrol paneli (resimsiz önizleme) */
.mini-dash { border:1px solid var(--line); border-radius:20px; background:#fff; box-shadow:var(--sh-lg); padding:22px; }
.mini-dash-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:16px; }
.mini-dash-head strong { font-family:var(--font-display); font-size:1.02rem; }
.live-dot { display:inline-flex; align-items:center; gap:7px; font-size:.76rem; color:var(--muted); }
.live-dot::before { content:""; width:8px; height:8px; border-radius:50%; background:#22c55e; animation:livepulse 2s infinite; }
@keyframes livepulse { 0%{box-shadow:0 0 0 0 rgba(34,197,94,.5);} 70%{box-shadow:0 0 0 7px rgba(34,197,94,0);} 100%{box-shadow:0 0 0 0 rgba(34,197,94,0);} }
.kpi-row { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-bottom:18px; }
.kpi { border:1px solid var(--line); border-radius:13px; padding:13px; background:var(--bg-soft); }
.kpi b { display:block; font-family:var(--font-display); font-size:1.3rem; color:var(--text); line-height:1.1; }
.kpi span { font-size:.72rem; color:var(--muted); }
.dash-bars { display:flex; align-items:flex-end; gap:8px; height:110px; }
.dash-bars i { flex:1; border-radius:6px 6px 0 0; background:linear-gradient(180deg,var(--brand-500),var(--brand-700)); opacity:.82; }
.dash-bars i:last-child { opacity:1; }

/* Teknik güvenlik rozetleri */
.tech-pill { display:inline-flex; align-items:center; gap:8px; padding:10px 16px; border-radius:999px; background:rgba(255,255,255,.05); border:1px solid var(--d-line); color:#e2e8f0; font-size:.88rem; font-weight:600; }
.tech-pill svg { width:16px; height:16px; color:#67e8f9; flex:none; }
@media (max-width:420px){
  .kpi { padding:11px; }
  .kpi b { font-size:1.1rem; }
  .demo-chip.stat { min-width:0; flex:1; }
}

.nav-item { position: relative; }
.dropdown {
  position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(8px);
  min-width: 320px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--sh-lg); padding: 10px; opacity: 0; visibility: hidden; transition: opacity .22s, transform .22s var(--ease);
}
/* Görünmez köprü: buton ile menü arasındaki boşluğu kapatır; böylece fare
   menüye inerken hover kopmaz ve menü tıklamadan açık kalır. */
.dropdown::before { content: ""; position: absolute; left: 0; right: 0; top: -16px; height: 16px; }
.nav-item.open .dropdown, .nav-item:hover .dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.dropdown a { display: flex; gap: 12px; padding: 11px 12px; border-radius: var(--r-sm); transition: background .2s; }
.dropdown a:hover { background: var(--bg-soft); }
.dd-ico { width: 40px; height: 40px; border-radius: 10px; flex: none; display: grid; place-items: center; background: var(--grad-soft); color: var(--brand-600); }
.dd-ico svg { width: 20px; height: 20px; }
.dd-title { font-family: var(--font-display); font-weight: 600; font-size: .95rem; color: var(--text); }
.dd-desc { font-size: .82rem; color: var(--muted); }

.header-cta { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: 11px; width: 44px; height: 44px; place-items: center; cursor: pointer; color: var(--text); }
.nav-toggle svg { width: 22px; height: 22px; }

/* Koyu hero üzerinde şeffaf header.
   Header sticky olduğu için akışta 72px yer kaplar; koyu hero'yu bu boşluğun
   arkasına çekmezsek şeffaf header'ın arkasında açık body zemini kalır ve
   beyaz nav metni kaybolur. main'i yukarı çekerek hero'yu header'ın altına
   yerleştiriyoruz (hero'nun büyük üst iç boşluğu içeriği header'dan uzak tutar). */
body.has-dark-hero main { margin-top: -73px; }

body.has-dark-hero .site-header:not(.scrolled) {
  background: transparent; border-color: transparent; backdrop-filter: none;
}
body.has-dark-hero .site-header:not(.scrolled) .brand,
body.has-dark-hero .site-header:not(.scrolled) .nav > a,
body.has-dark-hero .site-header:not(.scrolled) .nav-item > button { color: #fff; }
body.has-dark-hero .site-header:not(.scrolled) .nav > a:hover,
body.has-dark-hero .site-header:not(.scrolled) .nav-item > button:hover { background: rgba(255,255,255,.1); color:#fff; }
body.has-dark-hero .site-header:not(.scrolled) .nav-login { color: #fff; }
body.has-dark-hero .site-header:not(.scrolled) .nav-toggle { color:#fff; border-color: rgba(255,255,255,.24); }

.nav-login { display:inline-flex; align-items:center; gap:7px; font-family:var(--font-display); font-weight:600; font-size:.95rem; padding:9px 14px; border-radius:var(--r-pill); }
.nav-login:hover { color: var(--brand-600); }

/* Mobil menü */
.mobile-menu { position: fixed; inset: 0; z-index: 200; background: var(--ink); color:#fff; padding: 24px; display:flex; flex-direction:column; transform: translateX(100%); transition: transform .35s var(--ease); overflow-y:auto; }
.mobile-menu.open { transform: translateX(0); }
.mobile-menu .mm-head { display:flex; align-items:center; justify-content:space-between; margin-bottom: 30px; }
.mobile-menu .mm-close { background:rgba(255,255,255,.08); border:none; color:#fff; width:44px;height:44px;border-radius:12px; display:grid;place-items:center; cursor:pointer; }
.mobile-menu a.mm-link { font-family:var(--font-display); font-weight:600; font-size:1.5rem; padding:14px 0; border-bottom:1px solid var(--d-line); color:#fff; display:flex; justify-content:space-between; align-items:center; }
.mobile-menu a.mm-link svg { width:20px;height:20px; color: var(--d-muted); }
.mobile-menu .mm-group { display:block; font-family:var(--font-display); font-size:.72rem; letter-spacing:.16em; text-transform:uppercase; color:var(--muted-2); margin:22px 0 4px; font-weight:700; }
.mobile-menu a.mm-link.mm-sub { font-size:1.15rem; padding:11px 0; color:var(--d-text); }
.mobile-menu .mm-actions { margin-top: auto; padding-top: 30px; display:flex; flex-direction:column; gap:12px; }
/* Mobil menü — açılır (accordion) alt menüler */
.mobile-menu .mm-nav { display:flex; flex-direction:column; }
.mm-acc { border-bottom:1px solid var(--d-line); }
.mm-acc-btn { width:100%; display:flex; align-items:center; justify-content:space-between; gap:12px; background:none; border:none; cursor:pointer; color:#fff; font-family:var(--font-display); font-weight:600; font-size:1.5rem; padding:14px 0; text-align:left; }
.mm-acc-btn svg { width:22px; height:22px; color:var(--d-muted); transition:transform .3s var(--ease); flex:none; }
.mm-acc.open .mm-acc-btn { color:var(--brand-500); }
.mm-acc.open .mm-acc-btn svg { transform:rotate(180deg); color:var(--brand-500); }
.mm-acc-panel { max-height:0; overflow:hidden; transition:max-height .4s var(--ease); }
.mm-acc.open .mm-acc-panel { max-height:640px; }
.mm-acc-link { display:flex; align-items:center; gap:14px; padding:12px 2px; color:var(--d-text); font-size:1.06rem; font-weight:500; }
.mm-acc-link:last-child { padding-bottom:18px; }
.mm-acc-ico { display:grid; place-items:center; width:36px; height:36px; border-radius:10px; background:rgba(255,255,255,.06); color:var(--brand-500); flex:none; }
.mm-acc-ico svg { width:18px; height:18px; }

/* ---- 11. Hero --------------------------------------------------------- */
.hero { position: relative; background: var(--ink); color: var(--d-text); overflow: hidden; padding: clamp(120px, 16vw, 190px) 0 clamp(80px, 10vw, 120px); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
.hero h1 { font-size: clamp(2.5rem, 5.6vw, 4.3rem); color: #fff; }
.hero-lead { color: var(--d-muted); font-size: clamp(1.05rem, 1.6vw, 1.25rem); margin-top: 22px; max-width: 540px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-stats { display: flex; gap: 40px; margin-top: 52px; flex-wrap: wrap; }
.hero-stats .num { font-family: var(--font-display); font-size: 2.1rem; font-weight: 700; color: #fff; letter-spacing: -.03em; }
.hero-stats .lbl { color: var(--d-muted); font-size: .9rem; margin-top: 2px; }

/* Kahraman görsel — ürün penceresi */
.mock {
  background: linear-gradient(160deg, #171b34, #0d1022); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-xl); padding: 16px; box-shadow: var(--sh-lg); position: relative;
}
.mock-bar { display:flex; gap:7px; padding: 6px 4px 14px; }
.mock-bar i { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,.18); }
.mock-bar i:nth-child(1){ background:#ff5f57; } .mock-bar i:nth-child(2){ background:#febc2e; } .mock-bar i:nth-child(3){ background:#28c840; }
.mock-body { background: rgba(255,255,255,.03); border-radius: var(--r); padding: 20px; }
.code-row { height: 12px; border-radius: 6px; background: rgba(255,255,255,.09); margin-bottom: 12px; }
.code-row.brand { background: var(--grad); width: 55%; }
.code-row.w-90{width:90%}.code-row.w-70{width:70%}.code-row.w-50{width:50%}.code-row.w-40{width:40%}
.chip-row { display:flex; flex-wrap:wrap; gap:8px; margin-top: 18px; }
.mini-chip { display:inline-flex; align-items:center; gap:6px; font-size:.78rem; font-weight:600; line-height:1.2; color:var(--brand-700); padding:6px 12px; border-radius:var(--r-pill); background: rgba(34,211,238,.10); border:1px solid rgba(34,211,238,.28); }
.mini-chip svg { width:14px; height:14px; flex:none; }

.hero-float { position:absolute; background:#fff; color:var(--text); border-radius:var(--r); padding:14px 16px; box-shadow:var(--sh-lg); display:flex; align-items:center; gap:12px; }
.hero-float .hf-ico { width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:var(--grad-soft);color:var(--brand-600); }
.hero-float .hf-t { font-family:var(--font-display); font-weight:700; font-size:.98rem; }
.hero-float .hf-s { font-size:.78rem; color:var(--muted); }
.hero-float.f1 { top: 8%; left: -34px; } .hero-float.f2 { bottom: 6%; right: -26px; }

/* Güven şeridi (hero) */
.hero-trust { display:flex; align-items:center; gap:12px; margin-top:26px; color:var(--d-muted); font-size:.92rem; font-weight:500; }
.hero-trust .stars { margin:0; }
.hero-trust .stars svg { width:16px; height:16px; }

/* Tarayıcı çerçevesi — gerçek ürün ekran görüntüsü */
.browser {
  border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid rgba(255,255,255,.12); background: #0d1022;
  box-shadow: var(--sh-lg);
}
.browser-bar { display:flex; align-items:center; gap:7px; padding:12px 16px; background:rgba(255,255,255,.04); border-bottom:1px solid rgba(255,255,255,.08); }
.browser-bar .bd { width:11px; height:11px; border-radius:50%; background:rgba(255,255,255,.18); flex:none; }
.browser-bar .bd:nth-child(1){background:#ff5f57} .browser-bar .bd:nth-child(2){background:#febc2e} .browser-bar .bd:nth-child(3){background:#28c840}
.browser-url { margin-left:12px; font-size:.8rem; color:var(--d-muted); display:inline-flex; align-items:center; gap:8px; background:rgba(255,255,255,.05); padding:5px 16px; border-radius:var(--r-pill); }
.browser-url i { width:7px; height:7px; border-radius:50%; background:#4ade80; box-shadow:0 0 0 3px rgba(74,222,128,.2); flex:none; }
.browser-shot { width:100%; height:auto; display:block; }

/* ---- 12. Marquee (logo/kelime şeridi) --------------------------------- */
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; gap: 56px; width: max-content; animation: marquee 32s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.logo-word { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; color: var(--muted-2); white-space: nowrap; display:inline-flex; align-items:center; gap:9px; }
.logo-word svg { width:18px; height:18px; color: var(--brand-500); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---- 13. Özellik listesi ---------------------------------------------- */
.feat-list { display: grid; gap: 14px; }
.feat-list li { display: flex; gap: 12px; align-items: flex-start; list-style: none; }
.feat-list .fi { flex: none; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: var(--grad-soft); color: var(--brand-600); margin-top: 1px; }
.feat-list .fi svg { width: 15px; height: 15px; stroke-width: 2.5; }
.feat-list strong { font-family: var(--font-display); display:block; }
.feat-list span.d { color: var(--muted); font-size: .95rem; }
.section-dark .feat-list .fi { background: rgba(255,255,255,.08); color: #67e8f9; }
.section-dark .feat-list span.d { color: var(--d-muted); }

/* ---- 14. Süreç / adım ------------------------------------------------- */
.steps { display: grid; gap: 24px; grid-template-columns: repeat(4, 1fr); counter-reset: s; }
.step { position: relative; padding-top: 20px; }
.step::before { counter-increment: s; content: "0" counter(s); font-family: var(--font-display); font-weight: 700; font-size: 2.6rem; color: transparent; -webkit-text-stroke: 1.5px rgba(34,211,238,.35); display:block; margin-bottom: 12px; letter-spacing:-.03em; }
.step h3 { font-size: 1.15rem; margin-bottom: 6px; }
.step p { color: var(--muted); font-size: .95rem; }
.section-dark .step::before { -webkit-text-stroke-color: rgba(165,180,252,.45); }

/* ---- 15. İstatistik ---------------------------------------------------- */
.stats-grid { display:grid; grid-template-columns:repeat(4,1fr); gap: 24px; }
.stat { text-align:center; padding: 20px; }
.stat .n { font-family: var(--font-display); font-weight: 700; font-size: clamp(2.2rem, 4vw, 3.2rem); letter-spacing:-.03em; background: var(--grad); -webkit-background-clip:text; background-clip:text; color:transparent; }
.stat .l { color: var(--muted); font-size: .96rem; margin-top: 4px; }
.section-dark .stat .l { color: var(--d-muted); }

/* ---- 16. CTA bandı ----------------------------------------------------- */
.cta-band { position: relative; overflow: hidden; background: var(--ink); border-radius: var(--r-xl); padding: clamp(44px, 6vw, 80px); text-align: center; color: #fff; }
.cta-band h2 { color: #fff; font-size: clamp(1.8rem, 3.6vw, 2.8rem); }
.cta-band p { color: var(--d-muted); max-width: 560px; margin: 16px auto 0; }
.cta-band .hero-cta { justify-content: center; }

/* ---- 17. Testimonial --------------------------------------------------- */
.quote-card { background:#fff; border:1px solid var(--line); border-radius:var(--r-lg); padding:32px; box-shadow:var(--sh-sm); }
.quote-card p { font-size:1.08rem; color:var(--text); }
.quote-card .who { display:flex; align-items:center; gap:12px; margin-top:22px; }
.avatar { width:46px;height:46px;border-radius:50%; background:var(--grad); color:var(--on-brand); display:grid;place-items:center; font-family:var(--font-display); font-weight:700; }
.stars { display:flex; gap:3px; color:#f59e0b; margin-bottom:14px; }
.stars svg { width:18px;height:18px; fill:#f59e0b; stroke:#f59e0b; }

/* ---- 18. Footer -------------------------------------------------------- */
.site-footer { background: var(--ink); color: var(--d-muted); position: relative; overflow: hidden; padding-top: clamp(56px, 7vw, 88px); }
.site-footer .brand { color: #fff; }

/* Bülten CTA bandı */
.footer-cta { display: flex; align-items: center; justify-content: space-between; gap: clamp(24px,4vw,48px); flex-wrap: wrap;
  padding: clamp(24px,3vw,40px); border-radius: 24px; position: relative; overflow: hidden;
  background: linear-gradient(120deg, rgba(255,255,255,.055), rgba(255,255,255,.015));
  border: 1px solid var(--d-line); margin-bottom: clamp(48px,6vw,72px); }
.footer-cta::before { content:""; position:absolute; inset:0; background: var(--grad-soft); opacity:.55; pointer-events:none; }
.footer-cta > * { position: relative; z-index: 1; }
.footer-cta-text { flex: 1 1 340px; }
.footer-cta-text h3 { color:#fff; font-family: var(--font-display); font-size: clamp(1.35rem,2.4vw,1.8rem); line-height: 1.2; margin-bottom: 8px; }
.footer-cta-text p { color: var(--d-muted); font-size: .98rem; line-height: 1.6; max-width: 440px; }
.footer-cta-form { flex: 1 1 380px; width: 100%; max-width: 460px; }
.footer-cta .footer-label { display:inline-flex; align-items:center; gap:7px; }
.footer-cta .footer-label svg { width:14px; height:14px; color: var(--cyan); }

/* Ana grid */
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: clamp(32px,4vw,56px); padding-bottom: 48px; }

/* Marka sütunu */
.footer-lead { margin-top: 20px; max-width: 330px; color: var(--d-muted); font-size: .95rem; line-height: 1.7; }
.footer-lead strong { color: #fff; font-family: var(--font-display); }
.footer-label { display: block; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 12px; font-weight: 600; }
.footer-social-block { margin-top: 26px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,.06); border:1px solid var(--d-line); color:#fff; transition: background .2s, transform .2s, border-color .2s; }
.footer-social a:hover { background: var(--grad); color: var(--on-brand); border-color: transparent; transform: translateY(-3px); }
.footer-social svg { width: 18px; height: 18px; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.fbadge { display: inline-flex; align-items: center; gap: 7px; font-size: .8rem; font-weight: 600; color: #cbd5e1; padding: 8px 13px; border-radius: var(--r-pill); background: rgba(255,255,255,.045); border: 1px solid var(--d-line); }
.fbadge svg { width: 14px; height: 14px; color: var(--cyan); }

/* Bağlantı sütunları */
.footer-col h4 { color: #fff; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 18px; font-family: var(--font-display); }
.footer-col > a { display: flex; align-items: center; gap: 10px; padding: 7px 0; color: var(--d-muted); font-size: .95rem; transition: color .2s, padding .2s; }
.footer-col > a svg { width: 16px; height: 16px; color: var(--cyan); opacity: .85; flex: none; transition: opacity .2s; }
.footer-col > a:hover { color: #fff; padding-left: 5px; }
.footer-col > a:hover svg { opacity: 1; }

/* İletişim sütunu */
.footer-contact .fcontact { display: flex; gap: 12px; padding: 8px 0; align-items: center; }
.fc-ico { flex: none; width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,.05); border: 1px solid var(--d-line); color: var(--cyan); }
.fc-ico svg { width: 17px; height: 17px; }
.fc-body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.fc-lbl { font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; color: var(--muted-2); }
.fc-val { color: #fff; font-size: .95rem; font-weight: 600; }
a.fc-val { transition: color .2s; word-break: break-word; } a.fc-val:hover { color: var(--cyan); }
.fcontact-live .fc-ico { background: rgba(34,197,94,.12); border-color: rgba(34,197,94,.3); color:#4ade80; }
.fc-val-live { display: inline-flex; align-items: center; gap: 7px; color:#86efac; font-weight: 600; font-size: .95rem; }
.fc-val-live i { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 3px rgba(34,197,94,.2); animation: pulse-dot 1.8s ease-in-out infinite; flex: none; }
@keyframes pulse-dot { 0%,100% { opacity: 1; } 50% { opacity: .4; } }

/* Bülten formu */
.news-ok { color:#86efac; font-size:.9rem; margin-bottom:10px; display:flex; gap:6px; align-items:center; }
.news-ok svg { width:16px; height:16px; }
.news-form { display:flex; gap:8px; background: rgba(0,0,0,.22); border:1px solid var(--d-line); border-radius: var(--r-pill); padding: 6px 6px 6px 18px; transition: border-color .2s; }
.news-form:focus-within { border-color: var(--cyan); }
.news-form input { flex:1; min-width:0; background:none; border:none; color:#fff; outline:none; font-size:.95rem; }
.news-form input::placeholder { color: rgba(255,255,255,.45); }
.news-form button { flex:none; height:44px; padding:0 20px; border-radius: var(--r-pill); border:none; background:var(--grad); color:var(--on-brand); cursor:pointer; display:inline-flex; align-items:center; gap:8px; font-weight:700; font-family: var(--font-display); font-size:.92rem; transition: transform .2s, box-shadow .2s; white-space: nowrap; }
.news-form button:hover { transform: translateY(-1px); box-shadow: var(--sh-brand); }
.news-form button svg { width:17px; height:17px; }
.news-note { font-size: .82rem; color: var(--muted-2); margin-top: 12px; display:flex; align-items:center; gap:7px; }
.news-note svg { width:14px; height:14px; color: var(--cyan); flex:none; }

/* İstatistik şeridi */
.footer-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 28px 0; border-top: 1px solid var(--d-line); }
.fstat { display: flex; align-items: center; gap: 13px; padding: 16px 18px; border-radius: 14px; background: rgba(255,255,255,.03); border: 1px solid var(--d-line); transition: border-color .2s, background .2s; }
.fstat:hover { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.05); }
.fstat-ico { flex: none; width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; background: var(--grad-soft); color: var(--cyan); }
.fstat-ico svg { width: 18px; height: 18px; }
.fstat-body { display: flex; flex-direction: column; line-height: 1.18; min-width: 0; }
.fstat-body b { color: #fff; font-family: var(--font-display); font-size: 1.25rem; }
.fstat-body small { color: var(--muted-2); font-size: .8rem; }

.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 26px 0; border-top: 1px solid var(--d-line); font-size: .9rem; }
.footer-bottom a { color: var(--d-muted); } .footer-bottom a:hover { color:#fff; }
.footer-legal { display:flex; gap:20px; flex-wrap:wrap; }
.to-top { position: fixed; right: 22px; bottom: 22px; width: 46px; height: 46px; border-radius: 50%; background: var(--grad); color:var(--on-brand); display:grid; place-items:center; box-shadow: var(--sh-brand); opacity:0; visibility:hidden; transform: translateY(12px); transition: all .3s var(--ease); z-index: 90; border:none; cursor:pointer; }
.to-top.show { opacity:1; visibility:visible; transform: translateY(0); }
.to-top svg { width:20px; height:20px; }

/* ---- 19. Sayfa başlığı (iç sayfalar) ---------------------------------- */
.page-hero { background: var(--ink); color:#fff; position:relative; overflow:hidden; padding: clamp(130px, 15vw, 190px) 0 clamp(64px, 8vw, 100px); text-align:center; }
.page-hero h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); color:#fff; }
.page-hero p { color: var(--d-muted); max-width: 620px; margin: 18px auto 0; font-size: 1.12rem; }
.breadcrumb { display:inline-flex; gap:8px; align-items:center; font-size:.88rem; color:var(--d-muted); margin-bottom:20px; }
.breadcrumb a:hover { color:#fff; }

/* ---- 20. Auth (giriş/kayıt) ------------------------------------------- */
.auth-wrap { display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; }
.auth-aside { background: var(--ink); color: #fff; padding: clamp(36px, 5vw, 64px); display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.auth-aside h2 { color:#fff; font-size: clamp(1.8rem,3vw,2.4rem); }
.auth-aside p { color: var(--d-muted); margin-top: 12px; }
.auth-aside .brand { color:#fff; position:relative; z-index:1; }
.auth-aside > * { position: relative; z-index: 1; }
.auth-points { list-style:none; display:grid; gap:14px; margin-top:28px; }
.auth-points li { display:flex; gap:11px; align-items:center; color: var(--d-text); }
.auth-points svg { width:20px;height:20px; color:#67e8f9; flex:none; }
.auth-main { display: grid; place-items: center; padding: clamp(30px, 5vw, 60px); background: var(--bg-soft); }
.auth-card { width: 100%; max-width: 420px; }
.auth-card h1 { font-size: 2rem; }
.auth-card .sub { color: var(--muted); margin-top: 6px; margin-bottom: 26px; }
.auth-alt { text-align: center; margin-top: 22px; color: var(--muted); font-size: .95rem; }
.auth-alt a, .link { color: var(--brand-600); font-weight: 600; }

/* ---- 21. Form --------------------------------------------------------- */
.field { margin-bottom: 18px; }
.field label { display: block; font-family: var(--font-display); font-weight: 600; font-size: .9rem; margin-bottom: 8px; }
.field-error { display: block; margin-top: 6px; font-size: .85rem; color: #dc2626; }
.field [aria-invalid="true"] { border-color: #dc2626 !important; }
.field [aria-invalid="true"]:focus { box-shadow: 0 0 0 3px rgba(220,38,38,.18); }
.input, textarea.input, select.input,
.field input, .field textarea, .field select {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--line); border-radius: var(--r-sm);
  background: #fff; transition: border-color .2s, box-shadow .2s; font-size: 1rem;
}
.input:focus, textarea.input:focus, select.input:focus { outline: none; border-color: var(--brand-500); box-shadow: var(--ring); }
textarea.input { min-height: 130px; resize: vertical; }
.form-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 6px 0 4px; flex-wrap:wrap; }
.checkbox { display: inline-flex; align-items: center; gap: 8px; font-size: .92rem; color: var(--muted); cursor: pointer; }
.checkbox input { width:16px; height:16px; accent-color: var(--brand-600); }

/* ---- 22. Alert -------------------------------------------------------- */
.alert { display: flex; align-items: center; gap: 10px; padding: 13px 16px; border-radius: var(--r-sm); font-size: .94rem; margin-bottom: 16px; }
.alert svg { width: 18px; height: 18px; flex: none; }
.alert-error { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }
.alert-success { background: #f0fdf4; color: #15803d; border: 1px solid #bbf7d0; }
.alert-info { background: var(--grad-soft); color: var(--brand-700); border: 1px solid rgba(34,211,238,.2); }

/* ---- 23. Genel içerik (sayfa.php) ------------------------------------- */
.prose { max-width: 760px; margin-inline:auto; }
.prose h2 { font-size: 1.6rem; margin: 32px 0 12px; }
.prose h3 { font-size: 1.25rem; margin: 24px 0 10px; }
.prose p { color: var(--muted); margin-bottom: 16px; }
.prose ul { color: var(--muted); padding-left: 20px; margin-bottom: 16px; }
.prose a { color: var(--brand-600); font-weight:600; }

/* ---- 24. Scroll reveal ------------------------------------------------ */
/* Fail-safe: içerik varsayılan olarak GÖRÜNÜR. Gizli başlangıç durumu yalnızca
   JS animasyonu etkinleştirdiğinde (html.js-anim) uygulanır; böylece app.js
   herhangi bir sebeple yüklenmezse yazılar asla gizli kalmaz. */
.reveal { transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js-anim .reveal { opacity: 0; transform: translateY(26px); }
.js-anim .reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; } .reveal.d5 { transition-delay: .40s; }
/* İletişim bilgileri listesi */
.contact-list { list-style: none; display: flex; flex-direction: column; gap: 18px; }
.contact-list li { display: flex; align-items: flex-start; gap: 14px; }
.contact-list .ci { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--grad-soft); color: var(--brand-600); }
.contact-list .ci svg { width: 20px; height: 20px; }
.contact-list li > span:last-child { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.contact-list .cl { font-size: .8rem; font-weight: 600; letter-spacing: .02em; text-transform: uppercase; color: var(--muted); }
.contact-list a, .contact-list li > span:last-child > span:last-child { font-family: var(--font-display); font-weight: 600; color: var(--text); word-break: break-word; }
.contact-list a:hover { color: var(--brand-600); }

@media (prefers-reduced-motion: reduce) { .reveal { opacity:1; transform:none; transition:none; } .marquee-track { animation:none; } html{scroll-behavior:auto;} }

/* ---- 24a. SSS arama & geri bildirim ------------------------------------ */
.faq-search { position:relative; max-width:560px; margin:26px auto 0; }
.faq-search input {
  width:100%; padding:16px 20px 16px 52px; border-radius:var(--r-pill);
  border:1px solid rgba(255,255,255,.18); background:rgba(255,255,255,.08);
  color:#fff; font-size:1rem; font-family:inherit; outline:none;
  backdrop-filter:blur(8px); transition:border-color .2s, background .2s;
}
.faq-search input::placeholder { color:rgba(255,255,255,.55); }
.faq-search input:focus { border-color:var(--cyan, #22d3ee); background:rgba(255,255,255,.12); }
.faq-search .fs-icon { position:absolute; left:20px; top:50%; transform:translateY(-50%); color:rgba(255,255,255,.6); display:grid; place-items:center; }
.faq-search .fs-icon svg { width:19px; height:19px; }
.faq-empty { text-align:center; color:var(--muted); padding:36px 12px; display:none; }
.faq-empty strong { color:var(--text); }
mark.faq-hl { background:rgba(34,211,238,.25); color:inherit; border-radius:3px; padding:0 1px; }

.faq-fb { display:flex; align-items:center; flex-wrap:wrap; gap:10px; margin-top:16px; padding-top:14px; border-top:1px dashed var(--line); }
.faq-fb .fb-q { font-size:.85rem; color:var(--muted); font-weight:600; }
.faq-fb button {
  display:inline-flex; align-items:center; gap:6px; cursor:pointer;
  font:inherit; font-size:.83rem; font-weight:600; color:var(--muted);
  background:var(--bg-soft); border:1px solid var(--line); border-radius:var(--r-pill);
  padding:7px 14px; transition:all .18s ease;
}
.faq-fb button svg { width:15px; height:15px; }
.faq-fb button:hover { color:var(--brand-600); border-color:var(--brand-600); }
.faq-fb button.on { color:#fff; background:var(--brand-600); border-color:var(--brand-600); }
.faq-fb button:disabled { cursor:default; opacity:.9; }
.faq-fb .fb-count { font-size:.78rem; color:var(--muted); }
.faq-fb .fb-thanks { font-size:.83rem; font-weight:600; color:var(--brand-600); display:none; }
.faq-fb .fb-more { margin-left:auto; font-size:.83rem; font-weight:600; color:var(--brand-600); text-decoration:none; display:inline-flex; align-items:center; gap:5px; }
.faq-fb .fb-more:hover { text-decoration:underline; }
@media (max-width:640px){ .faq-fb .fb-more { margin-left:0; width:100%; } }

/* ---- 24b. Split grid yardımcıları (mobilde tek sütuna düşer) ---------- */
.grid-split-detail { grid-template-columns: 1.5fr .8fr; gap: 48px; align-items: start; }
.grid-split-contact { grid-template-columns: 1.3fr .9fr; gap: 48px; align-items: start; }
.grid-split-checkout { grid-template-columns: 1.6fr .8fr; gap: 32px; align-items: start; }
.grid-form-2 { grid-template-columns: 1fr 1fr; gap: 16px; }

/* ---- 25. Responsive --------------------------------------------------- */
@media (max-width: 980px) {
  .grid-split-detail, .grid-split-contact, .grid-split-checkout { grid-template-columns: 1fr; gap: 32px; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-visual { max-width: 460px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .bento .col-2, .bento .col-3, .bento .col-4 { grid-column: span 3; }
  .footer-top { grid-template-columns: 1fr 1fr 1fr; gap: 34px 32px; }
  .footer-about-col { grid-column: 1 / -1; }
  .footer-stats { grid-template-columns: repeat(2, 1fr); }
  .footer-cta { flex-direction: column; align-items: stretch; }
  .footer-cta-text, .footer-cta-form { flex: 0 0 auto; width: 100%; max-width: none; }
  .nav, .header-cta .btn, .header-cta .nav-login { display: none; }
  .nav-toggle { display: grid; }
  .header-cta { gap: 0; }
}
@media (max-width: 640px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .grid-form-2 { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr; }
  .bento .col-2, .bento .col-3, .bento .col-4, .bento .col-6 { grid-column: span 1; }
  .steps, .stats-grid { grid-template-columns: 1fr 1fr; }
  .auth-wrap { grid-template-columns: 1fr; }
  .auth-aside { display: none; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-about-col { grid-column: 1 / -1; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-contact .fc-body { flex: 1; }
  .footer-contact a.fc-val { word-break: normal; overflow-wrap: anywhere; }
  .footer-stats { grid-template-columns: 1fr 1fr; gap: 10px; }
  .footer-cta-form .news-form { flex-wrap: wrap; border-radius: 16px; padding: 12px; }
  .footer-cta-form .news-form button { width: 100%; justify-content: center; }
  .footer-bottom { flex-direction: column; text-align:center; }
  .footer-legal { justify-content: center; }
  .hero-float { display: none; }
  .hero-stats { gap: 26px; }
}



/* --- Vitrin filtre çipleri ------------------------------------------------ */
.chip {
  display:inline-flex; align-items:center; gap:6px;
  font-size:.9rem; font-weight:600; padding:9px 18px;
  border-radius:var(--r-pill); background:#fff; color:var(--muted);
  border:1.5px solid var(--line); text-decoration:none;
  transition:all .18s ease;
}
.chip:hover { color:var(--text); border-color:var(--brand-300, #a5f3fc); box-shadow:var(--sh-sm); }
.chip.active { background:var(--grad); color:var(--on-brand); border-color:transparent; box-shadow:var(--sh-brand); }

/* --- SSS akordeon --------------------------------------------------------- */
.faq-item {
  border:1px solid var(--line); border-radius:var(--r-lg);
  background:#fff; margin-bottom:12px; overflow:hidden;
  transition:border-color .18s ease, box-shadow .18s ease;
}
.faq-item[open] { border-color:var(--brand-300, #a5f3fc); box-shadow:var(--sh-sm); }
.faq-item summary {
  list-style:none; cursor:pointer;
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  padding:20px 22px; font-family:var(--font-display); font-weight:600;
  font-size:1.02rem; color:var(--text);
}
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item .faq-plus {
  flex:none; width:32px; height:32px; border-radius:50%;
  display:grid; place-items:center; background:var(--grad-soft); color:var(--brand-600);
  transition:transform .2s ease;
}
.faq-item[open] .faq-plus { transform:rotate(180deg); }
.faq-item .faq-body { padding:0 22px 20px; }
.faq-item .faq-body p { color:var(--muted); margin:0; line-height:1.7; }

/* --- Honeypot (spam tuzağı) — ekran dışı, erişilebilirlikten gizli -------- */
.hp-field {
  position:absolute !important; left:-9999px !important;
  width:1px; height:1px; overflow:hidden;
}

/* ===== Blog Yorumları ===================================================== */
.comment-alert{margin-top:20px;padding:12px 16px;border-radius:12px;font-size:.92rem;display:flex;gap:8px;align-items:center;}
.comment-alert svg{width:16px;height:16px;flex:none;}
.comment-alert.ok{background:rgba(16,185,129,.12);color:#047857;border:1px solid rgba(16,185,129,.3);}
.comment-alert.err{background:rgba(239,68,68,.1);color:#b91c1c;border:1px solid rgba(239,68,68,.3);}
.comments{margin-top:28px;display:flex;flex-direction:column;gap:22px;}
.comment{display:flex;gap:14px;}
.comment-av{width:44px;height:44px;flex:none;border-radius:50%;display:grid;place-items:center;font-weight:800;color:var(--on-brand,#fff);background:var(--grad,linear-gradient(135deg,#0ea5e9,#2563eb));}
.comment.is-reply .comment-av{width:36px;height:36px;font-size:.85rem;}
.comment-main{flex:1;min-width:0;}
.comment-head{display:flex;flex-wrap:wrap;align-items:center;gap:10px;}
.comment-name{font-weight:700;}
.comment-badge{font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--brand,#0284c7);background:rgba(2,132,199,.1);padding:2px 8px;border-radius:999px;}
.comment-date{color:var(--muted);font-size:.8rem;display:inline-flex;align-items:center;gap:5px;}
.comment-date svg{width:13px;height:13px;}
.comment-body{margin-top:6px;line-height:1.7;}
.comment-reply-btn{margin-top:8px;background:none;border:0;color:var(--brand,#0284c7);font-weight:600;font-size:.85rem;cursor:pointer;display:inline-flex;align-items:center;gap:5px;padding:0;}
.comment-reply-btn svg{width:14px;height:14px;}
.comment-replies{margin-top:18px;padding-left:20px;border-left:2px solid var(--line);display:flex;flex-direction:column;gap:18px;}
.comment-reply-indicator{align-items:center;gap:10px;color:var(--muted);font-size:.85rem;margin:8px 0;}
.comment-reply-indicator button{background:none;border:0;color:var(--brand,#0284c7);cursor:pointer;text-decoration:underline;}
.comment-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.comment-form label{display:block;font-weight:600;font-size:.88rem;margin-bottom:6px;}
.comment-form .input{width:100%;padding:11px 14px;border:1px solid var(--line);border-radius:12px;font:inherit;background:#fff;color:inherit;box-sizing:border-box;}
.comment-form .input:focus{outline:none;border-color:var(--brand,#0284c7);box-shadow:0 0 0 3px rgba(2,132,199,.12);}
.comment-form textarea.input{resize:vertical;}
.hp-field{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden;}
@media(max-width:640px){.comment-form-grid{grid-template-columns:1fr;}}

/* ===== Blog içi görseller ================================================= */
.prose pre{max-width:100%;overflow-x:auto;background:var(--ink);color:#dbeafe;border-radius:14px;padding:18px 20px;margin:0 0 22px;font-size:.88rem;line-height:1.6;border:1px solid rgba(255,255,255,.08);-webkit-overflow-scrolling:touch;}
.prose pre code{background:none;padding:0;color:inherit;font-size:inherit;}
.prose code{background:var(--bg-soft);border:1px solid var(--line);border-radius:6px;padding:2px 7px;font-size:.88em;word-break:break-word;}
.prose table{display:block;width:100%;max-width:100%;overflow-x:auto;border-collapse:collapse;margin:0 0 22px;-webkit-overflow-scrolling:touch;}
.prose img{max-width:100%;height:auto;}
.prose p, .prose li{overflow-wrap:break-word;}
.prose figure.post-figure{margin:30px 0;}
.prose figure.post-figure img,.prose > img{width:100%;height:auto;border-radius:16px;display:block;border:1px solid var(--line);box-shadow:0 12px 34px rgba(2,20,50,.10);}
.prose figure.post-figure figcaption{margin-top:10px;font-size:.85rem;color:var(--muted);text-align:center;font-style:italic;}

/* ===== İletişim: hızlı aksiyon & sosyal ================================== */
.contact-quick{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px;padding-top:22px;border-top:1px solid var(--line);}
.contact-quick .btn{flex:1;min-width:140px;justify-content:center;}
.contact-social{margin-top:20px;padding-top:20px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;}
.contact-social .cl{font-size:.8rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--muted);}
.contact-social-links{display:flex;gap:10px;}
.contact-social-links a{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:var(--grad-soft);color:var(--brand-600);transition:transform .15s ease,box-shadow .15s ease,color .15s ease;}
.contact-social-links a:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(2,20,50,.14);color:var(--brand-700);}
.contact-social-links svg{width:19px;height:19px;}

/* ============================================================
   BLOG — ultra-modern liste, kart, sayfalama, makale
   ============================================================ */

/* Okuma ilerleme çubuğu */
.reading-progress{position:fixed;top:0;left:0;height:3px;width:0;background:var(--grad);z-index:120;box-shadow:0 0 12px rgba(34,211,238,.6);transition:width .1s linear;}

/* Blog hero istatistikleri */
.blog-hero-stats{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:20px;color:var(--d-muted);font-size:.92rem;}
.blog-hero-stats strong{color:#fff;font-family:var(--font-display);}
.blog-hero-stats .dot{width:4px;height:4px;border-radius:50%;background:var(--brand-500);opacity:.7;}

/* Kategori filtresi rozet sayacı */
.blog-filter{margin-bottom:38px;}
.chip .chip-n{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 6px;margin-left:6px;border-radius:999px;background:var(--bg-muted);color:var(--muted);font-size:.72rem;font-weight:700;line-height:1;}
.chip.active .chip-n{background:rgba(255,255,255,.25);color:#fff;}

/* Ortak kart medya yardımcıları */
.blog-media-fallback{position:absolute;inset:0;display:grid;place-items:center;}
.blog-media-badge{width:60px;height:60px;border-radius:16px;display:grid;place-items:center;background:var(--grad);color:var(--on-brand);box-shadow:var(--sh-brand);}
.blog-media-badge.lg{width:92px;height:92px;border-radius:24px;}
.blog-media-badge.lg svg{transform:scale(1.7);}

/* Öne çıkan yazı */
.blog-featured{display:grid;grid-template-columns:1.15fr 1fr;gap:0;overflow:hidden;padding:0;margin-bottom:44px;text-decoration:none;color:inherit;border-radius:var(--radius,22px);}
.blog-featured-media{position:relative;aspect-ratio:16/11;background:var(--ink);overflow:hidden;}
.blog-featured-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.2,.7,.2,1);}
.blog-featured:hover .blog-featured-media img{transform:scale(1.05);}
.blog-featured-tag{position:absolute;top:16px;left:16px;display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:999px;background:rgba(10,12,24,.72);color:#fff;font-size:.78rem;font-weight:700;backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.14);}
.blog-featured-tag svg{width:14px;height:14px;color:var(--brand-500);}
.blog-featured-body{padding:clamp(26px,3vw,44px);display:flex;flex-direction:column;justify-content:center;gap:12px;}
.blog-featured-body h2{font-size:clamp(1.45rem,2.4vw,2rem);line-height:1.18;letter-spacing:-.01em;}
.blog-featured-body .lead{margin:0;}

/* Blog kart ızgarası */
.blog-card{padding:0;overflow:hidden;text-decoration:none;color:inherit;display:flex;flex-direction:column;border-radius:var(--radius,20px);}
.blog-card-media{position:relative;aspect-ratio:16/10;background:var(--ink);overflow:hidden;}
.blog-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s cubic-bezier(.2,.7,.2,1);}
.blog-card:hover .blog-card-media img{transform:scale(1.06);}
.blog-card-cat{position:absolute;top:12px;left:12px;padding:5px 11px;border-radius:999px;background:rgba(10,12,24,.66);color:#fff;font-size:.74rem;font-weight:700;backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.14);}
.blog-card-body{padding:22px 22px 20px;display:flex;flex-direction:column;flex:1;gap:9px;}
.blog-card-body h3{font-size:1.13rem;line-height:1.32;letter-spacing:-.01em;}
.blog-card-body p{margin:0;flex:1;font-size:.93rem;color:var(--muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}

/* Meta satırı + yazar avatarı */
.blog-meta{display:flex;flex-wrap:wrap;align-items:center;gap:14px;color:var(--muted);font-size:.82rem;margin-top:4px;}
.blog-meta svg{width:15px;height:15px;vertical-align:-2px;opacity:.8;}
.blog-author{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:var(--text);}
.blog-avatar{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:var(--grad);color:var(--on-brand);font-size:.78rem;font-weight:800;font-family:var(--font-display);flex:none;}
.blog-avatar.lg{width:44px;height:44px;font-size:1.05rem;}

/* Sayfalama */
.pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:52px;}
.page-btn{display:inline-flex;align-items:center;gap:8px;padding:11px 18px;border-radius:12px;border:1px solid var(--line);background:var(--bg);color:var(--text);font-weight:600;font-size:.9rem;text-decoration:none;transition:all .2s;}
.page-btn:hover{border-color:var(--brand-500);color:var(--brand-600);transform:translateY(-1px);}
.page-btn svg{width:16px;height:16px;}
.page-btn.is-disabled{opacity:.4;pointer-events:none;}
.page-nums{display:flex;align-items:center;gap:6px;}
.page-num{display:inline-grid;place-items:center;min-width:42px;height:42px;padding:0 8px;border-radius:12px;border:1px solid var(--line);background:var(--bg);color:var(--text);font-weight:700;font-family:var(--font-display);text-decoration:none;transition:all .2s;}
.page-num:hover{border-color:var(--brand-500);color:var(--brand-600);}
.page-num.active{background:var(--grad);border-color:transparent;color:var(--on-brand);box-shadow:var(--sh-brand);}
.page-gap{color:var(--muted-2);padding:0 2px;}

/* ---------- MAKALE (yazi.php) ---------- */
.article-title{margin-top:16px;font-size:clamp(1.9rem,4vw,3rem);line-height:1.1;letter-spacing:-.02em;}
.article-standfirst{margin-top:16px;font-size:clamp(1.05rem,1.7vw,1.28rem);line-height:1.6;color:var(--d-muted);max-width:70ch;}
.article-byline{margin-top:22px;}
.article-byline-name{display:flex;flex-direction:column;color:#fff;font-weight:700;font-size:.98rem;line-height:1.3;}
.article-byline-name small{color:var(--d-muted);font-weight:500;font-size:.82rem;margin-top:2px;}

.article-cover-wrap{max-width:940px;position:relative;z-index:2;margin-top:-56px;}
.article-cover{width:100%;aspect-ratio:16/8;object-fit:cover;border-radius:22px;border:1px solid rgba(255,255,255,.1);box-shadow:0 40px 90px -34px rgba(2,20,26,.6);display:block;}

.article-body-section{padding-top:clamp(40px,5vw,64px);}
.article-shell{display:grid;grid-template-columns:64px minmax(0,760px) 64px;justify-content:center;gap:24px;}
.article-main{grid-column:2;min-width:0;}

/* Yapışkan paylaşım rayı */
.article-rail{grid-column:1;position:sticky;top:120px;align-self:start;display:flex;flex-direction:column;align-items:center;gap:12px;height:max-content;}
.article-rail-label{writing-mode:vertical-rl;transform:rotate(180deg);font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-2);margin-bottom:4px;}
.share-btn{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;border:1px solid var(--line);background:var(--bg);color:var(--muted);cursor:pointer;text-decoration:none;transition:all .2s;position:relative;}
.share-btn:hover{border-color:var(--brand-500);color:var(--brand-600);transform:translateY(-2px);box-shadow:0 8px 20px -10px rgba(6,182,212,.5);}
.share-btn svg{width:18px;height:18px;}
.share-btn.copied::after{content:'Kopyalandı';position:absolute;left:calc(100% + 10px);top:50%;transform:translateY(-50%);white-space:nowrap;background:var(--text);color:#fff;font-size:.72rem;font-weight:600;padding:5px 9px;border-radius:7px;}

/* Alt (mobil) paylaşım */
.article-share-inline{display:none;align-items:center;gap:10px;flex-wrap:wrap;margin-top:36px;padding-top:24px;border-top:1px solid var(--line);color:var(--muted);font-size:.9rem;font-weight:600;}

/* Makale CTA kartı */
.article-cta{position:relative;overflow:hidden;margin-top:44px;padding:clamp(28px,4vw,46px);border-radius:24px;background:linear-gradient(135deg,var(--ink) 0%,var(--ink-3) 100%);border:1px solid rgba(255,255,255,.08);}
.article-cta .glow{opacity:.5;}
.article-cta-inner{position:relative;z-index:1;}
.article-cta h3{color:#fff;font-size:clamp(1.3rem,2.4vw,1.7rem);line-height:1.2;}
.article-cta p{color:var(--d-muted);margin:12px 0 22px;max-width:56ch;}

/* ---------- PROSE — ultra-modern okuma tipografisi ---------- */
.prose{font-size:1.075rem;line-height:1.82;color:var(--text);}
.prose > p{color:var(--muted);margin-bottom:20px;}
.prose .post-lead{font-size:1.22rem;line-height:1.66;color:var(--text);font-weight:500;margin-bottom:26px;}
/* İlk paragrafın ilk harfi — drop cap */
.prose .post-lead:first-letter{float:left;font-family:var(--font-display);font-weight:700;font-size:3.4rem;line-height:.86;padding:6px 12px 0 0;color:var(--brand-600);}
.prose h2{position:relative;font-family:var(--font-display);font-size:clamp(1.4rem,2.4vw,1.75rem);line-height:1.25;letter-spacing:-.01em;margin:44px 0 14px;padding-left:16px;color:var(--text);}
.prose h2::before{content:"";position:absolute;left:0;top:.18em;bottom:.18em;width:4px;border-radius:4px;background:var(--grad);}
.prose h3{font-family:var(--font-display);font-size:1.22rem;margin:30px 0 10px;color:var(--text);letter-spacing:-.01em;}
.prose ul,.prose ol{color:var(--muted);padding-left:4px;margin:0 0 22px;list-style:none;}
.prose ul li,.prose ol li{position:relative;padding-left:30px;margin-bottom:11px;}
.prose ul li::before{content:"";position:absolute;left:6px;top:.62em;width:8px;height:8px;border-radius:3px;background:var(--grad);transform:rotate(45deg);box-shadow:0 2px 6px rgba(6,182,212,.4);}
.prose ol{counter-reset:li;}
.prose ol li{counter-increment:li;}
.prose ol li::before{content:counter(li);position:absolute;left:0;top:.05em;width:24px;height:24px;border-radius:8px;background:var(--grad-soft);color:var(--brand-700);font-size:.8rem;font-weight:800;display:grid;place-items:center;font-family:var(--font-display);}
.prose a{color:var(--brand-600);font-weight:600;text-underline-offset:3px;text-decoration-color:rgba(14,116,144,.35);}
.prose a:hover{text-decoration-color:var(--brand-500);}
.prose strong{color:var(--text);font-weight:700;}
.prose blockquote{position:relative;margin:30px 0;padding:22px 26px 22px 30px;border-radius:16px;background:var(--grad-soft);border:1px solid var(--line);color:var(--text);font-size:1.12rem;line-height:1.62;font-weight:500;font-style:normal;}
.prose blockquote::before{content:"\201C";position:absolute;left:14px;top:2px;font-family:Georgia,serif;font-size:2.6rem;color:var(--brand-500);opacity:.5;line-height:1;}
.prose blockquote p{margin:0;color:inherit;}
.prose .post-callout{display:flex;gap:12px;margin:26px 0;padding:18px 22px;border-radius:14px;background:var(--bg-soft);border:1px solid var(--line);border-left:4px solid var(--brand-500);color:var(--muted);line-height:1.7;}
.prose .post-callout strong{color:var(--brand-700);}
.prose hr{border:0;height:1px;background:var(--line);margin:40px 0;}
.prose table{width:100%;border-collapse:collapse;margin:26px 0;font-size:.95rem;}
.prose th,.prose td{padding:12px 14px;border:1px solid var(--line);text-align:left;}
.prose th{background:var(--bg-soft);font-weight:700;color:var(--text);}
.prose td{color:var(--muted);}
.prose figure.post-figure{margin:34px 0;}
.prose figure.post-figure img{border-radius:18px;}

/* ---------- Duyarlı ---------- */
@media (max-width:900px){
  .blog-featured{grid-template-columns:1fr;}
  .blog-featured-media{aspect-ratio:16/9;}
  .article-shell{grid-template-columns:minmax(0,1fr);gap:0;}
  .article-main{grid-column:1;}
  .article-rail{display:none;}
  .article-share-inline{display:flex;}
  .article-cover-wrap{margin-top:-32px;}
}
@media (max-width:560px){
  .prose{font-size:1.02rem;}
  .prose .post-lead{font-size:1.1rem;}
  .prose .post-lead:first-letter{font-size:2.8rem;}
  .page-num{min-width:38px;height:38px;}
}

/* ===================================================================== */
/* E-Kitap sayfası + kütüphane kartları                                   */
/* ===================================================================== */
.eb-hero { position: relative; background: var(--ink); color: var(--d-text); padding: clamp(120px,16vh,180px) 0 clamp(56px,9vw,90px); overflow: hidden; }
.eb-hero::before { content:""; position:absolute; inset:0; background: radial-gradient(60% 80% at 15% 10%, rgba(34,211,238,.16), transparent 60%), radial-gradient(50% 70% at 95% 90%, rgba(14,165,233,.14), transparent 60%); pointer-events:none; }
.eb-hero .container { position: relative; z-index: 1; }
.eb-hero-grid { display: grid; grid-template-columns: 1.35fr .9fr; gap: clamp(28px,5vw,64px); align-items: center; }
.eb-eyebrow { display:inline-flex; align-items:center; gap:8px; font-weight:700; font-size:.8rem; letter-spacing:.04em; text-transform:uppercase; color: var(--cyan); margin-bottom:18px; }
.eb-eyebrow svg { width:18px; height:18px; }
.eb-hero-copy h1 { font-family: var(--font-display); font-size: clamp(2.1rem,5vw,3.4rem); line-height:1.05; letter-spacing:-.02em; margin-bottom:18px; color:#fff; }
.eb-grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.eb-lead { color: var(--d-muted); font-size: clamp(1rem,1.4vw,1.12rem); line-height:1.7; max-width: 56ch; }
.eb-lead strong { color: var(--d-text); }
.eb-hero-stats { display:flex; gap: clamp(20px,4vw,44px); margin:30px 0 28px; flex-wrap:wrap; }
.eb-hero-stats div { display:flex; flex-direction:column; }
.eb-hero-stats strong { font-family: var(--font-display); font-size: clamp(1.5rem,3vw,2.1rem); background: var(--grad); -webkit-background-clip:text; background-clip:text; color:transparent; }
.eb-hero-stats span { color: var(--d-muted); font-size:.85rem; font-weight:600; margin-top:2px; }
.eb-hero-cta { display:flex; gap:14px; flex-wrap:wrap; }
.btn-ghost-light { background: rgba(255,255,255,.06); color:#fff; border:1px solid rgba(255,255,255,.22); }
.btn-ghost-light:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.4); transform: translateY(-2px); }

.eb-author-card { background: var(--d-card); border:1px solid var(--d-line); border-radius: var(--r-lg); padding: clamp(24px,3vw,34px); backdrop-filter: blur(8px); text-align:center; }
.eb-avatar { width:96px; height:96px; margin:0 auto 18px; border-radius: 26px; display:grid; place-items:center; font-family: var(--font-display); font-weight:700; font-size:2rem; color: var(--on-brand); background: var(--grad); box-shadow: var(--sh-brand); }
.eb-author-card h2 { font-family: var(--font-display); font-size:1.4rem; margin-bottom:4px; color:#fff; }
.eb-author-role { color: var(--cyan); font-weight:600; font-size:.88rem; margin-bottom:14px; }
.eb-author-bio { color: var(--d-muted); font-size:.92rem; line-height:1.6; margin-bottom:18px; }
.eb-author-tags { display:flex; flex-wrap:wrap; gap:8px; justify-content:center; }
.eb-author-tags span { display:inline-flex; align-items:center; gap:6px; font-size:.78rem; font-weight:600; color: var(--d-text); background: rgba(255,255,255,.06); border:1px solid var(--d-line); padding:6px 12px; border-radius: var(--r-pill); }
.eb-author-tags svg { width:15px; height:15px; color: var(--cyan); }

.eb-grid { display:grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr)); gap: clamp(18px,2.4vw,28px); }
.eb-card { background: var(--bg); border:1px solid var(--line); border-radius: var(--r-lg); overflow:hidden; display:flex; flex-direction:column; box-shadow: var(--sh-sm); transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.eb-card:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }
.eb-cover { position:relative; aspect-ratio: 3/2; background-size:cover; background-position:center; }
.eb-cover--ph { display:grid; place-items:center; background: var(--grad-soft); }
.eb-cover-ico svg { width:46px; height:46px; color: var(--brand-600); opacity:.6; }
.eb-badge-free { position:absolute; top:12px; left:12px; background: var(--grad); color: var(--on-brand); font-weight:700; font-size:.72rem; padding:5px 11px; border-radius: var(--r-pill); box-shadow: var(--sh-sm); }
.eb-badge-owned { position:absolute; top:12px; right:12px; display:inline-flex; align-items:center; gap:5px; background: rgba(10,12,24,.72); color:#fff; font-weight:600; font-size:.72rem; padding:5px 10px; border-radius: var(--r-pill); }
.eb-badge-owned svg { width:14px; height:14px; }
.eb-card-body { padding: 18px 18px 20px; display:flex; flex-direction:column; gap:9px; flex:1; }
.eb-cat { align-self:flex-start; font-size:.72rem; font-weight:700; text-transform:uppercase; letter-spacing:.04em; color: var(--brand-600); }
.eb-card-body h3 { font-size:1.12rem; line-height:1.25; }
.eb-summary { color: var(--muted); font-size:.9rem; line-height:1.55; flex:1; }
.eb-meta { display:flex; flex-wrap:wrap; gap:6px 14px; color: var(--muted); font-size:.8rem; }
.eb-meta span { display:inline-flex; align-items:center; gap:5px; }
.eb-meta svg { width:14px; height:14px; }
.eb-dl { margin-top:8px; justify-content:center; }
.eb-dl svg { width:17px; height:17px; }
.eb-note { text-align:center; margin-top:26px; color: var(--muted); font-size:.9rem; display:flex; align-items:center; justify-content:center; gap:7px; flex-wrap:wrap; }
.eb-note svg { width:16px; height:16px; }
.eb-note a { color: var(--brand-600); font-weight:600; }
.eb-empty { text-align:center; padding: 56px 24px; }
.eb-empty-ico { width:74px; height:74px; margin:0 auto 18px; border-radius:20px; display:grid; place-items:center; background: var(--grad-soft); color: var(--brand-600); }
.eb-empty-ico svg { width:34px; height:34px; }
.eb-empty h3 { font-size:1.2rem; margin-bottom:6px; }
.eb-empty p { color: var(--muted); }

.eb-lib-grid { display:grid; grid-template-columns: repeat(auto-fill, minmax(240px,1fr)); gap:18px; }
.eb-lib-card { border:1px solid var(--line); border-radius: var(--r); overflow:hidden; display:flex; flex-direction:column; background: var(--bg); }
.eb-lib-cover { position:relative; aspect-ratio: 3/2; background-size:cover; background-position:center; }
.eb-lib-body { padding:16px; display:flex; flex-direction:column; gap:7px; flex:1; }
.eb-lib-body h3 { font-size:1.02rem; line-height:1.25; }
.eb-lib-meta { display:flex; flex-wrap:wrap; gap:5px 12px; color: var(--muted); font-size:.8rem; }
.eb-lib-meta span { display:inline-flex; align-items:center; gap:5px; }
.eb-lib-meta svg { width:14px; height:14px; }
.eb-lib-date { font-size:.78rem; }
.eb-lib-body .btn { margin-top:auto; justify-content:center; }

.eb-status { display:inline-block; padding:3px 11px; border-radius: var(--r-pill); font-size:.74rem; font-weight:700; background: var(--bg-muted); color: var(--muted); }
.eb-status--ok { background: rgba(16,185,129,.14); color:#059669; }

@media (max-width: 860px) {
  .eb-hero-grid { grid-template-columns: 1fr; }
  .eb-author-card { order:-1; }
}

/* ===================================================================== */
/* Açık zemin breadcrumb (sepet / ödeme) + özenli sepet düzeni           */
/* ===================================================================== */
.breadcrumb--light { color: var(--muted); }
.breadcrumb--light a { color: var(--muted); text-decoration: none; }
.breadcrumb--light a:hover { color: var(--brand-600); }
.breadcrumb--light span { color: var(--text); font-weight: 600; }
.breadcrumb--light svg { color: var(--muted); opacity: .7; }

.cart-wrap { display:grid; grid-template-columns:1.6fr .82fr; gap:32px; align-items:start; margin-top:28px; }
.cart-card { padding:0; overflow:hidden; }
.cart-scroll { width:100%; overflow-x:auto; }
.cart-table { width:100%; border-collapse:collapse; }
.cart-table thead th { text-align:left; padding:15px 20px; font-size:.74rem; font-weight:700; text-transform:uppercase; letter-spacing:.04em; color:var(--muted); border-bottom:1px solid var(--line); background:var(--bg-soft); }
.cart-table thead th.t-c { text-align:center; }
.cart-table thead th.t-r { text-align:right; }
.cart-table td { padding:16px 20px; border-bottom:1px solid var(--line); color:var(--text); vertical-align:middle; }
.cart-table tbody tr:last-child td { border-bottom:none; }
.cart-name { font-weight:600; color:var(--text); text-decoration:none; }
.cart-name:hover { color:var(--brand-600); }
.cart-sub { font-size:.82rem; color:var(--muted); margin-top:5px; display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.cart-qty { width:70px; padding:9px; border:1px solid var(--line); border-radius:10px; text-align:center; font-weight:600; color:var(--text); background:var(--bg); font-size:.95rem; }
.cart-qty:focus { outline:none; border-color:var(--brand-500); box-shadow:var(--ring); }
.cart-line-total { text-align:right; font-weight:700; color:var(--text); white-space:nowrap; }
.cart-rm { border:none; background:none; cursor:pointer; color:var(--muted); width:38px; height:38px; border-radius:10px; display:inline-grid; place-items:center; transition:background .2s var(--ease), color .2s var(--ease); }
.cart-rm:hover { background:rgba(239,68,68,.12); color:#ef4444; }
.cart-rm svg { width:18px; height:18px; }
.cart-foot { padding:16px 20px; display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap; border-top:1px solid var(--line); background:var(--bg-soft); }

.cart-summary { padding:26px; position:sticky; top:96px; }
.cart-summary h3 { font-size:1.08rem; }
.cart-sumlist { margin-top:18px; display:grid; gap:12px; }
.cart-sumrow { display:flex; justify-content:space-between; gap:16px; font-size:.94rem; color:var(--text); }
.cart-sumrow dt { color:var(--muted); }
.cart-sumrow dd { color:var(--text); font-weight:600; }
.cart-sumrow--save dt, .cart-sumrow--save dd { color:#16a34a; font-weight:700; }
.cart-strike { text-decoration:line-through; color:var(--muted); font-weight:500; }
.cart-sumtotal { display:flex; justify-content:space-between; align-items:baseline; border-top:1px solid var(--line); padding-top:15px; margin-top:5px; }
.cart-sumtotal dt { font-weight:700; color:var(--text); }
.cart-sumtotal dd { font-weight:800; font-size:1.3rem; color:var(--text); }
.cart-secure { font-size:.78rem; color:var(--muted); text-align:center; margin-top:14px; display:flex; align-items:center; justify-content:center; gap:6px; }
.cart-secure svg { width:15px; height:15px; }

@media (max-width:860px){
  .cart-wrap { grid-template-columns:1fr; }
  .cart-summary { position:static; }
}

/* ===================================================================== */
/* Hukuki belgeler (Gizlilik Politikası / KVKK Aydınlatma)               */
/* ===================================================================== */
.legal-wrap { display:grid; grid-template-columns: 250px 1fr; gap: clamp(28px,4vw,60px); align-items:start; margin-top: 6px; }
.legal-toc { position: sticky; top: 96px; padding: 20px; border:1px solid var(--line); border-radius: var(--r-lg); background: var(--bg); box-shadow: var(--sh-sm); }
.legal-toc-title { display:flex; align-items:center; gap:7px; font-size:.74rem; font-weight:700; text-transform:uppercase; letter-spacing:.05em; color: var(--muted); margin-bottom:12px; }
.legal-toc-title svg { width:15px; height:15px; color: var(--brand-600); }
.legal-toc ol { list-style:none; margin:0; padding:0; display:grid; gap:2px; }
.legal-toc a { display:block; padding:7px 10px; border-radius:9px; color: var(--muted); font-size:.87rem; line-height:1.35; text-decoration:none; transition: background .18s var(--ease), color .18s var(--ease); }
.legal-toc a:hover { background: var(--bg-soft); color: var(--brand-700); }

.legal-meta { display:flex; flex-wrap:wrap; gap:10px; margin-bottom: 26px; }
.legal-chip { display:inline-flex; align-items:center; gap:7px; font-size:.82rem; font-weight:600; color: var(--muted); background: var(--bg-soft); border:1px solid var(--line); padding:7px 13px; border-radius: var(--r-pill); }
.legal-chip svg { width:15px; height:15px; color: var(--brand-600); }

.legal-controller { border:1px solid var(--line); border-radius: var(--r-lg); background: var(--bg-soft); padding: 20px 24px; margin: 6px 0 10px; }
.legal-controller h3 { display:flex; align-items:center; gap:8px; font-size:1rem; margin-bottom:14px; }
.legal-controller h3 svg { width:18px; height:18px; color: var(--brand-600); }
.legal-controller dl { display:grid; grid-template-columns: max-content 1fr; gap:9px 20px; margin:0; font-size:.92rem; }
.legal-controller dt { color: var(--muted); font-weight:600; }
.legal-controller dd { color: var(--text); margin:0; }

.legal-doc h2, .legal-doc h3 { scroll-margin-top: 92px; }
.legal-callout { display:flex; gap:10px; align-items:flex-start; border-left:4px solid var(--brand-500); background: var(--grad-soft); border-radius: 0 12px 12px 0; padding: 14px 18px; margin: 20px 0; font-size:.92rem; line-height:1.6; color: var(--text); }
.legal-callout svg { width:18px; height:18px; color: var(--brand-700); flex:none; margin-top:2px; }

.legal-rights { display:grid; gap:10px; margin: 16px 0; padding:0; list-style:none; }
.legal-rights li { display:flex; gap:11px; align-items:flex-start; padding:13px 15px; border:1px solid var(--line); border-radius:12px; background:var(--bg); font-size:.92rem; line-height:1.55; color: var(--text); }
.legal-rights svg { width:18px; height:18px; color: var(--brand-600); flex:none; margin-top:1px; }

@media (max-width:900px){
  .legal-wrap { grid-template-columns:1fr; }
  .legal-toc { position:static; }
}

/* ── Hizmet detay sayfası ─────────────────────────────────────────────── */
.svc-detail-grid{display:grid;grid-template-columns:1fr 340px;gap:clamp(28px,4vw,56px);align-items:start;}
.svc-detail-cover{border-radius:var(--r-lg,18px);overflow:hidden;margin-bottom:28px;aspect-ratio:16/9;background:var(--ink);}
.svc-detail-cover img{width:100%;height:100%;object-fit:cover;display:block;}
.svc-detail-aside{position:sticky;top:100px;}
.svc-cta-card{background:linear-gradient(160deg,rgba(37,99,235,.08),rgba(14,165,233,.05));border:1px solid var(--line);}
@media (max-width:900px){
  .svc-detail-grid{grid-template-columns:1fr;}
  .svc-detail-aside{position:static;}
}
.dropdown .dd-all{border-top:1px solid var(--line);margin-top:6px;padding-top:12px;}
.link-arrow{display:inline-flex;align-items:center;gap:6px;}

/* ============================================================
   MAĞAZA (store) — profesyonel vitrin  [magaza.php]
   ============================================================ */
.store-hero { position: relative; overflow: hidden; background: var(--ink); color: #fff;
  padding: clamp(118px, 14vw, 165px) 0 clamp(46px, 7vw, 82px); }
.store-hero .container { position: relative; z-index: 1; }
.store-hero h1 { color: #fff; font-size: clamp(2rem, 4.4vw, 3.25rem); letter-spacing: -.03em;
  line-height: 1.07; max-width: 17ch; }
.store-hero .store-lead { color: var(--d-muted); font-size: clamp(1.01rem, 1.4vw, 1.16rem);
  margin-top: 18px; max-width: 56ch; line-height: 1.6; }
.store-hero .hero-cta { margin-top: 30px; }
.store-stats { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 46px; }
.store-stat { display: flex; align-items: center; gap: 12px; padding: 13px 17px; border-radius: var(--r);
  background: rgba(255,255,255,.05); border: 1px solid var(--d-line); }
.store-stat svg { width: 20px; height: 20px; color: #67e8f9; flex: none; }
.store-stat b { display: block; color: #fff; font-family: var(--font-display); font-size: .95rem; line-height: 1.15; }
.store-stat > div > span { color: var(--d-muted); font-size: .8rem; }

.store-toolbar { position: sticky; top: 72px; z-index: 30; background: rgba(255,255,255,.85);
  backdrop-filter: saturate(180%) blur(12px); -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line); }
.store-toolbar .bar { display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 13px 0; flex-wrap: wrap; }
.store-count { font-size: .92rem; color: var(--muted); white-space: nowrap; }
.store-count b { color: var(--text); font-family: var(--font-display); font-size: 1.02rem; }
.store-filter { display: flex; flex-wrap: wrap; gap: 8px; }

#store-grid { padding-top: clamp(36px, 5vw, 56px); }
.store-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.product-card { display: flex; flex-direction: column; background: var(--bg); border: 1px solid var(--line);
  border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-sm);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease); }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); border-color: rgba(34,211,238,.32); }
.pc-media { position: relative; display: block; aspect-ratio: 16/10; background: var(--ink); overflow: hidden; }
.pc-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s var(--ease); }
.product-card:hover .pc-media img { transform: scale(1.05); }
.pc-media-fallback { width: 100%; height: 100%; display: grid; place-items: center;
  background: radial-gradient(120% 120% at 30% 15%, rgba(34,211,238,.22), transparent 60%), var(--ink); }
.pc-media-fallback svg { width: 52px; height: 52px; color: #67e8f9; opacity: .85; }
.pc-badge { position: absolute; top: 12px; right: 12px; z-index: 2; }
.pc-body { display: flex; flex-direction: column; flex: 1; padding: 22px; }
.pc-tag { align-self: flex-start; display: inline-flex; align-items: center; gap: 6px; font-size: .75rem;
  font-weight: 600; color: var(--brand-600); padding: 5px 11px; border-radius: var(--r-pill);
  background: var(--grad-soft); border: 1px solid rgba(34,211,238,.18); }
.pc-tag svg { width: 14px; height: 14px; }
.pc-title { font-size: 1.14rem; margin-top: 14px; line-height: 1.3; }
.pc-title a { text-decoration: none; color: inherit; transition: color .2s; }
.pc-title a:hover { color: var(--brand-600); }
.pc-desc { margin-top: 8px; color: var(--muted); font-size: .92rem; line-height: 1.55;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pc-foot { margin-top: auto; padding-top: 18px; }
.pc-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.pc-now { font-family: var(--font-display); font-weight: 700; font-size: 1.42rem; color: var(--text); letter-spacing: -.02em; }
.pc-vat { font-size: .74rem; color: var(--muted); }
.pc-foot form { margin-top: 14px; }
.store-empty { padding: 56px 32px; text-align: center; }

@media (max-width: 980px) { .store-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) {
  .store-grid { grid-template-columns: 1fr; }
  .store-stat { flex: 1 1 100%; }
  .store-toolbar .bar { justify-content: flex-start; }
}

/* ========================================================================
   CHECKOUT — kurumsal seviye bileşenler (sepet / ödeme / sipariş)
   ===================================================================== */

/* Adım göstergesi: Sepet → Ödeme → Onay */
.co-steps { display:flex; align-items:center; justify-content:center; margin:26px auto 4px; max-width:600px; }
.co-step { display:flex; align-items:center; gap:10px; font-size:.87rem; font-weight:600; color:var(--muted); white-space:nowrap; }
.co-step .dot { width:30px; height:30px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; border:2px solid var(--line); background:#fff; color:var(--muted); font-size:.82rem; font-weight:700; flex:none; }
.co-step .dot svg { width:14px; height:14px; }
.co-step.active { color:var(--brand-700); }
.co-step.active .dot { border-color:var(--cyan); color:var(--brand-700); box-shadow:0 0 0 4px rgba(34,211,238,.15); }
.co-step.done { color:var(--brand-600); }
.co-step.done .dot { background:var(--grad); border-color:transparent; color:var(--on-brand); }
.co-line { flex:1 1 36px; min-width:20px; height:2px; background:var(--line); margin:0 12px; border-radius:2px; }
.co-line.done { background:var(--brand-500); }
@media (max-width:600px){ .co-step .lbl { display:none; } .co-step.active .lbl { display:inline; } }

/* Adet arttır / azalt kutusu */
.qty-box { display:inline-flex; align-items:center; border:1px solid var(--line); border-radius:10px; overflow:hidden; background:#fff; }
.qty-box button { width:32px; height:34px; border:0; background:transparent; cursor:pointer; color:var(--muted); display:inline-flex; align-items:center; justify-content:center; transition:background .12s,color .12s; }
.qty-box button svg { width:13px; height:13px; }
.qty-box button:hover { background:var(--grad-soft); color:var(--brand-700); }
.qty-box input { width:42px; height:34px; border:0; text-align:center; font-weight:700; font-size:.92rem; -moz-appearance:textfield; }
.qty-box input::-webkit-outer-spin-button, .qty-box input::-webkit-inner-spin-button { -webkit-appearance:none; margin:0; }
.qty-box input:focus { outline:none; }

/* Ödeme yöntemi kartları */
.pay-option { display:flex; gap:12px; align-items:flex-start; padding:16px; border:1px solid var(--line); border-radius:12px; cursor:pointer; transition:border-color .15s, box-shadow .15s, background .15s; }
.pay-option:hover { border-color:var(--brand-500); }
.pay-option.selected { border-color:var(--cyan); box-shadow:0 0 0 3px rgba(34,211,238,.14); background:linear-gradient(0deg, rgba(34,211,238,.04), rgba(34,211,238,.04)); }

/* Numaralı bölüm başlığı */
.co-sec { display:flex; align-items:center; gap:10px; font-size:1.02rem; font-weight:700; margin:0; }
.co-sec .n { width:26px; height:26px; border-radius:8px; background:var(--grad); color:var(--on-brand); display:inline-flex; align-items:center; justify-content:center; font-size:.85rem; flex:none; }

/* Checkout form girişleri */
.co-input, .co-textarea { width:100%; margin-top:6px; padding:11px 12px; border:1px solid var(--line); border-radius:10px; font:inherit; background:#fff; transition:border-color .12s, box-shadow .12s; }
.co-input:focus, .co-textarea:focus { outline:none; border-color:var(--brand-500); box-shadow:0 0 0 3px rgba(34,211,238,.12); }
.co-textarea { resize:vertical; }

/* Bireysel / Kurumsal seçici */
.bill-type { display:inline-flex; border:1px solid var(--line); border-radius:99px; padding:4px; gap:4px; background:var(--bg-soft); }
.bill-type label { padding:7px 18px; border-radius:99px; font-size:.86rem; font-weight:600; color:var(--muted); cursor:pointer; transition:all .15s; user-select:none; }
.bill-type input { display:none; }
.bill-type label.on { background:#fff; color:var(--brand-700); box-shadow:0 1px 4px rgba(15,23,42,.12); }

/* Ödeme marka rozetleri */
.pay-brands { display:flex; gap:6px; align-items:center; flex-wrap:wrap; }
.pay-brands span { font-size:.64rem; font-weight:800; letter-spacing:.5px; border:1px solid var(--line); border-radius:6px; padding:3px 8px; color:var(--muted); background:#fff; }

/* Sipariş durum zaman çizelgesi */
.otl { display:flex; align-items:flex-start; }
.otl-step { flex:1; text-align:center; position:relative; }
.otl-step .ic { width:38px; height:38px; margin:0 auto; border-radius:50%; border:2px solid var(--line); background:#fff; color:var(--muted); display:flex; align-items:center; justify-content:center; position:relative; z-index:1; }
.otl-step .ic svg { width:16px; height:16px; }
.otl-step::before { content:""; position:absolute; top:19px; left:-50%; width:100%; height:2px; background:var(--line); }
.otl-step:first-child::before { display:none; }
.otl-step.done .ic { background:var(--grad); border-color:transparent; color:var(--on-brand); }
.otl-step.done::before { background:var(--brand-500); }
.otl-step.active .ic { border-color:var(--cyan); color:var(--brand-700); box-shadow:0 0 0 4px rgba(34,211,238,.15); animation:pulse-soft 2s infinite; }
.otl-step.active::before { background:var(--brand-500); }
.otl-t { margin-top:8px; font-size:.84rem; font-weight:700; }
.otl-d { font-size:.74rem; color:var(--muted); margin-top:2px; }
@keyframes pulse-soft { 0%,100% { box-shadow:0 0 0 4px rgba(34,211,238,.15);} 50% { box-shadow:0 0 0 7px rgba(34,211,238,.07);} }

/* Kopyala butonu */
.copy-btn { display:inline-flex; align-items:center; gap:6px; border:1px solid var(--line); background:#fff; color:var(--brand-700); font-size:.76rem; font-weight:700; border-radius:8px; padding:5px 10px; cursor:pointer; transition:all .13s; white-space:nowrap; }
.copy-btn:hover { border-color:var(--brand-500); background:var(--grad-soft); }
.copy-btn.ok { border-color:#16a34a; color:#16a34a; background:#f0fdf4; }
.copy-btn svg { width:13px; height:13px; }

/* Anahtar-değer satırı */
.kv { display:flex; justify-content:space-between; gap:12px; align-items:baseline; }
.kv dt { color:var(--muted); font-size:.9rem; flex:none; }
.kv dd { font-weight:600; text-align:right; overflow-wrap:anywhere; }

/* Sepet öneri şeridi */
.reco-row { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:13px 0; border-bottom:1px solid var(--line); }
.reco-row:last-child { border-bottom:0; }

/* Yazdırma görünümü */
@media print {
  .site-header, .site-footer, .no-print, .alert, .breadcrumb { display:none !important; }
  body { background:#fff !important; }
  .card { box-shadow:none !important; border:1px solid #ddd !important; break-inside:avoid; }
  .section { padding:12px 0 !important; }
}
