/**
 * Ana sayfa — hero hariç (.pk-home-body)
 */

.pk-home-body {
  --home-pad-y: clamp(3rem, 6vw, 5rem);
  position: relative;
  overflow-x: clip;
}

/* —— Dekoratif arka plan —— */
.pk-home-block {
  position: relative;
}

.pk-home-deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.pk-home-deco--blob-a {
  top: -120px;
  right: -80px;
  width: min(420px, 55vw);
  height: min(420px, 55vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 109, 119, 0.12) 0%, transparent 68%);
  filter: blur(2px);
}

.pk-home-deco--mesh {
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 10% 20%, rgba(0, 109, 119, 0.07), transparent),
    radial-gradient(ellipse 60% 40% at 90% 80%, rgba(29, 45, 53, 0.05), transparent);
}

.pk-home-block > .pk-container {
  position: relative;
  z-index: 1;
}

/* —— Güven şeridi —— */
.pk-home-trust {
  padding: 1.25rem 0;
  background: linear-gradient(90deg, var(--pk-primary-soft) 0%, #fff 50%, var(--pk-primary-soft) 100%);
  border-bottom: 1px solid rgba(0, 109, 119, 0.08);
}

.pk-home-trust__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem 1rem;
}

@media (min-width: 768px) {
  .pk-home-trust__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}

.pk-home-trust__item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.85rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 109, 119, 0.1);
  box-shadow: 0 2px 12px rgba(0, 109, 119, 0.06);
  backdrop-filter: blur(6px);
}

.pk-home-trust__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--pk-primary) 0%, #00838f 100%);
  color: #fff;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.pk-home-trust__text {
  font-size: 0.8125rem;
  line-height: 1.35;
  color: var(--pk-muted);
}

.pk-home-trust__text strong {
  display: block;
  font-size: 0.9375rem;
  font-weight: 800;
  color: var(--pk-text);
  letter-spacing: -0.02em;
}

/* —— Ortak başlıklar —— */
.pk-home-head {
  margin-bottom: 2rem;
}

.pk-home-head--center {
  text-align: center;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.pk-home-head--row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 1.5rem;
}

.pk-home-head__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.6rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pk-primary-soft) 0%, #fff 100%);
  border: 1px solid rgba(0, 109, 119, 0.12);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--pk-primary-dark);
  box-shadow: 0 2px 8px rgba(0, 109, 119, 0.06);
}

.pk-home-head__eyebrow i {
  font-size: 0.9rem;
  color: var(--pk-primary);
}

.pk-home-head__link--pill {
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0, 109, 119, 0.2);
  box-shadow: 0 4px 14px rgba(0, 109, 119, 0.1);
}

.pk-home-head__link--pill:hover {
  background: var(--pk-primary-soft);
  border-color: var(--pk-primary);
  box-shadow: 0 6px 20px rgba(0, 109, 119, 0.15);
}

.pk-home-head__eyebrow--light {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.pk-home-head__title {
  margin: 0;
  font-size: clamp(1.5rem, 3.5vw, 2.125rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
  color: var(--pk-text);
}

.pk-home-head__lead {
  margin: 0.65rem 0 0;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--pk-muted);
  max-width: 34rem;
}

.pk-home-head--center .pk-home-head__lead {
  margin-left: auto;
  margin-right: auto;
}

.pk-home-head__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--pk-primary);
  text-decoration: none;
  white-space: nowrap;
  padding: 0.5rem 0;
  transition: gap 0.2s ease, color 0.2s ease;
}

.pk-home-head__link:hover {
  color: var(--pk-primary-dark);
  gap: 0.55rem;
}

/* —— Bloklar —— */
.pk-home-block {
  padding: var(--home-pad-y) 0;
}

.pk-home-block--services {
  background: #fff;
}

.pk-home-block--experts {
  background: linear-gradient(180deg, var(--pk-bg) 0%, #fff 40%, #fff 100%);
}

.pk-home-block--steps {
  background: var(--pk-bg);
}

.pk-home-block--reviews {
  background: #fff;
}

.pk-home-block--faq {
  background: var(--pk-bg);
}

.pk-home-block--pro {
  background: #fff;
}

.pk-home-block--cta {
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
  background: var(--pk-bg);
}

/* —— Hizmet kartları —— */
.pk-home-services {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .pk-home-services {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .pk-home-services {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.15rem;
  }
}

.pk-home-service {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 0;
  border-radius: 22px;
  background: linear-gradient(145deg, var(--svc-bg, var(--pk-primary-soft)) 0%, #fff 120%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 8px 24px rgba(15, 23, 42, 0.06);
  text-decoration: none;
  color: var(--pk-text);
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.pk-home-service::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(0, 109, 119, 0.35), transparent 50%, rgba(0, 109, 119, 0.08));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.pk-home-service:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 24px 48px rgba(0, 109, 119, 0.16);
}

.pk-home-service:hover::before {
  opacity: 1;
}

.pk-home-service__shine {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 80%;
  height: 200%;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.45) 50%, transparent 60%);
  transform: rotate(12deg);
  transition: transform 0.6s ease;
  pointer-events: none;
}

