@charset "UTF-8";
/* ============================================================
   PATTERN: footer (parts/footer.html, marker .kp-footer)
   Język projektu: subtle bg, dashed separator, eyebrow titles,
   muted text, accent yellow dla akcentów. Brak kart — footer
   to strefa końcowa, tylko typograficzne kolumny.
   ============================================================ */
.kp-footer {
  position: relative;
  overflow: hidden;
  animation: kp-fadeInUp 0.6s var(--ease-out) both;
  /* Delikatny radialny akcent w prawym górnym rogu — spójność z hero/contact */
}
.kp-footer::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(254, 243, 199, 0.5), transparent 65%);
  pointer-events: none;
  z-index: 0;
}
.kp-footer > * {
  position: relative;
  z-index: 1;
}
.kp-footer {
  /* === TOP: 4-kol grid === */
}
.kp-footer .kp-footer__top {
  margin-bottom: 0;
}
.kp-footer .kp-footer__grid {
  align-items: flex-start;
  margin: 0;
}
.kp-footer {
  /* === COL 1: BRAND === */
}
.kp-footer .kp-footer__brand {
  display: flex !important;
  flex-direction: column;
  gap: 0.75rem;
}
.kp-footer .kp-footer__brand > * {
  margin: 0 !important;
}
.kp-footer .kp-footer__brand-name {
  font-family: var(--wp--preset--font-family--heading);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.015em;
  color: var(--primary);
}
.kp-footer .kp-footer__brand-tag {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: var(--accent);
  font-size: 0.6875rem !important;
}
.kp-footer .kp-footer__brand-pitch {
  line-height: 1.6;
  max-width: 340px;
  margin-top: 0.25rem !important;
}
.kp-footer .kp-footer__brand-pitch strong {
  color: var(--primary);
  font-weight: 600;
}
.kp-footer .kp-footer__brand-cta {
  margin-top: 0.75rem !important;
}
.kp-footer {
  /* === COL 2-4: WSPÓLNE === */
}
.kp-footer .kp-footer__col {
  display: flex !important;
  flex-direction: column;
  gap: 0.875rem;
}
.kp-footer .kp-footer__col-title {
  margin: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: var(--primary);
  font-size: 0.6875rem !important;
}
.kp-footer .kp-footer__links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.kp-footer .kp-footer__links li {
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.4;
}
.kp-footer .kp-footer__links li a {
  color: var(--secondary);
  text-decoration: none;
  transition: color 160ms var(--ease-out), padding-left 160ms var(--ease-out);
  display: inline-block;
}
.kp-footer .kp-footer__links li a:hover {
  color: var(--primary);
  padding-left: 4px;
}
.kp-footer {
  /* === COL 4: CONTACT === */
}
.kp-footer .kp-footer__col--contact {
  gap: 0.625rem;
}
.kp-footer .kp-footer__contact {
  margin: 0 !important;
  position: relative;
  padding-left: calc(28px + 0.625rem);
  min-height: 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 1.35;
  color: var(--primary);
  font-size: 0.875rem !important;
}
.kp-footer .kp-footer__contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background-color: var(--trust-soft);
}
.kp-footer .kp-footer__contact::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 9px;
  width: 14px;
  height: 14px;
  background-color: var(--trust);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
}
.kp-footer .kp-footer__contact--phone::after {
  mask-image: url("../../assets/images/icons/phone.svg");
  -webkit-mask-image: url("../../assets/images/icons/phone.svg");
}
.kp-footer .kp-footer__contact--mail::after {
  mask-image: url("../../assets/images/icons/mail.svg");
  -webkit-mask-image: url("../../assets/images/icons/mail.svg");
}
.kp-footer .kp-footer__contact--clock::after {
  mask-image: url("../../assets/images/icons/clock.svg");
  -webkit-mask-image: url("../../assets/images/icons/clock.svg");
}
.kp-footer .kp-footer__contact--pin::after {
  mask-image: url("../../assets/images/icons/map-pin.svg");
  -webkit-mask-image: url("../../assets/images/icons/map-pin.svg");
}
.kp-footer .kp-footer__contact a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  transition: color 160ms var(--ease-out);
}
.kp-footer .kp-footer__contact a:hover {
  color: var(--accent);
}
.kp-footer .kp-footer__contact-label {
  display: block;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  font-size: 0.5625rem;
  letter-spacing: 0.12em;
  margin-bottom: 0.0625rem;
}
.kp-footer {
  /* === BADGE === */
}
.kp-footer .kp-footer__badge {
  margin-top: 0.5rem !important;
  display: inline-flex !important;
  align-items: center;
  align-self: flex-start;
  gap: 0.5rem;
  padding: 0.375rem 0.75rem;
  background: #dcfce7;
  border: 1px solid rgba(22, 101, 52, 0.25);
  border-radius: 999px;
  color: var(--trust);
  font-size: 0.75rem !important;
  line-height: 1.2;
}
.kp-footer .kp-footer__badge strong {
  color: var(--primary);
  font-weight: 600;
}
.kp-footer .kp-footer__badge-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--trust);
  flex-shrink: 0;
  animation: kp-footer-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes kp-footer-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(22, 101, 52, 0.5);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(22, 101, 52, 0);
  }
}
.kp-footer {
  /* === BOTTOM BAR === */
}
.kp-footer .kp-footer__bottom {
  margin-top: 0 !important;
  padding-top: 2rem;
  border-top: 1.5px dashed var(--light);
}
.kp-footer .kp-footer__bottom > * {
  margin: 0 !important;
}
.kp-footer .kp-footer__legal {
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.75rem !important;
}
.kp-footer .kp-footer__legal strong {
  color: var(--secondary);
  font-weight: 600;
}
.kp-footer .kp-footer__meta {
  color: var(--muted);
  font-size: 0.75rem !important;
  display: inline-flex;
  gap: 0.625rem;
  align-items: center;
}
.kp-footer .kp-footer__meta a {
  color: var(--secondary);
  text-decoration: underline;
  text-decoration-color: rgba(168, 162, 158, 0.5);
  text-underline-offset: 3px;
  transition: color 160ms var(--ease-out);
}
.kp-footer .kp-footer__meta a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.kp-footer .kp-footer__meta span {
  color: var(--light);
}
.kp-footer {
  /* === RESPONSIVE === */
}
@media (max-width: 960px) {
  .kp-footer .kp-footer__grid {
    flex-wrap: wrap !important;
  }
  .kp-footer .kp-footer__brand {
    flex-basis: 100% !important;
  }
  .kp-footer .kp-footer__col {
    flex-basis: calc(50% - 1rem) !important;
  }
}
@media (max-width: 600px) {
  .kp-footer .kp-footer__col {
    flex-basis: 100% !important;
  }
  .kp-footer .kp-footer__bottom {
    flex-direction: column;
    align-items: flex-start !important;
  }
}

/*# sourceMappingURL=footer.css.map */
