@charset "UTF-8";
/* ============================================================
   PATTERN: cta-consultation (kordit/cta-consultation)
   Mid-page CTA — żółty (warm) band, czarne buttony theme-default.
   Paleta: black + yellow + green.
   ============================================================ */
.kp-cta-mid {
  animation: kp-fadeInUp 0.6s var(--ease-out) both;
  position: relative;
  overflow: hidden;
  /* Subtelna dashed dekoracja w prawym górnym rogu — spójność z dashed
     framami zdjęć w hero/empathy/founder/process */
}
.kp-cta-mid::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 280px;
  height: 280px;
  border: 1.5px dashed var(--primary);
  border-radius: 50%;
  opacity: 0.12;
  pointer-events: none;
}
.kp-cta-mid::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 320px;
  height: 320px;
  border: 1.5px dashed var(--primary);
  border-radius: 50%;
  opacity: 0.08;
  pointer-events: none;
}
.kp-cta-mid .kp-cta-mid__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.kp-cta-mid .kp-cta-mid__inner .kp-kicker {
  margin-inline: auto;
}
.kp-cta-mid {
  /* Buttony — gap większy, mobile stack */
}
.kp-cta-mid .kp-cta-mid__buttons {
  margin-top: 1rem;
  margin-bottom: 1rem;
  gap: 1rem;
}
.kp-cta-mid {
  /* Trust line z pulsującą zieloną kropką */
}
.kp-cta-mid .kp-cta-mid__trust {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-inline: auto;
  margin-top: 0.5rem;
  color: var(--secondary);
  letter-spacing: 0.01em;
}
.kp-cta-mid .kp-cta-mid__dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--trust);
  flex-shrink: 0;
  animation: kp-cta-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes kp-cta-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);
  }
}

/*# sourceMappingURL=cta-consultation.css.map */