.pk-home-service:hover .pk-home-service__shine {
  transform: rotate(12deg) translateX(120%);
}

.pk-home-service__num {
  position: absolute;
  top: 0.65rem;
  right: 0.85rem;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.06em;
  color: rgba(0, 109, 119, 0.08);
  z-index: 1;
  pointer-events: none;
}

.pk-home-service__main {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.65rem;
  padding: 1.2rem 1.2rem 1rem;
}

.pk-home-service__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding-right: 1.75rem;
}

.pk-home-service__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  background: rgba(0, 109, 119, 0.12);
  font-size: 0.625rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--pk-primary-dark);
}

.pk-home-service__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  background: linear-gradient(145deg, #fff 0%, var(--pk-primary-soft) 100%);
  color: var(--pk-primary);
  font-size: 1.2rem;
  box-shadow: 0 4px 14px rgba(0, 109, 119, 0.12);
  flex-shrink: 0;
}

.pk-home-service__text {
  flex: 1;
  min-width: 0;
}

.pk-home-service__text h3 {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.pk-home-service__text p {
  margin: 0.4rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--pk-muted);
}

.pk-home-service__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-top: auto;
  border-radius: 50%;
  background: #fff;
  color: var(--pk-primary);
  font-size: 1.1rem;
  box-shadow: var(--pk-shadow);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.pk-home-service:hover .pk-home-service__arrow {
  background: var(--pk-primary);
  color: #fff;
  transform: translateX(3px);
}

.pk-home-service__media {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  height: clamp(6.5rem, 14vw, 7.75rem);
  overflow: hidden;
  border-top: 1px solid rgba(0, 109, 119, 0.08);
  background: rgba(255, 255, 255, 0.45);
}

.pk-home-service__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.4s ease;
}

.pk-home-service:hover .pk-home-service__photo {
  transform: scale(1.04);
}

/* —— Branş pill'leri —— */
.pk-home-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.pk-home-pill {
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--pk-primary-dark);
  background: #fff;
  border: 1px solid rgba(0, 109, 119, 0.15);
  box-shadow: 0 2px 8px rgba(0, 109, 119, 0.06);
  transition: background 0.2s ease, transform 0.2s ease;
}

.pk-home-pill:hover {
  background: var(--pk-primary-soft);
  transform: translateY(-1px);
}

/* —— Öne çıkan uzman kartları —— */
.pk-home-experts {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pk-home-expert {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--pk-border);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
  transition:
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.pk-home-expert:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 109, 119, 0.28);
  box-shadow: 0 16px 36px rgba(0, 109, 119, 0.12);
}

.pk-home-expert__media {
  position: relative;
  aspect-ratio: 5 / 6;
  background: linear-gradient(165deg, var(--pk-primary-soft) 0%, #e8eef2 100%);
  overflow: hidden;
}

.pk-home-expert__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.35s ease;
}

.pk-home-expert:hover .pk-home-expert__media img {
  transform: scale(1.03);
}

.pk-home-expert__badge {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  z-index: 2;
  max-width: calc(100% - 1.3rem);
  padding: 0.3rem 0.55rem;
  border-radius: 8px;
  background: var(--pk-primary);
  color: #fff;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.pk-home-expert__badge--clinic {
  background: var(--pk-navy);
}

.pk-home-expert__live {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  font-size: 0.625rem;
  font-weight: 800;
  color: #047857;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.1);
}

.pk-home-expert__live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10b981;
  flex-shrink: 0;
  animation: pk-home-pulse 1.8s ease infinite;
}

@keyframes pk-home-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(1.15); }
}

.pk-home-expert__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.35rem;
  padding: 0.85rem 0.9rem 0;
  min-height: 0;
}

