.zehuma-lc-product-proof{margin:10px 0 14px;padding:10px 12px;border-radius:8px;background:#f8fafc;border:1px solid #e5e7eb;font-size:13px;color:#334155}
.zehuma-lc-proof-line{margin:2px 0}
/* Campaign modal — premium, mobile-first; overlay does not dismiss */
.zehuma-lc-popup-overlay{
  position:fixed;inset:0;z-index:100080;
  display:flex;align-items:center;justify-content:center;
  padding:max(16px, env(safe-area-inset-top)) 16px max(16px, env(safe-area-inset-bottom));
  background:rgba(15,23,42,.55);
  -webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);
  animation:zehumaLcFadeIn .22s ease;
}
@keyframes zehumaLcFadeIn{from{opacity:0}to{opacity:1}}
@keyframes zehumaLcPopIn{from{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:none}}

.zehuma-lc-popup{
  position:relative;width:100%;max-width:420px;
  padding:28px 24px 20px;
  border-radius:20px;background:#fff;
  box-shadow:0 24px 64px rgba(15,23,42,.28);
  animation:zehumaLcPopIn .28s ease;
  max-height:min(92vh,720px);overflow:auto;
  -webkit-overflow-scrolling:touch;
}
.zehuma-lc-popup--coupon{
  max-width:440px;
  background:linear-gradient(165deg,#fff 0%,#fffbeb 48%,#fff 100%);
  border:1px solid rgba(245,158,11,.35);
}
.zehuma-lc-popup--message{max-width:400px}

.zehuma-lc-popup-close{
  position:absolute;right:10px;top:10px;
  width:36px;height:36px;border:0;border-radius:50%;
  background:#f1f5f9;color:#64748b;
  font-size:22px;line-height:1;cursor:pointer;padding:0;
  z-index:2;
}
.zehuma-lc-popup-close:hover{background:#e2e8f0;color:#0f172a}

.zehuma-lc-popup-kicker{
  display:inline-block;margin:0 0 10px;padding:3px 10px;
  border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.04em;
  text-transform:uppercase;background:#0f172a;color:#fff;
}
.zehuma-lc-popup--coupon .zehuma-lc-popup-kicker{background:#d97706}

.zehuma-lc-popup-title{margin:0 0 10px;padding-right:28px;font-size:22px;line-height:1.25;color:#0f172a;font-weight:700}
.zehuma-lc-popup-body{margin:0 0 16px;color:#475569;font-size:15px;line-height:1.5}
.zehuma-lc-popup h3{margin:0 0 8px;font-size:20px}
.zehuma-lc-popup p{margin:0 0 12px;color:#475569}

.zehuma-lc-coupon-card{
  margin:0 0 16px;padding:16px 14px;
  border-radius:14px;
  background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);
  color:#fff;text-align:center;
  box-shadow:0 10px 28px rgba(15,23,42,.25);
}
.zehuma-lc-coupon-badge{
  display:inline-block;margin-bottom:8px;padding:4px 10px;
  border-radius:999px;font-size:12px;font-weight:700;
  background:#f59e0b;color:#111;
}
.zehuma-lc-coupon-label{
  font-size:11px;letter-spacing:.08em;text-transform:uppercase;
  color:#94a3b8;margin-bottom:8px;
}
.zehuma-lc-coupon-row{
  display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;
}
.zehuma-lc-coupon-code{
  display:inline-block;padding:10px 14px;border-radius:10px;
  background:rgba(255,255,255,.1);border:1px dashed rgba(255,255,255,.35);
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  font-size:clamp(16px,4.5vw,20px);font-weight:700;letter-spacing:.12em;
  color:#fff;user-select:all;-webkit-user-select:all;
}
.zehuma-lc-coupon-copy{
  display:inline-flex;align-items:center;gap:6px;
  border:0;border-radius:10px;padding:10px 14px;
  background:#f59e0b;color:#111;font-weight:700;font-size:13px;
  cursor:pointer;transition:transform .15s ease,background .15s ease;
}
.zehuma-lc-coupon-copy:hover{background:#fbbf24}
.zehuma-lc-coupon-copy:active{transform:scale(.97)}
.zehuma-lc-coupon-copy.is-copied{background:#22c55e;color:#fff}
.zehuma-lc-coupon-meta{margin-top:8px;font-size:12px;color:#cbd5e1}
.zehuma-lc-copy-feedback{min-height:18px;margin-top:6px;font-size:12px;font-weight:600}
.zehuma-lc-copy-feedback.is-ok{color:#86efac}
.zehuma-lc-copy-feedback.is-err{color:#fca5a5}

/* legacy class kept */
.zehuma-lc-coupon{font-weight:700;letter-spacing:.04em;background:#f1f5f9;padding:10px;border-radius:8px;text-align:center;margin-bottom:12px}

.zehuma-lc-popup-btn{
  display:block;width:100%;box-sizing:border-box;text-align:center;
  background:#0f172a;color:#fff!important;text-decoration:none!important;
  padding:13px 16px;border-radius:12px;font-weight:700;font-size:15px;
  margin-bottom:12px;
}
.zehuma-lc-popup--coupon .zehuma-lc-popup-btn{background:#d97706}
.zehuma-lc-popup-btn:hover{opacity:.92}

.zehuma-lc-popup-note{
  margin:0!important;padding-top:4px;
  font-size:11px;line-height:1.4;color:#94a3b8!important;text-align:center;
}

@media (max-width:480px){
  .zehuma-lc-popup{padding:24px 16px 16px;border-radius:16px;max-width:100%}
  .zehuma-lc-popup-title{font-size:19px}
  .zehuma-lc-popup-body{font-size:14px}
  .zehuma-lc-coupon-row{flex-direction:column}
  .zehuma-lc-coupon-copy{width:100%;justify-content:center}
  .zehuma-lc-coupon-code{width:100%;box-sizing:border-box}
}

.zehuma-lc-message{position:fixed;z-index:100060;left:50%;transform:translateX(-50%);background:#0f172a;color:#fff;padding:10px 16px;border-radius:999px;font-size:13px;box-shadow:0 8px 24px rgba(0,0,0,.2);max-width:90vw}
.zehuma-lc-msg-bottom{bottom:72px}
.zehuma-lc-msg-top{top:20px}
@media (max-width:767px){.zehuma-lc-msg-bottom{bottom:auto;top:max(56px, env(safe-area-inset-top));left:8px;right:8px;transform:none;border-radius:10px;text-align:center}}
.zehuma-lc-msg-bottom-right,.zehuma-lc-msg-right{right:20px;left:auto;transform:none;bottom:20px;border-radius:10px}

/* Social proof toast — desktop: bottom-left; never block cart FAB */
.zehuma-lc-toast{
  position:fixed;left:16px;bottom:20px;z-index:99990;
  display:flex;align-items:flex-start;gap:8px;
  max-width:340px;padding:10px 28px 10px 10px;
  border-radius:12px;border:2px solid #d1d5db;
  background:#fff;
  box-shadow:0 8px 24px rgba(15,23,42,.12);
  opacity:0;transform:translateY(10px);
  transition:opacity .25s ease, transform .25s ease;
  font-size:12.5px;line-height:1.3;color:#1f2937;
  pointer-events:auto;
}
.zehuma-lc-toast.is-visible{opacity:1;transform:translateY(0)}

.zehuma-lc-toast--order{
  border-color:#ef4444;
  background:linear-gradient(135deg,#fff 55%,#fee2e2 100%);
  box-shadow:0 8px 28px rgba(239,68,68,.28);
}
.zehuma-lc-toast--cart{
  border-color:#f59e0b;
  background:linear-gradient(135deg,#fff 55%,#fef3c7 100%);
  box-shadow:0 8px 28px rgba(245,158,11,.28);
}

.zehuma-lc-toast-close{
  position:absolute;top:2px;right:4px;
  width:22px;height:22px;border:0;background:transparent;
  color:#94a3b8;font-size:18px;line-height:1;cursor:pointer;padding:0;
  z-index:2;
}
.zehuma-lc-toast-close:hover{color:#0f172a}

.zehuma-lc-toast-emoji{
  flex:0 0 auto;width:32px;height:32px;border-radius:9px;
  display:flex;align-items:center;justify-content:center;
  font-size:18px;line-height:1;
}
.zehuma-lc-toast--order .zehuma-lc-toast-emoji{background:rgba(239,68,68,.15)}
.zehuma-lc-toast--cart .zehuma-lc-toast-emoji{background:rgba(245,158,11,.18)}

.zehuma-lc-toast-body{flex:1 1 auto;min-width:0;padding-right:2px}
.zehuma-lc-toast-badge{
  display:inline-block;font-size:10px;font-weight:700;letter-spacing:.03em;
  text-transform:uppercase;padding:1px 6px;border-radius:999px;margin-bottom:3px;
}
.zehuma-lc-toast--order .zehuma-lc-toast-badge{background:#ef4444;color:#fff}
.zehuma-lc-toast--cart .zehuma-lc-toast-badge{background:#f59e0b;color:#111}

.zehuma-lc-toast-line{display:block}
.zehuma-lc-toast-who{font-weight:600;color:#0f172a}
.zehuma-lc-toast-city{font-weight:600;color:#0f172a}
.zehuma-lc-toast-product{
  font-weight:700;color:#0f172a!important;text-decoration:none!important;
  border-bottom:1px dashed rgba(15,23,42,.22);
}
a.zehuma-lc-toast-product:hover{opacity:.85}
.zehuma-lc-toast--order a.zehuma-lc-toast-product{color:#991b1b!important;border-bottom-color:rgba(153,27,27,.35)}
.zehuma-lc-toast--cart a.zehuma-lc-toast-product{color:#92400e!important;border-bottom-color:rgba(146,64,14,.35)}
.zehuma-lc-toast-action{color:#475569;font-weight:500}
.zehuma-lc-toast-meta{display:block;margin-top:2px;color:#94a3b8;font-size:11px}
.zehuma-lc-toast-sep{color:#cbd5e1}

/* Mobile: footer üstü tek satır ince şerit (logo üstünü kaplamaz) */
@media (max-width:767px){
  .zehuma-lc-toast{
    top:auto;
    left:10px;
    right:10px;
    bottom:calc(58px + env(safe-area-inset-bottom, 0px));
    max-width:none;
    width:auto;
    align-items:center;
    gap:6px;
    padding:5px 26px 5px 8px;
    border-radius:999px;
    border-width:1px;
    font-size:11px;
    line-height:1.2;
    box-shadow:0 2px 12px rgba(15,23,42,.12);
    transform:translateY(8px);
  }
  .zehuma-lc-toast.is-visible{transform:translateY(0)}
  .zehuma-lc-toast-emoji{width:18px;height:18px;font-size:12px;border-radius:50%}
  .zehuma-lc-toast-badge,
  .zehuma-lc-toast-meta{display:none!important}
  .zehuma-lc-toast-body{overflow:hidden;padding-right:0}
  .zehuma-lc-toast-line{
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .zehuma-lc-toast-who{font-weight:500}
  .zehuma-lc-toast-product{font-weight:600;border-bottom:0!important}
  .zehuma-lc-toast-close{
    width:22px;height:22px;font-size:17px;
    top:50%;right:4px;transform:translateY(-50%);
  }
}
