/* ── WSPOLPRACA PAGE ── */
.znx-wspolpraca {
  font-family: Arial, sans-serif;
  background: #fff;
  color: #1a1a1a;
  width: 100%;
  clear: both;
}
.znx-wspolpraca *, .znx-wspolpraca *::before, .znx-wspolpraca *::after {
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

/* ── PANELE ── */
.znx-ws__panels { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.znx-ws__panel { background: #fff; }
.znx-ws__panel-header { display: flex; align-items: center; gap: 16px; padding: 18px 28px; min-height: 90px; }
.znx-ws__panel--red    .znx-ws__panel-header { background: #a81a1e; }
.znx-ws__panel--orange .znx-ws__panel-header { background: #f07300; }
.znx-ws__panel-logo { display: flex; align-items: center; justify-content: center; flex-shrink: 0; height: 50px; overflow: hidden; }
.znx-ws__panel-logo img { height: 50px; width: auto; display: block; }
.znx-ws__panel-title { font-size: clamp(1rem, 2vw, 1.3rem); font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; line-height: 1.2; color: #fff; }
.znx-ws__panel-body { padding: 24px 28px 30px; }
.znx-ws__panel-body p { font-size: 0.95rem; line-height: 1.65; color: #444; margin: 0; }

/* ── DLACZEGO ── */
.znx-ws__why { padding: 60px 0 50px; background: #fff; }
.znx-ws__why-title {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem); font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.05em; color: #1a1a1a; margin-bottom: 50px;
}

/* 3-kolumnowa siatka wg silnik-komponent */
.znx-ws__why-grid {
  display: grid;
  grid-template-columns: 1fr 450px 1fr;
  align-items: center;
  gap: 0 30px;
}
.znx-ws__why-left,
.znx-ws__why-right { display: flex; flex-direction: column; gap: 40px; }

/* LEWA kolumna — tekst po lewej, ikona po prawej */
.znx-ws__why-left .znx-ws__feature { flex-direction: row-reverse; text-align: right; }
.znx-ws__why-left .znx-ws__feature-icon { margin-left: 14px; margin-right: 0; }

.znx-ws__feature { display: flex; align-items: flex-start; }
.znx-ws__feature-icon {
  width: 12px; height: 12px; min-width: 12px;
  background: #e8272b; margin-right: 14px; margin-top: 4px; flex-shrink: 0;
}
.znx-ws__feature-name {
  font-size: 0.88rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: #111; margin-bottom: 5px;
}
.znx-ws__feature-desc { font-size: 0.82rem; color: #555; line-height: 1.55; }

/* Centralne zdjęcie */
.znx-ws__why-image { display: flex; justify-content: center; align-items: center; }
.znx-ws__why-image img { width: 100%; max-width: 450px; height: auto; display: block; }

/* ── DOŁEK ── */
.znx-ws__bottom {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0;
  padding: 50px 0 0; border-top: 2px solid #e8e8e8;
}
.znx-ws__col { padding: 0 30px 30px 0; }
.znx-ws__col:not(:last-child) { border-right: 1px solid #e8e8e8; margin-right: 30px; }
.znx-ws__col h3 { font-size: 1.25rem; font-weight: 700; color: #1a1a1a; margin: 0 0 18px; text-transform: uppercase; letter-spacing: 0.03em; }
.znx-ws__col p  { font-size: 0.9rem; color: #444; margin: 0 0 8px; line-height: 1.5; }
.znx-ws__col ul, .znx-ws__col ol { padding-left: 0; margin: 0; list-style: none; }
.znx-ws__col li { font-size: 0.9rem; color: #444; padding: 4px 0 4px 18px; position: relative; line-height: 1.5; }
.znx-ws__col ul li::before { content: '•'; position: absolute; left: 0; color: #e8272b; font-weight: 700; }
.znx-ws__col ol { counter-reset: item; }
.znx-ws__col ol li { counter-increment: item; }
.znx-ws__col ol li::before { content: counter(item) '.'; position: absolute; left: 0; color: #e8272b; font-weight: 700; }

/* ── CTA ── */
.znx-ws__cta { padding: 40px 0 60px; text-align: right; }
.znx-ws__btn {
  display: inline-block; background: #f07300; color: #fff !important;
  font-size: 1rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; padding: 14px 42px; text-decoration: none !important;
  transition: background 0.2s ease, transform 0.15s ease;
}
.znx-ws__btn:hover { background: #d86500; transform: translateY(-1px); }
.znx-ws__contact { margin-top: 18px; font-size: 0.95rem; line-height: 1.5; color: #444; }
.znx-ws__contact-email { font-weight: 700; color: #f07300; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .znx-ws__why-grid { grid-template-columns: 1fr; }
  .znx-ws__why-image { order: -1; margin-bottom: 30px; }
  .znx-ws__why-left .znx-ws__feature { flex-direction: row; text-align: left; }
  .znx-ws__why-left .znx-ws__feature-icon { margin-left: 0; margin-right: 14px; }
  .znx-ws__bottom { grid-template-columns: 1fr; }
  .znx-ws__col:not(:last-child) { border-right: none; margin-right: 0; border-bottom: 1px solid #e8e8e8; margin-bottom: 24px; }
  .znx-ws__cta { text-align: left; }
}
@media (max-width: 600px) {
  .znx-ws__panels { grid-template-columns: 1fr; }
  .znx-ws__panel-header { flex-direction: column; align-items: flex-start; }
}