.pk-home-expert__name {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.35;
  color: var(--pk-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pk-home-expert__spec {
  margin: 0;
  font-size: 0.75rem;
  color: var(--pk-muted);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pk-home-expert__rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.4rem;
  margin-top: 0.15rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--pk-muted);
}

.pk-home-expert__stars {
  display: inline-flex;
  gap: 0.05rem;
  color: #f59e0b;
  font-size: 0.7rem;
  line-height: 1;
}

.pk-home-expert__score {
  color: var(--pk-text);
  font-weight: 800;
}

.pk-home-expert__reviews {
  font-weight: 600;
  opacity: 0.85;
}

.pk-home-expert__loc {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--pk-muted);
}

.pk-home-expert__loc i {
  flex-shrink: 0;
  margin-top: 0.1rem;
  font-size: 0.8rem;
  color: var(--pk-primary);
}

.pk-home-expert__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: calc(100% - 1.5rem);
  margin-top: auto;
  margin-bottom: 0.85rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.7rem 1rem;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #fff;
  background: linear-gradient(135deg, var(--pk-primary) 0%, #0d9488 100%);
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(0, 109, 119, 0.28);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.pk-home-expert__cta i:first-child {
  font-size: 1rem;
  opacity: 0.95;
}

.pk-home-expert__cta-arrow {
  margin-left: auto;
  font-size: 1.05rem;
  transition: transform 0.2s ease;
}

.pk-home-expert:hover .pk-home-expert__cta {
  background: linear-gradient(135deg, var(--pk-primary-dark) 0%, #0f766e 100%);
  box-shadow: 0 6px 20px rgba(0, 109, 119, 0.34);
  transform: translateY(-1px);
}

.pk-home-expert:hover .pk-home-expert__cta-arrow {
  transform: translateX(3px);
}

/* 24. kart — daha fazla uzman */
.pk-home-expert--more {
  background: linear-gradient(165deg, #f0fdfa 0%, #fff 48%, #f8fafc 100%);
  border-style: dashed;
  border-color: rgba(0, 109, 119, 0.28);
}

.pk-home-expert--more:hover {
  border-color: var(--pk-primary);
  background: linear-gradient(165deg, #ecfdf5 0%, #fff 55%, #f0fdfa 100%);
}

.pk-home-expert__more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1;
  min-height: 100%;
  padding: 1.5rem 1rem;
  position: relative;
  overflow: hidden;
}

.pk-home-expert__more-ring {
  position: absolute;
  inset: auto;
  top: 50%;
  left: 50%;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 109, 119, 0.12);
  transform: translate(-50%, -58%);
  pointer-events: none;
}

.pk-home-expert__more-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--pk-primary) 0%, #0d9488 100%);
  color: #fff;
  font-size: 1.65rem;
  box-shadow: 0 8px 24px rgba(0, 109, 119, 0.22);
  margin-bottom: 0.85rem;
}

.pk-home-expert__more-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  color: var(--pk-text);
  line-height: 1.25;
}

.pk-home-expert__more-desc {
  margin: 0.45rem 0 0;
  max-width: 16rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--pk-muted);
}

.pk-home-expert__cta--outline {
  margin-top: 1rem;
  color: var(--pk-primary-dark);
  background: #fff;
  border: 2px solid rgba(0, 109, 119, 0.22);
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
}

.pk-home-expert--more:hover .pk-home-expert__cta--outline {
  background: var(--pk-primary);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(0, 109, 119, 0.24);
}

/* Masaüstü: 4 sütun × 6 satır (24 kart) */
@media (min-width: 768px) {
  .pk-home-experts {
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .pk-home-experts {
    gap: 1.1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pk-home-expert {
    border-radius: 18px;
    min-height: 100%;
  }

  .pk-home-expert__media {
    aspect-ratio: 4 / 5;
  }

  .pk-home-expert__body {
    padding: 0.85rem 0.95rem 0;
    gap: 0.35rem;
  }

  .pk-home-expert__name {
    font-size: 0.875rem;
    -webkit-line-clamp: 2;
  }

  .pk-home-expert__spec {
    font-size: 0.75rem;
  }

  .pk-home-expert__rating {
    font-size: 0.75rem;
  }

  .pk-home-expert__loc {
    font-size: 0.6875rem;
  }

  .pk-home-expert__cta {
    width: calc(100% - 1.35rem);
    padding: 0.65rem 0.9rem;
    font-size: 0.8125rem;
  }

  .pk-home-expert:hover {
    transform: translateY(-4px);
  }

  .pk-home-expert__more-title {
    font-size: 1.0625rem;
  }
}

@media (min-width: 1280px) {
  .pk-home-experts {
    gap: 1.15rem;
  }
}

/* —— Nasıl çalışır —— */
.pk-home-steps-layout {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 992px) {
  .pk-home-steps-layout {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 3.5rem;
  }
}

.pk-home-steps-visual {
  position: relative;
}

.pk-home-phone {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
  aspect-ratio: 4/5;
  border-radius: 32px;
  overflow: visible;
  box-shadow:
    0 32px 64px rgba(0, 109, 119, 0.22),
    0 0 0 1px rgba(0, 109, 119, 0.1);
}

.pk-home-phone__glow {
  position: absolute;
  inset: -20%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 109, 119, 0.25) 0%, transparent 65%);
  z-index: 0;
  animation: pk-home-glow 4s ease-in-out infinite alternate;
}

