/* ============================================================
   ssl-sertifika — Müşteri Paneli SSL ürün turu
   ============================================================ */

.cpanel-section.ik-panel-tour {
  padding: 96px 0 104px;
  background: linear-gradient(180deg, #f8faff 0%, #ffffff 55%, #f8fafc 100%);
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}
.cpanel-section.ik-panel-tour::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(37,99,235,.06) 0%, transparent 48%),
    radial-gradient(circle at 88% 72%, rgba(6,182,212,.045) 0%, transparent 46%);
}

.ik-panel-tour-label {
  text-align: center;
  font-size: .88rem;
  font-weight: 600;
  color: #64748b;
  margin: 8px 0 20px;
}

.ik-panel-chips {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 4px 2px 18px;
  margin-bottom: 28px;
  position: sticky;
  top: calc(var(--nav-h, 64px) + 4px);
  z-index: 20;
  background: linear-gradient(180deg, rgba(248,250,255,.96) 60%, rgba(248,250,255,.72) 100%);
  backdrop-filter: blur(8px);
}
.ik-panel-chips::-webkit-scrollbar { display: none; }
.ik-panel-chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--border, #e2e8f0);
  background: #fff;
  color: #334155;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: -.01em;
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(15,23,42,.04);
  transition: border-color .2s, color .2s, background .2s, transform .2s cubic-bezier(.16,1,.3,1);
  text-decoration: none;
}
.ik-panel-chip i { color: #2563eb; font-size: .72rem; }
.ik-panel-chip:hover {
  border-color: #93c5fd;
  color: #1e40af;
  background: #eff6ff;
  transform: translateY(-1px);
}

.ik-panel-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: 40px 56px;
  align-items: center;
  margin-bottom: 72px;
  scroll-margin-top: 120px;
}
.ik-panel-row:last-of-type { margin-bottom: 0; }
.ik-panel-row--rev { grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr); }
.ik-panel-row--rev .ik-panel-copy { order: 2; }
.ik-panel-row--rev .ik-panel-shot { order: 1; }

.ik-panel-badge {
  display: inline-flex;
  align-items: center;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 8px;
  margin-bottom: 12px;
}
.ik-panel-badge--blue   { background: #dbeafe; color: #1d4ed8; }
.ik-panel-badge--rose   { background: #ffe4e6; color: #be123c; }
.ik-panel-badge--cyan   { background: #cffafe; color: #0e7490; }
.ik-panel-badge--amber  { background: #fef3c7; color: #b45309; }
.ik-panel-badge--violet { background: #ede9fe; color: #6d28d9; }
.ik-panel-badge--red    { background: #fee2e2; color: #b91c1c; }
.ik-panel-badge--yellow { background: #fef9c3; color: #a16207; }

.ik-panel-copy h3 {
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -.02em;
  margin: 0 0 14px;
  line-height: 1.3;
}
.ik-panel-copy p {
  font-size: .92rem;
  color: #475569;
  line-height: 1.75;
  margin: 0 0 12px;
}
.ik-panel-copy p:last-of-type { margin-bottom: 16px; }
.ik-panel-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.ik-panel-bullets li {
  position: relative;
  padding: 10px 12px 10px 36px;
  background: rgba(255,255,255,.75);
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: .84rem;
  color: #334155;
  line-height: 1.5;
}
.ik-panel-bullets li::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 14px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #2563eb;
  box-shadow: inset 0 0 0 3px #fff;
}

.ik-panel-shot {
  margin: 0;
  background: #fff;
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(15,23,42,.1), 0 0 0 1px rgba(15,23,42,.03);
  transition: transform .35s cubic-bezier(.16,1,.3,1), box-shadow .35s;
}
.ik-panel-shot:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(15,23,42,.14), 0 0 0 1px rgba(37,99,235,.12);
}
.ik-panel-shot-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #f8fafc;
  border-bottom: 1px solid var(--border, #e2e8f0);
}
.ik-panel-shot-dots { display: flex; gap: 5px; }
.ik-panel-shot-dots span {
  width: 9px; height: 9px; border-radius: 50%; display: block;
}
.ik-panel-shot-dots span:nth-child(1) { background: #ef4444; }
.ik-panel-shot-dots span:nth-child(2) { background: #fbbf24; }
.ik-panel-shot-dots span:nth-child(3) { background: #22c55e; }
.ik-panel-shot-url {
  flex: 1;
  text-align: center;
  font-size: .68rem;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: .02em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.ik-panel-shot-url i { color: #22c55e; }
.ik-panel-shot-btn {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #0f172a;
  cursor: zoom-in;
  position: relative;
  text-align: left;
}
.ik-panel-shot-btn img {
  display: block;
  width: 100%;
  height: auto;
}
.ik-panel-zoom {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 8px;
  background: rgba(15,23,42,.78);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .2s, transform .2s;
  pointer-events: none;
}
.ik-panel-shot-btn:hover .ik-panel-zoom,
.ik-panel-shot-btn:focus-visible .ik-panel-zoom {
  opacity: 1;
  transform: translateY(0);
}
.ik-panel-shot figcaption {
  padding: 10px 14px 12px;
  font-size: .75rem;
  color: #64748b;
  background: #fff;
  border-top: 1px solid #f1f5f9;
}

/* Lightbox */
html.ik-lb-open { overflow: hidden; }
.ik-lb {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.ik-lb[hidden] { display: none !important; }
.ik-lb-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15,23,42,.78);
  backdrop-filter: blur(6px);
}
.ik-lb-dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  max-height: min(92vh, 900px);
  display: flex;
  flex-direction: column;
  background: #0f172a;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,.45);
  border: 1px solid rgba(255,255,255,.08);
}
.ik-lb-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  background: #151c29;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.ik-lb-title {
  font-size: .8rem;
  font-weight: 700;
  color: rgba(255,255,255,.85);
  line-height: 1.35;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ik-lb-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.ik-lb-newtab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 8px;
  background: rgba(37,99,235,.25);
  border: 1px solid rgba(96,165,250,.35);
  color: #93c5fd;
  font-size: .75rem;
  font-weight: 700;
  transition: background .15s;
  text-decoration: none;
}
.ik-lb-newtab:hover { background: rgba(37,99,235,.4); color: #fff; }
.ik-lb-close {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.75);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .15s, color .15s;
}
.ik-lb-close:hover { background: rgba(255,255,255,.14); color: #fff; }
.ik-lb-body {
  flex: 1;
  overflow: auto;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b1220;
}
.ik-lb-body img {
  max-width: 100%;
  max-height: calc(92vh - 88px);
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0,0,0,.35);
}

@media (max-width: 991px) {
  .ik-panel-row,
  .ik-panel-row--rev {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 56px;
  }
  .ik-panel-row--rev .ik-panel-copy,
  .ik-panel-row--rev .ik-panel-shot { order: unset; }
  .ik-panel-shot { order: -1; }
}
@media (max-width: 575px) {
  .cpanel-section.ik-panel-tour { padding: 64px 0 72px; }
  .ik-panel-chips { top: calc(var(--nav-h, 64px) - 2px); margin-bottom: 16px; }
  .ik-lb-title { max-width: 42vw; }
  .ik-lb-newtab { font-size: .7rem; padding: 6px 10px; }
}
