﻿/* ══════════════════════════════════════════════════════════
   seokategori.css — Nova Tema  v1
   ══════════════════════════════════════════════════════════ */

/* ── Breadcrumb ─────────────────────────────────────────── */
.tdy-seocat-bc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0.6rem 0 0.9rem;
  font-size: 0.8rem;
  color: var(--tdy-color-text-secondary);
}
.tdy-seocat-bc a {
  color: var(--tdy-color-primary);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.15s;
}
.tdy-seocat-bc a:hover { color: var(--tdy-color-primary-dark); text-decoration: underline; }
.tdy-seocat-bc i { font-size: 0.6rem; color: var(--tdy-color-gray-300); }
.tdy-seocat-bc span { color: var(--tdy-color-text-secondary); }

/* ── Sayfa layout ──────────────────────────────────────── */
.tdy-seocat-page { padding: 1.5rem 0 3rem; }
@media (max-width: 767.98px) { .tdy-seocat-page { padding: 1rem 0 2rem; } }

.tdy-seocat-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 1.5rem;
  align-items: start;
}
@media (max-width: 991.98px) {
  .tdy-seocat-layout { grid-template-columns: 1fr; }
}

/* ── HERO ──────────────────────────────────────────────── */
.tdy-seocat-hero {
  background: linear-gradient(135deg, var(--tdy-color-primary) 0%, #162849 100%);
  border-radius: 16px;
  padding: 2rem 2rem 1.75rem;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}
.tdy-seocat-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  border-radius: inherit;
}
@media (max-width: 767.98px) {
  .tdy-seocat-hero { border-radius: 16px; padding: 1.4rem 1.2rem 1.3rem; }
}
.tdy-seocat-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.88);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 0.75rem;
  letter-spacing: 0.03em;
}
.tdy-seocat-hero h1 {
  font-size: clamp(1.35rem, 3.5vw, 1.85rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 0.6rem;
}
.tdy-seocat-hero-desc {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
  margin-bottom: 1.1rem;
  max-width: 580px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tdy-seocat-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 1.25rem;
}
.tdy-seocat-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.9);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 5px 11px;
  border-radius: 999px;
}
.tdy-seocat-hero-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.tdy-seocat-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.15s ease;
  white-space: nowrap;
}
.tdy-seocat-hero-btn.primary {
  background: var(--tdy-color-cta);
  color: #fff;
  box-shadow: 0 4px 14px rgba(245,158,11,0.35);
}
.tdy-seocat-hero-btn.primary:hover {
  background: var(--tdy-color-cta-dark);
  transform: translateY(-1px);
  color: #fff;
  text-decoration: none;
}
.tdy-seocat-hero-btn.ghost {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.3);
}
.tdy-seocat-hero-btn.ghost:hover {
  background: rgba(255,255,255,0.22);
  color: #fff;
  text-decoration: none;
}

/* ── Güvence bandı ─────────────────────────────────────── */
.tdy-seocat-trust {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--tdy-color-surface);
  border: 1px solid rgba(31,57,106,0.09);
  border-radius: 14px;
  padding: 0.85rem 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
.tdy-seocat-trust-icon {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--tdy-color-primary-50);
  display: flex; align-items: center; justify-content: center;
  color: var(--tdy-color-primary);
  font-size: 1rem;
  flex-shrink: 0;
}
.tdy-seocat-trust-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--tdy-color-primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.tdy-seocat-trust-sub {
  font-size: 0.78rem;
  color: var(--tdy-color-text-secondary);
  margin-top: 2px;
}
.tdy-seocat-trust-body {
  font-size: 0.8rem;
  color: var(--tdy-color-text-secondary);
  margin-top: 8px;
  display: none;
}
.tdy-seocat-trust-body.open { display: block; }
.tdy-seocat-trust-toggle {
  font-size: 1rem;
  font-weight: 700;
  color: var(--tdy-color-primary);
  flex-shrink: 0;
}

/* ── Filtre Bar ──────────────────────────────────────────── */
.tdy-filter-bar {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 0.65rem 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 1px 4px rgba(15,23,42,0.05);
}

/* Üst satır: select'ler + filtrele butonu */
.tdy-filter-bar-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

/* Select container */
.tdy-filter-bar-selects {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  flex: 1;
  flex-wrap: wrap;
}

/* Her bir select item */
.tdy-bar-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
  min-width: 120px;
}
.tdy-bar-label {
  font-size: 0.66rem;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding-left: 2px;
  white-space: nowrap;
}
.tdy-bar-label i { margin-right: 3px; }

/* Bar select stilleri */
.tdy-filter-select {
  width: 100%;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  padding: 7px 8px;
  font-size: 16px;
  background: #f8fafc;
  color: #1e3a5f;
  outline: none;
  cursor: pointer;
  appearance: auto;
}
.tdy-filter-select:focus {
  border-color: #1f396a;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(31,57,106,0.08);
}
.tdy-filter-select--active {
  border-color: #1f396a !important;
  background: rgba(31,57,106,0.05) !important;
  color: #1f396a;
  font-weight: 600;
}
.tdy-filter-select--disabled,
.tdy-filter-select:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  color: #94a3b8;
  font-style: italic;
  background: #f1f5f9;
  border-color: #e2e8f0;
}