@keyframes pk-home-glow {
  from { opacity: 0.6; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1.05); }
}

.pk-home-phone img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px;
  display: block;
}

.pk-home-phone__float {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.75rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--pk-text);
  white-space: nowrap;
}

.pk-home-phone__float i {
  font-size: 1rem;
  color: var(--pk-primary);
}

.pk-home-phone__float--1 {
  top: 12%;
  left: -8%;
  animation: pk-home-float 5s ease-in-out infinite;
}

.pk-home-phone__float--2 {
  bottom: 18%;
  right: -10%;
  animation: pk-home-float 5s ease-in-out infinite 1.2s;
}

@keyframes pk-home-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.pk-home-phone__shell {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  border: 3px solid rgba(255, 255, 255, 0.35);
  pointer-events: none;
  z-index: 2;
}

.pk-home-timeline {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pk-home-timeline__item {
  display: flex;
  gap: 1.15rem;
  padding-bottom: 1.75rem;
  position: relative;
}

.pk-home-timeline__item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 1.35rem;
  top: 3rem;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--pk-primary-light), transparent);
}

.pk-home-timeline__marker {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 16px;
  background: linear-gradient(145deg, #fff 0%, var(--pk-primary-soft) 100%);
  border: 1px solid rgba(0, 109, 119, 0.2);
  color: var(--pk-primary);
  font-size: 1.25rem;
  box-shadow: 0 6px 20px rgba(0, 109, 119, 0.12);
}

.pk-home-timeline__item:hover .pk-home-timeline__marker {
  background: var(--pk-primary);
  color: #fff;
  border-color: var(--pk-primary);
  transform: scale(1.05);
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.pk-home-timeline__num {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  background: var(--pk-primary);
  color: #fff;
  font-size: 0.625rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.pk-home-timeline__body h3 {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.pk-home-timeline__body p {
  margin: 0.35rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--pk-muted);
}

.pk-home-steps-btn {
  margin-top: 0.5rem;
}

/* —— Yorumlar —— */
.pk-home-reviews-wrap {
  position: relative;
}

.pk-home-reviews-wrap::before,
.pk-home-reviews-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.5rem;
  width: clamp(1rem, 8vw, 4rem);
  z-index: 2;
  pointer-events: none;
}

.pk-home-reviews-wrap::before {
  left: 0;
  background: linear-gradient(90deg, #fff 0%, transparent 100%);
}

.pk-home-reviews-wrap::after {
  right: 0;
  background: linear-gradient(270deg, #fff 0%, transparent 100%);
}

.pk-home-reviews {
  display: flex;
  gap: 1.15rem;
  overflow-x: auto;
  padding: 0.25rem 0 1rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--pk-primary-light) transparent;
}

.pk-home-review {
  flex: 0 0 min(88vw, 360px);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  padding: 1.65rem;
  border-radius: 22px;
  background: linear-gradient(160deg, #fff 0%, var(--pk-bg) 100%);
  border: 1px solid var(--pk-border);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.pk-home-review::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--pk-primary), #00838f);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.pk-home-review:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 109, 119, 0.12);
  border-color: rgba(0, 109, 119, 0.2);
}

.pk-home-review:hover::after {
  transform: scaleX(1);
}

.pk-home-review__quote {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  font-size: 2.5rem;
  line-height: 1;
  color: var(--pk-primary);
  opacity: 0.12;
}

.pk-home-review__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.pk-home-review__stars {
  display: flex;
  gap: 0.12rem;
  color: #f59e0b;
  font-size: 0.9rem;
}

.pk-home-review__verified {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.625rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--pk-primary);
}

.pk-home-review__verified i {
  font-size: 0.85rem;
}

.pk-home-review__text {
  margin: 1rem 0 0;
  flex: 1;
  font-size: 0.9375rem;
  font-style: normal;
  line-height: 1.65;
  color: var(--pk-text);
  font-weight: 500;
}

.pk-home-review__author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--pk-border);
}

