.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for section, class: .elementor-element-5ef92e1 */.ap-footer-shell {
  --ap-footer-black: #050505;
  --ap-footer-black-glass: rgba(5, 5, 5, 0.94);
  --ap-footer-border: rgba(255, 255, 255, 0.09);
  --ap-footer-white: #ffffff;
  --ap-footer-white-soft: rgba(255, 255, 255, 0.78);
  --ap-footer-white-muted: rgba(255, 255, 255, 0.52);
  --ap-footer-orange: #ff7a1a;
  --ap-footer-orange-2: #ff9a3c;
  --ap-footer-orange-glow: rgba(255, 122, 26, 0.48);
  --ap-footer-max: 1260px;
  --ap-footer-ease: cubic-bezier(0.22, 0.61, 0.36, 1);

  position: relative;
  display: block;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 0;
  background: var(--ap-footer-black);
  overflow: hidden;
  line-height: 1;
  font-family: "Montserrat", "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.ap-footer-shell::before,
.ap-footer-shell::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 4px;
  background: var(--ap-footer-black);
  pointer-events: none;
  z-index: 5;
}

.ap-footer-shell::before {
  top: -3px;
}

.ap-footer-shell::after {
  bottom: -3px;
}

.ap-footer-shell,
.ap-footer-shell *,
.ap-footer-shell *::before,
.ap-footer-shell *::after {
  box-sizing: border-box;
}

.ap-footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 122, 26, 0.12), transparent 34%),
    linear-gradient(180deg, #050505 0%, #070707 100%);
  color: var(--ap-footer-white);
  border-top: 1px solid var(--ap-footer-border);
}

.ap-footer__glow {
  position: absolute;
  top: -220px;
  left: 50%;
  z-index: 0;
  width: min(980px, 120vw);
  height: 520px;
  transform: translateX(-50%);
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 122, 26, 0.16), rgba(255, 122, 26, 0.06) 42%, transparent 70%);
  filter: blur(18px);
  opacity: 0.9;
}

.ap-footer__inner {
  position: relative;
  z-index: 2;
  max-width: var(--ap-footer-max);
  margin: 0 auto;
  padding: clamp(64px, 7vw, 92px) clamp(18px, 4vw, 42px) clamp(30px, 4vw, 44px);
}

.ap-footer__grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.55fr) minmax(150px, 0.9fr) minmax(210px, 1.08fr) minmax(210px, 1.08fr);
  gap: clamp(38px, 5vw, 64px);
  align-items: start;
}

.ap-footer__col {
  min-width: 0;
}

.ap-footer__logo-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
  transition: transform 0.28s var(--ap-footer-ease), filter 0.28s var(--ap-footer-ease);
}

.ap-footer__logo-link:hover,
.ap-footer__logo-link:focus-visible {
  transform: translateY(-1px);
  filter: drop-shadow(0 0 16px rgba(255, 255, 255, 0.2));
}

.ap-footer__logo {
  display: block;
  width: 158px;
  height: auto;
  object-fit: contain;
}

.ap-footer__desc {
  max-width: 380px;
  margin: 0 0 30px;
  color: var(--ap-footer-white-soft);
  font-size: 15px;
  line-height: 1.72;
  font-weight: 600;
  letter-spacing: -0.02em;
}

/* CTA — spójny z headerem */
.ap-footer__cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ap-footer-orange), var(--ap-footer-orange-2));
  color: #130800 !important;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.01em;
  white-space: nowrap;
  box-shadow:
    0 10px 26px rgba(255, 122, 26, 0.2),
    0 18px 44px -20px rgba(255, 122, 26, 0.78),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
  transition:
    transform 0.3s var(--ap-footer-ease),
    box-shadow 0.3s var(--ap-footer-ease),
    filter 0.3s var(--ap-footer-ease);
}

.ap-footer__cta::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.24), rgba(255,255,255,0)),
    linear-gradient(135deg, var(--ap-footer-orange), var(--ap-footer-orange-2));
}

.ap-footer__cta::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -55%;
  width: 42%;
  height: 180%;
  transform: rotate(22deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.42),
    transparent
  );
  opacity: 0;
  transition: left 0.72s var(--ap-footer-ease), opacity 0.28s var(--ap-footer-ease);
}

