/* Kurumsal paket vitrini — krem satış sahnesi */

:root {
  --jg-pkg-cream: #f7f1e8;
  --jg-pkg-cream-2: #efe6d8;
  --jg-pkg-ink: #1c1917;
  --jg-pkg-muted: #78716c;
  --jg-pkg-line: rgba(28, 25, 23, 0.12);
  --jg-pkg-accent: #6d28d9;
  --jg-pkg-ready: #15803d;
  --jg-pkg-warn: #b45309;
  --jg-pkg-danger: #b91c1c;
}

/* Kart actions: hover’da 2×2 — Editör | Sepet / Kurumsal kimlik | Toplu paketleri gör */
.jg-kv-template-card.has-pkg-actions .jg-kv-template-card__actions,
.jg-kv-template-card__actions.is-quad {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  align-items: stretch;
  width: 100%;
}
.jg-kv-template-card.has-pkg-actions .jg-kv-template-card__actions .jg-kv-template-card__btn,
.jg-kv-template-card__actions.is-quad .jg-kv-template-card__btn {
  flex: unset;
  min-width: 0;
  width: 100%;
  text-align: center;
  padding: 7px 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 8px;
  box-shadow: none !important;
  transform: none !important;
}
/* Editör — kurumsal mor */
.jg-kv-template-card.has-pkg-actions .jg-kv-template-card__btn.is-primary {
  background: linear-gradient(135deg, #6d28d9 0%, #7c3aed 100%) !important;
  color: #fff !important;
  border: 1px solid #6d28d9 !important;
}
.jg-kv-template-card.has-pkg-actions .jg-kv-template-card__btn.is-primary:hover {
  filter: brightness(1.06);
}
/* Sepet — açık zemin + mor çerçeve */
.jg-kv-template-card.has-pkg-actions .jg-kv-template-card__btn.is-secondary {
  background: #f5f3ff !important;
  color: #5b21b6 !important;
  border: 1px solid rgba(109, 40, 217, 0.35) !important;
}
.jg-kv-template-card.has-pkg-actions .jg-kv-template-card__btn.is-secondary:hover {
  background: #ede9fe !important;
  border-color: rgba(109, 40, 217, 0.55) !important;
}
/* Kurumsal kimlik — krem / altın prestij */
.jg-pkg-identity-btn {
  margin: 0 !important;
  background: linear-gradient(180deg, #fffdf8 0%, #f3e7d3 100%) !important;
  color: #78350f !important;
  border: 1px solid rgba(180, 134, 58, 0.55) !important;
  font-family: "Cormorant Garamond", "Times New Roman", Georgia, serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
}
.jg-pkg-identity-btn:hover {
  background: linear-gradient(180deg, #fffaf0 0%, #edd9b8 100%) !important;
  border-color: rgba(146, 112, 58, 0.75) !important;
  color: #451a03 !important;
}
.jg-pkg-identity-btn:disabled { opacity: 0.6; cursor: wait; }
/* Toplu paket — koyu mürekkep */
.jg-pkg-action-btn {
  background: #1c1917 !important;
  color: #fafaf9 !important;
  border: 1px solid #1c1917 !important;
  box-shadow: none !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
}
.jg-pkg-action-btn:hover {
  background: #292524 !important;
  filter: none;
}
.jg-kv-template-card.is-family-reserved .jg-kv-template-card__btn.is-secondary,
.jg-kv-template-card.is-family-reserved a.jg-kv-template-card__btn.is-primary {
  opacity: 0.4;
  pointer-events: none;
}

.jg-pkg-reserve-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 6;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 800;
  background: rgba(28, 25, 23, 0.9);
  color: #fde68a;
  pointer-events: none;
  max-width: calc(100% - 16px);
}
.jg-pkg-reserve-badge.is-mine { color: #bbf7d0; }
.jg-pkg-reserve-badge.is-company {
  top: auto;
  bottom: 8px;
  left: 8px;
  right: 8px;
  border-radius: 8px;
  white-space: normal;
  line-height: 1.3;
  text-align: center;
  font-size: 10.5px;
  font-weight: 700;
  color: #fef3c7;
  background: rgba(28, 25, 23, 0.88);
}
.jg-kv-template-card__preview { position: relative; }

/* Kurumsal kimlik pazarlama pompası */
html.jg-id-stage-open,
body.jg-id-stage-open {
  overflow: hidden;
  overscroll-behavior: none;
}
.jg-id-stage-root[hidden] { display: none !important; }
.jg-id-stage-root {
  position: fixed;
  inset: 0;
  z-index: 5300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.jg-id-stage-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(28, 25, 23, 0.5);
  border: 0;
  padding: 0;
  cursor: pointer;
}
.jg-id-stage-root .jg-id-stage {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
  max-height: calc(100vh - 40px);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(240px, 0.95fr) minmax(0, 1.15fr);
  align-items: stretch;
  background: linear-gradient(155deg, #f7f1e8 0%, #efe6d8 55%, #e7dccb 100%);
  border: 1px solid rgba(28, 25, 23, 0.1);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(28, 25, 23, 0.28);
}
.jg-id-stage-root .jg-id-stage:focus {
  outline: none;
}
.jg-id-stage-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #1c1917;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(28, 25, 23, 0.12);
}
.jg-id-stage-visual {
  min-height: 320px;
  height: 100%;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.5), transparent 42%),
    linear-gradient(165deg, #1c1917 0%, #3f3a36 48%, #292524 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 16px 24px;
  position: relative;
  touch-action: pan-y;
}
.jg-id-gallery-frame {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 240px;
}
.jg-id-gallery-shot {
  --jg-id-aw: 3;
  --jg-id-ah: 4;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: min(100%, calc(min(52vh, 320px) * var(--jg-id-aw) / var(--jg-id-ah)));
  aspect-ratio: var(--jg-id-aw) / var(--jg-id-ah);
  height: auto;
  max-width: 100%;
  background: #fff;
  border-radius: 6px;
  padding: 8px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 16px 28px rgba(0, 0, 0, 0.45);
}
.jg-id-stage-visual img,
.jg-id-stage-visual .jg-id-gallery-img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: fill;
  object-position: center;
  background: transparent;
  border-radius: 2px;
  padding: 0;
  box-sizing: border-box;
  box-shadow: none;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.jg-id-stage-visual img[hidden] { display: none; }
.jg-id-gallery-shot[hidden] { display: none !important; }
.jg-id-gallery-ph {
  width: min(100%, 200px);
  height: 140px;
  border: 1px dashed rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.jg-id-gallery-ph[hidden] { display: none; }
.jg-id-gallery-meta {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: #f5f0e8;
  text-align: center;
}
.jg-id-gallery-product {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.jg-id-gallery-count {
  font-size: 11px;
  opacity: 0.7;
}
.jg-id-gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fafaf9;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.jg-id-gallery-arrow.is-prev { left: 8px; }
.jg-id-gallery-arrow.is-next { right: 8px; }
.jg-id-gallery-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.45);
}
.jg-id-gallery-arrow[hidden] { display: none; }
.jg-id-stage-body {
  display: flex;
  flex-direction: column;
  padding: 28px 28px 24px 22px;
  color: #1c1917;
  overflow-y: auto;
  min-width: 0;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.jg-id-kicker {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6d28d9;
}
.jg-id-stage-root .jg-id-stage-body h2 {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  font-size: 30px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.jg-id-lead {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.5;
  color: #44403c;
}
.jg-id-points {
  margin: 0 0 16px;
  padding: 0 0 0 18px;
  color: #292524;
  font-size: 13px;
  line-height: 1.45;
}
.jg-id-points li { margin-bottom: 6px; }
.jg-id-status {
  margin: 0 0 14px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.4;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(28, 25, 23, 0.08);
}
.jg-id-status.is-ok { color: #166534; background: rgba(220, 252, 231, 0.75); }
.jg-id-status.is-mine { color: #166534; background: rgba(220, 252, 231, 0.75); }
.jg-id-status.is-taken { color: #92400e; background: rgba(254, 243, 199, 0.85); }
.jg-id-status.is-info { color: #1e3a5f; background: rgba(219, 234, 254, 0.75); }
.jg-id-status.is-err { color: #991b1b; background: rgba(254, 226, 226, 0.9); }
.jg-id-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.jg-id-cta {
  flex: 1 1 180px;
  min-height: 44px;
  border: 0;
  border-radius: 11px;
  background: #1c1917;
  color: #fafaf9;
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
  padding: 0 16px;
}
.jg-id-cta:hover { filter: brightness(1.08); }
.jg-id-cta:disabled { opacity: 0.55; cursor: not-allowed; filter: none; }
.jg-id-btn-ghost {
  flex: 1 1 140px;
  min-height: 44px;
  border: 1px solid rgba(28, 25, 23, 0.18);
  border-radius: 11px;
  background: transparent;
  color: #1c1917;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  padding: 0 14px;
}
.jg-id-btn-ghost:hover { background: rgba(255, 255, 255, 0.45); }
.jg-id-note {
  margin: 0;
  font-size: 11.5px;
  line-height: 1.4;
  color: #78716c;
}

@media (max-width: 768px) {
  .jg-id-stage-root {
    padding: 0;
    align-items: stretch;
    justify-content: stretch;
    width: 100%;
    max-width: none;
  }
  .jg-id-stage-root .jg-id-stage {
    width: 100%;
    max-width: none;
    height: 100dvh;
    height: 100svh;
    max-height: 100dvh;
    max-height: 100svh;
    border-radius: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr);
  }
  .jg-id-stage-close {
    top: max(8px, env(safe-area-inset-top, 0px));
    right: 8px;
    width: 44px;
    height: 44px;
  }
  .jg-id-stage-visual {
    width: 100%;
    min-height: 280px;
    height: auto;
    max-height: none;
    padding: calc(10px + env(safe-area-inset-top, 0px)) 6px 10px;
    box-sizing: border-box;
  }
  .jg-id-gallery-frame {
    min-height: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 44px;
    box-sizing: border-box;
  }
  .jg-id-gallery-shot {
    width: min(100%, calc(min(38svh, 260px) * var(--jg-id-aw) / var(--jg-id-ah)));
  }
  .jg-id-gallery-meta { margin-top: 8px; }
  .jg-id-gallery-product { font-size: 12px; }
  .jg-id-gallery-arrow {
    width: 44px;
    height: 44px;
  }
  .jg-id-gallery-arrow.is-prev { left: 4px; }
  .jg-id-gallery-arrow.is-next { right: 4px; }
  .jg-id-stage-body {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    padding: 16px 18px 0;
  }
  .jg-id-stage-root .jg-id-stage-body h2 { font-size: 26px; margin-bottom: 10px; }
  .jg-id-lead { font-size: 14px; line-height: 1.55; margin-bottom: 12px; }
  .jg-id-points { font-size: 14px; line-height: 1.5; margin-bottom: 12px; padding-left: 18px; }
  .jg-id-status { font-size: 13px; }
  .jg-id-actions {
    position: sticky;
    bottom: 0;
    z-index: 2;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: auto;
    margin-left: -18px;
    margin-right: -18px;
    margin-bottom: 0;
    padding: 12px 18px calc(12px + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(180deg, rgba(247, 241, 232, 0) 0%, #f7f1e8 22%, #efe6d8 100%);
  }
  .jg-id-cta,
  .jg-id-btn-ghost {
    flex: 0 0 auto;
    width: 100%;
    min-height: 48px;
  }
  .jg-id-note { display: none; }
}

/* Stage shell */
.jg-pkg-stage-root[hidden] { display: none !important; }
.jg-pkg-stage-root {
  position: fixed;
  inset: 0;
  z-index: 5200;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
}
.jg-pkg-stage-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(28, 25, 23, 0.42);
  border: 0;
  padding: 0;
  cursor: pointer;
}
.jg-pkg-stage {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  max-height: calc(100vh - 40px);
  margin: auto;
  background: var(--jg-pkg-cream);
  color: var(--jg-pkg-ink);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: jgPkgStageIn 220ms ease;
}
@keyframes jgPkgStageIn {
  from { opacity: 0; transform: translateY(10px) scale(0.988); }
  to { opacity: 1; transform: none; }
}

.jg-pkg-stage-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px 12px;
  border-bottom: 1px solid var(--jg-pkg-line);
  background: linear-gradient(180deg, #fbf7f1 0%, var(--jg-pkg-cream) 100%);
  flex: 0 0 auto;
}
.jg-pkg-kicker {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--jg-pkg-accent);
}
.jg-pkg-stage-head h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--jg-pkg-ink);
}
.jg-pkg-stage-head p#jgPkgStageSub {
  margin: 6px 0 0;
  font-size: 13.5px;
  color: var(--jg-pkg-muted);
  line-height: 1.45;
  max-width: 62ch;
}
.jg-pkg-stage-head-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}
.jg-pkg-btn-ghost {
  appearance: none;
  border: 1px solid var(--jg-pkg-line);
  background: #fff;
  color: var(--jg-pkg-ink);
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.jg-pkg-btn-ghost:hover { border-color: rgba(109, 40, 217, 0.35); color: var(--jg-pkg-accent); }
.jg-pkg-btn-ghost[disabled] { opacity: 0.5; cursor: default; }
.jg-pkg-stage-reserve {
  appearance: none;
  border: 1px solid rgba(180, 83, 9, 0.35);
  background: #fff7ed;
  color: #92400e;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.jg-pkg-stage-reserve.is-mine,
.jg-pkg-stage-reserve[disabled] { opacity: 0.85; cursor: default; }
.jg-pkg-stage-close {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid var(--jg-pkg-line);
  background: #fff;
  color: var(--jg-pkg-ink);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.jg-pkg-pack-tabs {
  display: flex;
  gap: 8px;
  padding: 10px 20px 0;
  flex: 0 0 auto;
  overflow-x: auto;
}
.jg-pkg-tab {
  appearance: none;
  border: 1px solid var(--jg-pkg-line);
  background: #fff;
  color: var(--jg-pkg-ink);
  border-radius: 14px;
  padding: 10px 14px;
  cursor: pointer;
  display: grid;
  gap: 2px;
  text-align: left;
  min-width: 140px;
}
.jg-pkg-tab strong { font-size: 13px; }
.jg-pkg-tab span { font-size: 12px; color: var(--jg-pkg-muted); font-weight: 700; }
.jg-pkg-tab.active {
  border-color: rgba(109, 40, 217, 0.55);
  background: #f5f3ff;
  box-shadow: inset 0 0 0 1px rgba(109, 40, 217, 0.15);
}

.jg-pkg-product-strip {
  display: flex;
  gap: 10px;
  padding: 12px 20px;
  overflow-x: auto;
  flex: 0 0 auto;
  border-bottom: 1px solid var(--jg-pkg-line);
}
.jg-pkg-product-chip {
  appearance: none;
  border: 1px solid var(--jg-pkg-line);
  background: #fff;
  color: var(--jg-pkg-ink);
  border-radius: 14px;
  padding: 8px;
  cursor: pointer;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 8px;
  min-width: 168px;
  text-align: left;
}
.jg-pkg-product-chip.active {
  border-color: rgba(109, 40, 217, 0.55);
  background: #faf5ff;
}
.jg-pkg-chip-thumb,
.jg-pkg-item-thumb {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--jg-pkg-cream-2);
  display: block;
}
.jg-pkg-chip-thumb img,
.jg-pkg-item-thumb img,
.jg-pkg-ph {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: var(--jg-pkg-cream-2);
}
.jg-pkg-chip-meta {
  display: grid;
  align-content: center;
  gap: 2px;
  min-width: 0;
}
.jg-pkg-chip-meta strong,
.jg-pkg-item-meta strong {
  font-size: 12.5px;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jg-pkg-chip-meta small,
.jg-pkg-item-meta small {
  font-size: 11px;
  color: var(--jg-pkg-muted);
}
.jg-pkg-chip-badge,
.jg-pkg-item-meta em,
.jg-pkg-state-pill {
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
}
.jg-pkg-product-chip.is-ready .jg-pkg-chip-badge,
.jg-pkg-item-row.is-ready em,
.jg-pkg-state-pill.is-ready { color: var(--jg-pkg-ready); }
.jg-pkg-product-chip.is-needs-info .jg-pkg-chip-badge,
.jg-pkg-item-row.is-needs-info em,
.jg-pkg-state-pill.is-needs-info { color: var(--jg-pkg-warn); }
.jg-pkg-product-chip.is-missing .jg-pkg-chip-badge,
.jg-pkg-item-row.is-missing em,
.jg-pkg-state-pill.is-missing { color: var(--jg-pkg-danger); }

.jg-pkg-stage-body {
  flex: 1 1 auto;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.9fr);
  gap: 0;
  overflow: hidden;
}
.jg-pkg-showcase,
.jg-pkg-side {
  min-height: 0;
  overflow: auto;
  padding: 16px 20px 18px;
}
.jg-pkg-side {
  border-left: 1px solid var(--jg-pkg-line);
  background: rgba(255, 255, 255, 0.45);
}
.jg-pkg-col-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--jg-pkg-muted);
  margin-bottom: 8px;
}
.jg-pkg-showcase-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.jg-pkg-showcase-top h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
}
.jg-pkg-showcase-top p {
  margin: 4px 0 0;
  font-size: 13px;
  color: var(--jg-pkg-muted);
}
.jg-pkg-state-pill {
  border-radius: 999px;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid var(--jg-pkg-line);
}

.jg-pkg-hero-preview {
  position: relative;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 1.6 / 1;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--jg-pkg-line);
  margin: 0 auto;
}
.jg-pkg-hero-img,
.jg-pkg-hero-ph {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.jg-pkg-hero-preview .jg-tpl-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  overflow: hidden;
  pointer-events: none;
}
.jg-pkg-hero-preview .jg-tpl-overlay.front,
.jg-pkg-hero-preview .jg-tpl-overlay.back {
  display: block;
  opacity: 1;
}
.jg-pkg-hero-preview .jg-tpl-text,
.jg-pkg-item-thumb .jg-tpl-text {
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
.jg-pkg-hero-preview .jg-tpl-overlay img,
.jg-pkg-item-thumb .jg-tpl-overlay img {
  position: absolute;
  object-fit: contain;
  pointer-events: none;
}
.jg-pkg-item-thumb .jg-tpl-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}

.jg-pkg-showcase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 14px;
}
.jg-pkg-hint {
  margin: 12px auto 0;
  max-width: 52ch;
  text-align: center;
  font-size: 13px;
  color: var(--jg-pkg-muted);
  line-height: 1.45;
}
.jg-pkg-hint.is-ok { color: var(--jg-pkg-ready); }
.jg-pkg-hint.is-warn { color: var(--jg-pkg-warn); }

.jg-pkg-side-price {
  display: grid;
  gap: 2px;
  margin-bottom: 8px;
}
.jg-pkg-side-price .list,
.jg-pkg-foot-price .list {
  font-size: 12px;
  text-decoration: line-through;
  color: var(--jg-pkg-muted);
}
.jg-pkg-side-price strong,
.jg-pkg-foot-price strong {
  font-size: 26px;
  font-weight: 800;
  color: var(--jg-pkg-ink);
  letter-spacing: -0.02em;
}
.jg-pkg-side-price .save,
.jg-pkg-foot-price .save {
  font-size: 12px;
  font-weight: 700;
  color: var(--jg-pkg-ready);
}
.jg-pkg-ready-line {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--jg-pkg-muted);
  margin-bottom: 12px;
}