.pk-home-review__author img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: var(--pk-shadow);
}

.pk-home-review__author cite {
  display: block;
  font-style: normal;
  font-weight: 800;
  font-size: 0.9375rem;
}

.pk-home-review__author span {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--pk-muted);
}

/* —— SSS —— */
.pk-home-faq {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 0;
}

.pk-home-faq__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--pk-primary-dark) 0%, var(--pk-primary) 50%, #00838f 100%);
}

.pk-home-faq__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}

.pk-home-faq__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem;
  padding: clamp(1.75rem, 4vw, 2.75rem);
}

@media (min-width: 992px) {
  .pk-home-faq__grid {
    grid-template-columns: 1fr 1.1fr;
    align-items: start;
    gap: 2.5rem;
  }
}

.pk-home-faq__intro {
  color: #fff;
}

.pk-home-faq__title {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.pk-home-faq__lead {
  margin: 0.65rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  opacity: 0.9;
}

.pk-home-faq__more {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1.25rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease;
}

.pk-home-faq__more:hover {
  background: rgba(255, 255, 255, 0.25);
}

.pk-home-faq__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.pk-home-faq__stats > div {
  flex: 1 1 5.5rem;
  padding: 0.75rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
}

.pk-home-faq__stats strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.pk-home-faq__stats span {
  font-size: 0.75rem;
  opacity: 0.88;
}

.pk-home-faq__list {
  background: #fff;
  border-radius: 18px;
  padding: 0.35rem 1rem;
  box-shadow: var(--pk-shadow-lg);
}

.pk-home-faq__item {
  border-bottom: 1px solid var(--pk-border);
}

.pk-home-faq__item:last-child {
  border-bottom: none;
}

.pk-home-faq__item summary {
  padding: 1rem 0;
  font-weight: 700;
  font-size: 0.9375rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.pk-home-faq__item summary::-webkit-details-marker {
  display: none;
}

.pk-home-faq__item summary::after {
  content: "+";
  flex-shrink: 0;
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--pk-primary);
}

.pk-home-faq__item[open] summary::after {
  content: "−";
}

.pk-home-faq__item p {
  margin: 0;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--pk-muted);
}

/* —— Uzmanlar için —— */
.pk-home-pro {
  display: grid;
  gap: 2rem;
  align-items: center;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  border-radius: 24px;
  background: linear-gradient(145deg, var(--pk-primary-soft) 0%, #fff 55%);
  border: 1px solid rgba(0, 109, 119, 0.12);
}

@media (min-width: 992px) {
  .pk-home-pro {
    grid-template-columns: 1fr 0.85fr;
    gap: 2.5rem;
  }
}

.pk-home-pro__title {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.pk-home-pro__lead {
  margin: 0.65rem 0 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--pk-muted);
}

.pk-home-pro__grid {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .pk-home-pro__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.pk-home-pro__tile {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 109, 119, 0.1);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pk-home-pro__tile:hover {
  transform: translateX(4px);
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 109, 119, 0.1);
}

.pk-home-pro__tile-icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--pk-primary) 0%, #00838f 100%);
  color: #fff;
  font-size: 1rem;
}

.pk-home-pro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.pk-home-pro__visual {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/5;
  max-width: 22rem;
  margin: 0 auto;
  box-shadow: var(--pk-shadow-lg);
}

.pk-home-pro__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pk-home-pro__badge {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--pk-text);
  box-shadow: var(--pk-shadow);
}

.pk-home-pro__badge i {
  font-size: 1.15rem;
  color: var(--pk-primary);
}

/* —— CTA (Psikologa ailesine katılın) —— */
.pk-home-cta {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(0, 109, 119, 0.14);
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(13, 148, 136, 0.12), transparent 55%),
    linear-gradient(135deg, #ffffff 0%, var(--pk-primary-soft) 100%);
  box-shadow:
    0 20px 50px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.pk-home-cta__shine {
  position: absolute;
  top: -40%;
  right: -15%;
  width: 50%;
  height: 120%;
  background: radial-gradient(circle, rgba(45, 212, 191, 0.18) 0%, transparent 68%);
  pointer-events: none;
}

.pk-home-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.75rem;
  align-items: center;
  padding: clamp(1.5rem, 3.5vw, 2.5rem);
}

