/* Hızlı Teklif konfigüratörü */

.dk-qz-step h2 { font-weight: 800; font-size: 20px; letter-spacing: -.4px; margin: 0 0 14px; }
.dk-qz-step .dk-qz-note { font-size: 14px; color: var(--muted); margin: -8px 0 14px; }
.dk-qz-steps { display: flex; flex-direction: column; gap: 28px; }

/* Segment seçimleri (sürüm / kurulum) */
.dk-seg-row { display: flex; gap: 14px; }
.dk-seg {
  flex: 1; text-align: left; cursor: pointer; border-radius: 13px; padding: 16px 18px;
  border: 2px solid var(--border); background: var(--surface);
}
.dk-seg.is-active { border-color: var(--forest); background: var(--accent-soft); }
.dk-seg-name { display: block; font-family: var(--font-head); font-weight: 800; font-size: 18px; color: var(--ink); }
.dk-seg-note { display: block; font-size: 13px; color: var(--muted); margin-top: 4px; line-height: 1.4; }

/* Enterprise bilgi kutusu */
.dk-ent-box { margin-top: 14px; background: #EEF3FB; border: 1px solid #CFE0F2; border-radius: 14px; padding: 16px 18px; }
.dk-ent-box-head { display: flex; align-items: flex-start; gap: 12px; }
.dk-ent-i {
  width: 26px; height: 26px; flex: none; border-radius: 8px; background: var(--cat-blue); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px;
}
.dk-ent-box p { font-size: 14px; line-height: 1.6; color: #274B73; margin: 0; }
.dk-ent-users {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  margin-top: 14px; padding-top: 14px; border-top: 1px solid #CFE0F2;
}
.dk-ent-users-label { font-size: 14px; font-weight: 600; color: #274B73; }
.dk-ent-users .dk-step-btn { width: 34px; height: 34px; background: var(--surface); font-size: 18px; }

/* Kurulum / hosting satırları */
.dk-inc-row {
  display: flex; align-items: center; gap: 16px; border-radius: var(--radius-row); padding: var(--pad-row) 18px;
  background: var(--surface); border: 1px solid var(--border);
}
.dk-inc-row.is-highlight { background: var(--accent-soft); border-color: var(--accent); }
.dk-inc-icon {
  width: 42px; height: 42px; flex: none; border-radius: 12px;
  display: flex; align-items: center; justify-content: center; font-size: 18px;
}
.dk-inc-icon-forest { background: var(--forest); color: #fff; }
.dk-inc-icon-teal { background: var(--cat-pzr-soft); color: var(--cat-pzr); }
.dk-inc-title { font-family: var(--font-head); font-weight: 700; font-size: 16px; color: var(--ink); }
.dk-inc-tag { font-size: 12px; font-weight: 700; color: var(--accent2-text); margin-left: 6px; }
.dk-inc-sub { font-size: 13px; color: var(--muted); margin-top: 2px; }
.dk-inc-price { font-family: var(--font-head); font-weight: 800; font-size: 16px; color: var(--ink); white-space: nowrap; }

/* Modül kartları */
.dk-cfg-card {
  background: var(--surface); border-radius: var(--radius-card); padding: 22px 24px;
  border: 1px solid var(--border); transition: border-color .15s, box-shadow .15s;
}
.dk-cfg-card.is-on { border-color: var(--cfg-color, var(--forest)); box-shadow: 0 0 0 2px var(--cfg-soft, var(--accent-soft)); }
.dk-cfg-card-head { display: flex; align-items: flex-start; gap: 14px; }
.dk-cfg-card-body { flex: 1; min-width: 0; }
.dk-cfg-card-title-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.dk-cfg-card h3 { font-weight: 700; font-size: 18px; margin: 0; }
.dk-cfg-card-desc { font-size: 14px; line-height: 1.55; color: var(--muted); margin: 6px 0 0; }

.dk-cfg-tier-row, .dk-cfg-qty-row {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--border);
}
.dk-cfg-qty-row { margin-top: 18px; padding-top: 18px; }
.dk-cfg-card:not(.is-on) .dk-cfg-tier-row,
.dk-cfg-card:not(.is-on) .dk-cfg-qty-row { opacity: .4; pointer-events: none; }
.dk-cfg-row-label { font-size: 14px; font-weight: 600; color: var(--ink); }
.dk-tier-opts { display: flex; gap: 8px; flex: 1; max-width: 240px; }
.dk-tier-btn {
  flex: 1; text-align: center; cursor: pointer; border-radius: 9px; padding: 8px 10px;
  border: 1px solid var(--border); background: var(--surface);
  font-family: var(--font-head); font-weight: 700; font-size: 13.5px; color: var(--muted);
}
.dk-tier-btn.is-active { border-color: var(--cfg-color); background: var(--cfg-soft); color: var(--cfg-color); }
.dk-cfg-qty { display: flex; align-items: center; gap: 10px; }
.dk-cfg-line-price { margin-left: 12px; font-family: var(--font-head); font-weight: 800; font-size: 16px; color: var(--ink); }

/* Ek hizmetler */
.dk-extra-row {
  display: flex; align-items: center; gap: 16px; background: var(--surface);
  border: 1px solid var(--border); border-radius: var(--radius-row); padding: var(--pad-row) 18px;
}
.dk-extra-row.is-on { border-color: var(--forest); }
.dk-extra-name { font-family: var(--font-head); font-weight: 700; font-size: 16px; color: var(--ink); }
.dk-extra-desc { font-size: 13px; color: var(--muted); margin-top: 2px; }
.dk-extra-price { font-family: var(--font-head); font-weight: 800; font-size: 15px; color: var(--ink); white-space: nowrap; }

/* Özet paneli */
.dk-cfg-summary {
  position: sticky; top: 84px; background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-card); padding: 26px;
}
.dk-cfg-summary h3 { font-weight: 800; font-size: 19px; }
.dk-sum-lines { display: flex; flex-direction: column; gap: 12px; margin: 20px 0; }
.dk-sum-line { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.dk-sum-name { font-size: 15px; font-weight: 600; color: var(--ink); line-height: 1.3; }
.dk-sum-sub { font-size: 12.5px; color: var(--muted); margin-top: 2px; }
.dk-sum-price { font-family: var(--font-head); font-weight: 700; font-size: 15px; color: var(--ink); white-space: nowrap; }
.dk-sum-empty { font-size: 14px; color: var(--muted); margin: 18px 0; }
.dk-sum-totals { border-top: 1px solid var(--border); margin-top: 4px; padding-top: 18px; }
.dk-sum-total-row { display: flex; align-items: baseline; justify-content: space-between; }
.dk-sum-total-row + .dk-sum-total-row { margin-top: 8px; }
.dk-sum-total-label { font-family: var(--font-head); font-weight: 700; font-size: 16px; color: var(--ink); }
.dk-sum-total-val { font-family: var(--font-head); font-weight: 800; font-size: 28px; color: var(--ink); }
.dk-sum-minor-label { font-size: 13px; color: var(--muted); }
.dk-sum-minor-val { font-family: var(--font-head); font-weight: 700; font-size: 16px; color: var(--muted); }
.dk-sum-ent-note {
  font-size: 12px; color: #274B73; background: #EEF3FB; border-radius: 10px;
  padding: 10px 12px; margin: 16px 0 0; line-height: 1.5;
}
.dk-sum-disclaimer { font-size: 12px; color: var(--muted); text-align: center; margin: 12px 0 0; line-height: 1.5; }

/* Teklif banner'ı (Modüller sayfası) */
.dk-quote-banner {
  display: flex; align-items: center; gap: 18px; width: 100%; text-align: left;
  background: var(--forest); border: none; border-radius: var(--radius-card); padding: 22px 26px;
  margin: 0 0 28px; cursor: pointer;
}
.dk-quote-banner:hover { filter: brightness(1.08); }
.dk-quote-icon {
  width: 46px; height: 46px; flex: none; border-radius: 12px; background: var(--accent);
  color: var(--accent-ink); display: flex; align-items: center; justify-content: center; font-size: 22px;
}
.dk-quote-title { display: block; font-family: var(--font-head); font-weight: 700; font-size: 18px; color: #fff; }
.dk-quote-sub { display: block; font-size: 14px; color: rgba(255,255,255,.75); margin-top: 2px; }
.dk-quote-cta { font-family: var(--font-head); font-weight: 700; font-size: 15px; color: var(--accent); white-space: nowrap; }
