/* =====================================================
   Dashy — strona główna, warstwa "naffy" (2026-07)
   Ładowana PO redesign.css i sections-extra.css.
   Spina całą stronę główną ze stylem sekcji rozliczeń
   i grafik social: żółte chipy, extra-bold nagłówki,
   fioletowe akcenty, białe mockupy na lawendowych
   planszach, ciemne pigułki-stopki.
   Mobile-first.
   ===================================================== */

:root {
  --nf-gold: #ffc93d;
  --nf-gold-ink: #2a1a4e;
  --nf-pill-ink: #17121f;
  --nf-violet: #5a00ff;
  --nf-violet-deep: #2a1067;
  --nf-lav-line: #e9e2fb;
  --nf-lav-1: #f7f4ff;
  --nf-lav-2: #ede6ff;
  --nf-card-shadow: 0 30px 60px -28px rgba(38, 6, 104, 0.26);
}

/* =========================================================
   1. GLOBALNY RETUSZ — cała strona w duchu grafik
   ========================================================= */

/* Eyebrow → żółty chip jak „DLA SPRZEDAWCÓW” */
.dz-eyebrow {
  gap: 7px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--nf-gold);
  color: var(--nf-gold-ink);
  font-weight: 800;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  box-shadow: 0 10px 22px -10px rgba(255, 178, 7, 0.6);
}
.dz-eyebrow::before { display: none; }
.dz-eyebrow--brand { color: var(--nf-gold-ink); }

/* Nagłówki — extra-bold, ciaśniejszy tracking */
.dz-head h2,
.dz-domain-head h2,
.dz-team-head h2,
.dz-builder-copy h2,
.dz-cta-box h2 {
  font-weight: 800;
  letter-spacing: -0.035em;
}

/* Fioletowa fraza w nagłówku (druga linia jak na grafikach) */
.dz-nf-v { color: var(--nf-violet); }

/* Ciemna pigułka-stopka z zieloną kropką */
.dz-nf-pillnote {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 11px;
  width: fit-content;
  max-width: 100%;
  margin: 36px auto 0;
  padding: 15px 28px;
  border-radius: 999px;
  background: var(--nf-pill-ink);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-align: center;
  box-shadow: 0 24px 48px -22px rgba(23, 18, 31, 0.6);
}
.dz-nf-pillnote .dot {
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.16);
}
.dz-nf-minichip {
  flex-shrink: 0;
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--nf-gold);
  color: var(--nf-gold-ink);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* Stopka sekcji rozliczeń — z szarego tekstu na ciemną pigułkę */
.dz-bill-foot {
  width: fit-content;
  max-width: 100%;
  margin: 36px auto 0;
  padding: 15px 28px;
  border-radius: 999px;
  background: var(--nf-pill-ink);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: 0 24px 48px -22px rgba(23, 18, 31, 0.6);
}
.dz-bill-foot i { color: #34d399; }

/* Wspólna plansza pod mockupy — lawendowy gradient */
.dz-nf-canvas {
  position: relative;
  border-radius: var(--radius-2xl);
  border: 1px solid var(--nf-lav-line);
  background:
    radial-gradient(90% 80% at 100% 0%, rgba(122, 61, 255, 0.12) 0%, transparent 55%),
    radial-gradient(80% 70% at 0% 100%, rgba(180, 147, 255, 0.18) 0%, transparent 55%),
    linear-gradient(165deg, var(--nf-lav-1) 0%, var(--nf-lav-2) 100%);
}

/* Okno przeglądarki — miękka wersja */
.dz-nf-browser {
  background: #fff;
  border: 1px solid var(--nf-lav-line);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--nf-card-shadow);
}
.dz-nf-browser-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  background: #f8f6fd;
  border-bottom: 1px solid var(--nf-lav-line);
}
.dz-nf-browser-bar .dots { display: flex; gap: 5px; flex-shrink: 0; }
.dz-nf-browser-bar .dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ded4f6;
}
.dz-nf-browser-url {
  flex: 1;
  min-width: 0;
  text-align: center;
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--text-muted);
  background: #fff;
  border: 1px solid var(--nf-lav-line);
  border-radius: 999px;
  padding: 5px 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Naklejka (sticker) — jak przy rozliczeniach */
