/* Pazarlama Pro - minimal, kurumsal */
.ppro-social { display:flex; flex-wrap:wrap; gap:8px; margin:10px 0; align-items:center; }
.ppro-btn {
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 10px; border-radius:999px; border:1px solid rgba(0,0,0,.12);
  text-decoration:none !important; font-weight:600; font-size:14px;
  background:#fff; color:#111;
}
.ppro-btn:hover { box-shadow:0 2px 10px rgba(0,0,0,.08); transform: translateY(-1px); }
.ppro-icon { width:16px; height:16px; display:inline-block; }
.ppro-muted { opacity:.75; font-size:13px; }

.ppro-footer { display:flex; flex-wrap:wrap; gap:10px; justify-content:center; padding:10px 0; }
.ppro-foot-link { display:inline-flex; align-items:center; justify-content:center;
  width:34px; height:34px; border-radius:999px; border:1px solid rgba(255,255,255,.22);
  background: rgba(0,0,0,.08);
}
.ppro-foot-link:hover { background: rgba(0,0,0,.14); }

.ppro-floating { position:fixed; z-index:9999; top:40%; }
.ppro-floating.ppro-right { right:14px; }
.ppro-floating.ppro-left { left:14px; }
.ppro-floating a { display:flex; align-items:center; justify-content:center; width:44px; height:44px;
  border-radius:999px; margin:8px 0; border:1px solid rgba(0,0,0,.12); background:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.12);
}
.ppro-floating a:hover { transform: translateY(-1px); }