@media (min-width: 900px) {
  .pk-home-cta__inner {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2rem;
  }
}

.pk-home-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.75rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 109, 119, 0.12);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--pk-primary-dark);
}

.pk-home-cta__eyebrow i {
  font-size: 0.95rem;
  color: var(--pk-primary);
}

.pk-home-cta__title {
  margin: 0;
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.18;
  color: var(--pk-text);
  text-wrap: balance;
}

.pk-home-cta__lead {
  margin: 0.75rem 0 0;
  max-width: 32rem;
  font-size: clamp(0.9375rem, 1.7vw, 1.0625rem);
  line-height: 1.6;
  color: var(--pk-muted);
}

.pk-home-cta__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.pk-home-cta__stats li {
  padding: 0.65rem 0.75rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 109, 119, 0.1);
  text-align: center;
}

.pk-home-cta__stats strong {
  display: block;
  font-size: 0.9375rem;
  font-weight: 800;
  color: var(--pk-primary-dark);
  line-height: 1.2;
}

.pk-home-cta__stats span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--pk-muted);
  line-height: 1.3;
}

.pk-home-cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.15rem;
  margin-top: 1.35rem;
}

.pk-home-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pk-primary) 0%, #00838f 100%);
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(0, 109, 119, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pk-home-cta__btn i {
  font-size: 1.1rem;
  transition: transform 0.2s ease;
}

.pk-home-cta__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 109, 119, 0.34);
  color: #fff;
}

.pk-home-cta__btn:hover i {
  transform: translateX(3px);
}

.pk-home-cta__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--pk-primary-dark);
  text-decoration: none;
  transition: color 0.15s ease;
}

.pk-home-cta__link:hover {
  color: var(--pk-primary);
  text-decoration: underline;
}

.pk-home-cta__panel {
  width: min(100%, 320px);
  margin-inline: auto;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 109, 119, 0.12);
  box-shadow:
    0 16px 40px rgba(15, 23, 42, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.6) inset;
}

.pk-home-cta__panel-head {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 0.75rem;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-bottom: 1px solid var(--pk-border);
}

.pk-home-cta__panel-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #cbd5e1;
}

.pk-home-cta__panel-dot:first-child { background: #f87171; }
.pk-home-cta__panel-dot:nth-child(2) { background: #fbbf24; }
.pk-home-cta__panel-dot:nth-child(3) { background: #34d399; }

.pk-home-cta__panel-body {
  padding: 1.15rem 1.25rem 1.25rem;
}

.pk-home-cta__avatars {
  display: flex;
  align-items: center;
  margin-bottom: 0.85rem;
}

.pk-home-cta__avatar {
  width: 2.35rem;
  height: 2.35rem;
  margin-left: -0.55rem;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
  background: #e2e8f0;
}

.pk-home-cta__avatar:first-child {
  margin-left: 0;
}

.pk-home-cta__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.pk-home-cta__avatar--more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  font-weight: 800;
  color: var(--pk-primary-dark);
  background: var(--pk-primary-soft);
}

.pk-home-cta__panel-title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 800;
  color: var(--pk-text);
}

.pk-home-cta__panel-list {
  margin: 0.65rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.pk-home-cta__panel-list li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--pk-muted);
}

.pk-home-cta__panel-list i {
  font-size: 1rem;
  color: var(--pk-primary);
}

/* —— SEO alt bölüm —— */
.pk-home-body .pk-home-seo {
  padding-top: var(--home-pad-y);
  padding-bottom: var(--home-pad-y);
  background: #fff;
  border-top: 1px solid var(--pk-border);
}

.pk-home-body .pk-home-seo__title {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
}

.pk-home-body .pk-home-seo__highlight {
  border-radius: 16px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.pk-home-body .pk-home-seo__highlight:hover {
  transform: translateY(-2px);
  border-color: var(--pk-primary);
  box-shadow: var(--pk-shadow);
}

.pk-home-body .pk-btn--primary {
  box-shadow: 0 4px 14px rgba(0, 109, 119, 0.28);
}

.pk-home-body .pk-btn--primary:hover {
  box-shadow: 0 6px 20px rgba(0, 109, 119, 0.35);
}

@media (prefers-reduced-motion: reduce) {
  .pk-home-expert__live-dot,
  .pk-home-phone__float,
  .pk-home-phone__glow {
    animation: none;
  }

  .pk-home-service__shine {
    display: none;
  }
}
