.elementor-151 .elementor-element.elementor-element-506de22{--display:flex;}/* Start custom CSS for html, class: .elementor-element-383d3e6 *//* === WSPARCIE DUCHOWE === */
.du-wsp-hero, .du-wsp-tresci, .du-wsp-kryzys {
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  --du-czerwien: #E30613;
  --du-cyjan: #00AEEF;
}

.du-wsp-hero {
  background: #fff;
  padding: 6rem 1.5rem;
  text-align: center;
}
.du-wsp-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 1rem;
}
.du-wsp-hero p {
  font-size: 1.125rem;
  color: #4a4a4a;
}

.du-wsp-tresci {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  background: #fafbfc;
}
.du-wsp-karta {
  background: #fff;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}
.du-wsp-karta h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
}
.du-wsp-karta p {
  font-size: 0.9375rem;
  color: #5a5a5a;
  line-height: 1.5;
}
.du-wsp-link {
  display: inline-block;
  margin-top: 1rem;
  color: var(--du-cyjan);
  font-weight: 600;
  text-decoration: none;
}
.du-wsp-link:hover {
  color: #0090c8;
}

/* SEKCJA KRYZYSOWA — wyraźnie odróżniona kolorem */
.du-wsp-kryzys {
  padding: 3rem 1.5rem;
  background: #fff5f5;
  text-align: center;
}
.du-wsp-kryzys__box {
  max-width: 600px;
  margin: 0 auto;
  border: 2px solid var(--du-czerwien);
  border-radius: 12px;
  padding: 2rem;
  background: #fff;
}
.du-wsp-kryzys__box h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--du-czerwien);
  margin: 0 0 0.75rem;
}
.du-wsp-kryzys__box p {
  font-size: 0.9375rem;
  color: #4a4a4a;
  line-height: 1.5;
}
.du-wsp-kryzys__box ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  text-align: left;
  display: inline-block;
}
.du-wsp-kryzys__box li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .du-wsp-hero h1 { font-size: 2rem; }
  .du-wsp-tresci { grid-template-columns: 1fr; }
}/* End custom CSS */