/* Dodatkowe sekcje — strona główna */

/* ========== STWÓRZ SWOJĄ STRONĘ ========== */
.dz-create-section {
  padding: 24px 0 36px;
  position: relative;
  z-index: 2;
  clear: both;
}
.dz-create-band {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-2xl);
  padding: 28px 24px;
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}
.dz-create-band::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-navy) 0%, var(--brand-purple) 100%);
}
.dz-create-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 10px;
}
.dz-create-title {
  font-size: clamp(1.4rem, 3.5vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 10px;
}
.dz-create-desc {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.55;
  max-width: 420px;
}
.dz-create-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 16px;
}
.dz-create-url {
  display: flex;
  align-items: center;
  gap: 0;
  min-width: 0;
  width: 100%;
  padding: 0 14px;
  background: var(--bg-subtle);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  cursor: text;
}
.dz-create-prefix {
  flex-shrink: 0;
  font-size: clamp(0.8rem, 3.2vw, 0.9rem);
  font-weight: 600;
  color: var(--text-muted);
  white-space: nowrap;
}
.dz-create-url input {
  flex: 1;
  min-width: 0;
  width: 100%;
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: clamp(0.9rem, 3.8vw, 1rem);
  padding: 13px 0 13px 2px;
  outline: none;
}
.dz-create-submit {
  width: 100%;
  justify-content: center;
  padding: 12px 18px;
  font-size: 0.9rem;
}
.dz-create-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dz-create-list li {
  font-size: 0.86rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 10px;
}
.dz-create-list i {
  color: var(--primary);
  font-size: 0.8rem;
}

@media (min-width: 768px) {
  .dz-create-band {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 40px;
    align-items: center;
    padding: 36px 40px;
  }
  .dz-create-desc { margin-bottom: 0; }
}

@media (max-width: 600px) {
  .dz-create-section {
    padding-top: 28px;
    padding-bottom: 28px;
    margin-top: 4px;
  }
  .dz-create-section.dz-create-section--after-trio {
    padding-top: 12px;
    padding-bottom: 10px;
    margin-top: 0;
  }
  .dz-create-band { padding: 22px 16px; }
  .dz-builder-sec {
    padding-bottom: 20px;
  }
  .dz-dash-sec {
    padding-top: 28px;
  }
  .dz-create-title { font-size: 1.35rem; }
  .dz-create-url { padding: 0 12px; }
  .dz-create-url input { padding-block: 12px; }

  .dz-builder-trio {
    gap: 12px;
    margin-top: 28px;
  }
  .dz-btrio {
    padding: 22px 16px;
  }
  .dz-btrio-num {
    font-size: 1.9rem;
    margin-bottom: 6px;
  }
  .dz-btrio h4 { font-size: 0.9rem; }
  .dz-btrio p { font-size: 0.8rem; }
}

