.elementor-363 .elementor-element.elementor-element-ebf75d0{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-363 .elementor-element.elementor-element-ebf75d0{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-0ebacd9 */.lew-footer {
  --footer-bg: #2B2A2A;
  --footer-bg-2: #2B2A2A;
  --footer-border: rgba(255, 255, 255, 0.10);
  --footer-heading: #ffffff;
  --footer-text: rgba(255, 255, 255, 0.66);
  --footer-link: rgba(255, 255, 255, 0.70);
  --footer-link-hover: #ffffff;
  --footer-link-visited: rgba(255, 255, 255, 0.58);
  --footer-accent: #2ea3f2;
  --footer-card-bg: rgba(255, 255, 255, 0.04);
  --footer-card-border: rgba(255, 255, 255, 0.10);
  --footer-icon: rgba(255, 255, 255, 0.72);

  background: linear-gradient(90deg, var(--footer-bg) 0%, var(--footer-bg-2) 100%);
  color: var(--footer-text);
  padding: 62px 24px 26px;
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.lew-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.lew-footer__inner {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 54px;
  position: relative;
  z-index: 2;
}

.lew-footer__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1.05fr;
  gap: 48px;
}

.lew-footer__col {
  opacity: 0;
  transform: translateY(16px);
  animation: lewFooterFadeUp 0.7s ease forwards;
}

.lew-footer__col:nth-child(1) { animation-delay: 0.04s; }
.lew-footer__col:nth-child(2) { animation-delay: 0.10s; }
.lew-footer__col:nth-child(3) { animation-delay: 0.16s; }
.lew-footer__col:nth-child(4) { animation-delay: 0.22s; }

.lew-footer__title {
  margin: 0 0 22px;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 600;
  color: var(--footer-heading);
}

.lew-footer__text {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  color: var(--footer-text);
  max-width: 290px;
}

/* NOWY BOX ZEW */
.lew-footer__zew-card {
  display: block;
  max-width: 290px;
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.03) 100%);
  border: 1px solid var(--footer-card-border);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.lew-footer__zew-card:hover,
.lew-footer__zew-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
  border-color: rgba(46, 163, 242, 0.45);
  background: linear-gradient(135deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.04) 100%);
  outline: none;
}

.lew-footer__zew-top {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 14px;
}

.lew-footer__zew-kicker {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.46);
}

.lew-footer__zew-name {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  color: #ffffff;
}

.lew-footer__zew-logo-wrap {
  display: flex;
  align-items: center;
  min-height: 46px !important;
}

.lew-footer__zew-logo {
  width: 100%;
  max-width: 200px !important;
  height: auto;
  display: block;
  object-fit: contain;
}

/* LISTS */
.lew-footer__list,
.lew-footer__contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lew-footer__list li {
  margin-bottom: 14px;
}

.lew-footer__list a,
.lew-footer__contact a,
.lew-footer__madeby {
  color: var(--footer-link);
  text-decoration: none;
  transition:
    color 0.28s ease,
    transform 0.28s ease,
    opacity 0.28s ease,
    text-underline-offset 0.28s ease;
}

.lew-footer__list a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
}

.lew-footer__list a:hover,
.lew-footer__contact a:hover,
.lew-footer__madeby:hover {
  color: var(--footer-link-hover);
}

.lew-footer__list a:hover {
  transform: translateX(4px);
}

.lew-footer__list a:visited,
.lew-footer__contact a:visited,
.lew-footer__madeby:visited {
  color: var(--footer-link-visited);
}

.lew-footer__list a:focus-visible,
.lew-footer__contact a:focus-visible,
.lew-footer__socials a:focus-visible,
.lew-footer__madeby:focus-visible,
.lew-footer__zew-card:focus-visible {
  outline: 2px solid rgba(46, 163, 242, 0.8);
  outline-offset: 3px;
  border-radius: 8px;
}

.lew-footer__list a:active,
.lew-footer__contact a:active,
.lew-footer__socials a:active,
.lew-footer__madeby:active {
  transform: translateY(1px);
}

.lew-footer__list a.is-active,
.lew-footer__list a[aria-current="page"] {
  color: var(--footer-accent);
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* CONTACT */
.lew-footer__contact li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.7;
}

.lew-footer__icon {
  width: 19px;
  height: 19px;
  min-width: 19px;
  margin-top: 1px;
  color: var(--footer-icon);
  transition: transform 0.28s ease, color 0.28s ease;
}

.lew-footer__contact li:hover .lew-footer__icon {
  color: #ffffff;
  transform: translateY(-1px);
}

.lew-footer__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* SOCIALS */
.lew-footer__socials {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.lew-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: transform 0.28s ease, color 0.28s ease, opacity 0.28s ease;
}

.lew-footer__socials a:hover {
  color: #ffffff;
  transform: translateY(-2px) scale(1.04);
}

.lew-footer__socials svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* BOTTOM */
.lew-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 52px;
  padding-top: 30px;
  border-top: 1px solid var(--footer-border);
}

.lew-footer__bottom-left {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.46);
}

.lew-footer__bottom-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.lew-footer__madeby {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  color: rgba(255,255,255,0.62);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}

.lew-footer__madeby-logo {
  height: 25px !important;
  width: auto;
  display: block;
  object-fit: contain;
}

@keyframes lewFooterFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* tablet */
@media (max-width: 1100px) {
  .lew-footer {
    padding: 52px 20px 24px;
  }

  .lew-footer__inner {
    padding: 0 20px;
  }

  .lew-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 32px;
  }

  .lew-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-top: 40px;
    padding-top: 22px;
  }

  .lew-footer__bottom-right {
    justify-content: flex-start;
  }
}

/* mobile */
@media (max-width: 767px) {
  .lew-footer {
    padding: 40px 16px 20px;
  }

  .lew-footer__inner {
    padding: 0;
  }

  .lew-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lew-footer__title {
    margin-bottom: 14px;
    font-size: 19px;
  }

  .lew-footer__text,
  .lew-footer__list a,
  .lew-footer__contact li,
  .lew-footer__bottom-left {
    font-size: 14px;
  }

  .lew-footer__text {
    max-width: 100%;
    margin-bottom: 18px;
  }

  .lew-footer__zew-card {
    max-width: 100%;
  }

  .lew-footer__zew-logo {
    max-width: 190px;
  }

  .lew-footer__list li,
  .lew-footer__contact li {
    margin-bottom: 13px;
  }

  .lew-footer__socials {
    margin-top: 18px;
  }

  .lew-footer__bottom {
    margin-top: 28px;
    padding-top: 18px;
    flex-direction: column;
    align-items: flex-start;
  }

  .lew-footer__madeby {
    flex-wrap: nowrap;
  }

  .lew-footer__madeby-logo {
    height: 16px;
  }
}/* End custom CSS */