.dz-nf-sticker {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  padding: 9px 15px;
  border-radius: 15px;
  box-shadow: 0 14px 26px -12px rgba(10, 10, 11, 0.32);
}
.dz-nf-sticker small {
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.78;
}
.dz-nf-sticker strong {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.dz-nf-sticker--violet {
  background: linear-gradient(135deg, #6d28d9 0%, #8b5cf6 100%);
  color: #fff;
  transform: rotate(-4deg);
}
.dz-nf-sticker--gold {
  background: var(--nf-gold);
  color: #4d3403;
  transform: rotate(4deg);
}
.dz-nf-sticker--mint {
  background: #14b877;
  color: #03301e;
  transform: rotate(3deg);
}

/* =========================================================
   2. SEKCJA — WIADOMOŚCI Z FORMULARZA → SKRZYNKA (#form-inbox)
   ========================================================= */
.dz-nf-inbox {
  padding-top: 72px;
  padding-bottom: 80px;
  background:
    radial-gradient(70% 55% at 85% 8%, rgba(122, 61, 255, 0.07), transparent 55%),
    linear-gradient(180deg, #fff 0%, #faf8ff 100%);
  overflow: hidden;
}
.dz-nf-inbox .dz-head p { max-width: 620px; }

.dz-nf-inbox-stage {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 44px;
}

/* karta formularza */
.dz-nf-form { padding: 18px; }
.dz-nf-form > strong {
  display: block;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 13px;
}
.dz-nf-input {
  display: flex;
  align-items: flex-start;
  margin-top: 9px;
  padding: 12px 14px;
  border-radius: 13px;
  background: #f5f3fa;
  border: 1px solid #ece8f7;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--text-light);
}
.dz-nf-input--area { min-height: 74px; }
.dz-nf-send {
  display: block;
  margin-top: 13px;
  padding: 12px 16px;
  border-radius: 13px;
  background: var(--nf-violet);
  color: #fff;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 700;
  box-shadow: 0 14px 28px -14px rgba(90, 0, 255, 0.65);
}

/* strzałka pomiędzy */
.dz-nf-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: var(--nf-violet);
  font-size: 1.3rem;
}
.dz-nf-arrow i { transform: rotate(90deg); }

/* karta skrzynki */
.dz-nf-inboxcard {
  background: #fff;
  border: 1px solid var(--nf-lav-line);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--nf-card-shadow);
}
.dz-nf-inbox-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  background: var(--nf-violet-deep);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.dz-nf-inbox-head i { font-size: 0.85rem; color: #c4b5fd; }
.dz-nf-inbox-head .dz-nf-minichip { margin-left: auto; }
.dz-nf-msg {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 14px 0;
  padding: 12px 14px;
  border-radius: 15px;
  border: 1px solid transparent;
}
.dz-nf-msg--unread {
  background: #f6f2ff;
  border-color: #e7dcff;
}
.dz-nf-msg-av {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--nf-violet);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
}
.dz-nf-msg-av--muted { background: #e4def4; color: #6f6a85; }
.dz-nf-msg-body { flex: 1; min-width: 0; }
.dz-nf-msg-body strong {
  display: block;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.dz-nf-msg-body span {
  display: block;
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dz-nf-msg-dot {
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--nf-violet);
}
.dz-nf-reply {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px;
  padding: 6px 6px 6px 16px;
  border-radius: 999px;
  background: #f5f3fa;
  border: 1px solid #ece8f7;
}
.dz-nf-reply span {
  flex: 1;
  min-width: 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-strong);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dz-nf-reply b {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--nf-violet);
  color: #fff;
  font-size: 0.8rem;
}

/* dwie karty korzyści pod spodem */
.dz-nf-duo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 26px;
}
.dz-nf-duo > div {
  background: #fff;
  border: 1px solid var(--nf-lav-line);
  border-radius: 20px;
  padding: 20px 22px;
  box-shadow: 0 16px 34px -24px rgba(38, 6, 104, 0.28);
}
.dz-nf-duo strong {
  display: block;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.dz-nf-duo span {
  display: block;
  margin-top: 5px;
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.5;
}

@media (min-width: 861px) {
  .dz-nf-inbox-stage {
    grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1.1fr);
    gap: 0;
    max-width: 980px;
    margin-inline: auto;
  }
  .dz-nf-arrow i { transform: none; }
  .dz-nf-duo {
    grid-template-columns: 1fr 1fr;
    max-width: 980px;
    margin-inline: auto;
    margin-top: 30px;
  }
}

/* =========================================================
   3. SEKCJA — KLIENT ANULUJE? 30/70 (#cancellations)
   ========================================================= */
.dz-nf-cancel {
  position: relative;
  padding-top: 76px;
  padding-bottom: 84px;
  overflow: hidden;
  background:
    radial-gradient(80% 60% at 50% 0%, rgba(122, 61, 255, 0.1), transparent 60%),
    linear-gradient(180deg, #f7f4ff 0%, #f2ecff 100%);
}
.dz-nf-cancel .dz-head p { max-width: 560px; }

.dz-nf-split-card {
  max-width: 860px;
  margin: 42px auto 0;
  background: #fff;
  border: 1px solid var(--nf-lav-line);
  border-radius: 26px;
  padding: 24px 20px;
  box-shadow: var(--nf-card-shadow);
}
.dz-nf-split-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.dz-nf-split-head strong {
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--nf-violet-deep);
}
.dz-nf-split-head span { font-size: 0.82rem; font-weight: 600; color: var(--text-light); }

.dz-nf-bar {
  position: relative;
  display: flex;
  align-items: center;
  height: 58px;
  margin-top: 18px;
  border-radius: 18px;
  background: #f1edf7;
  overflow: hidden;
}
.dz-nf-bar-fill {
  display: flex;
  align-items: center;
  height: 100%;
  width: 30%;
  min-width: 86px;
  padding-left: 18px;
  border-radius: 18px;
  background: linear-gradient(90deg, #6d28d9 0%, #8b5cf6 100%);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow: 0 10px 24px -10px rgba(109, 40, 217, 0.55);
}
.dz-nf-bar-rest {
  margin-left: auto;
  padding-right: 20px;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #6d6486;
}
.dz-nf-legend {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 20px;
}
.dz-nf-legend > div { position: relative; padding-left: 22px; }
.dz-nf-legend > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 11px;
  height: 11px;
  border-radius: 4px;
  background: var(--nf-violet);
}
.dz-nf-legend > div:last-child::before { background: #ddd3f3; }
.dz-nf-legend strong {
  display: block;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.dz-nf-legend span {
  display: block;
  margin-top: 3px;
  font-size: 0.86rem;
  color: var(--text-muted);
}

@media (min-width: 641px) {
  .dz-nf-split-card { padding: 30px 32px 28px; }
  .dz-nf-legend { grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 24px; }
  .dz-nf-legend > div:last-child {
    border-left: 1px solid var(--nf-lav-line);
    padding-left: 42px;
  }
  .dz-nf-legend > div:last-child::before { left: 20px; }
}

/* =========================================================
   4. SEKCJA — FAKTURA ALBO PARAGON (#invoices)
   ========================================================= */
.dz-nf-invoice {
  position: relative;
  padding-top: 80px;
  padding-bottom: 88px;
  overflow: hidden;
  background: #fff;
}
.dz-nf-invoice::before,
.dz-nf-invoice::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle at 30% 30%, rgba(90, 0, 255, 0.16), rgba(90, 0, 255, 0.05) 65%, transparent 75%);
}
.dz-nf-invoice::before { width: 380px; height: 380px; top: -160px; right: -140px; }
.dz-nf-invoice::after { width: 300px; height: 300px; bottom: -140px; left: -120px; }
.dz-nf-invoice > .dz-wrap { position: relative; z-index: 1; }
.dz-nf-invoice .dz-head p { max-width: 600px; }

.dz-nf-inv-stage {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
  max-width: 980px;
  margin: 44px auto 0;
}

/* lewa karta — wybór klienta przy zakupie */
.dz-nf-payer {
  background: #fff;
  border: 1px solid var(--nf-lav-line);
  border-radius: 24px;
  padding: 22px 20px;
  box-shadow: var(--nf-card-shadow);
}
.dz-nf-payer > strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.dz-nf-payer > small {
  display: block;
  margin-top: 3px;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-light);
}
.dz-nf-opt {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 13px;
  padding: 15px 16px;
  border-radius: 17px;
  border: 1.5px solid #eae5f6;
  background: #fff;
}
.dz-nf-opt-radio {
  flex-shrink: 0;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 2px solid #d8d1ea;
  background: #fff;
}
.dz-nf-opt-body { flex: 1; min-width: 0; }
.dz-nf-opt-body strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.dz-nf-opt-body span {
  display: block;
  margin-top: 1px;
  font-size: 0.78rem;
  color: var(--text-muted);
}
.dz-nf-opt--on {
  border-color: var(--nf-violet);
  background: #f8f5ff;
  box-shadow: 0 10px 24px -16px rgba(90, 0, 255, 0.45);
}
.dz-nf-opt--on .dz-nf-opt-radio {
  border-color: var(--nf-violet);
  background: radial-gradient(circle, var(--nf-violet) 0 45%, #fff 50%);
}
.dz-nf-opt-check { flex-shrink: 0; color: var(--nf-violet); font-size: 0.9rem; }
.dz-nf-nip {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 13px;
  padding: 12px 15px;
  border-radius: 14px;
  background: #f5f3fa;
  border: 1px solid #ece8f7;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--text-strong);
}
.dz-nf-nip small {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--text-light);
}

