/*!
  * Turla360 — Home Premium v2 (Süper Ötesi) | v101 — 2026-05-07 — .hero → .legacy-hero, SVG width/height fix
 * Ana sayfayı "wow" seviyesine çıkaran katman. Layout inline CSS'inden sonra yüklenir.
 */

/* =====================================================
   KAPASITE / DOLULUK ROZET STİLLERİ (Grup C)
   Tüm tur kartlarında ve detay sayfasında kullanılır.
   ===================================================== */
.tur-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 4px 10px;
  border-radius: 50px;
}
.urg-critical {
  background: #DC2626;
  color: #fff;
  animation: pulse-badge 1.5s ease-in-out infinite;
}
.urg-low {
  background: #D97706;
  color: #fff;
}
.urg-sold-out {
  background: #6B7280;
  color: #fff;
}
@keyframes pulse-badge {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.75; }
}
@media (prefers-reduced-motion: reduce) {
  .urg-critical { animation: none; }
}

/* =====================================================
   AURORA HERO — canlı gradient + yüzen ışık lekeleri
   ===================================================== */
.legacy-hero {
  background: linear-gradient(135deg, #0b1220 0%, #1e1b4b 40%, #4c1d95 70%, #1d4ed8 100%) !important;
  overflow: hidden;
  isolation: isolate;
}
.legacy-hero::before {
  content: "";
  position: absolute; inset: -30%;
  background:
    radial-gradient(circle at 15% 30%, rgba(236,72,153,.45), transparent 35%),
    radial-gradient(circle at 85% 25%, rgba(34,211,238,.42), transparent 40%),
    radial-gradient(circle at 50% 85%, rgba(251,191,36,.32), transparent 40%),
    radial-gradient(circle at 20% 80%, rgba(16,185,129,.35), transparent 38%);
  filter: blur(80px);
  animation: hero-aurora 18s ease-in-out infinite alternate;
  z-index: 0; pointer-events: none;
}
.legacy-hero::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(2px 2px at 10% 20%, rgba(255,255,255,.6) 50%, transparent 100%),
    radial-gradient(1.5px 1.5px at 30% 60%, rgba(255,255,255,.5) 50%, transparent 100%),
    radial-gradient(1.5px 1.5px at 70% 35%, rgba(255,255,255,.7) 50%, transparent 100%),
    radial-gradient(2px 2px at 85% 75%, rgba(255,255,255,.55) 50%, transparent 100%),
    radial-gradient(1.5px 1.5px at 55% 15%, rgba(255,255,255,.45) 50%, transparent 100%),
    radial-gradient(1.5px 1.5px at 22% 88%, rgba(255,255,255,.6) 50%, transparent 100%);
  background-size: 100% 100%;
  animation: hero-stars 12s linear infinite;
  z-index: 0; pointer-events: none; opacity: .7;
}
@keyframes hero-aurora {
  0%   { transform: translate(0, 0)       rotate(0deg); }
  33%  { transform: translate(-3%, 2%)    rotate(20deg); }
  66%  { transform: translate(2%, -3%)    rotate(-15deg); }
  100% { transform: translate(-2%, 3%)    rotate(10deg); }
}
@keyframes hero-stars {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-30px); }
}

.hero-in { position: relative; z-index: 2; }
.hero-pattern, .hero-glow { z-index: 1 !important; }

/* Eyebrow — gradient border + shimmer */
.hero-eyebrow {
  background: rgba(255,255,255,.08) !important;
  border: 1px solid transparent !important;
  background-clip: padding-box;
  position: relative;
  backdrop-filter: blur(12px);
  overflow: hidden;
}
.hero-eyebrow::before {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit; padding: 1px;
  background: linear-gradient(120deg, rgba(96,165,250,.7), rgba(236,72,153,.8), rgba(251,191,36,.7));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  pointer-events: none;
}

