/* ============================================
   XINGKE · ABC-RC · Sales sections (add-on)
   Dodane sekcje sprzedażowe: problem/solution,
   ROI, konfigurator, formularz 6-krokowy, proces
   ============================================ */

/* ========== HERO – UPGRADE (sprzedażowy) ========== */
.hero-sales-band {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 18px;
  background: linear-gradient(90deg, var(--accent, #ff6a00) 0%, #ff8a33 100%);
  color: #fff;
  font-family: var(--font-display, 'Archivo Narrow'), sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 26px;
  box-shadow: 0 10px 28px rgba(255, 106, 0, 0.25);
}
.hero-sales-band .spark {
  font-family: var(--font-mono), monospace;
  background: rgba(255, 255, 255, 0.25);
  padding: 2px 10px;
  border-radius: 2px;
}
.hero-subclaim {
  display: inline-block;
  margin-top: 14px;
  font-family: var(--font-mono), monospace;
  font-size: 14px;
  color: var(--accent, #ff6a00);
  letter-spacing: 0.04em;
  border-left: 3px solid var(--accent, #ff6a00);
  padding-left: 14px;
}

/* ========== SEKCJA: PROBLEM → ROZWIĄZANIE ========== */
.sec-problem {
  background: #f4f3ee;
  color: #18181a;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.sec-problem::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      135deg,
      transparent 0,
      transparent 60px,
      rgba(0,0,0,0.025) 60px,
      rgba(0,0,0,0.025) 61px
    );
  pointer-events: none;
}
.sec-problem .sec-num { color: #c94a00; }
.sec-problem .sec-num::before { background: #c94a00; }
.sec-problem h2.sec-title { color: #18181a; }
.sec-problem h2.sec-title strong { color: #c94a00; }
.sec-problem .sec-lead { color: #3a3a3c; max-width: 720px; }

.ps-grid {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  gap: 0;
  margin-top: 50px;
  background: #fff;
  border: 1px solid #d4d2ca;
  box-shadow: 0 24px 60px rgba(0,0,0,0.06);
}
@media (max-width: 900px) {
  .ps-grid { grid-template-columns: 1fr; }
}
.ps-col {
  padding: 48px 40px;
  position: relative;
}
@media (max-width: 900px) {
  .ps-col { padding: 34px 24px; }
}
.ps-col.problem {
  background: #fff;
}
.ps-col.solution {
  background: #0b0b0d;
  color: #ededea;
}
.ps-divider {
  background: #f4f3ee;
  display: grid;
  place-items: center;
  border-left: 1px solid #d4d2ca;
  border-right: 1px solid #d4d2ca;
  color: #c94a00;
  font-family: var(--font-mono, monospace);
  font-weight: 700;
  font-size: 26px;
}
@media (max-width: 900px) {
  .ps-divider {
    border-left: 0; border-right: 0;
    border-top: 1px solid #d4d2ca; border-bottom: 1px solid #d4d2ca;
    padding: 16px; font-size: 20px;
  }
}
.ps-label {
  font-family: var(--font-mono, monospace);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 500;
}
.ps-col.problem .ps-label { color: #c94a00; }
.ps-col.solution .ps-label { color: #ff8a33; }
.ps-headline {
  font-family: var(--font-display, 'Archivo Narrow'), sans-serif;
  font-weight: 800;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.05;
  margin-bottom: 22px;
  letter-spacing: -0.015em;
}
.ps-col.problem .ps-headline { color: #18181a; }
.ps-col.solution .ps-headline { color: #fff; }
.ps-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}
.ps-list li {
  padding: 12px 0 12px 34px;
  font-size: 15.5px;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.ps-col.solution .ps-list li {
  border-bottom: 1px solid rgba(255,255,255,0.09);
}
.ps-list li:last-child { border-bottom: 0; }
.ps-list li::before {
  position: absolute;
  left: 0; top: 14px;
  width: 22px; height: 22px;
  display: grid; place-items: center;
  font-family: var(--font-mono, monospace);
  font-weight: 700;
  font-size: 13px;
  border-radius: 50%;
}
.ps-col.problem .ps-list li::before {
  content: '✕';
  background: #ffe4d2;
  color: #c94a00;
}
.ps-col.solution .ps-list li::before {
  content: '✓';
  background: var(--accent, #ff6a00);
  color: #0b0b0d;
}
.ps-closing {
  font-family: var(--font-mono, monospace);
  font-size: 13px;
  padding-top: 18px;
  border-top: 2px solid currentColor;
  font-weight: 500;
}
.ps-col.problem .ps-closing { color: #c94a00; }
.ps-col.solution .ps-closing { color: var(--accent, #ff6a00); }

/* ========== SEKCJA: ROI ========== */
.sec-roi {
  background: #0b0b0d;
  color: #ededea;
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}
.sec-roi::before {
  content: '';
  position: absolute;
  top: -150px;
  left: -150px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255,106,0,0.18) 0%, transparent 60%);
  pointer-events: none;
}
.sec-roi::after {
  content: '';
  position: absolute;
  bottom: -150px;
  right: -150px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255,176,0,0.10) 0%, transparent 60%);
  pointer-events: none;
}
.sec-roi .sec-num,
.sec-roi .sec-num::before { color: var(--accent, #ff6a00); background: var(--accent, #ff6a00); }
.sec-roi .sec-num { background: transparent; color: var(--accent, #ff6a00); }
.sec-roi h2.sec-title { color: #fff; }
.sec-roi h2.sec-title strong { color: var(--accent, #ff6a00); }
.sec-roi .sec-lead { color: #b0b0ad; max-width: 760px; }

.roi-numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 60px 0 48px;
}
@media (max-width: 900px) { .roi-numbers { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .roi-numbers { grid-template-columns: 1fr; } }

.roi-card {
  padding: 36px 28px;
  background: linear-gradient(180deg, #14141a 0%, #0b0b0d 100%);
  border: 1px solid #262628;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s, border-color 0.3s;
}
.roi-card:hover {
  transform: translateY(-6px);
  border-color: var(--accent, #ff6a00);
}
.roi-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 60px; height: 4px;
  background: var(--accent, #ff6a00);
}
.roi-icon {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  background: rgba(255,106,0,0.12);
  border: 1px solid rgba(255,106,0,0.35);
  color: var(--accent, #ff6a00);
  font-family: var(--font-display, 'Archivo Narrow'), sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}
.roi-value {
  font-family: var(--font-display, 'Archivo Narrow'), sans-serif;
  font-weight: 800;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.roi-value .unit {
  font-size: 0.5em;
  color: var(--accent, #ff6a00);
  margin-left: 4px;
  letter-spacing: 0;
}
.roi-label {
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  color: #8a8a88;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}
.roi-desc {
  font-size: 14px;
  color: #b0b0ad;
  line-height: 1.55;
}

.roi-closing {
  background: linear-gradient(90deg, var(--accent, #ff6a00) 0%, #ff8a33 100%);
  color: #0b0b0d;
  padding: 32px 40px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}
.roi-closing-text {
  font-family: var(--font-display, 'Archivo Narrow'), sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.2;
  color: #0b0b0d;
  letter-spacing: -0.01em;
  flex: 1;
  min-width: 280px;
}
.roi-closing-text strong { text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 4px; }
.roi-closing .btn {
  background: #0b0b0d !important;
  color: #fff !important;
}
.roi-closing .btn:hover { background: #18181a !important; }

/* ========== SEKCJA: CO ROBIMY ========== */
.sec-services {
  background: #fff;
  color: #18181a;
  padding: 100px 0;
}
.sec-services .sec-title { color: #18181a; }
.sec-services .sec-title strong { color: var(--accent, #ff6a00); }
.sec-services .sec-lead { color: #3a3a3c; }

.svc-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 50px;
  counter-reset: svc;
}
@media (max-width: 1100px) { .svc-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 680px) { .svc-grid { grid-template-columns: 1fr; } }

.svc-step {
  padding: 38px 28px 34px;
  background: #f4f3ee;
  border: 1px solid #d4d2ca;
  border-right: 0;
  position: relative;
  counter-increment: svc;
  transition: background 0.25s;
}
.svc-step:hover { background: #fff; }
.svc-grid .svc-step:last-child { border-right: 1px solid #d4d2ca; }
@media (max-width: 1100px) {
  .svc-step { border-right: 1px solid #d4d2ca; border-bottom: 0; }
  .svc-step:nth-child(3n) { border-right: 1px solid #d4d2ca; }
  .svc-step:nth-last-child(-n+3) { border-bottom: 1px solid #d4d2ca; }
}
.svc-num {
  font-family: var(--font-mono, monospace);
  font-weight: 700;
  font-size: 12px;
  color: var(--accent, #ff6a00);
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}
.svc-num::before { content: counter(svc, decimal-leading-zero) ' · '; }
.svc-icon {
  font-family: var(--font-display, 'Archivo Narrow'), sans-serif;
  font-weight: 800;
  font-size: 42px;
  color: #18181a;
  line-height: 1;
  margin-bottom: 18px;
}
.svc-title {
  font-family: var(--font-display, 'Archivo Narrow'), sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #18181a;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
  line-height: 1.15;
}
.svc-desc {
  font-size: 14.5px;
  color: #3a3a3c;
  line-height: 1.55;
}

/* ========== KONFIGURATOR ========== */
.sec-config {
  background: #f4f3ee;
  color: #18181a;
  padding: 100px 0;
}
.sec-config .sec-title { color: #18181a; }
.sec-config .sec-title strong { color: var(--accent, #ff6a00); }
.sec-config .sec-lead { color: #3a3a3c; }

.config-picker {
  margin-top: 48px;
  background: #fff;
  border: 1px solid #d4d2ca;
  box-shadow: 0 24px 60px rgba(0,0,0,0.06);
  padding: 40px;
}
@media (max-width: 700px) { .config-picker { padding: 28px 20px; } }

.config-picker-label {
  font-family: var(--font-mono, monospace);
  font-weight: 500;
  font-size: 12px;
  color: var(--accent, #ff6a00);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}
.config-picker-q {
  font-family: var(--font-display, 'Archivo Narrow'), sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 3vw, 32px);
  color: #18181a;
  letter-spacing: -0.01em;
  margin-bottom: 30px;
  line-height: 1.15;
}
.config-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}
.config-option {
  padding: 24px 22px;
  background: #f4f3ee;
  border: 2px solid #d4d2ca;
  cursor: pointer;
  transition: all 0.2s;
  text-align: left;
  font-family: inherit;
}
.config-option:hover, .config-option.active {
  border-color: var(--accent, #ff6a00);
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(255,106,0,0.12);
}
.config-option-icon {
  font-family: var(--font-display, 'Archivo Narrow'), sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: var(--accent, #ff6a00);
  margin-bottom: 10px;
  line-height: 1;
}
.config-option-name {
  font-family: var(--font-display, 'Archivo Narrow'), sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #18181a;
  margin-bottom: 6px;
  line-height: 1.15;
}
.config-option-desc {
  font-size: 13px;
  color: #5a5a5c;
  line-height: 1.4;
}

.config-result {
  margin-top: 34px;
  padding: 28px;
  background: linear-gradient(90deg, #0b0b0d 0%, #18181c 100%);
  color: #fff;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}
.config-result.active { display: flex; }
.config-result-text {
  font-family: var(--font-display, 'Archivo Narrow'), sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  flex: 1;
  min-width: 220px;
}
.config-result-text .recs {
  display: block;
  font-family: var(--font-mono, monospace);
  font-weight: 500;
  font-size: 14px;
  color: var(--accent, #ff6a00);
  margin-top: 6px;
  letter-spacing: 0.02em;
}

/* ========== CASE STUDY ========== */
.sec-case {
  background: #0b0b0d;
  color: #ededea;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.sec-case .sec-title { color: #fff; }
.sec-case .sec-title strong { color: var(--accent, #ff6a00); }
.sec-case .sec-lead { color: #b0b0ad; }
.case-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
@media (max-width: 900px) { .case-grid { grid-template-columns: 1fr; } }
.case-card {
  padding: 34px 30px;
  background: #14141a;
  border: 1px solid #262628;
  position: relative;
}
.case-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 60px; height: 4px;
  background: var(--accent, #ff6a00);
}
.case-label {
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent, #ff6a00);
  margin-bottom: 14px;
}
.case-title {
  font-family: var(--font-display, 'Archivo Narrow'), sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #fff;
  margin-bottom: 18px;
  line-height: 1.15;
  letter-spacing: -0.015em;
}
.case-stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin: 20px 0;
  padding: 18px 0;
  border-top: 1px solid #262628;
  border-bottom: 1px solid #262628;
}
.case-stat .num {
  font-family: var(--font-display, 'Archivo Narrow'), sans-serif;
  font-weight: 800;
  font-size: 26px;
  color: var(--accent, #ff6a00);
  line-height: 1;
}
.case-stat .lab {
  font-family: var(--font-mono, monospace);
  font-size: 10px;
  color: #8a8a88;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 4px;
}
.case-desc {
  font-size: 14.5px;
  color: #b0b0ad;
  line-height: 1.6;
}

/* ========== FORMULARZ LEADOWY ========== */
.sec-lead-form {
  background: #f4f3ee;
  color: #18181a;
  padding: 100px 0 120px;
  position: relative;
  overflow: hidden;
}
.sec-lead-form::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(255,106,0,0.08) 0%, transparent 60%);
  pointer-events: none;
}
.sec-lead-form .sec-title { color: #18181a; }
.sec-lead-form .sec-title strong { color: var(--accent, #ff6a00); }
.sec-lead-form .sec-lead { color: #3a3a3c; }

.lead-form {
  margin-top: 50px;
  background: #fff;
  border: 1px solid #d4d2ca;
  box-shadow: 0 24px 80px rgba(0,0,0,0.08);
  overflow: hidden;
}
.lead-progress {
  display: flex;
  background: #0b0b0d;
}
.lead-progress-step {
  flex: 1;
  padding: 14px 10px;
  text-align: center;
  font-family: var(--font-mono, monospace);
  font-weight: 500;
  font-size: 10.5px;
  color: #6a6a68;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-right: 1px solid #262628;
  transition: all 0.3s;
  white-space: nowrap;
}
.lead-progress-step:last-child { border-right: 0; }
.lead-progress-step.active {
  background: var(--accent, #ff6a00);
  color: #0b0b0d;
  font-weight: 700;
}
.lead-progress-step.done {
  color: var(--accent, #ff6a00);
  background: #14141a;
}
.lead-progress-step.done::before { content: '✓ '; }
@media (max-width: 700px) {
  .lead-progress-step { font-size: 9.5px; padding: 10px 4px; letter-spacing: 0.04em; }
}

.lead-steps {
  padding: 50px 44px;
  min-height: 360px;
}
@media (max-width: 700px) { .lead-steps { padding: 32px 22px; } }

.lead-step { display: none; animation: fadeIn 0.35s; }
.lead-step.active { display: block; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.lead-step-label {
  font-family: var(--font-mono, monospace);
  font-weight: 500;
  font-size: 11px;
  color: var(--accent, #ff6a00);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.lead-step-q {
  font-family: var(--font-display, 'Archivo Narrow'), sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 2.6vw, 32px);
  color: #18181a;
  letter-spacing: -0.012em;
  margin-bottom: 28px;
  line-height: 1.15;
}

.lead-choices {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}
.lead-choice {
  padding: 18px 20px;
  background: #f4f3ee;
  border: 2px solid #d4d2ca;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  color: #18181a;
  text-align: left;
  transition: all 0.18s;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.25;
}
.lead-choice:hover {
  border-color: var(--accent, #ff6a00);
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255,106,0,0.1);
}
.lead-choice.active {
  border-color: var(--accent, #ff6a00);
  background: var(--accent, #ff6a00);
  color: #0b0b0d;
  font-weight: 700;
}
.lead-choice .mark {
  width: 22px; height: 22px;
  border: 2px solid #c4c2ba;
  border-radius: 50%;
  flex-shrink: 0;
  display: grid; place-items: center;
  font-family: var(--font-mono, monospace);
  font-weight: 700;
  font-size: 13px;
  background: #fff;
}
.lead-choice.active .mark { background: #0b0b0d; color: var(--accent, #ff6a00); border-color: #0b0b0d; }
.lead-choice.active .mark::before { content: '✓'; }

.lead-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 600px) { .lead-fields { grid-template-columns: 1fr; } }
.lead-field { display: flex; flex-direction: column; gap: 6px; }
.lead-field.full { grid-column: 1 / -1; }
.lead-field label {
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  color: #5a5a5c;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
}
.lead-field label .req { color: var(--accent, #ff6a00); }
.lead-field input,
.lead-field textarea {
  padding: 13px 15px;
  border: 2px solid #d4d2ca;
  background: #f4f3ee;
  font-family: inherit;
  font-size: 15px;
  color: #18181a;
  transition: border-color 0.2s, background 0.2s;
  font-weight: 500;
}
.lead-field input:focus,
.lead-field textarea:focus {
  outline: none;
  border-color: var(--accent, #ff6a00);
  background: #fff;
}
.lead-field textarea { resize: vertical; min-height: 85px; }

.lead-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 44px;
  background: #0b0b0d;
  color: #fff;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 700px) { .lead-nav { padding: 20px 22px; } }
.lead-nav-info {
  font-family: var(--font-mono, monospace);
  font-size: 12px;
  color: #8a8a88;
  letter-spacing: 0.05em;
}
.lead-nav-info strong { color: var(--accent, #ff6a00); font-weight: 700; }
.lead-nav-buttons { display: flex; gap: 10px; }
.lead-btn {
  padding: 14px 28px;
  font-family: var(--font-body, 'Manrope'), sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  transition: all 0.2s;
}
.lead-btn.primary {
  background: var(--accent, #ff6a00);
  color: #0b0b0d;
}
.lead-btn.primary:hover { background: #ff8a33; transform: translateY(-2px); }
.lead-btn.primary:disabled { background: #333; color: #666; cursor: not-allowed; transform: none; }
.lead-btn.secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #333;
}
.lead-btn.secondary:hover { border-color: var(--accent, #ff6a00); color: var(--accent, #ff6a00); }

.lead-tip {
  margin-top: 20px;
  padding: 18px 22px;
  background: #fff;
  border-left: 4px solid var(--accent, #ff6a00);
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.lead-tip-icon {
  width: 38px; height: 38px;
  background: rgba(255,106,0,0.12);
  display: grid; place-items: center;
  color: var(--accent, #ff6a00);
  font-family: var(--font-mono, monospace);
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0;
}
.lead-tip-text {
  font-size: 14.5px;
  color: #18181a;
  flex: 1;
  line-height: 1.4;
}
.lead-tip-text strong { color: var(--accent, #ff6a00); }

.lead-success {
  text-align: center;
  padding: 60px 30px;
}
.lead-success-icon {
  width: 80px; height: 80px;
  margin: 0 auto 24px;
  background: rgba(25, 195, 125, 0.14);
  color: #19c37d;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 40px;
  font-weight: 700;
}
.lead-success-title {
  font-family: var(--font-display, 'Archivo Narrow'), sans-serif;
  font-weight: 800;
  font-size: clamp(26px, 3vw, 36px);
  color: #18181a;
  margin-bottom: 12px;
  line-height: 1.1;
}
.lead-success-sub {
  font-size: 16px;
  color: #3a3a3c;
  line-height: 1.6;
  max-width: 500px;
  margin: 0 auto;
}

/* ========== PRODUCT PAGE — dodatki sprzedażowe ========== */
.product-sales-block {
  margin: 38px 0;
  background: linear-gradient(135deg, #0b0b0d 0%, #18181c 100%);
  color: #fff;
  padding: 40px;
  border-left: 6px solid var(--accent, #ff6a00);
}
@media (max-width: 700px) { .product-sales-block { padding: 28px 20px; } }
.product-sales-label {
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  color: var(--accent, #ff6a00);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}
.product-sales-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 22px;
}
@media (max-width: 800px) { .product-sales-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .product-sales-grid { grid-template-columns: 1fr; } }
.psb-item {
  padding: 20px 0;
  border-top: 2px solid var(--accent, #ff6a00);
}
.psb-item-lab {
  font-family: var(--font-mono, monospace);
  font-size: 10.5px;
  color: #8a8a88;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.psb-item-val {
  font-family: var(--font-display, 'Archivo Narrow'), sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.005em;
}
.psb-item-val .big {
  display: block;
  font-size: 32px;
  font-weight: 800;
  color: var(--accent, #ff6a00);
  line-height: 1;
  margin-bottom: 4px;
}
.product-sales-headline {
  font-family: var(--font-display, 'Archivo Narrow'), sans-serif;
  font-weight: 800;
  font-size: clamp(22px, 2.5vw, 28px);
  line-height: 1.15;
  color: #fff;
  letter-spacing: -0.015em;
  margin-bottom: 10px;
}
.product-sales-sub {
  font-size: 15px;
  color: #b0b0ad;
  line-height: 1.6;
}

/* ========== PRODUCT CTA ROW ========== */
.product-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 14px 0 28px;
}
.product-cta-row .btn {
  flex: 1 1 auto;
  min-width: 180px;
  justify-content: center;
  text-align: center;
}

/* ========== SMALL HELPER ========== */
.hide { display: none !important; }