/* prawa karta — faktura */
.dz-nf-inv {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--nf-lav-line);
  border-radius: 24px;
  padding: 22px 20px;
  box-shadow: var(--nf-card-shadow);
}
.dz-nf-inv-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.dz-nf-inv-head strong {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.dz-nf-inv-paid {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #e7f8ef;
  color: #067647;
  font-size: 0.72rem;
  font-weight: 800;
}
.dz-nf-inv-paid::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #12b76a;
}
.dz-nf-inv-num {
  margin-top: 3px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-light);
}
.dz-nf-inv-rows {
  margin-top: 15px;
  padding-block: 6px;
  border-block: 1px solid #efeaf9;
}
.dz-nf-inv-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-block: 8px;
  font-size: 0.88rem;
}
.dz-nf-inv-row span { color: var(--text-muted); font-weight: 500; }
.dz-nf-inv-row strong { font-weight: 700; letter-spacing: -0.01em; }
.dz-nf-inv-row--muted span,
.dz-nf-inv-row--muted strong {
  color: var(--text-light);
  font-weight: 500;
}
.dz-nf-inv-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}
.dz-nf-inv-total span { font-size: 0.9rem; font-weight: 800; }
.dz-nf-inv-total strong {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--nf-violet);
}
.dz-nf-inv-actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.dz-nf-inv-pdf {
  flex: 1;
  padding: 13px 16px;
  border-radius: 14px;
  background: var(--nf-violet);
  color: #fff;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 14px 28px -14px rgba(90, 0, 255, 0.65);
}
.dz-nf-inv-dl {
  flex-shrink: 0;
  width: 47px;
  border-radius: 14px;
  border: 1.5px solid var(--nf-lav-line);
  display: grid;
  place-items: center;
  color: var(--nf-violet);
  font-size: 0.9rem;
  background: #faf8ff;
}