/* Başlık — canlı animated gradient metin */
.hero-h em {
  background: linear-gradient(135deg, #fbbf24 0%, #f472b6 35%, #60a5fa 70%, #34d399 100%) !important;
  background-size: 300% 300%;
  -webkit-background-clip: text !important; background-clip: text !important;
  -webkit-text-fill-color: transparent; color: transparent !important;
  animation: gradShift 8s ease infinite;
}
@keyframes gradShift {
  0%,100% { background-position: 0% 50%; }
  50%     { background-position: 100% 50%; }
}

/* CTA — mat beyaz → parlak gradient mıknatıs */
.btn-hero-p {
  background: linear-gradient(135deg, #ffffff, #f3f4f6) !important;
  box-shadow: 0 14px 30px -10px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.8);
  position: relative; overflow: hidden;
}
.btn-hero-p::before {
  content: "";
  position: absolute; top: 0; left: -75%;
  width: 50%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(236,72,153,.3), transparent);
  transform: skewX(-20deg);
  transition: left .6s ease;
}
.btn-hero-p:hover::before { left: 130%; }
.btn-hero-p:hover {
  transform: translateY(-2px) scale(1.02) !important;
  background: linear-gradient(135deg, #ffffff, #fff7ed) !important;
}

.btn-hero-s {
  background: rgba(255,255,255,.06) !important;
  backdrop-filter: blur(10px);
  border-color: rgba(255,255,255,.18) !important;
}
.btn-hero-s:hover {
  background: linear-gradient(135deg, rgba(96,165,250,.18), rgba(236,72,153,.18)) !important;
  border-color: rgba(255,255,255,.4) !important;
}

/* KPI bar — her kart renkli gradient sayı */
.hero-kpis {
  border: 1px solid rgba(255,255,255,.14) !important;
  box-shadow: 0 20px 60px -20px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.08);
}
.kpi:nth-child(1) .kpi-n { background: linear-gradient(135deg, #fcd34d, #fb923c); -webkit-background-clip: text !important; background-clip: text !important; -webkit-text-fill-color: transparent; }
.kpi:nth-child(2) .kpi-n { background: linear-gradient(135deg, #60a5fa, #a78bfa); -webkit-background-clip: text !important; background-clip: text !important; -webkit-text-fill-color: transparent; }
.kpi:nth-child(3) .kpi-n { background: linear-gradient(135deg, #34d399, #22d3ee); -webkit-background-clip: text !important; background-clip: text !important; -webkit-text-fill-color: transparent; }
.kpi { transition: transform .25s; }
.kpi:hover { transform: translateY(-2px); }

/* Hero sağ kartlar — neon glow kenarlık */
.hc {
  position: relative;
  background: rgba(15,23,42,.45) !important;
  backdrop-filter: blur(20px) saturate(140%);
  border: 1px solid rgba(255,255,255,.08) !important;
  box-shadow: 0 20px 50px -20px rgba(0,0,0,.45);
  transition: transform .35s cubic-bezier(.2,.8,.2,1), border-color .3s;
}
.hc::before {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit; padding: 1px;
  background: linear-gradient(135deg, rgba(96,165,250,.35), rgba(236,72,153,.35), rgba(251,191,36,.3));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: .6; pointer-events: none; transition: opacity .3s;
}
.hc:hover { transform: translateY(-4px) translateX(-4px) !important; }
.hc:hover::before { opacity: 1; }
.hc-price { text-shadow: 0 0 20px rgba(147,197,253,.5); }

.hcm { background: rgba(255,255,255,.04) !important; }
.hcm:nth-child(1) .hcm-v { background: linear-gradient(135deg,#6ee7b7,#3b82f6); -webkit-background-clip:text !important; background-clip:text !important; -webkit-text-fill-color:transparent }
.hcm:nth-child(2) .hcm-v { background: linear-gradient(135deg,#fcd34d,#ec4899); -webkit-background-clip:text !important; background-clip:text !important; -webkit-text-fill-color:transparent }

/* =====================================================
   KATEGORİ STRİP
   ===================================================== */
.cat-strip {
  background: linear-gradient(180deg, #fff, #fafbff) !important;
  border-bottom: 1px solid #eef2ff !important;
  box-shadow: 0 10px 30px -18px rgba(99,102,241,.15);
}
.cat-pill {
  border: 1.5px solid #e5e7eb !important;
  transition: .25s cubic-bezier(.4,0,.2,1) !important;
  background: linear-gradient(135deg, #fff, #fafbff) !important;
}
.cat-pill:hover {
  transform: translateY(-2px);
  border-color: #6366f1 !important;
  color: #4338ca !important;
  box-shadow: 0 8px 18px -6px rgba(99,102,241,.3);
}
.cat-pill.on {
  background: linear-gradient(135deg, #3b82f6, #6366f1, #8b5cf6) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 10px 24px -6px rgba(99,102,241,.5);
}

/* =====================================================
   BÖLÜM BAŞLIKLARI — gradient emphasis
   ===================================================== */
.tn-sec-lbl {
  color: #2563eb !important;
  background: none !important;
  -webkit-text-fill-color: initial !important;
}
.tn-sec-lbl::before { display: none !important; }
.tn-sec-h2 em {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6, #ec4899) !important;
  -webkit-background-clip: text !important; background-clip: text !important;
  -webkit-text-fill-color: transparent; color: transparent !important;
}

/* Bölüm arka planları */
.tn-sec-off {
  background:
    radial-gradient(ellipse 60% 80% at 0% 50%, rgba(99,102,241,.06), transparent 50%),
    radial-gradient(ellipse 70% 60% at 100% 50%, rgba(236,72,153,.05), transparent 50%),
    #fafbff !important;
}
.tn-sec-off2 {
  background:
    radial-gradient(ellipse 70% 70% at 30% 30%, rgba(16,185,129,.07), transparent 55%),
    radial-gradient(ellipse 80% 60% at 80% 70%, rgba(59,130,246,.07), transparent 55%),
    #f5f7fb !important;
}

/* =====================================================
   TOUR KART (tn-tc) — 3D tilt + glow + shimmer
   ===================================================== */
.tn-tc {
  position: relative;
  border-radius: 22px !important;
  background: linear-gradient(180deg, #fff, #fdfdff) !important;
  box-shadow: 0 1px 2px rgba(12,15,20,.04), 0 10px 24px -14px rgba(12,15,20,.1) !important;
  transition:
    transform .4s cubic-bezier(.2,.8,.2,1),
    box-shadow .4s cubic-bezier(.2,.8,.2,1),
    border-color .3s !important;
  transform-style: preserve-3d;
  overflow: visible !important;
}
.tn-tc::before { display: none !important; }
.tn-tc:hover {
  transform: translateY(-10px) rotateX(2deg) !important;
  box-shadow: 0 30px 60px -20px rgba(12,15,20,.28), 0 10px 20px -8px rgba(12,15,20,.12) !important;
  border-color: transparent !important;
}

.tn-tc-img { border-radius: 22px 22px 0 0; overflow: hidden; }
.tn-tc-img::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 60%, rgba(139,92,246,.25));
  opacity: 0; transition: opacity .4s;
  pointer-events: none;
}
.tn-tc:hover .tn-tc-img::after { opacity: 1; }
.tn-tc:hover .tn-tc-img-inner { transform: scale(1.12) rotate(-1deg) !important; }

.tn-tc-tag {
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,255,255,.88)) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 20px -6px rgba(12,15,20,.2), inset 0 1px 0 rgba(255,255,255,.9) !important;
}
.tn-tc-fav {
  background: linear-gradient(135deg, rgba(255,255,255,.95), rgba(255,255,255,.8)) !important;
  backdrop-filter: blur(10px);
  transition: transform .3s !important;
}
.tn-tc-fav:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #f43f5e, #ec4899) !important;
  transform: scale(1.15) rotate(10deg);
}
.tn-tc-hot {
  background: linear-gradient(135deg, #f59e0b, #f43f5e, #ec4899) !important;
  background-size: 200% 200%;
  animation: gradShift 3s ease infinite;
  box-shadow: 0 4px 12px -2px rgba(244,63,94,.5);
}

.tn-tc-name { transition: color .25s; }
.tn-tc:hover .tn-tc-name { color: #4338ca !important; }
.tn-tc-price {
  background: linear-gradient(135deg, #1d4ed8, #7c3aed) !important;
  -webkit-background-clip: text !important; background-clip: text !important;
  -webkit-text-fill-color: transparent; color: transparent !important;
}

.tn-tc-stars { filter: drop-shadow(0 2px 4px rgba(251,191,36,.4)); }

/* =====================================================
   DESTINASYON KARTLARI (tn-d / dest-card)
   ===================================================== */
.tn-dest-card, [class*="dest-card"] {
  transition: transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s !important;
  position: relative;
  border-radius: 22px !important;
  overflow: hidden;
}
.tn-dest-card::after, [class*="dest-card"]::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(15,23,42,.85));
  pointer-events: none; border-radius: inherit;
}
.tn-dest-card:hover, [class*="dest-card"]:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 30px 60px -20px rgba(12,15,20,.3) !important;
}

/* =====================================================
   TRUST / GÜVEN ÇİZGİSİ
   ===================================================== */
.tn-trust {
  background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 50%, #7c3aed 100%) !important;
  color: #fff !important;
  position: relative; overflow: hidden;
}
.tn-trust::before {
  content: "";
  position: absolute; inset: -50%;
  background:
    radial-gradient(circle at 20% 50%, rgba(96,165,250,.4), transparent 40%),
    radial-gradient(circle at 80% 50%, rgba(236,72,153,.4), transparent 40%);
  filter: blur(40px);
  animation: hero-aurora 14s ease-in-out infinite alternate;
  pointer-events: none;
}
.tn-trust > * { position: relative; z-index: 1; }

/* =====================================================
   FOOTER — derin gradient
   ===================================================== */
.tn-ft, footer.tn-ft {
  background: linear-gradient(180deg, #0b1220 0%, #0f172a 60%, #1e1b4b 100%) !important;
  position: relative; overflow: hidden;
}
.tn-ft::before { display: none !important; }

/* =====================================================
   SCROLL REVEAL — bölümler fade-in
   ===================================================== */
.tn-sec {
  animation: secFadeUp .8s cubic-bezier(.2,.8,.2,1) both;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}
@supports not (animation-timeline: view()) {
  .tn-sec { animation: none; }
}
@keyframes secFadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: none; }
}

/* =====================================================
   TEMAYI İZLE — ana sayfa data-theme'e duyarlı
   ===================================================== */
html[data-theme="sunset"] .legacy-hero { background: linear-gradient(135deg, #450a0a 0%, #7c2d12 40%, #c2410c 70%, var(--theme-primary, #f97316) 100%) !important; }
html[data-theme="sunset"] .legacy-hero::before {
  background:
    radial-gradient(circle at 15% 30%, rgba(251,191,36,.5), transparent 35%),
    radial-gradient(circle at 85% 25%, rgba(251,113,133,.45), transparent 40%),
    radial-gradient(circle at 50% 85%, rgba(244,114,182,.35), transparent 40%),
    radial-gradient(circle at 20% 80%, rgba(253,186,116,.4), transparent 38%);
}

html[data-theme="forest"] .legacy-hero { background: linear-gradient(135deg, #022c22 0%, #064e3b 40%, #065f46 70%, #0f766e 100%) !important; }
html[data-theme="forest"] .legacy-hero::before {
  background:
    radial-gradient(circle at 15% 30%, rgba(52,211,153,.45), transparent 35%),
    radial-gradient(circle at 85% 25%, rgba(45,212,191,.4), transparent 40%),
    radial-gradient(circle at 50% 85%, rgba(132,204,22,.35), transparent 40%),
    radial-gradient(circle at 20% 80%, rgba(34,197,94,.4), transparent 38%);
}

html[data-theme="midnight"] .legacy-hero { background: linear-gradient(135deg, #1e1b4b 0%, #3730a3 40%, #5b21b6 70%, #7c3aed 100%) !important; }

html[data-theme="sand"] .legacy-hero { background: linear-gradient(135deg, #451a03 0%, #78350f 40%, #b45309 70%, #f59e0b 100%) !important; }

/* =====================================================
   Küçük dokunuşlar: kartlarda yıldız, hafif "wow" glow
   ===================================================== */
.tn-tc-body { background: linear-gradient(180deg, #fff, #fbfbff) !important; }

/* CTA butonların shimmer (global — .tn-btn-cta her yerde) */
.tn-btn-cta {
  position: relative; overflow: hidden;
}
.tn-btn-cta::after {
  content: "";
  position: absolute; top: 0; left: -75%;
  width: 60%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.35), transparent);
  transform: skewX(-20deg);
  transition: left .7s ease;
  pointer-events: none;
}
.tn-btn-cta:hover::after { left: 130%; }

/* Hareketi azaltan kullanıcılar */
@media (prefers-reduced-motion: reduce) {
  .legacy-hero::before, .legacy-hero::after, .tn-tc::before, .tn-tc-hot,
  .hero-h em, .tn-trust::before {
    animation: none !important;
  }
}


/* === Önceden home.php <style> bloğundaydı === */
/* HOME PAGE — Ultra Premium v4 */
:root{
  --head:'Inter',system-ui,sans-serif;
  --body:'Inter',system-ui,sans-serif;
  --serif:'Lora',Georgia,serif;
}

/* HERO */
.legacy-hero{background:#0f2044;padding:80px 0 72px;position:relative;overflow:hidden}
.hero-pattern{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 100% 0%,rgba(37,99,235,.25) 0%,transparent 50%),radial-gradient(ellipse 60% 80% at 0% 100%,rgba(200,130,0,.12) 0%,transparent 50%)}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:80px 80px;mask-image:linear-gradient(to bottom,transparent,rgba(0,0,0,.6) 30%,rgba(0,0,0,.6) 70%,transparent)}
.hero-glow{position:absolute;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.18) 0%,transparent 70%);top:-200px;right:-100px;pointer-events:none}
.hero-in{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:5px 14px;border-radius:100px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);font-size:12px;font-weight:600;color:rgba(255,255,255,.8);letter-spacing:.06em;text-transform:uppercase;margin-bottom:22px}
.hero-eyebrow-dot{width:7px;height:7px;border-radius:50%;background:#22d3ee;box-shadow:0 0 8px #22d3ee;animation:ey-pulse 2.5s ease infinite}
@keyframes ey-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}
.hero-h{font-family:var(--head);font-size:clamp(38px,5vw,58px);font-weight:800;color:#fff;line-height:1.04;letter-spacing:-.045em;margin-bottom:20px}
.hero-h em{font-style:italic;font-family:var(--serif);color:transparent;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text !important;background-clip:text !important;font-weight:600}
.hero-p{font-size:17px;line-height:1.65;color:rgba(255,255,255,.62);margin-bottom:36px;max-width:480px}
.hero-cta{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.btn-hero-p{padding:14px 30px;border-radius:12px;background:#fff;color:#0f2044;font-size:15px;font-weight:800;border:none;display:flex;align-items:center;gap:8px;cursor:pointer;transition:.22s;font-family:var(--body);text-decoration:none}
.btn-hero-p:hover{background:#f1eeea;transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,0,0,.2)}
.btn-hero-p svg{width:17px;height:17px}
.btn-hero-s{padding:13px 24px;border-radius:12px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.88);font-size:15px;font-weight:600;border:1.5px solid rgba(255,255,255,.2);cursor:pointer;transition:.22s;font-family:var(--body)}
.btn-hero-s:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.4)}
.hero-kpis{display:flex;gap:0;margin-top:44px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;width:fit-content;backdrop-filter:blur(8px)}
.kpi{padding:16px 26px;border-right:1px solid rgba(255,255,255,.08)}
.kpi:last-child{border-right:none}
.kpi-n{font-family:var(--head);font-size:28px;font-weight:800;color:#fff;line-height:1}
.kpi-l{font-size:12px;color:rgba(255,255,255,.5);margin-top:4px;font-weight:500}
/* Hero cards */
.hero-r{display:flex;flex-direction:column;gap:12px}
.hc{background:rgba(255,255,255,.08);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.14);border-radius:20px;overflow:hidden;transition:.3s;cursor:pointer}
.hc:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.2);transform:translateX(-4px)}
.hc-head{padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:space-between}
.hc-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.5)}
.hc-live{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:#4ade80}
.live-dot{width:7px;height:7px;border-radius:50%;background:#4ade80;animation:ldot 2s ease infinite}
@keyframes ldot{0%,100%{box-shadow:0 0 0 0 rgba(74,222,128,.5)}50%{box-shadow:0 0 0 4px rgba(74,222,128,0)}}
.hc-body{padding:14px 18px;display:flex;flex-direction:column;gap:8px}
.hc-row{display:flex;align-items:center;justify-content:space-between;padding:9px 12px;border-radius:10px;background:rgba(255,255,255,.05);transition:.2s}
.hc-row:hover{background:rgba(255,255,255,.09)}
.hc-row-l{display:flex;align-items:center;gap:10px}
.hc-ico{width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}
.hc-name{font-size:13px;font-weight:700;color:rgba(255,255,255,.9)}
.hc-sub{font-size:11px;color:rgba(255,255,255,.45);margin-top:2px}
.hc-price{font-family:var(--head);font-size:15px;font-weight:800;color:#93c5fd}
.hc-mini{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:14px 18px}
.hcm{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:14px 16px}
.hcm-v{font-family:var(--head);font-size:22px;font-weight:800;color:#fff}
.hcm-l{font-size:11px;color:rgba(255,255,255,.45);margin-top:4px}

/* CAT TABS */
.cat-strip{background:#fff;border-bottom:2px solid #e8e5df}
.cat-pills{display:flex;align-items:center;gap:4px;height:56px;overflow-x:auto;scrollbar-width:none}
.cat-pills::-webkit-scrollbar{display:none}
.cat-pill{display:flex;align-items:center;gap:7px;padding:8px 18px;border-radius:100px;border:1.5px solid #e8e5df;font-size:13px;font-weight:600;color:#3d4148;background:#fff;white-space:nowrap;cursor:pointer;transition:.22s;flex-shrink:0}
.cat-pill:hover{border-color:#0f2044;color:#0f2044}
.cat-pill.on{background:#0f2044;border-color:#0f2044;color:#fff}
.cat-pill-cnt{font-size:11px;font-weight:400;opacity:.65}

/* SECTIONS */
.tn-sec{padding:72px 0}
.tn-sec-white{background:#fff}
.tn-sec-off{background:#f7f6f3}
.tn-sec-off2{background:#efede8}
.tn-sec-hdr{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px;gap:20px}
.tn-sec-lbl{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#2563eb;display:flex;align-items:center;gap:6px;margin-bottom:8px}
.tn-sec-lbl::before{content:'';width:20px;height:2.5px;background:#2563eb;border-radius:2px}
.tn-sec-h2{font-family:var(--head);font-size:clamp(28px,3.5vw,36px);font-weight:800;color:#0f2044;line-height:1.15;letter-spacing:-.03em}
.tn-sec-h2 em{font-style:italic;font-family:var(--serif);color:#2563eb;font-weight:600}
.tn-sec-p{font-size:15px;color:#6b7280;line-height:1.65;margin-top:8px}
.tn-see-all{font-size:13px;font-weight:700;color:#2563eb;display:flex;align-items:center;gap:5px;border-bottom:1.5px solid transparent;padding-bottom:2px;transition:.22s;white-space:nowrap;text-decoration:none}
.tn-see-all:hover{border-color:#2563eb}
.tn-see-all svg{width:15px;height:15px;transition:transform .2s}
.tn-see-all:hover svg{transform:translateX(3px)}

/* TOUR CARDS */
.tn-tours-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.tn-tc{background:#fff;border-radius:20px;overflow:hidden;border:1px solid #e8e5df;box-shadow:0 1px 2px rgba(12,15,20,.06);transition:.3s;display:flex;flex-direction:column;cursor:pointer;text-decoration:none;color:inherit}
.tn-tc:hover{transform:translateY(-5px);box-shadow:0 16px 48px rgba(12,15,20,.12),0 4px 12px rgba(12,15,20,.06);border-color:#d0cac0}
.tn-tc:hover .tn-tc-img-inner{transform:scale(1.06)}
.tn-tc-img{height:210px;position:relative;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.tn-tc-img-inner{position:absolute;inset:0;transition:transform .55s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;font-size:72px;width:100%;height:100%}
.tn-tc-img-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 40%,rgba(12,15,20,.45) 100%)}
.tn-tc-tag{position:absolute;top:12px;left:12px;display:flex;align-items:center;gap:5px;padding:4px 10px;border-radius:100px;background:rgba(255,255,255,.95);font-size:11px;font-weight:700;color:#0f2044;box-shadow:0 2px 8px rgba(12,15,20,.08);backdrop-filter:blur(4px)}
.tn-tc-fav{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(12,15,20,.08);color:#9ca3af;font-size:14px;cursor:pointer;transition:.22s;backdrop-filter:blur(4px)}
.tn-tc-fav:hover{color:#c91b3a;background:#fff}
.tn-tc-hot{position:absolute;top:12px;right:52px;padding:3px 9px;border-radius:4px;background:#1d4ed8;color:#fff;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.tn-tc-body{padding:18px 20px 20px;display:flex;flex-direction:column;flex:1}
.tn-tc-co{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#9ca3af;margin-bottom:5px}
.tn-tc-name{font-family:var(--head);font-size:18px;font-weight:700;color:#0f2044;line-height:1.25;margin-bottom:12px;letter-spacing:-.02em}
.tn-tc-attrs{display:flex;flex-wrap:wrap;gap:6px 14px;margin-bottom:14px}
.tn-tc-attr{display:flex;align-items:center;gap:4px;font-size:12px;color:#6b7280}
.tn-tc-attr svg{width:13px;height:13px;color:#9ca3af;flex-shrink:0}
.tn-tc-foot{display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px solid #f7f6f3;margin-top:auto}
.tn-tc-stars{color:#f59e0b;font-size:13px;letter-spacing:1.5px}
.tn-tc-rv{font-size:13px;font-weight:700;color:#0d1117;margin-left:5px}
.tn-tc-rcnt{font-size:12px;color:#9ca3af;margin-left:2px}
.tn-tc-price-from{font-size:11px;color:#9ca3af;line-height:1;text-align:right}
.tn-tc-price{font-family:var(--head);font-size:22px;font-weight:800;color:#0f2044;line-height:1;text-align:right}

/* TC COLORS */
.tcbg-1{background:linear-gradient(135deg,#0f2d5c,#1a56db)}
.tcbg-2{background:linear-gradient(135deg,#0a3d2b,#0d9488)}
.tcbg-3{background:linear-gradient(135deg,#4a1a06,#b45309)}

/* DEST BENTO */
.tn-dest-bento{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:240px 200px;gap:16px}
.tn-db{border-radius:20px;overflow:hidden;position:relative;cursor:pointer;background:#efede8;transition:.3s}
.tn-db:hover{transform:scale(1.01);box-shadow:0 16px 48px rgba(12,15,20,.12)}
.tn-db:first-child{grid-column:span 2;grid-row:span 2}
.tn-db-img{position:absolute;inset:0;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}
.tn-db-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.4,0,.2,1)}
.tn-db:hover .tn-db-img img{transform:scale(1.06)}
/* Resim yüklenmediyse: dokulu gradient — emoji yok, profesyonel */
.tn-db-grad::after{content:'';position:absolute;inset:0;background-image:radial-gradient(circle at 20% 20%,rgba(255,255,255,.12) 0%,transparent 40%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.08) 0%,transparent 45%)}
.tn-db:hover .tn-db-grad{transform:scale(1.04)}
.tn-db-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(12,15,20,.9) 0%,rgba(12,15,20,.3) 50%,transparent 100%)}
.tn-db-content{position:absolute;bottom:0;left:0;right:0;padding:20px}
.tn-db-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.65);margin-bottom:5px}
.tn-db-name{font-family:var(--head);font-size:22px;font-weight:800;color:#fff;letter-spacing:-.02em;margin-bottom:4px}
.tn-db:first-child .tn-db-name{font-size:32px}
.tn-db-cnt{font-size:13px;color:rgba(255,255,255,.55)}

/* STEPS */
.tn-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}
.tn-steps::before{content:'';position:absolute;top:36px;left:12.5%;right:12.5%;height:1.5px;background:repeating-linear-gradient(90deg,#e8e5df 0,#e8e5df 8px,transparent 8px,transparent 16px)}
.tn-step{padding:0 28px;text-align:center}
.tn-step-n{width:72px;height:72px;border-radius:50%;background:#fff;border:2px solid #e8e5df;display:flex;align-items:center;justify-content:center;margin:0 auto 22px;position:relative;z-index:1;transition:.3s;box-shadow:0 2px 8px rgba(12,15,20,.08)}
.tn-step:hover .tn-step-n{border-color:#2563eb;box-shadow:0 0 0 6px #e0e8ff}
.tn-step-num{font-family:var(--head);font-size:22px;font-weight:800;color:#0f2044}
.tn-step:hover .tn-step-num{color:#2563eb}
.tn-step-t{font-family:var(--head);font-size:17px;font-weight:700;color:#0f2044;margin-bottom:8px;letter-spacing:-.015em}
.tn-step-p{font-size:13px;color:#6b7280;line-height:1.6}

/* FEATURES */
.tn-feat-strip{border-top:1px solid #e8e5df;border-bottom:1px solid #e8e5df;background:#fff}
.tn-feat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.tn-feat-item{padding:28px 26px;border-right:1px solid #e8e5df;display:flex;align-items:flex-start;gap:16px;transition:.22s}
.tn-feat-item:last-child{border-right:none}
.tn-feat-item:hover{background:#f7f6f3}
.tn-feat-ico{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.tn-feat-ico svg{width:22px;height:22px}
.fi-b{background:#eef2ff;color:#2563eb}.fi-g{background:#d4edda;color:#0f5132}.fi-a{background:#fdf4dc;color:#c27c00}.fi-r{background:#fce4e9;color:#c91b3a}
.tn-feat-t{font-size:14px;font-weight:700;color:#0f2044;margin-bottom:4px;letter-spacing:-.01em}
.tn-feat-p{font-size:12px;color:#6b7280;line-height:1.55}

/* PROMO */
.tn-promo{border-radius:24px;overflow:hidden;background:#0f2044;padding:52px 60px;position:relative;display:flex;align-items:center;justify-content:space-between;gap:32px}
.tn-promo::before{content:'';position:absolute;right:-60px;top:-60px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.2) 0%,transparent 70%)}
.tn-promo-l{position:relative;z-index:1}
.tn-promo-tag{display:inline-block;padding:4px 12px;border-radius:100px;background:rgba(99,102,241,.25);border:1px solid rgba(99,102,241,.4);font-size:11px;font-weight:700;color:#a5b4fc;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}
.tn-promo-h{font-family:var(--head);font-size:34px;font-weight:800;color:#fff;line-height:1.18;letter-spacing:-.03em;margin-bottom:12px}
.tn-promo-p{font-size:15px;color:rgba(255,255,255,.6);max-width:400px;line-height:1.6}
.tn-promo-r{position:relative;z-index:1;display:flex;flex-direction:column;gap:12px;flex-shrink:0}
.btn-promo-w{padding:14px 30px;border-radius:12px;background:#fff;color:#0f2044;font-size:14px;font-weight:800;border:none;cursor:pointer;transition:.22s;white-space:nowrap;font-family:var(--body);text-decoration:none;display:inline-block}
.btn-promo-w:hover{background:#f7f6f3;transform:translateY(-1px)}
.btn-promo-o{padding:13px 28px;border-radius:12px;background:transparent;color:rgba(255,255,255,.8);font-size:14px;font-weight:600;border:1.5px solid rgba(255,255,255,.25);cursor:pointer;transition:.22s;font-family:var(--body);white-space:nowrap}
.btn-promo-o:hover{border-color:rgba(255,255,255,.6);color:#fff}

/* REVIEWS */
.tn-rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.tn-rev{background:#fff;border:1px solid #e8e5df;border-radius:20px;padding:26px;box-shadow:0 1px 2px rgba(12,15,20,.06);transition:.3s}
.tn-rev:hover{box-shadow:0 8px 24px rgba(12,15,20,.10),0 2px 6px rgba(12,15,20,.05);border-color:#d0cac0;transform:translateY(-2px)}
.tn-rev-hd{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.tn-rev-stars{color:#f59e0b;font-size:15px;letter-spacing:2px}
.tn-rev-d{font-size:12px;color:#9ca3af}
.tn-rev-q{font-size:14px;color:#3d4148;line-height:1.72;margin-bottom:18px;font-style:italic;position:relative}
.tn-rev-q::before{content:'\201C';font-family:var(--serif);font-size:40px;color:#2563eb;opacity:.25;line-height:0;vertical-align:-.4em;margin-right:3px}
.tn-rev-au{display:flex;align-items:center;gap:11px}
.tn-rev-av{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;flex-shrink:0}
.rav-b{background:#e0e8ff;color:#1d4ed8}.rav-g{background:#d4edda;color:#0f5132}.rav-a{background:#fdf4dc;color:#c27c00}
.tn-rev-name{font-size:14px;font-weight:700;color:#0f2044}
.tn-rev-meta{font-size:12px;color:#9ca3af;margin-top:2px}

/* PARTNERS */
.tn-partners{background:#efede8;border-top:1px solid #e8e5df;border-bottom:1px solid #e8e5df;padding:18px 0}
.tn-partners-in{display:flex;align-items:center;gap:36px}
.tn-partners-lbl{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#9ca3af;white-space:nowrap;flex-shrink:0}
.tn-partners-list{display:flex;align-items:center;gap:32px}
.tn-p-name{font-size:14px;font-weight:800;color:#9ca3af;letter-spacing:-.02em}

/* NL */
.tn-nl{background:#0f2044;padding:64px 0}
.tn-nl-in{max-width:560px;margin:0 auto;text-align:center}
.tn-nl-h{font-family:var(--head);font-size:32px;font-weight:800;color:#fff;letter-spacing:-.03em;margin-bottom:10px}
.tn-nl-p{font-size:15px;color:rgba(255,255,255,.6);margin-bottom:28px}
.tn-nl-form{display:flex;gap:8px}
.tn-nl-inp{flex:1;padding:13px 18px;border-radius:10px;border:1.5px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;font-family:var(--body);font-size:14px;outline:none;transition:.2s}
.tn-nl-inp::placeholder{color:rgba(255,255,255,.4)}
.tn-nl-inp:focus{border-color:rgba(255,255,255,.45);background:rgba(255,255,255,.12)}
.tn-nl-btn{padding:13px 24px;border-radius:10px;background:#fff;color:#0f2044;font-size:14px;font-weight:800;border:none;cursor:pointer;transition:.22s;white-space:nowrap;font-family:var(--body)}
.tn-nl-btn:hover{background:#f7f6f3}

@media(max-width:1100px){.hero-in{grid-template-columns:1fr;gap:40px}.hero-r{display:none}.tn-tours-grid{grid-template-columns:repeat(2,1fr)}.tn-dest-bento{grid-template-rows:200px 180px}.tn-feat-grid{grid-template-columns:repeat(2,1fr)}.tn-feat-item:nth-child(2){border-right:none}.tn-feat-item:nth-child(3){border-top:1px solid #e8e5df}.tn-feat-item:nth-child(4){border-right:none;border-top:1px solid #e8e5df}}
@media(max-width:768px){.hero-h{font-size:38px}.tn-tours-grid,.tn-rev-grid{grid-template-columns:1fr}.tn-dest-bento{grid-template-columns:1fr 1fr;grid-template-rows:auto}.tn-dest-bento .tn-db:first-child{grid-column:span 2;height:220px}.tn-steps{grid-template-columns:repeat(2,1fr)}.tn-steps::before{display:none}.tn-promo{flex-direction:column;padding:36px}.tn-nl-form{flex-direction:column}}

/* ============================================================
   PROFESYONEL POLISH 2026-04 — Ana sayfa güzelleştirme
   Mevcut stillerin üstüne ince ayar katmanı.
   ============================================================ */

/* HERO — daha sinematik */
.legacy-hero { padding: 96px 0 88px; }
.legacy-hero::before { content:''; position:absolute; inset:0; background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(37,99,235,.18), transparent 65%); pointer-events:none; }
.hero-eyebrow { backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.14); padding: 7px 16px; }
.hero-h { line-height: 1.02; letter-spacing: -0.05em; font-size: clamp(42px, 5.2vw, 64px); }
.hero-p { font-size: 18px; line-height: 1.62; color: rgba(255,255,255,.72); max-width: 520px; }

/* Hero butonları — modernize */
.btn-hero-p { padding: 16px 32px; font-size: 15px; box-shadow: 0 12px 32px -8px rgba(255,255,255,.35), inset 0 1px 0 rgba(255,255,255,.8); border-radius: 14px; }
.btn-hero-p:hover { transform: translateY(-2px); box-shadow: 0 20px 44px -8px rgba(255,255,255,.45); }
.btn-hero-s { padding: 15px 26px; font-size: 15px; border-radius: 14px; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }

/* Hero KPI kartı — glassmorphism */
.hero-kpis { backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); background: rgba(255,255,255,.08) !important; border: 1px solid rgba(255,255,255,.14) !important; border-radius: 20px !important; box-shadow: 0 20px 60px -20px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.08); }
.kpi { transition: background .2s; }
.kpi:hover { background: rgba(255,255,255,.06); }

/* Hero sağ kart — premium */
.hc { backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); background: rgba(255,255,255,.07) !important; border: 1px solid rgba(255,255,255,.12) !important; border-radius: 20px !important; box-shadow: 0 24px 72px -24px rgba(0,0,0,.6); overflow: hidden; }
.hc-row { transition: background .18s; padding: 12px 16px !important; border-radius: 10px; }
.hc-row:hover { background: rgba(255,255,255,.04); }
.hc-price { font-family: var(--head); font-weight: 800; }

/* STATS BAR — hero altı impressive strip */
.tn-statbar { background: linear-gradient(90deg, #ffffff 0%, #fafbff 50%, #ffffff 100%); border-bottom: 1px solid var(--border); padding: 22px 0; box-shadow: 0 1px 3px rgba(12,15,20,.03); }
.tn-statbar-grid > div { display:flex; flex-direction:column; align-items:center; gap:2px; }
.tn-statbar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.tn-statbar-n { font-family: var(--head); font-size: 16px; font-weight: 800; color: var(--navy); line-height: 1; letter-spacing: -0.02em; }
.tn-statbar-l { font-size: 12px; color: var(--t3); margin-top: 4px; font-weight: 500; letter-spacing: 0.02em; }
@media(max-width:720px){.tn-statbar-grid{grid-template-columns:repeat(2,1fr);gap:18px}}

/* KATEGORİ TABS — sticky + polish */
.cat-strip { background: rgba(255,255,255,.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); position: sticky; top: 70px; z-index: 30; padding: 14px 0; }
.cat-pill { transition: all .22s cubic-bezier(.4,0,.2,1); border-radius: 100px; padding: 9px 20px; font-weight: 600; }
.cat-pill:hover { border-color: var(--navy); color: var(--navy); }
.cat-pill.on { background: var(--navy); color: #fff; border-color: var(--navy); box-shadow: 0 8px 20px -6px rgba(15,32,68,.4); }

/* TUR KARTLARI — daha premium */
.tn-tc { transition: transform .3s cubic-bezier(.4,0,.2,1), box-shadow .3s; border-radius: 20px !important; overflow: hidden; border: 1px solid var(--border); }
.tn-tc:hover { transform: translateY(-6px); box-shadow: 0 24px 48px -16px rgba(12,15,20,.2), 0 8px 16px -8px rgba(12,15,20,.08); }
.tn-tc-img { overflow: hidden; }
.tn-tc-img-inner { transition: transform .6s cubic-bezier(.4,0,.2,1); }
.tn-tc:hover .tn-tc-img-inner { transform: scale(1.08); }
.tn-tc-tag { backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.tn-tc-fav { transition: all .2s; cursor: pointer; }
.tn-tc-fav:hover { background: #fff !important; color: #e11d48 !important; transform: scale(1.1); }
.tn-tc-hot { animation: tcHotPulse 2.2s ease-in-out infinite; }
@keyframes tcHotPulse { 0%,100% { transform: scale(1); box-shadow: 0 4px 12px rgba(239,68,68,.4); } 50% { transform: scale(1.04); box-shadow: 0 6px 20px rgba(239,68,68,.6); } }
.tn-tc-price { font-family: var(--head); font-size: 22px; font-weight: 800; }

/* SEKSİYON BAŞLIKLARI — breathing room */
.tn-sec { padding: 88px 0; }
.tn-sec-hdr { margin-bottom: 44px; }
.tn-sec-h2 { font-size: clamp(30px, 3.8vw, 42px); }
.tn-sec-lbl { padding-bottom: 2px; }
.tn-see-all { transition: transform .2s; }
.tn-see-all:hover { transform: translateX(4px); }

/* DESTİNASYON BENTO — daha büyük ilk kart */
.tn-dest-bento { gap: 20px; grid-template-rows: 260px 220px; }
.tn-db { transition: transform .3s cubic-bezier(.4,0,.2,1), box-shadow .3s; }
.tn-db:hover { box-shadow: 0 24px 48px -16px rgba(12,15,20,.22); }

/* STEPS — daha okunaklı */
.tn-step { transition: transform .24s; }
.tn-step:hover { transform: translateY(-4px); }
.tn-step-n { transition: transform .24s, box-shadow .24s; }
.tn-step:hover .tn-step-n { box-shadow: 0 12px 32px -8px rgba(37,99,235,.35); }

/* FEATURES — daha temiz */
.tn-feat-strip { padding: 48px 0; background: linear-gradient(180deg, #fff 0%, #f9fafb 100%); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.tn-feat-item { transition: background .2s; padding: 20px; border-radius: 14px; }
.tn-feat-item:hover { background: rgba(37,99,235,.04); }

/* PROMO — dramatik */
.tn-promo { border-radius: 28px !important; box-shadow: 0 40px 80px -32px rgba(15,32,68,.4); padding: 56px !important; }
.btn-promo-w { transition: all .22s; box-shadow: 0 10px 28px -8px rgba(255,255,255,.4); }
.btn-promo-w:hover { transform: translateY(-2px); box-shadow: 0 16px 40px -8px rgba(255,255,255,.5); }

/* YORUMLAR */
.tn-rev { transition: transform .24s, box-shadow .24s; border-radius: 20px !important; }
.tn-rev:hover { transform: translateY(-3px); box-shadow: 0 16px 40px -12px rgba(12,15,20,.15); }

/* Sayfa genel yumuşatma */
body { font-feature-settings: "ss01", "ss02", "cv11"; }


/* ============================================================
   NEDEN BİZ + MEDYA (2026-04) — premium/kurumsal
   ============================================================ */

.tn-why { padding: 104px 0 88px; background: linear-gradient(180deg, #ffffff 0%, #fafbff 100%); position: relative; overflow: hidden; }
.tn-why::before { content:''; position:absolute; top:0; left:50%; transform:translateX(-50%); width:600px; height:300px; background: radial-gradient(ellipse, rgba(99,102,241,.08), transparent 70%); pointer-events:none; }
.tn-why-head { text-align:center; max-width: 680px; margin: 0 auto 56px; position:relative; z-index:1; }
.tn-why-head .tn-sec-lbl { display: inline-flex; margin-bottom: 12px; }
.tn-why-sub { font-size: 16px; color: var(--t3); line-height: 1.65; margin-top: 14px; }

.tn-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position:relative; z-index:1; }
@media(max-width:900px){.tn-why-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.tn-why-grid{grid-template-columns:1fr}}

.tn-why-card { background: #fff; border: 1px solid var(--border); border-radius: 24px; padding: 32px 28px; transition: transform .3s cubic-bezier(.4,0,.2,1), box-shadow .3s, border-color .3s; position: relative; overflow: hidden; }
.tn-why-card::before { content:''; position:absolute; top:0; left:0; right:0; height: 3px; background: linear-gradient(90deg, transparent, var(--blue), transparent); opacity:0; transition: opacity .3s; }
.tn-why-card:hover { transform: translateY(-6px); box-shadow: 0 24px 48px -16px rgba(12,15,20,.14), 0 8px 20px -8px rgba(37,99,235,.08); border-color: #c7d2fe; }
.tn-why-card:hover::before { opacity: 1; }

.tn-why-ico { width: 56px; height: 56px; border-radius: 16px; display: flex; align-items: center; justify-content: center; color: #fff; margin-bottom: 20px; box-shadow: 0 12px 24px -8px rgba(12,15,20,.18); transition: transform .3s; }
.tn-why-ico svg { width: 26px; height: 26px; }
.tn-why-card:hover .tn-why-ico { transform: scale(1.06) rotate(-3deg); }

.tn-why-t { font-family: var(--head); font-size: 19px; font-weight: 800; color: var(--navy); letter-spacing: -0.02em; margin-bottom: 10px; }
.tn-why-p { font-size: 14px; color: var(--t3); line-height: 1.65; margin-bottom: 16px; }

.tn-why-kpi { display: inline-flex; align-items: baseline; gap: 6px; padding: 8px 14px; border-radius: 100px; background: linear-gradient(135deg, #eff6ff, #e0e7ff); border: 1px solid #c7d2fe; }
.tn-why-kpi span { font-family: var(--head); font-size: 17px; font-weight: 800; color: #1d4ed8; letter-spacing: -0.02em; line-height: 1; }
.tn-why-kpi em { font-size: 11px; color: var(--t3); font-style: normal; font-weight: 500; }

/* MEDYADA BİZ */
.tn-press { background: #fff; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 44px 0; }
.tn-press-lbl { text-align: center; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.2em; color: #9ca3af; margin-bottom: 24px; }
.tn-press-logos { display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap; }
.tn-press-logo { font-family: var(--head); font-size: 19px; font-weight: 800; color: #9ca3af; padding: 0 28px; letter-spacing: -0.02em; transition: color .2s, filter .3s; filter: grayscale(1); cursor: default; white-space: nowrap; }
.tn-press-logo:hover { color: var(--navy); filter: grayscale(0); }
.tn-press-sep { width: 1px; height: 18px; background: #e5e7eb; flex-shrink: 0; }
@media(max-width:900px){.tn-press-logo{font-size:16px;padding:8px 16px}.tn-press-sep{display:none}}

/* Blog Kartları */
.home-blog-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 2px 16px rgba(0,0,0,.06);transition:transform .3s ease,box-shadow .3s ease}
.home-blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}
@media(prefers-reduced-motion:reduce){.home-blog-card{transition:none}}

/* =====================================================
   FAVORİ BUTONU — .tn-fav-btn aktif/pasif durumu
   ===================================================== */
.tn-fav-btn { transition: color .2s, transform .2s; }
.tn-fav-btn.is-favorited,
.tn-fav-btn.is-favorited svg { color: #e63946; }
.tn-fav-btn.is-favorited svg { fill: currentColor; stroke: #e63946; }
.tn-fav-btn:disabled { opacity: .6; cursor: wait; }

/* =====================================================
   KATEGORİ SLIDER — prefers-reduced-motion desteği
   ===================================================== */
@media (prefers-reduced-motion: reduce) {
  .cat-slider-track { transition: none !important; }
}

/* =====================================================
   HERO ALTI HIZLI ERİŞİM — Responsive (tablet/mobil)
   ===================================================== */
@media (max-width: 900px) {
  /* 4 kolon → 2 kolon */
  [data-quick-access] > div,
  .tn-quick-access-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 540px) {
  /* 2 kolon → 1 kolon */
  [data-quick-access] > div,
  .tn-quick-access-grid {
    grid-template-columns: 1fr !important;
  }
  /* Arama formu — mobilden dikey stack */
  .tn-hero-search-bar {
    flex-direction: column !important;
    border-radius: 8px !important;
  }
  .tn-hero-search-bar > div {
    border-right: none !important;
    border-bottom: 1px solid #e2e8f0;
  }
  .tn-hero-search-bar button[type="submit"] {
    margin: 4px !important;
    border-radius: 6px !important;
  }
}

/* =====================================================
   AVANTAJ KARTLARI (Site Features / Why Us)
   yolcu360 tarzı 3 sütunlu kart bölümü
   Prefix: .tn-features-*
   ===================================================== */

.tn-features-section {
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  padding: 48px 0 52px;
}

.tn-features-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

.tn-features-heading {
  font-size: 1.125rem;        /* 18px — yolcu360 tarzı mütevazı başlık */
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 24px;
  line-height: 1.4;
}

.tn-features-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}

@media (min-width: 640px) {
  .tn-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .tn-features-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

.tn-features-card {
  background: #F5F6FA;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: default;
}

.tn-features-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
}

.tn-features-icon {
  font-size: 2.5rem;           /* 40px emoji ikon */
  line-height: 1;
  display: block;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.7);
  border-radius: 10px;
  flex-shrink: 0;
}

.tn-features-card-title {
  font-size: 1rem;             /* 16px */
  font-weight: 700;
  color: #1e293b;
  line-height: 1.3;
  margin: 0;
}

.tn-features-card-desc {
  font-size: 0.875rem;         /* 14px */
  font-weight: 500;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

/* Mobil touch state */
@media (max-width: 767px) {
  .tn-features-card:active {
    transform: scale(0.98);
    box-shadow: none;
  }
}

/* ==============================================
   PROMO BANNER SLIDER — v101 — Turla360
   ============================================== */

.tn-promo-slider-section {
  padding: 0 0 8px 0;
  background: #f8fafc;
}

.tn-promo-slider-wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px 8px 0;
}

.tn-promo-swiper {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,.10);
  position: relative;
}

.tn-promo-slide-link {
  display: block;
  text-decoration: none;
}

.tn-promo-slide {
  position: relative;
  min-height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.tn-promo-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.25) 50%, rgba(0,0,0,.05) 100%);
  pointer-events: none;
}

.tn-promo-slide-content {
  position: relative;
  z-index: 2;
  padding: 36px 48px;
  max-width: 600px;
}

.tn-promo-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.tn-promo-title {
  font-family: var(--font-display, 'Inter', 'Montserrat', sans-serif);
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 10px;
  text-shadow: 0 2px 8px rgba(0,0,0,.25);
}

.tn-promo-subtitle {
  font-size: clamp(.85rem, 1.6vw, 1rem);
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 20px;
  opacity: .9;
}

.tn-promo-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 22px;
  font-size: .875rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 2px 10px rgba(0,0,0,.15);
}

.tn-promo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,.2);
}

/* Nav arrows */
.tn-promo-prev,
.tn-promo-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(0,0,0,.15);
  transition: background .2s, box-shadow .2s, transform .2s;
  color: #0f172a;
  user-select: none;
}

.tn-promo-prev { left: 16px; }
.tn-promo-next { right: 16px; }

.tn-promo-prev:hover,
.tn-promo-next:hover {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,.20);
  transform: translateY(-50%) scale(1.08);
}

/* Pagination dots */
.tn-promo-pagination {
  bottom: 14px !important;
}
.tn-promo-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255,255,255,.6);
  opacity: 1;
  transition: background .2s, transform .2s;
}
.tn-promo-pagination .swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.3);
}

/* Mobile */
@media (max-width: 767px) {
  .tn-promo-slider-wrap {
    padding: 16px 12px 0;
  }
  .tn-promo-slide {
    min-height: 180px;
  }
  .tn-promo-slide-content {
    padding: 24px 20px;
  }
  .tn-promo-prev { display: none; }
  .tn-promo-next { display: none; }
}

/* ═══════════ MOBİL UYGULAMA BANNER ═══════════ */
.tn-app-promo {
  background: linear-gradient(135deg, #1557DC 0%, #1A6BFF 100%);
  padding: 56px 0;
  margin: 32px 0;
  overflow: hidden;
  border-radius: 24px;
  margin-left: max(16px, calc((100vw - 1240px) / 2));
  margin-right: max(16px, calc((100vw - 1240px) / 2));
}
.tn-app-promo-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: center;
}
.tn-app-promo-text { color: #fff; }
.tn-app-promo-title {
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.tn-app-promo-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.92);
  margin-bottom: 28px;
  max-width: 520px;
}
.tn-app-promo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.tn-app-promo-qr {
  background: #fff;
  padding: 4px;
  border-radius: 12px;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}
.tn-app-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #0a0a23;
  border-radius: 10px;
  padding: 10px 18px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}
.tn-app-store-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.18); }
.tn-app-store-btn div { display: flex; flex-direction: column; line-height: 1; }
.tn-app-store-btn span { font-size: 10px; color: #475569; text-transform: uppercase; letter-spacing: .04em; }
.tn-app-store-btn strong { font-size: 14px; font-weight: 700; margin-top: 2px; }
.tn-app-promo-visual {
  position: relative;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tn-app-promo-circle {
  position: absolute;
  width: 280px;
  height: 280px;
  background: #F4851D;
  border-radius: 50%;
  z-index: 0;
  right: 20px;
  filter: blur(2px);
  opacity: 0.95;
}
.tn-app-promo-phone {
  position: relative;
  z-index: 1;
  width: 130px;
  height: 240px;
  background: #fff;
  border-radius: 22px;
  border: 6px solid #0a0a23;
  box-shadow: 0 16px 40px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
}
.tn-app-promo-phone-screen { line-height: 1; }
@media (max-width: 768px) {
  .tn-app-promo { margin: 32px 12px; padding: 40px 0; }
  .tn-app-promo-inner { grid-template-columns: 1fr; padding: 0 20px; gap: 24px; }
  .tn-app-promo-visual { height: 200px; }
  .tn-app-promo-phone { width: 100px; height: 180px; }
  .tn-app-promo-circle { width: 200px; height: 200px; right: 0; }
  .tn-app-promo-actions { gap: 10px; }
  .tn-app-promo-qr { width: 80px; height: 80px; }
}

/* ═══════════ HERO TAB BUTONLARI — impeccable polish ═══════════ */
.tn-hero-tab {
  background: #fff !important;
  color: #0a0e1a !important;
  border: 1px solid #e8ebf0 !important;
  border-radius: 9999px !important;
  padding: 8px 16px 8px 12px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: -0.005em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Inter', system-ui, sans-serif;
  white-space: nowrap;
  outline: none;
  box-shadow:
    0 1px 2px rgba(10,14,26,.04),
    0 1px 1px rgba(10,14,26,.03) !important;
  transition: all 200ms cubic-bezier(0.32,0.72,0,1);
  -webkit-font-smoothing: antialiased;
}
.tn-hero-tab-emoji {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  width: 22px;
  height: 22px;
}
.tn-hero-tab-label { line-height: 1.2; }
.tn-hero-tab:hover {
  border-color: #c8d0dd !important;
  transform: translateY(-1px);
  box-shadow:
    0 4px 12px rgba(10,14,26,.08),
    0 2px 4px rgba(10,14,26,.04) !important;
}
.tn-hero-tab.is-active {
  background: #eef2ff !important;
  color: #0b3fdb !important;
  border-color: #c7d2fe !important;
  font-weight: 700 !important;
  box-shadow:
    0 4px 14px rgba(11,63,219,.18),
    inset 0 0 0 1px rgba(11,63,219,.08) !important;
}
.tn-hero-tab.is-active:hover {
  transform: translateY(-1px);
  box-shadow:
    0 6px 18px rgba(11,63,219,.24),
    inset 0 0 0 1px rgba(11,63,219,.12) !important;
}
.tn-hero-tab:focus-visible {
  outline: 2px solid #0b3fdb;
  outline-offset: 2px;
}

/* ═══════════ ÖNE ÇIKAN TURLAR — Premium Bold (mockup uyarlaması) ═══════════ */
.tn-tcards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.tn-tcard {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.tn-tcard:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,.12);
  border-color: transparent;
}
.tn-tcard:hover .tn-tcard-img img { transform: scale(1.06); }
.tn-tcard-img {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: #f1f5f9;
}
.tn-tcard-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.tn-tcard-badges {
  position: absolute; top: 14px; left: 14px;
  display: flex; gap: 6px; z-index: 2;
}
.tn-tcard-badge {
  background: #F4851D; color: #fff;
  padding: 5px 12px; border-radius: 6px;
  font-size: 11px; font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.tn-tcard-badge.green { background: #0D9E6B; }
.tn-tcard-badge.red   { background: #DC2626; }
.tn-tcard-fav {
  position: absolute; top: 14px; right: 14px;
  width: 36px; height: 36px;
  background: rgba(255,255,255,.95);
  border-radius: 50%;
  display: grid; place-items: center;
  cursor: pointer; font-size: 16px;
  backdrop-filter: blur(4px);
  z-index: 2;
  border: none;
  color: #475569;
  transition: color .2s ease, transform .2s ease;
}
.tn-tcard-fav:hover { color: #DC2626; transform: scale(1.1); }
.tn-tcard-rating {
  position: absolute; bottom: 14px; left: 14px;
  background: rgba(0,0,0,.7); color: #fff;
  padding: 6px 12px; border-radius: 6px;
  font-size: 13px; font-weight: 700;
  backdrop-filter: blur(4px);
  display: flex; gap: 6px; align-items: center;
  z-index: 2;
}
.tn-tcard-rating-count { opacity: .7; font-weight: 500; }
.tn-tcard-body {
  padding: 20px;
  display: flex; flex-direction: column;
  flex: 1;
}
.tn-tcard-cat {
  font-size: 11px; font-weight: 700;
  color: #1557DC;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 6px;
  display: inline-flex; gap: 4px; align-items: center;
}
.tn-tcard-title {
  font-size: 18px; font-weight: 800;
  color: #0f172a;
  letter-spacing: -.01em;
  margin-bottom: 14px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 46px;
}
.tn-tcard-meta {
  display: flex; gap: 14px;
  flex-wrap: wrap;
  font-size: 12px;
  color: #64748b;
  margin-bottom: 14px;
}
.tn-tcard-meta span {
  display: inline-flex; gap: 4px; align-items: center;
}
.tn-tcard-features {
  display: flex; gap: 8px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.tn-tcard-feat {
  background: #f1f5f9;
  color: #475569;
  font-size: 11px; font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
}
.tn-tcard-feat.green { background: #dcfce7; color: #15803d; }
.tn-tcard-price-row {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
  margin-top: auto;
  gap: 10px;
}
.tn-tcard-price-old {
  font-size: 13px;
  color: #94a3b8;
  text-decoration: line-through;
  display: block;
}
.tn-tcard-price-new {
  font-size: 26px; font-weight: 900;
  color: #0f172a;
  letter-spacing: -.02em;
  line-height: 1;
}
.tn-tcard-price-per {
  font-size: 12px;
  color: #64748b;
  font-weight: 500;
}
.tn-tcard-btn {
  background: #F4851D;
  color: #fff;
  padding: 11px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}
.tn-tcard-btn:hover {
  background: #e07518;
  transform: translateX(2px);
  box-shadow: 0 6px 16px rgba(244,133,29,.4);
}

/* Responsive */
@media (max-width: 900px) {
  .tn-tcards-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .tn-tcard-img { height: 200px; }
  .tn-tcard-title { font-size: 16px; min-height: 42px; }
}
@media (max-width: 600px) {
  .tn-tcards-grid { grid-template-columns: 1fr; }
  .tn-tcard-img { height: 220px; }
}

/* ═══════════ FİLTRE PİLLERİ — impeccable polish ═══════════ */
.tn-ftabs {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}
.tn-ftabs::-webkit-scrollbar { height: 4px; }
.tn-ftabs::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 2px; }

.tn-ftab {
  background: #fff;
  color: #475569;
  border: 1px solid #e8ebf0;
  border-radius: 9999px;
  padding: 9px 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.005em;
  font-family: 'Inter', system-ui, sans-serif;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  box-shadow:
    0 1px 2px rgba(10,14,26,.04),
    0 1px 1px rgba(10,14,26,.03);
  transition: all 200ms cubic-bezier(0.32,0.72,0,1);
  -webkit-font-smoothing: antialiased;
}
.tn-ftab:hover:not(.is-active) {
  color: #0a0e1a;
  border-color: #c8d0dd;
  transform: translateY(-1px);
  box-shadow:
    0 4px 12px rgba(10,14,26,.08),
    0 2px 4px rgba(10,14,26,.04);
}
.tn-ftab.is-active {
  background: linear-gradient(180deg, #1557DC 0%, #0b3fdb 100%);
  color: #fff;
  border-color: transparent;
  font-weight: 700;
  box-shadow:
    0 6px 16px rgba(11,63,219,.32),
    inset 0 1px 0 rgba(255,255,255,.18);
}
.tn-ftab.is-active:hover {
  transform: translateY(-1px);
  box-shadow:
    0 8px 22px rgba(11,63,219,.40),
    inset 0 1px 0 rgba(255,255,255,.18);
}
.tn-ftab:focus-visible {
  outline: 2px solid #0b3fdb;
  outline-offset: 2px;
}

/* ═══════════════════════════════════════════════════════════════════
   GYG HERO — yalnızca turla360-mavi preset (frontend agent / task #99)
   .tn-gyg-hero / .tn-gyg-search / .tn-continue-strip / .tn-cont-card
   ═══════════════════════════════════════════════════════════════════ */
.tn-gyg-hero {
  position: relative;
  min-height: 78vh;
  margin-top: -70px;
  /* Alt boşluk: kart şeridi görselin üzerine binsin diye geniş tutuldu */
  padding: 120px 20px 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image:
    linear-gradient(to bottom, rgba(0,0,0,.30), rgba(0,0,0,.55)),
    var(--gyg-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tn-gyg-hero__inner {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.tn-gyg-hero__title {
  color: #fff;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(26px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  /* 720px "Tüm Aktiviteler Tek Platformda" basligini ikiye boluyordu
     ("Platformda" alt satira dusuyordu). Arama blogu ile ayni genislik ->
     baslik masaustunde TEK SATIR kalir, mobilde dogal olarak sarar. */
  max-width: 940px;
  text-wrap: balance;
  margin: 0 auto 14px;
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}
.tn-gyg-hero__sub {
  color: rgba(255,255,255,.82);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  max-width: 560px;
  margin: 0 auto 28px;
  text-shadow: 0 1px 10px rgba(0,0,0,.30);
}
.tn-gyg-hero__searchwrap { max-width: 720px; margin: 0 auto; width: 100%; }

/* GYG tek-pill arama çubuğu */
.tn-gyg-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 64px;
  background: #fff;
  border-radius: 999px;
  padding: 8px 8px 8px 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
}
.tn-gyg-pill__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
}
.tn-gyg-pill__icon svg { width: 22px; height: 22px; }
.tn-gyg-pill__input {
  flex: 1;
  min-width: 0;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 16px;
  color: #1a1a2e;
}
.tn-gyg-pill__input::placeholder { color: #94a3b8; }
.tn-gyg-pill__btn {
  flex-shrink: 0;
  height: 48px;
  padding: 0 30px;
  border: none;
  border-radius: 999px;
  background: var(--theme-primary, #1557DC);
  color: #fff;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: filter .18s, transform .12s;
}
.tn-gyg-pill__btn:hover { filter: brightness(.92); }
.tn-gyg-pill__btn:active { transform: scale(.98); }

.tn-gyg-hero__trust {
  /* Fotograf uzerinde okunabilirlik: .6 opaklik WCAG AA'yi gecmiyordu.
     Opaklik yukseltildi + metin golgesi ile degisken arka planda kontrast garanti altina alindi. */
  color: rgba(255,255,255,.95);
  text-shadow: 0 1px 3px rgba(0,0,0,.55);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin-top: 12px;
}

/* Floating "devam edin" kart şeridi — hero görselinin ÜZERİNE biner */
.tn-continue-strip-wrap {
  position: relative;
  z-index: 10;
  /* Negatif margin ile şerit hero görselinin alt kısmına biner (GYG gibi) */
  margin-top: -120px;
  margin-bottom: 8px;
  padding: 0 20px;
}
.tn-continue-strip {
  max-width: 1240px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,.16);
  padding: 22px 24px;
}
.tn-continue-strip__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.tn-continue-strip__title {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--theme-text, #1a1a2e);
  margin: 0;
}
.tn-continue-strip__more {
  width: 40px; height: 40px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--theme-surface, #f4f6fc);
  color: var(--theme-primary, #1557DC);
  transition: background .18s;
}
.tn-continue-strip__more:hover { background: #e6edfb; }
.tn-continue-strip__more svg { width: 20px; height: 20px; }
.tn-continue-strip__track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2px;
}
.tn-continue-strip__track::-webkit-scrollbar { height: 6px; }
.tn-continue-strip__track::-webkit-scrollbar-thumb { background: #e2e8f0; border-radius: 50px; }

.tn-cont-card {
  flex: 0 0 300px;
  max-width: 300px;
  scroll-snap-align: start;
  display: flex;
  gap: 12px;
  padding: 10px;
  border: 1px solid var(--theme-border, #e2e8f0);
  border-radius: 12px;
  text-decoration: none;
  background: #fff;
  transition: transform .18s, box-shadow .18s;
}
.tn-cont-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0,0,0,.10);
}
.tn-cont-card__thumb {
  width: 80px; height: 80px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(135deg, #1557DC, #0d3a9e);
}
.tn-cont-card__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tn-cont-card__thumb--ph { display: block; width: 100%; height: 100%; }
.tn-cont-card__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.tn-cont-card__title {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--theme-text, #1a1a2e);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tn-cont-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #6b7280;
}
.tn-cont-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-weight: 600;
  color: #1a1a2e;
}
.tn-cont-card__rating svg { width: 13px; height: 13px; color: #f5c518; }
.tn-cont-card__price { margin-top: auto; }
.tn-cont-card__from {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #6b7280;
}
.tn-cont-card__amount {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--theme-text, #1a1a2e);
}

@media (max-width: 767px) {
  .tn-gyg-hero { min-height: 62vh; padding: 92px 16px 130px; }
  .tn-gyg-hero__title { font-size: clamp(26px, 7vw, 30px); }
  .tn-gyg-hero__sub { font-size: 15px; }
  .tn-gyg-hero__searchwrap { max-width: 100%; }
  .tn-gyg-pill {
    height: 56px;
    padding: 6px 6px 6px 16px;
    gap: 6px;
  }
  .tn-gyg-pill__icon svg { width: 19px; height: 19px; }
  .tn-gyg-pill__input { font-size: 15px; }
  .tn-gyg-pill__btn { height: 44px; padding: 0 20px; font-size: 15px; }
  .tn-continue-strip-wrap { margin-top: -90px; padding: 0 12px; }
  .tn-continue-strip { padding: 18px 16px; border-radius: 14px; }
  .tn-cont-card { flex: 0 0 80vw; max-width: 80vw; }
}

/* ── Mobil uygulama bolumu: "Yakinda" durumu ──────────────────────
   Uygulama henuz yayinda olmadigi icin magaza butonlari LINK DEGIL.
   Yayina alinca .is-soon kaldirilip <a href="..."> yapilmasi yeterli. */
.tn-app-store-btn.is-soon {
  position: relative;
  opacity: .62;
  cursor: default;
  pointer-events: none;
}
.tn-app-store-btn.is-soon::after {
  content: "Yakında";
  position: absolute;
  top: -8px; right: -6px;
  background: #f59e0b;
  color: #1a1a2e;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .02em;
  padding: 2px 7px;
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(0,0,0,.18);
}

/* Telefon maketi: emoji yerine basit arayuz iskeleti */
.tn-app-promo-phone-screen {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 10px;
  background: #f8fafc;
}
.tn-phone-bar {
  height: 10px;
  border-radius: 999px;
  background: var(--theme-primary, #2563eb);
  opacity: .85;
}
.tn-phone-card {
  height: 34px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15,23,42,.10);
}
.tn-phone-card.short { height: 22px; opacity: .8; }

/* ── Müşteri yorumları şeridi (sosyal kanıt) ──────────────────── */
.tn-yorumlar { background: #f8fafc; padding: 56px 0; }
.tn-yorumlar-inner { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.tn-yorumlar-baslik {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 28px; font-weight: 800; color: #0f172a; letter-spacing: -.02em; margin: 0 0 6px;
}
.tn-yorumlar-alt { font-size: 14px; color: #64748b; margin: 0 0 26px; }
.tn-yorum-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tn-yorum-kart {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 18px 20px;
  display: flex; flex-direction: column; gap: 8px;
}
.tn-yorum-yildiz { display: flex; gap: 2px; }
.tn-yorum-baslik { font-weight: 700; font-size: 14px; color: #0f172a; }
.tn-yorum-metin { font-size: 13px; color: #475569; line-height: 1.55; margin: 0; flex: 1; }
.tn-yorum-alt {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding-top: 10px; border-top: 1px solid #f1f5f9; font-size: 12px;
}
.tn-yorum-tur { color: var(--theme-primary, #2563eb); font-weight: 600; text-decoration: none; }
.tn-yorum-tur:hover { text-decoration: underline; }
.tn-yorum-ulke { color: #94a3b8; white-space: nowrap; }
@media (max-width: 980px) { .tn-yorum-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .tn-yorum-grid { grid-template-columns: 1fr; } .tn-yorumlar { padding: 40px 0; } }

/* ── Destinasyon kutuları (bölge + gerçek tur sayısı) ─────────── */
.tn-dest { padding: 52px 0 8px; }
.tn-dest-inner { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.tn-dest-baslik {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 28px; font-weight: 800; color: #0f172a; letter-spacing: -.02em; margin: 0 0 6px;
}
.tn-dest-alt { font-size: 14px; color: #64748b; margin: 0 0 22px; }
.tn-dest-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.tn-dest-kart {
  position: relative; display: block; height: 190px; border-radius: 14px; overflow: hidden;
  text-decoration: none; background: #e2e8f0; isolation: isolate;
}
.tn-dest-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform .45s cubic-bezier(.2,.7,.3,1);
}
.tn-dest-kart:hover .tn-dest-img { transform: scale(1.06); }
.tn-dest-golge {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(2,6,23,.78) 0%, rgba(2,6,23,.25) 45%, rgba(2,6,23,0) 75%);
}
.tn-dest-metin { position: absolute; left: 14px; right: 14px; bottom: 12px; display: block; }
.tn-dest-ad { display: block; color: #fff; font-weight: 700; font-size: 16px; line-height: 1.2; }
.tn-dest-adet { display: block; color: rgba(255,255,255,.82); font-size: 12px; margin-top: 2px; }
/* Bolge alt basligi — yonetim panelindeki "Bolge / Alt Baslik" alani burada gorunur */
.tn-dest-bolge { display: block; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 600; letter-spacing: .01em; margin-top: 1px; }
@media (max-width: 1100px) { .tn-dest-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 720px)  { .tn-dest-grid { grid-template-columns: repeat(2, 1fr); } .tn-dest-kart { height: 150px; } }

/* Destinasyon bolumu alt linki — /destinasyonlar sayfasina (GYG "All destinations") */
.tn-dest-tumu {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 18px;
  font-size: 14px; font-weight: 600; color: #1a56db; text-decoration: none;
  border: 1px solid #d6e0f5; border-radius: 999px; padding: 9px 18px;
  transition: background .15s ease, border-color .15s ease;
}
.tn-dest-tumu:hover { background: #f0f5ff; border-color: #b9caf0; }

/* ═══════════ ANA SAYFA ARAMA BLOGU (yolcu360 deseni) ═══════════
   ⚠️ SINIF ADI `tn-tur-sekme` — `tn-hero-tab` ESKI bir bilesene ait ve TUM
   kurallari `!important` (home.css:1177). Ayni adi kullanmak sessiz cakisma
   yaratiyordu; bu yuzden ayri ad secildi.

   Yapi (referans: yolcu360.com):
     [sekmeler]            <- SOLA hizali, aktif olan beyaz kart + asagi ok
     [arama karti]         <- etiketli AYRI alanlar (Nereye / Tarih / Kişi) + buton  */

.tn-ara-blok{ max-width:940px; margin:0 auto; width:100%; }

/* ── Sekmeler ─────────────────────────────────────────────────────── */
.tn-tur-sekmeler{
  display:flex;
  justify-content:flex-start;      /* SOLA hizali (yolcu360) */
  gap:2px;
  max-width:940px;
  /* 🔴 SEKME SERIDI FARE TEKERLEGIYLE DIKEY KAYIYORDU (Emrah: "sabit degil,
     asagi yukari oynuyor") — OLCULDU: scrollHeight 89 > clientHeight 80.
     KOK NEDEN: `overflow-x:auto` CSS geregi overflow-y'yi de `auto` yapar
     (ikisinden biri visible degilse digeri visible KALAMAZ). Aktif sekmenin
     asagi bakan oku (`::after`, bottom:-9px) seridin DISINA tastigi icin
     9px'lik gizli bir dikey kaydirma alani olusuyordu; fare seridin uzerindeyken
     tekerlek sayfayi degil BU SERIDI kaydiriyordu (scrollTop 0->9, ust 287->278).
     COZUM: ok artik seridin PADDING alaninda duruyor (disari tasmiyor) ->
     dikey tasma 0; ayrica overflow-y:clip ile dikey kaydirma kesin kapatildi.
     Toplam dikey yer AYNI kaldi: eski margin-bottom 10 = yeni padding 9 + margin 1.
     ⚠️ Buraya dikey tasan bir sus (ok/golge/rozet) eklersen padding'i buyut,
     yoksa ayni kayma geri gelir. */
  margin:0 auto 1px;
  padding-bottom:9px;
  width:100%;
  overflow-x:auto;
  /* ⚠️ `overflow-y:clip` DENENDI ve KALDIRILDI: padding ile dikey tasma zaten 0'a
     indigi icin gereksizdi ve dururken ileride eklenecek dikey bir susu (golge,
     rozet, ok) SESSIZCE kirpma riski tasiyordu. Cozum padding'dir, clip degil. */
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
  scroll-snap-type:x proximity;
  position:relative;
  z-index:2;
}
.tn-tur-sekmeler::-webkit-scrollbar{ display:none; }

.tn-tur-sekme{
  flex:0 0 auto;
  scroll-snap-align:center;
  display:inline-flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  min-width:118px;
  padding:16px 18px 14px;
  border:0;
  background:transparent;          /* PASIF: tamamen seffaf */
  border-radius:14px;
  color:#fff;
  cursor:pointer;
  transition:color .16s ease, opacity .16s ease;
  opacity:.92;
}
.tn-tur-sekme:hover{ opacity:1; }
.tn-tur-sekme:focus-visible{ outline:2px solid #fff; outline-offset:-3px; }

.tn-tur-sekme__ic{ display:grid; place-items:center; height:26px; }
.tn-tur-sekme__ic svg{ width:26px; height:26px; stroke-width:1.8; }
.tn-tur-sekme__tx{
  font-size:13.5px; font-weight:700; letter-spacing:-.01em;
  white-space:nowrap; line-height:1.2;
}

/* AKTIF: beyaz kart + alttaki arama kartina bakan ok (yolcu360) */
/* ⚠️ Bir kez "sekmeyi karta yapistirma" denendi (padding-bottom + negatif
   margin): aktif sekme digerlerinden KALIN gorunup satiri bozdu, Emrah
   "bozdun" dedi -> GERI ALINDI. Dogru hali: 10px bosluk + asagi bakan ok. */
.tn-tur-sekme.is-active{
  position:relative;
  background:#fff;
  color:var(--theme-primary,#1557DC);
  opacity:1;
  box-shadow:0 6px 18px rgba(10,22,40,.14);
  z-index:21;                       /* arama kartinin (20) hemen ustunde */
}
.tn-tur-sekme.is-active::after{
  content:'';
  position:absolute;
  left:50%; bottom:-9px;
  width:22px; height:11px;
  background:#fff;
  transform:translateX(-50%);
  clip-path:polygon(0 0, 100% 0, 50% 100%);
}

/* ── Arama karti: etiketli ayri alanlar ───────────────────────────── */
.tn-gyg-hero__searchwrap{ max-width:940px; }

.tn-ara-kart{
  display:flex;
  align-items:stretch;
  gap:10px;
  padding:12px;
  background:#fff;
  border-radius:16px;
  box-shadow:0 14px 38px rgba(10,22,40,.22);
  position:relative;
  /* 🔴 z-index:1 idi ve YIGIN BAGLAMI yaratiyordu: icindeki arama oneri
     kutusunun z-index:60'i disariyla KARSILASTIRILMIYOR, kart serisinin
     (z-index:10) altinda kaliyordu. Karti seritten yukari aliyoruz.
     Hero'yu yukari almak YANLISTI (serit karti hero'nun uzerine biner,
     hero yukselince kartin ustunu ortuyor — bir kez denendi, geri alindi). */
  z-index:20;
}

.tn-ara-alan{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:2px;
  min-width:0;
  padding:8px 14px;
  border:1px solid #e5e7eb;
  border-radius:10px;
  cursor:text;
  transition:border-color .15s ease, box-shadow .15s ease;
}
.tn-ara-alan:focus-within{
  border-color:var(--theme-primary,#1557DC);
  box-shadow:0 0 0 3px rgba(21,87,220,.12);
}
.tn-ara-alan--nerede{ flex:1 1 340px; }   /* en genis alan: asil arama burasi */
.tn-ara-alan--tarih { flex:0 0 172px; }
.tn-ara-alan--kisi  { flex:0 0 148px; }

.tn-ara-etiket{
  font-size:11.5px; font-weight:600; color:#94a3b8;
  letter-spacing:-.005em; line-height:1.2;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.tn-ara-govde{ display:flex; align-items:center; gap:9px; min-width:0; }
.tn-ara-ikon{ display:grid; place-items:center; color:#94a3b8; flex-shrink:0; }
.tn-ara-ikon svg{ width:18px; height:18px; }

.tn-ara-input{
  flex:1; min-width:0; width:100%;
  border:0; outline:0; background:transparent; padding:0;
  font-size:15.5px; font-weight:600; color:#0f172a;
  font-family:inherit;
}
.tn-ara-input::placeholder{ color:#94a3b8; font-weight:500; }
.tn-ara-select{ cursor:pointer; appearance:none; -webkit-appearance:none; }

.tn-ara-btn{
  flex:0 0 auto;
  min-width:150px;
  border:0; border-radius:10px;
  background:var(--theme-primary,#1557DC);
  color:#fff;
  font-size:16px; font-weight:800;
  letter-spacing:.02em; text-transform:uppercase;
  cursor:pointer;
  transition:background .15s ease, transform .15s ease;
}
.tn-ara-btn:hover{ filter:brightness(1.06); transform:translateY(-1px); }
.tn-ara-btn:focus-visible{ outline:2px solid #fff; outline-offset:2px; }

/* Oneri listesi ilk alanin altinda acilir */
.tn-ara-alan--nerede .tn-suggest{ top:calc(100% + 8px); left:0; right:auto; width:min(560px,100%); }

/* ── Tablet ───────────────────────────────────────────────────────── */
@media (max-width:1023px){
  .tn-ara-kart{ flex-wrap:wrap; }
  .tn-ara-alan--nerede{ flex:1 1 100%; }
  .tn-ara-alan--tarih { flex:1 1 calc(50% - 5px); }
  .tn-ara-alan--kisi  { flex:1 1 calc(50% - 5px); }
  .tn-ara-btn{ flex:1 1 100%; height:50px; }
}

/* ── Mobil ────────────────────────────────────────────────────────── */
@media (max-width:767px){
  /* Mobilde ok daha kucuk (bottom:-7px) -> padding 7, margin 1 (toplam yine 8px) */
  .tn-tur-sekmeler{ gap:2px; margin-bottom:1px; padding:0 2px 7px; }
  .tn-tur-sekme{
    min-width:88px; padding:11px 12px 10px; gap:6px; border-radius:12px;
  }
  .tn-tur-sekme__ic{ height:21px; }
  .tn-tur-sekme__ic svg{ width:21px; height:21px; }
  .tn-tur-sekme__tx{ font-size:11.5px; }
  .tn-tur-sekme.is-active::after{ bottom:-7px; width:16px; height:8px; }

  .tn-ara-kart{ padding:10px; gap:8px; border-radius:14px; }
  .tn-ara-alan{ padding:7px 12px; }
  .tn-ara-input{ font-size:15px; }
  .tn-ara-etiket{ font-size:11px; }
  .tn-ara-btn{ height:46px; font-size:15px; min-width:0; }
}

/* Serit gezinme butonlari (geri/ileri) — "tumunu gor" baglantisi ayri metin oldu */
.tn-continue-strip__nav{ display:flex; align-items:center; gap:8px; }
.tn-continue-strip__all{
  font-size:13px; font-weight:700; color:var(--theme-primary,#1557DC);
  text-decoration:none; margin-right:4px; white-space:nowrap;
}
.tn-continue-strip__all:hover{ text-decoration:underline; }
.tn-strip-btn{
  display:grid; place-items:center;
  width:34px; height:34px; border-radius:50%;
  border:1px solid #e2e8f0; background:#fff; color:#0f172a;
  cursor:pointer; transition:background .15s, border-color .15s, opacity .15s;
}
.tn-strip-btn svg{ width:16px; height:16px; }
.tn-strip-btn:hover:not(:disabled){ background:#f1f5f9; border-color:#cbd5e1; }
.tn-strip-btn:disabled{ opacity:.35; cursor:default; }
.tn-strip-btn:focus-visible{ outline:2px solid var(--theme-primary,#1557DC); outline-offset:2px; }

/* ── ARAMA ONERI KUTUSU UST KATMANDA ───────────────────────────────────────
   Sorun: oneri listesi (.tn-suggest, z-index:60) "Seyahatinizi planlamaya
   devam edin" kartinin ALTINDA kaliyordu (olculdu: cakisan noktada ustteki
   eleman kartin IMG'siydi). Sebep yigin baglami: kart serisi
   `.tn-continue-strip-wrap` position:relative + z-index:10 iken hero bolumu
   z-index'siz `position:relative` idi -> hero'nun ICINDEKI 60 degeri serit
   ile karsilastirilmiyordu.
   COZUM: hero'yu (ve arama sarmalayicisini) seritten YUKARI al. Hero'nun
   gorsel alani degismez; yalnizca uzerine acilan kutular one gelir. */
/* ⚠️ `.tn-gyg-hero{z-index:20}` GERI ALINDI: hero'yu serit kartinin ustune
   cikarinca kartin basligini/ust kismini ORTTU (Emrah: "bozdun").
   Serit karti tasarim geregi hero'nun uzerine biner; hero YUKARI ALINMAZ.
   Dogru cozum asagida — once gercek sebep olculdu. */