/* Filtrele butonu */
.tdy-filter-open-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border-radius: 8px;
  border: 1.5px solid #1f396a;
  background: #1f396a;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  align-self: flex-end;
}
.tdy-filter-open-btn:hover  { background: #2d52a0; border-color: #2d52a0; }
.tdy-filter-open-btn:active { opacity: 0.85; }

.tdy-filter-badge {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 18px; height: 18px;
  border-radius: 999px;
  background: #f59e0b;
  color: #fff;
  font-size: 0.65rem; font-weight: 800;
  padding: 0 4px;
}

/* Aktif filtre chip satırı */
.tdy-filter-active {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #f1f5f9;
}
.tdy-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  flex: 1;
}
.tdy-active-chip {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(31,57,106,0.07);
  color: #1f396a;
  font-size: 0.75rem; font-weight: 600;
  border: 1px solid rgba(31,57,106,0.18);
  cursor: pointer;
}
.tdy-active-chip:hover { background: rgba(31,57,106,0.14); }
.tdy-active-chip i { font-size: 0.6rem; opacity: 0.65; }
.tdy-filter-clear-all {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 0.72rem; font-weight: 600;
  color: #94a3b8; border: none; background: none;
  cursor: pointer; white-space: nowrap; padding: 3px 5px;
  border-radius: 6px; flex-shrink: 0;
}
.tdy-filter-clear-all:hover { color: #ef4444; }

/* Mobil: select'ler tam genişlik */
@media (max-width: 575.98px) {
  .tdy-filter-bar { padding: 0.55rem 0.75rem; }
  .tdy-filter-bar-row { flex-direction: column; align-items: stretch; gap: 6px; }
  .tdy-filter-bar-selects { gap: 6px; }
  .tdy-bar-item { min-width: 0; flex: 1 1 calc(50% - 3px); }
  .tdy-filter-open-btn { width: 100%; justify-content: center; padding: 10px; }
}

/* ── Mobil Filtre Modal ──────────────────────────────────── */
.tdy-filter-modal {
  position: fixed;
  inset: 0;
  z-index: 9900;
  pointer-events: none;
  visibility: hidden;
}
.tdy-filter-modal.open {
  pointer-events: all;
  visibility: visible;
}
.tdy-filter-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10,15,30,0.55);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.tdy-filter-modal.open .tdy-filter-modal-backdrop { opacity: 1; }

.tdy-filter-modal-sheet {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: #f8fafc;
  border-radius: 22px 22px 0 0;
  max-height: 92dvh;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  transition: transform 0.32s cubic-bezier(0.32,0.72,0,1);
  overflow: hidden;
  box-shadow: 0 -4px 32px rgba(15,23,42,0.18);
}
.tdy-filter-modal.open .tdy-filter-modal-sheet {
  transform: translateY(0);
}

/* Handle çizgisi */
.tdy-filter-modal-sheet::before {
  content: '';
  display: block;
  width: 36px; height: 4px;
  border-radius: 2px;
  background: #cbd5e1;
  margin: 10px auto 0;
  flex-shrink: 0;
}

