/* PsikoHukuk homepage v2 — scoped to .ph-home and public header/footer helpers */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header-ph { transition: box-shadow 0.2s, border-color 0.2s, background 0.2s; }
.site-header-ph.is-sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 0 rgba(226, 232, 240, 0.9), 0 8px 24px rgba(15, 23, 42, 0.06);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  border-bottom-color: transparent;
}
.site-header-corp .header-cta-group { display: flex; gap: 0.35rem; align-items: center; flex-wrap: nowrap; }
.nav-link-member { opacity: 0.85; }

.ph-hero-slider {
  position: relative;
  height: clamp(320px, 42vh, 480px);
  min-height: 320px;
  max-height: 480px;
  overflow: hidden;
  isolation: isolate;
  background: #0f172a;
}
.ph-hero-slider .slider-track {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
.ph-hero-slider .slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.55s ease, visibility 0.55s ease;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.ph-hero-slider .slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  pointer-events: auto;
}
.ph-slide-media { position: absolute; inset: 0; display: block; z-index: 0; }
.ph-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  display: block;
}
.ph-slide-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(105deg, rgba(15, 23, 42, 0.78) 0%, rgba(15, 23, 42, 0.42) 42%, rgba(15, 23, 42, 0.12) 72%, rgba(15, 23, 42, 0.05) 100%);
}
.ph-slide-content {
  position: relative;
  z-index: 2;
  max-width: 640px;
  padding: 2rem 0;
  color: #fff;
}
.ph-slide-eyebrow {
  display: inline-block; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: #bfdbfe; margin-bottom: 0.5rem;
}
.ph-slide-title, .ph-slide-title-lead {
  font-size: clamp(1.75rem, 4vw, 2.75rem); font-weight: 700; color: #fff;
  line-height: 1.15; margin: 0 0 0.65rem;
}
.ph-slide-sub { font-size: 1.05rem; color: #e2e8f0; margin: 0 0 0.35rem; }
.ph-slide-desc { font-size: 0.92rem; color: #cbd5e1; margin: 0 0 1rem; max-width: 520px; }
.ph-slide-actions { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.btn-outline-light { border: 1px solid rgba(255,255,255,0.65); color: #fff; background: transparent; }
.btn-outline-light:hover { background: rgba(255,255,255,0.12); color: #fff; }
.ph-slider-pause-btn {
  position: absolute; bottom: 1rem; right: 1rem; z-index: 5;
  border: none; background: rgba(255,255,255,0.2); color: #fff; border-radius: 8px;
  padding: 0.35rem 0.55rem; cursor: pointer;
}

.ph-trust {
  background: #fff;
  border-bottom: 1px solid #f1f5f9;
  padding: 0.6rem 0;
}
.ph-trust-inner {
  display: flex; flex-wrap: wrap; gap: 0.65rem 1.75rem; justify-content: center;
}
.ph-trust-item {
  display: flex; align-items: center; gap: 0.45rem;
  font-size: 0.78rem; font-weight: 600; color: #475569;
}
.ph-ico { flex-shrink: 0; color: #0891b2; stroke: currentColor; }

/* ── Appointment search: original layout + premium refinements only ── */
.ph-home .ph-search-wrap { background: #fff; }
.ph-search-wrap .appointment-search-hero { margin-top: 0; }

.ph-search-refined {
  background: #fff;
  padding: 2.75rem 0 3rem;
  border-bottom: 1px solid #eef2f6;
}

.ph-search-bar {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 0.8fr auto;
  gap: 0.5rem;
  align-items: stretch;
}

.ph-search-refined .appointment-search-bar {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.88) 0%, rgba(14, 165, 233, 0.82) 55%, rgba(6, 182, 212, 0.78) 100%);
  box-shadow: 0 6px 22px rgba(37, 99, 235, 0.14);
}

.ph-search-refined .search-icon {
  display: inline-flex;
  align-items: center;
  opacity: 1;
  filter: none;
}
.ph-search-refined .search-icon .ph-ico {
  width: 16px;
  height: 16px;
  color: rgba(255, 255, 255, 0.88);
}

.ph-search-refined .apt-type-ico {
  display: inline-flex;
  align-items: center;
}
.ph-search-refined .apt-type-ico .ph-ico {
  width: 15px;
  height: 15px;
}
.ph-search-refined .appointment-type-btn.is-active .apt-type-ico .ph-ico {
  color: #fff;
}

.ph-search-refined .search-hero-float-icon {
  display: inline-flex;
  align-items: center;
}
.ph-search-refined .search-hero-float-icon .ph-ico {
  width: 16px;
  height: 16px;
}

.ph-search-refined .privacy-badge-refined {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.85rem;
  padding: 0.45rem 0;
  background: transparent;
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.45;
}
.ph-search-refined .privacy-badge-refined .ph-ico {
  width: 15px;
  height: 15px;
  color: #0891b2;
  flex-shrink: 0;
}

.ph-search-refined .city-chip {
  padding: 0.22rem 0.55rem;
  font-size: 0.68rem;
  font-weight: 600;
  background: #f8fafc;
  border-color: #e2e8f0;
}

.ph-search-refined .search-hero-stat-premium {
  background: linear-gradient(145deg, #1e40af 0%, #0891b2 100%);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 12px 32px rgba(30, 64, 175, 0.22);
  border-radius: 14px;
  padding: 0.85rem 1.1rem;
  min-width: 96px;
}
.ph-search-refined .search-hero-stat-premium strong {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.ph-search-refined .search-hero-stat-premium span {
  font-size: 0.65rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  opacity: 0.95;
}

.ph-home .ph-section { padding: clamp(2.75rem, 4vw, 3.25rem) 0; }
.ph-home .ph-section:nth-child(even) { background: var(--color-surface, #f8fafc); }
.ph-section-head { margin-bottom: 1.75rem; }
.ph-section-head-row {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap;
}
.ph-section-title {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem); font-weight: 700;
  color: var(--color-text, #0f172a); margin: 0 0 0.35rem;
}
.ph-section-sub { color: var(--color-text-muted, #64748b); margin: 0; max-width: 640px; }
.ph-section-cta { margin-top: 1.5rem; text-align: center; }

.ph-card {
  background: #fff; border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 12px; padding: 1.15rem;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}
.ph-link { color: var(--color-primary, #2563eb); font-weight: 600; font-size: 0.85rem; text-decoration: none; }
.ph-disclaimer { color: #64748b; font-size: 0.82rem; margin: 0.5rem 0 1rem; }

.ph-card-icon { font-size: 1.35rem; }

/* ── Neden PsikoHukuk? (v2 editorial layout) ── */
.ph-home .ph-why-v2 {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 48%, #f8fafc 100%);
  padding: clamp(1.75rem, 3.5vw, 2.65rem) 0 clamp(1rem, 2vw, 1.5rem);
}
.ph-why-v2 {
  padding: clamp(1.75rem, 3.5vw, 2.65rem) 0 clamp(1rem, 2vw, 1.5rem);
}

.ph-why-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.25rem, 2.5vw, 2rem);
  align-items: start;
}

.ph-why-copy {
  min-width: 0;
}

.ph-why-eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2563eb;
}

.ph-why-title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #0f172a;
  max-width: 22ch;
}

.ph-why-intro {
  margin: 0 0 1rem;
  font-size: clamp(0.875rem, 1.3vw, 0.9375rem);
  line-height: 1.58;
  color: #475569;
  max-width: 52ch;
}

.ph-why-advantages {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  border-top: 1px solid rgba(226, 232, 240, 0.95);
}

.ph-why-advantage {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(226, 232, 240, 0.95);
}

.ph-why-advantage-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 9px;
  border: 1px solid #dbeafe;
  background: rgba(255, 255, 255, 0.85);
  color: #2563eb;
}

.ph-why-advantage-icon .ph-ico {
  width: 16px;
  height: 16px;
}

.ph-why-advantage-body h3 {
  margin: 0 0 0.15rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.3;
}

.ph-why-advantage-body p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #64748b;
}

.ph-why-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.15rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
  transition: color 0.18s ease;
}

.ph-why-footer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
  transition: color 0.18s ease;
}

.ph-why-link:hover,
.ph-why-footer-link:hover {
  color: #1d4ed8;
}

.ph-why-link-arrow {
  flex-shrink: 0;
  transition: transform 0.18s ease;
}

.ph-why-link:hover .ph-why-link-arrow,
.ph-why-footer-link:hover .ph-why-link-arrow {
  transform: translateX(3px);
}

.ph-why-visual {
  position: relative;
  min-width: 0;
}

.ph-why-figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(145deg, #e2e8f0 0%, #f8fafc 100%);
}

.ph-why-image {
  display: block;
  width: 100%;
  height: clamp(320px, 36vw, 435px);
  max-height: 435px;
  object-fit: cover;
  object-position: center 45%;
  border-radius: 28px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.09), 0 3px 10px rgba(15, 23, 42, 0.04);
}

.ph-why-tags {
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
}

.ph-why-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.32rem 0.6rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #1e293b;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(226, 232, 240, 0.95);
  backdrop-filter: blur(6px);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.ph-why-tag-icon {
  display: inline-flex;
  color: #2563eb;
}

.ph-why-tag-icon .ph-ico {
  width: 14px;
  height: 14px;
}

.ph-why-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-top: clamp(0.85rem, 1.8vw, 1.25rem);
  padding-top: 0.85rem;
  border-top: 1px solid rgba(203, 213, 225, 0.65);
}

.ph-why-footer-text {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #334155;
  max-width: 52ch;
  line-height: 1.48;
}

.ph-why-footer-link {
  flex-shrink: 0;
  font-size: 0.8125rem;
}

.ph-services-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.75rem; }
.ph-service-card h3 { font-size: 0.88rem; margin: 0 0 0.25rem; }
.ph-service-card p { font-size: 0.76rem; color: #64748b; margin: 0 0 0.5rem; }

/* ── Hizmet Alanları v3 (featured vitrin — 6 yan yana) ── */
.ph-services-v3 {
  padding: clamp(2rem, 3.5vw, 2.75rem) 0;
  background: #fff;
}

.ph-services-v3 .ph-svc-head {
  margin-bottom: 1.5rem;
}

.ph-services-v3 .ph-svc-grid-featured {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.65rem;
  align-items: stretch;
}

.ph-services-v3 .ph-svc-card {
  min-height: 0;
  height: 100%;
  padding: 1rem 0.75rem 0.85rem;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
}

.ph-services-v3 .ph-svc-icon {
  width: 34px;
  height: 34px;
  margin-bottom: 0.6rem;
  border-radius: 9px;
}

.ph-services-v3 .ph-svc-icon .ph-ico {
  width: 17px;
  height: 17px;
}

.ph-services-v3 .ph-svc-card-title {
  font-size: 0.8125rem;
  margin-bottom: 0.35rem;
  line-height: 1.3;
}

.ph-services-v3 .ph-svc-card-desc {
  font-size: 0.6875rem;
  line-height: 1.45;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: normal;
  overflow-wrap: anywhere;
  margin-bottom: 0.6rem;
}

.ph-services-v3 .ph-svc-link {
  font-size: 0.6875rem;
  gap: 0.2rem;
}

.ph-services-v3 .ph-svc-link-arrow {
  width: 13px;
  height: 13px;
}

.ph-services-v3 .ph-svc-cta {
  margin-top: 1.65rem;
}

.ph-svc-cta-hint {
  margin: 0.85rem auto 0;
  max-width: 640px;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #94a3b8;
}

.ph-svc-cta-btn {
  padding: 0.85rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.24);
}

/* ── Hizmet Alanları v2 (legacy) ── */
.ph-services-v2 {
  padding: clamp(2.75rem, 5vw, 3.75rem) 0;
  background: #fff;
}

.ph-svc-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.25rem;
}

.ph-svc-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #0f172a;
}

.ph-svc-sub {
  margin: 0;
  font-size: clamp(0.9375rem, 1.4vw, 1.02rem);
  line-height: 1.6;
  color: #64748b;
}

.ph-svc-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.ph-svc-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 220px;
  padding: 1.35rem 1.25rem 1.2rem;
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ph-svc-card:hover {
  transform: translateY(-5px);
  border-color: #bfdbfe;
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.1), 0 4px 12px rgba(15, 23, 42, 0.06);
}

.ph-svc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 1rem;
  border-radius: 12px;
  border: 1px solid #dbeafe;
  background: #f8fbff;
  color: #2563eb;
}

