.elementor-136 .elementor-element.elementor-element-0de5d9f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-136 .elementor-element.elementor-element-0de5d9f:not(.elementor-motion-effects-element-type-background), .elementor-136 .elementor-element.elementor-element-0de5d9f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9FAFB;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-989c95d *//* Ogólny styl stopki */
.footer {
  background: #f9fafb;
  padding: 50px 20px 20px;
  color: #374151;
  font-size: 0.95rem;
}

.footer__container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  align-items: start;
}

/* Logo */
.footer__logo img {
  max-width: 200px;
  margin-bottom: 15px;
}
.footer__logo p {
  line-height: 1.6;
  font-size: 0.9rem;
  color: #4b5563;
}

/* Nagłówki kolumn */
.footer__col h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1e3a8a;
}

/* Linki */
.footer__info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__info li {
  margin-bottom: 10px;
}
.footer__info a {
  text-decoration: none;
  color: #374151;
  transition: color 0.3s ease;
}
.footer__info a:hover {
  color: #dc2626;
}

/* Kontakt */
.footer__contact p {
  margin: 5px 0;
}
.footer__contact a {
  color: #dc2626;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
}
.footer__contact a:hover {
  color: #b91c1c;
}

/* Dolna część */
.footer__bottom {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #e5e7eb;
  text-align: center;
  font-size: 0.85rem;
  color: #6b7280;
}

/* Responsywność */
@media (max-width: 768px) {
  .footer__logo img {
    max-width: 150px;
  }
  .footer__col h3 {
    font-size: 1.1rem;
  }
  .footer__contact a {
    font-size: 1rem;
  }
}/* End custom CSS */