.jg-pkg-item-rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.jg-pkg-item-row {
  appearance: none;
  width: 100%;
  border: 1px solid var(--jg-pkg-line);
  background: #fff;
  color: inherit;
  border-radius: 12px;
  padding: 8px;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 10px;
  cursor: pointer;
  text-align: left;
}
.jg-pkg-item-row.active {
  border-color: rgba(109, 40, 217, 0.45);
  background: #faf5ff;
}
.jg-pkg-item-meta {
  display: grid;
  align-content: center;
  gap: 2px;
  min-width: 0;
}

.jg-pkg-note { margin-top: 14px; }
.jg-pkg-note label {
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
  color: var(--jg-pkg-muted);
  font-weight: 700;
}
.jg-pkg-note textarea {
  width: 100%;
  min-height: 68px;
  border-radius: 12px;
  border: 1px solid var(--jg-pkg-line);
  background: #fff;
  color: var(--jg-pkg-ink);
  padding: 10px;
  resize: vertical;
  font: inherit;
  box-sizing: border-box;
}

.jg-pkg-family-pick {
  flex: 0 0 auto;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 18px;
  border-top: 1px solid rgba(109, 40, 217, 0.18);
  background: #f5f3ff;
}
.jg-pkg-family-pick[hidden] { display: none !important; }
.jg-pkg-family-pick__msg {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  color: #5b21b6;
  line-height: 1.3;
}
.jg-pkg-family-pick__btn {
  appearance: none;
  flex: 0 0 auto;
  border: 1px solid rgba(109, 40, 217, 0.28);
  border-radius: 999px;
  padding: 8px 14px;
  background: #fff;
  color: #6d28d9;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}
.jg-pkg-family-pick__btn:hover {
  background: #ede9fe;
}
.jg-pkg-stage-foot {
  flex: 0 0 auto;
  padding: 12px 18px 16px;
  border-top: 1px solid var(--jg-pkg-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: rgba(255, 255, 255, 0.65);
}
.jg-pkg-stage-foot-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}
.jg-pkg-foot-price {
  text-align: right;
  display: grid;
  gap: 2px;
}
.jg-pkg-cta-stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
  min-width: min(260px, 100%);
}
.jg-pkg-cta {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 800;
  cursor: pointer;
  background: var(--jg-pkg-accent);
  color: #fff;
  white-space: nowrap;
}
.jg-pkg-cta[disabled] { opacity: 0.55; cursor: default; }
.jg-pkg-wa-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
}
.jg-pkg-wa-row__label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--jg-pkg-muted);
  white-space: nowrap;
}
.jg-pkg-wa-row__label i { color: #25d366; font-size: 14px; }
.jg-pkg-wa-switch {
  display: inline-flex;
  align-items: stretch;
  flex: 0 0 auto;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  overflow: hidden;
  background: #f1f5f9;
}
.jg-pkg-wa-switch__opt {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 7px 11px;
  color: #64748b;
  line-height: 1;
}
.jg-pkg-wa-switch__opt.is-active {
  background: #25d366;
  color: #fff;
}
.jg-pkg-wa-switch[data-on="0"] .jg-pkg-wa-switch__opt.is-active {
  background: #94a3b8;
  color: #fff;
}
.jg-pkg-cta-wa-hint {
  margin: 0;
  font-size: 10.5px;
  line-height: 1.35;
  color: var(--jg-pkg-muted);
  text-align: center;
  max-width: 260px;
}
.jg-pkg-status {
  font-size: 12.5px;
  color: var(--jg-pkg-muted);
  min-height: 1.2em;
}
.jg-pkg-status.is-err { color: var(--jg-pkg-danger); }
.jg-pkg-status.is-ok { color: var(--jg-pkg-ready); }
.jg-pkg-empty {
  font-size: 13px;
  color: var(--jg-pkg-muted);
  padding: 12px 0;
}

@media (max-width: 900px) {
  .jg-pkg-stage-root { padding: 0; }
  .jg-pkg-stage {
    width: 100%;
    max-height: 100vh;
    border-radius: 0;
  }
  .jg-pkg-stage-body {
    grid-template-columns: 1fr;
    overflow: auto;
  }
  .jg-pkg-side { border-left: 0; border-top: 1px solid var(--jg-pkg-line); }
  .jg-pkg-stage-foot {
    flex-direction: column;
    align-items: stretch;
  }
  .jg-pkg-stage-foot-right {
    flex-direction: column;
    align-items: stretch;
  }
  .jg-pkg-foot-price { text-align: left; }
  .jg-pkg-cta { width: 100%; }
  .jg-pkg-stage-head {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .jg-kv-template-card.has-pkg-actions .jg-kv-template-card__actions,
  .jg-kv-template-card__actions.is-quad {
    gap: 4px;
  }
  .jg-kv-template-card.has-pkg-actions .jg-kv-template-card__actions .jg-kv-template-card__btn,
  .jg-kv-template-card__actions.is-quad .jg-kv-template-card__btn {
    padding: 6px 4px;
    font-size: 9.5px;
  }
  .jg-pkg-identity-btn { font-size: 10px !important; }
}

/* Sales stage v2 — tek bakışta paket, ürün, tasarım ve sipariş */
.jg-pkg-stage-root {
  padding: 12px;
}
.jg-pkg-stage {
  width: min(1120px, 100%);
  height: min(720px, calc(100dvh - 24px));
  max-height: calc(100dvh - 24px);
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(28, 25, 23, .24);
}
.jg-pkg-stage-head {
  position: relative !important;
  inset: auto !important;
  width: auto !important;
  margin: 0 !important;
  align-items: center;
  padding: 13px 18px 10px;
}
.jg-pkg-kicker {
  margin-bottom: 2px;
  font-size: 10px;
}
.jg-pkg-stage-head h2 {
  font-size: 21px;
}
.jg-pkg-stage-head p#jgPkgStageSub {
  max-width: 72ch;
  margin-top: 3px;
  overflow: hidden;
  font-size: 11.5px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jg-pkg-stage-head-actions .jg-pkg-btn-ghost {
  max-width: 190px;
  overflow: hidden;
  padding: 7px 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jg-pkg-stage-close {
  width: 34px;
  height: 34px;
}

.jg-pkg-pack-tabs {
  align-items: center;
  gap: 10px;
  padding: 9px 18px;
  overflow: hidden;
  border-bottom: 1px solid var(--jg-pkg-line);
  background: rgba(255, 255, 255, .28);
}
.jg-pkg-compare-label {
  flex: 0 0 auto;
  color: var(--jg-pkg-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.jg-pkg-compare-track {
  min-width: 0;
  display: flex;
  flex: 1;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}
.jg-pkg-compare-track::-webkit-scrollbar { display: none; }
.jg-pkg-tab {
  position: relative;
  min-width: 190px;
  min-height: 52px;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 13px;
}
.jg-pkg-tab-check {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border: 1px solid var(--jg-pkg-line);
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}
.jg-pkg-tab.active .jg-pkg-tab-check {
  border-color: var(--jg-pkg-accent);
  background: var(--jg-pkg-accent);
}
.jg-pkg-tab-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}
.jg-pkg-tab-copy strong {
  overflow: hidden;
  font-size: 11.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jg-pkg-tab-copy small {
  overflow: hidden;
  color: var(--jg-pkg-muted);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jg-pkg-tab-price {
  color: var(--jg-pkg-ink) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.jg-pkg-product-strip {
  gap: 8px;
  padding: 8px 18px;
  overflow-x: auto;
  background: #fbf8f3;
}
.jg-pkg-product-chip {
  min-width: 158px;
  flex: 1 1 0;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 7px;
  padding: 5px;
  border-radius: 12px;
}
.jg-pkg-product-chip.active {
  border-color: var(--jg-pkg-accent);
  background: #f3e8ff;
  box-shadow: 0 0 0 2px rgba(109, 40, 217, .1);
}
.jg-pkg-chip-thumb {
  width: 48px;
  height: 48px;
  border-radius: 8px;
}
.jg-pkg-chip-meta strong { font-size: 11px; }
.jg-pkg-chip-meta small {
  font-size: 8.5px;
  line-height: 1.2;
  white-space: normal;
}
.jg-pkg-chip-badge { font-size: 9px; }

.jg-pkg-stage-body {
  grid-template-columns: minmax(0, 1.65fr) minmax(300px, .85fr);
  min-height: 0;
  overflow: hidden;
}
.jg-pkg-showcase,
.jg-pkg-side {
  min-height: 0;
  overflow: hidden;
  padding: 11px 18px 12px;
}
.jg-pkg-showcase {
  display: grid;
  grid-template-rows: auto minmax(140px, 1fr) auto;
  align-content: stretch;
}
.jg-pkg-showcase-bottom {
  display: grid;
  gap: 6px;
  padding-top: 4px;
  flex: 0 0 auto;
}
.jg-pkg-side {
  padding-inline: 15px;
  background: rgba(255, 255, 255, .5);
}
.jg-pkg-col-label {
  margin-bottom: 3px;
  font-size: 9px;
}
.jg-pkg-showcase-top {
  align-items: center;
  margin-bottom: 7px;
}
.jg-pkg-showcase-top h3 {
  font-size: 17px;
}
.jg-pkg-state-pill {
  padding: 5px 8px;
  font-size: 9px;
}
.jg-pkg-preview-stage {
  min-height: 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 7px;
}
.jg-pkg-preview-stage.is-single {
  grid-template-columns: minmax(0, 1fr);
  padding-inline: 41px;
}
.jg-pkg-preview-arrow {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid var(--jg-pkg-line);
  border-radius: 50%;
  background: #fff;
  color: var(--jg-pkg-ink);
  cursor: pointer;
  font-size: 20px;
  box-shadow: 0 4px 12px rgba(28, 25, 23, .06);
}
.jg-pkg-preview-arrow:hover {
  border-color: rgba(109, 40, 217, .4);
  color: var(--jg-pkg-accent);
}
.jg-pkg-hero-preview {
  width: 100%;
  max-width: 620px;
  height: auto;
  max-height: 100%;
  min-height: 0;
  align-self: center;
  margin: 0 auto;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 45%, #fff 0 42%, #f2ece3 100%);
  box-shadow: inset 0 0 0 1px rgba(28, 25, 23, .04);
}
.jg-pkg-hero-img,
.jg-pkg-hero-ph {
  object-fit: contain;
}
.jg-pkg-face-label {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 4;
  padding: 4px 7px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 999px;
  background: rgba(28, 25, 23, .76);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  backdrop-filter: blur(6px);
}
.jg-pkg-preview-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  padding-top: 6px;
}
.jg-pkg-preview-dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #cfc6ba;
  cursor: pointer;
}
.jg-pkg-preview-dots button.active {
  width: 18px;
  background: var(--jg-pkg-accent);
}
.jg-pkg-showcase-actions {
  margin-top: 7px;
}
.jg-pkg-showcase-actions .jg-pkg-btn-ghost,
.jg-pkg-btn-primary-soft {
  min-height: 32px;
  padding: 7px 12px;
  font-size: 10px;
}
.jg-pkg-btn-primary-soft {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(109, 40, 217, .2);
  border-radius: 999px;
  background: #f3e8ff;
  color: var(--jg-pkg-accent);
  cursor: pointer;
  font-weight: 800;
}
.jg-pkg-hint {
  margin-top: 5px;
  font-size: 9.5px;
  line-height: 1.25;
}

.jg-pkg-variant-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 8px;
  border: 1px solid var(--jg-pkg-line);
  border-radius: 13px;
  background: #fff;
}
.jg-pkg-variant-image {
  width: 82px;
  height: 76px;
  display: block;
  border-radius: 9px;
  object-fit: cover;
  background: var(--jg-pkg-cream-2);
}
.jg-pkg-variant-copy {
  min-width: 0;
}
.jg-pkg-variant-copy h3 {
  margin: 6px 0 2px;
  font-size: 15px;
  line-height: 1.2;
}
.jg-pkg-variant-copy p {
  margin: 0;
  color: var(--jg-pkg-muted);
  font-size: 10px;
  line-height: 1.35;
}
.jg-pkg-spec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 8px;
}
.jg-pkg-spec-grid span,
.jg-pkg-mini-summary span {
  min-width: 0;
  display: grid;
  gap: 2px;
  padding: 7px 8px;
  border-radius: 9px;
  background: rgba(255, 255, 255, .72);
}
.jg-pkg-spec-grid small,
.jg-pkg-mini-summary small {
  color: var(--jg-pkg-muted);
  font-size: 8px;
  text-transform: uppercase;
}
.jg-pkg-spec-grid strong,
.jg-pkg-mini-summary strong {
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jg-pkg-feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 8px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.jg-pkg-feature-list li {
  position: relative;
  padding-left: 13px;
  color: #57534e;
  font-size: 9px;
  line-height: 1.35;
  overflow-wrap: anywhere;
  white-space: normal;
}
.jg-pkg-feature-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--jg-pkg-ready);
  font-weight: 900;
}
.jg-pkg-mini-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 8px;
}
.jg-pkg-variant-desc {
  margin: 8px 0 0;
  color: var(--jg-pkg-muted);
  font-size: 10px;
}
.jg-pkg-note {
  margin-top: 8px;
}
.jg-pkg-note summary {
  color: var(--jg-pkg-muted);
  cursor: pointer;
  font-size: 9.5px;
  font-weight: 700;
}
.jg-pkg-note textarea {
  min-height: 46px;
  margin-top: 5px;
  font-size: 10px;
  resize: none;
}

.jg-pkg-stage-foot {
  position: relative;
  margin: 0 !important;
  min-height: 66px;
  padding: 8px 14px 10px 18px;
}
.jg-pkg-foot-price {
  grid-template-columns: auto auto;
  align-items: baseline;
  gap: 0 8px;
}
.jg-pkg-foot-price .list {
  grid-column: 1;
  font-size: 9px;
}
.jg-pkg-foot-price strong {
  grid-column: 2;
  grid-row: 1 / span 2;
  font-size: 22px;
}
.jg-pkg-foot-price .save {
  grid-column: 1;
  font-size: 9px;
}
.jg-pkg-cta {
  min-width: 190px;
  padding: 12px 19px;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(109, 40, 217, .2);
}
.jg-pkg-cta-stack { min-width: 210px; }

@media (max-width: 900px) {
  .jg-pkg-stage-root { padding: 0; }
  .jg-pkg-stage {
    height: 100dvh;
    max-height: 100dvh;
    border-radius: 0;
  }
  .jg-pkg-stage-head {
    align-items: flex-start;
    flex-direction: row;
    height: auto !important;
    min-height: 44px;
    max-height: none !important;
    padding: 10px 12px 8px;
  }
  .jg-pkg-stage-head p#jgPkgStageSub { display: none; }
  .jg-pkg-stage-head-actions .jg-pkg-btn-ghost { display: none; }
  .jg-pkg-pack-tabs { overflow-x: auto; padding: 6px 10px; }
  .jg-pkg-compare-label { display: none; }
  .jg-pkg-product-chip {
    min-width: 118px;
    flex: 0 0 118px;
  }
  .jg-pkg-stage-body {
    grid-template-columns: 1fr;
    overflow-y: auto;
  }
  .jg-pkg-showcase,
  .jg-pkg-side {
    overflow: visible;
  }
  .jg-pkg-showcase {
    min-height: 0;
    grid-template-rows: auto minmax(180px, 36vh) auto;
    padding: 8px 10px 10px;
    gap: 8px;
  }
  .jg-pkg-side {
    border-top: 1px solid var(--jg-pkg-line);
    padding: 10px;
  }
  .jg-pkg-side .jg-pkg-feature-list,
  .jg-pkg-side .jg-pkg-variant-desc,
  .jg-pkg-side .jg-pkg-mini-summary,
  .jg-pkg-side .jg-pkg-note,
  .jg-pkg-side .jg-pkg-spec-grid { display: none; }
  .jg-pkg-stage-foot {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
  }
  .jg-pkg-stage-foot-right {
    flex: 1;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .jg-pkg-foot-price { text-align: left; }
  .jg-pkg-cta-stack { min-width: 0; width: 100%; }
  .jg-pkg-cta { width: 100%; min-width: 0; }
  .jg-pkg-cta-wa-hint { max-width: none; text-align: left; }
  /* Pomp mobil kuralları .jg-id-stage-root altında tanımlı */
}

@media (max-width: 560px) {
  .jg-pkg-stage-head-text { min-width: 0; }
  .jg-pkg-stage-head h2 { font-size: 16px; }
  .jg-pkg-kicker { font-size: 8.5px; }
  .jg-pkg-stage-head-actions { gap: 5px; }
  .jg-pkg-stage-reserve { display: none; }
  .jg-pkg-pack-tabs { padding-inline: 8px; }
  .jg-pkg-tab {
    min-width: 190px;
    flex: 0 0 190px;
    padding: 8px 10px;
  }
  .jg-pkg-product-strip { padding-inline: 8px; gap: 6px; }
  .jg-pkg-showcase { padding-inline: 8px; }
  .jg-pkg-showcase-top h3 { font-size: 15px; }
  .jg-pkg-preview-stage {
    grid-template-columns: 26px minmax(0, 1fr) 26px;
    gap: 4px;
  }
  .jg-pkg-preview-stage.is-single { padding-inline: 28px; }
  .jg-pkg-preview-arrow {
    width: 26px;
    height: 26px;
  }
  .jg-pkg-hero-preview { min-height: 160px; }
  .jg-pkg-status { display: none; }
  .jg-pkg-family-pick {
    flex-wrap: wrap;
    padding: 8px 10px;
    gap: 8px;
  }
  .jg-pkg-family-pick__msg { font-size: 12px; }
  .jg-pkg-family-pick__btn {
    width: 100%;
    text-align: center;
  }
  .jg-pkg-foot-price strong { font-size: 17px; }
  .jg-pkg-cta {
    min-width: 0;
    padding: 12px 13px;
    font-size: 12.5px;
  }
  .jg-pkg-wa-row__label { font-size: 11.5px; }
  .jg-pkg-wa-switch__opt { font-size: 10.5px; padding: 7px 12px; }
  .jg-pkg-cta-wa-hint { font-size: 9.5px; max-width: none; }
}

/* Telefon: paket popup tam ekran, kaydırılan gövde + sabit sipariş şeridi */
@media (max-width: 768px) {
  .jg-pkg-stage-root {
    padding: 0;
    align-items: stretch;
    justify-content: stretch;
  }
  .jg-pkg-stage {
    width: 100%;
    height: 100dvh;
    max-height: 100dvh;
    min-height: 0;
    margin: 0;
    border-radius: 0;
  }
  .jg-pkg-stage-head {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: calc(8px + env(safe-area-inset-top, 0px)) 12px 8px;
    min-height: calc(48px + env(safe-area-inset-top, 0px));
  }
  .jg-pkg-stage-head-text { min-width: 0; flex: 1 1 auto; }
  .jg-pkg-stage-head h2 {
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .jg-pkg-kicker { font-size: 9px; margin-bottom: 1px; }
  .jg-pkg-stage-head p#jgPkgStageSub { display: none; }
  .jg-pkg-stage-close {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 22px;
  }
  .jg-pkg-pack-tabs {
    padding: 6px 12px 0;
    gap: 6px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .jg-pkg-tab {
    min-width: min(78%, 220px);
    flex: 0 0 auto;
    scroll-snap-align: start;
    padding: 8px 10px;
  }
  .jg-pkg-product-strip {
    padding: 8px 12px;
    gap: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .jg-pkg-product-chip {
    flex: 0 0 74%;
    min-width: 74%;
    max-width: 74%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .jg-pkg-stage-body {
    display: block;
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  .jg-pkg-side { display: none !important; }
  .jg-pkg-showcase {
    display: grid;
    grid-template-rows: auto minmax(150px, 38vh) auto;
    min-height: 0;
    padding: 8px 12px 12px;
    gap: 8px;
    overflow: visible;
  }
  .jg-pkg-hero-preview {
    min-height: 150px;
    max-height: 38vh;
  }
  .jg-pkg-showcase-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: stretch;
  }
  .jg-pkg-showcase-actions .jg-pkg-btn-ghost,
  .jg-pkg-btn-primary-soft {
    flex: 1 1 calc(50% - 6px);
    min-height: 40px;
    font-size: 11px;
  }
  .jg-pkg-family-pick {
    padding: 8px 12px;
  }
  .jg-pkg-stage-foot {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 8px 12px calc(10px + env(safe-area-inset-bottom, 0px));
    background: #fff;
    box-shadow: 0 -8px 20px rgba(28, 25, 23, 0.06);
  }
  .jg-pkg-stage-foot-right {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    min-width: 0;
  }
  .jg-pkg-foot-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 10px;
    text-align: left;
  }
  .jg-pkg-foot-price strong { font-size: 20px; }
  .jg-pkg-cta-stack { min-width: 0; width: 100%; gap: 6px; }
  .jg-pkg-cta {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 14px;
    white-space: normal;
  }
  .jg-pkg-wa-row {
    flex: 0 0 auto;
    width: 100%;
    max-height: 36px;
    padding: 4px 8px;
    border-radius: 8px;
    border: 1px solid rgba(37, 211, 102, 0.18);
    background: rgba(240, 253, 244, 0.75);
  }
  .jg-pkg-wa-switch { flex-shrink: 0; }
  .jg-pkg-cta-wa-hint {
    max-width: none;
    text-align: left;
    font-size: 10px;
    line-height: 1.35;
  }
}

/* ——— Kurumsal paket prestij bandı (varyant üstü) ——— */
.jg-pkg-mkt-rail {
  margin: 10px 0 12px;
  padding: 0 4px;
}
.jg-pkg-mkt-rail__inner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 128px;
  padding: 18px 20px;
  border-radius: 16px;
  background:
    radial-gradient(ellipse at 92% 18%, rgba(255, 255, 255, 0.96), transparent 42%),
    linear-gradient(118deg, #5b21b6 0%, #7c3aed 34%, #c4b5fd 68%, #ffffff 100%);
  border: 1px solid rgba(109, 40, 217, 0.16);
  box-shadow: 0 12px 30px rgba(91, 33, 182, 0.12);
  color: #1c1917;
}
.jg-pkg-mkt-rail__ghost {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
}
.jg-pkg-mkt-rail__ghost span {
  position: absolute;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.jg-pkg-mkt-rail__ghost .is-card {
  width: 78px;
  height: 46px;
  left: 8%;
  top: 18%;
  transform: rotate(-8deg);
}
.jg-pkg-mkt-rail__ghost .is-env {
  width: 92px;
  height: 52px;
  left: 28%;
  bottom: 10%;
  transform: rotate(6deg);
  border-radius: 4px 4px 18px 18px;
}
.jg-pkg-mkt-rail__ghost .is-file {
  width: 54px;
  height: 70px;
  right: 34%;
  top: 8%;
  transform: rotate(-4deg);
}
.jg-pkg-mkt-rail__ghost .is-mag {
  width: 48px;
  height: 48px;
  right: 18%;
  bottom: 14%;
  border-radius: 10px;
  transform: rotate(10deg);
}
.jg-pkg-mkt-rail__ghost .is-bag {
  width: 44px;
  height: 52px;
  right: 6%;
  top: 22%;
  border-radius: 8px 8px 4px 4px;
  transform: rotate(-12deg);
}
.jg-pkg-mkt-rail__media {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  min-width: 0;
  max-width: min(480px, 46vw);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.jg-pkg-mkt-rail__visual {
  position: relative;
  min-width: 0;
}
.jg-pkg-mkt-rail__visual.is-thumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 2px;
  scrollbar-width: none;
}
.jg-pkg-mkt-rail__contents {
  margin: 0;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 1px rgba(76, 29, 149, 0.35);
  white-space: normal;
}
.jg-pkg-mkt-rail__contents[hidden] { display: none !important; }
.jg-pkg-mkt-rail__visual.is-thumbs::-webkit-scrollbar { display: none; }
.jg-pkg-mkt-thumb {
  flex: 0 0 auto;
  width: 104px;
}
.jg-pkg-mkt-thumb img,
.jg-pkg-mkt-thumb-ph {
  display: block;
  width: 104px;
  height: 88px;
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 10px 22px rgba(76, 29, 149, 0.22);
  padding: 8px;
  box-sizing: border-box;
}
.jg-pkg-mkt-thumb-ph {
  background: linear-gradient(180deg, #fff 0%, #f5f3ff 100%);
}
.jg-pkg-mkt-rail__copy {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-width: 0;
}
.jg-pkg-mkt-rail__kicker {
  margin: 0 0 4px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}
.jg-pkg-mkt-rail__title {
  margin: 0;
  font-family: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.015em;
  color: #fff;
  text-shadow: 0 1px 2px rgba(76, 29, 149, 0.28);
}
.jg-pkg-mkt-rail__sub {
  margin: 6px 0 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
  max-width: 46ch;
}
.jg-pkg-mkt-rail__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.jg-pkg-mkt-rail__badges li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: #4c1d95;
  font-size: 10.5px;
  font-weight: 750;
  white-space: nowrap;
}
.jg-pkg-mkt-rail__badges li::before {
  content: "✓";
  font-weight: 900;
  color: #6d28d9;
}
.jg-pkg-mkt-rail__aside {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  flex: 0 0 auto;
  min-width: 168px;
  text-align: right;
}
.jg-pkg-mkt-rail__packname {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5b21b6;
}
.jg-pkg-mkt-rail__price {
  font-size: 13px;
  font-weight: 800;
  color: #1c1917;
  letter-spacing: 0.01em;
}
.jg-pkg-mkt-rail__save {
  display: inline-flex;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.12);
  color: #15803d;
  font-size: 11px;
  font-weight: 800;
}
.jg-pkg-mkt-rail__save[hidden] { display: none !important; }
.jg-pkg-mkt-rail__cta {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  margin-top: 4px;
  padding: 12px 16px;
  background: #1c1917;
  color: #fff;
  font-size: 12.5px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(28, 25, 23, 0.22);
}
.jg-pkg-mkt-rail__cta:hover {
  background: #292524;
  filter: none;
}

.jg-pkg-mkt-tip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 10px;
  padding: 8px 12px;
  border-radius: 10px;
  background: linear-gradient(90deg, #faf6ee 0%, #f5f3ff 100%);
  border: 1px solid rgba(109, 40, 217, 0.16);
}
.jg-pkg-mkt-tip__text {
  font-size: 12.5px;
  color: #44403c;
  font-weight: 650;
}
.jg-pkg-mkt-tip__text strong { color: #5b21b6; font-weight: 800; }
.jg-pkg-mkt-tip__cta {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(109, 40, 217, 0.35);
  border-radius: 999px;
  padding: 7px 12px;
  background: #fff;
  color: #5b21b6;
  font-size: 11.5px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
}
.jg-pkg-mkt-tip__cta:hover { background: #f5f3ff; }

@media (max-width: 1100px) {
  .jg-pkg-mkt-rail__media { max-width: min(380px, 40vw); }
  .jg-pkg-mkt-thumb { width: 88px; }
  .jg-pkg-mkt-thumb img,
  .jg-pkg-mkt-thumb-ph { width: 88px; height: 74px; padding: 6px; }
}
@media (max-width: 980px) {
  .jg-pkg-mkt-rail__media { max-width: min(300px, 36vw); }
  .jg-pkg-mkt-thumb { width: 72px; }
  .jg-pkg-mkt-thumb img,
  .jg-pkg-mkt-thumb-ph { width: 72px; height: 62px; }
  .jg-pkg-mkt-rail__title { font-size: 22px; }
  .jg-pkg-mkt-rail__badges li { font-size: 10px; }
  .jg-pkg-mkt-rail__contents { font-size: 10.5px; }
}
@media (max-width: 720px) {
  /* Kartvizit sayfası — kompakt paket bandı */
  .jg-pkg-mkt-rail.is-prestige:not(.is-home-sell),
  .jg-pkg-mkt-rail.is-compact-m {
    margin: 6px 0 8px;
    padding: 0 2px;
  }
  .jg-pkg-mkt-rail.is-prestige:not(.is-home-sell) .jg-pkg-mkt-rail__inner,
  .jg-pkg-mkt-rail.is-compact-m .jg-pkg-mkt-rail__inner {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 5px;
    min-height: 0;
    padding: 10px 12px 9px;
    border-radius: 12px;
  }
  .jg-pkg-mkt-rail.is-prestige:not(.is-home-sell) .jg-pkg-mkt-rail__ghost,
  .jg-pkg-mkt-rail.is-prestige:not(.is-home-sell) .jg-pkg-mkt-rail__media,
  .jg-pkg-mkt-rail.is-prestige:not(.is-home-sell) .jg-pkg-mkt-rail__sub,
  .jg-pkg-mkt-rail.is-prestige:not(.is-home-sell) .jg-pkg-mkt-rail__badges,
  .jg-pkg-mkt-rail.is-prestige:not(.is-home-sell) .jg-pkg-mkt-rail__packname {
    display: none !important;
  }
  .jg-pkg-mkt-rail.is-compact-m .jg-pkg-mkt-rail__copy {
    flex: 0 0 auto;
  }
  .jg-pkg-mkt-rail.is-compact-m .jg-pkg-mkt-rail__kicker,
  .jg-pkg-mkt-rail.is-prestige:not(.is-home-sell) .jg-pkg-mkt-rail__kicker {
    margin: 0 0 1px;
    font-size: 9px;
    letter-spacing: 0.1em;
  }
  .jg-pkg-mkt-rail.is-compact-m .jg-pkg-mkt-rail__title,
  .jg-pkg-mkt-rail.is-prestige:not(.is-home-sell) .jg-pkg-mkt-rail__title {
    font-size: 16px;
    line-height: 1.15;
  }
  .jg-pkg-mkt-rail.is-compact-m .jg-pkg-mkt-rail__aside,
  .jg-pkg-mkt-rail.is-prestige:not(.is-home-sell) .jg-pkg-mkt-rail__aside {
    width: 100%;
    align-items: stretch;
    text-align: left;
    gap: 4px;
    min-width: 0;
  }
  .jg-pkg-mkt-rail.is-compact-m .jg-pkg-mkt-rail__price,
  .jg-pkg-mkt-rail.is-prestige:not(.is-home-sell) .jg-pkg-mkt-rail__price {
    font-size: 12px;
    font-weight: 800;
  }
  .jg-pkg-mkt-rail.is-compact-m .jg-pkg-mkt-rail__save,
  .jg-pkg-mkt-rail.is-prestige:not(.is-home-sell) .jg-pkg-mkt-rail__save {
    align-self: flex-start;
    font-size: 10.5px;
    padding: 2px 8px;
  }
  .jg-pkg-mkt-rail.is-compact-m .jg-pkg-mkt-rail__cta,
  .jg-pkg-mkt-rail.is-prestige:not(.is-home-sell) .jg-pkg-mkt-rail__cta {
    width: 100%;
    margin-top: 2px;
    padding: 10px 12px;
    font-size: 12.5px;
    text-align: center;
  }
  .jg-pkg-mkt-rail.is-compact-m #jgPkgVariantPromoContents,
  .jg-pkg-mkt-rail.is-prestige:not(.is-home-sell) .jg-pkg-mkt-rail__contents,
  .jg-pkg-mkt-rail.is-prestige:not(.is-home-sell) #jgPkgVariantPromoContents {
    display: none !important;
  }

  .jg-pkg-mkt-tip { flex-wrap: wrap; }
  .jg-pkg-mkt-tip__cta { width: 100%; text-align: center; }
}

/* Anasayfa mobil — tek CTA satış kartı */
.jg-pkg-mkt-rail.is-home-sell {
  margin: 0;
  padding: 0 2px;
}
.jg-pkg-mkt-rail.is-home-sell .jg-pkg-mkt-rail__inner.jg-pkg-home-sell,
.jg-pkg-mkt-rail.is-home-sell .jg-pkg-home-sell {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  min-height: 0;
  padding: 16px 16px 14px;
  border-radius: 16px;
  background:
    radial-gradient(ellipse at 90% 0%, rgba(255, 255, 255, 0.28), transparent 46%),
    linear-gradient(145deg, #4c1d95 0%, #6d28d9 42%, #8b5cf6 78%, #c4b5fd 100%);
  border: 1px solid rgba(109, 40, 217, 0.22);
  box-shadow: 0 10px 26px rgba(76, 29, 149, 0.22);
  color: #fff;
}
.jg-pkg-home-sell__kicker {
  margin: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}
.jg-pkg-home-sell__title {
  margin: 0;
  font-family: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #fff;
  text-shadow: 0 1px 2px rgba(46, 16, 101, 0.28);
}
.jg-pkg-home-sell__products {
  margin: 0;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.92);
}
.jg-pkg-home-sell__save {
  margin: 0;
  display: inline-flex;
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #166534;
  font-size: 12px;
  font-weight: 800;
}
.jg-pkg-home-sell__save[hidden] { display: none !important; }
.jg-pkg-home-sell__cta {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  margin-top: 4px;
  padding: 13px 16px;
  background: #111827;
  color: #fff;
  font-size: 13.5px;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.28);
}
.jg-pkg-home-sell__cta:hover { background: #1f2937; }

/* ——— Dark mode (web + mobil) ——— */
body.dark-mode,
html.jg-prefers-dark {
  --jg-pkg-cream: #121820;
  --jg-pkg-cream-2: #0b1220;
  --jg-pkg-ink: #f5f5f4;
  --jg-pkg-muted: #a8a29e;
  --jg-pkg-line: rgba(255, 255, 255, 0.12);
  --jg-pkg-accent: #a78bfa;
  --jg-pkg-ready: #4ade80;
  --jg-pkg-warn: #fbbf24;
  --jg-pkg-danger: #f87171;
}

body.dark-mode .jg-kv-template-card__btn.is-secondary,
html.jg-prefers-dark .jg-kv-template-card__btn.is-secondary {
  background: rgba(139, 92, 246, 0.14) !important;
  color: #ddd6fe !important;
  border-color: rgba(167, 139, 250, 0.4) !important;
}
body.dark-mode .jg-pkg-identity-btn,
html.jg-prefers-dark .jg-pkg-identity-btn {
  background: linear-gradient(180deg, #2a2118 0%, #1c160f 100%) !important;
  color: #fde68a !important;
  border-color: rgba(251, 191, 36, 0.4) !important;
}
body.dark-mode .jg-pkg-action-btn,
html.jg-prefers-dark .jg-pkg-action-btn {
  background: #0f172a !important;
  color: #f8fafc !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}

/* Identity popup */
body.dark-mode .jg-id-stage-root .jg-id-stage,
html.jg-prefers-dark .jg-id-stage-root .jg-id-stage {
  background: linear-gradient(155deg, #161b22 0%, #0f141b 55%, #0b1016 100%);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
  color: #f5f5f4;
}
body.dark-mode .jg-id-stage-close,
html.jg-prefers-dark .jg-id-stage-close {
  background: rgba(15, 23, 42, 0.85);
  color: #f8fafc;
}
body.dark-mode .jg-id-stage-body,
html.jg-prefers-dark .jg-id-stage-body { color: #f5f5f4; }
body.dark-mode .jg-id-kicker,
html.jg-prefers-dark .jg-id-kicker { color: #a8a29e; }
body.dark-mode .jg-id-lead,
html.jg-prefers-dark .jg-id-lead { color: #cbd5e1; }
body.dark-mode .jg-id-points,
html.jg-prefers-dark .jg-id-points { color: #e7e5e4; }
body.dark-mode .jg-id-status,
html.jg-prefers-dark .jg-id-status {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  color: #e2e8f0;
}
body.dark-mode .jg-id-status.is-ok,
body.dark-mode .jg-id-status.is-mine,
html.jg-prefers-dark .jg-id-status.is-ok,
html.jg-prefers-dark .jg-id-status.is-mine {
  color: #86efac;
  background: rgba(22, 163, 74, 0.16);
}
body.dark-mode .jg-id-status.is-taken,
html.jg-prefers-dark .jg-id-status.is-taken {
  color: #fcd34d;
  background: rgba(245, 158, 11, 0.16);
}
body.dark-mode .jg-id-status.is-info,
html.jg-prefers-dark .jg-id-status.is-info {
  color: #93c5fd;
  background: rgba(59, 130, 246, 0.16);
}
body.dark-mode .jg-id-status.is-err,
html.jg-prefers-dark .jg-id-status.is-err {
  color: #fca5a5;
  background: rgba(239, 68, 68, 0.16);
}
body.dark-mode .jg-id-cta,
html.jg-prefers-dark .jg-id-cta {
  background: #f8fafc;
  color: #0f172a;
}
body.dark-mode .jg-id-btn-ghost,
html.jg-prefers-dark .jg-id-btn-ghost {
  border-color: rgba(255, 255, 255, 0.18);
  color: #f8fafc;
}
body.dark-mode .jg-id-btn-ghost:hover,
html.jg-prefers-dark .jg-id-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}
body.dark-mode .jg-id-note,
html.jg-prefers-dark .jg-id-note { color: #a8a29e; }

/* Package stage popup */
body.dark-mode .jg-pkg-stage,
html.jg-prefers-dark .jg-pkg-stage {
  background: #121820;
  color: #f5f5f4;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
}
body.dark-mode .jg-pkg-stage-head,
body.dark-mode .jg-pkg-pack-tabs,
body.dark-mode .jg-pkg-product-strip,
body.dark-mode .jg-pkg-stage-foot,
html.jg-prefers-dark .jg-pkg-stage-head,
html.jg-prefers-dark .jg-pkg-pack-tabs,
html.jg-prefers-dark .jg-pkg-product-strip,
html.jg-prefers-dark .jg-pkg-stage-foot {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(11, 18, 32, 0.72);
}
body.dark-mode .jg-pkg-btn-ghost,
html.jg-prefers-dark .jg-pkg-btn-ghost {
  border-color: rgba(255, 255, 255, 0.16);
  color: #e7e5e4;
  background: transparent;
}
body.dark-mode .jg-pkg-btn-ghost:hover,
html.jg-prefers-dark .jg-pkg-btn-ghost:hover {
  border-color: rgba(167, 139, 250, 0.45);
  color: #c4b5fd;
}
body.dark-mode .jg-pkg-stage-close,
html.jg-prefers-dark .jg-pkg-stage-close {
  background: rgba(255, 255, 255, 0.08);
  color: #f8fafc;
}
body.dark-mode .jg-pkg-tab,
html.jg-prefers-dark .jg-pkg-tab {
  background: #0b1220;
  border-color: rgba(255, 255, 255, 0.12);
  color: #f5f5f4;
}
body.dark-mode .jg-pkg-tab.active,
html.jg-prefers-dark .jg-pkg-tab.active {
  border-color: rgba(167, 139, 250, 0.55);
  box-shadow: 0 0 0 1px rgba(167, 139, 250, 0.25);
}
body.dark-mode .jg-pkg-product-chip,
html.jg-prefers-dark .jg-pkg-product-chip {
  background: #0b1220;
  border-color: rgba(255, 255, 255, 0.12);
  color: #f5f5f4;
}
body.dark-mode .jg-pkg-product-chip.active,
html.jg-prefers-dark .jg-pkg-product-chip.active {
  border-color: rgba(167, 139, 250, 0.55);
}
body.dark-mode .jg-pkg-chip-thumb,
body.dark-mode .jg-pkg-hero-preview,
body.dark-mode .jg-pkg-variant-image,
body.dark-mode .jg-pkg-ph,
html.jg-prefers-dark .jg-pkg-chip-thumb,
html.jg-prefers-dark .jg-pkg-hero-preview,
html.jg-prefers-dark .jg-pkg-variant-image,
html.jg-prefers-dark .jg-pkg-ph {
  background: #0f172a;
  border-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .jg-pkg-side,
html.jg-prefers-dark .jg-pkg-side {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(11, 18, 32, 0.55);
}
body.dark-mode .jg-pkg-variant-card,
body.dark-mode .jg-pkg-spec-grid,
html.jg-prefers-dark .jg-pkg-variant-card,
html.jg-prefers-dark .jg-pkg-spec-grid {
  background: rgba(15, 23, 42, 0.65);
  border-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .jg-pkg-wa-switch,
html.jg-prefers-dark .jg-pkg-wa-switch {
  background: rgba(30, 41, 59, 0.9);
  border-color: rgba(148, 163, 184, 0.22);
}
body.dark-mode .jg-pkg-wa-switch__opt,
html.jg-prefers-dark .jg-pkg-wa-switch__opt { color: #94a3b8; }
body.dark-mode .jg-pkg-wa-row__label,
html.jg-prefers-dark .jg-pkg-wa-row__label { color: #94a3b8; }
body.dark-mode .jg-pkg-family-pick,
html.jg-prefers-dark .jg-pkg-family-pick {
  background: rgba(127, 29, 29, 0.35);
  border-top-color: rgba(248, 113, 113, 0.35);
}
body.dark-mode .jg-pkg-family-pick__msg,
html.jg-prefers-dark .jg-pkg-family-pick__msg { color: #fecaca; }
body.dark-mode .jg-pkg-family-pick__btn,
html.jg-prefers-dark .jg-pkg-family-pick__btn {
  background: rgba(15, 23, 42, 0.85);
  border-color: rgba(248, 113, 113, 0.45);
  color: #fecaca;
}
body.dark-mode .jg-pkg-family-pick__btn:hover,
html.jg-prefers-dark .jg-pkg-family-pick__btn:hover {
  background: rgba(127, 29, 29, 0.45);
}

/* Prestige marketing rail (kartvizit + anasayfa web) */
body.dark-mode .jg-pkg-mkt-rail__inner,
html.jg-prefers-dark .jg-pkg-mkt-rail__inner {
  background:
    radial-gradient(ellipse at 92% 18%, rgba(167, 139, 250, 0.22), transparent 42%),
    linear-gradient(118deg, #2e1065 0%, #4c1d95 34%, #5b21b6 62%, #1e1b4b 100%);
  border-color: rgba(167, 139, 250, 0.28);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  color: #f8fafc;
}
body.dark-mode .jg-pkg-mkt-rail__ghost,
html.jg-prefers-dark .jg-pkg-mkt-rail__ghost { opacity: 0.08; }
body.dark-mode .jg-pkg-mkt-rail__kicker,
body.dark-mode .jg-pkg-mkt-rail__title,
body.dark-mode .jg-pkg-mkt-rail__sub,
body.dark-mode .jg-pkg-mkt-rail__contents,
html.jg-prefers-dark .jg-pkg-mkt-rail__kicker,
html.jg-prefers-dark .jg-pkg-mkt-rail__title,
html.jg-prefers-dark .jg-pkg-mkt-rail__sub,
html.jg-prefers-dark .jg-pkg-mkt-rail__contents {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
body.dark-mode .jg-pkg-mkt-rail__badges li,
html.jg-prefers-dark .jg-pkg-mkt-rail__badges li {
  background: rgba(15, 23, 42, 0.55);
  border-color: rgba(255, 255, 255, 0.14);
  color: #e9d5ff;
}
body.dark-mode .jg-pkg-mkt-rail__badges li::before,
html.jg-prefers-dark .jg-pkg-mkt-rail__badges li::before { color: #c4b5fd; }
body.dark-mode .jg-pkg-mkt-rail__packname,
html.jg-prefers-dark .jg-pkg-mkt-rail__packname { color: #ddd6fe; }
body.dark-mode .jg-pkg-mkt-rail__price,
html.jg-prefers-dark .jg-pkg-mkt-rail__price { color: #f8fafc; }
body.dark-mode .jg-pkg-mkt-rail__save,
html.jg-prefers-dark .jg-pkg-mkt-rail__save {
  background: rgba(22, 163, 74, 0.22);
  color: #86efac;
}
body.dark-mode .jg-pkg-mkt-rail__cta,
html.jg-prefers-dark .jg-pkg-mkt-rail__cta {
  background: #f8fafc;
  color: #0f172a;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}
body.dark-mode .jg-pkg-mkt-rail__cta:hover,
html.jg-prefers-dark .jg-pkg-mkt-rail__cta:hover {
  background: #e2e8f0;
}
body.dark-mode .jg-pkg-mkt-thumb img,
body.dark-mode .jg-pkg-mkt-thumb-ph,
html.jg-prefers-dark .jg-pkg-mkt-thumb img,
html.jg-prefers-dark .jg-pkg-mkt-thumb-ph {
  background: #0f172a;
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
}
body.dark-mode .jg-pkg-mkt-tip,
html.jg-prefers-dark .jg-pkg-mkt-tip {
  background: linear-gradient(90deg, #1c1917 0%, #1e1b4b 100%);
  border-color: rgba(167, 139, 250, 0.28);
}
body.dark-mode .jg-pkg-mkt-tip__text,
html.jg-prefers-dark .jg-pkg-mkt-tip__text { color: #e7e5e4; }
body.dark-mode .jg-pkg-mkt-tip__text strong,
html.jg-prefers-dark .jg-pkg-mkt-tip__text strong { color: #c4b5fd; }
body.dark-mode .jg-pkg-mkt-tip__cta,
html.jg-prefers-dark .jg-pkg-mkt-tip__cta {
  background: #0f172a;
  border-color: rgba(167, 139, 250, 0.4);
  color: #ddd6fe;
}
body.dark-mode .jg-pkg-mkt-tip__cta:hover,
html.jg-prefers-dark .jg-pkg-mkt-tip__cta:hover {
  background: rgba(139, 92, 246, 0.18);
}

/* Home sell card */
body.dark-mode .jg-pkg-mkt-rail.is-home-sell .jg-pkg-mkt-rail__inner.jg-pkg-home-sell,
body.dark-mode .jg-pkg-mkt-rail.is-home-sell .jg-pkg-home-sell,
html.jg-prefers-dark .jg-pkg-mkt-rail.is-home-sell .jg-pkg-mkt-rail__inner.jg-pkg-home-sell,
html.jg-prefers-dark .jg-pkg-mkt-rail.is-home-sell .jg-pkg-home-sell {
  background:
    radial-gradient(ellipse at 90% 0%, rgba(167, 139, 250, 0.28), transparent 46%),
    linear-gradient(145deg, #1e1b4b 0%, #4c1d95 42%, #6d28d9 78%, #312e81 100%);
  border-color: rgba(167, 139, 250, 0.35);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4);
}
body.dark-mode .jg-pkg-home-sell__save,
html.jg-prefers-dark .jg-pkg-home-sell__save {
  background: rgba(15, 23, 42, 0.75);
  color: #86efac;
}
body.dark-mode .jg-pkg-home-sell__cta,
html.jg-prefers-dark .jg-pkg-home-sell__cta {
  background: #f8fafc;
  color: #0f172a;
}
body.dark-mode .jg-pkg-home-sell__cta:hover,
html.jg-prefers-dark .jg-pkg-home-sell__cta:hover {
  background: #e2e8f0;
}

/* —— Kurumsal kimlik satış koridoru (/kurumsal-kimlik/) —— */
html.jg-id-html,
html.jg-id-html body.jg-id-body,
.jg-id-html,
.jg-id-body {
  margin: 0;
  padding: 0;
  background: var(--jg-pkg-cream, #f7f1e8) !important;
  color: var(--jg-pkg-ink, #1c1917);
  font-family: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  overflow-x: clip;
}
.jg-id-body {
  padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
}
.jg-id-top {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(247, 241, 232, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--jg-pkg-line, rgba(28, 25, 23, 0.12));
  padding-top: env(safe-area-inset-top, 0px);
}
.jg-id-top__inner {
  max-width: none;
  margin: 0 auto;
  padding: 12px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.jg-id-top__left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}
.jg-id-top__logo img {
  display: block;
  height: 28px;
  width: auto;
}
.jg-id-top__trust {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #57534e;
  flex: 1;
  text-align: center;
}
.jg-id-top__nav {
  display: flex;
  gap: 14px;
  font-size: 13px;
  font-weight: 600;
}
.jg-id-top__nav a {
  color: var(--jg-pkg-ink, #1c1917);
  text-decoration: none;
}
.jg-id-top__nav a[aria-current="page"] {
  border-bottom: 2px solid var(--jg-pkg-accent, #6d28d9);
  color: var(--jg-pkg-accent, #6d28d9);
}
.jg-id-top__person {
  border: 1px solid rgba(209, 32, 35, 0.42);
  background: #fff;
  color: #B61C1E;
  border-radius: 999px;
  padding: 6px 12px;
  min-height: 40px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  touch-action: manipulation;
}
.jg-id-top__person-short {
  display: none;
}
.jg-id-top__person:hover {
  background: #B61C1E;
  color: #fff;
}
.jg-id-season {
  margin: 0;
  padding: 7px 20px;
  text-align: center;
  background: #f5f3ff;
  color: #5b21b6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  border-bottom: 1px solid rgba(109, 40, 217, 0.14);
  line-height: 1.35;
}
.jg-id-hero,
.jg-id-studio,
.jg-id-packs,
.jg-id-how,
.jg-id-trust,
.jg-id-faq,
.jg-id-foot {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 20px;
}
.jg-id-families {
  max-width: none;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 8px 28px 28px;
  scroll-margin-top: 76px;
}
.jg-id-kicker {
  margin: 0 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  color: var(--jg-pkg-accent, #6d28d9);
  font-weight: 800;
}
.jg-id-hero {
  padding-top: 22px;
  padding-bottom: 8px;
  text-align: left;
}
.jg-id-hero h1,
.jg-id-families h2,
.jg-id-studio h2,
.jg-id-packs h2,
.jg-id-how h2,
.jg-id-faq h2 {
  font-family: inherit;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--jg-pkg-ink, #1c1917);
  margin: 0 0 8px;
}
.jg-id-hero h1 {
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  line-height: 1.25;
  max-width: 28ch;
  margin-left: 0;
  margin-right: 0;
}
.jg-id-hero__lead {
  font-size: 14px;
  color: var(--jg-pkg-muted, #78716c);
  max-width: 52ch;
  margin: 0 0 6px;
}
.jg-id-hero__trust {
  font-size: 12px;
  color: var(--jg-pkg-muted, #78716c);
  margin: 0 0 12px;
}
.jg-id-hero__points {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.jg-id-hero__points li {
  background: #fff;
  border: 1px solid var(--jg-pkg-line, rgba(28, 25, 23, 0.12));
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--jg-pkg-ink, #1c1917);
}
.jg-id-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid transparent;
  touch-action: manipulation;
}
.jg-id-btn--solid {
  background: var(--jg-pkg-accent, #6d28d9);
  color: #fff;
  border-color: var(--jg-pkg-accent, #6d28d9);
}
.jg-id-btn--solid:hover {
  filter: brightness(1.06);
}
.jg-id-btn--ghost {
  background: #fff;
  color: var(--jg-pkg-ink, #1c1917);
  border-color: var(--jg-pkg-line, rgba(28, 25, 23, 0.12));
}
.jg-id-btn--ghost:hover {
  border-color: rgba(109, 40, 217, 0.35);
  color: var(--jg-pkg-accent, #6d28d9);
}
.jg-id-btn:disabled {
  opacity: 0.55;
  cursor: default;
  filter: none;
}
.jg-id-studio {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: start;
  background: #faf6ef;
  border: 1px solid rgba(28, 25, 23, 0.08);
  border-radius: 20px;
  margin-bottom: 12px;
}
.jg-id-studio h2 {
  font-size: 1.85rem;
}
.jg-id-families__lead,
.jg-id-studio p,
.jg-id-packs__lead {
  color: var(--jg-pkg-muted, #78716c);
  margin: 0 0 12px;
  font-size: 13px;
}
.jg-id-form {
  display: grid;
  gap: 12px;
}
.jg-id-field span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}
.jg-id-field input[type="text"],
.jg-id-field input[type="file"] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(28, 25, 23, 0.16);
  background: #fff;
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
}
.jg-id-form__hint {
  font-size: 12px;
  color: #78716c;
  margin: 0;
}
.jg-id-stage__ph {
  grid-column: 1 / -1;
  margin: 0;
  padding: 40px 12px;
  text-align: center;
  color: #78716c;
}
.jg-id-fam-skel {
  display: grid;
  gap: 10px;
}
.jg-id-fam-skel .jg-id-stage__ph {
  padding: 8px 0 4px;
  text-align: left;
}
.jg-id-fam-skel__row {
  display: block;
  height: 88px;
  border-radius: 14px;
  background: linear-gradient(90deg, #efe6d8 0%, #f7f1e8 45%, #efe6d8 100%);
  background-size: 200% 100%;
  animation: jg-id-skel 1.2s ease-in-out infinite;
}
@keyframes jg-id-skel {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}
.jg-id-face {
  margin: 0;
}
.jg-id-face__frame {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(28, 25, 23, 0.1);
  min-height: 120px;
}
.jg-id-face__frame .jg-pkg-hero-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.jg-id-face figcaption {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #57534e;
  text-align: center;
}
.jg-id-fam-search {
  display: block;
  max-width: 280px;
  margin: 0 0 12px;
}
.jg-id-fam-search span {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
  color: var(--jg-pkg-muted, #78716c);
}
.jg-id-fam-search input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--jg-pkg-line, rgba(28, 25, 23, 0.12));
  background: #fff;
  border-radius: 12px;
  padding: 8px 11px;
  font: inherit;
  font-size: 13px;
}
.jg-id-fam-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.jg-id-fam-row {
  display: flex;
  align-items: stretch;
  gap: 14px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  border: 1px solid var(--jg-pkg-line, rgba(28, 25, 23, 0.12));
  background: #fff;
  border-radius: 14px;
  padding: 10px 12px;
  cursor: pointer;
  font: inherit;
  color: inherit;
  --jg-id-row-bg: #fff;
  position: relative;
}
.jg-id-fam-row.is-active {
  border-color: rgba(109, 40, 217, 0.55);
  background: #f5f3ff;
  box-shadow: inset 0 0 0 1px rgba(109, 40, 217, 0.15);
  --jg-id-row-bg: #f5f3ff;
}
.jg-id-fam-row.is-blocked {
  opacity: 0.55;
  cursor: not-allowed;
}
.jg-id-fam-row__name {
  flex: 0 0 148px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}
.jg-id-fam-row__name strong {
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
}
.jg-id-fam-row__name small {
  color: var(--jg-pkg-muted, #78716c);
  font-size: 11px;
  font-weight: 700;
}
.jg-id-fam-row__scroll {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
}
.jg-id-fam-slot {
  margin: 0;
  flex: 0 0 260px;
  width: 260px;
  scroll-snap-align: start;
}
.jg-id-fam-slot.is-portrait {
  flex-basis: 200px;
  width: 200px;
}
.jg-id-fam-slot.is-wide {
  flex-basis: 360px;
  width: 360px;
}
.jg-id-fam-slot__preview {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--jg-pkg-line, rgba(28, 25, 23, 0.12));
  aspect-ratio: 1.55;
}
.jg-id-fam-slot__preview img,
.jg-id-fam-slot__ph {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #fff;
}
.jg-id-fam-slot__ph {
  background: #efe6d8;
}
.jg-id-fam-slot figcaption {
  margin-top: 6px;
  display: grid;
  gap: 1px;
  font-size: 11px;
  font-weight: 700;
  color: var(--jg-pkg-ink, #1c1917);
  text-align: center;
  line-height: 1.3;
  white-space: normal;
}
.jg-id-fam-slot figcaption span {
  font-weight: 700;
  color: var(--jg-pkg-muted, #78716c);
}
.jg-id-fam-slot__meta {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 6px;
}
.jg-id-fam-slot__var {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--jg-pkg-line, rgba(28, 25, 23, 0.16));
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  cursor: zoom-in;
}
.jg-id-fam-slot__var img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jg-id-fam-slot__var:hover {
  border-color: var(--jg-pkg-accent, #6d28d9);
}
.jg-id-fam-slot__specs {
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
  color: #78716c;
  text-align: left;
}
.jg-id-fam-slot.is-custom .jg-id-fam-slot__preview {
  opacity: 0.72;
  filter: grayscale(0.12);
}
.jg-id-fam-slot__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 8px;
}
.jg-id-fam-slot__actions.is-custom {
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.jg-id-fam-slot__act {
  box-sizing: border-box;
  border-radius: 999px;
  padding: 4px 10px;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  pointer-events: auto;
  background: transparent;
  touch-action: manipulation;
}
.jg-id-fam-slot__act-short {
  display: none;
}
.jg-id-fam-slot__act--edit {
  border: 1px solid var(--jg-pkg-accent, #6d28d9);
  background: var(--jg-pkg-accent, #6d28d9);
  color: #fff;
}
.jg-id-fam-file {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.jg-id-fam-slot__act--upload,
.jg-id-fam-slot__act--ghost {
  border: 1px solid var(--jg-pkg-line, rgba(28, 25, 23, 0.12));
  color: var(--jg-pkg-ink, #1c1917);
  background: #fff;
}
.jg-id-fam-slot__act:hover {
  filter: brightness(1.05);
}
.jg-id-fam-slot__custom {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  color: #166534;
  text-align: center;
}
.jg-id-fam-slot__file {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  color: #78716c;
}
.jg-id-fam-slot__preview .jg-tpl-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  overflow: hidden;
  pointer-events: none;
}
.jg-id-fam-slot__preview .jg-tpl-overlay.front,
.jg-id-fam-slot__preview .jg-tpl-overlay.back {
  display: block;
  opacity: 1;
}
.jg-id-fam-slot__preview .jg-tpl-text {
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
.jg-id-fam-slot__preview .jg-tpl-overlay img {
  position: absolute;
  object-fit: contain;
  pointer-events: none;
}
.jg-id-packs {
  padding-top: 10px;
}
.jg-id-packs h2,
.jg-id-families h2 {
  font-size: 1.15rem;
}
.jg-id-how h2,
.jg-id-faq h2 {
  font-size: 1.05rem;
  color: var(--jg-pkg-muted, #78716c);
  font-weight: 800;
}
.jg-id-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  align-items: stretch;
}
.jg-id-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--jg-pkg-line, rgba(28, 25, 23, 0.12));
  border-radius: 14px;
  padding: 12px 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.jg-id-card.is-featured {
  background: #fff;
}
.jg-id-card.is-active {
  border-color: rgba(109, 40, 217, 0.55);
  background: #f5f3ff;
  box-shadow: inset 0 0 0 1px rgba(109, 40, 217, 0.15);
}
.jg-id-card__badge {
  display: inline-flex;
  align-self: flex-start;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--jg-pkg-accent, #6d28d9);
  background: #f3e8ff;
  border-radius: 999px;
  padding: 2px 8px;
}
.jg-id-card h3 {
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  margin: 0;
}
.jg-id-card__pitch {
  margin: 0;
  font-size: 12px;
  color: var(--jg-pkg-muted, #78716c);
  min-height: 0;
  line-height: 1.4;
}
.jg-id-card__items {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--jg-pkg-ink, #1c1917);
  line-height: 1.4;
  white-space: normal;
}
.jg-id-card__contents {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: grid;
  gap: 2px;
}
.jg-id-card__contents li {
  font-size: 11px;
  line-height: 1.35;
  color: var(--jg-pkg-ink, #1c1917);
}
.jg-id-card__contents b {
  font-weight: 800;
  display: inline-block;
  min-width: 2.4em;
}
.jg-id-card__more {
  margin: 4px 0 0;
  font-size: 12px;
}
.jg-id-card__more summary {
  cursor: pointer;
  color: var(--jg-pkg-accent, #6d28d9);
  font-weight: 700;
  list-style: none;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  touch-action: manipulation;
}
.jg-id-card__more summary::-webkit-details-marker { display: none; }
.jg-id-card__more .jg-id-card__contents {
  margin-top: 4px;
}
.jg-id-card__more p {
  margin: 6px 0 0;
  color: var(--jg-pkg-muted, #78716c);
  font-size: 11px;
  line-height: 1.45;
}
.jg-id-card__pricebox {
  margin-top: auto;
  display: grid;
  gap: 1px;
}
.jg-id-card__list {
  margin: 0;
  font-size: 12px;
  color: #a8a29e;
  text-decoration: line-through;
}
.jg-id-card__price {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  color: var(--jg-pkg-ink, #1c1917);
}
.jg-id-card__save {
  margin: 0;
  font-size: 11px;
  color: var(--jg-pkg-ready, #15803d);
  font-weight: 700;
}
.jg-id-card .jg-id-btn {
  margin-top: 8px;
  width: 100%;
  min-height: 36px;
}
.jg-id-status {
  margin-top: 12px;
  font-size: 14px;
}
.jg-id-status.is-error {
  color: #b91c1c;
}
.jg-id-how,
.jg-id-trust,
.jg-id-faq {
  padding-top: 10px;
  padding-bottom: 10px;
}
.jg-id-how__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  counter-reset: how;
}
.jg-id-how__list li {
  background: #fff;
  border-radius: 14px;
  padding: 12px 14px;
  border: 1px solid var(--jg-pkg-line, rgba(28, 25, 23, 0.12));
  counter-increment: how;
}
.jg-id-how__list li::before {
  content: counter(how);
  display: block;
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  color: var(--jg-pkg-accent, #6d28d9);
  margin-bottom: 4px;
}
.jg-id-how__list strong {
  display: block;
  margin-bottom: 2px;
  font-size: 13px;
}
.jg-id-how__list span {
  color: var(--jg-pkg-muted, #78716c);
  font-size: 12px;
}
.jg-id-trust ul {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.jg-id-trust li {
  background: #fff;
  color: var(--jg-pkg-ink, #1c1917);
  border: 1px solid var(--jg-pkg-line, rgba(28, 25, 23, 0.12));
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
}
.jg-id-trust p {
  margin: 0;
  color: var(--jg-pkg-muted, #78716c);
  font-size: 13px;
}
.jg-id-faq details {
  border-top: 1px solid var(--jg-pkg-line, rgba(28, 25, 23, 0.12));
  padding: 10px 0;
}
.jg-id-faq summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
}
.jg-id-faq p {
  margin: 8px 0 0;
  color: var(--jg-pkg-muted, #78716c);
  font-size: 13px;
}
.jg-id-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 28px calc(12px + env(safe-area-inset-bottom, 0px));
  background: rgba(255, 255, 255, 0.92);
  color: var(--jg-pkg-ink, #1c1917);
  border-top: 1px solid var(--jg-pkg-line, rgba(28, 25, 23, 0.12));
  box-shadow: 0 -8px 24px rgba(28, 25, 23, 0.06);
}
.jg-id-sticky__copy {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 12px;
}
.jg-id-sticky__copy strong {
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: min(420px, 100%);
}
.jg-id-sticky__copy #jgIdStickyPrice {
  font-size: 16px;
  font-weight: 900;
}
.jg-id-sticky__copy em {
  font-style: normal;
  color: var(--jg-pkg-ready, #15803d);
  font-size: 12px;
  font-weight: 700;
}
.jg-id-sticky .jg-id-btn--solid {
  background: var(--jg-pkg-accent, #6d28d9);
  color: #fff;
  border-color: var(--jg-pkg-accent, #6d28d9);
  white-space: nowrap;
}
.jg-id-foot {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  color: #78716c;
  font-size: 13px;
  padding-bottom: 28px;
}
.jg-id-foot nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}
.jg-id-foot a {
  color: inherit;
  margin-left: 0;
}

@media (max-width: 980px) {
  .jg-id-hero,
  .jg-id-studio,
  .jg-id-packs,
  .jg-id-how,
  .jg-id-trust,
  .jg-id-faq,
  .jg-id-foot {
    padding-left: 16px;
    padding-right: 16px;
  }
  .jg-id-cards {
    --jg-id-card-w: min(280px, 70%);
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 12px;
    align-items: stretch;
    margin: 0 -16px;
    padding: 4px 0 12px;
    padding-inline: max(16px, calc((100% - var(--jg-id-card-w)) / 2));
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }
  .jg-id-cards::-webkit-scrollbar { display: none; }
  .jg-id-card {
    flex: 0 0 var(--jg-id-card-w);
    width: var(--jg-id-card-w);
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
  .jg-id-card .jg-id-btn {
    width: 100%;
  }
  .jg-id-card.is-featured {
    grid-column: auto;
    transform: none;
  }
  .jg-id-fam-row {
    flex-direction: column;
  }
  .jg-id-fam-row__name {
    flex-basis: auto;
  }
  .jg-id-fam-row__scroll {
    scroll-snap-type: x mandatory;
    gap: 10px;
    margin: 0 -4px;
    padding: 0 4px 8px;
    mask-image: linear-gradient(to right, #000 88%, transparent);
    -webkit-mask-image: linear-gradient(to right, #000 88%, transparent);
  }
  .jg-id-fam-slot {
    flex-basis: 200px;
    width: 200px;
  }
  .jg-id-fam-slot.is-portrait {
    flex-basis: 156px;
    width: 156px;
  }
  .jg-id-fam-slot.is-wide {
    flex-basis: 260px;
    width: 260px;
  }
  .jg-id-studio {
    grid-template-columns: 1fr;
  }
  .jg-id-how__list {
    grid-template-columns: 1fr;
  }
  .jg-id-top__trust {
    display: none;
  }
}

@media (max-width: 640px) {
  .jg-id-body {
    padding-bottom: calc(132px + env(safe-area-inset-bottom, 0px));
  }
  .jg-id-top__inner,
  .jg-id-families,
  .jg-id-hero,
  .jg-id-packs,
  .jg-id-how,
  .jg-id-trust,
  .jg-id-faq,
  .jg-id-foot {
    padding-left: 14px;
    padding-right: 14px;
  }
  .jg-id-top__inner {
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 10px;
    flex-wrap: wrap;
  }
  .jg-id-top__nav a[href="kartvizit/"],
  .jg-id-top__nav a[aria-current="page"] {
    display: none;
  }
  .jg-id-top__left {
    gap: 8px;
  }
  .jg-id-top__logo img {
    height: 24px;
  }
  .jg-id-top__person {
    min-height: 44px;
    padding: 8px 12px;
  }
  .jg-id-top__person-full {
    display: none;
  }
  .jg-id-top__person-short {
    display: inline;
  }
  .jg-id-season {
    padding: 8px 14px;
    font-size: 11px;
  }
  .jg-id-hero {
    padding-top: 16px;
  }
  .jg-id-hero h1 {
    max-width: none;
    font-size: 1.28rem;
  }
  .jg-id-hero__points {
    gap: 6px;
  }
  .jg-id-hero__points li {
    font-size: 11px;
    padding: 6px 10px;
  }
  .jg-id-btn {
    min-height: 44px;
  }
  .jg-id-families {
    scroll-margin-top: 64px;
  }
  .jg-id-cards {
    --jg-id-card-w: min(268px, 72%);
    margin: 0 -14px;
    padding: 4px 0 14px;
    padding-inline: max(14px, calc((100% - var(--jg-id-card-w)) / 2));
    gap: 10px;
  }
  .jg-id-card {
    flex: 0 0 var(--jg-id-card-w);
    width: var(--jg-id-card-w);
    padding: 10px 10px 12px;
    gap: 4px;
  }
  .jg-id-card h3 {
    font-size: 14px;
  }
  .jg-id-card__pitch {
    font-size: 11px;
  }
  .jg-id-card__contents li {
    font-size: 10.5px;
  }
  .jg-id-card__price {
    font-size: 15px;
  }
  .jg-id-card .jg-id-btn {
    width: 100%;
    min-height: 40px;
    margin-top: 6px;
  }
  .jg-id-fam-search {
    max-width: none;
  }
  .jg-id-fam-search input {
    font-size: 16px;
    min-height: 44px;
  }
  .jg-id-fam-row {
    padding: 10px 10px 8px;
  }
  .jg-id-fam-row__scroll {
    gap: 8px;
    mask-image: linear-gradient(to right, #000 82%, transparent);
    -webkit-mask-image: linear-gradient(to right, #000 82%, transparent);
  }
  .jg-id-fam-slot {
    flex-basis: 168px;
    width: 168px;
  }
  .jg-id-fam-slot.is-portrait {
    flex-basis: 132px;
    width: 132px;
  }
  .jg-id-fam-slot.is-wide {
    flex-basis: 210px;
    width: 210px;
  }
  .jg-id-fam-slot__act {
    min-height: 44px;
    padding: 8px 12px;
    font-size: 12px;
  }
  .jg-id-fam-slot__act-full {
    display: none;
  }
  .jg-id-fam-slot__act-short {
    display: inline;
  }
  .jg-id-sticky {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
  }
  .jg-id-sticky__copy {
    min-width: 0;
    width: 100%;
  }
  .jg-id-sticky__copy strong {
    max-width: 100%;
    display: block;
  }
  .jg-id-sticky .jg-id-btn {
    width: 100%;
  }
  .jg-id-foot {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 16px;
  }
  .jg-id-zoom {
    padding: 12px;
    align-items: end;
  }
  .jg-id-zoom__card {
    max-height: min(88dvh, 100%);
    padding: 14px 12px 10px;
    border-radius: 14px;
  }
  .jg-id-zoom__card img {
    max-height: 80dvh;
  }
  .jg-id-zoom__close {
    width: 44px;
    height: 44px;
  }
  html.jg-id-html .kisi-bilgileri-panel {
    padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 400px) {
  .jg-id-sticky__copy em {
    display: none;
  }
  .jg-id-hero h1 {
    font-size: 1.18rem;
  }
}

.jg-id-zoom[hidden] { display: none !important; }
.jg-id-zoom {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
}
.jg-id-zoom__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(28, 25, 23, 0.62);
  cursor: pointer;
}
.jg-id-zoom__card {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: min(720px, 100%);
  max-height: min(88vh, 100%);
  background: #fff;
  border-radius: 16px;
  padding: 16px 16px 12px;
  box-shadow: 0 18px 50px rgba(28, 25, 23, 0.28);
}
.jg-id-zoom__card img {
  display: block;
  max-width: 100%;
  max-height: 72vh;
  margin: 0 auto;
  object-fit: contain;
}
.jg-id-zoom__card figcaption {
  margin: 10px 4px 0;
  font-size: 12px;
  line-height: 1.4;
  color: #57534e;
  text-align: center;
}
.jg-id-zoom__close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: rgba(28, 25, 23, 0.08);
  color: #1c1917;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