.ph-svc-icon .ph-ico {
  width: 22px;
  height: 22px;
}

.ph-svc-card-title {
  margin: 0 0 0.55rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.35;
  color: #0f172a;
  letter-spacing: -0.01em;
}

.ph-svc-card-desc {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #64748b;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ph-svc-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: auto;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #64748b;
  text-decoration: none;
  transition: color 0.18s ease;
}

.ph-svc-card:hover .ph-svc-link {
  color: #2563eb;
}

.ph-svc-link-arrow {
  flex-shrink: 0;
  transition: transform 0.18s ease;
}

.ph-svc-card:hover .ph-svc-link-arrow {
  transform: translateX(3px);
}

.ph-svc-cta {
  margin-top: 2.25rem;
  text-align: center;
}

.ph-svc-cta-btn {
  padding: 0.75rem 1.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.22);
}

.ph-svc-cta-btn:hover {
  box-shadow: 0 8px 26px rgba(37, 99, 235, 0.3);
}

/* ── Hizmetler katalog sayfası ── */
.ph-services-catalog {
  padding: 2rem 0 3.5rem;
  background: #f8fafc;
}

.ph-svc-grid-catalog {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.ph-svc-card-compact {
  min-height: 180px;
  padding: 1.25rem 1.15rem;
}

.page-hero-compact {
  padding: 2.25rem 0;
  text-align: center;
}

.page-hero-therapists {
  padding: clamp(1.35rem, 2.5vw, 1.75rem) 0 clamp(1rem, 2vw, 1.35rem);
}

.page-hero-therapists h1 {
  font-size: clamp(1.55rem, 2.8vw, 2rem);
  margin-bottom: 0.35rem;
}

.page-hero-therapists .page-hero-sub {
  font-size: clamp(0.88rem, 1.4vw, 0.98rem);
  line-height: 1.5;
  max-width: 520px;
  margin: 0 auto;
}

.page-hero-therapists .privacy-badge-wrap-compact {
  margin-top: 0.55rem;
}

.page-hero-therapists .privacy-badge {
  font-size: 0.74rem;
  padding: 0.3rem 0.7rem;
}

.section-therapists {
  padding: clamp(1rem, 2vw, 1.35rem) 0 clamp(2.5rem, 4vw, 3.25rem);
}

.tip-banner-compact {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  gap: 0.75rem;
}

.tip-banner-compact .tip-banner-icon {
  width: 34px;
  height: 34px;
  font-size: 0.95rem;
}

.tip-banner-compact strong {
  font-size: 0.88rem;
  margin-bottom: 0.15rem;
}

.tip-banner-compact p {
  font-size: 0.82rem;
  line-height: 1.45;
  margin: 0;
}

.page-hero-compact h1 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin-bottom: 0.5rem;
}