/* ========== STATYSTYKI ========== */
.dz-stats {
  padding: 40px 0 52px;
  margin-top: 0;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #faf7ff 0%, #fffdf5 48%, #fff 100%);
  overflow: hidden;
}
.dz-stats::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 55% at 8% 30%, rgba(180, 147, 255, 0.22), transparent 58%),
    radial-gradient(ellipse 65% 50% at 92% 70%, rgba(254, 229, 132, 0.26), transparent 55%);
}
.dz-stats > .dz-wrap { position: relative; z-index: 1; }
.dz-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.dz-stat {
  position: relative;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(180, 147, 255, 0.18);
  border-radius: var(--radius-xl);
  padding: 20px 18px;
  box-shadow: 0 12px 32px -20px rgba(90, 0, 255, 0.2);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
  overflow: hidden;
}
.dz-stat::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-soft-h);
  opacity: 0.85;
}
.dz-stat:hover {
  transform: translateY(-3px);
  border-color: rgba(180, 147, 255, 0.35);
  box-shadow: 0 18px 40px -18px rgba(90, 0, 255, 0.28);
}
.dz-stat--gold::after { opacity: 1; background: linear-gradient(90deg, #b493ff, #fee584); }
.dz-stat--warm::after { background: linear-gradient(90deg, #fee584, #f5d76e); }
.dz-stat-ic {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.02rem;
  margin-bottom: 12px;
}
.dz-stat--lavender .dz-stat-ic {
  background: linear-gradient(145deg, #ede4ff, rgba(180, 147, 255, 0.35));
  color: #5b21b6;
}
.dz-stat--gold .dz-stat-ic {
  background: linear-gradient(145deg, #fff8e1, rgba(254, 229, 132, 0.55));
  color: #a16207;
}
.dz-stat--blend .dz-stat-ic {
  background: linear-gradient(145deg, #e0f2fe 0%, rgba(56, 189, 248, 0.35) 100%);
  color: #0369a1;
}
.dz-stat--blend::after {
  background: linear-gradient(90deg, #0284c7 0%, #38bdf8 100%);
  opacity: 1;
}
.dz-stat--warm .dz-stat-ic {
  background: linear-gradient(145deg, #ecfdf5, rgba(254, 229, 132, 0.35));
  color: #047857;
}
.dz-stat-num--static {
  font-size: clamp(1.55rem, 4.2vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.dz-stat-num--static .dz-stat-unit {
  font-size: 0.72em;
  font-weight: 700;
  background: var(--gradient-soft-h);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.dz-stat--blend .dz-stat-num--static {
  background: linear-gradient(90deg, #0369a1 0%, #0ea5e9 55%, #38bdf8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: clamp(1.45rem, 3.8vw, 1.95rem);
}
.dz-stat p {
  font-size: 0.84rem;
  color: var(--text-muted);
  margin-top: 8px;
  line-height: 1.45;
}

/* ========== JAK TO DZIAŁA ========== */
.dz-steps {
  background: linear-gradient(180deg, var(--bg-subtle) 0%, var(--bg-main) 100%);
  border-block: 1px solid var(--border-light);
}
.dz-steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 40px;
}
.dz-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xs);
  transition: border-color 0.25s, transform 0.25s var(--ease);
}
.dz-step:hover {
  border-color: var(--primary-soft);
  transform: translateX(4px);
}
.dz-step-num {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand-navy) 0%, var(--brand-purple) 100%);
  color: #fff;
  font-weight: 800;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.dz-step h3 {
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.dz-step p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.55;
}
.dz-step-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}
.dz-step-tag {
  font-size: 0.72rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  background: var(--primary-soft);
  color: var(--primary-dark);
}

/* ========== WŁASNA DOMENA (BIZNES) ========== */
.dz-domain-sec {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #f3eeff 0%, #fff 38%, #fff8f0 100%);
}
.dz-domain-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  pointer-events: none;
  opacity: 0.55;
}
.dz-domain-glow--lavender {
  width: 320px;
  height: 320px;
  top: -80px;
  left: -60px;
  background: rgba(90, 0, 255, 0.18);
}
.dz-domain-glow--gold {
  width: 260px;
  height: 260px;
  bottom: -40px;
  right: 8%;
  background: rgba(245, 158, 11, 0.14);
}
.dz-domain-sec > .dz-wrap { position: relative; z-index: 1; }
.dz-domain-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "head"
    "visual"
    "rest";
  gap: 20px;
  align-items: start;
}
.dz-domain-head { grid-area: head; }
.dz-domain-visual { grid-area: visual; }
.dz-domain-rest { grid-area: rest; }
.dz-domain-head h2 {
  font-size: clamp(2rem, 5vw, 2.75rem);
  margin-top: 10px;
}
.dz-domain-sub {
  margin-top: 18px;
  font-size: clamp(1.35rem, 4.2vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.5;
  color: var(--ink);
  max-width: 18ch;
}
.dz-domain-sub-br { display: none; }
.dz-domain-callout {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 28px;
  padding: 16px 18px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(90, 0, 255, 0.08) 0%, rgba(255, 255, 255, 0.95) 55%);
  border: 1px solid rgba(90, 0, 255, 0.14);
  box-shadow: 0 8px 28px rgba(90, 0, 255, 0.06);
}
.dz-domain-callout-ic {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: var(--primary);
  color: #fff;
  font-size: 0.95rem;
}
.dz-domain-callout p {
  font-size: 1rem;
  line-height: 1.55;
  color: var(--text-muted);
  margin: 0;
}
.dz-domain-perks {
  list-style: none;
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.dz-domain-perk {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px 10px 10px;
  border-radius: var(--radius-pill);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
  border: 1px solid transparent;
}
.dz-domain-perk-ic {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.8rem;
}
.dz-domain-perk--violet {
  background: #f3eeff;
  border-color: rgba(90, 0, 255, 0.12);
}
.dz-domain-perk--violet .dz-domain-perk-ic { background: var(--primary); color: #fff; }
.dz-domain-perk--gold {
  background: #fff8eb;
  border-color: rgba(245, 158, 11, 0.2);
}
.dz-domain-perk--gold .dz-domain-perk-ic { background: #f59e0b; color: #fff; }
.dz-domain-perk--navy {
  background: #eef2ff;
  border-color: rgba(30, 27, 75, 0.1);
}
.dz-domain-perk--navy .dz-domain-perk-ic { background: var(--brand-navy, #1e1b4b); color: #fff; }
.dz-domain-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}
.dz-domain-foot-txt {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-muted);
}

@media (min-width: 768px) and (max-width: 899px) {
  .dz-domain-foot {
    flex-direction: column;
    align-items: flex-start;
  }
  .dz-domain-cta { width: 100%; justify-content: center; }
}
.dz-domain-compare {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dz-domain-card {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 18px 20px;
  box-shadow: var(--shadow-sm);
}
.dz-domain-card--biz {
  border-color: rgba(90, 0, 255, 0.28);
  box-shadow: 0 16px 48px rgba(90, 0, 255, 0.14);
  background: linear-gradient(145deg, #faf8ff 0%, #f3eeff 100%);
}
.dz-domain-card-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
}
.dz-domain-card-label--gray { color: var(--text-light); }
.dz-domain-url {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 14px;
  background: var(--bg-subtle);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 10px;
}
.dz-domain-url--custom {
  background: var(--primary-soft);
  border-color: rgba(90, 0, 255, 0.15);
}
.dz-domain-url i { color: var(--primary); }
.dz-domain-url-host {
  font-weight: 800;
  color: var(--primary);
  font-size: 1.05rem;
}
.dz-domain-live {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--success);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.dz-domain-live .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--success);
  animation: dz-domain-pulse 2s ease infinite;
}
@keyframes dz-domain-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.85); }
}
.dz-domain-arrow {
  text-align: center;
  color: var(--primary);
  font-size: 1rem;
  opacity: 0.7;
}
.dz-domain-chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  justify-content: center;
}
.dz-domain-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
}
.dz-domain-chip--violet { background: #f3eeff; color: #5a00ff; border-color: rgba(90, 0, 255, 0.15); }
.dz-domain-chip--navy { background: #eef2ff; color: #312e81; border-color: rgba(49, 46, 129, 0.15); }
.dz-domain-chip--amber { background: #fffbeb; color: #d97706; border-color: rgba(217, 119, 6, 0.15); }

/* ============ ZESPÓŁ (BIZNES) ============ */
.dz-team-sec {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #eefcf6 0%, #fff 42%, #f3eeff 100%);
}
.dz-team-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  pointer-events: none;
  opacity: 0.5;
}
.dz-team-glow--violet {
  width: 280px;
  height: 280px;
  top: -60px;
  right: -40px;
  background: rgba(90, 0, 255, 0.14);
}
.dz-team-glow--mint {
  width: 300px;
  height: 300px;
  bottom: -80px;
  left: -50px;
  background: rgba(16, 185, 129, 0.12);
}
.dz-team-sec > .dz-wrap { position: relative; z-index: 1; }
.dz-team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}
.dz-team-head h2 {
  font-size: clamp(2rem, 5vw, 2.75rem);
  margin-top: 10px;
}
.dz-team-sub {
  margin-top: 16px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 42ch;
}
.dz-team-perks {
  list-style: none;
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.dz-team-perk {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px 10px 10px;
  border-radius: var(--radius-pill);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
  border: 1px solid transparent;
}
.dz-team-perk-ic {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  color: #fff;
}
.dz-team-perk--violet { background: #f3eeff; border-color: rgba(90, 0, 255, 0.12); }
.dz-team-perk--violet .dz-team-perk-ic { background: var(--primary); }
.dz-team-perk--mint { background: #ecfdf5; border-color: rgba(16, 185, 129, 0.2); }
.dz-team-perk--mint .dz-team-perk-ic { background: #10b981; }
.dz-team-perk--navy { background: #eef2ff; border-color: rgba(30, 27, 75, 0.1); }
.dz-team-perk--navy .dz-team-perk-ic { background: var(--brand-navy, #1e1b4b); }
.dz-team-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}
.dz-team-foot-txt {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-muted);
}
.dz-team-visual { display: flex; flex-direction: column; gap: 14px; }
.dz-team-window .dz-window-body { padding: 0; }
.dz-team-mock {
  padding: 18px 20px 20px;
  background: #fafafa;
}
.dz-team-mock-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 10px;
  padding: 6px 10px;
  border-radius: var(--radius-pill);
  background: #eef2ff;
  border: 1px solid rgba(90, 0, 255, 0.1);
}
.dz-team-mock-brand i {
  color: var(--primary);
  font-size: 0.72rem;
}
.dz-team-mock-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  margin: 0 0 12px;
}
.dz-team-pick {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}
.dz-team-member {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 10px 6px;
  border: 2px solid var(--border-light);
  border-radius: var(--radius-lg);
  background: #fff;
  cursor: default;
  text-align: center;
  font: inherit;
}
.dz-team-member img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.dz-team-member-name {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink);
}
.dz-team-member-role {
  font-size: 0.68rem;
  color: var(--text-muted);
  font-weight: 500;
}
.dz-team-member.is-selected {
  border-color: var(--primary);
  background: var(--primary-soft, #f3eeff);
  box-shadow: 0 8px 24px rgba(90, 0, 255, 0.12);
}
.dz-team-member-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: 0.55rem;
  display: grid;
  place-items: center;
}
.dz-team-slot-head {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 10px;
}
.dz-team-slot-head strong { font-size: 0.92rem; }
.dz-team-slot-head span { font-size: 0.78rem; color: var(--text-muted); }
.dz-team-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.dz-team-slot {
  font-size: 0.78rem;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-light);
  background: #fff;
  color: var(--ink);
}
.dz-team-slot.is-on {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.dz-team-book-btn {
  width: 100%;
  padding: 12px 16px;
  border: none;
  border-radius: var(--radius-lg);
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: default;
}
.dz-team-dash-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
}
.dz-team-dash-ic {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff;
  font-size: 0.95rem;
}
.dz-team-dash-note strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 4px;
}
.dz-team-dash-note p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--text-muted);
}

@media (min-width: 900px) {
  .dz-team-grid {
    grid-template-columns: 1fr 1.05fr;
    gap: 48px;
  }
}

@media (max-width: 767px) {
  .dz-team-sec.dz-section { padding: 44px 0; }
  .dz-team-pick { gap: 6px; }
  .dz-team-member img { width: 40px; height: 40px; }
  .dz-team-foot { flex-direction: column; align-items: flex-start; }
  .dz-team-cta { width: 100%; justify-content: center; }
}

/* Mobile — zwarty układ */
@media (max-width: 767px) {
  .dz-domain-sec.dz-section { padding: 44px 0; }
  .dz-domain-glow { opacity: 0.35; transform: scale(0.75); }
  .dz-domain-grid { gap: 18px; }
  .dz-domain-head h2 {
    font-size: 2.35rem;
    margin-top: 6px;
    line-height: 1.05;
  }
  .dz-domain-sub {
    font-size: 1.55rem;
    margin-top: 12px;
    line-height: 1.45;
    max-width: none;
  }
  .dz-domain-callout { display: none; }
  .dz-domain-perks {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }
  .dz-domain-perk {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    padding: 8px 4px;
    border-radius: 12px;
    font-size: 0.65rem;
    line-height: 1.2;
    text-align: center;
  }
  .dz-domain-perk-ic {
    width: 26px;
    height: 26px;
    font-size: 0.68rem;
  }
  .dz-domain-perk span:last-child {
    display: block;
    margin: 0 auto;
  }
  .dz-domain-foot {
    margin-top: 16px;
    gap: 8px;
    flex-direction: row;
    align-items: center;
  }
  .dz-domain-foot-txt { font-size: 0.8rem; }
  .dz-domain-cta {
    width: auto;
    flex: 1;
    min-width: 0;
    padding: 10px 14px;
    font-size: 0.86rem;
    justify-content: center;
  }
  .dz-domain-visual {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .dz-domain-compare { gap: 6px; }
  .dz-domain-card {
    padding: 10px 12px;
    border-radius: var(--radius-lg);
  }
  .dz-domain-card-label {
    margin-bottom: 6px;
    font-size: 0.65rem;
  }
  .dz-domain-url {
    padding: 9px 11px;
    font-size: 0.8rem;
    margin-bottom: 0;
    gap: 8px;
  }
  .dz-domain-url span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
  }
  .dz-domain-url-host { font-size: 0.92rem; }
  .dz-domain-arrow {
    font-size: 0.85rem;
    line-height: 1;
    padding: 0;
  }
  .dz-domain-live {
    font-size: 0.65rem;
    flex-shrink: 0;
  }
  .dz-domain-live .dot { width: 6px; height: 6px; }
  .dz-domain-rest .dz-domain-perks { margin-top: 12px; }
}

@media (min-width: 640px) {
  .dz-domain-sub-br { display: block; }
  .dz-domain-sub { max-width: none; }
}

@media (min-width: 900px) {
  .dz-domain-grid {
    grid-template-columns: 1.05fr 0.95fr;
    grid-template-areas:
      "head visual"
      "rest visual";
    gap: 20px 56px;
    align-items: center;
  }
  .dz-domain-visual { align-self: center; }
  .dz-domain-arrow i { transform: rotate(-90deg); }
  .dz-domain-cta { margin-left: 0; }
}

/* ========== PŁATNOŚCI / ZAUFANIE ========== */
.dz-trust-strip {
  padding: 56px 0;
  overflow: hidden;
}
.dz-trust-inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  text-align: center;
}
.dz-trust-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.dz-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink);
  box-shadow: var(--shadow-xs);
  transition: transform 0.25s var(--ease), box-shadow 0.25s;
}
.dz-trust-pill:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: var(--shadow-md);
}
.dz-trust-pill i {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}
.dz-trust-pill i.tp-blik { background: #000; color: #fff; }
.dz-trust-pill i.tp-card { background: var(--primary-soft); color: var(--primary); }
.dz-trust-pill i.tp-apple { background: #f4f4f5; color: #111; }
.dz-trust-pill i.tp-google { background: #e8f5e9; color: #2e7d32; }

/* ========== FAQ ========== */
.dz-faq-section {
  background: var(--bg-subtle);
}
.dz-faq-list {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 760px;
}
.dz-faq-item {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.dz-faq-item.is-open {
  border-color: var(--primary-soft);
  box-shadow: var(--shadow-sm);
}
.dz-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  color: var(--ink);
  cursor: pointer;
}
.dz-faq-q i {
  flex-shrink: 0;
  color: var(--primary);
  transition: transform 0.3s var(--ease);
}
.dz-faq-item.is-open .dz-faq-q i { transform: rotate(180deg); }
.dz-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--ease-out);
}
.dz-faq-a-inner {
  padding: 0 20px 18px;
  font-size: 0.94rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ========== BRANŻE — kafelki ========== */
.dz-cats {
  padding-bottom: 24px;
}
.dz-cats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 32px;
}
.dz-cat {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s var(--ease), border-color 0.25s, box-shadow 0.25s;
}
.dz-cat:hover {
  transform: translateY(-3px);
  border-color: var(--primary);
  box-shadow: 0 12px 28px -12px rgba(79, 70, 229, 0.25);
}
.dz-cat-ic {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.dz-cat strong { font-size: 0.92rem; display: block; }
.dz-cat span { font-size: 0.78rem; color: var(--text-muted); }

@media (min-width: 768px) {
  .dz-stats-grid { grid-template-columns: repeat(4, 1fr); }
  .dz-steps-grid { grid-template-columns: repeat(3, 1fr); }
  .dz-step { grid-template-columns: 1fr; text-align: center; }
  .dz-step-num { margin: 0 auto 4px; }
  .dz-step:hover { transform: translateY(-4px); }
  .dz-cats-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 600px) {
  .dz-stats {
    padding: 28px 0 36px;
  }
  .dz-stat {
    padding: 16px 14px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
            mask-image: radial-gradient(white, black);
  }
  .dz-stat::after {
    left: 0;
    right: 0;
    border-top-left-radius: var(--radius-xl);
    border-top-right-radius: var(--radius-xl);
  }
  .dz-stat-num {
    font-size: 1.65rem;
  }
}

@media (min-width: 992px) {
  .dz-stats {
    padding-top: 40px;
    margin-top: -8px;
  }
}

/* ========== HERO — stage create link ========== */
.dz-stage-create-link {
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--primary);
  text-decoration-thickness: 1.5px;
  transition: opacity 0.2s;
  white-space: nowrap;
}
.dz-stage-create-link:hover { opacity: 0.7; }

/* ========== PAGE BUILDER — phone showcase ========== */
.dz-builder-sec {
  background: var(--bg-subtle);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.dz-builder-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.72fr);
  gap: 40px 48px;
  align-items: center;
}

