/* Anasayfa — 3 adım CTA */
.pko-home-cta {
  background: linear-gradient(180deg, #fafbfc 0%, var(--pko-white) 100%);
  border-top: 1px solid rgba(var(--pko-black-rgb), 0.06);
  box-shadow: inset 0 1px 0 rgba(var(--pko-white), 0.8);
}

.pko-home-cta__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 3rem 1.5rem 3.25rem;
  box-sizing: border-box;
}

.pko-home-cta__head {
  text-align: center;
  max-width: 52rem;
  margin: 0 auto 2.5rem;
}

.pko-home-cta__tagline {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pko-magenta);
}

.pko-home-cta__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.35rem, 3.5vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--pko-black);
  letter-spacing: -0.02em;
}

.pko-home-cta__subtitle {
  margin: 0;
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  line-height: 1.65;
  color: rgba(var(--pko-black-rgb), 0.68);
}

.pko-home-cta__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 1.5rem;
  position: relative;
  margin-bottom: 2rem;
}

.pko-home-cta__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.pko-home-cta__step-marker {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.15rem;
  position: relative;
}

.pko-home-cta__pin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--pko-cta-step-color, var(--pko-magenta));
  box-shadow: 0 8px 24px color-mix(in srgb, var(--pko-cta-step-color, var(--pko-primary-dark)) 35%, transparent);
  position: relative;
  z-index: 2;
}

.pko-home-cta__pin-icon {
  transform: rotate(45deg);
  display: flex;
  color: var(--pko-white);
}

.pko-home-cta__connector {
  position: absolute;
  top: 2.1rem;
  left: calc(50% + 2.1rem);
  width: calc(100% - 2.1rem);
  height: 0.35rem;
  background: var(--pko-cta-step-color, var(--pko-magenta));
  border-radius: 2px;
  z-index: 1;
}

.pko-home-cta__step:last-child .pko-home-cta__connector {
  display: none;
}

.pko-home-cta__step-body {
  max-width: 18rem;
}

.pko-home-cta__step-num {
  display: inline-block;
  margin-bottom: 0.35rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pko-cta-step-color, var(--pko-magenta));
}

.pko-home-cta__step-title {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--pko-cta-step-color, var(--pko-black));
}

.pko-home-cta__step-text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(var(--pko-black-rgb), 0.62);
}

.pko-home-cta__action {
  text-align: center;
}

/* Randevu Al — consultant-book-btn.css */

@media (max-width: 900px) {
  .pko-home-cta__steps {
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }

  .pko-home-cta__connector {
    display: none;
  }

  .pko-home-cta__inner {
    padding: 2.25rem 1.15rem 2.5rem;
  }
}

@media (max-width: 640px) {
  .pko-home-cta__head {
    margin-bottom: 1.75rem;
  }

  .pko-home-cta__pin {
    width: 3.75rem;
    height: 3.75rem;
  }
}