.tdy-filter-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 1.1rem 0.65rem;
  border-bottom: 1px solid #e2e8f0;
  flex-shrink: 0;
  background: #fff;
}
.tdy-filter-modal-header-left {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.95rem; font-weight: 700; color: #1a3260;
}
.tdy-filter-modal-header-left i { color: #1f396a; font-size: 0.9rem; }
.tdy-filter-modal-close {
  width: 30px; height: 30px;
  border-radius: 50%;
  border: none;
  background: #f1f5f9;
  color: #64748b;
  font-size: 0.85rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.tdy-filter-modal-close:active { background: #e2e8f0; }

.tdy-filter-modal-body {
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background: #f8fafc;
}

.tdy-filter-modal-group {
  background: #fff;
  margin: 0.5rem 0.75rem;
  border-radius: 12px;
  padding: 0.8rem 1rem;
  border: 1px solid #e9eef5;
}
.tdy-filter-modal-group-label {
  font-size: 0.7rem;
  font-weight: 800;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.65rem;
  display: flex; align-items: center; gap: 5px;
}
.tdy-filter-modal-group-label i { color: #1f396a; }

.tdy-filter-modal-select {
  width: 100%;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 11px 12px;
  font-size: 16px;
  background: #f8fafc;
  color: #1e3a5f;
  outline: none;
  appearance: auto;
  font-weight: 500;
}
.tdy-filter-modal-select:focus { border-color: #1f396a; background: #fff; }

/* Modal üst select grubu */
.tdy-filter-modal-top-selects {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 0.75rem 0.75rem 0;
}
@media (max-width: 420px) {
  .tdy-filter-modal-top-selects { grid-template-columns: 1fr; }
}
.tdy-modal-select-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tdy-modal-divider {
  height: 1px;
  background: #e9eef5;
  margin: 0.6rem 0.75rem 0;
}

/* Chip butonları */
.tdy-filter-modal-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tdy-fchip {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1.5px solid #dde4ef;
  background: #f1f5f9;
  color: #475569;
  font-size: 0.82rem; font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.tdy-fchip:active {
  background: rgba(31,57,106,0.08);
  border-color: #1f396a;
  color: #1f396a;
}
.tdy-fchip.active {
  background: #1f396a;
  border-color: #1f396a;
  color: #fff;
}
.tdy-fchip i { font-size: 0.75rem; }
.tdy-fchip--unavail {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
  text-decoration: line-through;
}

.tdy-filter-modal-footer {
  display: flex;
  gap: 10px;
  padding: 0.75rem 0.9rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid #e2e8f0;
  flex-shrink: 0;
  background: #fff;
}
.tdy-filter-modal-reset {
  flex: 0 0 auto;
  padding: 13px 18px;
  border-radius: 12px;
  border: 1.5px solid #e2e8f0;
  background: transparent;
  color: #64748b;
  font-size: 0.875rem; font-weight: 700;
  cursor: pointer;
  display: flex; align-items: center; gap: 6px;
}
.tdy-filter-modal-reset:active { border-color: #ef4444; color: #ef4444; }
.tdy-filter-modal-apply {
  flex: 1;
  padding: 13px 18px;
  border-radius: 12px;
  border: none;
  background: #1f396a;
  color: #fff;
  font-size: 0.9rem; font-weight: 700;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 6px;
}
.tdy-filter-modal-apply:active { background: #162c56; }
.tdy-filter-modal-count {
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.2);
  border-radius: 999px;
  padding: 1px 8px;
  font-size: 0.8rem; font-weight: 700;
  min-width: 28px;
}

/* ── Hizmet Kartı ──────────────────────────────────────── */
.hizmet-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  transition: box-shadow 0.22s ease, border-color 0.22s ease;
  box-shadow: 0 1px 8px rgba(15,23,42,0.07);
  margin-bottom: 1.25rem;
}
.hizmet-card:hover {
  box-shadow: 0 6px 24px rgba(15,23,42,0.11);
  border-color: #c7d2e7;
}
.hizmet-card.filter-hidden { display: none !important; }

/* Görsel — solda, kartın tüm yüksekliğine yayılır */
a.hizmet-card-img-wrap,
.hizmet-card-img-wrap {
  flex: 0 0 240px;
  align-self: stretch;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  background: #e2e8f0;
  min-height: 190px;
}
@media (max-width: 1199.98px) { a.hizmet-card-img-wrap, .hizmet-card-img-wrap { flex: 0 0 200px; } }
@media (max-width: 767.98px)  {
  a.hizmet-card-img-wrap, .hizmet-card-img-wrap { flex: none; width: 100%; height: 200px; align-self: auto; min-height: unset; }
  .hizmet-card { flex-direction: column; }
}

.hizmet-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
}
@media (max-width: 767.98px) {
  .hizmet-img { position: static; width: 100%; height: 200px; }
}

/* Swiper — görsel alanını tam doldur */
.tdy-list-swiper {
  height: 100%;
  min-height: 200px;
  position: absolute;
  inset: 0;
  width: 100%;
}
@media (max-width: 767.98px) { .tdy-list-swiper { position: static; height: 210px; min-height: unset; } }
.tdy-list-swiper .swiper-button-prev,
.tdy-list-swiper .swiper-button-next {
  width: 28px; height: 28px;
  background: rgba(255,255,255,0.85);
  border-radius: 50%;
  top: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  transition: background 0.15s ease;
}
.tdy-list-swiper .swiper-button-prev:hover,
.tdy-list-swiper .swiper-button-next:hover { background: #fff; }
.tdy-list-swiper .swiper-button-prev::after,
.tdy-list-swiper .swiper-button-next::after {
  font-size: 11px;
  font-weight: 800;
  color: var(--tdy-color-primary);
}
/* Fraction pagination ("1 / 5") */
.tdy-list-swiper .swiper-pagination {
  bottom: 8px;
  right: 8px;
  left: auto;
  width: auto;
  background: rgba(0,0,0,0.45);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 999px;
  line-height: 1.6;
  pointer-events: none;
}

/* Metin bölümü */
.hizmet-card-content {
  flex: 1;
  min-width: 0;
  padding: 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  border-right: 1px solid #edf2f7;
}
@media (max-width: 767.98px) { .hizmet-card-content { border-right: none; border-bottom: 1px solid #edf2f7; padding: 0.9rem 1rem; } }

.hizmetcard-title-link { text-decoration: none; display: block; }
.hizmetcard-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1a3260;
  line-height: 1.42;
  margin: 0 0 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: -0.01em;
}
.hizmetcard-title-link:hover .hizmetcard-title { color: #2d52a0; }

.hizmet-slogan {
  font-size: 0.8rem;
  color: #64748b;
  margin: 0 0 0.5rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Meta satır: tarih, konaklama */
.hc-meta-row {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: #475569;
  margin-bottom: 0.38rem;
  line-height: 1.5;
}
.hc-meta-row i { color: #94a3b8; font-size: 0.75rem; flex-shrink: 0; }
.hc-meta-row strong { color: #1e3a5f; font-weight: 700; }

/* ── Meta satırı: ulaşım + info badgeleri ──────────────── */
.hizmet-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin-bottom: 0.5rem;
}

/* Ulaşım badge */
.hizmet-ulasim {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.71rem;
  font-weight: 600;
  color: #1f396a;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  padding: 3px 9px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
}
.hizmet-ulasim:hover { background: #e0e7ff; }

/* Genel badge — ulaşım, vize, konaklama */
.hizmet-card-extra {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 0.45rem;
}
.vize-corner-badge,
.info-line,
.slogan {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.71rem;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 999px;
  line-height: 1.4;
  white-space: nowrap;
}
.info-line:empty { display: none; }
.vize-corner-badge { background: #eff6ff; color: #1d4ed8; border: 1px solid #dbeafe; }
.info-line         { background: #f1f5f9; color: #475569; border: 1px solid #e2e8f0; }
.slogan            { background: #f0fdf4; color: #15803d; border: 1px solid #bbf7d0; }

/* Tarih satırı — artık hc-meta-row ile yapılıyor */
.hizmet-card-tarih { display: none; }

/* Çocuk fiyat trigger */
.cocukfiyat-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--tdy-color-primary);
  background: var(--tdy-color-primary-50);
  border: 1px solid rgba(31,57,106,0.15);
  border-radius: 999px;
  padding: 4px 11px;
  cursor: pointer;
  transition: background 0.15s ease;
}
.cocukfiyat-trigger:hover { background: var(--tdy-color-primary-100); }
.cocukfiyat-panel {
  display: none;
  margin-top: 6px;
  background: var(--tdy-color-gray-50);
  border: 1px solid rgba(31,57,106,0.09);
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 0.8rem;
}
.cocukfiyat-durum.open .cocukfiyat-panel { display: block; }
.cocuk-araliklari { display: flex; flex-direction: column; gap: 4px; }

/* ── Sağ: Fiyat + CTA kolonu ──────────────────────────── */
.hizmet-card-side {
  flex: 0 0 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 1.1rem 1rem;
  background: #f8fafc;
  text-align: center;
  border-left: 1px solid #edf2f7;
}
@media (max-width: 991.98px) { .hizmet-card-side { flex: 0 0 150px; padding: 1rem 0.8rem; } }
@media (max-width: 767.98px) {
  .hizmet-card-side {
    flex: none;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 1rem;
    border-left: none;
    border-top: 1px solid #edf2f7;
    gap: 12px;
  }
}

.hizmet-card-fiyat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
@media (max-width: 767.98px) { .hizmet-card-fiyat { align-items: flex-start; } }
.fiyat-label {
  font-size: 0.67rem;
  color: #94a3b8;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.hizmet-card-fiyat .fiyat {
  font-size: 1.4rem;
  font-weight: 800;
  color: #15803d;
  line-height: 1.15;
  white-space: nowrap;
}
.hizmet-card-fiyat .indirim-info {
  font-size: 0.67rem;
  color: #94a3b8;
  white-space: nowrap;
}

.hizmet-card-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 2px solid #1f396a;
  background: #1f396a;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.18s ease;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  letter-spacing: 0.01em;
}
.hizmet-card-cta-btn:hover {
  background: #2d52a0;
  border-color: #2d52a0;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .hizmet-card-cta-btn {
    width: auto;
    flex-shrink: 0;
    padding: 10px 20px;
    font-size: 0.82rem;
  }
}

/* %50 ön ödeme bandı */
.onodeme-box {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f0fdf4;
  border: 1px solid #86efac;
  border-radius: 10px;
  padding: 7px 11px;
  font-size: 0.76rem;
  line-height: 1.4;
  color: #15803d;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease;
  margin-top: 0.55rem;
}
.onodeme-box:hover { background: #dcfce7; border-color: #4ade80; color: #166534; text-decoration: none; }
.onodeme-box i { color: #16a34a; font-size: 0.88rem; flex-shrink: 0; }

/* Load more — scroll sentinel olarak gizli kalır */
.load-more-btn {
  visibility: hidden;
  height: 1px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
  pointer-events: none;
}

/* ── Sidebar ────────────────────────────────────────────── */
.tdy-seocat-sidebar {
  position: sticky;
  top: 80px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .tdy-seocat-sidebar { position: static; }
}

.tdy-sidebar-card {
  background: var(--tdy-color-surface);
  border: 1px solid rgba(31,57,106,0.08);
  border-radius: 16px;
  overflow: hidden;
}
.tdy-sidebar-card-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0.9rem 1rem 0.75rem;
  border-bottom: 1px solid rgba(31,57,106,0.07);
}
.tdy-sidebar-card-head i {
  color: var(--tdy-color-primary);
  font-size: 0.95rem;
}
.tdy-sidebar-card-head h5 {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--tdy-color-primary);
}

/* Kategori listesi */
.tdy-sidebar-cat-list {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  max-height: 380px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(31,57,106,0.2) transparent;
}
.tdy-sidebar-cat-list::-webkit-scrollbar { width: 4px; }
.tdy-sidebar-cat-list::-webkit-scrollbar-thumb {
  background: rgba(31,57,106,0.2);
  border-radius: 4px;
}
.tdy-sidebar-cat-list li a,
.tdy-sidebar-cat-list li span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 1rem;
  font-size: 0.83rem;
  color: var(--tdy-color-text);
  text-decoration: none;
  transition: background 0.12s ease, color 0.12s ease;
  border-radius: 0;
}
.tdy-sidebar-cat-list li a:hover {
  background: var(--tdy-color-primary-50);
  color: var(--tdy-color-primary);
}
.tdy-sidebar-cat-list li a::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: rgba(31,57,106,0.25);
  flex-shrink: 0;
}
.tdy-sidebar-cat-list li.active a,
.tdy-sidebar-cat-list li span.active-item {
  background: var(--tdy-color-primary-50);
  color: var(--tdy-color-primary);
  font-weight: 700;
}
.tdy-sidebar-cat-list li.active a::before,
.tdy-sidebar-cat-list li span::before {
  background: var(--tdy-color-primary);
}

/* İletişim sidebar kartı */
.tdy-sidebar-contact {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.tdy-sidebar-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(31,57,106,0.06);
  text-decoration: none;
}
.tdy-sidebar-contact-item:last-child { border-bottom: none; }
.tdy-sidebar-contact-icon {
  width: 34px; height: 34px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
  background: var(--tdy-color-primary-50);
  color: var(--tdy-color-primary);
}
.tdy-sidebar-contact-icon.whatsapp { background: #ecfdf5; color: #16a34a; }
.tdy-sidebar-contact-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--tdy-color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  display: block;
  margin-bottom: 1px;
}
.tdy-sidebar-contact-val {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--tdy-color-primary);
}

/* Sidebar WA butonu */
.tdy-sidebar-wa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0.75rem 1rem;
  padding: 10px;
  border-radius: 999px;
  background: #16a34a;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.15s ease, transform 0.15s ease;
}
.tdy-sidebar-wa-btn:hover { background: #15803d; transform: translateY(-1px); color: #fff; text-decoration: none; }

/* ── Öne çıkan bannerlar ────────────────────────────────── */
.tdy-seocat-banners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 1.5rem 0;
}
@media (max-width: 575.98px) {
  .tdy-seocat-banners { grid-template-columns: 1fr; }
}
.tdy-seocat-banner-item img {
  width: 100%;
  border-radius: 12px;
  display: block;
  transition: opacity 0.15s ease, transform 0.2s ease;
}
.tdy-seocat-banner-item:hover img { opacity: 0.9; transform: scale(1.01); }

/* ── seokategori sayfası: modül section kutu wrapper ──────
   Genel tdy- ve tyd- stilleri main.css'ten gelir.
   Burada sadece bu sayfaya ozgu gorsel uyum override'lari var. */
.tdy-seocat-main .tyd-benefits-section,
.tdy-seocat-main .tdy-tabs-section,
.tdy-seocat-main .tdy-accordion-section,
.tdy-seocat-main .tdy-contact-wrapper {
  border: 1px solid rgba(31,57,106,0.07);
  border-radius: 16px;
  padding: 1.5rem 1.25rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .tdy-seocat-main .tyd-benefits-section,
  .tdy-seocat-main .tdy-tabs-section,
  .tdy-seocat-main .tdy-accordion-section,
  .tdy-seocat-main .tdy-contact-wrapper { border-radius: 12px; padding: 1rem; }
}

/* ── Hizmettur kartları — kategori.php sidebar ile aynı stil ── */
.hizmettur-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0.25rem 0;
}
.index-hizmettur {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 12px;
  background: transparent;
  border: 1px solid transparent;
  color: #475569;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.14s ease;
  line-height: 1.35;
}
.index-hizmettur i {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: rgba(31,57,106,0.08);
  color: var(--tdy-color-primary, #1f396a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  flex-shrink: 0;
  transition: all 0.14s ease;
}
.index-hizmettur:hover {
  background: var(--tdy-color-primary-50, #eef2fa);
  border-color: rgba(31,57,106,0.1);
  color: var(--tdy-color-primary, #1f396a);
  text-decoration: none;
}
.index-hizmettur.active {
  background: var(--tdy-color-primary, #1f396a);
  border-color: transparent;
  color: #fff;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.index-hizmettur.active i {
  background: rgba(255,255,255,0.18);
  color: #fff;
}

/* ── Kategori detay ─────────────────────────────────────── */
.card-kategori-detay {
  background: var(--tdy-color-surface);
  border: 1px solid rgba(31,57,106,0.07);
  border-radius: 14px;
  padding: 1.25rem 1.4rem;
  margin-bottom: 1rem;
  font-size: 0.84rem;
  color: #475569;
  line-height: 1.75;
}
.card-kategori-detay h1,
.card-kategori-detay h2,
.card-kategori-detay h3,
.card-kategori-detay h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a3260;
  margin: 1rem 0 0.4rem;
  line-height: 1.4;
}
.card-kategori-detay p { margin-bottom: 0.65rem; }
.card-kategori-detay ul,
.card-kategori-detay ol {
  padding-left: 1.3rem;
  margin-bottom: 0.65rem;
}
.card-kategori-detay li { margin-bottom: 0.3rem; }
.card-kategori-detay a { color: var(--tdy-color-primary); }
#kategoriDetay {
  max-height: 220px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
#kategoriDetay.open { max-height: 2000px; }
#toggleDetayMoreButton {
  display: block;
  margin: 0.75rem auto 0;
  padding: 8px 20px;
  border-radius: 999px;
  border: 1.5px solid rgba(31,57,106,0.18);
  background: transparent;
  color: var(--tdy-color-primary);
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.15s ease;
}
#toggleDetayMoreButton:hover {
  background: var(--tdy-color-primary-50);
}

/* ── Animasyonlar ───────────────────────────────────────── */
@keyframes tdySeoFadeIn {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hizmet-card { animation: tdySeoFadeIn 0.28s ease both; }

/* ── Legacy class uyumluluk ─────────────────────────────── */
.hizmet-card-inner { display: contents; }
.hizmet-card-main  { flex: 1; min-width: 0; }
.mobil-card-inner  { display: block; }

/* ── seokategori.js skeleton uyumlu ────────────────────── */
#hizmetler-list { min-height: 200px; }

/* ── Skeleton: kart yapısına tam uyumlu ─────────────────── */
@keyframes tdyShimmer {
  0%   { background-position: -600px 0; }
  100% { background-position: 600px 0; }
}
.tdy-skeleton {
  background: linear-gradient(90deg, #f0f4f8 25%, #e2e8f0 50%, #f0f4f8 75%);
  background-size: 600px 100%;
  animation: tdyShimmer 1.4s ease infinite;
  border-radius: 6px;
}

/* Skeleton wrapper */
.tdy-skeleton-wrapper {
  transition: opacity 0.35s ease;
}
.tdy-skeleton-wrapper.tdy-fade-out { opacity: 0; pointer-events: none; }

/* Skeleton kart: gerçek .hizmet-card ile aynı flex yapı */
.tdy-skeleton-card {
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 1.25rem;
  min-height: 200px;
}

/* Görsel kısım */
.tdy-skeleton-img {
  flex: 0 0 240px;
  height: auto;
  min-height: 200px;
  border-radius: 0;
  background: linear-gradient(90deg, #edf2f7 25%, #e2e8f0 50%, #edf2f7 75%);
  background-size: 600px 100%;
  animation: tdyShimmer 1.4s ease infinite;
}
@media (max-width: 1199.98px) { .tdy-skeleton-img { flex: 0 0 200px; } }
@media (max-width: 767.98px) {
  .tdy-skeleton-card { flex-direction: column; min-height: unset; }
  .tdy-skeleton-img  { flex: none; width: 100%; height: 190px; min-height: unset; }
}

/* İçerik kısım */
.tdy-skeleton-card-body {
  flex: 1;
  min-width: 0;
  padding: 1.1rem 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  border-right: 1px solid #edf2f7;
}
@media (max-width: 767.98px) { .tdy-skeleton-card-body { border-right: none; border-bottom: 1px solid #edf2f7; padding: 0.9rem 1rem; } }

.tdy-skeleton-title {
  height: 16px;
  width: 75%;
  margin-bottom: 14px;
  border-radius: 4px;
}
.tdy-skeleton-text {
  height: 11px;
  margin-bottom: 9px;
  border-radius: 3px;
}
.tdy-skeleton-badge {
  height: 20px;
  width: 90px;
  border-radius: 999px;
  display: inline-block;
}
.tdy-skeleton-price {
  height: 24px;
  width: 80px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.tdy-skeleton-btn {
  height: 36px;
  width: 100%;
  border-radius: 8px;
}
.w80 { width: 80%; }
.w60 { width: 60%; }
.w50 { width: 50%; }
.w40 { width: 40%; }

/* Sağ fiyat kısım */
.tdy-skeleton-card-side {
  flex: 0 0 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 1rem;
  background: #f8fafc;
  border-left: 1px solid #edf2f7;
}
@media (max-width: 991.98px) { .tdy-skeleton-card-side { flex: 0 0 150px; } }
@media (max-width: 767.98px) {
  .tdy-skeleton-card-side {
    flex: none; width: 100%;
    flex-direction: row; justify-content: space-between; align-items: center;
    padding: 0.85rem 1rem;
    border-left: none;
    border-top: 1px solid #edf2f7;
  }
}

/* Scroll sırasında alt kısıma eklenen skeleton (mini) */
.tdy-scroll-skeleton {
  display: flex;
  flex-direction: column;
  gap: 0;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.tdy-scroll-skeleton.removing { opacity: 0; }

/* Fade-in içerik */
.tdy-content-wrapper {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.tdy-content-wrapper.tdy-fade-in { opacity: 1; }

/* ── Empty state: hizmet bulunamadı ─────────────────────── */
.tdy-empty-state {
  text-align: center;
  padding: 3rem 1.5rem;
  background: #fff;
  border: 1px dashed #cbd5e1;
  border-radius: 16px;
  margin-bottom: 1.5rem;
}
.tdy-empty-state-icon {
  width: 72px; height: 72px;
  margin: 0 auto 1.1rem;
  background: #f1f5f9;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
  color: #94a3b8;
}
.tdy-empty-state h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a3260;
  margin: 0 0 0.5rem;
}
.tdy-empty-state p {
  font-size: 0.875rem;
  color: #64748b;
  margin-bottom: 1.25rem;
  line-height: 1.6;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.tdy-empty-state-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.tdy-empty-btn-primary {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 10px 22px; border-radius: 999px;
  background: #1f396a; color: #fff;
  font-size: 0.875rem; font-weight: 700;
  text-decoration: none;
  transition: background 0.15s ease;
}
.tdy-empty-btn-primary:hover { background: #2d52a0; color: #fff; text-decoration: none; }
.tdy-empty-btn-ghost {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 10px 22px; border-radius: 999px;
  border: 2px solid #1f396a; color: #1f396a;
  font-size: 0.875rem; font-weight: 700;
  text-decoration: none; background: transparent;
  transition: all 0.15s ease;
}
.tdy-empty-btn-ghost:hover { background: #1f396a; color: #fff; text-decoration: none; }

/* ── Sidebar: aktif item marker ─────────────────────────── */
.tdy-sidebar-cat-list li.active a,
.tdy-sidebar-cat-list li span.active-item {
  background: rgba(31,57,106,0.07);
  color: var(--tdy-color-primary);
  font-weight: 700;
  position: relative;
  padding-left: 1.2rem;
}
.tdy-sidebar-cat-list li.active a::before,
.tdy-sidebar-cat-list li span.active-item::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--tdy-color-primary);
  border-radius: 0 3px 3px 0;
}
/* Dot override: aktif için gizle (sol bar yeterli) */
.tdy-sidebar-cat-list li.active a > ::before { display: none; }

/* ── Mobil yatay taşma önleme ───────────────────────────── */
.tdy-seocat-main,
.tdy-content-wrapper {
  max-width: 100%;
  overflow-x: hidden;
}
.hizmet-card {
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  .hizmet-card-img-wrap,
  .hizmet-card-content,
  .hizmet-card-side {
    max-width: 100%;
    box-sizing: border-box;
  }
  .hizmet-card-extra { flex-wrap: wrap; }
  .hizmet-ulasim,
  .vize-corner-badge,
  .info-line,
  .slogan { white-space: normal; }
  .onodeme-box { font-size: 0.72rem; }
}

/* Benefits, Tabs, Accordion, Contact → main.css'e taşındı.
   Sayfa özgü override'lar için .tdy-seocat-main prefix kullanın. */

/* ── hizmet-card-tarih tek satır ───────────────────────── */
.hizmet-card-tarih {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #92400e;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 999px;
  padding: 5px 10px;
  margin-bottom: 0.5rem;
  width: fit-content;
}
.hizmet-card-tarih .ndate {
  background: #f1f5f9;
  color: #94a3b8;
  border-color: transparent;
  font-weight: 500;
}
.hizmet-card-tarih i { flex-shrink: 0; }

/* ── Scroll-load skeleton wrapper ──────────────────────── */
.tdy-scroll-skel {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.tdy-scroll-skel .tdy-skeleton-card {
  margin-bottom: 1.25rem;
}

/* ── Benzer Kategoriler Yatay Strip (sadece mobil) ──────── */
.tdy-benzer-strip {
  display: none;
  align-items: center;
  gap: 7px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.1rem 0 0.75rem;
  margin-bottom: 0.5rem;
  /* subtle fade edges */
  mask-image: linear-gradient(to right, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
}
.tdy-benzer-strip::-webkit-scrollbar { display: none; }

.tdy-benzer-chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1.5px solid rgba(31,57,106,0.14);
  background: #fff;
  color: #334155;
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(15,23,42,0.05);
  transition: background 0.14s ease, color 0.14s ease, border-color 0.14s ease, box-shadow 0.14s ease;
  cursor: pointer;
  line-height: 1.3;
}
.tdy-benzer-chip:hover {
  background: rgba(31,57,106,0.06);
  color: var(--tdy-color-primary, #1f396a);
  border-color: rgba(31,57,106,0.28);
  box-shadow: 0 2px 8px rgba(31,57,106,0.1);
  text-decoration: none;
}
.tdy-benzer-chip.active {
  background: var(--tdy-color-primary, #1f396a);
  color: #fff;
  border-color: var(--tdy-color-primary, #1f396a);
  font-weight: 700;
  box-shadow: 0 2px 10px rgba(31,57,106,0.22);
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .tdy-benzer-strip {
    display: flex;
    padding: 0.1rem 0 0.65rem;
    gap: 6px;
  }
  .tdy-benzer-chip {
    font-size: 0.775rem;
    padding: 5px 12px;
  }
  /* Sidebar hizmettur + benzer kat kartları mobilde gizle */
  .tdy-sidebar-card--hizmettur,
  .tdy-sidebar-card--benzer { display: none; }
}

/* ── Mobil Hizmet Kategorileri Strip ─────────────────────── */
.tdy-hizmettur-strip {
  display: none;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.25rem 0 0.75rem;
  margin-bottom: 0.25rem;
  mask-image: linear-gradient(to right, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
}
.tdy-hizmettur-strip::-webkit-scrollbar { display: none; }
.tdy-hizmettur-chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1.5px solid rgba(31,57,106,0.13);
  background: #fff;
  color: var(--tdy-color-primary, #1f396a);
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(15,23,42,0.06);
  transition: all 0.14s ease;
  line-height: 1.3;
}
.tdy-hizmettur-chip i { font-size: 0.7rem; opacity: 0.75; }
.tdy-hizmettur-chip:hover { text-decoration: none; background: rgba(31,57,106,0.06); }
.tdy-hizmettur-chip.active {
  background: var(--tdy-color-primary, #1f396a);
  color: #fff;
  border-color: var(--tdy-color-primary, #1f396a);
  font-weight: 700;
  pointer-events: none;
  box-shadow: 0 2px 10px rgba(31,57,106,0.2);
}
.tdy-hizmettur-chip.active i { opacity: 1; }
@media (max-width: 991.98px) {
  .tdy-hizmettur-strip { display: flex; }
}

/* ── Sol Kenar 7/24 İletişim Widget ──────────────────────────── */
.tdy-side-widget {
  display: none; /* sadece mobilde göster */
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1050;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 991.98px) {
  .tdy-side-widget { display: flex; }
}

@keyframes tdy-side-pulse {
  0%   { box-shadow: 2px 2px 16px rgba(31,57,106,.4), 0 0 0 0 rgba(31,57,106,.45); }
  65%  { box-shadow: 2px 2px 16px rgba(31,57,106,.4), 0 0 0 10px rgba(31,57,106,0); }
  100% { box-shadow: 2px 2px 16px rgba(31,57,106,.4), 0 0 0 0 rgba(31,57,106,0); }
}
.tdy-side-widget-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 40px;
  min-height: 84px;
  background: linear-gradient(180deg, #253f7a 0%, #1a3262 100%);
  color: #fff;
  border: none;
  border-radius: 0 12px 12px 0;
  cursor: pointer;
  padding: 12px 7px;
  box-shadow: 2px 2px 16px rgba(31,57,106,0.4);
  transition: background 0.18s ease, width 0.18s ease;
  writing-mode: vertical-rl;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  animation: tdy-side-pulse 2.8s ease-in-out infinite;
}
.tdy-side-widget:not(.open) .tdy-side-widget-toggle:hover {
  background: linear-gradient(180deg, #1e3878 0%, #162b54 100%);
  animation: none;
  box-shadow: 2px 2px 20px rgba(31,57,106,.55);
}
.tdy-side-widget.open .tdy-side-widget-toggle {
  animation: none;
  background: linear-gradient(180deg, #1a3262 0%, #162b54 100%);
  width: 38px;
}
.tdy-side-widget-toggle .tdy-side-icon-open  { font-size: 1.1rem; writing-mode: horizontal-tb; }
.tdy-side-widget-toggle .tdy-side-icon-close { font-size: 1rem;   writing-mode: horizontal-tb; display: none; }
.tdy-side-widget-toggle .tdy-side-label {
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  margin-top: 5px;
  opacity: 0.85;
}
/* Açık hâl */
.tdy-side-widget.open .tdy-side-icon-open  { display: none; }
.tdy-side-widget.open .tdy-side-icon-close { display: block; }

/* Panel */
.tdy-side-panel {
  max-width: 0;
  overflow: hidden;
  transition: max-width 0.32s cubic-bezier(0.4,0,0.2,1), opacity 0.25s ease;
  opacity: 0;
  pointer-events: none;
}
.tdy-side-widget.open .tdy-side-panel {
  max-width: 250px;
  opacity: 1;
  pointer-events: auto;
}
.tdy-side-panel-inner {
  width: 226px;
  background: #fff;
  border-radius: 0 16px 16px 0;
  box-shadow: 4px 4px 28px rgba(31,57,106,0.2);
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  border-left: 3px solid #1f396a;
}
.tdy-side-panel-title {
  font-size: 0.68rem;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin: 0 0 2px 4px;
}

/* Aksiyon butonları */
.tdy-side-action {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 11px;
  background: #f8fafc;
  border: 1px solid rgba(31,57,106,0.08);
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  transition: background 0.14s ease, border-color 0.14s ease, transform 0.12s ease;
  -webkit-tap-highlight-color: transparent;
}
.tdy-side-action:hover {
  background: #eef2fa;
  border-color: rgba(31,57,106,0.2);
  transform: translateX(2px);
}
.tdy-side-action--phone:hover .tdy-side-action-icon { background: rgba(31,57,106,0.16); }
.tdy-side-action--wa:hover .tdy-side-action-icon    { background: #bbf7d0; }
.tdy-side-action-icon {
  width: 34px; height: 34px;
  border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.95rem;
  flex-shrink: 0;
}
.tdy-side-action--phone .tdy-side-action-icon { background: rgba(31,57,106,0.1); color: var(--tdy-color-primary,#1f396a); }
.tdy-side-action--wa    .tdy-side-action-icon { background: #dcfce7; color: #16a34a; }
.tdy-side-action-text { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.tdy-side-action-text small { font-size: 0.66rem; color: #94a3b8; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; }
.tdy-side-action-text strong { font-size: 0.78rem; color: var(--tdy-color-text,#1e293b); font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tdy-side-action-arr { font-size: 0.65rem; color: #94a3b8; flex-shrink: 0; }

/* ── WhatsApp / Arama Seçenekli Modal ────────────────────────── */
.tdy-wa-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(10,15,30,0.65);
  z-index: 2000;
  align-items: flex-end;
  justify-content: center;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding-bottom: env(safe-area-inset-bottom, 0);
}
.tdy-wa-modal-overlay.open { display: flex; }

.tdy-wa-modal {
  background: #fff;
  border-radius: 24px 24px 0 0;
  width: 100%;
  max-width: 480px;
  padding: 0 0 calc(20px + env(safe-area-inset-bottom, 0)) 0;
  position: relative;
  animation: tdy-slide-up 0.26s cubic-bezier(0.32,0.72,0,1);
  box-shadow: 0 -12px 60px rgba(10,15,30,0.22);
  overflow: hidden;
}
@keyframes tdy-slide-up {
  from { transform: translateY(100%); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}

/* Kaydırma çubuğu (handle) */
.tdy-wa-modal::before {
  content: '';
  display: block;
  width: 36px;
  height: 4px;
  border-radius: 99px;
  background: #e2e8f0;
  margin: 10px auto 0;
}

.tdy-wa-modal-close {
  position: absolute;
  top: 12px; right: 14px;
  width: 28px; height: 28px;
  border-radius: 50%;
  border: none;
  background: #f1f5f9;
  color: #94a3b8;
  font-size: 0.78rem;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background 0.14s ease, color 0.14s ease;
  z-index: 1;
}
.tdy-wa-modal-close:hover { background: #e2e8f0; color: #475569; }

/* Header bandı */
.tdy-wa-modal-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px 12px;
  border-bottom: 1px solid #f1f5f9;
  margin-bottom: 0;
}
.tdy-wa-modal-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1f396a 0%, #2d5499 100%);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(31,57,106,0.3);
}
.tdy-wa-modal-head strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}
.tdy-wa-modal-head span {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.72rem;
  color: #16a34a;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.tdy-wa-modal-head span::before {
  content: '';
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 0 0 2px rgba(22,163,74,0.2);
}

/* Mesaj alanı */
.tdy-wa-modal-msg {
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
  padding: 12px 18px 14px;
  border-bottom: 1px solid #f8fafc;
}
.tdy-wa-modal-msg strong { color: #1e293b; font-weight: 600; }

/* Aksiyonlar */
.tdy-wa-modal-actions {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 10px 14px 0;
}

.tdy-wa-modal-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: filter 0.14s ease, transform 0.12s ease;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 8px;
}
.tdy-wa-modal-btn:active { transform: scale(0.98); }
.tdy-wa-modal-btn:hover  { filter: brightness(0.94); text-decoration: none; }

.tdy-wa-modal-btn-icon {
  width: 42px; height: 42px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.tdy-wa-modal-btn-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}
.tdy-wa-modal-btn-text strong {
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
}
.tdy-wa-modal-btn-text small {
  font-size: 0.73rem;
  font-weight: 400;
  line-height: 1.3;
  opacity: 0.75;
}
.tdy-wa-modal-btn-arr {
  font-size: 0.72rem;
  flex-shrink: 0;
  opacity: 0.5;
}

/* WhatsApp — ana CTA */
.tdy-wa-modal-btn--wa {
  background: #0a7c3e !important;
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(10,124,62,0.35) !important;
}
.tdy-wa-modal-btn--wa .tdy-wa-modal-btn-icon  { background: rgba(255,255,255,0.18) !important; color: #fff !important; }
.tdy-wa-modal-btn--wa .tdy-wa-modal-btn-text strong { color: #fff !important; }
.tdy-wa-modal-btn--wa .tdy-wa-modal-btn-text small  { color: rgba(255,255,255,0.82) !important; opacity: 1 !important; }
.tdy-wa-modal-btn--wa .tdy-wa-modal-btn-arr         { color: rgba(255,255,255,0.55) !important; }

/* GSM Arama */
.tdy-wa-modal-btn--call {
  background: #1f396a !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(31,57,106,0.28) !important;
}
.tdy-wa-modal-btn--call .tdy-wa-modal-btn-icon  { background: rgba(255,255,255,0.15) !important; color: #fff !important; }
.tdy-wa-modal-btn--call .tdy-wa-modal-btn-text strong { color: #fff !important; }
.tdy-wa-modal-btn--call .tdy-wa-modal-btn-text small  { color: rgba(255,255,255,0.82) !important; opacity: 1 !important; }
.tdy-wa-modal-btn--call .tdy-wa-modal-btn-arr         { color: rgba(255,255,255,0.55) !important; }

/* Sabit Hat — ikincil */
.tdy-wa-modal-btn--landline {
  background: #f8fafc !important;
  color: #1e293b !important;
  box-shadow: none !important;
  border: 1.5px solid #e2e8f0 !important;
}
.tdy-wa-modal-btn--landline .tdy-wa-modal-btn-icon { background: #e9eef6 !important; color: #1f396a !important; }
.tdy-wa-modal-btn--landline .tdy-wa-modal-btn-text strong { color: #1e293b !important; }
.tdy-wa-modal-btn--landline .tdy-wa-modal-btn-text small  { color: #64748b !important; opacity: 1 !important; }
.tdy-wa-modal-btn--landline .tdy-wa-modal-btn-arr { color: #94a3b8 !important; }