.dz-builder-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.dz-builder-copy {
  max-width: none;
}

.dz-builder-copy h2 {
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  margin-top: 12px;
}

.dz-builder-copy p {
  font-size: 0.88rem;
  margin-top: 12px;
  line-height: 1.58;
  max-width: 520px;
}

/* Module chips */
.dz-builder-modules {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 520px;
}

.dz-bmod-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  padding: 7px 12px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border);
  background: #fff;
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--text-muted);
  white-space: nowrap;
}

.dz-bmod-chip i {
  font-size: 0.68rem;
  opacity: 0.7;
}

.dz-bmod-chip.is-on {
  border-color: rgba(90, 0, 255, 0.18);
  background: rgba(90, 0, 255, 0.06);
  color: var(--primary);
}

.dz-bmod-chip.is-on i {
  opacity: 1;
  color: var(--primary);
}

/* URL bar */
.dz-builder-url-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  font-size: 0.82rem;
  color: var(--text-muted);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.dz-builder-url-bar i {
  color: var(--primary);
  font-size: 0.78rem;
  flex-shrink: 0;
}

.dz-builder-url-bar strong {
  color: var(--ink);
  font-weight: 700;
}

.dz-builder-url-live {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #059669;
  white-space: nowrap;
}

.dz-builder-url-live .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2);
  animation: dzPulseDot 2s ease-in-out infinite;
}