.ap-footer__cta:hover,
.ap-footer__cta:focus-visible {
  transform: translateY(-2px) scale(1.018);
  filter: saturate(1.08) brightness(1.04);
  box-shadow:
    0 14px 34px rgba(255, 122, 26, 0.26),
    0 28px 62px -20px rgba(255, 122, 26, 0.86),
    0 0 0 1px rgba(255, 165, 92, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

.ap-footer__cta:hover::after,
.ap-footer__cta:focus-visible::after {
  left: 120%;
  opacity: 1;
}

.ap-footer__heading {
  margin: 8px 0 24px;
  color: var(--ap-footer-orange);
  font-size: 12px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ap-footer__list {
  display: grid;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ap-footer__link,
.ap-footer__muted {
  color: var(--ap-footer-white-soft) !important;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1.48;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.ap-footer__link {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  transition:
    color 0.24s var(--ap-footer-ease),
    transform 0.24s var(--ap-footer-ease),
    text-shadow 0.24s var(--ap-footer-ease);
}

.ap-footer__link:hover,
.ap-footer__link:focus-visible {
  color: var(--ap-footer-orange) !important;
  transform: translateX(3px);
  text-shadow: 0 0 14px rgba(255, 122, 26, 0.22);
}

.ap-footer__muted {
  display: inline-block;
  color: var(--ap-footer-white-muted) !important;
}

.ap-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: clamp(52px, 6vw, 72px);
  padding-top: 28px;
  border-top: 1px solid var(--ap-footer-border);
}

.ap-footer__copy,
.ap-footer__tagline {
  margin: 0;
  color: var(--ap-footer-white-muted);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.ap-footer__tagline {
  text-align: right;
}

.ap-footer :focus-visible {
  outline: 2px solid var(--ap-footer-orange-2);
  outline-offset: 4px;
  border-radius: 10px;
}

/* Elementor shell reset */
.elementor-widget-html:has(.ap-footer-shell),
.elementor-widget-html:has(.ap-footer-shell) > .elementor-widget-container,
.elementor-widget-html:has(.ap-footer-shell) .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
  background: #050505 !important;
  line-height: 0 !important;
  overflow: visible !important;
}

.e-con:has(.ap-footer-shell),
.elementor-column:has(.ap-footer-shell),
.elementor-widget-wrap:has(.ap-footer-shell) {
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #050505 !important;
  overflow: visible !important;
}

/* Responsive */
@media (max-width: 1200px) {
  .ap-footer__grid {
    grid-template-columns: minmax(240px, 1.2fr) minmax(150px, 0.8fr) minmax(190px, 1fr) minmax(190px, 1fr);
    gap: 42px 34px;
  }

  .ap-footer__logo {
    width: 150px;
  }
}

@media (max-width: 1024px) {
  .ap-footer__grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 48px 44px;
  }

  .ap-footer__brand {
    grid-column: 1 / -1;
  }

  .ap-footer__desc {
    max-width: 560px;
  }
}

@media (max-width: 768px) {
  .ap-footer__inner {
    padding-top: 58px;
    padding-bottom: 34px;
  }

  .ap-footer__grid {
    gap: 42px 34px;
  }

  .ap-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .ap-footer__tagline {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .ap-footer__inner {
    padding: 52px 22px 30px;
  }

  .ap-footer__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ap-footer__brand {
    grid-column: auto;
  }

  .ap-footer__logo {
    width: 148px;
  }

  .ap-footer__desc {
    font-size: 14.5px;
    line-height: 1.7;
  }

  .ap-footer__heading {
    margin-bottom: 18px;
  }

  .ap-footer__list {
    gap: 13px;
  }

  .ap-footer__link,
  .ap-footer__muted {
    font-size: 14.5px;
  }

  .ap-footer__bottom {
    margin-top: 48px;
    padding-top: 24px;
  }
}

@media (max-width: 430px) {
  .ap-footer__inner {
    padding: 48px 18px 28px;
  }

  .ap-footer__logo {
    width: 142px;
  }

  .ap-footer__cta {
    width: 100%;
    min-height: 46px;
  }

  .ap-footer__copy,
  .ap-footer__tagline {
    font-size: 12.5px;
  }
}

@media (max-width: 360px) {
  .ap-footer__inner {
    padding: 44px 16px 26px;
  }

  .ap-footer__desc,
  .ap-footer__link,
  .ap-footer__muted {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ap-footer-shell *,
  .ap-footer-shell *::before,
  .ap-footer-shell *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
/* AP FOOTER — CTA white text polish */

.ap-footer__cta {
  color: #ffffff !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.22);
}

.ap-footer__cta:hover,
.ap-footer__cta:focus-visible {
  color: #ffffff !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.28);
}
/* ============================================================
   AP FOOTER — link „Polityka prywatności” w dolnej belce
   Wklej ten fragment NA KOŃCU obecnego CSS stopki.
   ============================================================ */

.ap-footer__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 24px;
}

.ap-footer__legal {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.ap-footer__legal-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 4px 0;
  color: var(--ap-footer-white-muted) !important;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: -0.01em;
  text-decoration: none !important;
  white-space: nowrap;
  transition:
    color 0.24s var(--ap-footer-ease),
    text-shadow 0.24s var(--ap-footer-ease);
}

.ap-footer__legal-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  border-radius: 1px;
  background: linear-gradient(
    90deg,
    var(--ap-footer-orange),
    var(--ap-footer-orange-2)
  );
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s var(--ap-footer-ease);
}

.ap-footer__legal-link:hover,
.ap-footer__legal-link:focus-visible {
  color: var(--ap-footer-orange-2) !important;
  text-shadow: 0 0 14px rgba(255, 122, 26, 0.22);
}

.ap-footer__legal-link:hover::after,
.ap-footer__legal-link:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.ap-footer__tagline {
  justify-self: end;
}

@media (max-width: 900px) {
  .ap-footer__bottom {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
  }

  .ap-footer__legal {
    justify-content: flex-end;
  }

  .ap-footer__tagline {
    grid-column: 1 / -1;
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .ap-footer__bottom {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }

  .ap-footer__legal {
    justify-content: flex-start;
  }

  .ap-footer__legal-link {
    font-size: 12.5px;
  }
}/* End custom CSS */