@media (min-width: 861px) {
  .dz-nf-inv-stage { grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: 22px; }
  .dz-nf-payer, .dz-nf-inv { padding: 26px 26px 24px; }
}

/* =========================================================
   5. KREATOR — nowa witryna zamiast telefonu (#page-builder)
   ========================================================= */
@media (min-width: 901px) {
  .dz-builder-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }
}

.dz-nf-site {
  position: relative;
  min-width: 0;
}
.dz-nf-site-canvas {
  position: relative;
  padding: clamp(22px, 4vw, 38px) clamp(14px, 3vw, 30px);
}
.dz-nf-site-canvas .dz-nf-sticker--violet { top: -14px; left: 6px; }
.dz-nf-site-canvas .dz-nf-sticker--gold { bottom: -14px; right: 8px; }

.dz-nf-site-body { padding: 18px 16px 16px; }
.dz-nf-site-hero {
  display: flex;
  align-items: center;
  gap: 14px;
}
.dz-nf-site-hero img {
  flex-shrink: 0;
  width: 66px;
  height: 66px;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 10px 24px -10px rgba(38, 6, 104, 0.4);
}
.dz-nf-site-id { flex: 1; min-width: 0; }
.dz-nf-site-id strong {
  display: block;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.dz-nf-site-id > span {
  display: block;
  margin-top: 2px;
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.4;
}
.dz-nf-site-socials {
  display: flex;
  gap: 6px;
  margin-top: 8px;
}
.dz-nf-site-socials span {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-size: 0.66rem;
  background: #f3effd;
  color: var(--nf-violet);
}
.dz-nf-site-badge {
  align-self: flex-start;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #e7f8ef;
  color: #067647;
  font-size: 0.66rem;
  font-weight: 800;
  white-space: nowrap;
}
.dz-nf-site-cards {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-top: 16px;
}
.dz-nf-scard {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 17px;
  border: 1px solid #eee9fb;
  background: #fdfcff;
}
.dz-nf-scard-thumb {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
}
.dz-nf-scard-body { flex: 1; min-width: 0; }
.dz-nf-scard-body strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dz-nf-scard-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 9px;
  margin-top: 3px;
  font-size: 0.76rem;
}
.dz-nf-scard-meta b,
.dz-nf-scard-meta s,
.dz-nf-scard-meta .star { white-space: nowrap; }
.dz-nf-scard-meta b { font-weight: 800; color: var(--nf-violet); }
.dz-nf-scard-meta s { color: var(--text-light); }
.dz-nf-scard-meta .star { color: #eab308; font-weight: 700; }
.dz-nf-scard-cta {
  flex-shrink: 0;
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--nf-violet);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 10px 20px -10px rgba(90, 0, 255, 0.6);
}
.dz-nf-site-caption {
  margin-top: 26px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-light);
}

@media (max-width: 480px) {
  .dz-nf-site-badge { display: none; }
  .dz-nf-scard-cta { padding: 8px 11px; font-size: 0.7rem; }
}

/* =========================================================
   6. Drobne domknięcia mobile
   ========================================================= */
@media (max-width: 600px) {
  .dz-nf-inbox { padding-top: 56px; padding-bottom: 60px; }
  .dz-nf-cancel { padding-top: 56px; padding-bottom: 64px; }
  .dz-nf-invoice { padding-top: 60px; padding-bottom: 64px; }
  .dz-nf-pillnote,
  .dz-bill-foot {
    font-size: 0.82rem;
    padding: 13px 20px;
    border-radius: 24px;
  }
  .dz-nf-bar { height: 50px; }
  .dz-nf-bar-fill { font-size: 1rem; padding-left: 14px; min-width: 74px; }
  .dz-nf-bar-rest { font-size: 1rem; padding-right: 14px; }
  .dz-nf-inv-total strong { font-size: 1.4rem; }
  .dz-nf-sticker { padding: 7px 12px; }
  .dz-nf-sticker strong { font-size: 0.9rem; }
}

/* =========================================================
   7. HERO — mobilne pierwsze wejście w stylu naffy
   ========================================================= */
@media (max-width: 600px) {
  .dz-hero-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 8px 16px;
    border-radius: 999px;
    background: var(--nf-gold);
    color: var(--nf-gold-ink);
    font-weight: 800;
    font-size: 0.66rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 18px;
    box-shadow: 0 10px 22px -10px rgba(255, 178, 7, 0.6);
  }
  .dz-hero h1 { font-weight: 800; letter-spacing: -0.045em; }
  .dz-hero-lead--mob { font-weight: 500; }
  .dz-hero-chip {
    border-radius: 18px;
    border-color: var(--nf-lav-line);
    box-shadow: 0 16px 34px -22px rgba(38, 6, 104, 0.4);
    font-weight: 700;
  }
  .dz-hero-chip i { border-radius: 12px; }
  .dz-hero-chip:nth-child(2) i { color: #8a5b06; background: #ffedb8; }
  .dz-hero-footnote {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: fit-content;
    margin: 14px auto 0;
    padding: 11px 20px;
    border-radius: 999px;
    background: var(--nf-pill-ink);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    box-shadow: 0 18px 36px -18px rgba(23, 18, 31, 0.55);
  }
  .dz-hero-footnote::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.16);
  }
}