@keyframes dzPulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.65; transform: scale(0.88); }
}

/* Activity feed */
.dz-builder-feed {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.dz-builder-feed-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  margin-bottom: 2px;
  border-bottom: 1px solid var(--border-light);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
}

.dz-builder-feed-head > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  animation: dzPulseDot 2s ease-in-out infinite;
}

.dz-builder-feed-head time {
  font-size: 0.68rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: var(--text-light);
}

.dz-bnotify {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 10px 11px;
  border-radius: var(--radius-md);
  background: var(--bg-subtle);
  border: 1px solid transparent;
  transition: background 0.2s, border-color 0.2s;
}

.dz-bnotify:hover {
  background: #fff;
  border-color: var(--border-light);
}

.dz-bnotify-ic {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 0.82rem;
  flex-shrink: 0;
}

.dz-bnotify-ic--violet { background: #ede9fe; color: #7c3aed; }
.dz-bnotify-ic--emerald { background: #d1fae5; color: #059669; }
.dz-bnotify-ic--amber { background: #fef3c7; color: #d97706; }
.dz-bnotify-ic--blue { background: #dbeafe; color: #2563eb; }

.dz-bnotify-body {
  min-width: 0;
}

.dz-bnotify-body strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
  margin-bottom: 2px;
}

.dz-bnotify-body span {
  display: block;
  font-size: 0.7rem;
  color: var(--text-muted);
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dz-bnotify-time {
  font-size: 0.66rem;
  font-weight: 600;
  color: var(--text-light);
  white-space: nowrap;
}

/* Mini stats */
.dz-builder-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dz-builder-stats li {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.dz-builder-stats strong {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--ink);
  margin-right: 4px;
}

.dz-phone-showcase {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: end;
  width: 100%;
  max-width: 290px;
  margin-top: 0;
  padding: 0;
}

.dz-phone-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(320px, 100%);
  height: min(480px, 90%);
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at center, rgba(196, 168, 138, 0.22) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.dz-phone-device {
  position: relative;
  z-index: 1;
  width: min(280px, 100%);
  padding: 10px 9px 14px;
  background: linear-gradient(165deg, #2a2a2e 0%, #0f0f12 48%, #050506 100%);
  border-radius: 40px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 28px 56px -16px rgba(15, 10, 5, 0.38),
    0 12px 24px -6px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.dz-phone-island {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 28%;
  min-width: 72px;
  max-width: 96px;
  height: 22px;
  background: #000;
  border-radius: 20px;
  z-index: 4;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.dz-phone-screen {
  --dz-inner-r: 32px;
  position: relative;
  border-radius: var(--dz-inner-r);
  overflow: hidden;
  clip-path: inset(0 round var(--dz-inner-r));
  background: linear-gradient(180deg, #f3e4d4 0%, #e8d2b8 42%, #dfc4a8 100%);
  aspect-ratio: 9 / 19.2;
  min-height: 460px;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dz-phone-home {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 34%;
  max-width: 100px;
  height: 4px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.28);
  z-index: 4;
}

.dz-phone-caption {
  margin-top: 14px;
  font-size: 0.72rem;
  color: var(--text-muted);
  letter-spacing: 0.01em;
  text-align: center;
}

/* Link page inside phone */
.dz-lp {
  position: relative;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  border-radius: var(--dz-inner-r, 32px);
  font-family: var(--font-family);
}

.dz-lp-bg {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(ellipse 110% 70% at 50% -8%, rgba(255, 248, 240, 0.45) 0%, transparent 58%),
    linear-gradient(180deg, #f3e4d4 0%, #e8d2b8 42%, #dfc4a8 100%);
  z-index: 0;
}

.dz-lp-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  padding: 0 12px 12px;
  overflow: hidden;
}

.dz-lp-identity {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
  text-align: center;
  padding: 6px 4px 10px;
  margin-top: -18px;
}

.dz-lp-name {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 1.42rem;
  font-weight: 400;
  color: #1f1812;
  letter-spacing: -0.01em;
  line-height: 1.12;
  margin: 0 0 5px;
}

.dz-lp-bio {
  margin: 0 auto 9px;
  max-width: 100%;
  font-size: 0.6rem;
  line-height: 1.42;
  font-weight: 500;
  color: rgba(45, 38, 30, 0.78);
}

.dz-lp-socials {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 0;
}

.dz-lp-socials span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: rgba(90, 75, 60, 0.72);
  font-size: 0.68rem;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.45) inset;
}

.dz-lp-hero {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 -12px;
  padding: 0;
  min-height: 0;
  max-height: 44%;
  overflow: hidden;
  border-top-left-radius: var(--dz-inner-r, 32px);
  border-top-right-radius: var(--dz-inner-r, 32px);
  background: linear-gradient(180deg, #f3e4d4 0%, #e8d2b8 100%);
}

.dz-lp-halo {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateX(-50%);
  width: 78%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, transparent 58%, rgba(255, 255, 255, 0.22) 59%, transparent 60%),
    repeating-radial-gradient(circle at center, transparent 0 3px, rgba(255, 255, 255, 0.14) 3px 4px);
  opacity: 0.55;
  pointer-events: none;
}

.dz-lp-portrait {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  object-position: center top;
  margin: 0;
  filter: drop-shadow(0 8px 24px rgba(80, 50, 20, 0.12));
  -webkit-mask-image: linear-gradient(to bottom, #000 68%, transparent 100%);
          mask-image: linear-gradient(to bottom, #000 68%, transparent 100%);
  pointer-events: none;
  user-select: none;
}

.dz-lp-cards {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 auto;
  min-height: 0;
  margin-top: auto;
  padding-top: 4px;
}

.dz-lp-card {
  background: rgba(252, 248, 242, 0.96);
  border-radius: 16px;
  padding: 10px 10px 9px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 8px 28px rgba(80, 55, 30, 0.1);
}

.dz-lp-card-top {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 9px;
  align-items: start;
  margin-bottom: 9px;
}

.dz-lp-thumb {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-color: #ddd;
  flex-shrink: 0;
}

.dz-lp-thumb--grad {
  background-image: linear-gradient(135deg, #6366f1 0%, #ec4899 45%, #f59e0b 100%);
}

.dz-lp-card-body {
  min-width: 0;
}

.dz-lp-card-title {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: #111;
  line-height: 1.25;
  margin-bottom: 3px;
}

.dz-lp-card-desc {
  font-size: 0.6rem;
  line-height: 1.4;
  color: rgba(60, 55, 50, 0.62);
  margin: 0 0 8px;
}

.dz-lp-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.dz-lp-price {
  font-size: 0.72rem;
  color: rgba(60, 55, 50, 0.55);
}

.dz-lp-price strong {
  font-size: 0.88rem;
  font-weight: 800;
  color: #111;
  margin-right: 6px;
}

.dz-lp-price s {
  text-decoration: line-through;
  opacity: 0.75;
}

.dz-lp-rating {
  font-size: 0.72rem;
  font-weight: 700;
  color: #111;
  white-space: nowrap;
}

.dz-lp-rating i {
  font-size: 0.62rem;
  color: #111;
  margin-right: 2px;
}

.dz-lp-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 9px 12px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(180deg, #2a2858 0%, #181648 100%);
  color: #fff;
  font-family: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: default;
  box-shadow: 0 4px 14px rgba(24, 22, 72, 0.28);
}

.dz-lp-cta i {
  font-size: 0.72rem;
  opacity: 0.9;
}

@media (min-width: 960px) {
  .dz-phone-device {
    width: 280px;
    transform: translateY(0);
    transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  .dz-builder-layout:hover .dz-phone-device {
    transform: translateY(-4px);
  }
}

/* Value trio */
.dz-builder-trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
}
.dz-btrio {
  text-align: center;
  padding: 28px 20px;
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
}
.dz-btrio-num {
  font-size: 2.2rem; font-weight: 800; letter-spacing: -0.04em;
  background: var(--gradient-brand);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}
.dz-btrio h4 { font-size: 0.96rem; font-weight: 700; margin-bottom: 7px; }
.dz-btrio p  { font-size: 0.84rem; color: var(--text-muted); line-height: 1.55; }

/* ========== DASHBOARD PREVIEW ========== */
.dz-dash-sec {
  background: var(--bg-main);
  position: relative;
  z-index: 1;
}
.dz-dash-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.dz-dash-copy.dz-head { max-width: 100%; }
.dz-dash-lead {
  margin-top: 10px;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.5;
  max-width: 28ch;
}
.dz-dash-cta-btn {
  display: inline-flex;
  margin-top: 18px;
}

/* Kolorowa lista funkcji panelu */
.dz-dash-features {
  list-style: none;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dz-dash-feat {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 0.93rem;
  line-height: 1.45;
  color: var(--text-strong);
}
.dz-dash-feat-ic {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  flex-shrink: 0;
  margin-top: 1px;
}
.dz-dash-feat--lavender .dz-dash-feat-ic {
  background: linear-gradient(145deg, #ede4ff, rgba(180, 147, 255, 0.4));
  color: #5b21b6;
  box-shadow: 0 4px 14px -6px rgba(124, 58, 237, 0.35);
}
.dz-dash-feat--navy .dz-dash-feat-ic {
  background: linear-gradient(145deg, #eef2ff, rgba(99, 102, 241, 0.35));
  color: var(--brand-navy);
  box-shadow: 0 4px 14px -6px rgba(67, 56, 202, 0.3);
}
.dz-dash-feat--gold .dz-dash-feat-ic {
  background: linear-gradient(145deg, #fff8e1, rgba(254, 229, 132, 0.65));
  color: #a16207;
  box-shadow: 0 4px 14px -6px rgba(217, 119, 6, 0.25);
}
.dz-dash-feat--violet .dz-dash-feat-ic {
  background: linear-gradient(145deg, #f3ebff, rgba(90, 0, 255, 0.12));
  color: var(--primary);
  box-shadow: 0 4px 14px -6px rgba(90, 0, 255, 0.28);
}
.dz-dash-feat--blend .dz-dash-feat-ic {
  background: linear-gradient(145deg, #e0f2fe, rgba(56, 189, 248, 0.35));
  color: #0369a1;
  box-shadow: 0 4px 14px -6px rgba(14, 165, 233, 0.28);
}

/* Plany subskrypcji — wyraźny callout */
.dz-dash-plans {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 12px 14px;
  border-radius: var(--radius-md);
  text-decoration: none;
  color: inherit;
  background: linear-gradient(135deg, rgba(180, 147, 255, 0.22) 0%, rgba(254, 229, 132, 0.28) 100%);
  border: 1.5px solid rgba(90, 0, 255, 0.22);
  box-shadow: 0 8px 24px -12px rgba(90, 0, 255, 0.35);
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
a.dz-dash-plans:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px -14px rgba(90, 0, 255, 0.4);
}
.dz-dash-plans--info {
  cursor: default;
}
.dz-dash-plans-ic {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
  color: var(--primary);
  background: #fff;
  box-shadow: var(--shadow-xs);
}
.dz-dash-plans-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: left;
}
.dz-dash-plans-text strong {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
}
.dz-dash-plans-text small {
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--brand-navy);
  line-height: 1.35;
}
.dz-dash-plans-go {
  flex-shrink: 0;
  font-size: 0.82rem;
  color: var(--primary);
}

.dz-dash-window {
  border-radius: var(--radius-xl);
}
.dz-dash-inner {
  padding: 14px;
  display: flex; flex-direction: column; gap: 12px;
  background: #fff;
}

/* Plan w podglądzie mockupu */
.dz-di-plan {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  background: linear-gradient(90deg, rgba(90, 0, 255, 0.08) 0%, rgba(180, 147, 255, 0.2) 55%, rgba(254, 229, 132, 0.25) 100%);
  border: 1px solid rgba(90, 0, 255, 0.14);
}
.dz-di-plan-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--primary);
}
.dz-di-plan-badge i { font-size: 0.68rem; }
.dz-di-plan-meta {
  font-size: 0.64rem;
  font-weight: 600;
  color: var(--brand-navy);
}

/* Mini nawigacja w podglądzie */
.dz-di-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.dz-di-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: var(--radius-pill);
  font-size: 0.66rem;
  font-weight: 600;
  color: var(--text-muted);
  background: var(--bg-subtle);
  border: 1px solid var(--border-light);
}
.dz-di-pill i { font-size: 0.62rem; opacity: 0.85; }
.dz-di-pill--on {
  color: var(--primary);
  background: var(--primary-soft);
  border-color: rgba(90, 0, 255, 0.15);
}

/* Stats row */
.dz-di-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.dz-di-stats--quad {
  grid-template-columns: repeat(2, 1fr);
}
.dz-dis {
  display: flex; align-items: center; gap: 8px;
  padding: 10px;
  background: var(--bg-subtle);
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-light);
}
.dz-dis-ic {
  width: 30px; height: 30px;
  border-radius: 8px;
  background: var(--primary-soft);
  color: var(--primary);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; flex-shrink: 0;
}
.dz-dis-ic--lavender {
  background: linear-gradient(145deg, #ede4ff, rgba(180, 147, 255, 0.35));
  color: #5b21b6;
}
.dz-dis-ic--navy {
  background: linear-gradient(145deg, #eef2ff, rgba(99, 102, 241, 0.35));
  color: var(--brand-navy);
}
.dz-dis-ic--gold {
  background: linear-gradient(145deg, #fff8e1, rgba(254, 229, 132, 0.55));
  color: #a16207;
}
.dz-dis-ic--violet {
  background: linear-gradient(145deg, #f3ebff, rgba(124, 58, 237, 0.2));
  color: var(--brand-purple);
}
.dz-dis strong { display: block; font-size: 0.82rem; font-weight: 700; line-height: 1.2; }
.dz-dis span   { font-size: 0.62rem; color: var(--text-muted); }

/* Chart */
.dz-di-chart {
  background: var(--bg-subtle);
  border-radius: var(--radius-sm);
  padding: 12px;
}
.dz-di-chart-head {
  display: flex; justify-content: space-between; align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 0.76rem; font-weight: 600;
}
.dz-di-chart-label { min-width: 0; }
.dz-trend-up {
  font-size: 0.7rem; font-weight: 700;
  padding: 2px 8px;
  border-radius: var(--radius-pill);
  background: #d1fae5; color: #059669;
}
.dz-di-bars {
  display: flex; align-items: flex-end; gap: 5px;
  height: 64px;
}
.dz-di-bar-wrap {
  flex: 1;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  height: 100%; justify-content: flex-end;
}
.dz-di-bar {
  width: 100%;
  background: var(--border);
  border-radius: 3px 3px 0 0;
}
.dz-di-bar--cur {
  background: linear-gradient(180deg, var(--brand-purple), var(--brand-navy));
}
.dz-di-bar-wrap span { font-size: 0.6rem; color: var(--text-muted); }

/* Bookings */
.dz-di-bookings {
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: #fff;
}
.dz-di-bk-head {
  padding: 9px 12px;
  border-bottom: 1px solid var(--border-light);
  font-size: 0.76rem; font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.dz-di-bk {
  display: flex; align-items: center; gap: 9px;
  padding: 8px 12px;
  border-bottom: 1px solid var(--border-light);
}
.dz-di-bk:last-child { border-bottom: none; }
.dz-di-bk-av {
  width: 30px; height: 30px;
  border-radius: 50%;
  background-size: cover; background-position: center;
  background-color: var(--bg-muted);
  flex-shrink: 0;
}
.dz-di-bk-av--sub {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #fff8e1, rgba(254, 229, 132, 0.55));
  color: #a16207;
  font-size: 0.72rem;
}
.dz-di-bk--sub {
  background: linear-gradient(90deg, rgba(254, 229, 132, 0.12), transparent);
}
.dz-di-bk-info { flex: 1; min-width: 0; }
.dz-di-bk-info strong {
  display: block; font-size: 0.78rem; font-weight: 600;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.dz-di-bk-info span { font-size: 0.68rem; color: var(--text-muted); }
.dz-di-bk-status {
  font-size: 0.66rem; font-weight: 700;
  padding: 3px 8px;
  border-radius: var(--radius-pill);
  white-space: nowrap; flex-shrink: 0;
}
.dz-bk-paid    { background: #d1fae5; color: #059669; }
.dz-bk-pending { background: #fef3c7; color: #d97706; }
.dz-bk-active  { background: var(--primary-soft); color: var(--primary); }

/* ========== RESPONSIVE — builder & dashboard ========== */
@media (max-width: 900px) {
  .dz-dash-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .dz-dash-window {
    max-width: none;
    width: 100%;
    margin-inline: auto;
  }
  .dz-dash-copy {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .dz-dash-copy .dz-eyebrow::before { display: none; }
  .dz-dash-copy .dz-eyebrow { justify-content: center; }
  .dz-dash-lead { max-width: none; margin-inline: auto; }
  .dz-dash-features,
  .dz-dash-plans {
    width: 100%;
    max-width: 400px;
  }
  .dz-dash-feat { text-align: left; }
  .dz-di-plan { display: none; }
  .dz-dash-cta-btn {
    width: 100%;
    max-width: none;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 32px;
    padding: 16px 24px;
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .dz-dash-sec.dz-section { padding: 48px 0 56px; }
  .dz-dash-layout { gap: 22px; }
  .dz-dash-copy h2 { font-size: clamp(1.55rem, 6.5vw, 1.85rem); }
  .dz-dash-lead { font-size: 0.9rem; }
  .dz-dash-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 10px;
    margin-top: 16px;
  }
  .dz-dash-feat {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    font-size: 0.8rem;
    line-height: 1.3;
  }
  .dz-dash-feat-ic {
    width: 34px;
    height: 34px;
    margin-top: 0;
    font-size: 0.82rem;
  }
  .dz-dash-plans {
    margin-top: 14px;
    padding: 11px 12px;
    gap: 10px;
  }
  .dz-dash-plans-text strong { font-size: 0.88rem; }
  .dz-dash-plans-text small { font-size: 0.7rem; }
  .dz-dash-cta-btn {
    margin-top: 26px;
    margin-bottom: 36px;
    padding: 17px 24px;
    min-height: 54px;
  }
  .dz-dash-inner { padding: 12px; gap: 10px; }
  .dz-di-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 2px;
  }
  .dz-di-pills::-webkit-scrollbar { display: none; }
  .dz-di-pill { flex-shrink: 0; }
  .dz-di-stats--quad { gap: 6px; }
  .dz-dis { padding: 8px; gap: 6px; }
  .dz-dis-ic { width: 26px; height: 26px; font-size: 0.7rem; }
  .dz-dis strong { font-size: 0.76rem; }
  .dz-dis span { font-size: 0.58rem; line-height: 1.25; }
  .dz-di-chart { padding: 10px; }
  .dz-di-chart-head { font-size: 0.7rem; }
  .dz-di-bars { height: 52px; gap: 4px; }
  .dz-di-bk-head { font-size: 0.68rem; padding: 8px 10px; }
  .dz-di-bk { padding: 7px 10px; gap: 8px; }
  .dz-di-bk-av { width: 28px; height: 28px; }
  .dz-di-bk-info strong { font-size: 0.74rem; }
  .dz-di-bk-info span { font-size: 0.62rem; }
  .dz-di-bk-status { font-size: 0.6rem; padding: 2px 6px; }
  .dz-di-bk--compact { display: none; }
}

@media (max-width: 380px) {
  .dz-dash-features { grid-template-columns: 1fr; }
  .dz-dash-feat {
    flex-direction: row;
    text-align: left;
    align-items: center;
  }
}

@media (max-width: 900px) {
  .dz-builder-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .dz-builder-left {
    text-align: center;
    align-items: center;
  }

  .dz-builder-copy p {
    margin-inline: auto;
  }

  .dz-builder-modules {
    justify-content: center;
    max-width: min(520px, 100%);
    margin-inline: auto;
  }

  .dz-builder-url-bar {
    width: 100%;
    max-width: 480px;
  }

  .dz-builder-feed {
    width: 100%;
    max-width: 520px;
  }

  .dz-builder-stats {
    justify-content: center;
  }

  .dz-phone-showcase {
    justify-self: center;
    max-width: none;
    margin-inline: auto;
  }
}

@media (max-width: 768px) {
  .dz-phone-device {
    width: min(260px, 78vw);
    border-radius: 36px;
    padding: 9px 8px 12px;
    --dz-inner-r: 28px;
  }
  .dz-phone-screen {
    --dz-inner-r: 28px;
    min-height: 420px;
    isolation: isolate;
    clip-path: inset(0 round 28px);
  }
  .dz-phone-island { top: 14px; height: 20px; }
  .dz-lp-inner { padding: 0 10px 10px; }
  .dz-lp-hero {
    max-height: 40%;
    margin-inline: -10px;
    overflow: hidden;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
  .dz-builder-modules {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-padding-inline: 12px;
    padding-bottom: 2px;
    mask-image: linear-gradient(90deg, #000 calc(100% - 20px), transparent);
    -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 20px), transparent);
  }

  .dz-builder-modules::-webkit-scrollbar {
    display: none;
  }

  .dz-lp-identity { margin-top: -14px; padding: 5px 2px 8px; }
  .dz-bnotify-body span { white-space: normal; }

  .dz-builder-trio { grid-template-columns: 1fr; }

  .dz-di-stats:not(.dz-di-stats--quad) { grid-template-columns: repeat(3, 1fr); }
  .dz-dis strong { font-size: 0.76rem; }
  .dz-dis span   { font-size: 0.6rem; }
}

@media (max-width: 480px) {
  .dz-phone-device {
    width: min(240px, 82vw);
    --dz-inner-r: 26px;
  }
  .dz-phone-screen {
    --dz-inner-r: 26px;
    min-height: 400px;
    clip-path: inset(0 round 26px);
  }
  .dz-lp-hero {
    max-height: 38%;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
  }
  .dz-lp-name { font-size: 1.22rem; }
  .dz-lp-bio { font-size: 0.56rem; }
  .dz-bmod-chip { font-size: 0.68rem; padding: 6px 10px; }
  .dz-phone-caption { font-size: 0.68rem; padding: 0 12px; }

  .dz-di-stats:not(.dz-di-stats--quad) { grid-template-columns: 1fr 1fr; }
  .dz-di-stats:not(.dz-di-stats--quad) .dz-dis:last-child { grid-column: 1 / -1; }
}

/* ========== PANEL KLIENTA — CZAT I PLIKI (kontynuacja) ========== */
.dz-panel-cont {
  padding-top: 0;
  padding-bottom: 72px;
}
.dz-panel-cont-bridge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: -8px 0 28px;
}
.dz-panel-cont-line {
  flex: 1;
  max-width: 120px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-strong), transparent);
}
.dz-panel-cont-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  white-space: nowrap;
}
.dz-panel-cont-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}
.dz-panel-cont-lead {
  margin-top: 10px;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.55;
  max-width: 34ch;
}
.dz-panel-cont-features {
  margin-top: 20px;
}

/* Mockup — zakładki i czat */
.pnl-comms-body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
}
.pnl-tabs {
  display: flex;
  gap: 6px;
  padding: 4px;
  background: var(--bg-subtle);
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-light);
}
.pnl-tab {
  flex: 1;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 7px 10px;
  border-radius: var(--radius-pill);
  color: var(--text-muted);
}
.pnl-tab--on {
  background: #fff;
  color: var(--primary);
  box-shadow: var(--shadow-xs);
  border: 1px solid var(--border-light);
}
.pnl-chat-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-light);
}
.pnl-chat-head img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.pnl-chat-head-info {
  flex: 1;
  min-width: 0;
}
.pnl-chat-head-info strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
}
.pnl-chat-head-info span {
  font-size: 0.72rem;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.pnl-chat-online {
  font-size: 0.64rem;
  font-weight: 700;
  color: var(--success);
  background: #ecfdf5;
  padding: 4px 9px;
  border-radius: var(--radius-pill);
  flex-shrink: 0;
}
.pnl-chat-thread {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 220px;
  overflow-y: auto;
  padding-right: 2px;
}
.pnl-msg {
  max-width: 88%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pnl-msg p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  padding: 10px 12px;
  border-radius: 14px;
}
.pnl-msg time {
  font-size: 0.62rem;
  color: var(--text-light);
  padding-inline: 4px;
}
.pnl-msg--client {
  align-self: flex-end;
  align-items: flex-end;
}
.pnl-msg--client p {
  background: var(--bg-muted);
  color: var(--text-strong);
  border-bottom-right-radius: 4px;
}
.pnl-msg--pro {
  align-self: flex-start;
  align-items: flex-start;
}
.pnl-msg--pro p {
  background: linear-gradient(135deg, rgba(90, 0, 255, 0.1) 0%, rgba(180, 147, 255, 0.22) 100%);
  color: var(--text-strong);
  border: 1px solid rgba(90, 0, 255, 0.1);
  border-bottom-left-radius: 4px;
}
.pnl-file-bubble {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  border-bottom-left-radius: 4px;
  background: #fff;
  border: 1.5px solid rgba(90, 0, 255, 0.18);
  box-shadow: 0 6px 18px -10px rgba(90, 0, 255, 0.35);
}
.pnl-file-ic {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fef2f2;
  color: #dc2626;
  font-size: 1rem;
  flex-shrink: 0;
}
.pnl-file-meta {
  flex: 1;
  min-width: 0;
}
.pnl-file-meta strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pnl-file-meta span {
  font-size: 0.66rem;
  color: var(--text-muted);
}
.pnl-file-dl,
.pnl-files-dl {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 9px;
  background: var(--primary-soft);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  flex-shrink: 0;
  cursor: default;
}
.pnl-files-block {
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--bg-subtle);
}
.pnl-files-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--border-light);
  background: linear-gradient(90deg, rgba(180, 147, 255, 0.14), rgba(254, 229, 132, 0.12));
}
.pnl-files-head h5 {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--brand-navy);
  display: flex;
  align-items: center;
  gap: 7px;
}
.pnl-files-head h5 i { color: var(--primary); font-size: 0.72rem; }
.pnl-files-count {
  font-size: 0.66rem;
  font-weight: 700;
  color: var(--text-muted);
  background: #fff;
  padding: 3px 8px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-light);
}
.pnl-files-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pnl-files-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-bottom: 1px solid var(--border-light);
  background: #fff;
}
.pnl-files-list li:last-child { border-bottom: none; }
.pnl-files-ic {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.pnl-files-ic--pdf { background: #fef2f2; color: #dc2626; }
.pnl-files-ic--doc { background: #eff6ff; color: #2563eb; }
.pnl-files-ic--zip { background: #fff7ed; color: #ea580c; }
.pnl-files-name {
  flex: 1;
  min-width: 0;
  font-size: 0.76rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pnl-files-size {
  font-size: 0.66rem;
  color: var(--text-muted);
  flex-shrink: 0;
}
.pnl-chat-compose {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border);
  background: var(--bg-subtle);
}
.pnl-chat-compose-fake {
  flex: 1;
  font-size: 0.76rem;
  color: var(--text-light);
}
.pnl-chat-compose-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
}

@media (min-width: 901px) {
  .dz-panel-cont-grid {
    grid-template-columns: 1fr 1fr;
    gap: 56px;
  }
  .dz-panel-cont-window {
    grid-column: 1;
    grid-row: 1;
  }
  .dz-panel-cont-grid .dz-panel-text {
    grid-column: 2;
    grid-row: 1;
  }
  .dz-panel-cont-lead { max-width: none; }
}

@media (max-width: 900px) {
  .dz-panel-cont {
    padding-bottom: 56px;
  }
  .dz-panel-cont-bridge { margin-bottom: 22px; }
  .dz-panel-cont-grid .dz-panel-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .dz-panel-cont-grid .dz-eyebrow::before { display: none; }
  .dz-panel-cont-grid .dz-eyebrow { justify-content: center; }
  .dz-panel-cont-lead { max-width: none; }
  .dz-panel-cont-features {
    width: 100%;
    max-width: 400px;
  }
  .dz-panel-cont-window {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 600px) {
  .dz-panel-cont { padding-bottom: 48px; }
  .dz-panel-cont-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 10px;
  }
  .dz-panel-cont-features .dz-dash-feat {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    font-size: 0.78rem;
  }
  .pnl-comms-body { padding: 12px; gap: 10px; }
  .pnl-chat-thread { max-height: 180px; }
  .pnl-msg p { font-size: 0.76rem; padding: 8px 10px; }
  .pnl-file-bubble { padding: 8px 10px; }
  .pnl-files-list li:nth-child(3) { display: none; }
  .pnl-chat-compose { display: none; }
}

/* ========== ROZLICZENIA PROJEKTÓW + GOTÓWKA (#project-billing) ========== */
.dz-bill-sec { padding-top: 64px; padding-bottom: 72px; }
.dz-bill-sec .dz-head p { max-width: 640px; }

.dz-bill-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 44px;
}

.dz-bill-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 28px 24px 24px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-light);
  overflow: hidden;
}
.dz-bill-card--project {
  background: linear-gradient(165deg, #fffdf6 0%, #fdf3da 100%);
  border-color: #f1e2b8;
}
.dz-bill-card--cash {
  background: linear-gradient(165deg, #f6fdf9 0%, #e2f6eb 100%);
  border-color: #c6e9d6;
}

.dz-bill-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
}
.dz-bill-tag--amber { background: #f6e3ae; color: #8a5b06; }
.dz-bill-tag--mint { background: #cdefdd; color: #076e46; }

.dz-bill-copy h3 {
  font-size: clamp(1.3rem, 3.4vw, 1.6rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.22;
  margin-top: 14px;
  color: var(--ink);
}
.dz-bill-copy > p {
  margin-top: 10px;
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 46ch;
}
.dz-bill-points {
  list-style: none;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.dz-bill-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.87rem;
  font-weight: 500;
  color: var(--ink);
}
.dz-bill-points li i {
  flex-shrink: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.6rem;
  margin-top: 1px;
  background: rgba(10, 10, 11, 0.08);
  color: var(--ink);
}
.dz-bill-card--project .dz-bill-points li i { background: #f2dfa6; color: #7c5304; }
.dz-bill-card--cash .dz-bill-points li i { background: #c4ebd7; color: #076e46; }

/* mockup rozliczenia */
.dz-bill-mock-wrap { position: relative; margin-top: auto; }
.dz-bill-mock {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 22px;
  box-shadow: 0 22px 44px -22px rgba(10, 10, 11, 0.22);
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dz-bill-mock-head {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-light);
}
.dz-bill-mock-ic {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 0.95rem;
  background: var(--primary-soft);
  color: var(--primary);
}
.dz-bill-mock-ic--mint { background: #dcf5e8; color: #0a8654; }
.dz-bill-mock-head > strong {
  flex: 1;
  min-width: 0;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.dz-bill-mock-head > strong small {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--text-muted);
  margin-top: 1px;
}
.dz-bill-status {
  flex-shrink: 0;
  font-size: 0.66rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
}
.dz-bill-status--active { background: #dcfce7; color: #067647; }
.dz-bill-status--cash { background: #fef3c7; color: #b45309; }

.dz-bill-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.85rem;
}
.dz-bill-row span { color: var(--text-muted); font-weight: 500; }
.dz-bill-row strong { font-size: 0.92rem; letter-spacing: -0.01em; }

.dz-bill-add {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 14px;
  background: #fdf6de;
  border: 1px solid #efd996;
}
.dz-bill-add--mint { background: #e9f9f0; border-color: #b9e7cf; }
.dz-bill-add-pill {
  flex-shrink: 0;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: var(--radius-pill);
  background: #e3ac18;
  color: #fff;
}
.dz-bill-add-pill--mint { background: #0a8654; }
.dz-bill-add-name {
  flex: 1;
  min-width: 0;
  font-size: 0.82rem;
  font-weight: 700;
  color: #7c5304;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dz-bill-add--mint .dz-bill-add-name { color: #076e46; }
.dz-bill-add > strong { font-size: 0.88rem; color: #7c5304; flex-shrink: 0; }
.dz-bill-add--mint > strong { color: #076e46; }

.dz-bill-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-top: 4px;
}
.dz-bill-total span { font-size: 0.8rem; font-weight: 600; color: var(--text-muted); }
.dz-bill-total strong {
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--primary);
}
.dz-bill-btn {
  display: block;
  text-align: center;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 12px 16px;
  border-radius: var(--radius-pill);
  background: var(--primary);
  color: #fff;
  letter-spacing: 0.01em;
}

/* naklejka nad mockupem */
.dz-bill-sticker {
  position: absolute;
  top: -16px;
  right: 10px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  padding: 9px 15px;
  border-radius: 15px;
  transform: rotate(4deg);
  box-shadow: 0 14px 26px -12px rgba(10, 10, 11, 0.3);
}
.dz-bill-sticker small {
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.75;
}
.dz-bill-sticker strong {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.dz-bill-sticker--amber { background: #f2c53d; color: #4d3403; }
.dz-bill-sticker--mint { background: #14b877; color: #03301e; }

.dz-bill-foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 28px;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-muted);
}
.dz-bill-foot i { color: var(--success); }

@media (min-width: 901px) {
  .dz-bill-grid {
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    margin-top: 52px;
  }
  .dz-bill-card { padding: 34px 32px 30px; }
  .dz-bill-mock { padding: 20px; gap: 13px; }
  .dz-bill-sticker { right: -6px; }
}

@media (max-width: 600px) {
  .dz-bill-sec { padding-top: 48px; padding-bottom: 56px; }
  .dz-bill-grid { margin-top: 32px; gap: 16px; }
  .dz-bill-card { padding: 22px 16px 16px; gap: 20px; }
  .dz-bill-copy { text-align: center; }
  .dz-bill-copy > p { margin-inline: auto; }
  .dz-bill-points { align-items: flex-start; text-align: left; max-width: 340px; margin-inline: auto; }
  .dz-bill-mock-wrap { margin-top: 4px; }
  .dz-bill-mock { padding: 15px; border-radius: 18px; }
  .dz-bill-sticker { top: -14px; right: 4px; padding: 7px 12px; }
  .dz-bill-sticker strong { font-size: 0.92rem; }
  .dz-bill-add { gap: 8px; padding: 10px 11px; }
  .dz-bill-add-name { white-space: normal; font-size: 0.78rem; line-height: 1.3; }
  .dz-bill-total strong { font-size: 1.45rem; }
  .dz-bill-foot { font-size: 0.8rem; padding-inline: 12px; }
}