.page-hero-compact .page-hero-sub {
  max-width: 560px;
  margin: 0 auto;
  opacity: 0.92;
}

/* ── PsikoHukuk v2 ── */
.ph-ph-v2 {
  padding: clamp(2.75rem, 5vw, 3.75rem) 0;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.ph-ph-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.75rem, 3.5vw, 2.75rem);
  align-items: center;
}

.ph-ph-eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2563eb;
}

.ph-ph-title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.5rem, 2.8vw, 2.05rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #0f172a;
  max-width: 22ch;
}

.ph-ph-sub {
  margin: 0 0 1.35rem;
  font-size: clamp(0.9375rem, 1.4vw, 1rem);
  line-height: 1.68;
  color: #475569;
  max-width: 54ch;
}

.ph-ph-v2 .ph-ph-topics {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.ph-ph-topic {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #334155;
}

.ph-ph-topic-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid #dbeafe;
  background: #fff;
  color: #2563eb;
}

.ph-ph-topic-icon .ph-ico {
  width: 16px;
  height: 16px;
}

.ph-ph-disclaimer {
  margin: 0 0 1.25rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #94a3b8;
  max-width: 52ch;
}

.ph-ph-cta {
  padding: 0.7rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.22);
}

.ph-ph-figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #e2e8f0;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
}