/* =========================================================
   9. SLABY SEKCJI — każda sekcja jak osobny „slajd” (Apple feel)
   ========================================================= */
.dz-panel:not(.dz-panel-cont),
.dz-nf-inbox,
.dz-nf-cancel,
.dz-builder-sec,
.dz-domain-sec,
.dz-team-sec,
.dz-steps,
.dz-catalog,
.dz-dual-sec {
  border-radius: clamp(26px, 4.5vw, 52px);
  margin-inline: clamp(8px, 1.6vw, 22px);
  margin-block: clamp(10px, 1.8vw, 26px);
  overflow: hidden;
}
@media (min-width: 992px) {
  .dz-panel { margin-top: clamp(10px, 1.8vw, 26px); }
}
.dz-panel:not(.dz-panel-cont) {
  background:
    radial-gradient(70% 55% at 90% 0%, rgba(122, 61, 255, 0.09), transparent 55%),
    linear-gradient(180deg, #f7f4ff 0%, #f0eaff 100%);
}
.dz-panel-cont { background: #fff; }
.dz-nf-inbox { background:
  radial-gradient(70% 55% at 85% 8%, rgba(122, 61, 255, 0.08), transparent 55%),
  linear-gradient(180deg, #f8f5ff 0%, #efe9ff 100%);
}
.dz-builder-sec {
  border: none;
  background:
    radial-gradient(60% 50% at 100% 100%, rgba(255, 201, 61, 0.14), transparent 55%),
    linear-gradient(180deg, #faf8ff 0%, #f2edff 100%);
}
.dz-domain-sec { background: linear-gradient(165deg, #fffdf4 0%, #fff3d0 100%); }
.dz-team-sec { background: linear-gradient(165deg, #f4fdf8 0%, #e6f8ef 100%); }
.dz-steps { background: linear-gradient(180deg, #f7f4ff 0%, #eee7ff 100%); }
.dz-catalog { background: #f8f6fd; }

/* =========================================================
   10. KREATOR — lewa kolumna (chipy, url, aktywność, statystyki)
   ========================================================= */
.dz-bmod-chip { font-weight: 700; border-radius: 999px; }
.dz-bmod-chip.is-on {
  background: var(--nf-violet);
  border-color: var(--nf-violet);
  color: #fff;
  box-shadow: 0 12px 24px -12px rgba(90, 0, 255, 0.55);
}
.dz-bmod-chip.is-on i { color: var(--nf-gold); opacity: 1; }

.dz-builder-url-bar {
  background: var(--nf-pill-ink);
  border: none;
  border-radius: 999px;
  padding: 13px 20px;
  color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 20px 40px -20px rgba(23, 18, 31, 0.55);
}
.dz-builder-url-bar i { color: var(--nf-gold); }
.dz-builder-url-bar strong { color: #fff; }

.dz-builder-feed {
  background: #fff;
  border: 1px solid var(--nf-lav-line);
  border-radius: 24px;
  box-shadow: var(--nf-card-shadow);
}
.dz-builder-feed-head > span {
  background: var(--nf-gold);
  color: var(--nf-gold-ink);
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.dz-bnotify {
  background: #faf9fe;
  border: 1px solid #f1ecfb;
  border-radius: 16px;
}
.dz-bnotify-body strong { font-weight: 800; letter-spacing: -0.01em; }

.dz-builder-stats { display: flex; flex-wrap: wrap; gap: 10px; }
.dz-builder-stats li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid var(--nf-lav-line);
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-muted);
  box-shadow: 0 12px 24px -18px rgba(38, 6, 104, 0.35);
}
.dz-builder-stats strong { color: var(--nf-violet); font-weight: 800; }

/* =========================================================
   11. TRIO 5 min / 0 zł / 100% — trzy różne plansze
   ========================================================= */
.dz-btrio {
  text-align: center;
  border-radius: 26px;
  border: 1px solid var(--nf-lav-line);
  background: #fff;
  box-shadow: 0 24px 48px -30px rgba(38, 6, 104, 0.4);
}
.dz-btrio-num {
  font-weight: 800;
  letter-spacing: -0.04em;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: currentColor;
  color: var(--nf-violet);
}
.dz-btrio h4 { font-weight: 800; letter-spacing: -0.02em; }
.dz-btrio:nth-child(2) {
  background: linear-gradient(150deg, #6a17ff 0%, #5a00ff 55%, #4200c2 100%);
  border-color: transparent;
  box-shadow: 0 28px 56px -26px rgba(90, 0, 255, 0.6);
}
.dz-btrio:nth-child(2) .dz-btrio-num { color: var(--nf-gold); }
.dz-btrio:nth-child(2) h4 { color: #fff; }
.dz-btrio:nth-child(2) p { color: rgba(255, 255, 255, 0.78); }
.dz-btrio:nth-child(3) {
  background: var(--nf-pill-ink);
  border-color: transparent;
  box-shadow: 0 28px 56px -26px rgba(23, 18, 31, 0.6);
}
.dz-btrio:nth-child(3) .dz-btrio-num { color: #b493ff; }
.dz-btrio:nth-child(3) h4 { color: #fff; }
.dz-btrio:nth-child(3) p { color: rgba(255, 255, 255, 0.72); }

/* =========================================================
   12. PANEL WYKONAWCY — wnętrze okna panelu
   ========================================================= */
.dz-di-pill { border-radius: 999px; font-weight: 700; }
.dz-di-pill--on {
  background: var(--nf-violet);
  border-color: var(--nf-violet);
  color: #fff;
  box-shadow: 0 10px 20px -10px rgba(90, 0, 255, 0.5);
}
.dz-di-plan {
  background: linear-gradient(90deg, #f4edff 0%, #fff5d6 100%);
  border: 1px solid #eadffc;
  border-radius: 16px;
}
.dz-di-plan-badge { color: var(--nf-violet); font-weight: 800; }
.dz-dis {
  background: #faf9fe;
  border: 1px solid #f1ecfb;
  border-radius: 18px;
}
.dz-dis div strong { font-weight: 800; letter-spacing: -0.02em; }
.dz-di-chart {
  background: #faf9fe;
  border: 1px solid #f1ecfb;
  border-radius: 18px;
}
.dz-di-bar { background: #e9e1fb; border-radius: 8px 8px 3px 3px; }
.dz-di-bar--cur { background: linear-gradient(180deg, #8b5cf6 0%, #5a00ff 100%); }
.dz-trend-up {
  background: #e7f8ef;
  color: #067647;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
}
.dz-di-bk-head {
  width: fit-content;
  background: var(--nf-gold);
  color: var(--nf-gold-ink);
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* =========================================================
   13. JAK DZIAŁA DASHY — karty kroków
   ========================================================= */
.dz-step {
  background: #fff;
  border: 1px solid var(--nf-lav-line);
  border-radius: 24px;
  box-shadow: 0 24px 48px -32px rgba(38, 6, 104, 0.45);
}
.dz-step-num {
  background: linear-gradient(135deg, #6d28d9 0%, #5a00ff 100%);
  color: #fff;
  font-weight: 800;
  border-radius: 15px;
  box-shadow: 0 12px 24px -10px rgba(90, 0, 255, 0.55);
}
.dz-step h3 { font-weight: 800; letter-spacing: -0.02em; }
.dz-step-tag {
  background: #f3effd;
  color: var(--nf-violet);
  font-weight: 700;
  border-radius: 999px;
}

/* =========================================================
   14. DESKTOP — układy lewo/prawo zamiast wyśrodkowania
   ========================================================= */
@media (min-width: 992px) {
  /* Skrzynka: tekst po lewej, mockupy po prawej (pionowo) */
  .dz-nf-inbox .dz-wrap {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 30px 64px;
    align-items: center;
  }
  .dz-nf-inbox .dz-head {
    grid-column: 1;
    grid-row: 1;
    text-align: left;
    margin: 0;
    align-self: end;
  }
  .dz-nf-inbox .dz-head p { margin-inline: 0; }
  .dz-nf-inbox-stage {
    grid-column: 2;
    grid-row: 1 / span 2;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0;
    width: 100%;
    max-width: 540px;
    justify-self: end;
  }
  .dz-nf-inbox-stage .dz-nf-arrow { padding: 8px 0; }
  .dz-nf-inbox-stage .dz-nf-arrow i { transform: rotate(90deg); }
  .dz-nf-duo {
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: 1fr;
    margin: 0;
    max-width: none;
    align-self: start;
  }

  /* Anulacje: karta 30/70 po lewej, tekst + pigułka po prawej */
  .dz-nf-cancel .dz-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 26px 72px;
    align-items: center;
  }
  .dz-nf-split-card {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin: 0;
    max-width: none;
  }
  .dz-nf-cancel .dz-head {
    grid-column: 2;
    grid-row: 1;
    text-align: left;
    margin: 0;
    align-self: end;
  }
  .dz-nf-cancel .dz-head p { margin-inline: 0; }
  .dz-nf-cancel .dz-nf-pillnote {
    grid-column: 2;
    grid-row: 2;
    margin: 6px 0 0;
    justify-self: start;
    align-self: start;
  }
}

/* =========================================================
   15. MOBILE — mniej treści, więcej oddechu
   ========================================================= */
@media (max-width: 600px) {
  /* Rozliczenia: krótsze listy, wyraźny odstęp „projekt” vs „gotówka” */
  .dz-bill-grid { gap: 36px; }
  .dz-bill-points li:nth-child(n+3) { display: none; }
  .dz-bill-copy > p { font-size: 0.9rem; }
  .dz-bill-card--cash .dz-bill-mock > div:nth-child(3) { display: none; }

  /* Panel klienta: lista skrócona do 3 punktów */
  #client-panel .dz-split-list li:nth-child(n+4) { display: none; }

  /* Kreator: maks. 2 powiadomienia w feedzie */
  .dz-builder-feed .dz-bnotify:nth-child(n+4) { display: none; }

  /* Skrzynka: ciaśniejsza sekcja */
  .dz-nf-inbox-stage { margin-top: 32px; }
  .dz-nf-duo span { font-size: 0.84rem; }
}

/* =========================================================
   16. HERO — pełny ekran w fiolecie, telefon ze stroną usera
   ========================================================= */
/* Navbar na home zawsze pełna biel (hero jest fioletowe) */
.navbar,
.navbar.scrolled {
  background: #fff;
}

.nf-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(95% 70% at 100% 0%, rgba(150, 105, 255, 0.5), transparent 55%),
    radial-gradient(80% 65% at 0% 100%, rgba(58, 0, 160, 0.55), transparent 60%),
    linear-gradient(160deg, #6a17ff 0%, #5a00ff 55%, #4b00d9 100%);
  padding: 104px 0 clamp(110px, 15vw, 190px);
}
.nf-hero::before {
  content: "";
  position: absolute;
  right: -140px;
  top: 8%;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 201, 61, 0.2), transparent 65%);
  pointer-events: none;
}
.nf-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: clamp(52px, 8.5vw, 140px);
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.nf-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: center;
}

/* copy */
.nf-hero-kicker {
  display: inline-flex;
  align-items: center;
  padding: 9px 18px;
  border-radius: 999px;
  background: var(--nf-gold);
  color: var(--nf-gold-ink);
  font-weight: 800;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 14px 30px -12px rgba(0, 0, 0, 0.35);
}
.nf-hero h1 {
  margin-top: 24px;
  color: #fff;
  font-weight: 800;
  font-size: clamp(2.5rem, 5.3vw, 4.3rem);
  line-height: 1.07;
  letter-spacing: -0.045em;
}
.nf-hero h1 .serif { font-size: 1.03em; }
.nf-hero-gold { color: var(--nf-gold); }
.nf-hero-lead {
  margin-top: 22px;
  max-width: 500px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.06rem;
  line-height: 1.65;
}
.nf-hero-lead strong { color: #fff; font-weight: 700; }
.nf-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.nf-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 30px;
  border-radius: 999px;
  background: var(--nf-gold);
  color: var(--nf-gold-ink);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: -0.01em;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.4);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.nf-hero-cta:hover { transform: translateY(-2px); box-shadow: 0 26px 48px -14px rgba(0, 0, 0, 0.45); }
.nf-hero-cta i { font-size: 0.85em; }
.nf-hero-ghost {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 16px 26px;
  border-radius: 999px;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  transition: background 0.25s var(--ease), border-color 0.25s var(--ease);
}
.nf-hero-ghost:hover { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.6); }
.nf-hero-trust {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.84rem;
  line-height: 1.5;
}
.nf-hero-trust i { color: #7ef2c0; margin-top: 2px; }

/* wizual: telefon z panelem klienta */
.nf-hero-visual {
  position: relative;
  width: min(430px, 100%);
  margin-inline: auto;
  min-height: 630px;
  display: grid;
  place-items: center;
}
.nf-phone {
  position: relative;
  z-index: 2;
  width: min(288px, 76vw);
  background: #171122;
  border-radius: 46px;
  padding: 10px;
  box-shadow: 0 70px 130px -45px rgba(15, 0, 50, 0.75);
  transform: rotate(2.5deg);
}
.nf-phone-notch {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 92px;
  height: 20px;
  border-radius: 999px;
  background: #171122;
  z-index: 3;
}
.nf-phone-screen {
  position: relative;
  border-radius: 38px;
  overflow: hidden;
  background: #fff;
  aspect-ratio: 9 / 18.6;
  display: flex;
  flex-direction: column;
}
.nf-phone-photo {
  flex: 1;
  min-height: 0;
  background-size: cover;
  background-position: top center;
  position: relative;
}
.nf-phone-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 12, 40, 0.55) 0%, rgba(20, 12, 40, 0.12) 34%, transparent 55%);
}
.nf-phone-id {
  position: absolute;
  top: 52px;
  left: 14px;
  right: 14px;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.nf-phone-id strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 14px rgba(10, 5, 30, 0.45);
}
.nf-phone-socials {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}
.nf-phone-socials span {
  width: 29px;
  height: 29px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  display: grid;
  place-items: center;
  font-size: 0.76rem;
  color: #fff;
}
.nf-phone-sheet {
  position: relative;
  z-index: 2;
  margin-top: -58px;
  padding: 0 11px 13px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.nf-scard {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #efeafc;
  border-radius: 18px;
  padding: 13px 12px;
  box-shadow: 0 18px 36px -18px rgba(20, 5, 60, 0.4);
}
.nf-scard-ic {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 13px;
  background: #f1e9ff;
  color: var(--nf-violet);
  display: grid;
  place-items: center;
  font-size: 0.9rem;
}
.nf-scard-ic--gold { background: #fff1c4; color: #8a5b06; }
.nf-scard-info { flex: 1; min-width: 0; }
.nf-scard-info strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nf-scard-stars {
  display: block;
  margin-top: 1px;
  font-size: 0.58rem;
  letter-spacing: 0.06em;
  color: #f4b400;
  white-space: nowrap;
  overflow: hidden;
}
.nf-scard-stars b {
  margin-left: 3px;
  letter-spacing: 0;
  font-weight: 800;
  color: var(--ink);
}
.nf-scard-info small {
  display: block;
  margin-top: 2px;
  font-size: 0.68rem;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nf-scard-info small b { color: var(--nf-violet); font-weight: 800; }
.nf-scard-info small s { color: var(--text-light); }
.nf-scard-btn {
  flex-shrink: 0;
  padding: 9px 13px;
  border-radius: 999px;
  background: var(--nf-violet);
  color: #fff;
  font-size: 0.64rem;
  font-weight: 800;
  box-shadow: 0 10px 20px -10px rgba(90, 0, 255, 0.6);
}
.nf-phone-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 1px;
  padding: 13px;
  border-radius: 999px;
  background: var(--nf-violet);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  box-shadow: 0 14px 26px -12px rgba(90, 0, 255, 0.6);
}
.nf-phone-cta i { font-size: 0.72em; }

/* orbity (szklane kółka) */
.nf-orbit {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  box-shadow: 0 26px 52px -26px rgba(15, 0, 50, 0.6);
  animation: nfBob 6.5s ease-in-out infinite;
}
.nf-orbit small {
  color: #fff;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.nf-orbit-ic {
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background: #fff;
  color: var(--nf-violet);
  display: grid;
  place-items: center;
  font-size: 0.95rem;
}
.nf-orbit-ic--gold { background: var(--nf-gold); color: #4d3403; }
.nf-orbit-ic--mint { background: #14b877; color: #03301e; }
.nf-orbit small {
  text-align: center;
  line-height: 1.3;
  max-width: 86px;
}
.nf-orbit--cal { top: 4%; left: -46px; }
.nf-orbit--pay { bottom: 20%; left: -50px; animation-delay: 1.6s; }
.nf-orbit--panel { top: 43%; right: -58px; animation-delay: 3.2s; }

/* pływające karty powiadomień */
.nf-float {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 16px;
  padding: 10px 14px;
  box-shadow: 0 28px 56px -22px rgba(15, 0, 50, 0.65);
  animation: nfBob 7.5s ease-in-out infinite;
}
.nf-float-ic {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: #f1e9ff;
  color: var(--nf-violet);
  display: grid;
  place-items: center;
  font-size: 0.85rem;
}
.nf-float-ic--mint { background: #dcf5e8; color: #0a8654; }
.nf-float-txt small {
  display: block;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-light);
}
.nf-float-txt strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.nf-float--booking { top: 4px; right: -6px; animation-delay: 0.8s; }
.nf-float--blik { bottom: 24px; left: -14px; animation-delay: 2.4s; }
.nf-float-review {
  top: 33%;
  right: 4px;
  z-index: 3;
  --nf-rot: 4deg;
  animation: nfBob 6s ease-in-out infinite;
  animation-delay: 4s;
}

@keyframes nfBob {
  0%, 100% { transform: translateY(0) rotate(var(--nf-rot, 0deg)); }
  50% { transform: translateY(-9px) rotate(var(--nf-rot, 0deg)); }
}
@media (prefers-reduced-motion: reduce) {
  .nf-orbit, .nf-float, .nf-float-review { animation: none !important; }
}

/* desktop */
@media (min-width: 992px) {
  .nf-hero { padding-top: 150px; }
  .nf-hero-grid { grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr); gap: 40px; }
  .nf-hero-visual { min-height: 680px; }
}

/* mobile */
@media (max-width: 600px) {
  .nf-hero { padding-top: 96px; padding-bottom: 104px; }
  .nf-hero-kicker { font-size: 0.6rem; padding: 8px 14px; }
  .nf-hero h1 { font-size: clamp(2.25rem, 9.6vw, 2.85rem); }
  .nf-hero-lead { font-size: 0.98rem; }
  .nf-hero-actions { flex-direction: column; margin-top: 28px; }
  .nf-hero-cta, .nf-hero-ghost { width: 100%; justify-content: center; }
  .nf-hero-trust { font-size: 0.78rem; }
  .nf-hero-grid { gap: 44px; }
  .nf-hero-visual { min-height: 0; padding-block: 6px 10px; }
  .nf-phone { width: min(268px, 78vw); }
  .nf-orbit { display: none; }
  .nf-float-review { display: none; }
  .nf-float--booking { top: -12px; right: 0; }
  .nf-float--blik { bottom: -6px; left: 0; }
  .nf-scard { gap: 8px; padding: 12px 10px; }
  .nf-scard-ic { width: 36px; height: 36px; font-size: 0.82rem; }
  .nf-scard-info strong { font-size: 0.78rem; }
  .nf-scard-info small { font-size: 0.64rem; }
  .nf-scard-btn { padding: 8px 11px; font-size: 0.6rem; }
}