.ph-ph-image {
  display: block;
  width: 100%;
  height: clamp(280px, 32vw, 380px);
  object-fit: cover;
  object-position: center center;
}

.ph-ph-visual-badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #1e293b;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(226, 232, 240, 0.95);
  backdrop-filter: blur(6px);
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
}

.ph-ph-badge-icon {
  display: inline-flex;
  color: #2563eb;
}

.ph-ph-badge-icon .ph-ico {
  width: 14px;
  height: 14px;
}

.ph-ph-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 2rem; align-items: center; }
.ph-ph-v2 .ph-ph-visual {
  min-height: 0;
  background: none;
  display: block;
  border-radius: 0;
}

.ph-ph-topics { margin: 1rem 0; padding-left: 1.1rem; color: #475569; font-size: 0.88rem; line-height: 1.7; }
.ph-ph-visual {
  min-height: 220px; border-radius: 16px;
  background: linear-gradient(135deg, var(--color-primary, #2563eb), var(--color-primary-dark, #1e40af));
  display: flex; align-items: center; justify-content: center;
}
.ph-ph-badge { color: #fff; font-size: 1.5rem; font-weight: 700; }

/* —— Nasıl Çalışır: horizontal timeline —— */
.ph-how-v2 .ph-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.ph-timeline-item {
  flex: 1 1 0;
  display: flex;
  align-items: flex-start;
  min-width: 0;
}
.ph-timeline-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.35rem 1rem 1.15rem;
  border-radius: 14px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: #fff;
  min-height: 100%;
  transition: background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
.ph-timeline-step:hover {
  background: #fff;
  border-color: #cbd5e1;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}
.ph-timeline-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  color: var(--color-primary, #2563eb);
  background: rgba(37, 99, 235, 0.08);
  margin-bottom: 0.65rem;
}
.ph-timeline-icon .ph-ico { width: 22px; height: 22px; }
.ph-timeline-num {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #94a3b8;
  margin-bottom: 0.35rem;
}
.ph-timeline-title {
  margin: 0 0 0.4rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
}
.ph-timeline-desc {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.55;
  color: #64748b;
  max-width: 15rem;
}
.ph-timeline-line {
  flex: 0 0 auto;
  align-self: center;
  width: clamp(12px, 2.5vw, 28px);
  height: 2px;
  margin-top: 2.35rem;
  background: linear-gradient(90deg, #cbd5e1 0%, #94a3b8 50%, #cbd5e1 100%);
}
.ph-how-v2 .ph-how-cta { margin-top: 2rem; }
.ph-how-v2 .ph-how-cta-btn {
  min-width: 220px;
  padding-left: 2rem;
  padding-right: 2rem;
}

/* —— Uzman Terapistler: premium cards —— */
.ph-therapists-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.ph-therapists-v2 .ph-therapists-grid-v2 {
  gap: 1.25rem;
}
.ph-th-all-link {
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.88rem;
}
.ph-th-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}
.ph-th-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}
.ph-th-photo-wrap {
  aspect-ratio: 10 / 7;
  max-height: 198px;
  overflow: hidden;
  background: #f1f5f9;
}
.ph-th-photo-wrap.person-photo-wrap,
.ph-th-photo-wrap .person-photo-wrap {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.ph-th-photo-wrap .person-photo,
.ph-th-photo-wrap img.person-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
}
.ph-th-photo-wrap .person-photo-fallback,
.ph-th-photo-wrap .therapist-avatar {
  width: 100%;
  height: 100%;
  border-radius: 0;
  font-size: 2.5rem;
}
.ph-th-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.15rem 1.2rem 1.25rem;
  gap: 0;
}
.ph-th-name {
  margin: 0 0 0.2rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}
.ph-th-role {
  margin: 0 0 0.15rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--color-primary, #2563eb);
}
.ph-th-city {
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  color: #64748b;
}
.ph-th-specs {
  margin: 0 0 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #f1f5f9;
  font-size: 0.8rem;
  line-height: 1.55;
  color: #475569;
}
.ph-th-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 0.25rem;
}
.ph-th-meta {
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
  font-size: 0.78rem;
  line-height: 1.55;
  color: #64748b;
}
.ph-th-meta li + li { margin-top: 0.25rem; }
.ph-th-status {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}
.ph-th-status.is-open {
  background: #ecfdf5;
  color: #047857;
}
.ph-th-status.is-closed {
  background: #f8fafc;
  color: #64748b;
}
.ph-th-actions {
  display: flex;
  gap: 0.45rem;
  margin-top: auto;
}
.ph-th-actions .btn {
  flex: 1;
  text-align: center;
  justify-content: center;
}
.ph-therapist-tags { display: flex; flex-wrap: wrap; gap: 0.25rem; margin: 0.5rem 0; }
.ph-tag {
  font-size: 0.65rem; font-weight: 600; padding: 0.12rem 0.38rem;
  border-radius: 4px; background: #eff6ff; color: #1d4ed8;
}
.ph-tag-muted { background: #f1f5f9; color: #64748b; }
.ph-tag-ok { background: #dcfce7; color: #166534; }
.ph-card-actions { display: flex; gap: 0.35rem; margin-top: 0.65rem; }

/* —— Psikolojik Testler: featured showcase —— */
.ph-tests-v2 .ph-tests-showcase {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
}
.ph-test-card-v2 {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.45rem 1.35rem 1.35rem;
  background: #fff;
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 18px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}
.ph-test-card-v2:hover {
  transform: translateY(-4px);
  border-color: #cbd5e1;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
}
.ph-test-card-v2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.35rem;
  right: 1.35rem;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: var(--test-accent, var(--color-primary, #2563eb));
  opacity: 0.85;
}
.ph-test-free-badge {
  align-self: flex-start;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  margin-bottom: 0.85rem;
}
.ph-test-card-v2 .ph-test-icon {
  font-size: 1.65rem;
  line-height: 1;
  margin-bottom: 0.65rem;
}
.ph-test-name {
  margin: 0 0 0.45rem;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.35;
}
.ph-test-name a {
  color: #0f172a;
  text-decoration: none;
}
.ph-test-name a:hover { color: var(--color-primary, #2563eb); }
.ph-test-desc {
  margin: 0 0 1rem;
  font-size: 0.8rem;
  line-height: 1.55;
  color: #64748b;
  flex: 1;
}
.ph-test-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  margin-bottom: 1.1rem;
  font-size: 0.76rem;
  color: #64748b;
}
.ph-test-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.ph-test-meta-ico {
  flex-shrink: 0;
  color: #94a3b8;
}
.ph-test-start-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.62rem 1rem;
  border-radius: 10px;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, var(--color-primary, #2563eb), #1d4ed8);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.ph-test-start-btn:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.28);
  filter: brightness(1.03);
}
.ph-tests-footer-cta {
  margin-top: 2rem;
  text-align: center;
}
.ph-tests-all-btn {
  min-width: min(100%, 420px);
  padding: 0.85rem 2rem;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 12px;
}
.ph-tests-footer-note {
  margin: 0.85rem auto 0;
  max-width: 640px;
  font-size: 0.8rem;
  line-height: 1.6;
  color: #94a3b8;
}

/* —— PsikoHukuk'ta: premium stats —— */
.ph-stats-v2 {
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}
.ph-stats-v2 .ph-stats-title {
  text-align: center;
  margin-bottom: 2rem;
}
.ph-stats-grid-v2 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}
.ph-stat-card-v2 {
  text-align: center;
  padding: 2rem 1.35rem;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.04);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.ph-stat-card-v2:hover {
  transform: translateY(-3px);
  border-color: #cbd5e1;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}
.ph-stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 0.85rem;
  border-radius: 12px;
  color: var(--color-primary, #2563eb);
  background: rgba(37, 99, 235, 0.08);
}
.ph-stat-icon .ph-ico { width: 22px; height: 22px; }
.ph-stats-v2 .ph-stat-value {
  display: block;
  font-size: clamp(2rem, 4vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--color-primary, #2563eb);
  margin-bottom: 0.55rem;
  font-variant-numeric: tabular-nums;
}
.ph-stats-v2 .ph-stat-value-text {
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  line-height: 1.35;
  max-width: 12rem;
  margin-left: auto;
  margin-right: auto;
}
.ph-stat-card-v2.is-text-stat .ph-stat-label:empty { display: none; }
.ph-stats-v2 .ph-stat-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: #64748b;
  line-height: 1.45;
}

.ph-tm-demo-badge {
  display: inline-block;
  margin-bottom: 0.55rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #94a3b8;
}

.ph-trust-band {
  padding: 1rem 0 1.25rem;
  background: #f8fafc;
  border-top: 1px solid rgba(226, 232, 240, 0.95);
}
.ph-trust-band-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 1.5rem;
}
.ph-trust-band-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #64748b;
}
.ph-trust-band-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-primary, #2563eb);
  opacity: 0.65;
  flex-shrink: 0;
}

.ph-test-icon .ph-ico {
  width: 22px;
  height: 22px;
}

/* —— Danışan Deneyimleri: testimonial slider —— */
.ph-testimonials-v2 .ph-section-title {
  margin-bottom: 1.75rem;
}
.ph-tm-slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.ph-tm-viewport {
  flex: 1;
  overflow: hidden;
}
.ph-tm-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.ph-tm-slide {
  flex-shrink: 0;
  padding: 0.35rem 0.65rem;
  box-sizing: border-box;
}
.ph-tm-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1.4rem;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}
.ph-tm-stars {
  color: #f59e0b;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.85rem;
}
.ph-tm-quote {
  margin: 0 0 1.15rem;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #334155;
  font-style: normal;
  flex: 1;
}
.ph-tm-footer {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-top: 0.85rem;
  border-top: 1px solid #f1f5f9;
}
.ph-tm-author {
  font-style: normal;
  font-size: 0.84rem;
  font-weight: 700;
  color: #0f172a;
}
.ph-tm-city,
.ph-tm-service {
  font-size: 0.76rem;
  color: #64748b;
}
.ph-tm-nav {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  background: #fff;
  color: #475569;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.ph-tm-nav:hover {
  border-color: #cbd5e1;
  color: var(--color-primary, #2563eb);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}

/* —— Son Yazılar: premium blog cards —— */
.ph-blog-v2 .ph-blog-all-link {
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.88rem;
}
.ph-blog-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}
.ph-blog-card-v2 {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}
.ph-blog-card-v2:hover {
  transform: scale(1.02);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.09);
}
.ph-blog-cover {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f1f5f9;
}
.ph-blog-cover img,
.ph-blog-cover-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ph-blog-cover-fallback {
  background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%);
}
.ph-blog-cat {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--color-primary, #2563eb);
  border: 1px solid rgba(226, 232, 240, 0.9);
}
.ph-blog-body-v2 {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.15rem 1.25rem 1.3rem;
}
.ph-blog-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.75rem;
  margin-bottom: 0.65rem;
  font-size: 0.74rem;
  color: #94a3b8;
}
.ph-blog-meta-row time { color: #94a3b8; }
.ph-blog-read::before {
  content: "·";
  margin-right: 0.75rem;
}
.ph-blog-title {
  margin: 0 0 0.55rem;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
}
.ph-blog-title a {
  color: #0f172a;
  text-decoration: none;
}
.ph-blog-title a:hover { color: var(--color-primary, #2563eb); }
.ph-blog-excerpt {
  margin: 0 0 1rem;
  font-size: 0.82rem;
  line-height: 1.6;
  color: #64748b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ph-blog-more {
  margin-top: auto;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--color-primary, #2563eb);
  text-decoration: none;
}
.ph-blog-more:hover { text-decoration: underline; }

/* —— Son Yazılar → SSS geçişi —— */
.ph-blog-v2.ph-section {
  padding-bottom: clamp(1.25rem, 2vw, 1.75rem);
}

/* —— SSS: modern accordion —— */
.ph-home .ph-section.ph-faq-v2 {
  padding: clamp(3.75rem, 5vw, 5rem) 0 clamp(2rem, 3vw, 2.5rem);
}
.ph-tests-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.ph-test-card { border-top: 3px solid var(--test-accent, var(--color-primary, #2563eb)); }

.ph-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.ph-stat-card {
  text-align: center; padding: 1.25rem; border-radius: 12px;
  background: #fff; border: 1px solid var(--color-border, #e2e8f0);
}
.ph-stat-value { display: block; font-size: 1.75rem; font-weight: 700; color: var(--color-primary, #2563eb); }
.ph-stat-label { font-size: 0.78rem; color: #64748b; }

.ph-testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.ph-blog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.ph-blog-thumb { display: block; border-radius: 8px; overflow: hidden; aspect-ratio: 16/9; margin-bottom: 0.65rem; }
.ph-blog-thumb img { width: 100%; height: 100%; object-fit: cover; }

.ph-faq-item {
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 8px; margin-bottom: 0.5rem; background: #fff;
}
.ph-faq-item summary { padding: 0.85rem 1rem; font-weight: 600; cursor: pointer; list-style: none; }
.ph-faq-item summary::-webkit-details-marker { display: none; }
.ph-faq-item p { padding: 0 1rem 0.85rem; margin: 0; font-size: 0.86rem; color: #475569; }

/* —— SSS: modern accordion —— */
.ph-faq-v2 .ph-section-title {
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
}
.ph-faq-v2 .ph-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.ph-faq-v2 .ph-faq-item {
  margin: 0;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.03);
  overflow: hidden;
  transition: box-shadow 0.22s ease, border-color 0.22s ease;
}
.ph-faq-v2 .ph-faq-item[open] {
  border-color: #cbd5e1;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}
.ph-faq-v2 .ph-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.72rem 0.95rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.4;
}
.ph-faq-v2 .ph-faq-q { flex: 1; }
.ph-faq-v2 .ph-faq-toggle {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: #f8fafc;
  color: var(--color-primary, #2563eb);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: background 0.2s ease;
}
.ph-faq-v2 .ph-faq-toggle::after { content: "+"; }
.ph-faq-v2 .ph-faq-item[open] .ph-faq-toggle::after { content: "−"; }
.ph-faq-v2 .ph-faq-item[open] .ph-faq-toggle {
  background: rgba(37, 99, 235, 0.1);
}
.ph-faq-v2 .ph-faq-answer {
  padding: 0 0.95rem 0.75rem;
  animation: phFaqOpen 0.22s ease;
}
.ph-faq-v2 .ph-faq-answer p {
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  line-height: 1.55;
  color: #64748b;
  border-top: 1px solid #f1f5f9;
  padding-top: 0.65rem;
}
@keyframes phFaqOpen {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

.ph-faq-nudge {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(226, 232, 240, 0.95);
  text-align: center;
}
.ph-faq-nudge-text {
  margin: 0 auto 0.85rem;
  max-width: 520px;
  font-size: 0.84rem;
  line-height: 1.6;
  color: #64748b;
}
.ph-faq-nudge-btn {
  min-width: 0;
  padding: 0.55rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
  border-radius: 10px;
  box-shadow: none;
}

/* —— Kurumsal hizmetler —— */
.ph-b2b-v2 {
  background: #fff;
  padding: clamp(2.2rem, 3.2vw, 2.65rem) 0;
}
.ph-b2b-v2 .ph-b2b-head {
  max-width: 720px;
  margin-bottom: 1.35rem;
}
.ph-b2b-v2 .ph-section-sub {
  margin-top: 0.5rem;
  max-width: none;
}
.ph-b2b-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.35rem;
  align-items: start;
  margin-bottom: 1.35rem;
}
.ph-b2b-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}
.ph-b2b-feature {
  padding: 0.95rem 0.85rem;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
  transition: box-shadow 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}
.ph-b2b-feature:hover {
  border-color: #cbd5e1;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
  transform: translateY(-2px);
}
.ph-b2b-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 0.55rem;
  border-radius: 10px;
  color: var(--color-primary, #2563eb);
  background: rgba(37, 99, 235, 0.08);
}
.ph-b2b-feature-icon .ph-ico { width: 18px; height: 18px; }
.ph-b2b-feature-title {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0f172a;
}
.ph-b2b-visual {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.07);
  position: sticky;
  top: 6rem;
}
.ph-b2b-visual img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 4.2;
  max-height: 340px;
}
.ph-b2b-v2 .ph-b2b-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.ph-b2b-inner {
  background: linear-gradient(135deg, #eff6ff, #f8fafc);
  border: 1px solid #bfdbfe; border-radius: 16px; padding: 2rem;
}
.ph-b2b-list { columns: 2; margin: 1rem 0; padding-left: 1.1rem; font-size: 0.88rem; color: #475569; }
.ph-b2b-actions { display: flex; gap: 0.5rem; flex-wrap: wrap; }

.ph-emergency {
  background: #fffbeb; border-top: 1px solid #fde68a; border-bottom: 1px solid #fde68a;
  padding: 1.25rem 0;
}
.ph-emergency-v2 {
  background: #fff;
  border: none;
  padding: 1.5rem 0 0;
}
.ph-emergency-card {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem 1.15rem;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(146, 64, 14, 0.06);
}
.ph-emergency-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: #b45309;
  background: rgba(251, 191, 36, 0.2);
}
.ph-emergency-body { min-width: 0; }
.ph-emergency-title { font-size: 0.9rem; font-weight: 700; margin: 0 0 0.3rem; color: #92400e; }
.ph-emergency-text { margin: 0; font-size: 0.82rem; line-height: 1.6; color: #78350f; max-width: none; }
.ph-emergency-inner p { margin: 0; font-size: 0.86rem; color: #78350f; max-width: 820px; }

.ph-final-cta {
  background: linear-gradient(135deg, var(--color-primary, #2563eb), var(--color-primary-dark, #1e40af));
  color: #fff; padding: 3rem 0;
}
.ph-final-cta-v2 {
  position: relative;
  overflow: hidden;
  padding: 2.75rem 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.12) 0%, transparent 45%),
    radial-gradient(circle at 10% 90%, rgba(6, 182, 212, 0.15) 0%, transparent 40%),
    linear-gradient(135deg, var(--color-primary, #2563eb) 0%, #1e40af 55%, #1e3a8a 100%);
}
.ph-final-cta-v2 .ph-final-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  text-align: center;
  margin: 0 auto;
}
.ph-final-title { font-size: clamp(1.35rem, 3vw, 1.85rem); margin: 0 0 0.55rem; color: #fff; font-weight: 800; line-height: 1.25; }
.ph-final-sub { opacity: 0.92; margin: 0 auto 1.1rem; max-width: 580px; font-size: 0.9rem; line-height: 1.6; }
.ph-final-badges {
  list-style: none;
  margin: 0 auto 1.35rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: center;
}
.ph-final-badges li {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
}
.ph-final-actions { display: flex; gap: 0.65rem; flex-wrap: wrap; justify-content: center; }
.ph-final-cta-v2 .ph-final-actions .btn { min-width: 190px; }

.footer-columns-ph { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 1280px) {
  .ph-services-v3 .ph-svc-grid-featured {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }
  .ph-services-v3 .ph-svc-card {
    padding: 1.1rem 0.9rem;
  }
  .ph-services-v3 .ph-svc-card-title { font-size: 0.875rem; }
  .ph-services-v3 .ph-svc-card-desc { font-size: 0.75rem; }
  .ph-services-v3 .ph-svc-link { font-size: 0.75rem; }
}

@media (max-width: 1200px) {
  .ph-why-layout { grid-template-columns: 1fr; gap: 1.25rem; }
  .ph-why-title { max-width: none; }
  .ph-why-visual { max-width: 720px; }
  .ph-why-image { height: clamp(280px, 48vw, 380px); max-height: 380px; }
  .ph-svc-grid-catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ph-ph-layout { grid-template-columns: 1fr; }
  .ph-ph-title { max-width: none; }
}

@media (max-width: 1100px) {
  .ph-services-grid { grid-template-columns: repeat(3, 1fr); }
  .ph-therapists-grid, .ph-tests-grid, .ph-tests-v2 .ph-tests-showcase { grid-template-columns: repeat(2, 1fr); }
  .ph-stats-grid-v2 { grid-template-columns: repeat(2, 1fr); }
  .ph-blog-grid-v2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ph-tm-nav { width: 38px; height: 38px; }
  .ph-how-v2 .ph-timeline { flex-wrap: wrap; justify-content: center; gap: 0.5rem; }
  .ph-timeline-item { flex: 1 1 calc(50% - 0.5rem); max-width: calc(50% - 0.25rem); }
  .ph-timeline-line { display: none; }
  .ph-blog-grid { grid-template-columns: repeat(2, 1fr); }
  .ph-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .ph-search-bar { grid-template-columns: 1fr 1fr; }
  .ph-ph-grid { grid-template-columns: 1fr; }
  .ph-b2b-layout { grid-template-columns: 1fr; }
  .ph-b2b-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ph-b2b-visual { order: -1; max-width: 640px; margin: 0 auto 1.25rem; width: 100%; }
}

@media (max-width: 768px) {
  .ph-hero-slider { height: clamp(280px, 38vh, 360px); min-height: 280px; max-height: 360px; }
  .ph-slide-content { padding: 1.25rem 0; }
  .ph-search-refined { padding: 2rem 0 2.25rem; }
  .ph-trust-inner { gap: 0.5rem 1rem; }
  .ph-slide-desc { display: none; }
  .ph-why-footer { flex-direction: column; align-items: flex-start; }
  .ph-why-figure { border-radius: 24px; }
  .ph-why-image { border-radius: 24px; height: clamp(240px, 52vw, 320px); max-height: 320px; object-position: center center; }
  .ph-svc-grid-featured { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.65rem; }
  .ph-svc-grid-catalog,
  .ph-svc-grid { grid-template-columns: 1fr; gap: 0.85rem; }
  .ph-services-v3 .ph-svc-card { padding: 1.1rem 0.95rem; }
  .ph-svc-card { min-height: 200px; padding: 1.15rem 1rem; }
  .ph-ph-image { height: clamp(220px, 45vw, 300px); }
  .ph-services-grid,
  .ph-therapists-grid, .ph-tests-grid, .ph-tests-v2 .ph-tests-showcase,
  .ph-testimonials-grid,
  .ph-blog-grid, .ph-blog-grid-v2, .ph-stats-grid, .ph-stats-grid-v2 { grid-template-columns: 1fr; }
  .ph-tm-nav.ph-tm-prev { position: absolute; left: -4px; z-index: 2; }
  .ph-tm-nav.ph-tm-next { position: absolute; right: -4px; z-index: 2; }
  .ph-tm-slider { position: relative; padding: 0 2.5rem; }
  .ph-final-cta-v2 .ph-final-actions { flex-direction: column; align-items: stretch; }
  .ph-final-cta-v2 .ph-final-actions .btn { width: 100%; min-width: 0; }
  .ph-emergency-card { padding: 0.9rem 1rem; }
  .ph-blog-card-v2:hover { transform: none; }
  .ph-how-v2 .ph-timeline {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .ph-how-v2 .ph-timeline-item {
    flex: none;
    max-width: none;
    flex-direction: column;
    align-items: center;
  }
  .ph-how-v2 .ph-timeline-line {
    display: block;
    width: 1px;
    height: 20px;
    margin: 0.15rem 0;
  }
  .ph-how-v2 .ph-timeline-step {
    width: 100%;
    max-width: 360px;
  }
  .ph-search-bar { grid-template-columns: 1fr; }
  .ph-b2b-layout { grid-template-columns: 1fr; }
  .ph-b2b-features { grid-template-columns: 1fr; }
  .ph-b2b-visual { position: static; order: -1; max-width: 560px; margin: 0 auto 1rem; width: 100%; }
  .ph-b2b-v2 .ph-b2b-actions { flex-direction: column; }
  .ph-b2b-v2 .ph-b2b-actions .btn { width: 100%; justify-content: center; }
  .footer-columns-ph { grid-template-columns: 1fr 1fr; }
}

/* Services hub (/hizmetler) */
.ph-page { padding-bottom: 3rem; }
.ph-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 0.35rem; list-style: none; padding: 0; margin: 0 0 0.75rem; font-size: 0.82rem; }
.ph-breadcrumb a { color: #475569; text-decoration: none; }
.ph-breadcrumb li + li::before { content: "/"; margin-right: 0.35rem; color: #cbd5e1; }
.ph-hero-meta { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.85rem; }
.ph-hero-meta span { font-size: 0.78rem; font-weight: 600; color: #334155; background: #eef2ff; border-radius: 999px; padding: 0.25rem 0.65rem; }
.ph-svc-filters { display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 1rem 0; }
.ph-svc-filter-btn { border: 1px solid #e2e8f0; background: #fff; border-radius: 999px; padding: 0.35rem 0.75rem; font-size: 0.78rem; font-weight: 600; color: #475569; cursor: pointer; }
.ph-svc-filter-btn.is-active { background: #2563eb; border-color: #2563eb; color: #fff; }
.ph-svc-search { width: 100%; max-width: 420px; margin-bottom: 1rem; padding: 0.65rem 0.85rem; border: 1px solid #cbd5e1; border-radius: 10px; }
.ph-svc-no-results { margin-top: 1rem; }
.ph-svc-guide { text-align: center; }
.ph-svc-detail-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr); gap: 1.5rem; }
.ph-svc-detail-side .contact-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 1rem; }
.therapist-mini-list { list-style: none; margin: 0; padding: 0; }
.therapist-mini-list li { padding: 0.5rem 0; border-bottom: 1px solid #f1f5f9; }
@media (max-width: 860px) { .ph-svc-detail-grid { grid-template-columns: 1fr; } }
